@momentum-design/tokens 0.0.30 → 0.0.32

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 (34) hide show
  1. package/dist/css/core/complete.css +285 -285
  2. package/dist/css/theme/webex/common-stable.css +61 -61
  3. package/dist/css/theme/webex/dark-complete.css +165 -165
  4. package/dist/css/theme/webex/dark-stable.css +328 -328
  5. package/dist/css/theme/webex/light-complete.css +165 -165
  6. package/dist/css/theme/webex/light-stable.css +332 -332
  7. package/dist/ios/core/complete.swift +284 -284
  8. package/dist/ios/theme/webex/common-stable.swift +60 -60
  9. package/dist/ios/theme/webex/dark-complete.swift +164 -164
  10. package/dist/ios/theme/webex/dark-stable.swift +327 -327
  11. package/dist/ios/theme/webex/light-complete.swift +164 -164
  12. package/dist/ios/theme/webex/light-stable.swift +331 -331
  13. package/dist/json/core/complete.json +283 -283
  14. package/dist/json/theme/webex/common-stable.json +420 -1718
  15. package/dist/json/theme/webex/dark-complete.json +163 -163
  16. package/dist/json/theme/webex/dark-stable.json +2299 -9483
  17. package/dist/json/theme/webex/light-complete.json +163 -163
  18. package/dist/json/theme/webex/light-stable.json +2314 -9586
  19. package/dist/json-minimal/theme/webex/common-stable.json +59 -413
  20. package/dist/json-minimal/theme/webex/dark-stable.json +326 -2294
  21. package/dist/json-minimal/theme/webex/light-stable.json +330 -2322
  22. package/dist/resources/core/complete.xml +284 -284
  23. package/dist/resources/theme/webex/common-stable.xml +60 -60
  24. package/dist/resources/theme/webex/dark-complete.xml +164 -164
  25. package/dist/resources/theme/webex/dark-stable.xml +327 -327
  26. package/dist/resources/theme/webex/light-complete.xml +164 -164
  27. package/dist/resources/theme/webex/light-stable.xml +331 -331
  28. package/dist/scss/core/complete.scss +284 -284
  29. package/dist/scss/theme/webex/common-stable.scss +60 -60
  30. package/dist/scss/theme/webex/dark-complete.scss +164 -164
  31. package/dist/scss/theme/webex/dark-stable.scss +327 -327
  32. package/dist/scss/theme/webex/light-complete.scss +164 -164
  33. package/dist/scss/theme/webex/light-stable.scss +331 -331
  34. package/package.json +1 -1
