@momentum-design/tokens 0.0.59 → 0.0.61

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 +3 -3
  5. package/dist/css/theme/webex/hc-dark-stable.css +19 -6
  6. package/dist/css/theme/webex/hc-light-stable.css +17 -4
  7. package/dist/css/theme/webex/light-stable.css +2 -2
  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 +3 -3
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +19 -6
  13. package/dist/ios/theme/webex/hc-light-stable.swift +17 -4
  14. package/dist/ios/theme/webex/light-stable.swift +2 -2
  15. package/dist/json/theme/webex/dark-stable.json +4 -6
  16. package/dist/json/theme/webex/hc-dark-stable.json +413 -16
  17. package/dist/json/theme/webex/hc-light-stable.json +409 -6
  18. package/dist/json/theme/webex/light-stable.json +3 -7
  19. package/dist/json-minimal/theme/webex/dark-stable.json +2 -2
  20. package/dist/json-minimal/theme/webex/hc-dark-stable.json +43 -6
  21. package/dist/json-minimal/theme/webex/hc-light-stable.json +41 -4
  22. package/dist/json-minimal/theme/webex/light-stable.json +1 -1
  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 +3 -3
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +19 -6
  28. package/dist/resources/theme/webex/hc-light-stable.xml +17 -4
  29. package/dist/resources/theme/webex/light-stable.xml +2 -2
  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 +3 -3
  34. package/dist/scss/theme/webex/hc-dark-stable.scss +19 -6
  35. package/dist/scss/theme/webex/hc-light-stable.scss +17 -4
  36. package/dist/scss/theme/webex/light-stable.scss +2 -2
  37. package/package.json +1 -1
@@ -4505,6 +4505,132 @@
4505
4505
  ]
4506
4506
  }
4507
4507
  }
4508
+ },
4509
+ "gradient": {
4510
+ "secondary": {
4511
+ "normal": {
4512
+ "0": {
4513
+ "parent": "theme/stable/light",
4514
+ "type": "color",
4515
+ "value": "#ffffff",
4516
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4517
+ "isSource": true,
4518
+ "original": {
4519
+ "parent": "theme/stable/light",
4520
+ "type": "color",
4521
+ "value": "{color.highcontrast.white.WindowColor}"
4522
+ },
4523
+ "name": "mds-color-theme-background-gradient-secondary-normal-0",
4524
+ "attributes": {
4525
+ "category": "color",
4526
+ "type": "theme",
4527
+ "item": "background",
4528
+ "subitem": "gradient",
4529
+ "state": "secondary"
4530
+ },
4531
+ "path": [
4532
+ "color",
4533
+ "theme",
4534
+ "background",
4535
+ "gradient",
4536
+ "secondary",
4537
+ "normal",
4538
+ "0"
4539
+ ]
4540
+ },
4541
+ "1": {
4542
+ "parent": "theme/stable/light",
4543
+ "type": "color",
4544
+ "value": "#ffffff",
4545
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4546
+ "isSource": true,
4547
+ "original": {
4548
+ "parent": "theme/stable/light",
4549
+ "type": "color",
4550
+ "value": "{color.highcontrast.white.WindowColor}"
4551
+ },
4552
+ "name": "mds-color-theme-background-gradient-secondary-normal-1",
4553
+ "attributes": {
4554
+ "category": "color",
4555
+ "type": "theme",
4556
+ "item": "background",
4557
+ "subitem": "gradient",
4558
+ "state": "secondary"
4559
+ },
4560
+ "path": [
4561
+ "color",
4562
+ "theme",
4563
+ "background",
4564
+ "gradient",
4565
+ "secondary",
4566
+ "normal",
4567
+ "1"
4568
+ ]
4569
+ }
4570
+ }
4571
+ },
4572
+ "primary": {
4573
+ "normal": {
4574
+ "0": {
4575
+ "parent": "theme/stable/light",
4576
+ "type": "color",
4577
+ "value": "#ffffff",
4578
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4579
+ "isSource": true,
4580
+ "original": {
4581
+ "parent": "theme/stable/light",
4582
+ "type": "color",
4583
+ "value": "{color.highcontrast.white.WindowColor}"
4584
+ },
4585
+ "name": "mds-color-theme-background-gradient-primary-normal-0",
4586
+ "attributes": {
4587
+ "category": "color",
4588
+ "type": "theme",
4589
+ "item": "background",
4590
+ "subitem": "gradient",
4591
+ "state": "primary"
4592
+ },
4593
+ "path": [
4594
+ "color",
4595
+ "theme",
4596
+ "background",
4597
+ "gradient",
4598
+ "primary",
4599
+ "normal",
4600
+ "0"
4601
+ ]
4602
+ },
4603
+ "1": {
4604
+ "parent": "theme/stable/light",
4605
+ "type": "color",
4606
+ "value": "#ffffff",
4607
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4608
+ "isSource": true,
4609
+ "original": {
4610
+ "parent": "theme/stable/light",
4611
+ "type": "color",
4612
+ "value": "{color.highcontrast.white.WindowColor}"
4613
+ },
4614
+ "name": "mds-color-theme-background-gradient-primary-normal-1",
4615
+ "attributes": {
4616
+ "category": "color",
4617
+ "type": "theme",
4618
+ "item": "background",
4619
+ "subitem": "gradient",
4620
+ "state": "primary"
4621
+ },
4622
+ "path": [
4623
+ "color",
4624
+ "theme",
4625
+ "background",
4626
+ "gradient",
4627
+ "primary",
4628
+ "normal",
4629
+ "1"
4630
+ ]
4631
+ }
4632
+ }
4633
+ }
4508
4634
  }
