@momentum-design/tokens 0.0.61 → 0.0.63

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 (37) 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 +26 -38
  5. package/dist/css/theme/webex/hc-dark-stable.css +32 -40
  6. package/dist/css/theme/webex/hc-light-stable.css +32 -40
  7. package/dist/css/theme/webex/light-stable.css +25 -37
  8. package/dist/ios/core/complete.swift +1 -1
  9. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  10. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  11. package/dist/ios/theme/webex/dark-stable.swift +26 -38
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +32 -40
  13. package/dist/ios/theme/webex/hc-light-stable.swift +32 -40
  14. package/dist/ios/theme/webex/light-stable.swift +25 -37
  15. package/dist/json/theme/webex/dark-stable.json +761 -941
  16. package/dist/json/theme/webex/hc-dark-stable.json +822 -920
  17. package/dist/json/theme/webex/hc-light-stable.json +1872 -1950
  18. package/dist/json/theme/webex/light-stable.json +1111 -1281
  19. package/dist/json-minimal/theme/webex/dark-stable.json +36 -70
  20. package/dist/json-minimal/theme/webex/hc-dark-stable.json +44 -70
  21. package/dist/json-minimal/theme/webex/hc-light-stable.json +53 -79
  22. package/dist/json-minimal/theme/webex/light-stable.json +44 -78
  23. package/dist/resources/core/complete.xml +1 -1
  24. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  25. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  26. package/dist/resources/theme/webex/dark-stable.xml +26 -38
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +32 -40
  28. package/dist/resources/theme/webex/hc-light-stable.xml +32 -40
  29. package/dist/resources/theme/webex/light-stable.xml +25 -37
  30. package/dist/scss/core/complete.scss +1 -1
  31. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  32. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  33. package/dist/scss/theme/webex/dark-stable.scss +26 -38
  34. package/dist/scss/theme/webex/hc-dark-stable.scss +32 -40
  35. package/dist/scss/theme/webex/hc-light-stable.scss +33 -41
  36. package/dist/scss/theme/webex/light-stable.scss +26 -38
  37. package/package.json +1 -1
@@ -275,39 +275,22 @@
275
275
  "active": "#643abd"
276
276
  }
277
277
  },
278
- "common": {
279
- "normal": "#ffffff"
280
- },
281
278
  "namelabel": {
282
279
  "normal": "#00000099"
283
280
  },
284
281
  "gradient": {
285
282
  "primary": {
286
- "normal": {
287
- "0": "#1a1a1a",
288
- "1": "#0f0f0f"
289
- }
283
+ "normal": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)"
290
284
  },
291
285
  "secondary": {
292
- "normal": {
293
- "0": "#262626",
294
- "1": "#0f0f0f"
295
- }
286
+ "normal": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)"
296
287
  }
297
288
  },
298
289
  "reaction": {
299
- "normal": {
300
- "0": "#1a1a1a",
301
- "1": "#1a1a1a"
302
- }
290
+ "normal": "linear-gradient(180deg, #1a1a1a 90%, #1a1a1a 0%)"
303
291
  },
304
292
  "skeleton": {
305
- "normal": {
306
- "0": "#00000033",
307
- "1": "#0000004d",
308
- "2": "#00000066",
309
- "3": "#00000080"
310
- }
293
+ "normal": "linear-gradient(123deg, #ffffff33 14.98%, #ffffff4d 38.98%, #ffffff66 64.82%, #ffffff80)"
311
294
  }
312
295
  },
313
296
  "button": {
@@ -390,6 +373,12 @@
390
373
  "purple": "#f294f1",
391
374
  "slate": "#b0b4d9",
392
375
  "violet": "#c7a5fa"
376
+ },
377
+ "promotion": {
378
+ "normal-copy": "linear-gradient(46deg, #c233c4 0%, #d43b52 100%)"
379
+ },
380
+ "gradient": {
381
+ "active": "linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)"
393
382
  }
