@momentum-design/tokens 0.0.95 → 0.1.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.
Files changed (39) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +1 -1
  5. package/dist/css/theme/webex/hc-dark-stable.css +1 -1
  6. package/dist/css/theme/webex/hc-light-stable.css +1 -1
  7. package/dist/css/theme/webex/light-stable.css +1 -1
  8. package/dist/css/typography/complete.css +210 -0
  9. package/dist/ios/core/complete.swift +1 -1
  10. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  11. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  12. package/dist/ios/theme/webex/dark-stable.swift +1 -1
  13. package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
  14. package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
  15. package/dist/ios/theme/webex/light-stable.swift +1 -1
  16. package/dist/ios/typography/complete.swift +216 -0
  17. package/dist/json/theme/webex/dark-stable.json +0 -250
  18. package/dist/json/theme/webex/hc-dark-stable.json +0 -250
  19. package/dist/json/theme/webex/hc-light-stable.json +0 -250
  20. package/dist/json/theme/webex/light-stable.json +0 -220
  21. package/dist/json/typography/complete.json +5275 -0
  22. package/dist/json-minimal/typography/complete.json +313 -0
  23. package/dist/resources/core/complete.xml +1 -1
  24. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  25. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  26. package/dist/resources/theme/webex/dark-stable.xml +1 -1
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  28. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  29. package/dist/resources/theme/webex/light-stable.xml +1 -1
  30. package/dist/resources/typography/complete.xml +212 -0
  31. package/dist/scss/core/complete.scss +1 -1
  32. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  33. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  34. package/dist/scss/theme/webex/dark-stable.scss +1 -1
  35. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  36. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  37. package/dist/scss/theme/webex/light-stable.scss +1 -1
  38. package/dist/scss/typography/complete.scss +207 -0
  39. package/package.json +3 -2
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Sep 2024 10:04:44 GMT
3
+ * Generated on Sat, 05 Oct 2024 08:02:39 GMT
4
4
  */
5
5
 
