@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,674 @@
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": "#000000f2",
138
+ "disabled": "#00000066"
139
+ },
140
+ "inverted": {
141
+ "normal": "#fffffff2",
142
+ "disabled": "#ffffffcc"
143
+ },
144
+ "secondary": {
145
+ "normal": "#000000b3",
146
+ "inverted": {
147
+ "normal": "#ffffffb3"
148
+ }
149
+ },
150
+ "error": {
151
+ "normal": "#ab0a15",
152
+ "hover": "#4f0e10",
153
+ "active": "#4f0e10"
154
+ },
155
+ "success": {
156
+ "normal": "#185e46",
157
+ "hover": "#0e2b20",
158
+ "active": "#0e2b20"
159
+ },
160
+ "warning": {
161
+ "normal": "#7d4705",
162
+ "hover": "#36220c",
163
+ "active": "#36220c"
164
+ },
165
+ "highlight": "#bfe3ff",
166
+ "accent": {
167
+ "normal": "#0353a8",
168
+ "hover": "#0a274a",
169
+ "active": "#0a274a"
170
+ },
171
+ "teamdefault": {
172
+ "normal": "#000000b3",
173
+ "hover": "#000000b3",
174
+ "active": "#000000f2"
175
+ },
176
+ "alert": {
177
+ "purple": {
178
+ "normal": "#932099",
179
+ "hover": "#3b1840",
180
+ "active": "#3b1840"
181
+ },
182
+ "orange": {
183
+ "normal": "#914017",
184
+ "hover": "#33221B",
185
+ "active": "#33221B"
186
+ }
187
+ },
188
+ "team": {
189
+ "cobalt": {
190
+ "normal": "#08599c",
191
+ "hover": "#08599c",
192
+ "active": "#12283d"
193
+ },
194
+ "cyan": {
195
+ "normal": "#066070",
196
+ "hover": "#066070",
197
+ "active": "#0b2a30"
198
+ },
199
+ "mint": {
200
+ "normal": "#12615a",
201
+ "hover": "#12615a",
202
+ "active": "#102b2a"
203
+ },
204
+ "lime": {
205
+ "normal": "#416116",
206
+ "hover": "#416116",
207
+ "active": "#1e2b10"
208
+ },
209
+ "gold": {
210
+ "normal": "#735107",
211
+ "hover": "#735107",
212
+ "active": "#30240d"
213
+ },
214
+ "orange": {
215
+ "normal": "#914017",
216
+ "hover": "#914017",
217
+ "active": "#33221B"
218
+ },
219
+ "pink": {
220
+ "normal": "#a12a3a",
221
+ "hover": "#a12a3a",
222
+ "active": "#3b1e21"
223
+ },
224
+ "purple": {
225
+ "normal": "#932099",
226
+ "hover": "#932099",
227
+ "active": "#3b1840"
228
+ },
229
+ "violet": {
230
+ "normal": "#643abd",
231
+ "hover": "#643abd",
232
+ "active": "#29223d"
233
+ },
234
+ "slate": {
235
+ "normal": "#535573",
236
+ "hover": "#535573",
237
+ "active": "#26262b"
238
+ }
239
+ }
240
+ },
241
+ "background": {
242
+ "primary": {
243
+ "ghost": "#ffffff00",
244
+ "hover": "#00000012",
245
+ "active": "#0000001c",
246
+ "disabled": "#0000001c"
247
+ },
248
+ "solid": {
249
+ "primary": {
250
+ "normal": "#ffffff"
251
+ },
252
+ "secondary": {
253
+ "normal": "#ededed"
254
+ },
255
+ "tertiary": {
256
+ "normal": "#f7f7f7"
257
+ },
258
+ "quaternary": {
259
+ "normal": "#ffffff"
260
+ }
261
+ },
262
+ "secondary": {
263
+ "normal": "#0000001c",
264
+ "hover": "#00000033",
265
+ "active": "#0000004d",
266
+ "disabled": "#00000000"
267
+ },
268
+ "accent": {
269
+ "normal": "#1170cf"
270
+ },
271
+ "gradient": {
272
+ "primary": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
273
+ "secondary": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)"
274
+ },
275
+ "alert": {
276
+ "default": {
277
+ "normal": "#f7f7f7",
278
+ "hover": "#f7f7f7",
279
+ "active": "#dedede"
280
+ },
281
+ "success": {
282
+ "normal": "#cef5eb",
283
+ "hover": "#cef5eb",
284
+ "active": "#9fedd8"
285
+ },
286
+ "warning": {
287
+ "normal": "#ffebc2",
288
+ "hover": "#ffebc2",
289
+ "active": "#ffda94"
290
+ },
291
+ "error": {
292
+ "normal": "#ffe8ea",
293
+ "hover": "#ffe8ea",
294
+ "active": "#ffd4da"
295
+ },
296
+ "theme": {
297
+ "normal": "#dbf0ff",
298
+ "hover": "#dbf0ff",
299
+ "active": "#bfe3ff"
300
+ },
301
+ "purple": {
302
+ "normal": "#fcf2fc",
303
+ "hover": "#fcf2fc",
304
+ "active": "#fce1fc"
305
+ },
306
+ "orange": {
307
+ "normal": "#FEEBD7",
308
+ "hover": "#FEEBD7",
309
+ "active": "#FAF4EB"
310
+ }
311
+ },
312
+ "label": {
313
+ "cobalt": {
314
+ "normal": "#e5f8ff",
315
+ "hover": "#c7eeff",
316
+ "active": "#99ddff"
317
+ },
318
+ "gold": {
319
+ "normal": "#f7f6dc",
320
+ "hover": "#f5eaa2",
321
+ "active": "#ebd460"
322
+ },
323
+ "lime": {
324
+ "normal": "#f3f7e9",
325
+ "hover": "#ddf2ae",
326
+ "active": "#bce36f"
327
+ },
328
+ "mint": {
329
+ "normal": "#e9f7f3",
330
+ "hover": "#baf5e7",
331
+ "active": "#74e8d1"
332
+ },
333
+ "orange": {
334
+ "normal": "#FEEBD7",
335
+ "hover": "#FAF4EB",
336
+ "active": "#FFCA99"
337
+ },
338
+ "pink": {
339
+ "normal": "#fff2f5",
340
+ "hover": "#ffe0e7",
341
+ "active": "#ffc7d2"
342
+ },
343
+ "purple": {
344
+ "normal": "#fcf2fc",
345
+ "hover": "#fce1fc",
346
+ "active": "#fac3f8"
347
+ },
348
+ "slate": {
349
+ "normal": "#f2f4ff",
350
+ "hover": "#e3e7fa",
351
+ "active": "#ced2ed"
352
+ },
353
+ "violet": {
354
+ "normal": "#f8f2fc",
355
+ "hover": "#f0e3fc",
356
+ "active": "#e2cafc"
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": "#000000f2",
372
+ "hover": "#000000cc",
373
+ "pressed": "#000000b3",
374
+ "disabled": "#00000033"
375
+ },
376
+ "secondary": {
377
+ "normal": "#00000000",
378
+ "hover": "#00000012",
379
+ "pressed": "#00000033",
380
+ "disabled": "#ffffff00",
381
+ "active": {
382
+ "normal": "#00000033",
383
+ "hover": "#0000004d",
384
+ "pressed": "#00000066"
385
+ }
386
+ },
387
+ "inverted": {
388
+ "normal": "#ffffff",
389
+ "hover": "#ededed",
390
+ "pressed": "#dedede"
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": "#00000066"
411
+ },
412
+ "theme": {
413
+ "normal": "#1170cf"
414
+ },
415
+ "secondary": {
416
+ "normal": "#00000033"
417
+ },
418
+ "input": {
419
+ "normal": "#00000080",
420
+ "active": "#000000e6"
421
+ },
422
+ "button": {
423
+ "normal": "#0000004d"
424
+ },
425
+ "join": {
426
+ "normal": "#185e46"
427
+ },
428
+ "cancel": {
429
+ "normal": "#ab0a15"
430
+ },
431
+ "disabled": {
432
+ "normal": "#00000033"
433
+ },
434
+ "share": {
435
+ "selected": "#27a17a",
436
+ "active": "#F26B1D",
437
+ "inactive": "#8f8f8f"
438
+ },
439
+ "overlay": {
440
+ "normal": "#707070"
441
+ },
442
+ "high-contrast": {
443
+ "focus": "#000000"
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": "#1170cf",
460
+ "hover": "#0353a8",
461
+ "pressed": "#063a75",
462
+ "active": "#063a75",
463
+ "disabled": "#bfe3ff"
464
+ },
465
+ "inactive": {
466
+ "normal": "#00000033",
467
+ "hover": "#0000004d",
468
+ "pressed": "#00000066",
469
+ "disabled": "#0000001c"
470
+ }
471
+ },
472
+ "overlay": {
473
+ "meetings": {
474
+ "normal": "#ffffffcc"
475
+ }
476
+ },
477
+ "indicator": {
478
+ "unstable": "#C74F0E",
479
+ "attention": "#db1f2e",
480
+ "stable": "#1d805f",
481
+ "locked": "#707070",
482
+ "caution": "#cf7900",
483
+ "secure": "#1170cf"
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": "#00000033",
497
+ "hover": "#0000004d",
498
+ "pressed": "#00000066"
499
+ },
500
+ "arrow": {
501
+ "normal": "#00000099",
502
+ "background": {
503
+ "normal": "#00000000",
504
+ "hover": "#0000001c",
505
+ "pressed": "#00000033"
506
+ }
507
+ },
508
+ "background": {
509
+ "secondary": {
510
+ "ghost": "#00000000",
511
+ "normal": "#0000001c"
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": "#0f0f0f"
557
+ },
558
+ "globaltint": {
559
+ "normal": "#1170cf",
560
+ "selected": "#1170cf"
561
+ },
562
+ "groupedbackground": {
563
+ "primary": {
564
+ "normal": "#f7f7f7"
565
+ },
566
+ "secondary": {
567
+ "normal": "#ffffff"
568
+ },
569
+ "tertiary": {
570
+ "normal": "#f7f7f7"
571
+ },
572
+ "quaternary": {
573
+ "normal": "#ffffff"
574
+ }
575
+ },
576
+ "teaching": {
577
+ "background": {
578
+ "normal": "#000000"
579
+ },
580
+ "button": {
581
+ "primary": {
582
+ "normal": "#fffffff2",
583
+ "hover": "#ffffffcc",
584
+ "pressed": "#ffffffb3",
585
+ "disabled": "#ffffff33"
586
+ },
587
+ "secondary": {
588
+ "normal": "#ffffff00",
589
+ "hover": "#ffffff12",
590
+ "pressed": "#ffffff33"
591
+ }
592
+ },
593
+ "outline": {
594
+ "button": {
595
+ "normal": "#ffffff4d"
596
+ },
597
+ "normal": "#ffffff33",
598
+ "disabled": {
599
+ "normal": "#ffffff33"
600
+ },
601
+ "theme": "#64b4fa"
602
+ },
603
+ "text": {
604
+ "accent": {
605
+ "normal": "#64b4fa",
606
+ "hover": "#bfe3ff",
607
+ "disabled": "#ffffff66"
608
+ },
609
+ "primary": {
610
+ "disabled": "#ffffff66"
611
+ }
612
+ }
613
+ },
614
+ "gradientdivider": {
615
+ "normal": {
616
+ "0": "#00000000",
617
+ "1": "#00000033"
618
+ },
619
+ "hover": {
620
+ "0": "#00000000",
621
+ "1": "#00000099"
622
+ },
623
+ "error": {
624
+ "normal": {
625
+ "0": "#ab0a1500",
626
+ "1": "#ab0a1599"
627
+ },
628
+ "hover": {
629
+ "0": "#ab0a1500",
630
+ "1": "#ab0a15E6"
631
+ }
632
+ },
633
+ "warning": {
634
+ "normal": {
635
+ "0": "#7d470500",
636
+ "1": "#7d470599"
637
+ },
638
+ "hover": {
639
+ "0": "#7d470500",
640
+ "1": "#7d4705E6"
641
+ }
642
+ },
643
+ "announce": {
644
+ "normal": {
645
+ "0": "#0353a800",
646
+ "1": "#0353a899"
647
+ },
648
+ "hover": {
649
+ "0": "#0353a800",
650
+ "1": "#0353a8E6"
651
+ }
652
+ }
653
+ },
654
+ "avatar": {
655
+ "default": "#545454",
656
+ "cobalt": "#08599c",
657
+ "cyan": "#066070",
658
+ "gold": "#735107",
659
+ "lime": "#416116",
660
+ "mint": "#12615a",
661
+ "orange": "#914017",
662
+ "pink": "#a12a3a",
663
+ "purple": "#932099",
664
+ "slate": "#535573",
665
+ "violet": "#643abd",
666
+ "yellow": "#7d4705"
667
+ },
668
+ "gradation": {
669
+ "primary": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
670
+ "secondary": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)"
671
+ }
672
+ }
673
+ }
674
+ }
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 07 Dec 2022 00:42:50 GMT
5
+ Generated on Wed, 07 Dec 2022 19:11:06 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="md-border-radius-none">0px</string>