@times-design-system/theme-scss 1.9.0 → 1.9.1-alpha.2
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.
- package/dist/tds-typography.scss +35 -35
- package/package.json +2 -2
package/dist/tds-typography.scss
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--font-size0025: 0.
|
|
3
|
-
--font-size005:
|
|
4
|
-
--font-size010:
|
|
5
|
-
--font-size020:
|
|
6
|
-
--font-size025:
|
|
7
|
-
--font-size030:
|
|
8
|
-
--font-size035: 1.
|
|
9
|
-
--font-size040: 1.
|
|
10
|
-
--font-size045: 1.
|
|
11
|
-
--font-size050:
|
|
12
|
-
--font-size060:
|
|
13
|
-
--font-size070:
|
|
14
|
-
--font-size080:
|
|
15
|
-
--font-size090: 2rem;
|
|
16
|
-
--font-size095:
|
|
17
|
-
--font-size100:
|
|
18
|
-
--font-size105:
|
|
19
|
-
--font-size110:
|
|
20
|
-
--font-size120:
|
|
21
|
-
--font-size125:
|
|
22
|
-
--font-size130:
|
|
23
|
-
--font-size140:
|
|
24
|
-
--font-size150: 4rem;
|
|
25
|
-
--font-size155:
|
|
26
|
-
--font-size160:
|
|
27
|
-
--font-size170:
|
|
28
|
-
--font-size180:
|
|
29
|
-
--font-size190:
|
|
30
|
-
--font-size200:
|
|
31
|
-
--font-size210:
|
|
32
|
-
--font-size220:
|
|
33
|
-
--font-size230:
|
|
34
|
-
--font-size240:
|
|
35
|
-
--font-size250:
|
|
2
|
+
--font-size0025: 0.8rem;
|
|
3
|
+
--font-size005: 1rem;
|
|
4
|
+
--font-size010: 1.2rem;
|
|
5
|
+
--font-size020: 1.4rem;
|
|
6
|
+
--font-size025: 1.5008rem;
|
|
7
|
+
--font-size030: 1.6rem;
|
|
8
|
+
--font-size035: 1.7008rem;
|
|
9
|
+
--font-size040: 1.8rem;
|
|
10
|
+
--font-size045: 1.9008rem;
|
|
11
|
+
--font-size050: 2rem;
|
|
12
|
+
--font-size060: 2.2rem;
|
|
13
|
+
--font-size070: 2.4rem;
|
|
14
|
+
--font-size080: 2.8rem;
|
|
15
|
+
--font-size090: 3.2rem;
|
|
16
|
+
--font-size095: 3.4rem;
|
|
17
|
+
--font-size100: 3.6rem;
|
|
18
|
+
--font-size105: 4.6rem;
|
|
19
|
+
--font-size110: 4rem;
|
|
20
|
+
--font-size120: 4.4rem;
|
|
21
|
+
--font-size125: 4.5008rem;
|
|
22
|
+
--font-size130: 4.8rem;
|
|
23
|
+
--font-size140: 5.6rem;
|
|
24
|
+
--font-size150: 6.4rem;
|
|
25
|
+
--font-size155: 7rem;
|
|
26
|
+
--font-size160: 8rem;
|
|
27
|
+
--font-size170: 9.4rem;
|
|
28
|
+
--font-size180: 12rem;
|
|
29
|
+
--font-size190: 14.5008rem;
|
|
30
|
+
--font-size200: 17.1008rem;
|
|
31
|
+
--font-size210: 19.7008rem;
|
|
32
|
+
--font-size220: 22.3008rem;
|
|
33
|
+
--font-size230: 24.8rem;
|
|
34
|
+
--font-size240: 27.4rem;
|
|
35
|
+
--font-size250: 30rem;
|
|
36
36
|
}
|
|
37
37
|
$fontSize0025: var(--font-size0025);
|
|
38
38
|
$fontSize005: var(--font-size005);
|
|
@@ -80,7 +80,7 @@ $fontWeight090: 900;
|
|
|
80
80
|
$fontFamily010: Times Modern;
|
|
81
81
|
$fontFamily020: Times Digital W04 Regular;
|
|
82
82
|
$fontFamily030: Times Digital W04 Bold;
|
|
83
|
-
$fontFamily040:
|
|
83
|
+
$fontFamily040: Roboto;
|
|
84
84
|
$fontLineHeight010: 1;
|
|
85
85
|
$fontLineHeight020: 1.125;
|
|
86
86
|
$fontLineHeight030: 1.25;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-design-system/theme-scss",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1-alpha.2+2bf22b14",
|
|
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": "
|
|
47
|
+
"gitHead": "2bf22b141130c29c59785b2e8b488bf350d6da55"
|
|
48
48
|
}
|