@momentum-design/tokens 0.0.94 → 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.
- package/dist/css/core/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-light-stable.css +1 -1
- package/dist/css/theme/webex/light-stable.css +1 -1
- package/dist/css/typography/complete.css +210 -0
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
- package/dist/ios/theme/webex/light-stable.swift +1 -1
- package/dist/ios/typography/complete.swift +216 -0
- package/dist/json/core/complete.json +1 -1
- package/dist/json/theme/aaos/day-complete.json +1 -1
- package/dist/json/theme/aaos/night-complete.json +1 -1
- package/dist/json/theme/webex/dark-stable.json +1 -251
- package/dist/json/theme/webex/hc-dark-stable.json +1 -251
- package/dist/json/theme/webex/hc-light-stable.json +1 -251
- package/dist/json/theme/webex/light-stable.json +1 -221
- package/dist/json/typography/complete.json +5275 -0
- package/dist/json-minimal/typography/complete.json +313 -0
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
- package/dist/resources/theme/webex/light-stable.xml +1 -1
- package/dist/resources/typography/complete.xml +212 -0
- package/dist/scss/core/complete.scss +2 -2
- package/dist/scss/theme/aaos/day-complete.scss +2 -2
- package/dist/scss/theme/aaos/night-complete.scss +2 -2
- package/dist/scss/theme/webex/dark-stable.scss +2 -2
- package/dist/scss/theme/webex/hc-dark-stable.scss +2 -2
- package/dist/scss/theme/webex/hc-light-stable.scss +2 -2
- package/dist/scss/theme/webex/light-stable.scss +2 -2
- package/dist/scss/typography/complete.scss +207 -0
- package/package.json +3 -2
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
{
|
|
2
|
+
"font": {
|
|
3
|
+
"lineheight": {
|
|
4
|
+
"base": "16",
|
|
5
|
+
"body": {
|
|
6
|
+
"small": 16,
|
|
7
|
+
"midsize": 20,
|
|
8
|
+
"large": 24
|
|
9
|
+
},
|
|
10
|
+
"heading": {
|
|
11
|
+
"small": 28,
|
|
12
|
+
"midsize": 32,
|
|
13
|
+
"large": 40,
|
|
14
|
+
"xlarge": 52
|
|
15
|
+
},
|
|
16
|
+
"headline": {
|
|
17
|
+
"small": 64
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"family": {
|
|
21
|
+
"primary": "Inter"
|
|
22
|
+
},
|
|
23
|
+
"weight": {
|
|
24
|
+
"light": "300",
|
|
25
|
+
"regular": "400",
|
|
26
|
+
"medium": "500",
|
|
27
|
+
"bold": "700"
|
|
28
|
+
},
|
|
29
|
+
"size": {
|
|
30
|
+
"base": "16",
|
|
31
|
+
"body": {
|
|
32
|
+
"small": 12,
|
|
33
|
+
"midsize": 14,
|
|
34
|
+
"large": 16
|
|
35
|
+
},
|
|
36
|
+
"heading": {
|
|
37
|
+
"small": 20,
|
|
38
|
+
"midsize": 24,
|
|
39
|
+
"large": 32,
|
|
40
|
+
"xlarge": 40
|
|
41
|
+
},
|
|
42
|
+
"headline": {
|
|
43
|
+
"small": 52
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"text-transform": {
|
|
47
|
+
"none": "none",
|
|
48
|
+
"uppercase": "uppercase",
|
|
49
|
+
"lowercase": "lowercase",
|
|
50
|
+
"titlecase": "titlecase"
|
|
51
|
+
},
|
|
52
|
+
"decoration": {
|
|
53
|
+
"underline": "underline",
|
|
54
|
+
"none": "none"
|
|
55
|
+
},
|
|
56
|
+
"apps": {
|
|
57
|
+
"body": {
|
|
58
|
+
"small": {
|
|
59
|
+
"regular": {
|
|
60
|
+
"fontFamily": "Inter",
|
|
61
|
+
"fontWeight": "400",
|
|
62
|
+
"lineHeight": 16,
|
|
63
|
+
"fontSize": 12,
|
|
64
|
+
"textCase": "none",
|
|
65
|
+
"textDecoration": "none"
|
|
66
|
+
},
|
|
67
|
+
"regular-underline": {
|
|
68
|
+
"fontFamily": "Inter",
|
|
69
|
+
"fontWeight": "400",
|
|
70
|
+
"lineHeight": 16,
|
|
71
|
+
"fontSize": 12,
|
|
72
|
+
"textCase": "none",
|
|
73
|
+
"textDecoration": "underline"
|
|
74
|
+
},
|
|
75
|
+
"medium": {
|
|
76
|
+
"fontFamily": "Inter",
|
|
77
|
+
"fontWeight": "500",
|
|
78
|
+
"lineHeight": 16,
|
|
79
|
+
"fontSize": 12,
|
|
80
|
+
"textCase": "none",
|
|
81
|
+
"textDecoration": "none"
|
|
82
|
+
},
|
|
83
|
+
"medium-underline": {
|
|
84
|
+
"fontFamily": "Inter",
|
|
85
|
+
"fontWeight": "500",
|
|
86
|
+
"lineHeight": 16,
|
|
87
|
+
"fontSize": 12,
|
|
88
|
+
"textCase": "none",
|
|
89
|
+
"textDecoration": "underline"
|
|
90
|
+
},
|
|
91
|
+
"bold": {
|
|
92
|
+
"fontFamily": "Inter",
|
|
93
|
+
"fontWeight": "700",
|
|
94
|
+
"lineHeight": 16,
|
|
95
|
+
"fontSize": 12,
|
|
96
|
+
"textCase": "none",
|
|
97
|
+
"textDecoration": "none"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"midsize": {
|
|
101
|
+
"regular": {
|
|
102
|
+
"fontFamily": "Inter",
|
|
103
|
+
"fontWeight": "400",
|
|
104
|
+
"lineHeight": 20,
|
|
105
|
+
"fontSize": 14,
|
|
106
|
+
"textCase": "none",
|
|
107
|
+
"textDecoration": "none"
|
|
108
|
+
},
|
|
109
|
+
"regular-underline": {
|
|
110
|
+
"fontFamily": "Inter",
|
|
111
|
+
"fontWeight": "400",
|
|
112
|
+
"lineHeight": 20,
|
|
113
|
+
"fontSize": 14,
|
|
114
|
+
"textCase": "none",
|
|
115
|
+
"textDecoration": "underline"
|
|
116
|
+
},
|
|
117
|
+
"medium": {
|
|
118
|
+
"fontFamily": "Inter",
|
|
119
|
+
"fontWeight": "500",
|
|
120
|
+
"lineHeight": 20,
|
|
121
|
+
"fontSize": 14,
|
|
122
|
+
"textCase": "none",
|
|
123
|
+
"textDecoration": "none"
|
|
124
|
+
},
|
|
125
|
+
"medium-underline": {
|
|
126
|
+
"fontFamily": "Inter",
|
|
127
|
+
"fontWeight": "500",
|
|
128
|
+
"lineHeight": 20,
|
|
129
|
+
"fontSize": 14,
|
|
130
|
+
"textCase": "none",
|
|
131
|
+
"textDecoration": "underline"
|
|
132
|
+
},
|
|
133
|
+
"bold": {
|
|
134
|
+
"fontFamily": "Inter",
|
|
135
|
+
"fontWeight": "700",
|
|
136
|
+
"lineHeight": 20,
|
|
137
|
+
"fontSize": 14,
|
|
138
|
+
"textCase": "none",
|
|
139
|
+
"textDecoration": "none"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"large": {
|
|
143
|
+
"regular": {
|
|
144
|
+
"fontFamily": "Inter",
|
|
145
|
+
"fontWeight": "400",
|
|
146
|
+
"lineHeight": 24,
|
|
147
|
+
"fontSize": 16,
|
|
148
|
+
"textCase": "none",
|
|
149
|
+
"textDecoration": "none"
|
|
150
|
+
},
|
|
151
|
+
"regular-underline": {
|
|
152
|
+
"fontFamily": "Inter",
|
|
153
|
+
"fontWeight": "400",
|
|
154
|
+
"lineHeight": 24,
|
|
155
|
+
"fontSize": 16,
|
|
156
|
+
"textCase": "none",
|
|
157
|
+
"textDecoration": "underline"
|
|
158
|
+
},
|
|
159
|
+
"medium": {
|
|
160
|
+
"fontFamily": "Inter",
|
|
161
|
+
"fontWeight": "500",
|
|
162
|
+
"lineHeight": 24,
|
|
163
|
+
"fontSize": 16,
|
|
164
|
+
"textCase": "none",
|
|
165
|
+
"textDecoration": "none"
|
|
166
|
+
},
|
|
167
|
+
"medium-underline": {
|
|
168
|
+
"fontFamily": "Inter",
|
|
169
|
+
"fontWeight": "500",
|
|
170
|
+
"lineHeight": 24,
|
|
171
|
+
"fontSize": 16,
|
|
172
|
+
"textCase": "none",
|
|
173
|
+
"textDecoration": "underline"
|
|
174
|
+
},
|
|
175
|
+
"bold": {
|
|
176
|
+
"fontFamily": "Inter",
|
|
177
|
+
"fontWeight": "700",
|
|
178
|
+
"lineHeight": 24,
|
|
179
|
+
"fontSize": 16,
|
|
180
|
+
"textCase": "none",
|
|
181
|
+
"textDecoration": "none"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"heading": {
|
|
186
|
+
"small": {
|
|
187
|
+
"regular": {
|
|
188
|
+
"fontFamily": "Inter",
|
|
189
|
+
"fontWeight": "400",
|
|
190
|
+
"lineHeight": 28,
|
|
191
|
+
"fontSize": 20,
|
|
192
|
+
"textCase": "none",
|
|
193
|
+
"textDecoration": "none"
|
|
194
|
+
},
|
|
195
|
+
"medium": {
|
|
196
|
+
"fontFamily": "Inter",
|
|
197
|
+
"fontWeight": "500",
|
|
198
|
+
"lineHeight": 28,
|
|
199
|
+
"fontSize": 20,
|
|
200
|
+
"textCase": "none",
|
|
201
|
+
"textDecoration": "none"
|
|
202
|
+
},
|
|
203
|
+
"bold": {
|
|
204
|
+
"fontFamily": "Inter",
|
|
205
|
+
"fontWeight": "700",
|
|
206
|
+
"lineHeight": 28,
|
|
207
|
+
"fontSize": 20,
|
|
208
|
+
"textCase": "none",
|
|
209
|
+
"textDecoration": "none"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"midsize": {
|
|
213
|
+
"regular": {
|
|
214
|
+
"fontFamily": "Inter",
|
|
215
|
+
"fontWeight": "400",
|
|
216
|
+
"lineHeight": 32,
|
|
217
|
+
"fontSize": 24,
|
|
218
|
+
"textCase": "none",
|
|
219
|
+
"textDecoration": "none"
|
|
220
|
+
},
|
|
221
|
+
"medium": {
|
|
222
|
+
"fontFamily": "Inter",
|
|
223
|
+
"fontWeight": "500",
|
|
224
|
+
"lineHeight": 32,
|
|
225
|
+
"fontSize": 24,
|
|
226
|
+
"textCase": "none",
|
|
227
|
+
"textDecoration": "none"
|
|
228
|
+
},
|
|
229
|
+
"bold": {
|
|
230
|
+
"fontFamily": "Inter",
|
|
231
|
+
"fontWeight": "700",
|
|
232
|
+
"lineHeight": 32,
|
|
233
|
+
"fontSize": 24,
|
|
234
|
+
"textCase": "none",
|
|
235
|
+
"textDecoration": "none"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"large": {
|
|
239
|
+
"regular": {
|
|
240
|
+
"fontFamily": "Inter",
|
|
241
|
+
"fontWeight": "400",
|
|
242
|
+
"lineHeight": 40,
|
|
243
|
+
"fontSize": 32,
|
|
244
|
+
"textCase": "none",
|
|
245
|
+
"textDecoration": "none"
|
|
246
|
+
},
|
|
247
|
+
"medium": {
|
|
248
|
+
"fontFamily": "Inter",
|
|
249
|
+
"fontWeight": "500",
|
|
250
|
+
"lineHeight": 40,
|
|
251
|
+
"fontSize": 32,
|
|
252
|
+
"textCase": "none",
|
|
253
|
+
"textDecoration": "none"
|
|
254
|
+
},
|
|
255
|
+
"bold": {
|
|
256
|
+
"fontFamily": "Inter",
|
|
257
|
+
"fontWeight": "700",
|
|
258
|
+
"lineHeight": 40,
|
|
259
|
+
"fontSize": 32,
|
|
260
|
+
"textCase": "none",
|
|
261
|
+
"textDecoration": "none"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"xlarge": {
|
|
265
|
+
"regular": {
|
|
266
|
+
"fontFamily": "Inter",
|
|
267
|
+
"fontWeight": "400",
|
|
268
|
+
"lineHeight": 52,
|
|
269
|
+
"fontSize": 40,
|
|
270
|
+
"textCase": "none",
|
|
271
|
+
"textDecoration": "none"
|
|
272
|
+
},
|
|
273
|
+
"medium": {
|
|
274
|
+
"fontFamily": "Inter",
|
|
275
|
+
"fontWeight": "500",
|
|
276
|
+
"lineHeight": 52,
|
|
277
|
+
"fontSize": 40,
|
|
278
|
+
"textCase": "none",
|
|
279
|
+
"textDecoration": "none"
|
|
280
|
+
},
|
|
281
|
+
"bold": {
|
|
282
|
+
"fontFamily": "Inter",
|
|
283
|
+
"fontWeight": "700",
|
|
284
|
+
"lineHeight": 52,
|
|
285
|
+
"fontSize": 40,
|
|
286
|
+
"textCase": "none",
|
|
287
|
+
"textDecoration": "none"
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"headline": {
|
|
292
|
+
"small": {
|
|
293
|
+
"light": {
|
|
294
|
+
"fontFamily": "Inter",
|
|
295
|
+
"fontWeight": "300",
|
|
296
|
+
"fontSize": 52,
|
|
297
|
+
"lineHeight": 64,
|
|
298
|
+
"textDecoration": "none",
|
|
299
|
+
"textCase": "none"
|
|
300
|
+
},
|
|
301
|
+
"regular": {
|
|
302
|
+
"fontFamily": "Inter",
|
|
303
|
+
"fontWeight": "400",
|
|
304
|
+
"fontSize": 52,
|
|
305
|
+
"lineHeight": 64,
|
|
306
|
+
"textDecoration": "none",
|
|
307
|
+
"textCase": "none"
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
Do not edit directly
|
|
5
|
+
Generated on Sat, 05 Oct 2024 08:02:43 GMT
|
|
6
|
+
-->
|
|
7
|
+
<resources>
|
|
8
|
+
<string name="mds-font-lineheight-base">16</string>
|
|
9
|
+
<string name="mds-font-lineheight-body-small">16</string>
|
|
10
|
+
<string name="mds-font-lineheight-body-midsize">20</string>
|
|
11
|
+
<string name="mds-font-lineheight-body-large">24</string>
|
|
12
|
+
<string name="mds-font-lineheight-heading-small">28</string>
|
|
13
|
+
<string name="mds-font-lineheight-heading-midsize">32</string>
|
|
14
|
+
<string name="mds-font-lineheight-heading-large">40</string>
|
|
15
|
+
<string name="mds-font-lineheight-heading-xlarge">52</string>
|
|
16
|
+
<string name="mds-font-lineheight-headline-small">64</string>
|
|
17
|
+
<string name="mds-font-family-primary">Inter</string>
|
|
18
|
+
<string name="mds-font-weight-light">300</string>
|
|
19
|
+
<string name="mds-font-weight-regular">400</string>
|
|
20
|
+
<string name="mds-font-weight-medium">500</string>
|
|
21
|
+
<string name="mds-font-weight-bold">700</string>
|
|
22
|
+
<string name="mds-font-size-base">16</string>
|
|
23
|
+
<string name="mds-font-size-body-small">12</string>
|
|
24
|
+
<string name="mds-font-size-body-midsize">14</string>
|
|
25
|
+
<string name="mds-font-size-body-large">16</string>
|
|
26
|
+
<string name="mds-font-size-heading-small">20</string>
|
|
27
|
+
<string name="mds-font-size-heading-midsize">24</string>
|
|
28
|
+
<string name="mds-font-size-heading-large">32</string>
|
|
29
|
+
<string name="mds-font-size-heading-xlarge">40</string>
|
|
30
|
+
<string name="mds-font-size-headline-small">52</string>
|
|
31
|
+
<string name="mds-font-text-transform-none">none</string>
|
|
32
|
+
<string name="mds-font-text-transform-uppercase">uppercase</string>
|
|
33
|
+
<string name="mds-font-text-transform-lowercase">lowercase</string>
|
|
34
|
+
<string name="mds-font-text-transform-titlecase">titlecase</string>
|
|
35
|
+
<string name="mds-font-decoration-underline">underline</string>
|
|
36
|
+
<string name="mds-font-decoration-none">none</string>
|
|
37
|
+
<string name="mds-font-apps-body-small-regular-font-family">Inter</string>
|
|
38
|
+
<string name="mds-font-apps-body-small-regular-font-weight">400</string>
|
|
39
|
+
<string name="mds-font-apps-body-small-regular-line-height">16</string>
|
|
40
|
+
<string name="mds-font-apps-body-small-regular-font-size">12</string>
|
|
41
|
+
<string name="mds-font-apps-body-small-regular-text-case">none</string>
|
|
42
|
+
<string name="mds-font-apps-body-small-regular-text-decoration">none</string>
|
|
43
|
+
<string name="mds-font-apps-body-small-regular-underline-font-family">Inter</string>
|
|
44
|
+
<string name="mds-font-apps-body-small-regular-underline-font-weight">400</string>
|
|
45
|
+
<string name="mds-font-apps-body-small-regular-underline-line-height">16</string>
|
|
46
|
+
<string name="mds-font-apps-body-small-regular-underline-font-size">12</string>
|
|
47
|
+
<string name="mds-font-apps-body-small-regular-underline-text-case">none</string>
|
|
48
|
+
<string name="mds-font-apps-body-small-regular-underline-text-decoration">underline</string>
|
|
49
|
+
<string name="mds-font-apps-body-small-medium-font-family">Inter</string>
|
|
50
|
+
<string name="mds-font-apps-body-small-medium-font-weight">500</string>
|
|
51
|
+
<string name="mds-font-apps-body-small-medium-line-height">16</string>
|
|
52
|
+
<string name="mds-font-apps-body-small-medium-font-size">12</string>
|
|
53
|
+
<string name="mds-font-apps-body-small-medium-text-case">none</string>
|
|
54
|
+
<string name="mds-font-apps-body-small-medium-text-decoration">none</string>
|
|
55
|
+
<string name="mds-font-apps-body-small-medium-underline-font-family">Inter</string>
|
|
56
|
+
<string name="mds-font-apps-body-small-medium-underline-font-weight">500</string>
|
|
57
|
+
<string name="mds-font-apps-body-small-medium-underline-line-height">16</string>
|
|
58
|
+
<string name="mds-font-apps-body-small-medium-underline-font-size">12</string>
|
|
59
|
+
<string name="mds-font-apps-body-small-medium-underline-text-case">none</string>
|
|
60
|
+
<string name="mds-font-apps-body-small-medium-underline-text-decoration">underline</string>
|
|
61
|
+
<string name="mds-font-apps-body-small-bold-font-family">Inter</string>
|
|
62
|
+
<string name="mds-font-apps-body-small-bold-font-weight">700</string>
|
|
63
|
+
<string name="mds-font-apps-body-small-bold-line-height">16</string>
|
|
64
|
+
<string name="mds-font-apps-body-small-bold-font-size">12</string>
|
|
65
|
+
<string name="mds-font-apps-body-small-bold-text-case">none</string>
|
|
66
|
+
<string name="mds-font-apps-body-small-bold-text-decoration">none</string>
|
|
67
|
+
<string name="mds-font-apps-body-midsize-regular-font-family">Inter</string>
|
|
68
|
+
<string name="mds-font-apps-body-midsize-regular-font-weight">400</string>
|
|
69
|
+
<string name="mds-font-apps-body-midsize-regular-line-height">20</string>
|
|
70
|
+
<string name="mds-font-apps-body-midsize-regular-font-size">14</string>
|
|
71
|
+
<string name="mds-font-apps-body-midsize-regular-text-case">none</string>
|
|
72
|
+
<string name="mds-font-apps-body-midsize-regular-text-decoration">none</string>
|
|
73
|
+
<string name="mds-font-apps-body-midsize-regular-underline-font-family">Inter</string>
|
|
74
|
+
<string name="mds-font-apps-body-midsize-regular-underline-font-weight">400</string>
|
|
75
|
+
<string name="mds-font-apps-body-midsize-regular-underline-line-height">20</string>
|
|
76
|
+
<string name="mds-font-apps-body-midsize-regular-underline-font-size">14</string>
|
|
77
|
+
<string name="mds-font-apps-body-midsize-regular-underline-text-case">none</string>
|
|
78
|
+
<string name="mds-font-apps-body-midsize-regular-underline-text-decoration">underline</string>
|
|
79
|
+
<string name="mds-font-apps-body-midsize-medium-font-family">Inter</string>
|
|
80
|
+
<string name="mds-font-apps-body-midsize-medium-font-weight">500</string>
|
|
81
|
+
<string name="mds-font-apps-body-midsize-medium-line-height">20</string>
|
|
82
|
+
<string name="mds-font-apps-body-midsize-medium-font-size">14</string>
|
|
83
|
+
<string name="mds-font-apps-body-midsize-medium-text-case">none</string>
|
|
84
|
+
<string name="mds-font-apps-body-midsize-medium-text-decoration">none</string>
|
|
85
|
+
<string name="mds-font-apps-body-midsize-medium-underline-font-family">Inter</string>
|
|
86
|
+
<string name="mds-font-apps-body-midsize-medium-underline-font-weight">500</string>
|
|
87
|
+
<string name="mds-font-apps-body-midsize-medium-underline-line-height">20</string>
|
|
88
|
+
<string name="mds-font-apps-body-midsize-medium-underline-font-size">14</string>
|
|
89
|
+
<string name="mds-font-apps-body-midsize-medium-underline-text-case">none</string>
|
|
90
|
+
<string name="mds-font-apps-body-midsize-medium-underline-text-decoration">underline</string>
|
|
91
|
+
<string name="mds-font-apps-body-midsize-bold-font-family">Inter</string>
|
|
92
|
+
<string name="mds-font-apps-body-midsize-bold-font-weight">700</string>
|
|
93
|
+
<string name="mds-font-apps-body-midsize-bold-line-height">20</string>
|
|
94
|
+
<string name="mds-font-apps-body-midsize-bold-font-size">14</string>
|
|
95
|
+
<string name="mds-font-apps-body-midsize-bold-text-case">none</string>
|
|
96
|
+
<string name="mds-font-apps-body-midsize-bold-text-decoration">none</string>
|
|
97
|
+
<string name="mds-font-apps-body-large-regular-font-family">Inter</string>
|
|
98
|
+
<string name="mds-font-apps-body-large-regular-font-weight">400</string>
|
|
99
|
+
<string name="mds-font-apps-body-large-regular-line-height">24</string>
|
|
100
|
+
<string name="mds-font-apps-body-large-regular-font-size">16</string>
|
|
101
|
+
<string name="mds-font-apps-body-large-regular-text-case">none</string>
|
|
102
|
+
<string name="mds-font-apps-body-large-regular-text-decoration">none</string>
|
|
103
|
+
<string name="mds-font-apps-body-large-regular-underline-font-family">Inter</string>
|
|
104
|
+
<string name="mds-font-apps-body-large-regular-underline-font-weight">400</string>
|
|
105
|
+
<string name="mds-font-apps-body-large-regular-underline-line-height">24</string>
|
|
106
|
+
<string name="mds-font-apps-body-large-regular-underline-font-size">16</string>
|
|
107
|
+
<string name="mds-font-apps-body-large-regular-underline-text-case">none</string>
|
|
108
|
+
<string name="mds-font-apps-body-large-regular-underline-text-decoration">underline</string>
|
|
109
|
+
<string name="mds-font-apps-body-large-medium-font-family">Inter</string>
|
|
110
|
+
<string name="mds-font-apps-body-large-medium-font-weight">500</string>
|
|
111
|
+
<string name="mds-font-apps-body-large-medium-line-height">24</string>
|
|
112
|
+
<string name="mds-font-apps-body-large-medium-font-size">16</string>
|
|
113
|
+
<string name="mds-font-apps-body-large-medium-text-case">none</string>
|
|
114
|
+
<string name="mds-font-apps-body-large-medium-text-decoration">none</string>
|
|
115
|
+
<string name="mds-font-apps-body-large-medium-underline-font-family">Inter</string>
|
|
116
|
+
<string name="mds-font-apps-body-large-medium-underline-font-weight">500</string>
|
|
117
|
+
<string name="mds-font-apps-body-large-medium-underline-line-height">24</string>
|
|
118
|
+
<string name="mds-font-apps-body-large-medium-underline-font-size">16</string>
|
|
119
|
+
<string name="mds-font-apps-body-large-medium-underline-text-case">none</string>
|
|
120
|
+
<string name="mds-font-apps-body-large-medium-underline-text-decoration">underline</string>
|
|
121
|
+
<string name="mds-font-apps-body-large-bold-font-family">Inter</string>
|
|
122
|
+
<string name="mds-font-apps-body-large-bold-font-weight">700</string>
|
|
123
|
+
<string name="mds-font-apps-body-large-bold-line-height">24</string>
|
|
124
|
+
<string name="mds-font-apps-body-large-bold-font-size">16</string>
|
|
125
|
+
<string name="mds-font-apps-body-large-bold-text-case">none</string>
|
|
126
|
+
<string name="mds-font-apps-body-large-bold-text-decoration">none</string>
|
|
127
|
+
<string name="mds-font-apps-heading-small-regular-font-family">Inter</string>
|
|
128
|
+
<string name="mds-font-apps-heading-small-regular-font-weight">400</string>
|
|
129
|
+
<string name="mds-font-apps-heading-small-regular-line-height">28</string>
|
|
130
|
+
<string name="mds-font-apps-heading-small-regular-font-size">20</string>
|
|
131
|
+
<string name="mds-font-apps-heading-small-regular-text-case">none</string>
|
|
132
|
+
<string name="mds-font-apps-heading-small-regular-text-decoration">none</string>
|
|
133
|
+
<string name="mds-font-apps-heading-small-medium-font-family">Inter</string>
|
|
134
|
+
<string name="mds-font-apps-heading-small-medium-font-weight">500</string>
|
|
135
|
+
<string name="mds-font-apps-heading-small-medium-line-height">28</string>
|
|
136
|
+
<string name="mds-font-apps-heading-small-medium-font-size">20</string>
|
|
137
|
+
<string name="mds-font-apps-heading-small-medium-text-case">none</string>
|
|
138
|
+
<string name="mds-font-apps-heading-small-medium-text-decoration">none</string>
|
|
139
|
+
<string name="mds-font-apps-heading-small-bold-font-family">Inter</string>
|
|
140
|
+
<string name="mds-font-apps-heading-small-bold-font-weight">700</string>
|
|
141
|
+
<string name="mds-font-apps-heading-small-bold-line-height">28</string>
|
|
142
|
+
<string name="mds-font-apps-heading-small-bold-font-size">20</string>
|
|
143
|
+
<string name="mds-font-apps-heading-small-bold-text-case">none</string>
|
|
144
|
+
<string name="mds-font-apps-heading-small-bold-text-decoration">none</string>
|
|
145
|
+
<string name="mds-font-apps-heading-midsize-regular-font-family">Inter</string>
|
|
146
|
+
<string name="mds-font-apps-heading-midsize-regular-font-weight">400</string>
|
|
147
|
+
<string name="mds-font-apps-heading-midsize-regular-line-height">32</string>
|
|
148
|
+
<string name="mds-font-apps-heading-midsize-regular-font-size">24</string>
|
|
149
|
+
<string name="mds-font-apps-heading-midsize-regular-text-case">none</string>
|
|
150
|
+
<string name="mds-font-apps-heading-midsize-regular-text-decoration">none</string>
|
|
151
|
+
<string name="mds-font-apps-heading-midsize-medium-font-family">Inter</string>
|
|
152
|
+
<string name="mds-font-apps-heading-midsize-medium-font-weight">500</string>
|
|
153
|
+
<string name="mds-font-apps-heading-midsize-medium-line-height">32</string>
|
|
154
|
+
<string name="mds-font-apps-heading-midsize-medium-font-size">24</string>
|
|
155
|
+
<string name="mds-font-apps-heading-midsize-medium-text-case">none</string>
|
|
156
|
+
<string name="mds-font-apps-heading-midsize-medium-text-decoration">none</string>
|
|
157
|
+
<string name="mds-font-apps-heading-midsize-bold-font-family">Inter</string>
|
|
158
|
+
<string name="mds-font-apps-heading-midsize-bold-font-weight">700</string>
|
|
159
|
+
<string name="mds-font-apps-heading-midsize-bold-line-height">32</string>
|
|
160
|
+
<string name="mds-font-apps-heading-midsize-bold-font-size">24</string>
|
|
161
|
+
<string name="mds-font-apps-heading-midsize-bold-text-case">none</string>
|
|
162
|
+
<string name="mds-font-apps-heading-midsize-bold-text-decoration">none</string>
|
|
163
|
+
<string name="mds-font-apps-heading-large-regular-font-family">Inter</string>
|
|
164
|
+
<string name="mds-font-apps-heading-large-regular-font-weight">400</string>
|
|
165
|
+
<string name="mds-font-apps-heading-large-regular-line-height">40</string>
|
|
166
|
+
<string name="mds-font-apps-heading-large-regular-font-size">32</string>
|
|
167
|
+
<string name="mds-font-apps-heading-large-regular-text-case">none</string>
|
|
168
|
+
<string name="mds-font-apps-heading-large-regular-text-decoration">none</string>
|
|
169
|
+
<string name="mds-font-apps-heading-large-medium-font-family">Inter</string>
|
|
170
|
+
<string name="mds-font-apps-heading-large-medium-font-weight">500</string>
|
|
171
|
+
<string name="mds-font-apps-heading-large-medium-line-height">40</string>
|
|
172
|
+
<string name="mds-font-apps-heading-large-medium-font-size">32</string>
|
|
173
|
+
<string name="mds-font-apps-heading-large-medium-text-case">none</string>
|
|
174
|
+
<string name="mds-font-apps-heading-large-medium-text-decoration">none</string>
|
|
175
|
+
<string name="mds-font-apps-heading-large-bold-font-family">Inter</string>
|
|
176
|
+
<string name="mds-font-apps-heading-large-bold-font-weight">700</string>
|
|
177
|
+
<string name="mds-font-apps-heading-large-bold-line-height">40</string>
|
|
178
|
+
<string name="mds-font-apps-heading-large-bold-font-size">32</string>
|
|
179
|
+
<string name="mds-font-apps-heading-large-bold-text-case">none</string>
|
|
180
|
+
<string name="mds-font-apps-heading-large-bold-text-decoration">none</string>
|
|
181
|
+
<string name="mds-font-apps-heading-xlarge-regular-font-family">Inter</string>
|
|
182
|
+
<string name="mds-font-apps-heading-xlarge-regular-font-weight">400</string>
|
|
183
|
+
<string name="mds-font-apps-heading-xlarge-regular-line-height">52</string>
|
|
184
|
+
<string name="mds-font-apps-heading-xlarge-regular-font-size">40</string>
|
|
185
|
+
<string name="mds-font-apps-heading-xlarge-regular-text-case">none</string>
|
|
186
|
+
<string name="mds-font-apps-heading-xlarge-regular-text-decoration">none</string>
|
|
187
|
+
<string name="mds-font-apps-heading-xlarge-medium-font-family">Inter</string>
|
|
188
|
+
<string name="mds-font-apps-heading-xlarge-medium-font-weight">500</string>
|
|
189
|
+
<string name="mds-font-apps-heading-xlarge-medium-line-height">52</string>
|
|
190
|
+
<string name="mds-font-apps-heading-xlarge-medium-font-size">40</string>
|
|
191
|
+
<string name="mds-font-apps-heading-xlarge-medium-text-case">none</string>
|
|
192
|
+
<string name="mds-font-apps-heading-xlarge-medium-text-decoration">none</string>
|
|
193
|
+
<string name="mds-font-apps-heading-xlarge-bold-font-family">Inter</string>
|
|
194
|
+
<string name="mds-font-apps-heading-xlarge-bold-font-weight">700</string>
|
|
195
|
+
<string name="mds-font-apps-heading-xlarge-bold-line-height">52</string>
|
|
196
|
+
<string name="mds-font-apps-heading-xlarge-bold-font-size">40</string>
|
|
197
|
+
<string name="mds-font-apps-heading-xlarge-bold-text-case">none</string>
|
|
198
|
+
<string name="mds-font-apps-heading-xlarge-bold-text-decoration">none</string>
|
|
199
|
+
<string name="mds-font-apps-headline-small-light-font-family">Inter</string>
|
|
200
|
+
<string name="mds-font-apps-headline-small-light-font-weight">300</string>
|
|
201
|
+
<string name="mds-font-apps-headline-small-light-font-size">52</string>
|
|
202
|
+
<string name="mds-font-apps-headline-small-light-line-height">64</string>
|
|
203
|
+
<string name="mds-font-apps-headline-small-light-text-decoration">none</string>
|
|
204
|
+
<string name="mds-font-apps-headline-small-light-text-case">none</string>
|
|
205
|
+
<string name="mds-font-apps-headline-small-regular-font-family">Inter</string>
|
|
206
|
+
<string name="mds-font-apps-headline-small-regular-font-weight">400</string>
|
|
207
|
+
<string name="mds-font-apps-headline-small-regular-font-size">52</string>
|
|
208
|
+
<string name="mds-font-apps-headline-small-regular-line-height">64</string>
|
|
209
|
+
<string name="mds-font-apps-headline-small-regular-text-decoration">none</string>
|
|
210
|
+
<string name="mds-font-apps-headline-small-regular-text-case">none</string>
|
|
211
|
+
|
|
212
|
+
</resources>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Sat, 05 Oct 2024 08:02:39 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-core-white-alpha-0: #ffffff00;
|
|
6
6
|
$mds-color-core-white-alpha-5: #ffffff0d;
|
|
@@ -316,4 +316,4 @@ $mds-color-gradient-lavender-light-secondary-1: #ffffff;
|
|
|
316
316
|
$mds-color-gradient-lavender-dark-primary-0: #231237;
|
|
317
317
|
$mds-color-gradient-lavender-dark-primary-1: #18082b;
|
|
318
318
|
$mds-color-gradient-lavender-dark-secondary-0: #301a4a;
|
|
319
|
-
$mds-color-gradient-lavender-dark-secondary-1: #18082b;
|
|
319
|
+
$mds-color-gradient-lavender-dark-secondary-1: #18082b;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Sat, 05 Oct 2024 08:02:41 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-surface-neutral-0-default: #17181b;
|
|
6
6
|
$mds-color-theme-surface-neutral-1-default: #202124;
|
|
@@ -40,4 +40,4 @@ $mds-color-theme-border-positive-0: #27a17a;
|
|
|
40
40
|
$mds-color-theme-border-negative-0: #f55868;
|
|
41
41
|
$mds-color-theme-border-accent-0: #3492eb;
|
|
42
42
|
$mds-color-theme-border-warning-0: #f2990a;
|
|
43
|
-
$mds-color-theme-bg-primary: #000000;
|
|
43
|
+
$mds-color-theme-bg-primary: #000000;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Sat, 05 Oct 2024 08:02:41 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-surface-neutral-0-default: #0e1013;
|
|
6
6
|
$mds-color-theme-surface-neutral-1-default: #17181b;
|
|
@@ -40,4 +40,4 @@ $mds-color-theme-border-positive-0: #27a17a;
|
|
|
40
40
|
$mds-color-theme-border-negative-0: #f55868;
|
|
41
41
|
$mds-color-theme-border-accent-0: #3492eb;
|
|
42
42
|
$mds-color-theme-border-warning-0: #f2990a;
|
|
43
|
-
$mds-color-theme-bg-primary: #000000;
|
|
43
|
+
$mds-color-theme-bg-primary: #000000;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Sat, 05 Oct 2024 08:02:39 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -376,4 +376,4 @@ $mds-color-theme-avatar-pink: #a12a3a;
|
|
|
376
376
|
$mds-color-theme-avatar-purple: #932099;
|
|
377
377
|
$mds-color-theme-avatar-slate: #535573;
|
|
378
378
|
$mds-color-theme-avatar-violet: #643abd;
|
|
379
|
-
$mds-color-theme-avatar-yellow: #7d4705;
|
|
379
|
+
$mds-color-theme-avatar-yellow: #7d4705;
|