@momentum-design/tokens 0.0.58 → 0.0.60

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 -10
  5. package/dist/css/theme/webex/hc-dark-stable.css +41 -2
  6. package/dist/css/theme/webex/hc-light-stable.css +87 -48
  7. package/dist/css/theme/webex/light-stable.css +27 -11
  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 -10
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +41 -2
  13. package/dist/ios/theme/webex/hc-light-stable.swift +87 -48
  14. package/dist/ios/theme/webex/light-stable.swift +27 -11
  15. package/dist/json/theme/webex/dark-stable.json +512 -43
  16. package/dist/json/theme/webex/hc-dark-stable.json +1309 -128
  17. package/dist/json/theme/webex/hc-light-stable.json +1329 -226
  18. package/dist/json/theme/webex/light-stable.json +515 -50
  19. package/dist/json-minimal/theme/webex/dark-stable.json +37 -3
  20. package/dist/json-minimal/theme/webex/hc-dark-stable.json +95 -2
  21. package/dist/json-minimal/theme/webex/hc-light-stable.json +141 -48
  22. package/dist/json-minimal/theme/webex/light-stable.json +38 -4
  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 -10
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +41 -2
  28. package/dist/resources/theme/webex/hc-light-stable.xml +87 -48
  29. package/dist/resources/theme/webex/light-stable.xml +27 -11
  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 -10
  34. package/dist/scss/theme/webex/hc-dark-stable.scss +42 -3
  35. package/dist/scss/theme/webex/hc-light-stable.scss +87 -48
  36. package/dist/scss/theme/webex/light-stable.scss +27 -11
  37. package/package.json +1 -1
@@ -4449,6 +4449,188 @@
4449
4449
  "normal"
4450
4450
  ]
4451
4451
  }
4452
+ },
4453
+ "reaction": {
4454
+ "normal": {
4455
+ "0": {
4456
+ "type": "color",
4457
+ "value": "#ffffff",
4458
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4459
+ "isSource": true,
4460
+ "original": {
4461
+ "type": "color",
4462
+ "value": "{color.highcontrast.white.WindowColor}"
4463
+ },
4464
+ "name": "mds-color-theme-background-reaction-normal-0",
4465
+ "attributes": {
4466
+ "category": "color",
4467
+ "type": "theme",
4468
+ "item": "background",
4469
+ "subitem": "reaction",
4470
+ "state": "normal"
4471
+ },
4472
+ "path": [
4473
+ "color",
4474
+ "theme",
4475
+ "background",
4476
+ "reaction",
4477
+ "normal",
4478
+ "0"
4479
+ ]
4480
+ },
4481
+ "1": {
4482
+ "type": "color",
4483
+ "value": "#ffffff",
4484
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4485
+ "isSource": true,
4486
+ "original": {
4487
+ "type": "color",
4488
+ "value": "{color.highcontrast.white.WindowColor}"
4489
+ },
4490
+ "name": "mds-color-theme-background-reaction-normal-1",
4491
+ "attributes": {
4492
+ "category": "color",
4493
+ "type": "theme",
4494
+ "item": "background",
4495
+ "subitem": "reaction",
4496
+ "state": "normal"
4497
+ },
4498
+ "path": [
4499
+ "color",
4500
+ "theme",
4501
+ "background",
4502
+ "reaction",
4503
+ "normal",
4504
+ "1"
4505
+ ]
4506
+ }
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
+ }
4452
4634
  }
4453
4635
  },
4454
4636
  "button": {
@@ -5078,6 +5260,31 @@
5078
5260
  "primary",
5079
5261
  "normal"
5080
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
+ ]
5081
5288
  }
5082
5289
  },
