@razorpay/blade 10.3.0 → 10.3.1

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.
@@ -1036,6 +1036,8 @@ declare const size: {
1036
1036
  readonly 160: 160;
1037
1037
  /** 200 px */
1038
1038
  readonly 200: 200;
1039
+ /** 240 px */
1040
+ readonly 240: 240;
1039
1041
  /** 300 px */
1040
1042
  readonly 300: 300;
1041
1043
  /** 360 px */
@@ -20,7 +20,7 @@ var makeBezier=function makeBezier(x1,y1,x2,y2){return Easing.bezier(x1,y1,x2,y2
20
20
 
21
21
  var delay={'2xshort':70,xshort:120,short:180,long:3000,xlong:5000};var duration={'2xquick':70,xquick:150,quick:200,moderate:250,xmoderate:300,gentle:400,xgentle:600,'2xgentle':900};var easing={standard:{attentive:makeBezier(0.5,0,0.3,1.5),effective:makeBezier(0.3,0,0.2,1),revealing:makeBezier(0.5,0,0,1),wary:makeBezier(1,0.5,0,0.5)},entrance:{attentive:makeBezier(0.5,0,0.3,1.5),effective:makeBezier(0,0,0.2,1),revealing:makeBezier(0,0,0,1)},exit:{attentive:makeBezier(0.7,0,0.5,1),effective:makeBezier(0.17,0,1,1),revealing:makeBezier(0.5,0,1,1)}};var motion={delay:delay,duration:duration,easing:easing};
22
22
 
23
- var size={0:0,1:1,2:2,3:3,4:4,5:5,6:6,8:8,10:10,12:12,16:16,18:18,20:20,24:24,28:28,32:32,36:36,40:40,44:44,48:48,56:56,100:100,120:120,140:140,160:160,200:200,300:300,360:360,400:400,584:584,640:640,760:760,800:800,1024:1024,1136:1136};
23
+ var size={0:0,1:1,2:2,3:3,4:4,5:5,6:6,8:8,10:10,12:12,16:16,18:18,20:20,24:24,28:28,32:32,36:36,40:40,44:44,48:48,56:56,100:100,120:120,140:140,160:160,200:200,240:240,300:300,360:360,400:400,584:584,640:640,760:760,800:800,1024:1024,1136:1136};
24
24
 
25
25
  var elevation={onLight:{none:{elevation:0,shadowColor:'',shadowOpacity:0,shadowRadius:0,shadowOffset:{width:0,height:0}},lowRaised:{elevation:4,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.12,shadowRadius:2,shadowOffset:{width:0,height:3}},midRaised:{elevation:12,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.1,shadowRadius:4,shadowOffset:{width:0,height:8}},highRaised:{elevation:26,shadowColor:'hsla(217, 56%, 17%, 0.64)',shadowOpacity:0.2,shadowRadius:12,shadowOffset:{width:0,height:18}}},onDark:{none:{elevation:0,shadowColor:'',shadowOpacity:0,shadowRadius:0,shadowOffset:{width:0,height:0}},lowRaised:{elevation:4,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.12,shadowRadius:2,shadowOffset:{width:0,height:3}},midRaised:{elevation:12,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.1,shadowRadius:4,shadowOffset:{width:0,height:8}},highRaised:{elevation:26,shadowColor:'hsla(231, 67%, 10%, 0.64)',shadowOpacity:0.2,shadowRadius:12,shadowOffset:{width:0,height:18}}}};
26
26