@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.
@@ -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 = {