@microsoft/atlas-css 3.4.0 → 3.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/atlas-css",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -40,6 +40,36 @@
40
40
  font-size: $font-size-6 !important;
41
41
  }
42
42
 
43
+ @include tablet {
44
+ .font-size-h0-tablet {
45
+ font-size: $font-size-0 !important;
46
+ }
47
+
48
+ .font-size-h1-tablet {
49
+ font-size: $font-size-1 !important;
50
+ }
51
+
52
+ .font-size-h2-tablet {
53
+ font-size: $font-size-2 !important;
54
+ }
55
+
56
+ .font-size-h3-tablet {
57
+ font-size: $font-size-3 !important;
58
+ }
59
+
60
+ .font-size-h4-tablet {
61
+ font-size: $font-size-4 !important;
62
+ }
63
+
64
+ .font-size-h5-tablet {
65
+ font-size: $font-size-5 !important;
66
+ }
67
+
68
+ .font-size-h6-tablet {
69
+ font-size: $font-size-6 !important;
70
+ }
71
+ }
72
+
43
73
  // Non-heading sizes
44
74
 
45
75
  .font-size-xl {
@@ -62,6 +92,30 @@
62
92
  font-size: $font-size-9 !important;
63
93
  }
64
94
 
95
+ // Non-heading sizes
96
+
97
+ @include tablet {
98
+ .font-size-xl-tablet {
99
+ font-size: $font-size-5 !important;
100
+ }
101
+
102
+ .font-size-lg-tablet {
103
+ font-size: $font-size-6 !important;
104
+ }
105
+
106
+ .font-size-md-tablet {
107
+ font-size: $font-size-7 !important;
108
+ }
109
+
110
+ .font-size-sm-tablet {
111
+ font-size: $font-size-8 !important;
112
+ }
113
+
114
+ .font-size-xs-tablet {
115
+ font-size: $font-size-9 !important;
116
+ }
117
+ }
118
+
65
119
  // Weight
66
120
 
67
121
  .font-weight-light {