@patternfly/patternfly 6.0.0-alpha.30 → 6.0.0-alpha.31
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/HelperText/helper-text.css +28 -34
- package/components/HelperText/helper-text.scss +30 -40
- package/package.json +1 -1
- package/patternfly-no-globals.css +28 -38
- package/patternfly-theme-dark-unversioned.css +28 -38
- package/patternfly.css +28 -38
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
|
@@ -1,27 +1,28 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--pf-v5-c-helper-text--Gap: var(--pf-t--global--spacer--xs);
|
|
3
|
+
--pf-v5-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
4
|
+
--pf-v5-c-helper-text__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
5
|
+
--pf-v5-c-helper-text__item-text--Color: var(--pf-t--global--text--color--regular);
|
|
6
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body);
|
|
7
|
+
--pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-t--global--icon--color--subtle);
|
|
8
|
+
--pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-t--global--text--color--subtle);
|
|
9
|
+
--pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
10
|
+
--pf-v5-c-helper-text__item-text--m-warning--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
11
|
+
--pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
12
|
+
--pf-v5-c-helper-text__item-text--m-success--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
13
|
+
--pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
14
|
+
--pf-v5-c-helper-text__item-text--m-error--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
15
|
+
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
16
|
+
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
17
|
+
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-t--global--text--color--subtle);
|
|
18
|
+
--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
19
|
+
--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
20
|
+
--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
21
|
+
--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
22
|
+
--pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-t--global--spacer--xs);
|
|
23
|
+
}
|
|
24
|
+
|
|
1
25
|
.pf-v5-c-helper-text {
|
|
2
|
-
--pf-v5-c-helper-text--Gap: var(--pf-v5-global--spacer--xs);
|
|
3
|
-
--pf-v5-c-helper-text--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
4
|
-
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-global--Color--100);
|
|
5
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-global--Color--100);
|
|
6
|
-
--pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-v5-global--Color--200);
|
|
7
|
-
--pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-v5-global--Color--200);
|
|
8
|
-
--pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-v5-global--warning-color--100);
|
|
9
|
-
--pf-v5-c-helper-text__item-text--m-warning--Color: var(--pf-v5-global--warning-color--200);
|
|
10
|
-
--pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
11
|
-
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--200);
|
|
12
|
-
--pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-v5-global--danger-color--100);
|
|
13
|
-
--pf-v5-c-helper-text__item-text--m-error--Color: var(--pf-v5-global--danger-color--200);
|
|
14
|
-
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-global--Color--100);
|
|
15
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16
|
-
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-v5-global--Color--200);
|
|
17
|
-
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-v5-global--Color--200);
|
|
18
|
-
--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-v5-global--warning-color--100);
|
|
19
|
-
--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color: var(--pf-v5-global--Color--200);
|
|
20
|
-
--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-v5-global--success-color--100);
|
|
21
|
-
--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color: var(--pf-v5-global--Color--200);
|
|
22
|
-
--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-v5-global--danger-color--100);
|
|
23
|
-
--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color: var(--pf-v5-global--Color--100);
|
|
24
|
-
--pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-v5-global--spacer--xs);
|
|
25
26
|
display: grid;
|
|
26
27
|
gap: var(--pf-v5-c-helper-text--Gap);
|
|
27
28
|
font-size: var(--pf-v5-c-helper-text--FontSize);
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
|
|
34
35
|
.pf-v5-c-helper-text__item {
|
|
35
36
|
display: flex;
|
|
37
|
+
font-weight: var(--pf-v5-c-helper-text__item-text--FontWeight);
|
|
36
38
|
}
|
|
37
39
|
.pf-v5-c-helper-text__item.pf-m-indeterminate {
|
|
38
40
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-indeterminate--Color);
|
|
@@ -41,25 +43,21 @@
|
|
|
41
43
|
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color);
|
|
42
44
|
}
|
|
43
45
|
.pf-v5-c-helper-text__item.pf-m-warning {
|
|
46
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-warning--FontWeight);
|
|
44
47
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-warning--Color);
|
|
45
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-warning--Color);
|
|
46
48
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color);
|
|
47
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color);
|
|
48
49
|
}
|
|
49
50
|
.pf-v5-c-helper-text__item.pf-m-success {
|
|
51
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-success--FontWeight);
|
|
50
52
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-success--Color);
|
|
51
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-success--Color);
|
|
52
53
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color);
|
|
53
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color);
|
|
54
54
|
}
|
|
55
55
|
.pf-v5-c-helper-text__item.pf-m-error {
|
|
56
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-error--FontWeight);
|
|
56
57
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-error--Color);
|
|
57
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-error--Color);
|
|
58
58
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
|
59
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color);
|
|
60
59
|
}
|
|
61
60
|
.pf-v5-c-helper-text__item.pf-m-dynamic {
|
|
62
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic__item-text--Color);
|
|
63
61
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic__item-icon--Color);
|
|
64
62
|
}
|
|
65
63
|
|
|
@@ -70,8 +68,4 @@
|
|
|
70
68
|
|
|
71
69
|
.pf-v5-c-helper-text__item-text {
|
|
72
70
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-helper-text {
|
|
76
|
-
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
77
71
|
}
|
|
@@ -1,36 +1,34 @@
|
|
|
1
1
|
// @debug $helper-text; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
--#{$helper-text}--
|
|
5
|
-
--#{$helper-text}--FontSize: var(--#{$pf-global}--FontSize--sm);
|
|
2
|
+
:root {
|
|
3
|
+
--#{$helper-text}--Gap: var(--pf-t--global--spacer--xs);
|
|
4
|
+
--#{$helper-text}--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
6
5
|
|
|
7
6
|
// item
|
|
8
|
-
--#{$helper-text}__item-icon--Color: var(
|
|
9
|
-
--#{$helper-text}__item-text--Color: var(
|
|
10
|
-
--#{$helper-text}__item-
|
|
11
|
-
--#{$helper-text}__item-
|
|
12
|
-
--#{$helper-text}__item-
|
|
13
|
-
--#{$helper-text}__item-
|
|
14
|
-
--#{$helper-text}__item-
|
|
15
|
-
--#{$helper-text}__item-
|
|
16
|
-
--#{$helper-text}__item-
|
|
17
|
-
--#{$helper-text}__item-
|
|
7
|
+
--#{$helper-text}__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
8
|
+
--#{$helper-text}__item-text--Color: var(--pf-t--global--text--color--regular);
|
|
9
|
+
--#{$helper-text}__item-text--FontWeight: var(--pf-t--global--font--weight--body);
|
|
10
|
+
--#{$helper-text}__item-icon--m-indeterminate--Color: var(--pf-t--global--icon--color--subtle);
|
|
11
|
+
--#{$helper-text}__item-text--m-indeterminate--Color: var(--pf-t--global--text--color--subtle);
|
|
12
|
+
--#{$helper-text}__item-icon--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
13
|
+
--#{$helper-text}__item-text--m-warning--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
14
|
+
--#{$helper-text}__item-icon--m-success--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
15
|
+
--#{$helper-text}__item-text--m-success--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16
|
+
--#{$helper-text}__item-icon--m-error--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
17
|
+
--#{$helper-text}__item-text--m-error--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
18
18
|
|
|
19
19
|
// dynamic
|
|
20
|
-
--#{$helper-text}--m-dynamic__item-icon--Color: var(
|
|
21
|
-
--#{$helper-text}--m-
|
|
22
|
-
--#{$helper-text}--m-dynamic--m-indeterminate__item-
|
|
23
|
-
--#{$helper-text}--m-dynamic--m-
|
|
24
|
-
--#{$helper-text}--m-dynamic--m-warning__item-
|
|
25
|
-
--#{$helper-text}--m-dynamic--m-
|
|
26
|
-
--#{$helper-text}--m-dynamic--m-
|
|
27
|
-
--#{$helper-text}--m-dynamic--m-success__item-text--Color: var(--#{$pf-global}--Color--200);
|
|
28
|
-
--#{$helper-text}--m-dynamic--m-error__item-icon--Color: var(--#{$pf-global}--danger-color--100);
|
|
29
|
-
--#{$helper-text}--m-dynamic--m-error__item-text--Color: var(--#{$pf-global}--Color--100);
|
|
20
|
+
--#{$helper-text}--m-dynamic__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
21
|
+
--#{$helper-text}--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
22
|
+
--#{$helper-text}--m-dynamic--m-indeterminate__item-text--Color: var(--pf-t--global--text--color--subtle);
|
|
23
|
+
--#{$helper-text}--m-dynamic--m-warning__item-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
24
|
+
--#{$helper-text}--m-dynamic--m-warning__item-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
25
|
+
--#{$helper-text}--m-dynamic--m-success__item-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
26
|
+
--#{$helper-text}--m-dynamic--m-error__item-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
30
27
|
|
|
31
28
|
// icon
|
|
32
|
-
--#{$helper-text}__item-icon--MarginRight: var(
|
|
33
|
-
|
|
29
|
+
--#{$helper-text}__item-icon--MarginRight: var(--pf-t--global--spacer--xs);
|
|
30
|
+
}
|
|
31
|
+
.#{$helper-text} {
|
|
34
32
|
// text
|
|
35
33
|
|
|
36
34
|
display: grid;
|
|
@@ -45,6 +43,8 @@
|
|
|
45
43
|
|
|
46
44
|
.#{$helper-text}__item {
|
|
47
45
|
display: flex;
|
|
46
|
+
font-weight: var(--#{$helper-text}__item-text--FontWeight);
|
|
47
|
+
|
|
48
48
|
|
|
49
49
|
&.pf-m-indeterminate {
|
|
50
50
|
--#{$helper-text}__item-icon--Color: var(--#{$helper-text}__item-icon--m-indeterminate--Color);
|
|
@@ -54,28 +54,24 @@
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
&.pf-m-warning {
|
|
57
|
+
--#{$helper-text}__item-text--FontWeight: var(--#{$helper-text}__item-text--m-warning--FontWeight);
|
|
57
58
|
--#{$helper-text}__item-icon--Color: var(--#{$helper-text}__item-icon--m-warning--Color);
|
|
58
|
-
--#{$helper-text}__item-text--Color: var(--#{$helper-text}__item-text--m-warning--Color);
|
|
59
59
|
--#{$helper-text}--m-dynamic__item-icon--Color: var(--#{$helper-text}--m-dynamic--m-warning__item-icon--Color);
|
|
60
|
-
--#{$helper-text}--m-dynamic__item-text--Color: var(--#{$helper-text}--m-dynamic--m-warning__item-text--Color);
|
|
61
60
|
}
|
|
62
61
|
|
|
63
62
|
&.pf-m-success {
|
|
63
|
+
--#{$helper-text}__item-text--FontWeight: var(--#{$helper-text}__item-text--m-success--FontWeight);
|
|
64
64
|
--#{$helper-text}__item-icon--Color: var(--#{$helper-text}__item-icon--m-success--Color);
|
|
65
|
-
--#{$helper-text}
|
|
66
|
-
--#{$helper-text}--m-dynamic__item-icon--Color: var(--#{$helper-text}--m-dynamic--m-success__item-icon--Color);
|
|
67
|
-
--#{$helper-text}--m-dynamic__item-text--Color: var(--#{$helper-text}--m-dynamic--m-success__item-text--Color);
|
|
65
|
+
--#{$helper-text}--m-dynamic__item-icon--Color: var(--#{$helper-text}--m-dynamic--m-success__item-icon--Color);
|
|
68
66
|
}
|
|
69
67
|
|
|
70
68
|
&.pf-m-error {
|
|
69
|
+
--#{$helper-text}__item-text--FontWeight: var(--#{$helper-text}__item-text--m-error--FontWeight);
|
|
71
70
|
--#{$helper-text}__item-icon--Color: var(--#{$helper-text}__item-icon--m-error--Color);
|
|
72
|
-
--#{$helper-text}__item-text--Color: var(--#{$helper-text}__item-text--m-error--Color);
|
|
73
71
|
--#{$helper-text}--m-dynamic__item-icon--Color: var(--#{$helper-text}--m-dynamic--m-error__item-icon--Color);
|
|
74
|
-
--#{$helper-text}--m-dynamic__item-text--Color: var(--#{$helper-text}--m-dynamic--m-error__item-text--Color);
|
|
75
72
|
}
|
|
76
73
|
|
|
77
74
|
&.pf-m-dynamic {
|
|
78
|
-
--#{$helper-text}__item-text--Color: var(--#{$helper-text}--m-dynamic__item-text--Color);
|
|
79
75
|
--#{$helper-text}__item-icon--Color: var(--#{$helper-text}--m-dynamic__item-icon--Color);
|
|
80
76
|
}
|
|
81
77
|
}
|
|
@@ -89,9 +85,3 @@
|
|
|
89
85
|
color: var(--#{$helper-text}__item-text--Color);
|
|
90
86
|
}
|
|
91
87
|
|
|
92
|
-
// stylelint-disable no-invalid-position-at-import-rule
|
|
93
|
-
@import "themes/dark/helper-text";
|
|
94
|
-
|
|
95
|
-
@include pf-v5-theme-dark {
|
|
96
|
-
@include pf-v5-theme-dark-helper-text;
|
|
97
|
-
}
|
package/package.json
CHANGED
|
@@ -16001,30 +16001,31 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16001
16001
|
margin-inline-end: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
16002
16002
|
}
|
|
16003
16003
|
|
|
16004
|
+
:root {
|
|
16005
|
+
--pf-v5-c-helper-text--Gap: var(--pf-t--global--spacer--xs);
|
|
16006
|
+
--pf-v5-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
16007
|
+
--pf-v5-c-helper-text__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
16008
|
+
--pf-v5-c-helper-text__item-text--Color: var(--pf-t--global--text--color--regular);
|
|
16009
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body);
|
|
16010
|
+
--pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-t--global--icon--color--subtle);
|
|
16011
|
+
--pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-t--global--text--color--subtle);
|
|
16012
|
+
--pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
16013
|
+
--pf-v5-c-helper-text__item-text--m-warning--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16014
|
+
--pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
16015
|
+
--pf-v5-c-helper-text__item-text--m-success--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16016
|
+
--pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
16017
|
+
--pf-v5-c-helper-text__item-text--m-error--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16018
|
+
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
16019
|
+
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
16020
|
+
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-t--global--text--color--subtle);
|
|
16021
|
+
--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
16022
|
+
--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16023
|
+
--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
16024
|
+
--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
16025
|
+
--pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-t--global--spacer--xs);
|
|
16026
|
+
}
|
|
16027
|
+
|
|
16004
16028
|
.pf-v5-c-helper-text {
|
|
16005
|
-
--pf-v5-c-helper-text--Gap: var(--pf-v5-global--spacer--xs);
|
|
16006
|
-
--pf-v5-c-helper-text--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
16007
|
-
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-global--Color--100);
|
|
16008
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16009
|
-
--pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-v5-global--Color--200);
|
|
16010
|
-
--pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-v5-global--Color--200);
|
|
16011
|
-
--pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-v5-global--warning-color--100);
|
|
16012
|
-
--pf-v5-c-helper-text__item-text--m-warning--Color: var(--pf-v5-global--warning-color--200);
|
|
16013
|
-
--pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
16014
|
-
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--200);
|
|
16015
|
-
--pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-v5-global--danger-color--100);
|
|
16016
|
-
--pf-v5-c-helper-text__item-text--m-error--Color: var(--pf-v5-global--danger-color--200);
|
|
16017
|
-
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-global--Color--100);
|
|
16018
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16019
|
-
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-v5-global--Color--200);
|
|
16020
|
-
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16021
|
-
--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-v5-global--warning-color--100);
|
|
16022
|
-
--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16023
|
-
--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-v5-global--success-color--100);
|
|
16024
|
-
--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16025
|
-
--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-v5-global--danger-color--100);
|
|
16026
|
-
--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16027
|
-
--pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-v5-global--spacer--xs);
|
|
16028
16029
|
display: grid;
|
|
16029
16030
|
gap: var(--pf-v5-c-helper-text--Gap);
|
|
16030
16031
|
font-size: var(--pf-v5-c-helper-text--FontSize);
|
|
@@ -16036,6 +16037,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16036
16037
|
|
|
16037
16038
|
.pf-v5-c-helper-text__item {
|
|
16038
16039
|
display: flex;
|
|
16040
|
+
font-weight: var(--pf-v5-c-helper-text__item-text--FontWeight);
|
|
16039
16041
|
}
|
|
16040
16042
|
.pf-v5-c-helper-text__item.pf-m-indeterminate {
|
|
16041
16043
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-indeterminate--Color);
|
|
@@ -16044,25 +16046,21 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16044
16046
|
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color);
|
|
16045
16047
|
}
|
|
16046
16048
|
.pf-v5-c-helper-text__item.pf-m-warning {
|
|
16049
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-warning--FontWeight);
|
|
16047
16050
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-warning--Color);
|
|
16048
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-warning--Color);
|
|
16049
16051
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color);
|
|
16050
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color);
|
|
16051
16052
|
}
|
|
16052
16053
|
.pf-v5-c-helper-text__item.pf-m-success {
|
|
16054
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-success--FontWeight);
|
|
16053
16055
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-success--Color);
|
|
16054
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-success--Color);
|
|
16055
16056
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color);
|
|
16056
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color);
|
|
16057
16057
|
}
|
|
16058
16058
|
.pf-v5-c-helper-text__item.pf-m-error {
|
|
16059
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-error--FontWeight);
|
|
16059
16060
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-error--Color);
|
|
16060
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-error--Color);
|
|
16061
16061
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
|
16062
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color);
|
|
16063
16062
|
}
|
|
16064
16063
|
.pf-v5-c-helper-text__item.pf-m-dynamic {
|
|
16065
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic__item-text--Color);
|
|
16066
16064
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic__item-icon--Color);
|
|
16067
16065
|
}
|
|
16068
16066
|
|
|
@@ -16075,14 +16073,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16075
16073
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
16076
16074
|
}
|
|
16077
16075
|
|
|
16078
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
16079
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16080
|
-
}
|
|
16081
|
-
|
|
16082
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-helper-text {
|
|
16083
|
-
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
16084
|
-
}
|
|
16085
|
-
|
|
16086
16076
|
.pf-v5-c-icon {
|
|
16087
16077
|
--pf-v5-c-icon--Width: 1em;
|
|
16088
16078
|
--pf-v5-c-icon--Height: 1em;
|
|
@@ -16118,30 +16118,31 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16118
16118
|
margin-inline-end: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
16119
16119
|
}
|
|
16120
16120
|
|
|
16121
|
+
:root {
|
|
16122
|
+
--pf-v5-c-helper-text--Gap: var(--pf-t--global--spacer--xs);
|
|
16123
|
+
--pf-v5-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
16124
|
+
--pf-v5-c-helper-text__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
16125
|
+
--pf-v5-c-helper-text__item-text--Color: var(--pf-t--global--text--color--regular);
|
|
16126
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body);
|
|
16127
|
+
--pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-t--global--icon--color--subtle);
|
|
16128
|
+
--pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-t--global--text--color--subtle);
|
|
16129
|
+
--pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
16130
|
+
--pf-v5-c-helper-text__item-text--m-warning--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16131
|
+
--pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
16132
|
+
--pf-v5-c-helper-text__item-text--m-success--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16133
|
+
--pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
16134
|
+
--pf-v5-c-helper-text__item-text--m-error--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16135
|
+
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
16136
|
+
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
16137
|
+
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-t--global--text--color--subtle);
|
|
16138
|
+
--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
16139
|
+
--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16140
|
+
--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
16141
|
+
--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
16142
|
+
--pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-t--global--spacer--xs);
|
|
16143
|
+
}
|
|
16144
|
+
|
|
16121
16145
|
.pf-v5-c-helper-text {
|
|
16122
|
-
--pf-v5-c-helper-text--Gap: var(--pf-v5-global--spacer--xs);
|
|
16123
|
-
--pf-v5-c-helper-text--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
16124
|
-
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-global--Color--100);
|
|
16125
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16126
|
-
--pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-v5-global--Color--200);
|
|
16127
|
-
--pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-v5-global--Color--200);
|
|
16128
|
-
--pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-v5-global--warning-color--100);
|
|
16129
|
-
--pf-v5-c-helper-text__item-text--m-warning--Color: var(--pf-v5-global--warning-color--200);
|
|
16130
|
-
--pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
16131
|
-
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--200);
|
|
16132
|
-
--pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-v5-global--danger-color--100);
|
|
16133
|
-
--pf-v5-c-helper-text__item-text--m-error--Color: var(--pf-v5-global--danger-color--200);
|
|
16134
|
-
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-global--Color--100);
|
|
16135
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16136
|
-
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-v5-global--Color--200);
|
|
16137
|
-
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16138
|
-
--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-v5-global--warning-color--100);
|
|
16139
|
-
--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16140
|
-
--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-v5-global--success-color--100);
|
|
16141
|
-
--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16142
|
-
--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-v5-global--danger-color--100);
|
|
16143
|
-
--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16144
|
-
--pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-v5-global--spacer--xs);
|
|
16145
16146
|
display: grid;
|
|
16146
16147
|
gap: var(--pf-v5-c-helper-text--Gap);
|
|
16147
16148
|
font-size: var(--pf-v5-c-helper-text--FontSize);
|
|
@@ -16153,6 +16154,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16153
16154
|
|
|
16154
16155
|
.pf-v5-c-helper-text__item {
|
|
16155
16156
|
display: flex;
|
|
16157
|
+
font-weight: var(--pf-v5-c-helper-text__item-text--FontWeight);
|
|
16156
16158
|
}
|
|
16157
16159
|
.pf-v5-c-helper-text__item.pf-m-indeterminate {
|
|
16158
16160
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-indeterminate--Color);
|
|
@@ -16161,25 +16163,21 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16161
16163
|
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color);
|
|
16162
16164
|
}
|
|
16163
16165
|
.pf-v5-c-helper-text__item.pf-m-warning {
|
|
16166
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-warning--FontWeight);
|
|
16164
16167
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-warning--Color);
|
|
16165
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-warning--Color);
|
|
16166
16168
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color);
|
|
16167
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color);
|
|
16168
16169
|
}
|
|
16169
16170
|
.pf-v5-c-helper-text__item.pf-m-success {
|
|
16171
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-success--FontWeight);
|
|
16170
16172
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-success--Color);
|
|
16171
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-success--Color);
|
|
16172
16173
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color);
|
|
16173
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color);
|
|
16174
16174
|
}
|
|
16175
16175
|
.pf-v5-c-helper-text__item.pf-m-error {
|
|
16176
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-error--FontWeight);
|
|
16176
16177
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-error--Color);
|
|
16177
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-error--Color);
|
|
16178
16178
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
|
16179
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color);
|
|
16180
16179
|
}
|
|
16181
16180
|
.pf-v5-c-helper-text__item.pf-m-dynamic {
|
|
16182
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic__item-text--Color);
|
|
16183
16181
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic__item-icon--Color);
|
|
16184
16182
|
}
|
|
16185
16183
|
|
|
@@ -16192,14 +16190,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16192
16190
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
16193
16191
|
}
|
|
16194
16192
|
|
|
16195
|
-
:where(.pf-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
16196
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16197
|
-
}
|
|
16198
|
-
|
|
16199
|
-
:where(.pf-theme-dark) .pf-v5-c-helper-text {
|
|
16200
|
-
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
16201
|
-
}
|
|
16202
|
-
|
|
16203
16193
|
.pf-v5-c-icon {
|
|
16204
16194
|
--pf-v5-c-icon--Width: 1em;
|
|
16205
16195
|
--pf-v5-c-icon--Height: 1em;
|
package/patternfly.css
CHANGED
|
@@ -16118,30 +16118,31 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16118
16118
|
margin-inline-end: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
16119
16119
|
}
|
|
16120
16120
|
|
|
16121
|
+
:root {
|
|
16122
|
+
--pf-v5-c-helper-text--Gap: var(--pf-t--global--spacer--xs);
|
|
16123
|
+
--pf-v5-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
16124
|
+
--pf-v5-c-helper-text__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
16125
|
+
--pf-v5-c-helper-text__item-text--Color: var(--pf-t--global--text--color--regular);
|
|
16126
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body);
|
|
16127
|
+
--pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-t--global--icon--color--subtle);
|
|
16128
|
+
--pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-t--global--text--color--subtle);
|
|
16129
|
+
--pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
16130
|
+
--pf-v5-c-helper-text__item-text--m-warning--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16131
|
+
--pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
16132
|
+
--pf-v5-c-helper-text__item-text--m-success--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16133
|
+
--pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
16134
|
+
--pf-v5-c-helper-text__item-text--m-error--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16135
|
+
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
16136
|
+
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
16137
|
+
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-t--global--text--color--subtle);
|
|
16138
|
+
--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
16139
|
+
--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
16140
|
+
--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
16141
|
+
--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
16142
|
+
--pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-t--global--spacer--xs);
|
|
16143
|
+
}
|
|
16144
|
+
|
|
16121
16145
|
.pf-v5-c-helper-text {
|
|
16122
|
-
--pf-v5-c-helper-text--Gap: var(--pf-v5-global--spacer--xs);
|
|
16123
|
-
--pf-v5-c-helper-text--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
16124
|
-
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-global--Color--100);
|
|
16125
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16126
|
-
--pf-v5-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-v5-global--Color--200);
|
|
16127
|
-
--pf-v5-c-helper-text__item-text--m-indeterminate--Color: var(--pf-v5-global--Color--200);
|
|
16128
|
-
--pf-v5-c-helper-text__item-icon--m-warning--Color: var(--pf-v5-global--warning-color--100);
|
|
16129
|
-
--pf-v5-c-helper-text__item-text--m-warning--Color: var(--pf-v5-global--warning-color--200);
|
|
16130
|
-
--pf-v5-c-helper-text__item-icon--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
16131
|
-
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--200);
|
|
16132
|
-
--pf-v5-c-helper-text__item-icon--m-error--Color: var(--pf-v5-global--danger-color--100);
|
|
16133
|
-
--pf-v5-c-helper-text__item-text--m-error--Color: var(--pf-v5-global--danger-color--200);
|
|
16134
|
-
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-global--Color--100);
|
|
16135
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16136
|
-
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-icon--Color: var(--pf-v5-global--Color--200);
|
|
16137
|
-
--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16138
|
-
--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color: var(--pf-v5-global--warning-color--100);
|
|
16139
|
-
--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16140
|
-
--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color: var(--pf-v5-global--success-color--100);
|
|
16141
|
-
--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color: var(--pf-v5-global--Color--200);
|
|
16142
|
-
--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color: var(--pf-v5-global--danger-color--100);
|
|
16143
|
-
--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color: var(--pf-v5-global--Color--100);
|
|
16144
|
-
--pf-v5-c-helper-text__item-icon--MarginRight: var(--pf-v5-global--spacer--xs);
|
|
16145
16146
|
display: grid;
|
|
16146
16147
|
gap: var(--pf-v5-c-helper-text--Gap);
|
|
16147
16148
|
font-size: var(--pf-v5-c-helper-text--FontSize);
|
|
@@ -16153,6 +16154,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16153
16154
|
|
|
16154
16155
|
.pf-v5-c-helper-text__item {
|
|
16155
16156
|
display: flex;
|
|
16157
|
+
font-weight: var(--pf-v5-c-helper-text__item-text--FontWeight);
|
|
16156
16158
|
}
|
|
16157
16159
|
.pf-v5-c-helper-text__item.pf-m-indeterminate {
|
|
16158
16160
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-indeterminate--Color);
|
|
@@ -16161,25 +16163,21 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16161
16163
|
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-indeterminate__item-text--Color);
|
|
16162
16164
|
}
|
|
16163
16165
|
.pf-v5-c-helper-text__item.pf-m-warning {
|
|
16166
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-warning--FontWeight);
|
|
16164
16167
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-warning--Color);
|
|
16165
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-warning--Color);
|
|
16166
16168
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-icon--Color);
|
|
16167
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-warning__item-text--Color);
|
|
16168
16169
|
}
|
|
16169
16170
|
.pf-v5-c-helper-text__item.pf-m-success {
|
|
16171
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-success--FontWeight);
|
|
16170
16172
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-success--Color);
|
|
16171
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-success--Color);
|
|
16172
16173
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-icon--Color);
|
|
16173
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-success__item-text--Color);
|
|
16174
16174
|
}
|
|
16175
16175
|
.pf-v5-c-helper-text__item.pf-m-error {
|
|
16176
|
+
--pf-v5-c-helper-text__item-text--FontWeight: var(--pf-v5-c-helper-text__item-text--m-error--FontWeight);
|
|
16176
16177
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text__item-icon--m-error--Color);
|
|
16177
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text__item-text--m-error--Color);
|
|
16178
16178
|
--pf-v5-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
|
16179
|
-
--pf-v5-c-helper-text--m-dynamic__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic--m-error__item-text--Color);
|
|
16180
16179
|
}
|
|
16181
16180
|
.pf-v5-c-helper-text__item.pf-m-dynamic {
|
|
16182
|
-
--pf-v5-c-helper-text__item-text--Color: var(--pf-v5-c-helper-text--m-dynamic__item-text--Color);
|
|
16183
16181
|
--pf-v5-c-helper-text__item-icon--Color: var(--pf-v5-c-helper-text--m-dynamic__item-icon--Color);
|
|
16184
16182
|
}
|
|
16185
16183
|
|
|
@@ -16192,14 +16190,6 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16192
16190
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
16193
16191
|
}
|
|
16194
16192
|
|
|
16195
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
16196
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16197
|
-
}
|
|
16198
|
-
|
|
16199
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-helper-text {
|
|
16200
|
-
--pf-v5-c-helper-text__item-text--m-success--Color: var(--pf-v5-global--success-color--100);
|
|
16201
|
-
}
|
|
16202
|
-
|
|
16203
16193
|
.pf-v5-c-icon {
|
|
16204
16194
|
--pf-v5-c-icon--Width: 1em;
|
|
16205
16195
|
--pf-v5-c-icon--Height: 1em;
|