indicator-ui 0.0.157 → 0.0.159
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 +2 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/types/src/ui/CheckboxMark/ui/CheckboxMark.d.ts +1 -1
- package/dist/types/src/ui/SlideTransition/types/SlideTransitionTypes.d.ts +3 -1
- package/dist/types/src/ui/SlideTransition/ui/SlideTransition.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3099,6 +3099,7 @@
|
|
|
3099
3099
|
@keyframes SlideTransition-module__enterAnimation___WGsZW {
|
|
3100
3100
|
from {
|
|
3101
3101
|
transform: scaleY(0);
|
|
3102
|
+
display: none;
|
|
3102
3103
|
}
|
|
3103
3104
|
to {
|
|
3104
3105
|
transform: scaleY(1);
|
|
@@ -3110,6 +3111,7 @@
|
|
|
3110
3111
|
}
|
|
3111
3112
|
to {
|
|
3112
3113
|
transform: scaleY(0);
|
|
3114
|
+
display: none;
|
|
3113
3115
|
}
|
|
3114
3116
|
}
|
|
3115
3117
|
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
|