4509
4635
  },
4510
4636
  "button": {
@@ -5134,6 +5260,31 @@
5134
5260
  "primary",
5135
5261
  "normal"
5136
5262
  ]
5263
+ },
5264
+ "disabled": {
5265
+ "type": "color",
5266
+ "value": "#600000",
5267
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
5268
+ "isSource": true,
5269
+ "original": {
5270
+ "type": "color",
5271
+ "value": "{color.highcontrast.white.GrayTextColor}"
5272
+ },
5273
+ "name": "mds-color-theme-outline-primary-disabled",
5274
+ "attributes": {
5275
+ "category": "color",
5276
+ "type": "theme",
5277
+ "item": "outline",
5278
+ "subitem": "primary",
5279
+ "state": "disabled"
5280
+ },
5281
+ "path": [
5282
+ "color",
5283
+ "theme",
5284
+ "outline",
5285
+ "primary",
5286
+ "disabled"
5287
+ ]
5137
5288
  }
5138
5289
  },
5139
5290
  "theme": {
@@ -8706,6 +8857,157 @@
8706
8857
  "normal"
8707
8858
  ]
8708
8859
  }
8860
+ },
8861
+ "secondary": {
8862
+ "normal": {
8863
+ "parent": "theme/stable/light",
8864
+ "type": "color",
8865
+ "value": "#000000",
8866
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
8867
+ "isSource": true,
8868
+ "original": {
8869
+ "parent": "theme/stable/light",
8870
+ "type": "color",
8871
+ "value": "{color.highcontrast.white.WindowTextColor}"
8872
+ },
8873
+ "name": "mds-color-theme-common-inverted-text-secondary-normal",
8874
+ "attributes": {
8875
+ "category": "color",
8876
+ "type": "theme",
8877
+ "item": "common",
8878
+ "subitem": "inverted",
8879
+ "state": "text"
8880
+ },
8881
+ "path": [
8882
+ "color",
8883
+ "theme",
8884
+ "common",
8885
+ "inverted",
8886
+ "text",
8887
+ "secondary",
8888
+ "normal"
8889
+ ]
8890
+ }
8891
+ }
8892
+ },
8893
+ "button": {
8894
+ "secondary": {
8895
+ "normal": {
8896
+ "parent": "theme/stable/light",
8897
+ "type": "color",
8898
+ "value": "#ffffff",
8899
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
8900
+ "isSource": true,
8901
+ "original": {
8902
+ "parent": "theme/stable/light",
8903
+ "type": "color",
8904
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
8905
+ },
8906
+ "name": "mds-color-theme-common-inverted-button-secondary-normal",
8907
+ "attributes": {
8908
+ "category": "color",
8909
+ "type": "theme",
8910
+ "item": "common",
8911
+ "subitem": "inverted",
8912
+ "state": "button"
8913
+ },
8914
+ "path": [
8915
+ "color",
8916
+ "theme",
8917
+ "common",
8918
+ "inverted",
8919
+ "button",
8920
+ "secondary",
8921
+ "normal"
8922
+ ]
8923
+ },
8924
+ "hover": {
8925
+ "parent": "theme/stable/light",
8926
+ "type": "color",
8927
+ "value": "#37006e",
8928
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
8929
+ "isSource": true,
8930
+ "original": {
8931
+ "parent": "theme/stable/light",
8932
+ "type": "color",
8933
+ "value": "{color.highcontrast.white.HighlightColor}"
8934
+ },
8935
+ "name": "mds-color-theme-common-inverted-button-secondary-hover",
8936
+ "attributes": {
8937
+ "category": "color",
8938
+ "type": "theme",
8939
+ "item": "common",
8940
+ "subitem": "inverted",
8941
+ "state": "button"
8942
+ },
8943
+ "path": [
8944
+ "color",
8945
+ "theme",
8946
+ "common",
8947
+ "inverted",
8948
+ "button",
8949
+ "secondary",
8950
+ "hover"
8951
+ ]
8952
+ },
8953
+ "pressed": {
8954
+ "parent": "theme/stable/light",
8955
+ "type": "color",
8956
+ "value": "#37006e",
8957
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
8958
+ "isSource": true,
8959
+ "original": {
8960
+ "parent": "theme/stable/light",
8961
+ "type": "color",
8962
+ "value": "{color.highcontrast.white.HighlightColor}"
8963
+ },
8964
+ "name": "mds-color-theme-common-inverted-button-secondary-pressed",
8965
+ "attributes": {
8966
+ "category": "color",
8967
+ "type": "theme",
8968
+ "item": "common",
8969
+ "subitem": "inverted",
8970
+ "state": "button"
8971
+ },
8972
+ "path": [
8973
+ "color",
8974
+ "theme",
8975
+ "common",
8976
+ "inverted",
8977
+ "button",
8978
+ "secondary",
8979
+ "pressed"
8980
+ ]
8981
+ },
8982
+ "disabled": {
8983
+ "parent": "theme/stable/light",
8984
+ "type": "color",
8985
+ "value": "#ffffff",
8986
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
8987
+ "isSource": true,
8988
+ "original": {
8989
+ "parent": "theme/stable/light",
8990
+ "type": "color",
8991
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
8992
+ },
8993
+ "name": "mds-color-theme-common-inverted-button-secondary-disabled",
8994
+ "attributes": {
8995
+ "category": "color",
8996
+ "type": "theme",
8997
+ "item": "common",
8998
+ "subitem": "inverted",
8999
+ "state": "button"
9000
+ },
9001
+ "path": [
9002
+ "color",
9003
+ "theme",
9004
+ "common",
9005
+ "inverted",
9006
+ "button",
9007
+ "secondary",
9008
+ "disabled"
9009
+ ]
9010
+ }
8709
9011
  }
8710
9012
  }
