File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed 
common/changes/pcln-design-system 
packages/core/src/Animate Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ {
2+   "changes" : [
3+     {
4+       "packageName" : " pcln-design-system"  ,
5+       "comment" : " add actionBurst component"  ,
6+       "type" : " minor" 
7+     }
8+   ],
9+   "packageName" : " pcln-design-system" 
10+ }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const ActionBurst: React.FC<InferProps<typeof propTypes>> = (props) => {
2121            initial = { { 
2222              color : getPaletteColor ( 'primary.base' ) ( props ) , 
2323              opacity : 0.2 , 
24-               scale : 1 , 
24+               scale : 0 , 
2525              y : - 100 , 
2626              position : 'absolute' , 
2727            } } 
@@ -37,7 +37,7 @@ const ActionBurst: React.FC<InferProps<typeof propTypes>> = (props) => {
3737            initial = { { 
3838              color : getPaletteColor ( 'primary.base' ) ( props ) , 
3939              opacity : 0.4 , 
40-               scale : 1 , 
40+               scale : 0 , 
4141              y : - 70 , 
4242              x : 0 , 
4343              position : 'absolute' , 
@@ -51,7 +51,7 @@ const ActionBurst: React.FC<InferProps<typeof propTypes>> = (props) => {
5151            initial = { { 
5252              color : getPaletteColor ( 'promoPrimary.base' ) ( props ) , 
5353              opacity : 0.3 , 
54-               scale : 1 , 
54+               scale : 0 , 
5555              y : - 80 , 
5656              x : 0 , 
5757              position : 'absolute' , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments