@razorpay/blade 6.6.3 → 7.0.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.
@@ -2794,6 +2794,7 @@ var MetaConstants = {
2794
2794
  ActionListItem: 'action-list-item',
2795
2795
  ActionListSection: 'action-list-section',
2796
2796
  Alert: 'alert',
2797
+ Amount: 'amount',
2797
2798
  Badge: 'badge',
2798
2799
  Box: 'box',
2799
2800
  Button: 'button',
@@ -4963,7 +4964,7 @@ var fontWeight = {
4963
4964
  300: 18,
4964
4965
  400: 20,
4965
4966
  500: 22,
4966
- 600: 25,
4967
+ 600: 24,
4967
4968
  700: 28,
4968
4969
  800: 32,
4969
4970
  900: 36,
@@ -4972,15 +4973,18 @@ var fontWeight = {
4972
4973
  weight: _objectSpread({}, fontWeight)
4973
4974
  },
4974
4975
  lineHeights: {
4975
- s: 16,
4976
- m: 16,
4977
- l: 20,
4978
- xl: 24,
4979
- '2xl': 24,
4980
- '3xl': 28,
4981
- '4xl': 40,
4982
- '5xl': 42,
4983
- '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
4984
4988
  } // letterSpacings: {},
4985
4989
 
4986
4990
  },
@@ -4988,33 +4992,36 @@ var fontWeight = {
4988
4992
  fonts: {
4989
4993
  family: _objectSpread({}, fontFamily),
4990
4994
  size: {
4991
- 10: 10,
4992
- 25: 11,
4995
+ 10: 9,
4996
+ 25: 10,
4993
4997
  50: 11,
4994
4998
  75: 12,
4995
- 100: 15,
4996
- 200: 17,
4997
- 300: 18,
4998
- 400: 20,
4999
- 500: 22,
5000
- 600: 22,
4999
+ 100: 14,
5000
+ 200: 16,
5001
+ 300: 16,
5002
+ 400: 18,
5003
+ 500: 20,
5004
+ 600: 20,
5001
5005
  700: 24,
5002
5006
  800: 28,
5003
- 900: 29,
5004
- 1000: 29
5007
+ 900: 32,
5008
+ 1000: 32
5005
5009
  },
5006
5010
  weight: _objectSpread({}, fontWeight)
5007
5011
  },
5008
5012
  lineHeights: {
5009
- s: 16,
5010
- m: 18,
5011
- l: 24,
5012
- xl: 28,
5013
- '2xl': 24,
5014
- '3xl': 28,
5015
- '4xl': 32,
5016
- '5xl': 30,
5017
- '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
5018
5025
  } // letterSpacings: {},
5019
5026
 
5020
5027
  }