@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.js CHANGED
@@ -20759,6 +20759,7 @@ const ModalCard = styled.div`
20759
20759
  display: flex;
20760
20760
  flex-direction: column;
20761
20761
  gap:40px;
20762
+ animation: grow 0.1s ease-in-out;
20762
20763
  @keyframes grow{
20763
20764
  from{
20764
20765
  transform:scale(0.9);