8711
9013
  },
@@ -9362,6 +9664,107 @@
9362
9664
  ]
9363
9665
  }
9364
9666
  }
9667
+ },
9668
+ "join": {
9669
+ "animated": {
9670
+ "gradient": {
9671
+ "normal": {
9672
+ "0": {
9673
+ "parent": "theme/stable/light",
9674
+ "type": "color",
9675
+ "value": "#37006e",
9676
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
9677
+ "isSource": true,
9678
+ "original": {
9679
+ "parent": "theme/stable/light",
9680
+ "type": "color",
9681
+ "value": "{color.highcontrast.white.HighlightColor}"
9682
+ },
9683
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
9684
+ "attributes": {
9685
+ "category": "color",
9686
+ "type": "theme",
9687
+ "item": "common",
9688
+ "subitem": "button",
9689
+ "state": "join"
9690
+ },
9691
+ "path": [
9692
+ "color",
9693
+ "theme",
9694
+ "common",
9695
+ "button",
9696
+ "join",
9697
+ "animated",
9698
+ "gradient",
9699
+ "normal",
9700
+ "0"
9701
+ ]
9702
+ },
9703
+ "1": {
9704
+ "parent": "theme/stable/light",
9705
+ "type": "color",
9706
+ "value": "#37006e",
9707
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
9708
+ "isSource": true,
9709
+ "original": {
9710
+ "parent": "theme/stable/light",
9711
+ "type": "color",
9712
+ "value": "{color.highcontrast.white.HighlightColor}"
9713
+ },
9714
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
9715
+ "attributes": {
9716
+ "category": "color",
9717
+ "type": "theme",
9718
+ "item": "common",
9719
+ "subitem": "button",
9720
+ "state": "join"
9721
+ },
9722
+ "path": [
9723
+ "color",
9724
+ "theme",
9725
+ "common",
9726
+ "button",
9727
+ "join",
9728
+ "animated",
9729
+ "gradient",
9730
+ "normal",
9731
+ "1"
9732
+ ]
9733
+ },
9734
+ "2": {
9735
+ "parent": "theme/stable/light",
9736
+ "type": "color",
9737
+ "value": "#37006e",
9738
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
9739
+ "isSource": true,
9740
+ "original": {
9741
+ "parent": "theme/stable/light",
9742
+ "type": "color",
9743
+ "value": "{color.highcontrast.white.HighlightColor}"
9744
+ },
9745
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-2",
9746
+ "attributes": {
9747
+ "category": "color",
9748
+ "type": "theme",
9749
+ "item": "common",
9750
+ "subitem": "button",
9751
+ "state": "join"
9752
+ },
9753
+ "path": [
9754
+ "color",
9755
+ "theme",
9756
+ "common",
9757
+ "button",
9758
+ "join",
9759
+ "animated",
9760
+ "gradient",
9761
+ "normal",
9762
+ "2"
9763
+ ]
9764
+ }
9765
+ }
9766
+ }
9767
+ }
9365
9768
  }