394
383
  },
395
384
  "control": {
@@ -513,7 +502,7 @@
513
502
  "disabled": "#ffffff33"
514
503
  },
515
504
  "secondary": {
516
- "normal": "#ffffff12",
505
+ "normal": "#ffffff00",
517
506
  "hover": "#ffffff12",
518
507
  "active": {
519
508
  "normal": "#ffffffb3",
@@ -524,27 +513,14 @@
524
513
  "disabled": "#ffffff00"
525
514
  },
526
515
  "promotion": {
527
- "normal": {
528
- "0": "#932099",
529
- "1": "#a12a3a"
530
- },
531
- "hover": {
532
- "0": "#601e66",
533
- "1": "#66262d"
534
- },
535
- "active": {
536
- "0": "#601e66",
537
- "1": "#3b1e21"
538
- }
516
+ "normal": "linear-gradient(46deg, #932099 0%, #a12a3a 100%)",
517
+ "hover": "linear-gradient(46deg, #601e66 0%, #66262d 100%)",
518
+ "active": "linear-gradient(46deg, #3b1840 0%, #3b1e21 100%)"
539
519
  },
540
520
  "join": {
541
521
  "animated": {
542
522
  "gradient": {
543
- "normal": {
544
- "0": "#30c9b0",
545
- "1": "#64b4fa",
546
- "2": "#30c9b0"
547
- }
523
+ "normal": "linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%)"
548
524
  }
549
525
  }
550
526
  }
@@ -725,43 +701,33 @@
725
701
  }
726
702
  },
727
703
  "gradientdivider": {
728
- "normal": {
729
- "0": "#ffffff00",
730
- "1": "#ffffff33"
731
- },
732
- "hover": {
733
- "0": "#ffffff00",
734
- "1": "#ffffff99"
704
+ "default": {
705
+ "normal": "linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)",
706
+ "hover": "linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)"
735
707
  },
736
708
  "error": {
737
- "normal": {
738
- "0": "#fc8b98",
739
- "1": "#fc8b98"
740
- },
741
- "hover": {
742
- "0": "#fc8b98",
743
- "1": "#fc8b98"
744
- }
709
+ "normal": "linear-gradient(90deg, #fc8b9800 0%, #fc8b9822.4%, #fc8b9899 76.04%, #fc8b9800 100%)",
710
+ "hover": "linear-gradient(90deg, #fc8b9800 0%, #fc8b98e6 22.4%, #fc8b98e6 76.04%, #fc8b9800 100%)"
745
711
  },
746
712
  "warning": {
747
- "normal": {
748
- "0": "#f2990a",
749
- "1": "#f2990a"
750
- },
751
- "hover": {
752
- "0": "#f2990a",
753
- "1": "#f2990a"
754
- }
713
+ "normal": "linear-gradient(90deg, #f2990a00 0%, #f2990a22.4%, #f2990a99 76.04%, #f2990a00 100%)",
714
+ "hover": "linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%)"
755
715
  },
756
716
  "announce": {
757
- "normal": {
758
- "0": "#64b4fa",
759
- "1": "#64b4fa"
760
- },
761
- "hover": {
762
- "0": "#64b4fa",
763
- "1": "#64b4fa"
764
- }
717
+ "normal": "linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%)",
718
+ "hover": "linear-gradient(90deg, #64b4fa00 0%,#64b4faE6 22.4%, #64b4faE6 76.04%, #64b4fa00 100%)"
719
+ },
720
+ "success": {
721
+ "normal": "linear-gradient(90deg, #3cc29a00 0%, #3cc29a99 22.4%, #3cc29a99 76.04%, #3cc29a00 100%)",
722
+ "hover": "linear-gradient(90deg, #3cc29a00 0%,#3cc29aE6 22.4%, #3cc29aE6 76.04%, #3cc29a00 100%)"
723
+ },
724
+ "orange": {
725
+ "normal": "linear-gradient(90deg, #fd884e00 0%, #fd884e99 22.4%, #fd884e99 76.04%, #fd884e00 100%)",
726
+ "hover": "linear-gradient(90deg, #fd884e00 0%,#fd884eE6 22.4%, #fd884eE6 76.04%, #fd884e00 100%)"
727
+ },
728
+ "purple": {
729
+ "normal": "linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f100 100%)",
730
+ "hover": "linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%)"
765
731
  }
766
732
  },
767
733
  "avatar": {
@@ -103,14 +103,14 @@
103
103
  "inverted": {
104
104
  "text": {
105
105
  "primary": {
106
- "normal": "#ffffff",
106
+ "normal": "#000000",
107
107
  "disabled": "#3ff23f"
108
108
  },
109
109
  "secondary": {
110
- "normal": "#ffffff"
110
+ "normal": "#000000"
111
111
  },
112
112
  "accent": {
113
- "normal": "#ffffff",
113
+ "normal": "#000000",
114
114
  "hover": "#ffffff"
115
115
  }
116
116
  },
@@ -273,31 +273,22 @@
273
273
  "active": "#1aebff"
274
274
  }
275
275
  },
276
- "common": {
277
- "normal": "#000000"
278
- },
279
276
  "namelabel": {
280
277
  "normal": "#000000"
281
278
  },
282
279
  "reaction": {
283
- "normal": {
284
- "0": "#000000",
285
- "1": "#000000"
286
- }
280
+ "normal": "#000000"
287
281
  },
288
282
  "gradient": {
289
283
  "secondary": {
290
- "normal": {
291
- "0": "#000000",
292
- "1": "#000000"
293
- }
284
+ "normal": "#000000"
294
285
  },
295
286
  "primary": {
296
- "normal": {
297
- "0": "#000000",
298
- "1": "#000000"
299
- }
287
+ "normal": "#000000"
300
288
  }
289
+ },
290
+ "skeleton": {
291
+ "normal": "#000000"
301
292
  }
302
293
  },