5083
5290
  "theme": {
@@ -5833,15 +6040,13 @@
5833
6040
  "active": {
5834
6041
  "parent": "theme/stable/highcontrast/hc_light",
5835
6042
  "type": "color",
5836
- "value": "#1170cf",
5837
- "description": "",
6043
+ "value": "#ffffff",
5838
6044
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
5839
6045
  "isSource": true,
5840
6046
  "original": {
5841
6047
  "parent": "theme/stable/highcontrast/hc_light",
5842
6048
  "type": "color",
5843
- "value": "{color.core.blue.60}",
5844
- "description": ""
6049
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
5845
6050
  },
5846
6051
  "name": "mds-color-theme-control-active-active",
5847
6052
  "attributes": {
@@ -8361,15 +8566,13 @@
8361
8566
  "normal": {
8362
8567
  "parent": "theme/stable/highcontrast/hc_light",
8363
8568
  "type": "color",
8364
- "value": "#ffffff",
8365
- "description": "",
8569
+ "value": "#000000",
8366
8570
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8367
8571
  "isSource": true,
8368
8572
  "original": {
8369
8573
  "parent": "theme/stable/highcontrast/hc_light",
8370
8574
  "type": "color",
8371
- "value": "{color.highcontrast.black.WindowTextColor}",
8372
- "description": ""
8575
+ "value": "{color.highcontrast.white.WindowTextColor}"
8373
8576
  },
8374
8577
  "name": "mds-color-theme-common-text-primary-normal",
8375
8578
  "attributes": {
@@ -8391,15 +8594,13 @@
8391
8594
  "disabled": {
8392
8595
  "parent": "theme/stable/highcontrast/hc_light",
8393
8596
  "type": "color",
8394
- "value": "#3ff23f",
8395
- "description": "",
8597
+ "value": "#600000",
8396
8598
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8397
8599
  "isSource": true,
8398
8600
  "original": {
8399
8601
  "parent": "theme/stable/highcontrast/hc_light",
8400
8602
  "type": "color",
8401
- "value": "{color.highcontrast.black.GrayTextColor}",
8402
- "description": ""
8603
+ "value": "{color.highcontrast.white.GrayTextColor}"
8403
8604
  },
8404
8605
  "name": "mds-color-theme-common-text-primary-disabled",
8405
8606
  "attributes": {
@@ -8423,15 +8624,13 @@
8423
8624
  "normal": {
8424
8625
  "parent": "theme/stable/highcontrast/hc_light",
8425
8626
  "type": "color",
8426
- "value": "#ffffff",
8427
- "description": "",
8627
+ "value": "#000000",
8428
8628
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8429
8629
  "isSource": true,
8430
8630
  "original": {
8431
8631
  "parent": "theme/stable/highcontrast/hc_light",
8432
8632
  "type": "color",
8433
- "value": "{color.highcontrast.black.WindowTextColor}",
8434
- "description": ""
8633
+ "value": "{color.highcontrast.white.WindowTextColor}"
8435
8634
  },
8436
8635
  "name": "mds-color-theme-common-text-secondary-normal",
8437
8636
  "attributes": {
@@ -8455,15 +8654,13 @@
8455
8654
  "normal": {
8456
8655
  "parent": "theme/stable/highcontrast/hc_light",
8457
8656
  "type": "color",
8458
- "value": "#ffffff",
8459
- "description": "",
8657
+ "value": "#000000",
8460
8658
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8461
8659
  "isSource": true,
8462
8660
  "original": {
8463
8661
  "parent": "theme/stable/highcontrast/hc_light",
8464
8662
  "type": "color",
8465
- "value": "{color.highcontrast.black.WindowTextColor}",
8466
- "description": ""
8663
+ "value": "{color.highcontrast.white.WindowTextColor}"
8467
8664
  },
8468
8665
  "name": "mds-color-theme-common-text-success-normal",
8469
8666
  "attributes": {
@@ -8485,15 +8682,13 @@
8485
8682
  "hover": {
8486
8683
  "parent": "theme/stable/highcontrast/hc_light",
8487
8684
  "type": "color",
8488
- "value": "#ffffff",
8489
- "description": "",
8685
+ "value": "#000000",
8490
8686
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8491
8687
  "isSource": true,
8492
8688
  "original": {
8493
8689
  "parent": "theme/stable/highcontrast/hc_light",
8494
8690
  "type": "color",
8495
- "value": "{color.highcontrast.black.WindowTextColor}",
8496
- "description": ""
8691
+ "value": "{color.highcontrast.white.WindowTextColor}"
8497
8692
  },
8498
8693
  "name": "mds-color-theme-common-text-success-hover",
8499
8694
  "attributes": {
@@ -8517,15 +8712,13 @@
8517
8712
  "normal": {
8518
8713
  "parent": "theme/stable/highcontrast/hc_light",
8519
8714
  "type": "color",
8520
- "value": "#ffffff",
8521
- "description": "",
8715
+ "value": "#000000",
8522
8716
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8523
8717
  "isSource": true,
8524
8718
  "original": {
8525
8719
  "parent": "theme/stable/highcontrast/hc_light",
8526
8720
  "type": "color",
8527
- "value": "{color.highcontrast.black.WindowTextColor}",
8528
- "description": ""
8721
+ "value": "{color.highcontrast.white.WindowTextColor}"
8529
8722
  },
8530
8723
  "name": "mds-color-theme-common-text-error-normal",
8531
8724
  "attributes": {
@@ -8547,15 +8740,13 @@
8547
8740
  "hover": {
8548
8741
  "parent": "theme/stable/highcontrast/hc_light",
8549
8742
  "type": "color",
8550
- "value": "#ffffff",
8551
- "description": "",
8743
+ "value": "#000000",
8552
8744
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8553
8745
  "isSource": true,
8554
8746
  "original": {
8555
8747
  "parent": "theme/stable/highcontrast/hc_light",
8556
8748
  "type": "color",
8557
- "value": "{color.highcontrast.black.WindowTextColor}",
8558
- "description": ""
8749
+ "value": "{color.highcontrast.white.WindowTextColor}"
8559
8750
  },
8560
8751
  "name": "mds-color-theme-common-text-error-hover",
8561
8752
  "attributes": {
@@ -8579,15 +8770,13 @@
8579
8770
  "normal": {
8580
8771
  "parent": "theme/stable/highcontrast/hc_light",
8581
8772
  "type": "color",
8582
- "value": "#ffffff",
8583
- "description": "",
8773
+ "value": "#000000",
8584
8774
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8585
8775
  "isSource": true,
8586
8776
  "original": {
8587
8777
  "parent": "theme/stable/highcontrast/hc_light",
8588
8778
  "type": "color",
8589
- "value": "{color.highcontrast.black.WindowTextColor}",
8590
- "description": ""
8779
+ "value": "{color.highcontrast.white.WindowTextColor}"
8591
8780
  },
8592
8781
  "name": "mds-color-theme-common-text-warning-normal",
8593
8782
  "attributes": {
@@ -8609,15 +8798,13 @@
8609
8798
  "hover": {
8610
8799
  "parent": "theme/stable/highcontrast/hc_light",
8611
8800
  "type": "color",
8612
- "value": "#ffffff",
8613
- "description": "",
8801
+ "value": "#000000",
8614
8802
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8615
8803
  "isSource": true,
8616
8804
  "original": {
8617
8805
  "parent": "theme/stable/highcontrast/hc_light",
8618
8806
  "type": "color",
8619
- "value": "{color.highcontrast.black.WindowTextColor}",
8620
- "description": ""
8807
+ "value": "{color.highcontrast.white.WindowTextColor}"
8621
8808
  },
8622
8809
  "name": "mds-color-theme-common-text-warning-hover",
8623
8810
  "attributes": {
@@ -8644,15 +8831,13 @@
8644
8831
  "normal": {
8645
8832
  "parent": "theme/stable/highcontrast/hc_light",
8646
8833
  "type": "color",
8647
- "value": "#ffffff",
8648
- "description": "",
8834
+ "value": "#000000",
8649
8835
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8650
8836
  "isSource": true,
8651
8837
  "original": {
8652
8838
  "parent": "theme/stable/highcontrast/hc_light",
8653
8839
  "type": "color",
8654
- "value": "{color.highcontrast.black.WindowTextColor}",
8655
- "description": ""
8840
+ "value": "{color.highcontrast.white.WindowTextColor}"
8656
8841
  },
8657
8842
  "name": "mds-color-theme-common-inverted-text-primary-normal",
8658
8843
  "attributes": {
@@ -8672,55 +8857,202 @@
8672
8857
  "normal"
8673
8858
  ]
8674
8859
  }
8675
- }
8676
- }
8677
- },
8678
- "overlays": {
8679
- "primary": {
8680
- "normal": {
8681
- "parent": "theme/stable/highcontrast/hc_light",
8682
- "type": "color",
8683
- "value": "#000000",
8684
- "description": "",
8685
- "filePath": "src/theme/stable/highcontrast/hc_light.json",
8686
- "isSource": true,
8687
- "original": {
8688
- "parent": "theme/stable/highcontrast/hc_light",
8860
+ },
8861
+ "secondary": {
8862
+ "normal": {
8863
+ "parent": "theme/stable/light",
8689
8864
  "type": "color",
8690
- "value": "{color.highcontrast.black.WindowColor}",
8691
- "description": ""
8692
- },
8693
- "name": "mds-color-theme-common-overlays-primary-normal",
8694
- "attributes": {
8695
- "category": "color",
8696
- "type": "theme",
8697
- "item": "common",
8698
- "subitem": "overlays",
8699
- "state": "primary"
8700
- },
8701
- "path": [
8702
- "color",
8703
- "theme",
8704
- "common",
8705
- "overlays",
8706
- "primary",
8707
- "normal"
8708
- ]
8709
- }
8710
- },
8711
- "secondary": {
8712
- "normal": {
8713
- "parent": "theme/stable/highcontrast/hc_light",
8714
- "type": "color",
8715
- "value": "#000000",
8716
- "description": "",
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
+ }
9011
+ }
9012
+ }
9013
+ },
9014
+ "overlays": {
9015
+ "primary": {
9016
+ "normal": {
9017
+ "parent": "theme/stable/highcontrast/hc_light",
9018
+ "type": "color",
9019
+ "value": "#ffffff",
8717
9020
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8718
9021
  "isSource": true,
8719
9022
  "original": {
8720
9023
  "parent": "theme/stable/highcontrast/hc_light",
8721
9024
  "type": "color",
8722
- "value": "{color.highcontrast.black.WindowColor}",
8723
- "description": ""
9025
+ "value": "{color.highcontrast.white.WindowColor}"
9026
+ },
9027
+ "name": "mds-color-theme-common-overlays-primary-normal",
9028
+ "attributes": {
9029
+ "category": "color",
9030
+ "type": "theme",
9031
+ "item": "common",
9032
+ "subitem": "overlays",
9033
+ "state": "primary"
9034
+ },
9035
+ "path": [
9036
+ "color",
9037
+ "theme",
9038
+ "common",
9039
+ "overlays",
9040
+ "primary",
9041
+ "normal"
9042
+ ]
9043
+ }
9044
+ },
9045
+ "secondary": {
9046
+ "normal": {
9047
+ "parent": "theme/stable/highcontrast/hc_light",
9048
+ "type": "color",
9049
+ "value": "#ffffff",
9050
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
9051
+ "isSource": true,
9052
+ "original": {
9053
+ "parent": "theme/stable/highcontrast/hc_light",
9054
+ "type": "color",
9055
+ "value": "{color.highcontrast.white.WindowColor}"
8724
9056
  },
8725
9057
  "name": "mds-color-theme-common-overlays-secondary-normal",
8726
9058
  "attributes": {
@@ -8745,15 +9077,13 @@
8745
9077
  "0": {
8746
9078
  "parent": "theme/stable/highcontrast/hc_light",
8747
9079
  "type": "color",
8748
- "value": "#000000",
8749
- "description": "",
9080
+ "value": "#ffffff",
8750
9081
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8751
9082
  "isSource": true,
8752
9083
  "original": {
8753
9084
  "parent": "theme/stable/highcontrast/hc_light",
8754
9085
  "type": "color",
8755
- "value": "{color.highcontrast.black.WindowColor}",
8756
- "description": ""
9086
+ "value": "{color.highcontrast.white.WindowColor}"
8757
9087
  },
8758
9088
  "name": "mds-color-theme-common-overlays-meeting-normal-0",
8759
9089
  "attributes": {
@@ -8776,15 +9106,13 @@
8776
9106
  "1": {
8777
9107
  "parent": "theme/stable/highcontrast/hc_light",
8778
9108
  "type": "color",
8779
- "value": "#000000",
8780
- "description": "",
9109
+ "value": "#ffffff",
8781
9110
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8782
9111
  "isSource": true,
8783
9112
  "original": {
8784
9113
  "parent": "theme/stable/highcontrast/hc_light",
8785
9114
  "type": "color",
8786
- "value": "{color.highcontrast.black.WindowColor}",
8787
- "description": ""
9115
+ "value": "{color.highcontrast.white.WindowColor}"
8788
9116
  },
8789
9117
  "name": "mds-color-theme-common-overlays-meeting-normal-1",
8790
9118
  "attributes": {
@@ -8807,15 +9135,13 @@
8807
9135
  "2": {
8808
9136
  "parent": "theme/stable/highcontrast/hc_light",
8809
9137
  "type": "color",
8810
- "value": "#000000",
8811
- "description": "",
9138
+ "value": "#ffffff",
8812
9139
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8813
9140
  "isSource": true,
8814
9141
  "original": {
8815
9142
  "parent": "theme/stable/highcontrast/hc_light",
8816
9143
  "type": "color",
8817
- "value": "{color.highcontrast.black.WindowColor}",
8818
- "description": ""
9144
+ "value": "{color.highcontrast.white.WindowColor}"
8819
9145
  },
8820
9146
  "name": "mds-color-theme-common-overlays-meeting-normal-2",
8821
9147
  "attributes": {
@@ -8843,15 +9169,13 @@
8843
9169
  "normal": {
8844
9170
  "parent": "theme/stable/highcontrast/hc_light",
8845
9171
  "type": "color",
8846
- "value": "#000000",
8847
- "description": "",
9172
+ "value": "#ffffff",
8848
9173
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8849
9174
  "isSource": true,
8850
9175
  "original": {
8851
9176
  "parent": "theme/stable/highcontrast/hc_light",
8852
9177
  "type": "color",
8853
- "value": "{color.highcontrast.black.ButtonFaceColor}",
8854
- "description": ""
9178
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
8855
9179
  },
8856
9180
  "name": "mds-color-theme-common-button-primary-normal",
8857
9181
  "attributes": {
@@ -8873,15 +9197,13 @@
8873
9197
  "hover": {
8874
9198
  "parent": "theme/stable/highcontrast/hc_light",
8875
9199
  "type": "color",
8876
- "value": "#1aebff",
8877
- "description": "",
9200
+ "value": "#37006e",
8878
9201
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8879
9202
  "isSource": true,
8880
9203
  "original": {
8881
9204
  "parent": "theme/stable/highcontrast/hc_light",
8882
9205
  "type": "color",
8883
- "value": "{color.highcontrast.black.HighlightColor}",
8884
- "description": ""
9206
+ "value": "{color.highcontrast.white.HighlightColor}"
8885
9207
  },
8886
9208
  "name": "mds-color-theme-common-button-primary-hover",
8887
9209
  "attributes": {
@@ -8903,15 +9225,13 @@
8903
9225
  "pressed": {
8904
9226
  "parent": "theme/stable/highcontrast/hc_light",
8905
9227
  "type": "color",
8906
- "value": "#1aebff",
8907
- "description": "",
9228
+ "value": "#37006e",
8908
9229
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8909
9230
  "isSource": true,
8910
9231
  "original": {
8911
9232
  "parent": "theme/stable/highcontrast/hc_light",
8912
9233
  "type": "color",
8913
- "value": "{color.highcontrast.black.HighlightColor}",
8914
- "description": ""
9234
+ "value": "{color.highcontrast.white.HighlightColor}"
8915
9235
  },
8916
9236
  "name": "mds-color-theme-common-button-primary-pressed",
8917
9237
  "attributes": {
@@ -8933,15 +9253,13 @@
8933
9253
  "disabled": {
8934
9254
  "parent": "theme/stable/highcontrast/hc_light",
8935
9255
  "type": "color",
8936
- "value": "#3ff23f",
8937
- "description": "",
9256
+ "value": "#600000",
8938
9257
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8939
9258
  "isSource": true,
8940
9259
  "original": {
8941
9260
  "parent": "theme/stable/highcontrast/hc_light",
8942
9261
  "type": "color",
8943
- "value": "{color.highcontrast.black.GrayTextColor}",
8944
- "description": ""
9262
+ "value": "{color.highcontrast.white.GrayTextColor}"
8945
9263
  },
8946
9264
  "name": "mds-color-theme-common-button-primary-disabled",
8947
9265
  "attributes": {
@@ -8965,15 +9283,13 @@
8965
9283
  "normal": {
8966
9284
  "parent": "theme/stable/highcontrast/hc_light",
8967
9285
  "type": "color",
8968
- "value": "#000000",
8969
- "description": "",
9286
+ "value": "#ffffff",
8970
9287
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
8971
9288
  "isSource": true,
8972
9289
  "original": {
8973
9290
  "parent": "theme/stable/highcontrast/hc_light",
8974
9291
  "type": "color",
8975
- "value": "{color.highcontrast.black.ButtonFaceColor}",
8976
- "description": ""
9292
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
8977
9293
  },
8978
9294
  "name": "mds-color-theme-common-button-secondary-normal",
8979
9295
  "attributes": {
@@ -8995,15 +9311,13 @@
8995
9311
  "hover": {
8996
9312
  "parent": "theme/stable/highcontrast/hc_light",
8997
9313
  "type": "color",
8998
- "value": "#1aebff",
8999
- "description": "",
9314
+ "value": "#37006e",
9000
9315
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9001
9316
  "isSource": true,
9002
9317
  "original": {
9003
9318
  "parent": "theme/stable/highcontrast/hc_light",
9004
9319
  "type": "color",
9005
- "value": "{color.highcontrast.black.HighlightColor}",
9006
- "description": ""
9320
+ "value": "{color.highcontrast.white.HighlightColor}"
9007
9321
  },
9008
9322
  "name": "mds-color-theme-common-button-secondary-hover",
9009
9323
  "attributes": {
@@ -9026,15 +9340,13 @@
9026
9340
  "normal": {
9027
9341
  "parent": "theme/stable/highcontrast/hc_light",
9028
9342
  "type": "color",
9029
- "value": "#000000",
9030
- "description": "",
9343
+ "value": "#ffffff",
9031
9344
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9032
9345
  "isSource": true,
9033
9346
  "original": {
9034
9347
  "parent": "theme/stable/highcontrast/hc_light",
9035
9348
  "type": "color",
9036
- "value": "{color.highcontrast.black.ButtonFaceColor}",
9037
- "description": ""
9349
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
9038
9350
  },
9039
9351
  "name": "mds-color-theme-common-button-secondary-active-normal",
9040
9352
  "attributes": {
@@ -9057,15 +9369,13 @@
9057
9369
  "hover": {
9058
9370
  "parent": "theme/stable/highcontrast/hc_light",
9059
9371
  "type": "color",
9060
- "value": "#1aebff",
9061
- "description": "",
9372
+ "value": "#37006e",
9062
9373
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9063
9374
  "isSource": true,
9064
9375
  "original": {
9065
9376
  "parent": "theme/stable/highcontrast/hc_light",
9066
9377
  "type": "color",
9067
- "value": "{color.highcontrast.black.HighlightColor}",
9068
- "description": ""
9378
+ "value": "{color.highcontrast.white.HighlightColor}"
9069
9379
  },
9070
9380
  "name": "mds-color-theme-common-button-secondary-active-hover",
9071
9381
  "attributes": {
@@ -9088,15 +9398,13 @@
9088
9398
  "pressed": {
9089
9399
  "parent": "theme/stable/highcontrast/hc_light",
9090
9400
  "type": "color",
9091
- "value": "#1aebff",
9092
- "description": "",
9401
+ "value": "#37006e",
9093
9402
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9094
9403
  "isSource": true,
9095
9404
  "original": {
9096
9405
  "parent": "theme/stable/highcontrast/hc_light",
9097
9406
  "type": "color",
9098
- "value": "{color.highcontrast.black.HighlightColor}",
9099
- "description": ""
9407
+ "value": "{color.highcontrast.white.HighlightColor}"
9100
9408
  },
9101
9409
  "name": "mds-color-theme-common-button-secondary-active-pressed",
9102
9410
  "attributes": {
@@ -9119,15 +9427,13 @@
9119
9427
  "disabled": {
9120
9428
  "parent": "theme/stable/highcontrast/hc_light",
9121
9429
  "type": "color",
9122
- "value": "#3ff23f",
9123
- "description": "",
9430
+ "value": "#600000",
9124
9431
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9125
9432
  "isSource": true,
9126
9433
  "original": {
9127
9434
  "parent": "theme/stable/highcontrast/hc_light",
9128
9435
  "type": "color",
9129
- "value": "{color.highcontrast.black.GrayTextColor}",
9130
- "description": ""
9436
+ "value": "{color.highcontrast.white.GrayTextColor}"
9131
9437
  },
9132
9438
  "name": "mds-color-theme-common-button-secondary-active-disabled",
9133
9439
  "attributes": {
@@ -9151,15 +9457,13 @@
9151
9457
  "disabled": {
9152
9458
  "parent": "theme/stable/highcontrast/hc_light",
9153
9459
  "type": "color",
9154
- "value": "#3ff23f",
9155
- "description": "",
9460
+ "value": "#600000",
9156
9461
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9157
9462
  "isSource": true,
9158
9463
  "original": {
9159
9464
  "parent": "theme/stable/highcontrast/hc_light",
9160
9465
  "type": "color",
9161
- "value": "{color.highcontrast.black.GrayTextColor}",
9162
- "description": ""
9466
+ "value": "{color.highcontrast.white.GrayTextColor}"
9163
9467
  },
9164
9468
  "name": "mds-color-theme-common-button-secondary-disabled",
9165
9469
  "attributes": {
@@ -9184,15 +9488,13 @@
9184
9488
  "0": {
9185
9489
  "parent": "theme/stable/highcontrast/hc_light",
9186
9490
  "type": "color",
9187
- "value": "#000000",
9188
- "description": "",
9491
+ "value": "#ffffff",
9189
9492
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9190
9493
  "isSource": true,
9191
9494
  "original": {
9192
9495
  "parent": "theme/stable/highcontrast/hc_light",
9193
9496
  "type": "color",
9194
- "value": "{color.highcontrast.black.ButtonFaceColor}",
9195
- "description": ""
9497
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
9196
9498
  },
9197
9499
  "name": "mds-color-theme-common-button-promotion-normal-0",
9198
9500
  "attributes": {
@@ -9215,15 +9517,13 @@
9215
9517
  "1": {
9216
9518
  "parent": "theme/stable/highcontrast/hc_light",
9217
9519
  "type": "color",
9218
- "value": "#000000",
9219
- "description": "",
9520
+ "value": "#ffffff",
9220
9521
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9221
9522
  "isSource": true,
9222
9523
  "original": {
9223
9524
  "parent": "theme/stable/highcontrast/hc_light",
9224
9525
  "type": "color",
9225
- "value": "{color.highcontrast.black.ButtonFaceColor}",
9226
- "description": ""
9526
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
9227
9527
  },
9228
9528
  "name": "mds-color-theme-common-button-promotion-normal-1",
9229
9529
  "attributes": {
@@ -9248,15 +9548,13 @@
9248
9548
  "0": {
9249
9549
  "parent": "theme/stable/highcontrast/hc_light",
9250
9550
  "type": "color",
9251
- "value": "#1aebff",
9252
- "description": "",
9551
+ "value": "#37006e",
9253
9552
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9254
9553
  "isSource": true,
9255
9554
  "original": {
9256
9555
  "parent": "theme/stable/highcontrast/hc_light",
9257
9556
  "type": "color",
9258
- "value": "{color.highcontrast.black.HighlightColor}",
9259
- "description": ""
9557
+ "value": "{color.highcontrast.white.HighlightColor}"
9260
9558
  },
9261
9559
  "name": "mds-color-theme-common-button-promotion-hover-0",
9262
9560
  "attributes": {
@@ -9279,15 +9577,13 @@
9279
9577
  "1": {
9280
9578
  "parent": "theme/stable/highcontrast/hc_light",
9281
9579
  "type": "color",
9282
- "value": "#1aebff",
9283
- "description": "",
9580
+ "value": "#37006e",
9284
9581
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9285
9582
  "isSource": true,
9286
9583
  "original": {
9287
9584
  "parent": "theme/stable/highcontrast/hc_light",
9288
9585
  "type": "color",
9289
- "value": "{color.highcontrast.black.HighlightColor}",
9290
- "description": ""
9586
+ "value": "{color.highcontrast.white.HighlightColor}"
9291
9587
  },
9292
9588
  "name": "mds-color-theme-common-button-promotion-hover-1",
9293
9589
  "attributes": {
@@ -9312,15 +9608,13 @@
9312
9608
  "0": {
9313
9609
  "parent": "theme/stable/highcontrast/hc_light",
9314
9610
  "type": "color",
9315
- "value": "#1aebff",
9316
- "description": "",
9611
+ "value": "#37006e",
9317
9612
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9318
9613
  "isSource": true,
9319
9614
  "original": {
9320
9615
  "parent": "theme/stable/highcontrast/hc_light",
9321
9616
  "type": "color",
9322
- "value": "{color.highcontrast.black.HighlightColor}",
9323
- "description": ""
9617
+ "value": "{color.highcontrast.white.HighlightColor}"
9324
9618
  },
9325
9619
  "name": "mds-color-theme-common-button-promotion-active-0",
9326
9620
  "attributes": {
@@ -9343,15 +9637,13 @@
9343
9637
  "1": {
9344
9638
  "parent": "theme/stable/highcontrast/hc_light",
9345
9639
  "type": "color",
9346
- "value": "#1aebff",
9347
- "description": "",
9640
+ "value": "#37006e",
9348
9641
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9349
9642
  "isSource": true,
9350
9643
  "original": {
9351
9644
  "parent": "theme/stable/highcontrast/hc_light",
9352
9645
  "type": "color",
9353
- "value": "{color.highcontrast.black.HighlightColor}",
9354
- "description": ""
9646
+ "value": "{color.highcontrast.white.HighlightColor}"
9355
9647
  },
9356
9648
  "name": "mds-color-theme-common-button-promotion-active-1",
9357
9649
  "attributes": {
@@ -9372,6 +9664,107 @@
9372
9664
  ]
9373
9665
  }
9374
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
+ }
9375
9768
  }
9376
9769
  },
9377
9770
  "outline": {
@@ -9380,14 +9773,12 @@
9380
9773
  "parent": "theme/stable/highcontrast/hc_light",
9381
9774
  "type": "color",
9382
9775
  "value": "#ffffff",
9383
- "description": "",
9384
9776
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9385
9777
  "isSource": true,
9386
9778
  "original": {
9387
9779
  "parent": "theme/stable/highcontrast/hc_light",
9388
9780
  "type": "color",
9389
- "value": "{color.highcontrast.black.WindowTextColor}",
9390
- "description": ""
9781
+ "value": "{color.highcontrast.white.WindowColor}"
9391
9782
  },
9392
9783
  "name": "mds-color-theme-common-outline-button-normal",
9393
9784
  "attributes": {
@@ -9411,15 +9802,13 @@
9411
9802
  "normal": {
9412
9803
  "parent": "theme/stable/highcontrast/hc_light",
9413
9804
  "type": "color",
9414
- "value": "#ffffff",
9415
- "description": "",
9805
+ "value": "#000000",
9416
9806
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9417
9807
  "isSource": true,
9418
9808
  "original": {
9419
9809
  "parent": "theme/stable/highcontrast/hc_light",
9420
9810
  "type": "color",
9421
- "value": "{color.highcontrast.black.WindowTextColor}",
9422
- "description": ""
9811
+ "value": "{color.highcontrast.white.WindowTextColor}"
9423
9812
  },
9424
9813
  "name": "mds-color-theme-common-outline-primary-normal",
9425
9814
  "attributes": {
@@ -9441,15 +9830,13 @@
9441
9830
  "disabled": {
9442
9831
  "parent": "theme/stable/highcontrast/hc_light",
9443
9832
  "type": "color",
9444
- "value": "#3ff23f",
9445
- "description": "",
9833
+ "value": "#600000",
9446
9834
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9447
9835
  "isSource": true,
9448
9836
  "original": {
9449
9837
  "parent": "theme/stable/highcontrast/hc_light",
9450
9838
  "type": "color",
9451
- "value": "{color.highcontrast.black.GrayTextColor}",
9452
- "description": ""
9839
+ "value": "{color.highcontrast.white.GrayTextColor}"
9453
9840
  },
9454
9841
  "name": "mds-color-theme-common-outline-primary-disabled",
9455
9842
  "attributes": {
@@ -9473,15 +9860,13 @@
9473
9860
  "normal": {
9474
9861
  "parent": "theme/stable/highcontrast/hc_light",
9475
9862
  "type": "color",
9476
- "value": "#ffffff",
9477
- "description": "",
9863
+ "value": "#000000",
9478
9864
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9479
9865
  "isSource": true,
9480
9866
  "original": {
9481
9867
  "parent": "theme/stable/highcontrast/hc_light",
9482
9868
  "type": "color",
9483
- "value": "{color.highcontrast.black.WindowTextColor}",
9484
- "description": ""
9869
+ "value": "{color.highcontrast.white.WindowTextColor}"
9485
9870
  },
9486
9871
  "name": "mds-color-theme-common-outline-input-normal",
9487
9872
  "attributes": {
@@ -9500,21 +9885,95 @@
9500
9885
  "normal"
9501
9886
  ]
9502
9887
  }
9503
- }
9504
- },
9505
- "control": {
9506
- "share": {
9507
- "content": {
9508
- "selected": {
9509
- "parent": "theme/stable/highcontrast/hc_light",
9510
- "type": "color",
9511
- "value": "#ffffff",
9512
- "description": "",
9513
- "filePath": "src/theme/stable/highcontrast/hc_light.json",
9514
- "isSource": true,
9515
- "original": {
9516
- "parent": "theme/stable/highcontrast/hc_light",
9517
- "type": "color",
9888
+ },
9889
+ "secondary": {
9890
+ "primary": {
9891
+ "$extensions": {
9892
+ "studio.tokens": {
9893
+ "modify": {}
9894
+ }
9895
+ },
9896
+ "type": "color",
9897
+ "value": "#000000",
9898
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
9899
+ "isSource": true,
9900
+ "original": {
9901
+ "$extensions": {
9902
+ "studio.tokens": {
9903
+ "modify": {}
9904
+ }
9905
+ },
9906
+ "type": "color",
9907
+ "value": "{color.highcontrast.white.WindowTextColor}"
9908
+ },
9909
+ "name": "mds-color-theme-common-outline-secondary-primary",
9910
+ "attributes": {
9911
+ "category": "color",
9912
+ "type": "theme",
9913
+ "item": "common",
9914
+ "subitem": "outline",
9915
+ "state": "secondary"
9916
+ },
9917
+ "path": [
9918
+ "color",
9919
+ "theme",
9920
+ "common",
9921
+ "outline",
9922
+ "secondary",
9923
+ "primary"
9924
+ ]
9925
+ },
9926
+ "disabled": {
9927
+ "$extensions": {
9928
+ "studio.tokens": {
9929
+ "modify": {}
9930
+ }
9931
+ },
9932
+ "type": "color",
9933
+ "value": "#600000",
9934
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
9935
+ "isSource": true,
9936
+ "original": {
9937
+ "$extensions": {
9938
+ "studio.tokens": {
9939
+ "modify": {}
9940
+ }
9941
+ },
9942
+ "type": "color",
9943
+ "value": "{color.highcontrast.white.GrayTextColor}"
9944
+ },
9945
+ "name": "mds-color-theme-common-outline-secondary-disabled",
9946
+ "attributes": {
9947
+ "category": "color",
9948
+ "type": "theme",
9949
+ "item": "common",
9950
+ "subitem": "outline",
9951
+ "state": "secondary"
9952
+ },
9953
+ "path": [
9954
+ "color",
9955
+ "theme",
9956
+ "common",
9957
+ "outline",
9958
+ "secondary",
9959
+ "disabled"
9960
+ ]
9961
+ }
9962
+ }
9963
+ },
9964
+ "control": {
9965
+ "share": {
9966
+ "content": {
9967
+ "selected": {
9968
+ "parent": "theme/stable/highcontrast/hc_light",
9969
+ "type": "color",
9970
+ "value": "#ffffff",
9971
+ "description": "",
9972
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
9973
+ "isSource": true,
9974
+ "original": {
9975
+ "parent": "theme/stable/highcontrast/hc_light",
9976
+ "type": "color",
9518
9977
  "value": "{color.highcontrast.black.WindowTextColor}",
9519
9978
  "description": ""
9520
9979
  },
@@ -9570,15 +10029,13 @@
9570
10029
  "inactive": {
9571
10030
  "parent": "theme/stable/highcontrast/hc_light",
9572
10031
  "type": "color",
9573
- "value": "#3ff23f",
9574
- "description": "",
10032
+ "value": "#600000",
9575
10033
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9576
10034
  "isSource": true,
9577
10035
  "original": {
9578
10036
  "parent": "theme/stable/highcontrast/hc_light",
9579
10037
  "type": "color",
9580
- "value": "{color.highcontrast.black.GrayTextColor}",
9581
- "description": ""
10038
+ "value": "{color.highcontrast.white.GrayTextColor}"
9582
10039
  },
9583
10040
  "name": "mds-color-theme-common-control-share-content-inactive",
9584
10041
  "attributes": {
@@ -9604,15 +10061,13 @@
9604
10061
  "normal": {
9605
10062
  "parent": "theme/stable/highcontrast/hc_light",
9606
10063
  "type": "color",
9607
- "value": "#3ff23f",
9608
- "description": "",
10064
+ "value": "#600000",
9609
10065
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9610
10066
  "isSource": true,
9611
10067
  "original": {
9612
10068
  "parent": "theme/stable/highcontrast/hc_light",
9613
10069
  "type": "color",
9614
- "value": "{color.highcontrast.black.GrayTextColor}",
9615
- "description": ""
10070
+ "value": "{color.highcontrast.white.GrayTextColor}"
9616
10071
  },
9617
10072
  "name": "mds-color-theme-common-control-inactive-normal",
9618
10073
  "attributes": {
@@ -9640,14 +10095,12 @@
9640
10095
  "parent": "theme/stable/highcontrast/hc_light",
9641
10096
  "type": "color",
9642
10097
  "value": "#ffffff",
9643
- "description": "",
9644
10098
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9645
10099
  "isSource": true,
9646
10100
  "original": {
9647
10101
  "parent": "theme/stable/highcontrast/hc_light",
9648
10102
  "type": "color",
9649
- "value": "{color.highcontrast.black.WindowTextColor}",
9650
- "description": ""
10103
+ "value": "{color.highcontrast.white.WindowColor}"
9651
10104
  },
9652
10105
  "name": "mds-color-theme-common-background-alert-share-normal",
9653
10106
  "attributes": {
@@ -9668,20 +10121,74 @@
9668
10121
  ]
9669
10122
  }
9670
10123
  }
10124
+ },
10125
+ "solid": {
10126
+ "dark": {
10127
+ "type": "color",
10128
+ "value": "#ffffff",
10129
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10130
+ "isSource": true,
10131
+ "original": {
10132
+ "type": "color",
10133
+ "value": "{color.highcontrast.white.WindowColor}"
10134
+ },
10135
+ "name": "mds-color-theme-common-background-solid-dark",
10136
+ "attributes": {
10137
+ "category": "color",
10138
+ "type": "theme",
10139
+ "item": "common",
10140
+ "subitem": "background",
10141
+ "state": "solid"
10142
+ },
10143
+ "path": [
10144
+ "color",
10145
+ "theme",
10146
+ "common",
10147
+ "background",
10148
+ "solid",
10149
+ "dark"
10150
+ ]
10151
+ },
10152
+ "light": {
10153
+ "type": "color",
10154
+ "value": "#ffffff",
10155
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10156
+ "isSource": true,
10157
+ "original": {
10158
+ "type": "color",
10159
+ "value": "{color.highcontrast.white.WindowColor}"
10160
+ },
10161
+ "name": "mds-color-theme-common-background-solid-light",
10162
+ "attributes": {
10163
+ "category": "color",
10164
+ "type": "theme",
10165
+ "item": "common",
10166
+ "subitem": "background",
10167
+ "state": "solid"
10168
+ },
10169
+ "path": [
10170
+ "color",
10171
+ "theme",
10172
+ "common",
10173
+ "background",
10174
+ "solid",
10175
+ "light"
10176
+ ]
10177
+ }
9671
10178
  }
9672
10179
  },
9673
10180
  "content": {
9674
10181
  "pdf": {
9675
10182
  "parent": "theme/stable/highcontrast/hc_light",
9676
10183
  "type": "color",
9677
- "value": "#ffffff",
10184
+ "value": "#000000",
9678
10185
  "description": "HEX: EE0507\n---------------\nUsed for bacakground of attachment for content-list components.",
9679
10186
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9680
10187
  "isSource": true,
9681
10188
  "original": {
9682
10189
  "parent": "theme/stable/highcontrast/hc_light",
9683
10190
  "type": "color",
9684
- "value": "{color.highcontrast.black.WindowTextColor}",
10191
+ "value": "{color.highcontrast.white.WindowTextColor}",
9685
10192
  "description": "HEX: EE0507\n---------------\nUsed for bacakground of attachment for content-list components."
9686
10193
  },
9687
10194
  "name": "mds-color-theme-common-content-pdf",
@@ -9703,14 +10210,14 @@
9703
10210
  "word": {
9704
10211
  "parent": "theme/stable/highcontrast/hc_light",
9705
10212
  "type": "color",
9706
- "value": "#ffffff",
10213
+ "value": "#000000",
9707
10214
  "description": "HEX: 0078D6\n---------------\nUsed for bacakground of attachment for content-list components.",
9708
10215
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9709
10216
  "isSource": true,
9710
10217
  "original": {
9711
10218
  "parent": "theme/stable/highcontrast/hc_light",
9712
10219
  "type": "color",
9713
- "value": "{color.highcontrast.black.WindowTextColor}",
10220
+ "value": "{color.highcontrast.white.WindowTextColor}",
9714
10221
  "description": "HEX: 0078D6\n---------------\nUsed for bacakground of attachment for content-list components."
9715
10222
  },
9716
10223
  "name": "mds-color-theme-common-content-word",
@@ -9732,14 +10239,14 @@
9732
10239
  "powerpoint": {
9733
10240
  "parent": "theme/stable/highcontrast/hc_light",
9734
10241
  "type": "color",
9735
- "value": "#ffffff",
10242
+ "value": "#000000",
9736
10243
  "description": "HEX:D93E17\n---------------\nUsed for bacakground of attachment for content-list components.",
9737
10244
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9738
10245
  "isSource": true,
9739
10246
  "original": {
9740
10247
  "parent": "theme/stable/highcontrast/hc_light",
9741
10248
  "type": "color",
9742
- "value": "{color.highcontrast.black.WindowTextColor}",
10249
+ "value": "{color.highcontrast.white.WindowTextColor}",
9743
10250
  "description": "HEX:D93E17\n---------------\nUsed for bacakground of attachment for content-list components."
9744
10251
  },
9745
10252
  "name": "mds-color-theme-common-content-powerpoint",
@@ -9761,14 +10268,14 @@
9761
10268
  "excel": {
9762
10269
  "parent": "theme/stable/highcontrast/hc_light",
9763
10270
  "type": "color",
9764
- "value": "#ffffff",
10271
+ "value": "#000000",
9765
10272
  "description": "HEX:00893E\n---------------\nUsed for bacakground of attachment for content-list components.",
9766
10273
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9767
10274
  "isSource": true,
9768
10275
  "original": {
9769
10276
  "parent": "theme/stable/highcontrast/hc_light",
9770
10277
  "type": "color",
9771
- "value": "{color.highcontrast.black.WindowTextColor}",
10278
+ "value": "{color.highcontrast.white.WindowTextColor}",
9772
10279
  "description": "HEX:00893E\n---------------\nUsed for bacakground of attachment for content-list components."
9773
10280
  },
9774
10281
  "name": "mds-color-theme-common-content-excel",
@@ -9790,14 +10297,14 @@
9790
10297
  "onenote": {
9791
10298
  "parent": "theme/stable/highcontrast/hc_light",
9792
10299
  "type": "color",
9793
- "value": "#ffffff",
10300
+ "value": "#000000",
9794
10301
  "description": "HEX:B839DB\n---------------\nUsed for bacakground of attachment for content-list components.",
9795
10302
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9796
10303
  "isSource": true,
9797
10304
  "original": {
9798
10305
  "parent": "theme/stable/highcontrast/hc_light",
9799
10306
  "type": "color",
9800
- "value": "{color.highcontrast.black.WindowTextColor}",
10307
+ "value": "{color.highcontrast.white.WindowTextColor}",
9801
10308
  "description": "HEX:B839DB\n---------------\nUsed for bacakground of attachment for content-list components."
9802
10309
  },
9803
10310
  "name": "mds-color-theme-common-content-onenote",
@@ -9819,14 +10326,14 @@
9819
10326
  "sheets": {
9820
10327
  "parent": "theme/stable/highcontrast/hc_light",
9821
10328
  "type": "color",
9822
- "value": "#ffffff",
10329
+ "value": "#000000",
9823
10330
  "description": "HEX:F4B400\n---------------\nUsed for bacakground of attachment for content-list components.",
9824
10331
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9825
10332
  "isSource": true,
9826
10333
  "original": {
9827
10334
  "parent": "theme/stable/highcontrast/hc_light",
9828
10335
  "type": "color",
9829
- "value": "{color.highcontrast.black.WindowTextColor}",
10336
+ "value": "{color.highcontrast.white.WindowTextColor}",
9830
10337
  "description": "HEX:F4B400\n---------------\nUsed for bacakground of attachment for content-list components."
9831
10338
  },
9832
10339
  "name": "mds-color-theme-common-content-sheets",
@@ -9848,14 +10355,14 @@
9848
10355
  "slides": {
9849
10356
  "parent": "theme/stable/highcontrast/hc_light",
9850
10357
  "type": "color",
9851
- "value": "#ffffff",
10358
+ "value": "#000000",
9852
10359
  "description": "HEX:0F9D58\n---------------\nUsed for bacakground of attachment for content-list components.",
9853
10360
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9854
10361
  "isSource": true,
9855
10362
  "original": {
9856
10363
  "parent": "theme/stable/highcontrast/hc_light",
9857
10364
  "type": "color",
9858
- "value": "{color.highcontrast.black.WindowTextColor}",
10365
+ "value": "{color.highcontrast.white.WindowTextColor}",
9859
10366
  "description": "HEX:0F9D58\n---------------\nUsed for bacakground of attachment for content-list components."
9860
10367
  },
9861
10368
  "name": "mds-color-theme-common-content-slides",
@@ -9877,14 +10384,14 @@
9877
10384
  "keynote": {
9878
10385
  "parent": "theme/stable/highcontrast/hc_light",
9879
10386
  "type": "color",
9880
- "value": "#ffffff",
10387
+ "value": "#000000",
9881
10388
  "description": "HEX:029CFB\n---------------\nUsed for bacakground of attachment for content-list components.",
9882
10389
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9883
10390
  "isSource": true,
9884
10391
  "original": {
9885
10392
  "parent": "theme/stable/highcontrast/hc_light",
9886
10393
  "type": "color",
9887
- "value": "{color.highcontrast.black.WindowTextColor}",
10394
+ "value": "{color.highcontrast.white.WindowTextColor}",
9888
10395
  "description": "HEX:029CFB\n---------------\nUsed for bacakground of attachment for content-list components."
9889
10396
  },
9890
10397
  "name": "mds-color-theme-common-content-keynote",
@@ -9906,14 +10413,14 @@
9906
10413
  "doc": {
9907
10414
  "parent": "theme/stable/highcontrast/hc_light",
9908
10415
  "type": "color",
9909
- "value": "#ffffff",
10416
+ "value": "#000000",
9910
10417
  "description": "HEX Value: 4285F4",
9911
10418
  "filePath": "src/theme/stable/highcontrast/hc_light.json",
9912
10419
  "isSource": true,
9913
10420
  "original": {
9914
10421
  "parent": "theme/stable/highcontrast/hc_light",
9915
10422
  "type": "color",
9916
- "value": "{color.highcontrast.black.WindowTextColor}",
10423
+ "value": "{color.highcontrast.white.WindowTextColor}",
9917
10424
  "description": "HEX Value: 4285F4"
9918
10425
  },
9919
10426
  "name": "mds-color-theme-common-content-doc",
@@ -9932,6 +10439,602 @@
9932
10439
  "doc"
9933
10440
  ]
9934
10441
  }
10442
+ },
10443
+ "touchbar": {
10444
+ "background": {
10445
+ "blue": {
10446
+ "normal": {
10447
+ "parent": "theme/stable/light",
10448
+ "type": "color",
10449
+ "value": "#ffffff",
10450
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10451
+ "isSource": true,
10452
+ "original": {
10453
+ "parent": "theme/stable/light",
10454
+ "type": "color",
10455
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10456
+ },
10457
+ "name": "mds-color-theme-common-touchbar-background-blue-normal",
10458
+ "attributes": {
10459
+ "category": "color",
10460
+ "type": "theme",
10461
+ "item": "common",
10462
+ "subitem": "touchbar",
10463
+ "state": "background"
10464
+ },
10465
+ "path": [
10466
+ "color",
10467
+ "theme",
10468
+ "common",
10469
+ "touchbar",
10470
+ "background",
10471
+ "blue",
10472
+ "normal"
10473
+ ]
10474
+ },
10475
+ "pressed": {
10476
+ "parent": "theme/stable/light",
10477
+ "type": "color",
10478
+ "value": "#37006e",
10479
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10480
+ "isSource": true,
10481
+ "original": {
10482
+ "parent": "theme/stable/light",
10483
+ "type": "color",
10484
+ "value": "{color.highcontrast.white.HighlightColor}"
10485
+ },
10486
+ "name": "mds-color-theme-common-touchbar-background-blue-pressed",
10487
+ "attributes": {
10488
+ "category": "color",
10489
+ "type": "theme",
10490
+ "item": "common",
10491
+ "subitem": "touchbar",
10492
+ "state": "background"
10493
+ },
10494
+ "path": [
10495
+ "color",
10496
+ "theme",
10497
+ "common",
10498
+ "touchbar",
10499
+ "background",
10500
+ "blue",
10501
+ "pressed"
10502
+ ]
10503
+ }
10504
+ },
10505
+ "pink": {
10506
+ "normal": {
10507
+ "parent": "theme/stable/light",
10508
+ "type": "color",
10509
+ "value": "#ffffff",
10510
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10511
+ "isSource": true,
10512
+ "original": {
10513
+ "parent": "theme/stable/light",
10514
+ "type": "color",
10515
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10516
+ },
10517
+ "name": "mds-color-theme-common-touchbar-background-pink-normal",
10518
+ "attributes": {
10519
+ "category": "color",
10520
+ "type": "theme",
10521
+ "item": "common",
10522
+ "subitem": "touchbar",
10523
+ "state": "background"
10524
+ },
10525
+ "path": [
10526
+ "color",
10527
+ "theme",
10528
+ "common",
10529
+ "touchbar",
10530
+ "background",
10531
+ "pink",
10532
+ "normal"
10533
+ ]
10534
+ },
10535
+ "pressed": {
10536
+ "parent": "theme/stable/light",
10537
+ "type": "color",
10538
+ "value": "#37006e",
10539
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10540
+ "isSource": true,
10541
+ "original": {
10542
+ "parent": "theme/stable/light",
10543
+ "type": "color",
10544
+ "value": "{color.highcontrast.white.HighlightColor}"
10545
+ },
10546
+ "name": "mds-color-theme-common-touchbar-background-pink-pressed",
10547
+ "attributes": {
10548
+ "category": "color",
10549
+ "type": "theme",
10550
+ "item": "common",
10551
+ "subitem": "touchbar",
10552
+ "state": "background"
10553
+ },
10554
+ "path": [
10555
+ "color",
10556
+ "theme",
10557
+ "common",
10558
+ "touchbar",
10559
+ "background",
10560
+ "pink",
10561
+ "pressed"
10562
+ ]
10563
+ }
10564
+ },
10565
+ "mint": {
10566
+ "normal": {
10567
+ "parent": "theme/stable/light",
10568
+ "type": "color",
10569
+ "value": "#ffffff",
10570
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10571
+ "isSource": true,
10572
+ "original": {
10573
+ "parent": "theme/stable/light",
10574
+ "type": "color",
10575
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10576
+ },
10577
+ "name": "mds-color-theme-common-touchbar-background-mint-normal",
10578
+ "attributes": {
10579
+ "category": "color",
10580
+ "type": "theme",
10581
+ "item": "common",
10582
+ "subitem": "touchbar",
10583
+ "state": "background"
10584
+ },
10585
+ "path": [
10586
+ "color",
10587
+ "theme",
10588
+ "common",
10589
+ "touchbar",
10590
+ "background",
10591
+ "mint",
10592
+ "normal"
10593
+ ]
10594
+ },
10595
+ "pressed": {
10596
+ "parent": "theme/stable/light",
10597
+ "type": "color",
10598
+ "value": "#37006e",
10599
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10600
+ "isSource": true,
10601
+ "original": {
10602
+ "parent": "theme/stable/light",
10603
+ "type": "color",
10604
+ "value": "{color.highcontrast.white.HighlightColor}"
10605
+ },
10606
+ "name": "mds-color-theme-common-touchbar-background-mint-pressed",
10607
+ "attributes": {
10608
+ "category": "color",
10609
+ "type": "theme",
10610
+ "item": "common",
10611
+ "subitem": "touchbar",
10612
+ "state": "background"
10613
+ },
10614
+ "path": [
10615
+ "color",
10616
+ "theme",
10617
+ "common",
10618
+ "touchbar",
10619
+ "background",
10620
+ "mint",
10621
+ "pressed"
10622
+ ]
10623
+ }
10624
+ },
10625
+ "purple": {
10626
+ "normal": {
10627
+ "parent": "theme/stable/light",
10628
+ "type": "color",
10629
+ "value": "#ffffff",
10630
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10631
+ "isSource": true,
10632
+ "original": {
10633
+ "parent": "theme/stable/light",
10634
+ "type": "color",
10635
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10636
+ },
10637
+ "name": "mds-color-theme-common-touchbar-background-purple-normal",
10638
+ "attributes": {
10639
+ "category": "color",
10640
+ "type": "theme",
10641
+ "item": "common",
10642
+ "subitem": "touchbar",
10643
+ "state": "background"
10644
+ },
10645
+ "path": [
10646
+ "color",
10647
+ "theme",
10648
+ "common",
10649
+ "touchbar",
10650
+ "background",
10651
+ "purple",
10652
+ "normal"
10653
+ ]
10654
+ },
10655
+ "pressed": {
10656
+ "parent": "theme/stable/light",
10657
+ "type": "color",
10658
+ "value": "#37006e",
10659
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10660
+ "isSource": true,
10661
+ "original": {
10662
+ "parent": "theme/stable/light",
10663
+ "type": "color",
10664
+ "value": "{color.highcontrast.white.HighlightColor}"
10665
+ },
10666
+ "name": "mds-color-theme-common-touchbar-background-purple-pressed",
10667
+ "attributes": {
10668
+ "category": "color",
10669
+ "type": "theme",
10670
+ "item": "common",
10671
+ "subitem": "touchbar",
10672
+ "state": "background"
10673
+ },
10674
+ "path": [
10675
+ "color",
10676
+ "theme",
10677
+ "common",
10678
+ "touchbar",
10679
+ "background",
10680
+ "purple",
10681
+ "pressed"
10682
+ ]
10683
+ }
10684
+ },
10685
+ "violet": {
10686
+ "normal": {
10687
+ "parent": "theme/stable/light",
10688
+ "type": "color",
10689
+ "value": "#ffffff",
10690
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10691
+ "isSource": true,
10692
+ "original": {
10693
+ "parent": "theme/stable/light",
10694
+ "type": "color",
10695
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10696
+ },
10697
+ "name": "mds-color-theme-common-touchbar-background-violet-normal",
10698
+ "attributes": {
10699
+ "category": "color",
10700
+ "type": "theme",
10701
+ "item": "common",
10702
+ "subitem": "touchbar",
10703
+ "state": "background"
10704
+ },
10705
+ "path": [
10706
+ "color",
10707
+ "theme",
10708
+ "common",
10709
+ "touchbar",
10710
+ "background",
10711
+ "violet",
10712
+ "normal"
10713
+ ]
10714
+ },
10715
+ "pressed": {
10716
+ "parent": "theme/stable/light",
10717
+ "type": "color",
10718
+ "value": "#37006e",
10719
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10720
+ "isSource": true,
10721
+ "original": {
10722
+ "parent": "theme/stable/light",
10723
+ "type": "color",
10724
+ "value": "{color.highcontrast.white.HighlightColor}"
10725
+ },
10726
+ "name": "mds-color-theme-common-touchbar-background-violet-pressed",
10727
+ "attributes": {
10728
+ "category": "color",
10729
+ "type": "theme",
10730
+ "item": "common",
10731
+ "subitem": "touchbar",
10732
+ "state": "background"
10733
+ },
10734
+ "path": [
10735
+ "color",
10736
+ "theme",
10737
+ "common",
10738
+ "touchbar",
10739
+ "background",
10740
+ "violet",
10741
+ "pressed"
10742
+ ]
10743
+ }
10744
+ },
10745
+ "orange": {
10746
+ "normal": {
10747
+ "parent": "theme/stable/light",
10748
+ "type": "color",
10749
+ "value": "#ffffff",
10750
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10751
+ "isSource": true,
10752
+ "original": {
10753
+ "parent": "theme/stable/light",
10754
+ "type": "color",
10755
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10756
+ },
10757
+ "name": "mds-color-theme-common-touchbar-background-orange-normal",
10758
+ "attributes": {
10759
+ "category": "color",
10760
+ "type": "theme",
10761
+ "item": "common",
10762
+ "subitem": "touchbar",
10763
+ "state": "background"
10764
+ },
10765
+ "path": [
10766
+ "color",
10767
+ "theme",
10768
+ "common",
10769
+ "touchbar",
10770
+ "background",
10771
+ "orange",
10772
+ "normal"
10773
+ ]
10774
+ },
10775
+ "pressed": {
10776
+ "parent": "theme/stable/light",
10777
+ "type": "color",
10778
+ "value": "#37006e",
10779
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10780
+ "isSource": true,
10781
+ "original": {
10782
+ "parent": "theme/stable/light",
10783
+ "type": "color",
10784
+ "value": "{color.highcontrast.white.HighlightColor}"
10785
+ },
10786
+ "name": "mds-color-theme-common-touchbar-background-orange-pressed",
10787
+ "attributes": {
10788
+ "category": "color",
10789
+ "type": "theme",
10790
+ "item": "common",
10791
+ "subitem": "touchbar",
10792
+ "state": "background"
10793
+ },
10794
+ "path": [
10795
+ "color",
10796
+ "theme",
10797
+ "common",
10798
+ "touchbar",
10799
+ "background",
10800
+ "orange",
10801
+ "pressed"
10802
+ ]
10803
+ }
10804
+ },
10805
+ "green": {
10806
+ "normal": {
10807
+ "parent": "theme/stable/light",
10808
+ "type": "color",
10809
+ "value": "#ffffff",
10810
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10811
+ "isSource": true,
10812
+ "original": {
10813
+ "parent": "theme/stable/light",
10814
+ "type": "color",
10815
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10816
+ },
10817
+ "name": "mds-color-theme-common-touchbar-background-green-normal",
10818
+ "attributes": {
10819
+ "category": "color",
10820
+ "type": "theme",
10821
+ "item": "common",
10822
+ "subitem": "touchbar",
10823
+ "state": "background"
10824
+ },
10825
+ "path": [
10826
+ "color",
10827
+ "theme",
10828
+ "common",
10829
+ "touchbar",
10830
+ "background",
10831
+ "green",
10832
+ "normal"
10833
+ ]
10834
+ },
10835
+ "pressed": {
10836
+ "parent": "theme/stable/light",
10837
+ "type": "color",
10838
+ "value": "#37006e",
10839
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10840
+ "isSource": true,
10841
+ "original": {
10842
+ "parent": "theme/stable/light",
10843
+ "type": "color",
10844
+ "value": "{color.highcontrast.white.HighlightColor}"
10845
+ },
10846
+ "name": "mds-color-theme-common-touchbar-background-green-pressed",
10847
+ "attributes": {
10848
+ "category": "color",
10849
+ "type": "theme",
10850
+ "item": "common",
10851
+ "subitem": "touchbar",
10852
+ "state": "background"
10853
+ },
10854
+ "path": [
10855
+ "color",
10856
+ "theme",
10857
+ "common",
10858
+ "touchbar",
10859
+ "background",
10860
+ "green",
10861
+ "pressed"
10862
+ ]
10863
+ }
10864
+ },
10865
+ "red": {
10866
+ "normal": {
10867
+ "parent": "theme/stable/light",
10868
+ "type": "color",
10869
+ "value": "#ffffff",
10870
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10871
+ "isSource": true,
10872
+ "original": {
10873
+ "parent": "theme/stable/light",
10874
+ "type": "color",
10875
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10876
+ },
10877
+ "name": "mds-color-theme-common-touchbar-background-red-normal",
10878
+ "attributes": {
10879
+ "category": "color",
10880
+ "type": "theme",
10881
+ "item": "common",
10882
+ "subitem": "touchbar",
10883
+ "state": "background"
10884
+ },
10885
+ "path": [
10886
+ "color",
10887
+ "theme",
10888
+ "common",
10889
+ "touchbar",
10890
+ "background",
10891
+ "red",
10892
+ "normal"
10893
+ ]
10894
+ },
10895
+ "pressed": {
10896
+ "parent": "theme/stable/light",
10897
+ "type": "color",
10898
+ "value": "#37006e",
10899
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10900
+ "isSource": true,
10901
+ "original": {
10902
+ "parent": "theme/stable/light",
10903
+ "type": "color",
10904
+ "value": "{color.highcontrast.white.HighlightColor}"
10905
+ },
10906
+ "name": "mds-color-theme-common-touchbar-background-red-pressed",
10907
+ "attributes": {
10908
+ "category": "color",
10909
+ "type": "theme",
10910
+ "item": "common",
10911
+ "subitem": "touchbar",
10912
+ "state": "background"
10913
+ },
10914
+ "path": [
10915
+ "color",
10916
+ "theme",
10917
+ "common",
10918
+ "touchbar",
10919
+ "background",
10920
+ "red",
10921
+ "pressed"
10922
+ ]
10923
+ }
10924
+ },
10925
+ "transparent": {
10926
+ "type": "color",
10927
+ "value": "#ffffff",
10928
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10929
+ "isSource": true,
10930
+ "original": {
10931
+ "type": "color",
10932
+ "value": "{color.highcontrast.white.WindowColor}"
10933
+ },
10934
+ "name": "mds-color-theme-common-touchbar-background-transparent",
10935
+ "attributes": {
10936
+ "category": "color",
10937
+ "type": "theme",
10938
+ "item": "common",
10939
+ "subitem": "touchbar",
10940
+ "state": "background"
10941
+ },
10942
+ "path": [
10943
+ "color",
10944
+ "theme",
10945
+ "common",
10946
+ "touchbar",
10947
+ "background",
10948
+ "transparent"
10949
+ ]
10950
+ }
10951
+ },
10952
+ "icon": {
10953
+ "attention": {
10954
+ "parent": "theme/stable/light",
10955
+ "type": "color",
10956
+ "value": "#ffffff",
10957
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10958
+ "isSource": true,
10959
+ "original": {
10960
+ "parent": "theme/stable/light",
10961
+ "type": "color",
10962
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10963
+ },
10964
+ "name": "mds-color-theme-common-touchbar-icon-attention",
10965
+ "attributes": {
10966
+ "category": "color",
10967
+ "type": "theme",
10968
+ "item": "common",
10969
+ "subitem": "touchbar",
10970
+ "state": "icon"
10971
+ },
10972
+ "path": [
10973
+ "color",
10974
+ "theme",
10975
+ "common",
10976
+ "touchbar",
10977
+ "icon",
10978
+ "attention"
10979
+ ]
10980
+ },
10981
+ "stable": {
10982
+ "parent": "theme/stable/light",
10983
+ "type": "color",
10984
+ "value": "#ffffff",
10985
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
10986
+ "isSource": true,
10987
+ "original": {
10988
+ "parent": "theme/stable/light",
10989
+ "type": "color",
10990
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
10991
+ },
10992
+ "name": "mds-color-theme-common-touchbar-icon-stable",
10993
+ "attributes": {
10994
+ "category": "color",
10995
+ "type": "theme",
10996
+ "item": "common",
10997
+ "subitem": "touchbar",
10998
+ "state": "icon"
10999
+ },
11000
+ "path": [
11001
+ "color",
11002
+ "theme",
11003
+ "common",
11004
+ "touchbar",
11005
+ "icon",
11006
+ "stable"
11007
+ ]
11008
+ },
11009
+ "secure": {
11010
+ "parent": "theme/stable/light",
11011
+ "type": "color",
11012
+ "value": "#ffffff",
11013
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
11014
+ "isSource": true,
11015
+ "original": {
11016
+ "parent": "theme/stable/light",
11017
+ "type": "color",
11018
+ "value": "{color.highcontrast.white.ButtonFaceColor}"
11019
+ },
11020
+ "name": "mds-color-theme-common-touchbar-icon-secure",
11021
+ "attributes": {
11022
+ "category": "color",
11023
+ "type": "theme",
11024
+ "item": "common",
11025
+ "subitem": "touchbar",
11026
+ "state": "icon"
11027
+ },
11028
+ "path": [
11029
+ "color",
11030
+ "theme",
11031
+ "common",
11032
+ "touchbar",
11033
+ "icon",
11034
+ "secure"
11035
+ ]
11036
+ }
11037
+ }
9935
11038
  }
9936
11039
  }
9937
11040
  }