@razorpay/blade 8.9.1 → 8.10.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 +110 -3
- package/build/components/index.native.d.ts +110 -3
- package/build/components/index.native.js +341 -317
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +2486 -1771
- 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 +8 -0
- package/build/tokens/index.native.d.ts +8 -0
- package/build/tokens/index.native.js +1 -1
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.web.js +13 -1
- package/build/tokens/index.web.js.map +1 -1
- package/build/utils/index.d.ts +7 -0
- package/build/utils/index.native.d.ts +7 -0
- package/build/utils/index.native.js +1 -1
- package/build/utils/index.native.js.map +1 -1
- package/build/utils/index.web.js +7 -0
- package/build/utils/index.web.js.map +1 -1
- package/package.json +7 -4
package/build/tokens/index.d.ts
CHANGED
|
@@ -1031,14 +1031,22 @@ declare const size: {
|
|
|
1031
1031
|
readonly 200: 200;
|
|
1032
1032
|
/** 300 px */
|
|
1033
1033
|
readonly 300: 300;
|
|
1034
|
+
/** 360 px */
|
|
1035
|
+
readonly 360: 360;
|
|
1034
1036
|
/** 400 px */
|
|
1035
1037
|
readonly 400: 400;
|
|
1036
1038
|
/** 584 px */
|
|
1037
1039
|
readonly 584: 584;
|
|
1040
|
+
/** 640 px */
|
|
1041
|
+
readonly 640: 640;
|
|
1038
1042
|
/** 760 px */
|
|
1039
1043
|
readonly 760: 760;
|
|
1044
|
+
/** 800 px */
|
|
1045
|
+
readonly 800: 800;
|
|
1040
1046
|
/** 1024 px */
|
|
1041
1047
|
readonly 1024: 1024;
|
|
1048
|
+
/** 1136 px */
|
|
1049
|
+
readonly 1136: 1136;
|
|
1042
1050
|
};
|
|
1043
1051
|
declare type Size = typeof size;
|
|
1044
1052
|
|
|
@@ -1031,14 +1031,22 @@ declare const size: {
|
|
|
1031
1031
|
readonly 200: 200;
|
|
1032
1032
|
/** 300 px */
|
|
1033
1033
|
readonly 300: 300;
|
|
1034
|
+
/** 360 px */
|
|
1035
|
+
readonly 360: 360;
|
|
1034
1036
|
/** 400 px */
|
|
1035
1037
|
readonly 400: 400;
|
|
1036
1038
|
/** 584 px */
|
|
1037
1039
|
readonly 584: 584;
|
|
1040
|
+
/** 640 px */
|
|
1041
|
+
readonly 640: 640;
|
|
1038
1042
|
/** 760 px */
|
|
1039
1043
|
readonly 760: 760;
|
|
1044
|
+
/** 800 px */
|
|
1045
|
+
readonly 800: 800;
|
|
1040
1046
|
/** 1024 px */
|
|
1041
1047
|
readonly 1024: 1024;
|
|
1048
|
+
/** 1136 px */
|
|
1049
|
+
readonly 1136: 1136;
|
|
1042
1050
|
};
|
|
1043
1051
|
declare type Size = typeof size;
|
|
1044
1052
|
|
|
@@ -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,44:44,48:48,56:56,100:100,120:120,140:140,160:160,200:200,300:300,400:400,584:584,760:760,1024:1024};
|
|
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,140:140,160:160,200:200,300:300,360:360,400:400,584:584,640:640,760:760,800:800,1024:1024,1136:1136};
|
|
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
|
|