@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.
- package/build/components/index.d.ts +8 -1
- package/build/components/index.development.web.js +90 -237
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.d.ts +7 -0
- package/build/components/index.native.js +6 -6
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +91 -238
- package/build/components/index.production.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/build/tokens/index.d.ts +2 -0
- package/build/tokens/index.development.web.js +2 -0
- package/build/tokens/index.development.web.js.map +1 -1
- package/build/tokens/index.native.d.ts +2 -0
- package/build/tokens/index.native.js +1 -1
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.production.web.js +2 -0
- package/build/tokens/index.production.web.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
|