303
294
  "button": {
@@ -382,6 +373,12 @@
382
373
  "purple": "#ffffff",
383
374
  "slate": "#ffffff",
384
375
  "violet": "#ffffff"
376
+ },
377
+ "promotion": {
378
+ "normal": "#ffffff"
379
+ },
380
+ "gradient": {
381
+ "active": "#ffffff"
385
382
  }
386
383
  },
387
384
  "control": {
@@ -516,43 +513,33 @@
516
513
  }
517
514
  },
518
515
  "gradientdivider": {
519
- "normal": {
520
- "0": "#ffffff",
521
- "1": "#ffffff"
522
- },
523
- "hover": {
524
- "0": "#ffffff",
525
- "1": "#ffffff"
516
+ "default": {
517
+ "normal": "#ffffff",
518
+ "hover": "#ffffff"
526
519
  },
527
520
  "error": {
528
- "normal": {
529
- "0": "#ffffff",
530
- "1": "#ffffff"
531
- },
532
- "hover": {
533
- "0": "#ffffff",
534
- "1": "#ffffff"
535
- }
521
+ "normal": "#ffffff",
522
+ "hover": "#ffffff"
536
523
  },
537
524
  "warning": {
538
- "normal": {
539
- "0": "#ffffff",
540
- "1": "#ffffff"
541
- },
542
- "hover": {
543
- "0": "#ffffff",
544
- "1": "#ffffff"
545
- }
525
+ "normal": "#ffffff",
526
+ "hover": "#ffffff"
546
527
  },
547
528
  "announce": {
548
- "normal": {
549
- "0": "#ffffff",
550
- "1": "#ffffff"
551
- },
552
- "hover": {
553
- "0": "#ffffff",
554
- "1": "#ffffff"
555
- }
529
+ "normal": "#ffffff",
530
+ "hover": "#ffffff"
531
+ },
532
+ "success": {
533
+ "normal": "#ffffff",
534
+ "hover": "#ffffff"
535
+ },
536
+ "orange": {
537
+ "normal": "#ffffff",
538
+ "hover": "#ffffff"
539
+ },
540
+ "purple": {
541
+ "normal": "#ffffff",
542
+ "hover": "#ffffff"
556
543
  }
557
544
  },
558
545
  "avatar": {
@@ -594,10 +581,10 @@
594
581
  "inverted": {
595
582
  "text": {
596
583
  "primary": {
597
- "normal": "#ffffff"
584
+ "normal": "#000000"
598
585
  },
599
586
  "secondary": {
600
- "normal": "#ffffff"
587
+ "normal": "#000000"
601
588
  }
602
589
  },
603
590
  "button": {
@@ -643,27 +630,14 @@
643
630
  "disabled": "#3ff23f"
644
631
  },
645
632
  "promotion": {
646
- "normal": {
647
- "0": "#000000",
648
- "1": "#000000"
649
- },
650
- "hover": {
651
- "0": "#1aebff",
652
- "1": "#1aebff"
653
- },
654
- "active": {
655
- "0": "#1aebff",
656
- "1": "#1aebff"
657
- }
633
+ "normal": "#000000",
634
+ "hover": "#1aebff",
635
+ "active": "#1aebff"
658
636
  },
659
637
  "join": {
660
638
  "animated": {
661
639
  "gradient": {
662
- "normal": {
663
- "0": "#1aebff",
664
- "1": "#1aebff",
665
- "2": "#1aebff"
666
- }
640
+ "normal": "#1aebff"
667
641
  }
668
642
  }
669
643
  }
@@ -687,8 +661,8 @@
687
661
  "control": {
688
662
  "share": {
689
663
  "content": {
690
- "selected": "#ffffff",
691
- "active": "#ffffff",
664
+ "selected": "#1aebff",
665
+ "active": "#1aebff",
692
666
  "inactive": "#3ff23f"
693
667
  }
694
668
  },
@@ -103,14 +103,14 @@
103
103
  "inverted": {
104
104
  "text": {
105
105
  "primary": {
106
- "normal": "#000000",
106
+ "normal": "#ffffff",
107
107
  "disabled": "#600000"
108
108
  },
109
109
  "secondary": {
110
- "normal": "#000000"
110
+ "normal": "#ffffff"
111
111
  },
112
112
  "accent": {
113
- "normal": "#000000",
113
+ "normal": "#ffffff",
114
114
  "hover": "#000000"
115
115
  }
116
116
  },
@@ -273,31 +273,22 @@
273
273
  "active": "#37006e"
274
274
  }
275
275
  },
276
- "common": {
277
- "normal": "#ffffff"
278
- },
279
276
  "namelabel": {
280
277
  "normal": "#ffffff"
281
278
  },
282
279
  "reaction": {
283
- "normal": {
284
- "0": "#ffffff",
285
- "1": "#ffffff"
286
- }
280
+ "normal": "#ffffff"
287
281
  },
288
282
  "gradient": {
289
283
  "secondary": {
290
- "normal": {
291
- "0": "#ffffff",
292
- "1": "#ffffff"
293
- }
284
+ "normal": "#ffffff"
294
285
  },
295
286
  "primary": {
296
- "normal": {
297
- "0": "#ffffff",
298
- "1": "#ffffff"
299
- }
287
+ "normal": "#ffffff"
300
288
  }
289
+ },
290
+ "skeleton": {
291
+ "normal": "#ffffff"
301
292
  }
302
293
  },
303
294
  "button": {
@@ -382,6 +373,12 @@
382
373
  "purple": "#000000",
383
374
  "slate": "#000000",
384
375
  "violet": "#000000"
376
+ },
377
+ "promotion": {
378
+ "normal": "#000000"
379
+ },
380
+ "gradient": {
381
+ "active": "#000000"
385
382
  }
386
383
  },
387
384
  "control": {
@@ -515,46 +512,6 @@
515
512
  "normal": "#ffffff"
516
513
  }
517
514
  },