6
6
  .mds-core {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Sep 2024 10:04:46 GMT
3
+ * Generated on Sat, 05 Oct 2024 08:02:41 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-aaos-day {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Sep 2024 10:04:46 GMT
3
+ * Generated on Sat, 05 Oct 2024 08:02:41 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-aaos-night {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Sep 2024 10:04:45 GMT
3
+ * Generated on Sat, 05 Oct 2024 08:02:39 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-darkWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Sep 2024 10:04:45 GMT
3
+ * Generated on Sat, 05 Oct 2024 08:02:40 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcDarkWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Sep 2024 10:04:45 GMT
3
+ * Generated on Sat, 05 Oct 2024 08:02:41 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcLightWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 30 Sep 2024 10:04:45 GMT
3
+ * Generated on Sat, 05 Oct 2024 08:02:40 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightWebex {
@@ -0,0 +1,210 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sat, 05 Oct 2024 08:02:42 GMT
4
+ */
5
+
6
+ .mds-typography {
7
+ --mds-font-lineheight-base: 16;
8
+ --mds-font-lineheight-body-small: 16;
9
+ --mds-font-lineheight-body-midsize: 20;
10
+ --mds-font-lineheight-body-large: 24;
11
+ --mds-font-lineheight-heading-small: 28;
12
+ --mds-font-lineheight-heading-midsize: 32;
13
+ --mds-font-lineheight-heading-large: 40;
14
+ --mds-font-lineheight-heading-xlarge: 52;
15
+ --mds-font-lineheight-headline-small: 64;
16
+ --mds-font-family-primary: Inter;
17
+ --mds-font-weight-light: 300;
18
+ --mds-font-weight-regular: 400;
19
+ --mds-font-weight-medium: 500;
20
+ --mds-font-weight-bold: 700;
21
+ --mds-font-size-base: 16;
22
+ --mds-font-size-body-small: 12;
23
+ --mds-font-size-body-midsize: 14;
24
+ --mds-font-size-body-large: 16;
25
+ --mds-font-size-heading-small: 20;
26
+ --mds-font-size-heading-midsize: 24;
27
+ --mds-font-size-heading-large: 32;
28
+ --mds-font-size-heading-xlarge: 40;
29
+ --mds-font-size-headline-small: 52;
30
+ --mds-font-text-transform-none: none;
31
+ --mds-font-text-transform-uppercase: uppercase;
32
+ --mds-font-text-transform-lowercase: lowercase;
33
+ --mds-font-text-transform-titlecase: titlecase;
34
+ --mds-font-decoration-underline: underline;
35
+ --mds-font-decoration-none: none;
36
+ --mds-font-apps-body-small-regular-font-family: Inter;
37
+ --mds-font-apps-body-small-regular-font-weight: 400;
38
+ --mds-font-apps-body-small-regular-line-height: 16;
39
+ --mds-font-apps-body-small-regular-font-size: 12;
40
+ --mds-font-apps-body-small-regular-text-case: none;
41
+ --mds-font-apps-body-small-regular-text-decoration: none;
42
+ --mds-font-apps-body-small-regular-underline-font-family: Inter;
43
+ --mds-font-apps-body-small-regular-underline-font-weight: 400;
44
+ --mds-font-apps-body-small-regular-underline-line-height: 16;
45
+ --mds-font-apps-body-small-regular-underline-font-size: 12;
46
+ --mds-font-apps-body-small-regular-underline-text-case: none;
47
+ --mds-font-apps-body-small-regular-underline-text-decoration: underline;
48
+ --mds-font-apps-body-small-medium-font-family: Inter;
49
+ --mds-font-apps-body-small-medium-font-weight: 500;
50
+ --mds-font-apps-body-small-medium-line-height: 16;
51
+ --mds-font-apps-body-small-medium-font-size: 12;
52
+ --mds-font-apps-body-small-medium-text-case: none;
53
+ --mds-font-apps-body-small-medium-text-decoration: none;
54
+ --mds-font-apps-body-small-medium-underline-font-family: Inter;
55
+ --mds-font-apps-body-small-medium-underline-font-weight: 500;
56
+ --mds-font-apps-body-small-medium-underline-line-height: 16;
57
+ --mds-font-apps-body-small-medium-underline-font-size: 12;
58
+ --mds-font-apps-body-small-medium-underline-text-case: none;
59
+ --mds-font-apps-body-small-medium-underline-text-decoration: underline;
60
+ --mds-font-apps-body-small-bold-font-family: Inter;
61
+ --mds-font-apps-body-small-bold-font-weight: 700;
62
+ --mds-font-apps-body-small-bold-line-height: 16;
63
+ --mds-font-apps-body-small-bold-font-size: 12;
64
+ --mds-font-apps-body-small-bold-text-case: none;
65
+ --mds-font-apps-body-small-bold-text-decoration: none;
66
+ --mds-font-apps-body-midsize-regular-font-family: Inter;
67
+ --mds-font-apps-body-midsize-regular-font-weight: 400;
68
+ --mds-font-apps-body-midsize-regular-line-height: 20;
69
+ --mds-font-apps-body-midsize-regular-font-size: 14;
70
+ --mds-font-apps-body-midsize-regular-text-case: none;
71
+ --mds-font-apps-body-midsize-regular-text-decoration: none;
72
+ --mds-font-apps-body-midsize-regular-underline-font-family: Inter;
73
+ --mds-font-apps-body-midsize-regular-underline-font-weight: 400;
74
+ --mds-font-apps-body-midsize-regular-underline-line-height: 20;
75
+ --mds-font-apps-body-midsize-regular-underline-font-size: 14;
76
+ --mds-font-apps-body-midsize-regular-underline-text-case: none;
77
+ --mds-font-apps-body-midsize-regular-underline-text-decoration: underline;
78
+ --mds-font-apps-body-midsize-medium-font-family: Inter;
79
+ --mds-font-apps-body-midsize-medium-font-weight: 500;
80
+ --mds-font-apps-body-midsize-medium-line-height: 20;
81
+ --mds-font-apps-body-midsize-medium-font-size: 14;
82
+ --mds-font-apps-body-midsize-medium-text-case: none;
83
+ --mds-font-apps-body-midsize-medium-text-decoration: none;
84
+ --mds-font-apps-body-midsize-medium-underline-font-family: Inter;
85
+ --mds-font-apps-body-midsize-medium-underline-font-weight: 500;
86
+ --mds-font-apps-body-midsize-medium-underline-line-height: 20;
87
+ --mds-font-apps-body-midsize-medium-underline-font-size: 14;
88
+ --mds-font-apps-body-midsize-medium-underline-text-case: none;
89
+ --mds-font-apps-body-midsize-medium-underline-text-decoration: underline;
90
+ --mds-font-apps-body-midsize-bold-font-family: Inter;
91
+ --mds-font-apps-body-midsize-bold-font-weight: 700;
92
+ --mds-font-apps-body-midsize-bold-line-height: 20;
93
+ --mds-font-apps-body-midsize-bold-font-size: 14;
94
+ --mds-font-apps-body-midsize-bold-text-case: none;
95
+ --mds-font-apps-body-midsize-bold-text-decoration: none;
96
+ --mds-font-apps-body-large-regular-font-family: Inter;
97
+ --mds-font-apps-body-large-regular-font-weight: 400;
98
+ --mds-font-apps-body-large-regular-line-height: 24;
99
+ --mds-font-apps-body-large-regular-font-size: 16;
100
+ --mds-font-apps-body-large-regular-text-case: none;
101
+ --mds-font-apps-body-large-regular-text-decoration: none;
102
+ --mds-font-apps-body-large-regular-underline-font-family: Inter;
103
+ --mds-font-apps-body-large-regular-underline-font-weight: 400;
104
+ --mds-font-apps-body-large-regular-underline-line-height: 24;
105
+ --mds-font-apps-body-large-regular-underline-font-size: 16;
106
+ --mds-font-apps-body-large-regular-underline-text-case: none;
107
+ --mds-font-apps-body-large-regular-underline-text-decoration: underline;
108
+ --mds-font-apps-body-large-medium-font-family: Inter;
109
+ --mds-font-apps-body-large-medium-font-weight: 500;
110
+ --mds-font-apps-body-large-medium-line-height: 24;
111
+ --mds-font-apps-body-large-medium-font-size: 16;
112
+ --mds-font-apps-body-large-medium-text-case: none;
113
+ --mds-font-apps-body-large-medium-text-decoration: none;
114
+ --mds-font-apps-body-large-medium-underline-font-family: Inter;
115
+ --mds-font-apps-body-large-medium-underline-font-weight: 500;
116
+ --mds-font-apps-body-large-medium-underline-line-height: 24;
117
+ --mds-font-apps-body-large-medium-underline-font-size: 16;
118
+ --mds-font-apps-body-large-medium-underline-text-case: none;
119
+ --mds-font-apps-body-large-medium-underline-text-decoration: underline;
120
+ --mds-font-apps-body-large-bold-font-family: Inter;
121
+ --mds-font-apps-body-large-bold-font-weight: 700;
122
+ --mds-font-apps-body-large-bold-line-height: 24;
123
+ --mds-font-apps-body-large-bold-font-size: 16;
124
+ --mds-font-apps-body-large-bold-text-case: none;
125
+ --mds-font-apps-body-large-bold-text-decoration: none;
126
+ --mds-font-apps-heading-small-regular-font-family: Inter;
127
+ --mds-font-apps-heading-small-regular-font-weight: 400;
128
+ --mds-font-apps-heading-small-regular-line-height: 28;
129
+ --mds-font-apps-heading-small-regular-font-size: 20;
130
+ --mds-font-apps-heading-small-regular-text-case: none;
131
+ --mds-font-apps-heading-small-regular-text-decoration: none;
132
+ --mds-font-apps-heading-small-medium-font-family: Inter;
133
+ --mds-font-apps-heading-small-medium-font-weight: 500;
134
+ --mds-font-apps-heading-small-medium-line-height: 28;
135
+ --mds-font-apps-heading-small-medium-font-size: 20;
136
+ --mds-font-apps-heading-small-medium-text-case: none;
137
+ --mds-font-apps-heading-small-medium-text-decoration: none;
138
+ --mds-font-apps-heading-small-bold-font-family: Inter;
139
+ --mds-font-apps-heading-small-bold-font-weight: 700;
140
+ --mds-font-apps-heading-small-bold-line-height: 28;
141
+ --mds-font-apps-heading-small-bold-font-size: 20;
142
+ --mds-font-apps-heading-small-bold-text-case: none;
143
+ --mds-font-apps-heading-small-bold-text-decoration: none;
144
+ --mds-font-apps-heading-midsize-regular-font-family: Inter;
145
+ --mds-font-apps-heading-midsize-regular-font-weight: 400;
146
+ --mds-font-apps-heading-midsize-regular-line-height: 32;
147
+ --mds-font-apps-heading-midsize-regular-font-size: 24;
148
+ --mds-font-apps-heading-midsize-regular-text-case: none;
149
+ --mds-font-apps-heading-midsize-regular-text-decoration: none;
150
+ --mds-font-apps-heading-midsize-medium-font-family: Inter;
151
+ --mds-font-apps-heading-midsize-medium-font-weight: 500;
152
+ --mds-font-apps-heading-midsize-medium-line-height: 32;
153
+ --mds-font-apps-heading-midsize-medium-font-size: 24;
154
+ --mds-font-apps-heading-midsize-medium-text-case: none;
155
+ --mds-font-apps-heading-midsize-medium-text-decoration: none;
156
+ --mds-font-apps-heading-midsize-bold-font-family: Inter;
157
+ --mds-font-apps-heading-midsize-bold-font-weight: 700;
158
+ --mds-font-apps-heading-midsize-bold-line-height: 32;
159
+ --mds-font-apps-heading-midsize-bold-font-size: 24;
160
+ --mds-font-apps-heading-midsize-bold-text-case: none;
161
+ --mds-font-apps-heading-midsize-bold-text-decoration: none;
162
+ --mds-font-apps-heading-large-regular-font-family: Inter;
163
+ --mds-font-apps-heading-large-regular-font-weight: 400;
164
+ --mds-font-apps-heading-large-regular-line-height: 40;
165
+ --mds-font-apps-heading-large-regular-font-size: 32;
166
+ --mds-font-apps-heading-large-regular-text-case: none;
167
+ --mds-font-apps-heading-large-regular-text-decoration: none;
168
+ --mds-font-apps-heading-large-medium-font-family: Inter;
169
+ --mds-font-apps-heading-large-medium-font-weight: 500;
170
+ --mds-font-apps-heading-large-medium-line-height: 40;
171
+ --mds-font-apps-heading-large-medium-font-size: 32;
172
+ --mds-font-apps-heading-large-medium-text-case: none;
173
+ --mds-font-apps-heading-large-medium-text-decoration: none;
174
+ --mds-font-apps-heading-large-bold-font-family: Inter;
175
+ --mds-font-apps-heading-large-bold-font-weight: 700;
176
+ --mds-font-apps-heading-large-bold-line-height: 40;
177
+ --mds-font-apps-heading-large-bold-font-size: 32;
178
+ --mds-font-apps-heading-large-bold-text-case: none;
179
+ --mds-font-apps-heading-large-bold-text-decoration: none;
180
+ --mds-font-apps-heading-xlarge-regular-font-family: Inter;
181
+ --mds-font-apps-heading-xlarge-regular-font-weight: 400;
182
+ --mds-font-apps-heading-xlarge-regular-line-height: 52;
183
+ --mds-font-apps-heading-xlarge-regular-font-size: 40;
184
+ --mds-font-apps-heading-xlarge-regular-text-case: none;
185
+ --mds-font-apps-heading-xlarge-regular-text-decoration: none;
186
+ --mds-font-apps-heading-xlarge-medium-font-family: Inter;
187
+ --mds-font-apps-heading-xlarge-medium-font-weight: 500;
188
+ --mds-font-apps-heading-xlarge-medium-line-height: 52;
189
+ --mds-font-apps-heading-xlarge-medium-font-size: 40;
190
+ --mds-font-apps-heading-xlarge-medium-text-case: none;
191
+ --mds-font-apps-heading-xlarge-medium-text-decoration: none;
192
+ --mds-font-apps-heading-xlarge-bold-font-family: Inter;
193
+ --mds-font-apps-heading-xlarge-bold-font-weight: 700;
194
+ --mds-font-apps-heading-xlarge-bold-line-height: 52;
195
+ --mds-font-apps-heading-xlarge-bold-font-size: 40;
196
+ --mds-font-apps-heading-xlarge-bold-text-case: none;
197
+ --mds-font-apps-heading-xlarge-bold-text-decoration: none;
198
+ --mds-font-apps-headline-small-light-font-family: Inter;
199
+ --mds-font-apps-headline-small-light-font-weight: 300;
200
+ --mds-font-apps-headline-small-light-font-size: 52;
201
+ --mds-font-apps-headline-small-light-line-height: 64;
202
+ --mds-font-apps-headline-small-light-text-decoration: none;
203
+ --mds-font-apps-headline-small-light-text-case: none;
204
+ --mds-font-apps-headline-small-regular-font-family: Inter;
205
+ --mds-font-apps-headline-small-regular-font-weight: 400;
206
+ --mds-font-apps-headline-small-regular-font-size: 52;
207
+ --mds-font-apps-headline-small-regular-line-height: 64;
208
+ --mds-font-apps-headline-small-regular-text-decoration: none;
209
+ --mds-font-apps-headline-small-regular-text-case: none;
210
+ }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 30 Sep 2024 10:04:44 GMT
7
+ // Generated on Sat, 05 Oct 2024 08:02:39 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 30 Sep 2024 10:04:46 GMT
7
+ // Generated on Sat, 05 Oct 2024 08:02:41 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 30 Sep 2024 10:04:46 GMT
7
+ // Generated on Sat, 05 Oct 2024 08:02:41 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 30 Sep 2024 10:04:45 GMT
7
+ // Generated on Sat, 05 Oct 2024 08:02:40 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 30 Sep 2024 10:04:45 GMT
7
+ // Generated on Sat, 05 Oct 2024 08:02:40 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 30 Sep 2024 10:04:45 GMT
7
+ // Generated on Sat, 05 Oct 2024 08:02:41 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 30 Sep 2024 10:04:45 GMT
7
+ // Generated on Sat, 05 Oct 2024 08:02:40 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -0,0 +1,216 @@
1
+
2
+ //
3
+ // typography/complete.swift
4
+ //
5
+
6
+ // Do not edit directly
7
+ // Generated on Sat, 05 Oct 2024 08:02:43 GMT
8
+
9
+
10
+ import UIKit
11
+
12
+ public class {
13
+ public static let mdsFontAppsBodyLargeBoldFontFamily = Inter
14
+ public static let mdsFontAppsBodyLargeBoldFontSize = 16
15
+ public static let mdsFontAppsBodyLargeBoldFontWeight = 700
16
+ public static let mdsFontAppsBodyLargeBoldLineHeight = 24
17
+ public static let mdsFontAppsBodyLargeBoldTextCase = none
18
+ public static let mdsFontAppsBodyLargeBoldTextDecoration = none
19
+ public static let mdsFontAppsBodyLargeMediumFontFamily = Inter
20
+ public static let mdsFontAppsBodyLargeMediumFontSize = 16
21
+ public static let mdsFontAppsBodyLargeMediumFontWeight = 500
22
+ public static let mdsFontAppsBodyLargeMediumLineHeight = 24
23
+ public static let mdsFontAppsBodyLargeMediumTextCase = none
24
+ public static let mdsFontAppsBodyLargeMediumTextDecoration = none
25
+ public static let mdsFontAppsBodyLargeMediumUnderlineFontFamily = Inter
26
+ public static let mdsFontAppsBodyLargeMediumUnderlineFontSize = 16
27
+ public static let mdsFontAppsBodyLargeMediumUnderlineFontWeight = 500
28
+ public static let mdsFontAppsBodyLargeMediumUnderlineLineHeight = 24
29
+ public static let mdsFontAppsBodyLargeMediumUnderlineTextCase = none
30
+ public static let mdsFontAppsBodyLargeMediumUnderlineTextDecoration = underline
31
+ public static let mdsFontAppsBodyLargeRegularFontFamily = Inter
32
+ public static let mdsFontAppsBodyLargeRegularFontSize = 16
33
+ public static let mdsFontAppsBodyLargeRegularFontWeight = 400
34
+ public static let mdsFontAppsBodyLargeRegularLineHeight = 24
35
+ public static let mdsFontAppsBodyLargeRegularTextCase = none
36
+ public static let mdsFontAppsBodyLargeRegularTextDecoration = none
37
+ public static let mdsFontAppsBodyLargeRegularUnderlineFontFamily = Inter
38
+ public static let mdsFontAppsBodyLargeRegularUnderlineFontSize = 16
39
+ public static let mdsFontAppsBodyLargeRegularUnderlineFontWeight = 400
40
+ public static let mdsFontAppsBodyLargeRegularUnderlineLineHeight = 24
41
+ public static let mdsFontAppsBodyLargeRegularUnderlineTextCase = none
42
+ public static let mdsFontAppsBodyLargeRegularUnderlineTextDecoration = underline
43
+ public static let mdsFontAppsBodyMidsizeBoldFontFamily = Inter
44
+ public static let mdsFontAppsBodyMidsizeBoldFontSize = 14
45
+ public static let mdsFontAppsBodyMidsizeBoldFontWeight = 700
46
+ public static let mdsFontAppsBodyMidsizeBoldLineHeight = 20
47
+ public static let mdsFontAppsBodyMidsizeBoldTextCase = none
48
+ public static let mdsFontAppsBodyMidsizeBoldTextDecoration = none
49
+ public static let mdsFontAppsBodyMidsizeMediumFontFamily = Inter
50
+ public static let mdsFontAppsBodyMidsizeMediumFontSize = 14
51
+ public static let mdsFontAppsBodyMidsizeMediumFontWeight = 500
52
+ public static let mdsFontAppsBodyMidsizeMediumLineHeight = 20
53
+ public static let mdsFontAppsBodyMidsizeMediumTextCase = none
54
+ public static let mdsFontAppsBodyMidsizeMediumTextDecoration = none
55
+ public static let mdsFontAppsBodyMidsizeMediumUnderlineFontFamily = Inter
56
+ public static let mdsFontAppsBodyMidsizeMediumUnderlineFontSize = 14
57
+ public static let mdsFontAppsBodyMidsizeMediumUnderlineFontWeight = 500
58
+ public static let mdsFontAppsBodyMidsizeMediumUnderlineLineHeight = 20
59
+ public static let mdsFontAppsBodyMidsizeMediumUnderlineTextCase = none
60
+ public static let mdsFontAppsBodyMidsizeMediumUnderlineTextDecoration = underline
61
+ public static let mdsFontAppsBodyMidsizeRegularFontFamily = Inter
62
+ public static let mdsFontAppsBodyMidsizeRegularFontSize = 14
63
+ public static let mdsFontAppsBodyMidsizeRegularFontWeight = 400
64
+ public static let mdsFontAppsBodyMidsizeRegularLineHeight = 20
65
+ public static let mdsFontAppsBodyMidsizeRegularTextCase = none
66
+ public static let mdsFontAppsBodyMidsizeRegularTextDecoration = none
67
+ public static let mdsFontAppsBodyMidsizeRegularUnderlineFontFamily = Inter
68
+ public static let mdsFontAppsBodyMidsizeRegularUnderlineFontSize = 14
69
+ public static let mdsFontAppsBodyMidsizeRegularUnderlineFontWeight = 400
70
+ public static let mdsFontAppsBodyMidsizeRegularUnderlineLineHeight = 20
71
+ public static let mdsFontAppsBodyMidsizeRegularUnderlineTextCase = none
72
+ public static let mdsFontAppsBodyMidsizeRegularUnderlineTextDecoration = underline
73
+ public static let mdsFontAppsBodySmallBoldFontFamily = Inter
74
+ public static let mdsFontAppsBodySmallBoldFontSize = 12
75
+ public static let mdsFontAppsBodySmallBoldFontWeight = 700
76
+ public static let mdsFontAppsBodySmallBoldLineHeight = 16
77
+ public static let mdsFontAppsBodySmallBoldTextCase = none
78
+ public static let mdsFontAppsBodySmallBoldTextDecoration = none
79
+ public static let mdsFontAppsBodySmallMediumFontFamily = Inter
80
+ public static let mdsFontAppsBodySmallMediumFontSize = 12
81
+ public static let mdsFontAppsBodySmallMediumFontWeight = 500
82
+ public static let mdsFontAppsBodySmallMediumLineHeight = 16
83
+ public static let mdsFontAppsBodySmallMediumTextCase = none
84
+ public static let mdsFontAppsBodySmallMediumTextDecoration = none
85
+ public static let mdsFontAppsBodySmallMediumUnderlineFontFamily = Inter
86
+ public static let mdsFontAppsBodySmallMediumUnderlineFontSize = 12
87
+ public static let mdsFontAppsBodySmallMediumUnderlineFontWeight = 500
88
+ public static let mdsFontAppsBodySmallMediumUnderlineLineHeight = 16
89
+ public static let mdsFontAppsBodySmallMediumUnderlineTextCase = none
90
+ public static let mdsFontAppsBodySmallMediumUnderlineTextDecoration = underline
91
+ public static let mdsFontAppsBodySmallRegularFontFamily = Inter
92
+ public static let mdsFontAppsBodySmallRegularFontSize = 12
93
+ public static let mdsFontAppsBodySmallRegularFontWeight = 400
94
+ public static let mdsFontAppsBodySmallRegularLineHeight = 16
95
+ public static let mdsFontAppsBodySmallRegularTextCase = none
96
+ public static let mdsFontAppsBodySmallRegularTextDecoration = none
97
+ public static let mdsFontAppsBodySmallRegularUnderlineFontFamily = Inter
98
+ public static let mdsFontAppsBodySmallRegularUnderlineFontSize = 12
99
+ public static let mdsFontAppsBodySmallRegularUnderlineFontWeight = 400
100
+ public static let mdsFontAppsBodySmallRegularUnderlineLineHeight = 16
101
+ public static let mdsFontAppsBodySmallRegularUnderlineTextCase = none
102
+ public static let mdsFontAppsBodySmallRegularUnderlineTextDecoration = underline
103
+ public static let mdsFontAppsHeadingLargeBoldFontFamily = Inter
104
+ public static let mdsFontAppsHeadingLargeBoldFontSize = 32
105
+ public static let mdsFontAppsHeadingLargeBoldFontWeight = 700
106
+ public static let mdsFontAppsHeadingLargeBoldLineHeight = 40
107
+ public static let mdsFontAppsHeadingLargeBoldTextCase = none
108
+ public static let mdsFontAppsHeadingLargeBoldTextDecoration = none
109
+ public static let mdsFontAppsHeadingLargeMediumFontFamily = Inter
110
+ public static let mdsFontAppsHeadingLargeMediumFontSize = 32
111
+ public static let mdsFontAppsHeadingLargeMediumFontWeight = 500
112
+ public static let mdsFontAppsHeadingLargeMediumLineHeight = 40
113
+ public static let mdsFontAppsHeadingLargeMediumTextCase = none
114
+ public static let mdsFontAppsHeadingLargeMediumTextDecoration = none
115
+ public static let mdsFontAppsHeadingLargeRegularFontFamily = Inter
116
+ public static let mdsFontAppsHeadingLargeRegularFontSize = 32
117
+ public static let mdsFontAppsHeadingLargeRegularFontWeight = 400
118
+ public static let mdsFontAppsHeadingLargeRegularLineHeight = 40
119
+ public static let mdsFontAppsHeadingLargeRegularTextCase = none
120
+ public static let mdsFontAppsHeadingLargeRegularTextDecoration = none
121
+ public static let mdsFontAppsHeadingMidsizeBoldFontFamily = Inter
122
+ public static let mdsFontAppsHeadingMidsizeBoldFontSize = 24
123
+ public static let mdsFontAppsHeadingMidsizeBoldFontWeight = 700
124
+ public static let mdsFontAppsHeadingMidsizeBoldLineHeight = 32
125
+ public static let mdsFontAppsHeadingMidsizeBoldTextCase = none
126
+ public static let mdsFontAppsHeadingMidsizeBoldTextDecoration = none
127
+ public static let mdsFontAppsHeadingMidsizeMediumFontFamily = Inter
128
+ public static let mdsFontAppsHeadingMidsizeMediumFontSize = 24
129
+ public static let mdsFontAppsHeadingMidsizeMediumFontWeight = 500
130
+ public static let mdsFontAppsHeadingMidsizeMediumLineHeight = 32
131
+ public static let mdsFontAppsHeadingMidsizeMediumTextCase = none
132
+ public static let mdsFontAppsHeadingMidsizeMediumTextDecoration = none
133
+ public static let mdsFontAppsHeadingMidsizeRegularFontFamily = Inter
134
+ public static let mdsFontAppsHeadingMidsizeRegularFontSize = 24
135
+ public static let mdsFontAppsHeadingMidsizeRegularFontWeight = 400
136
+ public static let mdsFontAppsHeadingMidsizeRegularLineHeight = 32
137
+ public static let mdsFontAppsHeadingMidsizeRegularTextCase = none
138
+ public static let mdsFontAppsHeadingMidsizeRegularTextDecoration = none
139
+ public static let mdsFontAppsHeadingSmallBoldFontFamily = Inter
140
+ public static let mdsFontAppsHeadingSmallBoldFontSize = 20
141
+ public static let mdsFontAppsHeadingSmallBoldFontWeight = 700
142
+ public static let mdsFontAppsHeadingSmallBoldLineHeight = 28
143
+ public static let mdsFontAppsHeadingSmallBoldTextCase = none
144
+ public static let mdsFontAppsHeadingSmallBoldTextDecoration = none
145
+ public static let mdsFontAppsHeadingSmallMediumFontFamily = Inter
146
+ public static let mdsFontAppsHeadingSmallMediumFontSize = 20
147
+ public static let mdsFontAppsHeadingSmallMediumFontWeight = 500
148
+ public static let mdsFontAppsHeadingSmallMediumLineHeight = 28
149
+ public static let mdsFontAppsHeadingSmallMediumTextCase = none
150
+ public static let mdsFontAppsHeadingSmallMediumTextDecoration = none
151
+ public static let mdsFontAppsHeadingSmallRegularFontFamily = Inter
152
+ public static let mdsFontAppsHeadingSmallRegularFontSize = 20
153
+ public static let mdsFontAppsHeadingSmallRegularFontWeight = 400
154
+ public static let mdsFontAppsHeadingSmallRegularLineHeight = 28
155
+ public static let mdsFontAppsHeadingSmallRegularTextCase = none
156
+ public static let mdsFontAppsHeadingSmallRegularTextDecoration = none
157
+ public static let mdsFontAppsHeadingXlargeBoldFontFamily = Inter
158
+ public static let mdsFontAppsHeadingXlargeBoldFontSize = 40
159
+ public static let mdsFontAppsHeadingXlargeBoldFontWeight = 700
160
+ public static let mdsFontAppsHeadingXlargeBoldLineHeight = 52
161
+ public static let mdsFontAppsHeadingXlargeBoldTextCase = none
162
+ public static let mdsFontAppsHeadingXlargeBoldTextDecoration = none
163
+ public static let mdsFontAppsHeadingXlargeMediumFontFamily = Inter
164
+ public static let mdsFontAppsHeadingXlargeMediumFontSize = 40
165
+ public static let mdsFontAppsHeadingXlargeMediumFontWeight = 500
166
+ public static let mdsFontAppsHeadingXlargeMediumLineHeight = 52
167
+ public static let mdsFontAppsHeadingXlargeMediumTextCase = none
168
+ public static let mdsFontAppsHeadingXlargeMediumTextDecoration = none
169
+ public static let mdsFontAppsHeadingXlargeRegularFontFamily = Inter
170
+ public static let mdsFontAppsHeadingXlargeRegularFontSize = 40
171
+ public static let mdsFontAppsHeadingXlargeRegularFontWeight = 400
172
+ public static let mdsFontAppsHeadingXlargeRegularLineHeight = 52
173
+ public static let mdsFontAppsHeadingXlargeRegularTextCase = none
174
+ public static let mdsFontAppsHeadingXlargeRegularTextDecoration = none
175
+ public static let mdsFontAppsHeadlineSmallLightFontFamily = Inter
176
+ public static let mdsFontAppsHeadlineSmallLightFontSize = 52
177
+ public static let mdsFontAppsHeadlineSmallLightFontWeight = 300
178
+ public static let mdsFontAppsHeadlineSmallLightLineHeight = 64
179
+ public static let mdsFontAppsHeadlineSmallLightTextCase = none
180
+ public static let mdsFontAppsHeadlineSmallLightTextDecoration = none
181
+ public static let mdsFontAppsHeadlineSmallRegularFontFamily = Inter
182
+ public static let mdsFontAppsHeadlineSmallRegularFontSize = 52
183
+ public static let mdsFontAppsHeadlineSmallRegularFontWeight = 400
184
+ public static let mdsFontAppsHeadlineSmallRegularLineHeight = 64
185
+ public static let mdsFontAppsHeadlineSmallRegularTextCase = none
186
+ public static let mdsFontAppsHeadlineSmallRegularTextDecoration = none
187
+ public static let mdsFontDecorationNone = none
188
+ public static let mdsFontDecorationUnderline = underline
189
+ public static let mdsFontFamilyPrimary = Inter
190
+ public static let mdsFontLineheightBase = 16
191
+ public static let mdsFontLineheightBodyLarge = 24
192
+ public static let mdsFontLineheightBodyMidsize = 20
193
+ public static let mdsFontLineheightBodySmall = 16
194
+ public static let mdsFontLineheightHeadingLarge = 40
195
+ public static let mdsFontLineheightHeadingMidsize = 32
196
+ public static let mdsFontLineheightHeadingSmall = 28
197
+ public static let mdsFontLineheightHeadingXlarge = 52
198
+ public static let mdsFontLineheightHeadlineSmall = 64
199
+ public static let mdsFontSizeBase = 16
200
+ public static let mdsFontSizeBodyLarge = 16
201
+ public static let mdsFontSizeBodyMidsize = 14
202
+ public static let mdsFontSizeBodySmall = 12
203
+ public static let mdsFontSizeHeadingLarge = 32
204
+ public static let mdsFontSizeHeadingMidsize = 24
205
+ public static let mdsFontSizeHeadingSmall = 20
206
+ public static let mdsFontSizeHeadingXlarge = 40
207
+ public static let mdsFontSizeHeadlineSmall = 52
208
+ public static let mdsFontTextTransformLowercase = lowercase
209
+ public static let mdsFontTextTransformNone = none
210
+ public static let mdsFontTextTransformTitlecase = titlecase
211
+ public static let mdsFontTextTransformUppercase = uppercase
212
+ public static let mdsFontWeightBold = 700
213
+ public static let mdsFontWeightLight = 300
214
+ public static let mdsFontWeightMedium = 500
215
+ public static let mdsFontWeightRegular = 400
216
+ }