@trafilea/afrodita-components 6.28.9 → 6.28.10

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.
@@ -889,32 +889,36 @@ var revel = {
889
889
  lineHeight: '76px',
890
890
  },
891
891
  display2: {
892
- fontSize: 52,
893
- lineHeight: '68px',
892
+ fontSize: 54,
893
+ lineHeight: '64px',
894
+ },
895
+ display3: {
896
+ fontSize: 50,
897
+ lineHeight: '64px',
894
898
  },
895
899
  heading1: {
896
- fontSize: 42,
897
- lineHeight: '52px',
900
+ fontSize: 48,
901
+ lineHeight: '56px',
898
902
  },
899
903
  heading2: {
900
- fontSize: 36,
901
- lineHeight: '44px',
904
+ fontSize: 44,
905
+ lineHeight: '52px',
902
906
  },
903
907
  heading3: {
904
- fontSize: 30,
905
- lineHeight: '38px',
908
+ fontSize: 40,
909
+ lineHeight: '44px',
906
910
  },
907
911
  heading4: {
908
- fontSize: 24,
909
- lineHeight: '32px',
912
+ fontSize: 36,
913
+ lineHeight: '36px',
910
914
  },
911
915
  heading5: {
912
- fontSize: 20,
913
- lineHeight: '28px',
916
+ fontSize: 32,
917
+ lineHeight: '32px',
914
918
  },
915
919
  heading6: {
916
- fontSize: 18,
917
- lineHeight: '22px',
920
+ fontSize: 28,
921
+ lineHeight: '28px',
918
922
  },
919
923
  heading7: {
920
924
  fontSize: 20,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.28.9",
6
+ "version": "6.28.10",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",