@momentum-design/tokens 0.0.29 → 0.0.31

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 (31) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/webex/common-stable.css +66 -0
  3. package/dist/css/theme/webex/dark-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +333 -0
  5. package/dist/css/theme/webex/light-complete.css +1 -1
  6. package/dist/css/theme/webex/light-stable.css +337 -0
  7. package/dist/ios/core/complete.swift +1 -1
  8. package/dist/ios/theme/webex/common-stable.swift +72 -0
  9. package/dist/ios/theme/webex/dark-complete.swift +1 -1
  10. package/dist/ios/theme/webex/dark-stable.swift +339 -0
  11. package/dist/ios/theme/webex/light-complete.swift +1 -1
  12. package/dist/ios/theme/webex/light-stable.swift +343 -0
  13. package/dist/json/theme/webex/common-stable.json +1745 -0
  14. package/dist/json/theme/webex/dark-stable.json +9304 -0
  15. package/dist/json/theme/webex/light-stable.json +9416 -0
  16. package/dist/json-minimal/theme/webex/common-stable.json +137 -0
  17. package/dist/json-minimal/theme/webex/dark-stable.json +666 -0
  18. package/dist/json-minimal/theme/webex/light-stable.json +674 -0
  19. package/dist/resources/core/complete.xml +1 -1
  20. package/dist/resources/theme/webex/common-stable.xml +68 -0
  21. package/dist/resources/theme/webex/dark-complete.xml +1 -1
  22. package/dist/resources/theme/webex/dark-stable.xml +335 -0
  23. package/dist/resources/theme/webex/light-complete.xml +1 -1
  24. package/dist/resources/theme/webex/light-stable.xml +339 -0
  25. package/dist/scss/core/complete.scss +1 -1
  26. package/dist/scss/theme/webex/common-stable.scss +63 -0
  27. package/dist/scss/theme/webex/dark-complete.scss +1 -1
  28. package/dist/scss/theme/webex/dark-stable.scss +330 -0
  29. package/dist/scss/theme/webex/light-complete.scss +1 -1
  30. package/dist/scss/theme/webex/light-stable.scss +334 -0
  31. package/package.json +1 -1
