@razorpay/blade 8.4.1 → 8.5.0
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 +64 -6
- package/build/components/index.native.d.ts +64 -6
- package/build/components/index.native.js +400 -345
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +1622 -1143
- package/build/components/index.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.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.web.js +3 -0
- package/build/tokens/index.web.js.map +1 -1
- package/package.json +1 -1
package/build/tokens/index.d.ts
CHANGED
|
@@ -4198,7 +4198,7 @@ var merge_1 = merge;
|
|
|
4198
4198
|
|
|
4199
4199
|
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};
|
|
4200
4200
|
|
|
4201
|
-
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,48:48,56:56,100:100,120:120,300:300,584:584};
|
|
4201
|
+
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,300:300,584:584};
|
|
4202
4202
|
|
|
4203
4203
|
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}}}};
|
|
4204
4204
|
|