@razorpay/blade 6.7.0 → 7.0.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.
@@ -4964,7 +4964,7 @@ var fontWeight = {
4964
4964
  300: 18,
4965
4965
  400: 20,
4966
4966
  500: 22,
4967
- 600: 25,
4967
+ 600: 24,
4968
4968
  700: 28,
4969
4969
  800: 32,
4970
4970
  900: 36,
@@ -4973,15 +4973,18 @@ var fontWeight = {
4973
4973
  weight: _objectSpread({}, fontWeight)
4974
4974
  },
4975
4975
  lineHeights: {
4976
- s: 16,
4977
- m: 16,
4978
- l: 20,
4979
- xl: 24,
4980
- '2xl': 24,
4981
- '3xl': 28,
4982
- '4xl': 40,
4983
- '5xl': 42,
4984
- '6xl': 60
4976
+ 0: 0,
4977
+ 25: 14,
4978
+ 50: 16,
4979
+ 75: 18,
4980
+ 100: 20,
4981
+ 200: 24,
4982
+ 300: 24,
4983
+ 400: 28,
4984
+ 500: 32,
4985
+ 600: 40,
4986
+ 700: 40,
4987
+ 800: 48
4985
4988
  } // letterSpacings: {},
4986
4989
 
4987
4990
  },
@@ -4989,33 +4992,36 @@ var fontWeight = {
4989
4992
  fonts: {
4990
4993
  family: _objectSpread({}, fontFamily),
4991
4994
  size: {
4992
- 10: 10,
4993
- 25: 11,
4995
+ 10: 9,
4996
+ 25: 10,
4994
4997
  50: 11,
4995
4998
  75: 12,
4996
- 100: 15,
4997
- 200: 17,
4998
- 300: 18,
4999
- 400: 20,
5000
- 500: 22,
5001
- 600: 22,
4999
+ 100: 14,
5000
+ 200: 16,
5001
+ 300: 16,
5002
+ 400: 18,
5003
+ 500: 20,
5004
+ 600: 20,
5002
5005
  700: 24,
5003
5006
  800: 28,
5004
- 900: 29,
5005
- 1000: 29
5007
+ 900: 32,
5008
+ 1000: 32
5006
5009
  },
5007
5010
  weight: _objectSpread({}, fontWeight)
5008
5011
  },
5009
5012
  lineHeights: {
5010
- s: 16,
5011
- m: 18,
5012
- l: 24,
5013
- xl: 28,
5014
- '2xl': 24,
5015
- '3xl': 28,
5016
- '4xl': 32,
5017
- '5xl': 30,
5018
- '6xl': 40
5013
+ 0: 0,
5014
+ 25: 14,
5015
+ 50: 16,
5016
+ 75: 18,
5017
+ 100: 20,
5018
+ 200: 20,
5019
+ 300: 24,
5020
+ 400: 24,
5021
+ 500: 28,
5022
+ 600: 32,
5023
+ 700: 40,
5024
+ 800: 40
5019
5025
  } // letterSpacings: {},
5020
5026
 
5021
5027
  }