@@ -3,486 +3,132 @@
3
3
  "theme": {
4
4
  "common": {
5
5
  "text": {
6
- "white": {
7
- "description": "",
8
- "value": "#fffffff2",
9
- "type": "color",
10
- "filePath": "src/stable/theme/stable-common.json",
11
- "isSource": true
12
- },
13
- "gray": {
14
- "description": "",
15
- "value": "#ffffffb3",
16
- "type": "color",
17
- "filePath": "src/stable/theme/stable-common.json",
18
- "isSource": true
19
- },
20
- "black": {
21
- "description": "",
22
- "value": "#000000f2",
23
- "type": "color",
24
- "filePath": "src/stable/theme/stable-common.json",
25
- "isSource": true
26
- },
27
- "disabled": {
28
- "description": "",
29
- "value": "#ffffff66",
30
- "type": "color",
31
- "filePath": "src/stable/theme/stable-common.json",
32
- "isSource": true
33
- },
6
+ "white": "#fffffff2",
7
+ "gray": "#ffffffb3",
8
+ "black": "#000000f2",
9
+ "disabled": "#ffffff66",
34
10
  "success": {
35
- "normal": {
36
- "description": "",
37
- "value": "#3cc29a",
38
- "type": "color",
39
- "filePath": "src/stable/theme/stable-common.json",
40
- "isSource": true
41
- },
42
- "hover": {
43
- "description": "",
44
- "value": "#9fedd8",
45
- "type": "color",
46
- "filePath": "src/stable/theme/stable-common.json",
47
- "isSource": true
48
- }
11
+ "normal": "#3cc29a",
12
+ "hover": "#9fedd8"
49
13
  },
50
14
  "error": {
51
- "normal": {
52
- "description": "",
53
- "value": "#fc8b98",
54
- "type": "color",
55
- "filePath": "src/stable/theme/stable-common.json",
56
- "isSource": true
57
- },
58
- "hover": {
59
- "description": "",
60
- "value": "#ffd4da",
61
- "type": "color",
62
- "filePath": "src/stable/theme/stable-common.json",
63
- "isSource": true
64
- }
15
+ "normal": "#fc8b98",
16
+ "hover": "#ffd4da"
65
17
  },
66
18
  "warning": {
67
- "normal": {
68
- "description": "",
69
- "value": "#f2990a",
70
- "type": "color",
71
- "filePath": "src/stable/theme/stable-common.json",
72
- "isSource": true
73
- }
74
- },
75
- "secondary-light": {
76
- "description": "",
77
- "value": "#ffffffb3",
78
- "type": "color",
79
- "filePath": "src/stable/theme/stable-common.json",
80
- "isSource": true
19
+ "normal": "#f2990a"
81
20
  },
82
- "secondary-dark": {
83
- "description": "",
84
- "value": "#00000099",
85
- "type": "color",
86
- "filePath": "src/stable/theme/stable-common.json",
87
- "isSource": true
88
- }
21
+ "secondary-light": "#ffffffb3",
22
+ "secondary-dark": "#00000099"
89
23
  },
90
24
  "overlay": {
91
25
  "primary": {
92
- "normal": {
93
- "description": "",
94
- "value": "#000000e6",
95
- "type": "color",
96
- "filePath": "src/stable/theme/stable-common.json",
97
- "isSource": true
98
- }
26
+ "normal": "#000000e6"
99
27
  },
100
28
  "secondary": {
101
- "normal": {
102
- "description": "",
103
- "value": "#00000066",
104
- "type": "color",
105
- "filePath": "src/stable/theme/stable-common.json",
106
- "isSource": true
107
- }
29
+ "normal": "#00000066"
108
30
  }
109
31
  },
110
32
  "button": {
111
33
  "primary": {
112
- "normal": {
113
- "description": "",
114
- "value": "#fffffff2",
115
- "type": "color",
116
- "filePath": "src/stable/theme/stable-common.json",
117
- "isSource": true
118
- },
119
- "hover": {
120
- "description": "",
121
- "value": "#ffffffcc",
122
- "type": "color",
123
- "filePath": "src/stable/theme/stable-common.json",
124
- "isSource": true
125
- },
126
- "pressed": {
127
- "description": "",
128
- "value": "#ffffffb3",
129
- "type": "color",
130
- "filePath": "src/stable/theme/stable-common.json",
131
- "isSource": true
132
- },
133
- "disabled": {
134
- "description": "",
135
- "value": "#ffffff33",
136
- "type": "color",
137
- "filePath": "src/stable/theme/stable-common.json",
138
- "isSource": true
139
- }
34
+ "normal": "#fffffff2",
35
+ "hover": "#ffffffcc",
36
+ "pressed": "#ffffffb3",
37
+ "disabled": "#ffffff33"
140
38
  },
141
39
  "secondary": {
142
- "normal": {
143
- "description": "",
144
- "value": "#ffffff00",
145
- "type": "color",
146
- "filePath": "src/stable/theme/stable-common.json",
147
- "isSource": true
148
- },
149
- "hover": {
150
- "description": "",
151
- "value": "#ffffff12",
152
- "type": "color",
153
- "filePath": "src/stable/theme/stable-common.json",
154
- "isSource": true
155
- },
156
- "disabled": {
157
- "description": "",
158
- "value": "#ffffff00",
159
- "type": "color",
160
- "filePath": "src/stable/theme/stable-common.json",
161
- "isSource": true
162
- },
40
+ "normal": "#ffffff00",
41
+ "hover": "#ffffff12",
42
+ "disabled": "#ffffff00",
163
43
  "active": {
164
- "normal": {
165
- "description": "",
166
- "value": "#ffffff33",
167
- "type": "color",
168
- "filePath": "src/stable/theme/stable-common.json",
169
- "isSource": true
170
- },
171
- "hover": {
172
- "description": "",
173
- "value": "#ffffff4d",
174
- "type": "color",
175
- "filePath": "src/stable/theme/stable-common.json",
176
- "isSource": true
177
- },
178
- "pressed": {
179
- "description": "",
180
- "value": "#ffffff66",
181
- "type": "color",
182
- "filePath": "src/stable/theme/stable-common.json",
183
- "isSource": true
184
- }
44
+ "normal": "#ffffff33",
45
+ "hover": "#ffffff4d",
46
+ "pressed": "#ffffff66"
185
47
  }
186
48
  },
187
49
  "secondary-dark": {
188
- "normal": {
189
- "description": "",
190
- "value": "#00000000",
191
- "type": "color",
192
- "filePath": "src/stable/theme/stable-common.json",
193
- "isSource": true
194
- },
195
- "hover": {
196
- "description": "",
197
- "value": "#00000012",
198
- "type": "color",
199
- "filePath": "src/stable/theme/stable-common.json",
200
- "isSource": true
201
- },
202
- "pressed": {
203
- "description": "",
204
- "value": "#00000033",
205
- "type": "color",
206
- "filePath": "src/stable/theme/stable-common.json",
207
- "isSource": true
208
- },
209
- "disabled": {
210
- "description": "",
211
- "value": "#00000000",
212
- "type": "color",
213
- "filePath": "src/stable/theme/stable-common.json",
214
- "isSource": true
215
- }
50
+ "normal": "#00000000",
51
+ "hover": "#00000012",
52
+ "pressed": "#00000033",
53
+ "disabled": "#00000000"
216
54
  }
217
55
  },
218
56
  "outline": {
219
57
  "button": {
220
- "normal": {
221
- "description": "",
222
- "value": "#ffffff4d",
223
- "type": "color",
224
- "filePath": "src/stable/theme/stable-common.json",
225
- "isSource": true
226
- }
58
+ "normal": "#ffffff4d"
227
59
  },
228
60
  "primary": {
229
- "normal": {
230
- "description": "",
231
- "value": "#ffffff66",
232
- "type": "color",
233
- "filePath": "src/stable/theme/stable-common.json",
234
- "isSource": true
235
- }
61
+ "normal": "#ffffff66"
236
62
  },
237
63
  "input": {
238
- "normal": {
239
- "description": "",
240
- "value": "#ffffff80",
241
- "type": "color",
242
- "filePath": "src/stable/theme/stable-common.json",
243
- "isSource": true
244
- }
64
+ "normal": "#ffffff80"
245
65
  },
246
66
  "disabled": {
247
- "normal": {
248
- "description": "",
249
- "value": "#ffffff33",
250
- "type": "color",
251
- "filePath": "src/stable/theme/stable-common.json",
252
- "isSource": true
253
- }
67
+ "normal": "#ffffff33"
254
68
  },
255
69
  "closed-caption": {
256
70
  "secondary": {
257
- "light": {
258
- "description": "",
259
- "value": "#ffffff33",
260
- "type": "color",
261
- "filePath": "src/stable/theme/stable-common.json",
262
- "isSource": true
263
- },
264
- "dark": {
265
- "description": "",
266
- "value": "#00000033",
267
- "type": "color",
268
- "filePath": "src/stable/theme/stable-common.json",
269
- "isSource": true
270
- }
71
+ "light": "#ffffff33",
72
+ "dark": "#00000033"
271
73
  }
272
74
  }
273
75
  },
274
76
  "control": {
275
77
  "inactive": {
276
- "normal": {
277
- "description": "",
278
- "value": "#00000033",
279
- "type": "color",
280
- "filePath": "src/stable/theme/stable-common.json",
281
- "isSource": true
282
- }
78
+ "normal": "#00000033"
283
79
  },
284
80
  "shareContent": {
285
- "active": {
286
- "description": "",
287
- "value": "#C74F0E",
288
- "type": "color",
289
- "filePath": "src/stable/theme/stable-common.json",
290
- "isSource": true
291
- },
292
- "inactive": {
293
- "description": "",
294
- "value": "#707070",
295
- "type": "color",
296
- "filePath": "src/stable/theme/stable-common.json",
297
- "isSource": true
298
- },
299
- "selected": {
300
- "description": "",
301
- "value": "#3cc29a",
302
- "type": "color",
303
- "filePath": "src/stable/theme/stable-common.json",
304
- "isSource": true
305
- }
81
+ "active": "#C74F0E",
82
+ "inactive": "#707070",
83
+ "selected": "#3cc29a"
306
84
  }
307
85
  },
308
86
  "background": {
309
87
  "solid": {
310
- "secondary-dark": {
311
- "description": "",
312
- "value": "#1a1a1a",
313
- "type": "color",
314
- "filePath": "src/stable/theme/stable-common.json",
315
- "isSource": true
316
- },
317
- "primary-light": {
318
- "description": "",
319
- "value": "#ffffff",
320
- "type": "color",
321
- "filePath": "src/stable/theme/stable-common.json",
322
- "isSource": true
323
- }
88
+ "secondary-dark": "#1a1a1a",
89
+ "primary-light": "#ffffff"
324
90
  }
325
91
  },
326
92
  "touchbar": {
327
93
  "background": {
328
94
  "blue": {
329
- "normal": {
330
- "description": "",
331
- "value": "#1170cf",
332
- "type": "color",
333
- "filePath": "src/stable/theme/stable-common.json",
334
- "isSource": true
335
- },
336
- "pressed": {
337
- "description": "",
338
- "value": "#063a75",
339
- "type": "color",
340
- "filePath": "src/stable/theme/stable-common.json",
341
- "isSource": true
342
- }
95
+ "normal": "#1170cf",
96
+ "pressed": "#063a75"
343
97
  },
344
98
  "pink": {
345
- "normal": {
346
- "description": "",
347
- "value": "#d43b52",
348
- "type": "color",
349
- "filePath": "src/stable/theme/stable-common.json",
350
- "isSource": true
351
- },
352
- "pressed": {
353
- "description": "",
354
- "value": "#66262d",
355
- "type": "color",
356
- "filePath": "src/stable/theme/stable-common.json",
357
- "isSource": true
358
- }
99
+ "normal": "#d43b52",
100
+ "pressed": "#66262d"
359
101
  },
360
102
  "mint": {
361
- "normal": {
362
- "description": "",
363
- "value": "#148579",
364
- "type": "color",
365
- "filePath": "src/stable/theme/stable-common.json",
366
- "isSource": true
367
- },
368
- "pressed": {
369
- "description": "",
370
- "value": "#12423f",
371
- "type": "color",
372
- "filePath": "src/stable/theme/stable-common.json",
373
- "isSource": true
374
- }
103
+ "normal": "#148579",
104
+ "pressed": "#12423f"
375
105
  },
376
106
  "purple": {
377
- "normal": {
378
- "description": "",
379
- "value": "#c233c4",
380
- "type": "color",
381
- "filePath": "src/stable/theme/stable-common.json",
382
- "isSource": true
383
- },
384
- "pressed": {
385
- "description": "",
386
- "value": "#601e66",
387
- "type": "color",
388
- "filePath": "src/stable/theme/stable-common.json",
389
- "isSource": true
390
- }
107
+ "normal": "#c233c4",
108
+ "pressed": "#601e66"
391
109
  },
392
110
  "violet": {
393
- "normal": {
394
- "description": "",
395
- "value": "#875ae0",
396
- "type": "color",
397
- "filePath": "src/stable/theme/stable-common.json",
398
- "isSource": true
399
- },
400
- "pressed": {
401
- "description": "",
402
- "value": "#432c78",
403
- "type": "color",
404
- "filePath": "src/stable/theme/stable-common.json",
405
- "isSource": true
406
- }
111
+ "normal": "#875ae0",
112
+ "pressed": "#432c78"
407
113
  },
408
114
  "orange": {
409
- "normal": {
410
- "description": "",
411
- "value": "#C74F0E",
412
- "type": "color",
413
- "filePath": "src/stable/theme/stable-common.json",
414
- "isSource": true
415
- },
416
- "pressed": {
417
- "description": "",
418
- "value": "#59311E",
419
- "type": "color",
420
- "filePath": "src/stable/theme/stable-common.json",
421
- "isSource": true
422
- }
115
+ "normal": "#C74F0E",
116
+ "pressed": "#59311E"
423
117
  },
424
118
  "green": {
425
- "normal": {
426
- "description": "",
427
- "value": "#1d805f",
428
- "type": "color",
429
- "filePath": "src/stable/theme/stable-common.json",
430
- "isSource": true
431
- },
432
- "pressed": {
433
- "description": "",
434
- "value": "#134231",
435
- "type": "color",
436
- "filePath": "src/stable/theme/stable-common.json",
437
- "isSource": true
438
- }
119
+ "normal": "#1d805f",
120
+ "pressed": "#134231"
439
121
  },
440
122
  "red": {
441
- "normal": {
442
- "description": "",
443
- "value": "#db1f2e",
444
- "type": "color",
445
- "filePath": "src/stable/theme/stable-common.json",
446
- "isSource": true
447
- },
448
- "pressed": {
449
- "description": "",
450
- "value": "#780d13",
451
- "type": "color",
452
- "filePath": "src/stable/theme/stable-common.json",
453
- "isSource": true
454
- }
123
+ "normal": "#db1f2e",
124
+ "pressed": "#780d13"
455
125
  },
456
- "transparent": {
457
- "description": "",
458
- "value": "#00000000",
459
- "type": "color",
460
- "filePath": "src/stable/theme/stable-common.json",
461
- "isSource": true
462
- }
126
+ "transparent": "#00000000"
463
127
  },
464
128
  "icon": {
465
- "stable": {
466
- "description": "",
467
- "value": "#27a17a",
468
- "type": "color",
469
- "filePath": "src/stable/theme/stable-common.json",
470
- "isSource": true
471
- },
472
- "attention": {
473
- "description": "",
474
- "value": "#fc8b98",
475
- "type": "color",
476
- "filePath": "src/stable/theme/stable-common.json",
477
- "isSource": true
478
- },
479
- "secure": {
480
- "description": "",
481
- "value": "#64b4fa",
482
- "type": "color",
483
- "filePath": "src/stable/theme/stable-common.json",
484
- "isSource": true
485
- }
129
+ "stable": "#27a17a",
130
+ "attention": "#fc8b98",
131
+ "secure": "#64b4fa"
486
132
  }
487
133
  }
488
134
  }