@times-design-system/theme-css 1.8.1-alpha.28 → 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/variables.css +26 -26
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
--fontFamily010: Times Modern;
|
|
12
12
|
--fontFamily020: Times Digital W04 Regular;
|
|
13
13
|
--fontFamily030: Times Digital W04 Bold;
|
|
14
|
-
--fontFamily040:
|
|
14
|
+
--fontFamily040: Roboto;
|
|
15
15
|
--fontLineHeight010: 1;
|
|
16
16
|
--fontLineHeight020: 1.125;
|
|
17
17
|
--fontLineHeight030: 1.25;
|
|
@@ -2784,31 +2784,31 @@
|
|
|
2784
2784
|
--grid-viewport: 433px;
|
|
2785
2785
|
--grid-max-width: 767px;
|
|
2786
2786
|
--grid-content-area: 393px;
|
|
2787
|
-
--fontSize0025: 0.
|
|
2788
|
-
--fontSize005:
|
|
2789
|
-
--fontSize010:
|
|
2790
|
-
--fontSize020:
|
|
2791
|
-
--fontSize025:
|
|
2792
|
-
--fontSize030:
|
|
2793
|
-
--fontSize035: 1.
|
|
2794
|
-
--fontSize040: 1.
|
|
2795
|
-
--fontSize045: 1.
|
|
2796
|
-
--fontSize050:
|
|
2797
|
-
--fontSize060:
|
|
2798
|
-
--fontSize070:
|
|
2799
|
-
--fontSize080:
|
|
2800
|
-
--fontSize090: 2rem;
|
|
2801
|
-
--fontSize095:
|
|
2802
|
-
--fontSize100:
|
|
2803
|
-
--fontSize105:
|
|
2804
|
-
--fontSize110: 2rem;
|
|
2805
|
-
--fontSize120:
|
|
2806
|
-
--fontSize125:
|
|
2807
|
-
--fontSize130:
|
|
2808
|
-
--fontSize140:
|
|
2809
|
-
--fontSize150: 4rem;
|
|
2810
|
-
--fontSize155:
|
|
2811
|
-
--fontSize160:
|
|
2787
|
+
--fontSize0025: 0.8rem;
|
|
2788
|
+
--fontSize005: 1rem;
|
|
2789
|
+
--fontSize010: 1.2rem;
|
|
2790
|
+
--fontSize020: 1.4rem;
|
|
2791
|
+
--fontSize025: 1.5rem;
|
|
2792
|
+
--fontSize030: 1.6rem;
|
|
2793
|
+
--fontSize035: 1.7rem;
|
|
2794
|
+
--fontSize040: 1.8rem;
|
|
2795
|
+
--fontSize045: 1.9rem;
|
|
2796
|
+
--fontSize050: 2rem;
|
|
2797
|
+
--fontSize060: 2.2rem;
|
|
2798
|
+
--fontSize070: 2.4rem;
|
|
2799
|
+
--fontSize080: 2.8rem;
|
|
2800
|
+
--fontSize090: 3.2rem;
|
|
2801
|
+
--fontSize095: 3.4rem;
|
|
2802
|
+
--fontSize100: 3.6rem;
|
|
2803
|
+
--fontSize105: 4.6rem;
|
|
2804
|
+
--fontSize110: 3.2rem;
|
|
2805
|
+
--fontSize120: 4.4rem;
|
|
2806
|
+
--fontSize125: 4.5rem;
|
|
2807
|
+
--fontSize130: 4.8rem;
|
|
2808
|
+
--fontSize140: 4rem;
|
|
2809
|
+
--fontSize150: 6.4rem;
|
|
2810
|
+
--fontSize155: 7rem;
|
|
2811
|
+
--fontSize160: 8rem;
|
|
2812
2812
|
}}
|
|
2813
2813
|
@media (min-width: 440px) {
|
|
2814
2814
|
:root {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-design-system/theme-css",
|
|
3
|
-
"version": "1.
|
|
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 CSS",
|
|
6
6
|
"keywords": [
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"url": "https://github.com/newsuk/times-design-system/issues"
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://github.com/newsuk/times-design-system#readme",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "2bf22b141130c29c59785b2e8b488bf350d6da55"
|
|
45
45
|
}
|