@momentum-design/tokens 0.0.95 → 0.1.1

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