@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
|
@@ -4843,17 +4843,29 @@ var size = {
|
|
|
4843
4843
|
/** 300 px */
|
|
4844
4844
|
300: 300,
|
|
4845
4845
|
|
|
4846
|
+
/** 360 px */
|
|
4847
|
+
360: 360,
|
|
4848
|
+
|
|
4846
4849
|
/** 400 px */
|
|
4847
4850
|
400: 400,
|
|
4848
4851
|
|
|
4849
4852
|
/** 584 px */
|
|
4850
4853
|
584: 584,
|
|
4851
4854
|
|
|
4855
|
+
/** 640 px */
|
|
4856
|
+
640: 640,
|
|
4857
|
+
|
|
4852
4858
|
/** 760 px */
|
|
4853
4859
|
760: 760,
|
|
4854
4860
|
|
|
4861
|
+
/** 800 px */
|
|
4862
|
+
800: 800,
|
|
4863
|
+
|
|
4855
4864
|
/** 1024 px */
|
|
4856
|
-
1024: 1024
|
|
4865
|
+
1024: 1024,
|
|
4866
|
+
|
|
4867
|
+
/** 1136 px */
|
|
4868
|
+
1136: 1136
|
|
4857
4869
|
};
|
|
4858
4870
|
|
|
4859
4871
|
var elevation = {
|