@patternfly/patternfly 6.2.0-prerelease.27 → 6.2.0-prerelease.28
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 +2 -2
- package/components/HelperText/helper-text.scss +4 -5
- package/components/_index.css +2 -2
- package/package.json +1 -1
- package/patternfly-no-globals.css +2 -2
- package/patternfly.css +2 -2
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
--pf-v6-c-helper-text__item-text--FontWeight: var(--pf-v6-c-helper-text__item-text--m-error--FontWeight);
|
|
59
59
|
--pf-v6-c-helper-text__item-icon--Color: var(--pf-v6-c-helper-text__item-icon--m-error--Color);
|
|
60
60
|
--pf-v6-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v6-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
|
61
|
-
animation-name:
|
|
61
|
+
animation-name: pf-v6-c-helper-text-item-fade-in;
|
|
62
62
|
animation-duration: var(--pf-v6-c-helper-text__item--m-error--TransitionDuration--Opacity);
|
|
63
63
|
animation-timing-function: var(--pf-v6-c-helper-text__item--m-error--TransitionTimingFunction--Opacity);
|
|
64
64
|
}
|
|
65
|
-
@keyframes
|
|
65
|
+
@keyframes pf-v6-c-helper-text-item-fade-in {
|
|
66
66
|
from {
|
|
67
67
|
opacity: 0;
|
|
68
68
|
}
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
--#{$helper-text}__item-icon--Color: var(--#{$helper-text}__item-icon--m-error--Color);
|
|
75
75
|
--#{$helper-text}--m-dynamic__item-icon--Color: var(--#{$helper-text}--m-dynamic--m-error__item-icon--Color);
|
|
76
76
|
|
|
77
|
-
animation-name:
|
|
77
|
+
animation-name: #{$helper-text}-item-fade-in;
|
|
78
78
|
animation-duration: var(--#{$helper-text}__item--m-error--TransitionDuration--Opacity);
|
|
79
|
-
animation-timing-function: var(--#{$helper-text}__item--m-error--TransitionTimingFunction--Opacity);
|
|
80
|
-
|
|
81
|
-
@keyframes
|
|
79
|
+
animation-timing-function: var(--#{$helper-text}__item--m-error--TransitionTimingFunction--Opacity);
|
|
80
|
+
|
|
81
|
+
@keyframes #{$helper-text}-item-fade-in {
|
|
82
82
|
from {
|
|
83
83
|
opacity: 0;
|
|
84
84
|
}
|
|
@@ -102,4 +102,3 @@
|
|
|
102
102
|
.#{$helper-text}__item-text {
|
|
103
103
|
color: var(--#{$helper-text}__item-text--Color);
|
|
104
104
|
}
|
|
105
|
-
|
package/components/_index.css
CHANGED
|
@@ -7412,11 +7412,11 @@ ul) {
|
|
|
7412
7412
|
--pf-v6-c-helper-text__item-text--FontWeight: var(--pf-v6-c-helper-text__item-text--m-error--FontWeight);
|
|
7413
7413
|
--pf-v6-c-helper-text__item-icon--Color: var(--pf-v6-c-helper-text__item-icon--m-error--Color);
|
|
7414
7414
|
--pf-v6-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v6-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
|
7415
|
-
animation-name:
|
|
7415
|
+
animation-name: pf-v6-c-helper-text-item-fade-in;
|
|
7416
7416
|
animation-duration: var(--pf-v6-c-helper-text__item--m-error--TransitionDuration--Opacity);
|
|
7417
7417
|
animation-timing-function: var(--pf-v6-c-helper-text__item--m-error--TransitionTimingFunction--Opacity);
|
|
7418
7418
|
}
|
|
7419
|
-
@keyframes
|
|
7419
|
+
@keyframes pf-v6-c-helper-text-item-fade-in {
|
|
7420
7420
|
from {
|
|
7421
7421
|
opacity: 0;
|
|
7422
7422
|
}
|
package/package.json
CHANGED
|
@@ -14874,11 +14874,11 @@ ul) {
|
|
|
14874
14874
|
--pf-v6-c-helper-text__item-text--FontWeight: var(--pf-v6-c-helper-text__item-text--m-error--FontWeight);
|
|
14875
14875
|
--pf-v6-c-helper-text__item-icon--Color: var(--pf-v6-c-helper-text__item-icon--m-error--Color);
|
|
14876
14876
|
--pf-v6-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v6-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
|
14877
|
-
animation-name:
|
|
14877
|
+
animation-name: pf-v6-c-helper-text-item-fade-in;
|
|
14878
14878
|
animation-duration: var(--pf-v6-c-helper-text__item--m-error--TransitionDuration--Opacity);
|
|
14879
14879
|
animation-timing-function: var(--pf-v6-c-helper-text__item--m-error--TransitionTimingFunction--Opacity);
|
|
14880
14880
|
}
|
|
14881
|
-
@keyframes
|
|
14881
|
+
@keyframes pf-v6-c-helper-text-item-fade-in {
|
|
14882
14882
|
from {
|
|
14883
14883
|
opacity: 0;
|
|
14884
14884
|
}
|
package/patternfly.css
CHANGED
|
@@ -15010,11 +15010,11 @@ ul) {
|
|
|
15010
15010
|
--pf-v6-c-helper-text__item-text--FontWeight: var(--pf-v6-c-helper-text__item-text--m-error--FontWeight);
|
|
15011
15011
|
--pf-v6-c-helper-text__item-icon--Color: var(--pf-v6-c-helper-text__item-icon--m-error--Color);
|
|
15012
15012
|
--pf-v6-c-helper-text--m-dynamic__item-icon--Color: var(--pf-v6-c-helper-text--m-dynamic--m-error__item-icon--Color);
|
|
15013
|
-
animation-name:
|
|
15013
|
+
animation-name: pf-v6-c-helper-text-item-fade-in;
|
|
15014
15014
|
animation-duration: var(--pf-v6-c-helper-text__item--m-error--TransitionDuration--Opacity);
|
|
15015
15015
|
animation-timing-function: var(--pf-v6-c-helper-text__item--m-error--TransitionTimingFunction--Opacity);
|
|
15016
15016
|
}
|
|
15017
|
-
@keyframes
|
|
15017
|
+
@keyframes pf-v6-c-helper-text-item-fade-in {
|
|
15018
15018
|
from {
|
|
15019
15019
|
opacity: 0;
|
|
15020
15020
|
}
|