@momentum-design/tokens 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) 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 +107 -107
  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 +107 -107
  17. package/dist/json/typography/complete.json +109 -109
  18. package/dist/json-minimal/typography/complete.json +106 -106
  19. package/dist/resources/core/complete.xml +1 -1
  20. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  21. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  22. package/dist/resources/theme/webex/dark-stable.xml +1 -1
  23. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  24. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  25. package/dist/resources/theme/webex/light-stable.xml +1 -1
  26. package/dist/resources/typography/complete.xml +107 -107
  27. package/dist/scss/core/complete.scss +1 -1
  28. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  29. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  30. package/dist/scss/theme/webex/dark-stable.scss +1 -1
  31. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  32. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  33. package/dist/scss/theme/webex/light-stable.scss +1 -1
  34. package/dist/scss/typography/complete.scss +107 -107
  35. package/package.json +1 -1
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "font": {
3
3
  "lineheight": {
4
- "base": "16",
4
+ "base": "16px",
5
5
  "body": {
6
- "small": 16,
7
- "midsize": 20,
8
- "large": 24
6
+ "small": "16px",
7
+ "midsize": "20px",
8
+ "large": "24px"
9
9
  },
10
10
  "heading": {
11
- "small": 28,
12
- "midsize": 32,
13
- "large": 40,
14
- "xlarge": 52
11
+ "small": "28px",
12
+ "midsize": "32px",
13
+ "large": "40px",
14
+ "xlarge": "52px"
15
15
  },
16
16
  "headline": {
17
- "small": 64
17
+ "small": "64px"
18
18
  }
19
19
  },
20
20
  "family": {
21
- "primary": "Inter"
21
+ "primary": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif"
22
22
  },
23
23
  "weight": {
24
24
  "light": "300",
@@ -27,20 +27,20 @@
27
27
  "bold": "700"
28
28
  },
29
29
  "size": {
30
- "base": "16",
30
+ "base": "16px",
31
31
  "body": {
32
- "small": 12,
33
- "midsize": 14,
34
- "large": 16
32
+ "small": "12px",
33
+ "midsize": "14px",
34
+ "large": "16px"
35
35
  },
36
36
  "heading": {
37
- "small": 20,
38
- "midsize": 24,
39
- "large": 32,
40
- "xlarge": 40
37
+ "small": "20px",
38
+ "midsize": "24px",
39
+ "large": "32px",
40
+ "xlarge": "40px"
41
41
  },
42
42
  "headline": {
43
- "small": 52
43
+ "small": "52px"
44
44
  }
45
45
  },
46
46
  "text-transform": {
@@ -57,126 +57,126 @@
57
57
  "body": {
58
58
  "small": {
59
59
  "regular": {
60
- "fontFamily": "Inter",
60
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
61
61
  "fontWeight": "400",
62
- "lineHeight": 16,
63
- "fontSize": 12,
62
+ "lineHeight": "16px",
63
+ "fontSize": "12px",
64
64
  "textCase": "none",
65
65
  "textDecoration": "none"
66
66
  },
67
67
  "regular-underline": {
68
- "fontFamily": "Inter",
68
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
69
69
  "fontWeight": "400",
70
- "lineHeight": 16,
71
- "fontSize": 12,
70
+ "lineHeight": "16px",
71
+ "fontSize": "12px",
72
72
  "textCase": "none",
73
73
  "textDecoration": "underline"
74
74
  },
75
75
  "medium": {
76
- "fontFamily": "Inter",
76
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
77
77
  "fontWeight": "500",
78
- "lineHeight": 16,
79
- "fontSize": 12,
78
+ "lineHeight": "16px",
79
+ "fontSize": "12px",
80
80
  "textCase": "none",
81
81
  "textDecoration": "none"
82
82
  },
83
83
  "medium-underline": {
84
- "fontFamily": "Inter",
84
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
85
85
  "fontWeight": "500",
86
- "lineHeight": 16,
87
- "fontSize": 12,
86
+ "lineHeight": "16px",
87
+ "fontSize": "12px",
88
88
  "textCase": "none",
89
89
  "textDecoration": "underline"
90
90
  },
91
91
  "bold": {
92
- "fontFamily": "Inter",
92
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
93
93
  "fontWeight": "700",
94
- "lineHeight": 16,
95
- "fontSize": 12,
94
+ "lineHeight": "16px",
95
+ "fontSize": "12px",
96
96
  "textCase": "none",
97
97
  "textDecoration": "none"
98
98
  }
99
99
  },
100
100
  "midsize": {
101
101
  "regular": {
102
- "fontFamily": "Inter",
102
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
103
103
  "fontWeight": "400",
104
- "lineHeight": 20,
105
- "fontSize": 14,
104
+ "lineHeight": "20px",
105
+ "fontSize": "14px",
106
106
  "textCase": "none",
107
107
  "textDecoration": "none"
108
108
  },
109
109
  "regular-underline": {
110
- "fontFamily": "Inter",
110
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
111
111
  "fontWeight": "400",
112
- "lineHeight": 20,
113
- "fontSize": 14,
112
+ "lineHeight": "20px",
113
+ "fontSize": "14px",
114
114
  "textCase": "none",
115
115
  "textDecoration": "underline"
116
116
  },
117
117
  "medium": {
118
- "fontFamily": "Inter",
118
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
119
119
  "fontWeight": "500",
120
- "lineHeight": 20,
121
- "fontSize": 14,
120
+ "lineHeight": "20px",
121
+ "fontSize": "14px",
122
122
  "textCase": "none",
123
123
  "textDecoration": "none"
124
124
  },
125
125
  "medium-underline": {
126
- "fontFamily": "Inter",
126
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
127
127
  "fontWeight": "500",
128
- "lineHeight": 20,
129
- "fontSize": 14,
128
+ "lineHeight": "20px",
129
+ "fontSize": "14px",
130
130
  "textCase": "none",
131
131
  "textDecoration": "underline"
132
132
  },
133
133
  "bold": {
134
- "fontFamily": "Inter",
134
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
135
135
  "fontWeight": "700",
136
- "lineHeight": 20,
137
- "fontSize": 14,
136
+ "lineHeight": "20px",
137
+ "fontSize": "14px",
138
138
  "textCase": "none",
139
139
  "textDecoration": "none"
140
140
  }
141
141
  },
142
142
  "large": {
143
143
  "regular": {
144
- "fontFamily": "Inter",
144
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
145
145
  "fontWeight": "400",
146
- "lineHeight": 24,
147
- "fontSize": 16,
146
+ "lineHeight": "24px",
147
+ "fontSize": "16px",
148
148
  "textCase": "none",
149
149
  "textDecoration": "none"
150
150
  },
151
151
  "regular-underline": {
152
- "fontFamily": "Inter",
152
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
153
153
  "fontWeight": "400",
154
- "lineHeight": 24,
155
- "fontSize": 16,
154
+ "lineHeight": "24px",
155
+ "fontSize": "16px",
156
156
  "textCase": "none",
157
157
  "textDecoration": "underline"
158
158
  },
159
159
  "medium": {
160
- "fontFamily": "Inter",
160
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
161
161
  "fontWeight": "500",
162
- "lineHeight": 24,
163
- "fontSize": 16,
162
+ "lineHeight": "24px",
163
+ "fontSize": "16px",
164
164
  "textCase": "none",
165
165
  "textDecoration": "none"
166
166
  },
167
167
  "medium-underline": {
168
- "fontFamily": "Inter",
168
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
169
169
  "fontWeight": "500",
170
- "lineHeight": 24,
171
- "fontSize": 16,
170
+ "lineHeight": "24px",
171
+ "fontSize": "16px",
172
172
  "textCase": "none",
173
173
  "textDecoration": "underline"
174
174
  },
175
175
  "bold": {
176
- "fontFamily": "Inter",
176
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
177
177
  "fontWeight": "700",
178
- "lineHeight": 24,
179
- "fontSize": 16,
178
+ "lineHeight": "24px",
179
+ "fontSize": "16px",
180
180
  "textCase": "none",
181
181
  "textDecoration": "none"
182
182
  }
@@ -185,104 +185,104 @@
185
185
  "heading": {
186
186
  "small": {
187
187
  "regular": {
188
- "fontFamily": "Inter",
188
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
189
189
  "fontWeight": "400",
190
- "lineHeight": 28,
191
- "fontSize": 20,
190
+ "lineHeight": "28px",
191
+ "fontSize": "20px",
192
192
  "textCase": "none",
193
193
  "textDecoration": "none"
194
194
  },
195
195
  "medium": {
196
- "fontFamily": "Inter",
196
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
197
197
  "fontWeight": "500",
198
- "lineHeight": 28,
199
- "fontSize": 20,
198
+ "lineHeight": "28px",
199
+ "fontSize": "20px",
200
200
  "textCase": "none",
201
201
  "textDecoration": "none"
202
202
  },
203
203
  "bold": {
204
- "fontFamily": "Inter",
204
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
205
205
  "fontWeight": "700",
206
- "lineHeight": 28,
207
- "fontSize": 20,
206
+ "lineHeight": "28px",
207
+ "fontSize": "20px",
208
208
  "textCase": "none",
209
209
  "textDecoration": "none"
210
210
  }
211
211
  },
212
212
  "midsize": {
213
213
  "regular": {
214
- "fontFamily": "Inter",
214
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
215
215
  "fontWeight": "400",
216
- "lineHeight": 32,
217
- "fontSize": 24,
216
+ "lineHeight": "32px",
217
+ "fontSize": "24px",
218
218
  "textCase": "none",
219
219
  "textDecoration": "none"
220
220
  },
221
221
  "medium": {
222
- "fontFamily": "Inter",
222
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
223
223
  "fontWeight": "500",
224
- "lineHeight": 32,
225
- "fontSize": 24,
224
+ "lineHeight": "32px",
225
+ "fontSize": "24px",
226
226
  "textCase": "none",
227
227
  "textDecoration": "none"
228
228
  },
229
229
  "bold": {
230
- "fontFamily": "Inter",
230
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
231
231
  "fontWeight": "700",
232
- "lineHeight": 32,
233
- "fontSize": 24,
232
+ "lineHeight": "32px",
233
+ "fontSize": "24px",
234
234
  "textCase": "none",
235
235
  "textDecoration": "none"
236
236
  }
237
237
  },
238
238
  "large": {
239
239
  "regular": {
240
- "fontFamily": "Inter",
240
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
241
241
  "fontWeight": "400",
242
- "lineHeight": 40,
243
- "fontSize": 32,
242
+ "lineHeight": "40px",
243
+ "fontSize": "32px",
244
244
  "textCase": "none",
245
245
  "textDecoration": "none"
246
246
  },
247
247
  "medium": {
248
- "fontFamily": "Inter",
248
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
249
249
  "fontWeight": "500",
250
- "lineHeight": 40,
251
- "fontSize": 32,
250
+ "lineHeight": "40px",
251
+ "fontSize": "32px",
252
252
  "textCase": "none",
253
253
  "textDecoration": "none"
254
254
  },
255
255
  "bold": {
256
- "fontFamily": "Inter",
256
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
257
257
  "fontWeight": "700",
258
- "lineHeight": 40,
259
- "fontSize": 32,
258
+ "lineHeight": "40px",
259
+ "fontSize": "32px",
260
260
  "textCase": "none",
261
261
  "textDecoration": "none"
262
262
  }
263
263
  },
264
264
  "xlarge": {
265
265
  "regular": {
266
- "fontFamily": "Inter",
266
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
267
267
  "fontWeight": "400",
268
- "lineHeight": 52,
269
- "fontSize": 40,
268
+ "lineHeight": "52px",
269
+ "fontSize": "40px",
270
270
  "textCase": "none",
271
271
  "textDecoration": "none"
272
272
  },
273
273
  "medium": {
274
- "fontFamily": "Inter",
274
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
275
275
  "fontWeight": "500",
276
- "lineHeight": 52,
277
- "fontSize": 40,
276
+ "lineHeight": "52px",
277
+ "fontSize": "40px",
278
278
  "textCase": "none",
279
279
  "textDecoration": "none"
280
280
  },
281
281
  "bold": {
282
- "fontFamily": "Inter",
282
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
283
283
  "fontWeight": "700",
284
- "lineHeight": 52,
285
- "fontSize": 40,
284
+ "lineHeight": "52px",
285
+ "fontSize": "40px",
286
286
  "textCase": "none",
287
287
  "textDecoration": "none"
288
288
  }
@@ -291,18 +291,18 @@
291
291
  "headline": {
292
292
  "small": {
293
293
  "light": {
294
- "fontFamily": "Inter",
294
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
295
295
  "fontWeight": "300",
296
- "fontSize": 52,
297
- "lineHeight": 64,
296
+ "fontSize": "52px",
297
+ "lineHeight": "64px",
298
298
  "textDecoration": "none",
299
299
  "textCase": "none"
300
300
  },
301
301
  "regular": {
302
- "fontFamily": "Inter",
302
+ "fontFamily": "Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif",
303
303
  "fontWeight": "400",
304
- "fontSize": 52,
305
- "lineHeight": 64,
304
+ "fontSize": "52px",
305
+ "lineHeight": "64px",
306
306
  "textDecoration": "none",
307
307
  "textCase": "none"
308
308
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 05 Oct 2024 08:02:39 GMT
5
+ Generated on Wed, 16 Oct 2024 13:52:51 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-core-white-alpha-0">#ffffff00</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 05 Oct 2024 08:02:41 GMT
5
+ Generated on Wed, 16 Oct 2024 13:52:53 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#17181b</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 05 Oct 2024 08:02:41 GMT
5
+ Generated on Wed, 16 Oct 2024 13:52:53 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#0e1013</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 05 Oct 2024 08:02:40 GMT
5
+ Generated on Wed, 16 Oct 2024 13:52:52 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 05 Oct 2024 08:02:40 GMT
5
+ Generated on Wed, 16 Oct 2024 13:52:53 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#ffffff</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 05 Oct 2024 08:02:41 GMT
5
+ Generated on Wed, 16 Oct 2024 13:52:53 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 05 Oct 2024 08:02:40 GMT
5
+ Generated on Wed, 16 Oct 2024 13:52:52 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000f2</color>