indicator-ui 0.0.166 → 0.0.168
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/dist/index.css
CHANGED
|
@@ -3078,10 +3078,10 @@
|
|
|
3078
3078
|
height: fit-content;
|
|
3079
3079
|
}
|
|
3080
3080
|
.SlideTransition-module__slideTransition___m3BDg.SlideTransition-module__hide___vf9oz {
|
|
3081
|
-
|
|
3081
|
+
height: 0;
|
|
3082
3082
|
}
|
|
3083
3083
|
.SlideTransition-module__slideTransition___m3BDg.SlideTransition-module__show___ELTuM {
|
|
3084
|
-
|
|
3084
|
+
height: fit-content;
|
|
3085
3085
|
}
|
|
3086
3086
|
.SlideTransition-module__slideTransition___m3BDg.SlideTransition-module__enterUp___gSh3s {
|
|
3087
3087
|
transform-origin: top;
|
|
@@ -3102,18 +3102,12 @@
|
|
|
3102
3102
|
|
|
3103
3103
|
@keyframes SlideTransition-module__enterAnimation___WGsZW {
|
|
3104
3104
|
from {
|
|
3105
|
-
|
|
3106
|
-
}
|
|
3107
|
-
to {
|
|
3108
|
-
transform: scaleY(1);
|
|
3105
|
+
height: 0;
|
|
3109
3106
|
}
|
|
3110
3107
|
}
|
|
3111
3108
|
@keyframes SlideTransition-module__exitAnimation___eRssU {
|
|
3112
|
-
from {
|
|
3113
|
-
transform: scaleY(1);
|
|
3114
|
-
}
|
|
3115
3109
|
to {
|
|
3116
|
-
|
|
3110
|
+
height: 0;
|
|
3117
3111
|
}
|
|
3118
3112
|
}
|
|
3119
3113
|
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
|