9366
9769
  },
9367
9770
  "outline": {
@@ -9527,7 +9930,7 @@
9527
9930
  }
9528
9931
  },
9529
9932
  "type": "color",
9530
- "value": "#000000",
9933
+ "value": "#600000",
9531
9934
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9532
9935
  "isSource": true,
9533
9936
  "original": {
@@ -9537,7 +9940,7 @@
9537
9940
  }
9538
9941
  },
9539
9942
  "type": "color",
9540
- "value": "{color.highcontrast.white.WindowTextColor}"
9943
+ "value": "{color.highcontrast.white.GrayTextColor}"
9541
9944
  },
9542
9945
  "name": "mds-color-theme-common-outline-secondary-disabled",
9543
9946
  "attributes": {
@@ -10432,13 +10835,13 @@
10432
10835
  "pressed": {
10433
10836
  "parent": "theme/stable/light",
10434
10837
  "type": "color",
10435
- "value": "#ffffff",
10838
+ "value": "#37006e",
10436
10839
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
10437
10840
  "isSource": true,
10438
10841
  "original": {
10439
10842
  "parent": "theme/stable/light",
10440
10843
  "type": "color",
10441
- "value": "{color.highcontrast.white.ButtonFaceColor}"
10844
+ "value": "{color.highcontrast.white.HighlightColor}"
10442
10845
  },
10443
10846
  "name": "mds-color-theme-common-touchbar-background-green-pressed",
10444
10847
  "attributes": {
@@ -10492,13 +10895,13 @@
10492
10895
  "pressed": {
10493
10896
  "parent": "theme/stable/light",
10494
10897
  "type": "color",
10495
- "value": "#ffffff",
10898
+ "value": "#37006e",
10496
10899
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
10497
10900
  "isSource": true,
10498
10901
  "original": {
10499
10902
  "parent": "theme/stable/light",
10500
10903
  "type": "color",
10501
- "value": "{color.highcontrast.white.ButtonFaceColor}"
10904
+ "value": "{color.highcontrast.white.HighlightColor}"
10502
10905
  },
10503
10906
  "name": "mds-color-theme-common-touchbar-background-red-pressed",
10504
10907
  "attributes": {
@@ -4424,15 +4424,13 @@
4424
4424
  "normal": {
4425
4425
  "parent": "theme/stable/light",
4426
4426
  "type": "color",
4427
- "value": "#ffffff80",
4428
- "description": "",
4427
+ "value": "#00000099",
4429
4428
  "filePath": "src/theme/stable/light.json",
4430
4429
  "isSource": true,
4431
4430
  "original": {
4432
4431
  "parent": "theme/stable/light",
4433
4432
  "type": "color",
4434
- "value": "{color.core.white-alpha.50}",
4435
- "description": ""
4433
+ "value": "{color.core.black-alpha.60}"
4436
4434
  },
4437
4435
  "name": "mds-color-theme-background-namelabel-normal",
4438
4436
  "attributes": {
@@ -5410,14 +5408,12 @@
5410
5408
  "parent": "theme/stable/light",
5411
5409
  "type": "color",
5412
5410
  "value": "#00000033",
5413
- "description": "",
5414
5411
  "filePath": "src/theme/stable/light.json",
5415
5412
  "isSource": true,
5416
5413
  "original": {
5417
5414
  "parent": "theme/stable/light",
5418
5415
  "type": "color",
5419
- "value": "{color.core.black-alpha.20}",
5420
- "description": ""
5416
+ "value": "{color.core.black-alpha.20}"
5421
5417
  },
5422
5418
  "name": "mds-color-theme-outline-primary-disabled",
5423
5419
  "attributes": {
@@ -279,7 +279,7 @@
279
279
  "normal": "#ffffff"
280
280
  },
281
281
  "namelabel": {
282
- "normal": "#00000080"
282
+ "normal": "#00000099"
283
283
  },
284
284
  "gradient": {
285
285
  "primary": {
@@ -298,7 +298,7 @@
298
298
  "reaction": {
299
299
  "normal": {
300
300
  "0": "#1a1a1a",
301
- "1": "#8f8f8f"
301
+ "1": "#1a1a1a"
302
302
  }
303
303
  },
304
304
  "skeleton": {
@@ -284,6 +284,20 @@
284
284
  "0": "#000000",
285
285
  "1": "#000000"
286
286
  }
287
+ },
288
+ "gradient": {
289
+ "secondary": {
290
+ "normal": {
291
+ "0": "#000000",
292
+ "1": "#000000"
293
+ }
294
+ },
295
+ "primary": {
296
+ "normal": {
297
+ "0": "#000000",
298
+ "1": "#000000"
299
+ }
300
+ }
287
301
  }
288
302
  },
289
303
  "button": {
@@ -322,7 +336,8 @@
322
336
  },
323
337
  "outline": {
324
338
  "primary": {
325
- "normal": "#ffffff"
339
+ "normal": "#ffffff",
340
+ "disabled": "#3ff23f"
326
341
  },
327
342
  "theme": {
328
343
  "normal": "#ffffff"
@@ -344,7 +359,7 @@
344
359
  "normal": "#ffffff"
345
360
  },
346
361
  "disabled": {
347
- "normal": "#ffffff"
362
+ "normal": "#3ff23f"
348
363
  },
349
364
  "share": {
350
365
  "selected": "#ffff00",
@@ -580,6 +595,17 @@
580
595
  "text": {
581
596
  "primary": {
582
597
  "normal": "#ffffff"
598
+ },
599
+ "secondary": {
600
+ "normal": "#ffffff"
601
+ }
602
+ },
603
+ "button": {
604
+ "secondary": {
605
+ "normal": "#000000",
606
+ "hover": "#1aebff",
607
+ "pressed": "#1aebff",
608
+ "disabled": "#000000"
583
609
  }
584
610
  }
585
611
  },
@@ -629,6 +655,17 @@
629
655
  "0": "#1aebff",
630
656
  "1": "#1aebff"
631
657
  }
658
+ },
659
+ "join": {
660
+ "animated": {
661
+ "gradient": {
662
+ "normal": {
663
+ "0": "#1aebff",
664
+ "1": "#1aebff",
665
+ "2": "#1aebff"
666
+ }
667
+ }
668
+ }
632
669
  }
633
670
  },
634
671
  "outline": {
@@ -643,8 +680,8 @@
643
680
  "normal": "#ffffff"
644
681
  },
645
682
  "secondary": {
646
- "primary": "#00000033",
647
- "disabled": "#00000033"
683
+ "primary": "#ffffff",
684
+ "disabled": "#3ff23f"
648
685
  }
649
686
  },
650
687
  "control": {
@@ -712,8 +749,8 @@
712
749
  "pressed": "#1aebff"
713
750
  },
714
751
  "red": {
715
- "normal": "#db1f2e",
716
- "pressed": "#780d13"
752
+ "normal": "#000000",
753
+ "pressed": "#1aebff"
717
754
  },
718
755
  "transparent": "#000000"
719
756
  },