@times-design-system/theme-scss 2.0.1-alpha.2 → 2.0.2-alpha.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.
@@ -44,7 +44,7 @@ $fontWeight090: 900;
44
44
  $fontFamily010: Times Modern;
45
45
  $fontFamily020: Times Digital W04 Regular;
46
46
  $fontFamily030: Times Digital W04 Bold;
47
- $fontFamily040: Times Roboto;
47
+ $fontFamily040: Roboto;
48
48
  $fontLineHeight010: 1;
49
49
  $fontLineHeight020: 1.125;
50
50
  $fontLineHeight030: 1.25;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-design-system/theme-scss",
3
- "version": "2.0.1-alpha.2+201ed7aa",
3
+ "version": "2.0.2-alpha.0+21580795",
4
4
  "type": "module",
5
5
  "description": "Times Design System theme package - pre-resolved color tokens for React",
6
6
  "keywords": [
@@ -44,5 +44,5 @@
44
44
  "url": "https://github.com/newsuk/times-design-system/issues"
45
45
  },
46
46
  "homepage": "https://github.com/newsuk/times-design-system#readme",
47
- "gitHead": "201ed7aaa54d2ce981dd2c1559b10e60e0370df8"
47
+ "gitHead": "21580795555c759c56388a9aadd9d21562a9a0d6"
48
48
  }