518
- "gradientdivider": {
519
- "normal": {
520
- "0": "#000000",
521
- "1": "#000000"
522
- },
523
- "hover": {
524
- "0": "#000000",
525
- "1": "#000000"
526
- },
527
- "error": {
528
- "normal": {
529
- "0": "#000000",
530
- "1": "#000000"
531
- },
532
- "hover": {
533
- "0": "#000000",
534
- "1": "#000000"
535
- }
536
- },
537
- "warning": {
538
- "normal": {
539
- "0": "#000000",
540
- "1": "#000000"
541
- },
542
- "hover": {
543
- "0": "#000000",
544
- "1": "#000000"
545
- }
546
- },
547
- "announce": {
548
- "normal": {
549
- "0": "#000000",
550
- "1": "#000000"
551
- },
552
- "hover": {
553
- "0": "#000000",
554
- "1": "#000000"
555
- }
556
- }
557
- },
558
515
  "avatar": {
559
516
  "default": "#000000",
560
517
  "cobalt": "#000000",
@@ -594,10 +551,10 @@
594
551
  "inverted": {
595
552
  "text": {
596
553
  "primary": {
597
- "normal": "#000000"
554
+ "normal": "#ffffff"
598
555
  },
599
556
  "secondary": {
600
- "normal": "#000000"
557
+ "normal": "#ffffff"
601
558
  }
602
559
  },
603
560
  "button": {
@@ -643,27 +600,14 @@
643
600
  "disabled": "#600000"
644
601
  },
645
602
  "promotion": {
646
- "normal": {
647
- "0": "#ffffff",
648
- "1": "#ffffff"
649
- },
650
- "hover": {
651
- "0": "#37006e",
652
- "1": "#37006e"
653
- },
654
- "active": {
655
- "0": "#37006e",
656
- "1": "#37006e"
657
- }
603
+ "normal": "#ffffff",
604
+ "hover": "#37006e",
605
+ "active": "#37006e"
658
606
  },
659
607
  "join": {
660
608
  "animated": {
661
609
  "gradient": {
662
- "normal": {
663
- "0": "#37006e",
664
- "1": "#37006e",
665
- "2": "#37006e"
666
- }
610
+ "normal": "#37006e"
667
611
  }
668
612
  }
669
613
  }
@@ -687,8 +631,8 @@
687
631
  "control": {
688
632
  "share": {
689
633
  "content": {
690
- "selected": "#ffffff",
691
- "active": "#ffffff",
634
+ "selected": "#37006e",
635
+ "active": "#37006e",
692
636
  "inactive": "#600000"
693
637
  }
694
638
  },
@@ -760,6 +704,36 @@
760
704
  "secure": "#ffffff"
761
705
  }
762
706
  }
707
+ },
708
+ "gradientdivider": {
709
+ "default": {
710
+ "normal": "#000000",
711
+ "hover": "#000000"
712
+ },
713
+ "error": {
714
+ "normal": "#000000",
715
+ "hover": "#000000"
716
+ },
717
+ "warning": {
718
+ "normal": "#000000",
719
+ "hover": "#000000"
720
+ },
721
+ "announce": {
722
+ "normal": "#000000",
723
+ "hover": "#000000"
724
+ },
725
+ "success": {
726
+ "normal": "#000000",
727
+ "hover": "#000000"
728
+ },
729
+ "orange": {
730
+ "normal": "#000000",
731
+ "hover": "#000000"
732
+ },
733
+ "purple": {
734
+ "normal": "#000000",
735
+ "hover": "#000000"
736
+ }
763
737
  }
764
738
  }
765
739
  }