@@ -0,0 +1,666 @@
1
+ {
2
+ "color": {
3
+ "theme": {
4
+ "common": {
5
+ "text": {
6
+ "white": "#fffffff2",
7
+ "gray": "#ffffffb3",
8
+ "black": "#000000f2",
9
+ "disabled": "#ffffff66",
10
+ "success": {
11
+ "normal": "#3cc29a",
12
+ "hover": "#9fedd8"
13
+ },
14
+ "error": {
15
+ "normal": "#fc8b98",
16
+ "hover": "#ffd4da"
17
+ },
18
+ "warning": {
19
+ "normal": "#f2990a"
20
+ },
21
+ "secondary-light": "#ffffffb3",
22
+ "secondary-dark": "#00000099"
23
+ },
24
+ "overlay": {
25
+ "primary": {
26
+ "normal": "#000000e6"
27
+ },
28
+ "secondary": {
29
+ "normal": "#00000066"
30
+ }
31
+ },
32
+ "button": {
33
+ "primary": {
34
+ "normal": "#fffffff2",
35
+ "hover": "#ffffffcc",
36
+ "pressed": "#ffffffb3",
37
+ "disabled": "#ffffff33"
38
+ },
39
+ "secondary": {
40
+ "normal": "#ffffff00",
41
+ "hover": "#ffffff12",
42
+ "disabled": "#ffffff00",
43
+ "active": {
44
+ "normal": "#ffffff33",
45
+ "hover": "#ffffff4d",
46
+ "pressed": "#ffffff66"
47
+ }
48
+ },
49
+ "secondary-dark": {
50
+ "normal": "#00000000",
51
+ "hover": "#00000012",
52
+ "pressed": "#00000033",
53
+ "disabled": "#00000000"
54
+ }
55
+ },
56
+ "outline": {
57
+ "button": {
58
+ "normal": "#ffffff4d"
59
+ },
60
+ "primary": {
61
+ "normal": "#ffffff66"
62
+ },
63
+ "input": {
64
+ "normal": "#ffffff80"
65
+ },
66
+ "disabled": {
67
+ "normal": "#ffffff33"
68
+ },
69
+ "closed-caption": {
70
+ "secondary": {
71
+ "light": "#ffffff33",
72
+ "dark": "#00000033"
73
+ }
74
+ }
75
+ },
76
+ "control": {
77
+ "inactive": {
78
+ "normal": "#00000033"
79
+ },
80
+ "shareContent": {
81
+ "active": "#C74F0E",
82
+ "inactive": "#707070",
83
+ "selected": "#3cc29a"
84
+ }
85
+ },
86
+ "background": {
87
+ "solid": {
88
+ "secondary-dark": "#1a1a1a",
89
+ "primary-light": "#ffffff"
90
+ }
91
+ },
92
+ "touchbar": {
93
+ "background": {
94
+ "blue": {
95
+ "normal": "#1170cf",
96
+ "pressed": "#063a75"
97
+ },
98
+ "pink": {
99
+ "normal": "#d43b52",
100
+ "pressed": "#66262d"
101
+ },
102
+ "mint": {
103
+ "normal": "#148579",
104
+ "pressed": "#12423f"
105
+ },
106
+ "purple": {
107
+ "normal": "#c233c4",
108
+ "pressed": "#601e66"
109
+ },
110
+ "violet": {
111
+ "normal": "#875ae0",
112
+ "pressed": "#432c78"
113
+ },
114
+ "orange": {
115
+ "normal": "#C74F0E",
116
+ "pressed": "#59311E"
117
+ },
118
+ "green": {
119
+ "normal": "#1d805f",
120
+ "pressed": "#134231"
121
+ },
122
+ "red": {
123
+ "normal": "#db1f2e",
124
+ "pressed": "#780d13"
125
+ },
126
+ "transparent": "#00000000"
127
+ },
128
+ "icon": {
129
+ "stable": "#27a17a",
130
+ "attention": "#fc8b98",
131
+ "secure": "#64b4fa"
132
+ }
133
+ }
134
+ },
135
+ "text": {
136
+ "primary": {
137
+ "normal": "#fffffff2",
138
+ "disabled": "#ffffff66"
139
+ },
140
+ "inverted": {
141
+ "normal": "#000000f2",
142
+ "disabled": "#00000080"
143
+ },
144
+ "secondary": {
145
+ "normal": "#ffffffb3",
146
+ "inverted": {
147
+ "normal": "#00000099"
148
+ }
149
+ },
150
+ "error": {
151
+ "normal": "#fc8b98",
152
+ "hover": "#ffd4da",
153
+ "active": "#ffd4da"
154
+ },
155
+ "success": {
156
+ "normal": "#3cc29a",
157
+ "hover": "#9fedd8",
158
+ "active": "#9fedd8"
159
+ },
160
+ "warning": {
161
+ "normal": "#f2990a",
162
+ "hover": "#ffda94",
163
+ "active": "#ffda94"
164
+ },
165
+ "highlight": "#063a75",
166
+ "accent": {
167
+ "normal": "#64b4fa",
168
+ "hover": "#bfe3ff",
169
+ "active": "#bfe3ff"
170
+ },
171
+ "teamdefault": {
172
+ "normal": "#ffffffb3",
173
+ "hover": "#ffffffb3",
174
+ "active": "#fffffff2"
175
+ },
176
+ "alert": {
177
+ "purple": {
178
+ "normal": "#f294f1",
179
+ "hover": "#fce1fc",
180
+ "active": "#fce1fc"
181
+ },
182
+ "orange": {
183
+ "normal": "#FFCA99",
184
+ "hover": "#FEEBD7",
185
+ "active": "#FEEBD7"
186
+ }
187
+ },
188
+ "team": {
189
+ "cobalt": {
190
+ "normal": "#5ebff7",
191
+ "hover": "#5ebff7",
192
+ "active": "#c7eeff"
193
+ },
194
+ "cyan": {
195
+ "normal": "#22c7d6",
196
+ "hover": "#22c7d6",
197
+ "active": "#b2f4f7"
198
+ },
199
+ "mint": {
200
+ "normal": "#30c9b0",
201
+ "hover": "#30c9b0",
202
+ "active": "#baf5e7"
203
+ },
204
+ "lime": {
205
+ "normal": "#93c437",
206
+ "hover": "#93c437",
207
+ "active": "#ddf2ae"
208
+ },
209
+ "gold": {
210
+ "normal": "#d6b220",
211
+ "hover": "#d6b220",
212
+ "active": "#f5eaa2"
213
+ },
214
+ "orange": {
215
+ "normal": "#FF9D52",
216
+ "hover": "#FF9D52",
217
+ "active": "#FAF4EB"
218
+ },
219
+ "pink": {
220
+ "normal": "#fc97aa",
221
+ "hover": "#fc97aa",
222
+ "active": "#ffe0e7"
223
+ },
224
+ "purple": {
225
+ "normal": "#f294f1",
226
+ "hover": "#f294f1",
227
+ "active": "#fce1fc"
228
+ },
229
+ "violet": {
230
+ "normal": "#c7a5fa",
231
+ "hover": "#c7a5fa",
232
+ "active": "#f0e3fc"
233
+ },
234
+ "slate": {
235
+ "normal": "#b0b4d9",
236
+ "hover": "#b0b4d9",
237
+ "active": "#e3e7fa"
238
+ }
239
+ }
240
+ },
241
+ "background": {
242
+ "primary": {
243
+ "ghost": "#ffffff00",
244
+ "hover": "#ffffff12",
245
+ "active": "#ffffff1c",
246
+ "disabled": "#ffffff1c"
247
+ },
248
+ "solid": {
249
+ "primary": {
250
+ "normal": "#000000"
251
+ },
252
+ "secondary": {
253
+ "normal": "#1a1a1a"
254
+ },
255
+ "tertiary": {
256
+ "normal": "#262626"
257
+ },
258
+ "quaternary": {
259
+ "normal": "#3b3b3b"
260
+ }
261
+ },
262
+ "secondary": {
263
+ "normal": "#ffffff1c",
264
+ "hover": "#ffffff33",
265
+ "active": "#ffffff4d",
266
+ "disabled": "#ffffff00"
267
+ },
268
+ "accent": {
269
+ "normal": "#1170cf"
270
+ },
271
+ "gradient": {
272
+ "primary": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)",
273
+ "secondary": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)"
274
+ },
275
+ "alert": {
276
+ "default": {
277
+ "normal": "#262626",
278
+ "hover": "#262626",
279
+ "active": "#3b3b3b"
280
+ },
281
+ "success": {
282
+ "normal": "#0e2b20",
283
+ "hover": "#0e2b20",
284
+ "active": "#134231"
285
+ },
286
+ "warning": {
287
+ "normal": "#36220c",
288
+ "hover": "#36220c",
289
+ "active": "#57330a"
290
+ },
291
+ "error": {
292
+ "normal": "#4f0e10",
293
+ "hover": "#4f0e10",
294
+ "active": "#780d13"
295
+ },
296
+ "theme": {
297
+ "normal": "#0a274a",
298
+ "hover": "#0a274a",
299
+ "active": "#063a75"
300
+ },
301
+ "purple": {
302
+ "normal": "#3b1840",
303
+ "hover": "#3b1840",
304
+ "active": "#601e66"
305
+ },
306
+ "orange": {
307
+ "normal": "#33221B",
308
+ "hover": "#33221B",
309
+ "active": "#59311E"
310
+ }
311
+ },
312
+ "label": {
313
+ "cobalt": {
314
+ "normal": "#12283d",
315
+ "hover": "#103c63",
316
+ "active": "#08599c"
317
+ },
318
+ "gold": {
319
+ "normal": "#30240d",
320
+ "hover": "#4d370c",
321
+ "active": "#735107"
322
+ },
323
+ "lime": {
324
+ "normal": "#1e2b10",
325
+ "hover": "#2d4214",
326
+ "active": "#416116"
327
+ },
328
+ "mint": {
329
+ "normal": "#102b2a",
330
+ "hover": "#12423f",
331
+ "active": "#12615a"
332
+ },
333
+ "orange": {
334
+ "normal": "#33221B",
335
+ "hover": "#59311E",
336
+ "active": "#914017"
337
+ },
338
+ "pink": {
339
+ "normal": "#3b1e21",
340
+ "hover": "#66262d",
341
+ "active": "#a12a3a"
342
+ },
343
+ "purple": {
344
+ "normal": "#3b1840",
345
+ "hover": "#601e66",
346
+ "active": "#932099"
347
+ },
348
+ "slate": {
349
+ "normal": "#26262b",
350
+ "hover": "#393a47",
351
+ "active": "#535573"
352
+ },
353
+ "violet": {
354
+ "normal": "#29223d",
355
+ "hover": "#432c78",
356
+ "active": "#643abd"
357
+ }
358
+ },
359
+ "common": {
360
+ "normal": "#ffffff"
361
+ },
362
+ "namelabel": {
363
+ "normal": "#00000080"
364
+ }
365
+ },
366
+ "button": {
367
+ "border": {
368
+ "normal": "none"
369
+ },
370
+ "primary": {
371
+ "normal": "#fffffff2",
372
+ "hover": "#ffffffcc",
373
+ "pressed": "#ffffffb3",
374
+ "disabled": "#ffffff33"
375
+ },
376
+ "secondary": {
377
+ "normal": "#ffffff00",
378
+ "hover": "#ffffff12",
379
+ "pressed": "#ffffff33",
380
+ "disabled": "#ffffff00",
381
+ "active": {
382
+ "normal": "#ffffff33",
383
+ "hover": "#ffffff4d",
384
+ "pressed": "#ffffff66"
385
+ }
386
+ },
387
+ "inverted": {
388
+ "normal": "#0f0f0f",
389
+ "hover": "#262626",
390
+ "pressed": "#3b3b3b"
391
+ },
392
+ "join": {
393
+ "normal": "#1d805f",
394
+ "hover": "#185e46",
395
+ "pressed": "#134231"
396
+ },
397
+ "cancel": {
398
+ "normal": "#db1f2e",
399
+ "hover": "#ab0a15",
400
+ "pressed": "#780d13"
401
+ },
402
+ "accent": {
403
+ "normal": "#1170cf",
404
+ "hover": "#0353a8",
405
+ "pressed": "#063a75"
406
+ }
407
+ },
408
+ "outline": {
409
+ "primary": {
410
+ "normal": "#ffffff66"
411
+ },
412
+ "theme": {
413
+ "normal": "#64b4fa"
414
+ },
415
+ "secondary": {
416
+ "normal": "#ffffff33"
417
+ },
418
+ "input": {
419
+ "normal": "#ffffff80",
420
+ "active": "#ffffffe6"
421
+ },
422
+ "button": {
423
+ "normal": "#ffffff4d"
424
+ },
425
+ "join": {
426
+ "normal": "#3cc29a"
427
+ },
428
+ "cancel": {
429
+ "normal": "#fc8b98"
430
+ },
431
+ "disabled": {
432
+ "normal": "#ffffff33"
433
+ },
434
+ "share": {
435
+ "selected": "#27a17a",
436
+ "active": "#F26B1D",
437
+ "inactive": "#8f8f8f"
438
+ },
439
+ "overlay": {
440
+ "normal": "#adadad"
441
+ },
442
+ "high-contrast": {
443
+ "focus": "#ffffff"
444
+ },
445
+ "label": {
446
+ "cobalt": "#5ebff7",
447
+ "gold": "#d6b220",
448
+ "lime": "#93c437",
449
+ "mint": "#30c9b0",
450
+ "orange": "#FF9D52",
451
+ "pink": "#fc97aa",
452
+ "purple": "#f294f1",
453
+ "slate": "#b0b4d9",
454
+ "violet": "#c7a5fa"
455
+ }
456
+ },
457
+ "control": {
458
+ "active": {
459
+ "normal": "#64b4fa",
460
+ "hover": "#3492eb",
461
+ "pressed": "#1170cf",
462
+ "active": "#1170cf",
463
+ "disabled": "#063a75"
464
+ },
465
+ "inactive": {
466
+ "normal": "#ffffff33",
467
+ "hover": "#ffffff4d",
468
+ "pressed": "#ffffff66",
469
+ "disabled": "#ffffff1c"
470
+ }
471
+ },
472
+ "overlay": {
473
+ "meetings": {
474
+ "normal": "#000000b3"
475
+ }
476
+ },
477
+ "indicator": {
478
+ "unstable": "#F26B1D",
479
+ "attention": "#f55868",
480
+ "stable": "#27a17a",
481
+ "locked": "#8f8f8f",
482
+ "caution": "#cf7900",
483
+ "secure": "#3492eb"
484
+ },
485
+ "whiteboard": {
486
+ "stickyNote": {
487
+ "yellow": "#ffbe4f",
488
+ "red": "#fc8b98",
489
+ "purple": "#f294f1",
490
+ "cyan": "#22c7d6",
491
+ "mint": "#30c9b0"
492
+ }
493
+ },
494
+ "scrollbar": {
495
+ "button": {
496
+ "normal": "#ffffff33",
497
+ "hover": "#ffffff4d",
498
+ "pressed": "#ffffff66"
499
+ },
500
+ "arrow": {
501
+ "normal": "#ffffffb3",
502
+ "background": {
503
+ "normal": "#ffffff00",
504
+ "hover": "#ffffff1c",
505
+ "pressed": "#ffffff33"
506
+ }
507
+ },
508
+ "background": {
509
+ "secondary": {
510
+ "ghost": "#ffffff00",
511
+ "normal": "#ffffff1c"
512
+ }
513
+ }
514
+ },
515
+ "illustrations": {
516
+ "empty": {
517
+ "primary": {
518
+ "0": "#93c437",
519
+ "1": "#279be8"
520
+ },
521
+ "secondary": {
522
+ "0": "#279be8",
523
+ "1": "#875ae0"
524
+ }
525
+ },
526
+ "onboarding": {
527
+ "primary": {
528
+ "0": "#ffbe4f",
529
+ "1": "#93c437"
530
+ },
531
+ "secondary": {
532
+ "0": "#f55868",
533
+ "1": "#875ae0"
534
+ },
535
+ "tertiary": {
536
+ "0": "#ffbe4f",
537
+ "1": "#F26B1D"
538
+ },
539
+ "quartenary": {
540
+ "0": "#93c437",
541
+ "1": "#279be8"
542
+ },
543
+ "quinary": {
544
+ "0": "#279be8",
545
+ "1": "#875ae0"
546
+ }
547
+ },
548
+ "success": {
549
+ "0": "#3cc29a",
550
+ "1": "#93c437"
551
+ },
552
+ "error": {
553
+ "0": "#f0677e",
554
+ "1": "#db1f2e"
555
+ },
556
+ "default": "#ffffff"
557
+ },
558
+ "globaltint": {
559
+ "normal": "#3492eb",
560
+ "selected": "#1170cf"
561
+ },
562
+ "groupedbackground": {
563
+ "primary": {
564
+ "normal": "#000000"
565
+ },
566
+ "secondary": {
567
+ "normal": "#1a1a1a"
568
+ },
569
+ "tertiary": {
570
+ "normal": "#262626"
571
+ },
572
+ "quaternary": {
573
+ "normal": "#3b3b3b"
574
+ }
575
+ },
576
+ "teaching": {
577
+ "background": {
578
+ "normal": "#ffffff"
579
+ },
580
+ "button": {
581
+ "primary": {
582
+ "normal": "#000000f2",
583
+ "hover": "#000000cc",
584
+ "pressed": "#000000b3",
585
+ "disabled": "#00000033"
586
+ },
587
+ "secondary": {
588
+ "normal": "#00000000",
589
+ "hover": "#00000012",
590
+ "pressed": "#00000033"
591
+ }
592
+ },
593
+ "outline": {
594
+ "button": {
595
+ "normal": "#0000004d"
596
+ },
597
+ "normal": "#00000033",
598
+ "disabled": {
599
+ "normal": "#00000033"
600
+ },
601
+ "theme": "#1170cf"
602
+ },
603
+ "text": {
604
+ "accent": {
605
+ "normal": "#0353a8",
606
+ "hover": "#0a274a",
607
+ "disabled": "#00000066"
608
+ },
609
+ "primary": {
610
+ "disabled": "#00000066"
611
+ }
612
+ }
613
+ },
614
+ "gradientdivider": {
615
+ "error": {
616
+ "normal": {
617
+ "0": "#fc8b9800",
618
+ "1": "#fc8b9899"
619
+ },
620
+ "hover": {
621
+ "0": "#fc8b9800",
622
+ "1": "#fc8b98E6"
623
+ }
624
+ },
625
+ "warning": {
626
+ "normal": {
627
+ "0": "#f2990a00",
628
+ "1": "#f2990a99"
629
+ },
630
+ "hover": {
631
+ "0": "#f2990a00",
632
+ "1": "#f2990aE6"
633
+ }
634
+ },
635
+ "announce": {
636
+ "normal": {
637
+ "0": "#64b4fa00",
638
+ "1": "#64b4faE6"
639
+ },
640
+ "hover": {
641
+ "0": "#64b4fa00",
642
+ "1": "#64b4faE6"
643
+ }
644
+ }
645
+ },
646
+ "avatar": {
647
+ "default": "#545454",
648
+ "cobalt": "#08599c",
649
+ "cyan": "#066070",
650
+ "gold": "#735107",
651
+ "lime": "#416116",
652
+ "mint": "#12615a",
653
+ "orange": "#914017",
654
+ "pink": "#a12a3a",
655
+ "purple": "#932099",
656
+ "slate": "#535573",
657
+ "violet": "#643abd",
658
+ "yellow": "#7d4705"
659
+ },
660
+ "gradation": {
661
+ "primary": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)",
662
+ "secondary": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)"
663
+ }
664
+ }
665
+ }
666
+ }