Skip to content

Commit 2725349

Browse files
authored
Merge pull request #48 from wellcometrust/remove-wide-desktop
Remove wide desktop and updates for MVP
2 parents 972c67d + 8e21d0f commit 2725349

1 file changed

Lines changed: 40 additions & 106 deletions

File tree

tokens.json

Lines changed: 40 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@
853853
"type": "fontFamilies"
854854
},
855855
"brand": {
856-
"value": "Wellcome, “Wellcome-Bold”, sans-serif",
856+
"value": "Wellcome, sans-serif",
857857
"type": "fontFamilies"
858858
},
859859
"sans": {
@@ -909,13 +909,9 @@
909909
"description": "Body text and captions."
910910
},
911911
"lg": {
912-
"value": "160%",
912+
"value": "150%",
913913
"type": "lineHeights",
914914
"description": "Display, heading and long form body text."
915-
},
916-
"xl": {
917-
"value": "180%",
918-
"type": "lineHeights"
919915
}
920916
},
921917
"text-case": {
@@ -929,96 +925,96 @@
929925
}
930926
},
931927
"size": {
932-
"bp-sm": {
928+
"bp-xs": {
933929
"f6": {
934-
"value": "39.84",
930+
"value": "32",
935931
"type": "fontSizes",
936-
"description": "Tokens value for figma"
932+
"description": "Token value for figma"
937933
},
938934
"f5": {
939-
"value": "34.88",
935+
"value": "29",
940936
"type": "fontSizes",
941937
"description": "Token value for figma"
942938
},
943939
"f3": {
944-
"value": "26.36",
940+
"value": "23",
945941
"type": "fontSizes",
946942
"description": "Token value for figma"
947943
},
948944
"f2": {
949-
"value": "22.52",
945+
"value": "20",
950946
"type": "fontSizes",
951-
"description": "Token value for figma\n"
947+
"description": "Token value for figma"
952948
},
953949
"f1": {
954-
"value": "19.68",
950+
"value": "18",
955951
"type": "fontSizes",
956-
"description": "Token value for figma \n"
952+
"description": "Token value for figma"
957953
},
958954
"f0": {
959-
"value": "17.12",
955+
"value": "16",
960956
"type": "fontSizes",
961957
"description": "Token value for figma"
962958
},
963959
"f-1": {
964-
"value": "14.84",
960+
"value": "14",
965961
"type": "fontSizes",
966962
"description": "Token value for figma"
967963
},
968964
"f-2": {
969-
"value": "13.28",
965+
"value": "13",
970966
"type": "fontSizes",
971967
"description": "Token value for figma"
972968
},
973969
"f-3": {
974-
"value": "11.28",
970+
"value": "11",
975971
"type": "fontSizes",
976972
"description": "Token value for figma"
977973
}
978974
},
979-
"bp-xs": {
975+
"bp-sm": {
980976
"f6": {
981-
"value": "32",
977+
"value": "39.84",
982978
"type": "fontSizes",
983-
"description": "Token value for figma"
979+
"description": "Tokens value for figma"
984980
},
985981
"f5": {
986-
"value": "29",
982+
"value": "34.88",
987983
"type": "fontSizes",
988984
"description": "Token value for figma"
989985
},
990986
"f3": {
991-
"value": "23",
987+
"value": "26.36",
992988
"type": "fontSizes",
993989
"description": "Token value for figma"
994990
},
995991
"f2": {
996-
"value": "20",
992+
"value": "22.52",
997993
"type": "fontSizes",
998-
"description": "Token value for figma"
994+
"description": "Token value for figma\n"
999995
},
1000996
"f1": {
1001-
"value": "18",
997+
"value": "19.68",
1002998
"type": "fontSizes",
1003-
"description": "Token value for figma"
999+
"description": "Token value for figma \n"
10041000
},
10051001
"f0": {
1006-
"value": "16",
1002+
"value": "17.12",
10071003
"type": "fontSizes",
10081004
"description": "Token value for figma"
10091005
},
10101006
"f-1": {
1011-
"value": "14",
1007+
"value": "14.84",
10121008
"type": "fontSizes",
10131009
"description": "Token value for figma"
10141010
},
10151011
"f-2": {
1016-
"value": "13",
1012+
"value": "13.28",
10171013
"type": "fontSizes",
10181014
"description": "Token value for figma"
10191015
},
10201016
"f-3": {
1021-
"value": "11",
1017+
"value": "11.28",
10221018
"type": "fontSizes",
10231019
"description": "Token value for figma"
10241020
}
@@ -1314,11 +1310,19 @@
13141310
}
13151311
},
13161312
"opacity": {
1313+
"25": {
1314+
"value": "0.25",
1315+
"type": "opacity"
1316+
},
13171317
"50": {
13181318
"value": "0.5",
13191319
"type": "opacity",
13201320
"description": "Used as a background overlay to mute the background when another layer (e.g. modal, drawer) is opened."
13211321
},
1322+
"75": {
1323+
"value": "0.75",
1324+
"type": "opacity"
1325+
},
13221326
"100": {
13231327
"value": "1",
13241328
"type": "opacity"
@@ -1704,75 +1708,6 @@
17041708
}
17051709
}
17061710
},
1707-
"BREAKPOINTS/Wide desktop": {
1708-
"font": {
1709-
"size": {
1710-
"f6": {
1711-
"value": "{font.size.bp-xl.f6}",
1712-
"type": "fontSizes",
1713-
"description": "Token value for figma"
1714-
},
1715-
"f5": {
1716-
"value": "{font.size.bp-xl.f5}",
1717-
"type": "fontSizes",
1718-
"description": "Token value for figma"
1719-
},
1720-
"f3": {
1721-
"value": "{font.size.bp-xl.f3}",
1722-
"type": "fontSizes",
1723-
"description": "Token value for figma"
1724-
},
1725-
"f2": {
1726-
"value": "{font.size.bp-xl.f2}",
1727-
"type": "fontSizes",
1728-
"description": "Token value for figma"
1729-
},
1730-
"f1": {
1731-
"value": "{font.size.bp-xl.f1}",
1732-
"type": "fontSizes",
1733-
"description": "Token value for figma"
1734-
},
1735-
"f0": {
1736-
"value": "{font.size.bp-xl.f0}",
1737-
"type": "fontSizes",
1738-
"description": "Token value for figma"
1739-
},
1740-
"f-1": {
1741-
"value": "{font.size.bp-xl.f-1}",
1742-
"type": "fontSizes",
1743-
"description": "Token value for figma"
1744-
},
1745-
"f-2": {
1746-
"value": "{font.size.bp-xl.f-2}",
1747-
"type": "fontSizes",
1748-
"description": "Token value for figma"
1749-
},
1750-
"f-3": {
1751-
"value": "{font.size.bp-xl.f-3}",
1752-
"type": "fontSizes",
1753-
"description": "Token value for figma"
1754-
}
1755-
}
1756-
},
1757-
"grid": {
1758-
"breakpoint": {
1759-
"value": "{grid.breakpoint.xl}",
1760-
"type": "sizing"
1761-
},
1762-
"columns": {
1763-
"value": "{grid.columns.lg}",
1764-
"type": "sizing"
1765-
},
1766-
"margin": {
1767-
"value": "0",
1768-
"type": "sizing"
1769-
},
1770-
"gutter": {
1771-
"value": "0",
1772-
"type": "sizing"
1773-
}
1774-
}
1775-
},
17761711
"$themes": [
17771712
{
17781713
"id": "6065494081d349c78947746e7f2cbe21b78972db",
@@ -1885,10 +1820,10 @@
18851820
"$figmaStyleReferences": {},
18861821
"selectedTokenSets": {
18871822
"00 Core": "source",
1888-
"01 Semantic": "source",
1889-
"BREAKPOINTS/Wide desktop": "enabled"
1823+
"01 Semantic": "source"
18901824
},
1891-
"group": "02 Responsive"
1825+
"group": "02 Responsive",
1826+
"$figmaVariableReferences": {}
18921827
}
18931828
],
18941829
"$metadata": {
@@ -1897,8 +1832,7 @@
18971832
"01 Semantic",
18981833
"BREAKPOINTS/Desktop",
18991834
"BREAKPOINTS/Tablet",
1900-
"BREAKPOINTS/Mobile",
1901-
"BREAKPOINTS/Wide desktop"
1835+
"BREAKPOINTS/Mobile"
19021836
]
19031837
}
19041838
}

0 commit comments

Comments
 (0)