@secondstaxorg/sscomp 1.4.3 → 1.4.5

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.min.js CHANGED
@@ -3032,6 +3032,7 @@ button{
3032
3032
  display: flex;
3033
3033
  flex-direction: column;
3034
3034
  gap:40px;
3035
+ animation: grow 0.1s ease-in-out;
3035
3036
  @keyframes grow{
3036
3037
  from{
3037
3038
  transform:scale(0.9);