@momentum-design/tokens 0.0.57 → 0.0.58

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 (33) 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 +27 -1
  5. package/dist/css/theme/webex/hc-dark-stable.css +1 -1
  6. package/dist/css/theme/webex/hc-light-stable.css +1 -1
  7. package/dist/css/theme/webex/light-stable.css +27 -1
  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 +27 -1
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
  13. package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
  14. package/dist/ios/theme/webex/light-stable.swift +27 -1
  15. package/dist/json/theme/webex/dark-stable.json +849 -0
  16. package/dist/json/theme/webex/light-stable.json +850 -3
  17. package/dist/json-minimal/theme/webex/dark-stable.json +66 -0
  18. package/dist/json-minimal/theme/webex/light-stable.json +66 -0
  19. package/dist/resources/core/complete.xml +1 -1
  20. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  21. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  22. package/dist/resources/theme/webex/dark-stable.xml +27 -1
  23. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  24. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  25. package/dist/resources/theme/webex/light-stable.xml +27 -1
  26. package/dist/scss/core/complete.scss +1 -1
  27. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  28. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  29. package/dist/scss/theme/webex/dark-stable.scss +27 -1
  30. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  31. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  32. package/dist/scss/theme/webex/light-stable.scss +27 -1
  33. package/package.json +1 -1
@@ -2523,14 +2523,12 @@
2523
2523
  "parent": "theme/stable/light",
2524
2524
  "type": "color",
2525
2525
  "value": "#00000000",
2526
- "description": "",
2527
2526
  "filePath": "src/theme/stable/light.json",
2528
2527
  "isSource": true,
2529
2528
  "original": {
2530
2529
  "parent": "theme/stable/light",
2531
2530
  "type": "color",
2532
- "value": "{color.core.black-alpha.0}",
2533
- "description": ""
2531
+ "value": "{color.core.black-alpha.0}"
2534
2532
  },
2535
2533
  "name": "mds-color-theme-background-primary-ghost",
2536
2534
  "attributes": {
@@ -4452,6 +4450,140 @@
4452
4450
  "normal"
4453
4451
  ]
4454
4452
  }
4453
+ },
4454
+ "gradient": {
4455
+ "primary": {
4456
+ "normal": {
4457
+ "0": {
4458
+ "parent": "theme/stable/light",
4459
+ "type": "color",
4460
+ "value": "#f0f0f0",
4461
+ "description": "",
4462
+ "filePath": "src/theme/stable/light.json",
4463
+ "isSource": true,
4464
+ "original": {
4465
+ "parent": "theme/stable/light",
4466
+ "type": "color",
4467
+ "value": "{color.gradient.default.light.primary.0}",
4468
+ "description": ""
4469
+ },
4470
+ "name": "mds-color-theme-background-gradient-primary-normal-0",
4471
+ "attributes": {
4472
+ "category": "color",
4473
+ "type": "theme",
4474
+ "item": "background",
4475
+ "subitem": "gradient",
4476
+ "state": "primary"
4477
+ },
4478
+ "path": [
4479
+ "color",
4480
+ "theme",
4481
+ "background",
4482
+ "gradient",
4483
+ "primary",
4484
+ "normal",
4485
+ "0"
4486
+ ]
4487
+ },
4488
+ "1": {
4489
+ "parent": "theme/stable/light",
4490
+ "type": "color",
4491
+ "value": "#ffffff",
4492
+ "description": "",
4493
+ "filePath": "src/theme/stable/light.json",
4494
+ "isSource": true,
4495
+ "original": {
4496
+ "parent": "theme/stable/light",
4497
+ "type": "color",
4498
+ "value": "{color.gradient.default.light.primary.1}",
4499
+ "description": ""
4500
+ },
4501
+ "name": "mds-color-theme-background-gradient-primary-normal-1",
4502
+ "attributes": {
4503
+ "category": "color",
4504
+ "type": "theme",
4505
+ "item": "background",
4506
+ "subitem": "gradient",
4507
+ "state": "primary"
4508
+ },
4509
+ "path": [
4510
+ "color",
4511
+ "theme",
4512
+ "background",
4513
+ "gradient",
4514
+ "primary",
4515
+ "normal",
4516
+ "1"
4517
+ ]
4518
+ }
4519
+ }
4520
+ },
4521
+ "secondary": {
4522
+ "normal": {
4523
+ "0": {
4524
+ "parent": "theme/stable/light",
4525
+ "type": "color",
4526
+ "value": "#fafafa",
4527
+ "description": "",
4528
+ "filePath": "src/theme/stable/light.json",
4529
+ "isSource": true,
4530
+ "original": {
4531
+ "parent": "theme/stable/light",
4532
+ "type": "color",
4533
+ "value": "{color.gradient.default.light.secondary.0}",
4534
+ "description": ""
4535
+ },
4536
+ "name": "mds-color-theme-background-gradient-secondary-normal-0",
4537
+ "attributes": {
4538
+ "category": "color",
4539
+ "type": "theme",
4540
+ "item": "background",
4541
+ "subitem": "gradient",
4542
+ "state": "secondary"
4543
+ },
4544
+ "path": [
4545
+ "color",
4546
+ "theme",
4547
+ "background",
4548
+ "gradient",
4549
+ "secondary",
4550
+ "normal",
4551
+ "0"
4552
+ ]
4553
+ },
4554
+ "1": {
4555
+ "parent": "theme/stable/light",
4556
+ "type": "color",
4557
+ "value": "#ffffff",
4558
+ "description": "",
4559
+ "filePath": "src/theme/stable/light.json",
4560
+ "isSource": true,
4561
+ "original": {
4562
+ "parent": "theme/stable/light",
4563
+ "type": "color",
4564
+ "value": "{color.gradient.default.light.secondary.1}",
4565
+ "description": ""
4566
+ },
4567
+ "name": "mds-color-theme-background-gradient-secondary-normal-1",
4568
+ "attributes": {
4569
+ "category": "color",
4570
+ "type": "theme",
4571
+ "item": "background",
4572
+ "subitem": "gradient",
4573
+ "state": "secondary"
4574
+ },
4575
+ "path": [
4576
+ "color",
4577
+ "theme",
4578
+ "background",
4579
+ "gradient",
4580
+ "secondary",
4581
+ "normal",
4582
+ "1"
4583
+ ]
4584
+ }
4585
+ }
4586
+ }
4455
4587
  }
4456
4588
  },
4457
4589
  "button": {
@@ -7747,6 +7879,113 @@
7747
7879
  ]
7748
7880
  }
7749
7881
  }
7882
+ },
7883
+ "join": {
7884
+ "animated": {
7885
+ "gradient": {
7886
+ "normal": {
7887
+ "0": {
7888
+ "parent": "theme/stable/light",
7889
+ "type": "color",
7890
+ "value": "#30c9b0",
7891
+ "description": "",
7892
+ "filePath": "src/theme/stable/light.json",
7893
+ "isSource": true,
7894
+ "original": {
7895
+ "parent": "theme/stable/light",
7896
+ "type": "color",
7897
+ "value": "{color.decorative.mint.40}",
7898
+ "description": ""
7899
+ },
7900
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
7901
+ "attributes": {
7902
+ "category": "color",
7903
+ "type": "theme",
7904
+ "item": "common",
7905
+ "subitem": "button",
7906
+ "state": "join"
7907
+ },
7908
+ "path": [
7909
+ "color",
7910
+ "theme",
7911
+ "common",
7912
+ "button",
7913
+ "join",
7914
+ "animated",
7915
+ "gradient",
7916
+ "normal",
7917
+ "0"
7918
+ ]
7919
+ },
7920
+ "1": {
7921
+ "parent": "theme/stable/light",
7922
+ "type": "color",
7923
+ "value": "#64b4fa",
7924
+ "description": "",
7925
+ "filePath": "src/theme/stable/light.json",
7926
+ "isSource": true,
7927
+ "original": {
7928
+ "parent": "theme/stable/light",
7929
+ "type": "color",
7930
+ "value": "{color.core.blue.40}",
7931
+ "description": ""
7932
+ },
7933
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
7934
+ "attributes": {
7935
+ "category": "color",
7936
+ "type": "theme",
7937
+ "item": "common",
7938
+ "subitem": "button",
7939
+ "state": "join"
7940
+ },
7941
+ "path": [
7942
+ "color",
7943
+ "theme",
7944
+ "common",
7945
+ "button",
7946
+ "join",
7947
+ "animated",
7948
+ "gradient",
7949
+ "normal",
7950
+ "1"
7951
+ ]
7952
+ },
7953
+ "2": {
7954
+ "parent": "theme/stable/light",
7955
+ "type": "color",
7956
+ "value": "#30c9b0",
7957
+ "description": "",
7958
+ "filePath": "src/theme/stable/light.json",
7959
+ "isSource": true,
7960
+ "original": {
7961
+ "parent": "theme/stable/light",
7962
+ "type": "color",
7963
+ "value": "{color.decorative.mint.40}",
7964
+ "description": ""
7965
+ },
7966
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-2",
7967
+ "attributes": {
7968
+ "category": "color",
7969
+ "type": "theme",
7970
+ "item": "common",
7971
+ "subitem": "button",
7972
+ "state": "join"
7973
+ },
7974
+ "path": [
7975
+ "color",
7976
+ "theme",
7977
+ "common",
7978
+ "button",
7979
+ "join",
7980
+ "animated",
7981
+ "gradient",
7982
+ "normal",
7983
+ "2"
7984
+ ]
7985
+ }
7986
+ }
7987
+ }
7988
+ }
7750
7989
  }
7751
7990
  },
7752
7991
  "outline": {
@@ -8307,6 +8546,614 @@
8307
8546
  "doc"
8308
8547
  ]
8309
8548
  }
8549
+ },
8550
+ "touchbar": {
8551
+ "background": {
8552
+ "blue": {
8553
+ "normal": {
8554
+ "parent": "theme/stable/light",
8555
+ "type": "color",
8556
+ "value": "#1170cf",
8557
+ "description": "",
8558
+ "filePath": "src/theme/stable/light.json",
8559
+ "isSource": true,
8560
+ "original": {
8561
+ "parent": "theme/stable/light",
8562
+ "type": "color",
8563
+ "value": "{color.core.blue.60}",
8564
+ "description": ""
8565
+ },
8566
+ "name": "mds-color-theme-common-touchbar-background-blue-normal",
8567
+ "attributes": {
8568
+ "category": "color",
8569
+ "type": "theme",
8570
+ "item": "common",
8571
+ "subitem": "touchbar",
8572
+ "state": "background"
8573
+ },
8574
+ "path": [
8575
+ "color",
8576
+ "theme",
8577
+ "common",
8578
+ "touchbar",
8579
+ "background",
8580
+ "blue",
8581
+ "normal"
8582
+ ]
8583
+ },
8584
+ "pressed": {
8585
+ "parent": "theme/stable/light",
8586
+ "type": "color",
8587
+ "value": "#063a75",
8588
+ "description": "",
8589
+ "filePath": "src/theme/stable/light.json",
8590
+ "isSource": true,
8591
+ "original": {
8592
+ "parent": "theme/stable/light",
8593
+ "type": "color",
8594
+ "value": "{color.core.blue.80}",
8595
+ "description": ""
8596
+ },
8597
+ "name": "mds-color-theme-common-touchbar-background-blue-pressed",
8598
+ "attributes": {
8599
+ "category": "color",
8600
+ "type": "theme",
8601
+ "item": "common",
8602
+ "subitem": "touchbar",
8603
+ "state": "background"
8604
+ },
8605
+ "path": [
8606
+ "color",
8607
+ "theme",
8608
+ "common",
8609
+ "touchbar",
8610
+ "background",
8611
+ "blue",
8612
+ "pressed"
8613
+ ]
8614
+ }
8615
+ },
8616
+ "pink": {
8617
+ "normal": {
8618
+ "parent": "theme/stable/light",
8619
+ "type": "color",
8620
+ "value": "#d43b52",
8621
+ "description": "",
8622
+ "filePath": "src/theme/stable/light.json",
8623
+ "isSource": true,
8624
+ "original": {
8625
+ "parent": "theme/stable/light",
8626
+ "type": "color",
8627
+ "value": "{color.decorative.pink.60}",
8628
+ "description": ""
8629
+ },
8630
+ "name": "mds-color-theme-common-touchbar-background-pink-normal",
8631
+ "attributes": {
8632
+ "category": "color",
8633
+ "type": "theme",
8634
+ "item": "common",
8635
+ "subitem": "touchbar",
8636
+ "state": "background"
8637
+ },
8638
+ "path": [
8639
+ "color",
8640
+ "theme",
8641
+ "common",
8642
+ "touchbar",
8643
+ "background",
8644
+ "pink",
8645
+ "normal"
8646
+ ]
8647
+ },
8648
+ "pressed": {
8649
+ "parent": "theme/stable/light",
8650
+ "type": "color",
8651
+ "value": "#66262d",
8652
+ "description": "",
8653
+ "filePath": "src/theme/stable/light.json",
8654
+ "isSource": true,
8655
+ "original": {
8656
+ "parent": "theme/stable/light",
8657
+ "type": "color",
8658
+ "value": "{color.decorative.pink.80}",
8659
+ "description": ""
8660
+ },
8661
+ "name": "mds-color-theme-common-touchbar-background-pink-pressed",
8662
+ "attributes": {
8663
+ "category": "color",
8664
+ "type": "theme",
8665
+ "item": "common",
8666
+ "subitem": "touchbar",
8667
+ "state": "background"
8668
+ },
8669
+ "path": [
8670
+ "color",
8671
+ "theme",
8672
+ "common",
8673
+ "touchbar",
8674
+ "background",
8675
+ "pink",
8676
+ "pressed"
8677
+ ]
8678
+ }
8679
+ },
8680
+ "mint": {
8681
+ "normal": {
8682
+ "parent": "theme/stable/light",
8683
+ "type": "color",
8684
+ "value": "#148579",
8685
+ "description": "",
8686
+ "filePath": "src/theme/stable/light.json",
8687
+ "isSource": true,
8688
+ "original": {
8689
+ "parent": "theme/stable/light",
8690
+ "type": "color",
8691
+ "value": "{color.decorative.mint.60}",
8692
+ "description": ""
8693
+ },
8694
+ "name": "mds-color-theme-common-touchbar-background-mint-normal",
8695
+ "attributes": {
8696
+ "category": "color",
8697
+ "type": "theme",
8698
+ "item": "common",
8699
+ "subitem": "touchbar",
8700
+ "state": "background"
8701
+ },
8702
+ "path": [
8703
+ "color",
8704
+ "theme",
8705
+ "common",
8706
+ "touchbar",
8707
+ "background",
8708
+ "mint",
8709
+ "normal"
8710
+ ]
8711
+ },
8712
+ "pressed": {
8713
+ "parent": "theme/stable/light",
8714
+ "type": "color",
8715
+ "value": "#12423f",
8716
+ "description": "",
8717
+ "filePath": "src/theme/stable/light.json",
8718
+ "isSource": true,
8719
+ "original": {
8720
+ "parent": "theme/stable/light",
8721
+ "type": "color",
8722
+ "value": "{color.decorative.mint.80}",
8723
+ "description": ""
8724
+ },
8725
+ "name": "mds-color-theme-common-touchbar-background-mint-pressed",
8726
+ "attributes": {
8727
+ "category": "color",
8728
+ "type": "theme",
8729
+ "item": "common",
8730
+ "subitem": "touchbar",
8731
+ "state": "background"
8732
+ },
8733
+ "path": [
8734
+ "color",
8735
+ "theme",
8736
+ "common",
8737
+ "touchbar",
8738
+ "background",
8739
+ "mint",
8740
+ "pressed"
8741
+ ]
8742
+ }
8743
+ },
8744
+ "purple": {
8745
+ "normal": {
8746
+ "parent": "theme/stable/light",
8747
+ "type": "color",
8748
+ "value": "#c233c4",
8749
+ "description": "",
8750
+ "filePath": "src/theme/stable/light.json",
8751
+ "isSource": true,
8752
+ "original": {
8753
+ "parent": "theme/stable/light",
8754
+ "type": "color",
8755
+ "value": "{color.decorative.purple.60}",
8756
+ "description": ""
8757
+ },
8758
+ "name": "mds-color-theme-common-touchbar-background-purple-normal",
8759
+ "attributes": {
8760
+ "category": "color",
8761
+ "type": "theme",
8762
+ "item": "common",
8763
+ "subitem": "touchbar",
8764
+ "state": "background"
8765
+ },
8766
+ "path": [
8767
+ "color",
8768
+ "theme",
8769
+ "common",
8770
+ "touchbar",
8771
+ "background",
8772
+ "purple",
8773
+ "normal"
8774
+ ]
8775
+ },
8776
+ "pressed": {
8777
+ "parent": "theme/stable/light",
8778
+ "type": "color",
8779
+ "value": "#601e66",
8780
+ "description": "",
8781
+ "filePath": "src/theme/stable/light.json",
8782
+ "isSource": true,
8783
+ "original": {
8784
+ "parent": "theme/stable/light",
8785
+ "type": "color",
8786
+ "value": "{color.decorative.purple.80}",
8787
+ "description": ""
8788
+ },
8789
+ "name": "mds-color-theme-common-touchbar-background-purple-pressed",
8790
+ "attributes": {
8791
+ "category": "color",
8792
+ "type": "theme",
8793
+ "item": "common",
8794
+ "subitem": "touchbar",
8795
+ "state": "background"
8796
+ },
8797
+ "path": [
8798
+ "color",
8799
+ "theme",
8800
+ "common",
8801
+ "touchbar",
8802
+ "background",
8803
+ "purple",
8804
+ "pressed"
8805
+ ]
8806
+ }
8807
+ },
8808
+ "violet": {
8809
+ "normal": {
8810
+ "parent": "theme/stable/light",
8811
+ "type": "color",
8812
+ "value": "#875ae0",
8813
+ "description": "",
8814
+ "filePath": "src/theme/stable/light.json",
8815
+ "isSource": true,
8816
+ "original": {
8817
+ "parent": "theme/stable/light",
8818
+ "type": "color",
8819
+ "value": "{color.decorative.violet.60}",
8820
+ "description": ""
8821
+ },
8822
+ "name": "mds-color-theme-common-touchbar-background-violet-normal",
8823
+ "attributes": {
8824
+ "category": "color",
8825
+ "type": "theme",
8826
+ "item": "common",
8827
+ "subitem": "touchbar",
8828
+ "state": "background"
8829
+ },
8830
+ "path": [
8831
+ "color",
8832
+ "theme",
8833
+ "common",
8834
+ "touchbar",
8835
+ "background",
8836
+ "violet",
8837
+ "normal"
8838
+ ]
8839
+ },
8840
+ "pressed": {
8841
+ "parent": "theme/stable/light",
8842
+ "type": "color",
8843
+ "value": "#432c78",
8844
+ "description": "",
8845
+ "filePath": "src/theme/stable/light.json",
8846
+ "isSource": true,
8847
+ "original": {
8848
+ "parent": "theme/stable/light",
8849
+ "type": "color",
8850
+ "value": "{color.decorative.violet.80}",
8851
+ "description": ""
8852
+ },
8853
+ "name": "mds-color-theme-common-touchbar-background-violet-pressed",
8854
+ "attributes": {
8855
+ "category": "color",
8856
+ "type": "theme",
8857
+ "item": "common",
8858
+ "subitem": "touchbar",
8859
+ "state": "background"
8860
+ },
8861
+ "path": [
8862
+ "color",
8863
+ "theme",
8864
+ "common",
8865
+ "touchbar",
8866
+ "background",
8867
+ "violet",
8868
+ "pressed"
8869
+ ]
8870
+ }
8871
+ },
8872
+ "orange": {
8873
+ "normal": {
8874
+ "parent": "theme/stable/light",
8875
+ "type": "color",
8876
+ "value": "#c94403",
8877
+ "description": "",
8878
+ "filePath": "src/theme/stable/light.json",
8879
+ "isSource": true,
8880
+ "original": {
8881
+ "parent": "theme/stable/light",
8882
+ "type": "color",
8883
+ "value": "{color.core.orange.60}",
8884
+ "description": ""
8885
+ },
8886
+ "name": "mds-color-theme-common-touchbar-background-orange-normal",
8887
+ "attributes": {
8888
+ "category": "color",
8889
+ "type": "theme",
8890
+ "item": "common",
8891
+ "subitem": "touchbar",
8892
+ "state": "background"
8893
+ },
8894
+ "path": [
8895
+ "color",
8896
+ "theme",
8897
+ "common",
8898
+ "touchbar",
8899
+ "background",
8900
+ "orange",
8901
+ "normal"
8902
+ ]
8903
+ },
8904
+ "pressed": {
8905
+ "parent": "theme/stable/light",
8906
+ "type": "color",
8907
+ "value": "#682601",
8908
+ "description": "",
8909
+ "filePath": "src/theme/stable/light.json",
8910
+ "isSource": true,
8911
+ "original": {
8912
+ "parent": "theme/stable/light",
8913
+ "type": "color",
8914
+ "value": "{color.core.orange.80}",
8915
+ "description": ""
8916
+ },
8917
+ "name": "mds-color-theme-common-touchbar-background-orange-pressed",
8918
+ "attributes": {
8919
+ "category": "color",
8920
+ "type": "theme",
8921
+ "item": "common",
8922
+ "subitem": "touchbar",
8923
+ "state": "background"
8924
+ },
8925
+ "path": [
8926
+ "color",
8927
+ "theme",
8928
+ "common",
8929
+ "touchbar",
8930
+ "background",
8931
+ "orange",
8932
+ "pressed"
8933
+ ]
8934
+ }
8935
+ },
8936
+ "green": {
8937
+ "normal": {
8938
+ "parent": "theme/stable/light",
8939
+ "type": "color",
8940
+ "value": "#1d805f",
8941
+ "description": "",
8942
+ "filePath": "src/theme/stable/light.json",
8943
+ "isSource": true,
8944
+ "original": {
8945
+ "parent": "theme/stable/light",
8946
+ "type": "color",
8947
+ "value": "{color.core.green.60}",
8948
+ "description": ""
8949
+ },
8950
+ "name": "mds-color-theme-common-touchbar-background-green-normal",
8951
+ "attributes": {
8952
+ "category": "color",
8953
+ "type": "theme",
8954
+ "item": "common",
8955
+ "subitem": "touchbar",
8956
+ "state": "background"
8957
+ },
8958
+ "path": [
8959
+ "color",
8960
+ "theme",
8961
+ "common",
8962
+ "touchbar",
8963
+ "background",
8964
+ "green",
8965
+ "normal"
8966
+ ]
8967
+ },
8968
+ "pressed": {
8969
+ "parent": "theme/stable/light",
8970
+ "type": "color",
8971
+ "value": "#134231",
8972
+ "description": "",
8973
+ "filePath": "src/theme/stable/light.json",
8974
+ "isSource": true,
8975
+ "original": {
8976
+ "parent": "theme/stable/light",
8977
+ "type": "color",
8978
+ "value": "{color.core.green.80}",
8979
+ "description": ""
8980
+ },
8981
+ "name": "mds-color-theme-common-touchbar-background-green-pressed",
8982
+ "attributes": {
8983
+ "category": "color",
8984
+ "type": "theme",
8985
+ "item": "common",
8986
+ "subitem": "touchbar",
8987
+ "state": "background"
8988
+ },
8989
+ "path": [
8990
+ "color",
8991
+ "theme",
8992
+ "common",
8993
+ "touchbar",
8994
+ "background",
8995
+ "green",
8996
+ "pressed"
8997
+ ]
8998
+ }
8999
+ },
9000
+ "red": {
9001
+ "normal": {
9002
+ "parent": "theme/stable/light",
9003
+ "type": "color",
9004
+ "value": "#db1f2e",
9005
+ "description": "",
9006
+ "filePath": "src/theme/stable/light.json",
9007
+ "isSource": true,
9008
+ "original": {
9009
+ "parent": "theme/stable/light",
9010
+ "type": "color",
9011
+ "value": "{color.core.red.60}",
9012
+ "description": ""
9013
+ },
9014
+ "name": "mds-color-theme-common-touchbar-background-red-normal",
9015
+ "attributes": {
9016
+ "category": "color",
9017
+ "type": "theme",
9018
+ "item": "common",
9019
+ "subitem": "touchbar",
9020
+ "state": "background"
9021
+ },
9022
+ "path": [
9023
+ "color",
9024
+ "theme",
9025
+ "common",
9026
+ "touchbar",
9027
+ "background",
9028
+ "red",
9029
+ "normal"
9030
+ ]
9031
+ },
9032
+ "pressed": {
9033
+ "parent": "theme/stable/light",
9034
+ "type": "color",
9035
+ "value": "#780d13",
9036
+ "description": "",
9037
+ "filePath": "src/theme/stable/light.json",
9038
+ "isSource": true,
9039
+ "original": {
9040
+ "parent": "theme/stable/light",
9041
+ "type": "color",
9042
+ "value": "{color.core.red.80}",
9043
+ "description": ""
9044
+ },
9045
+ "name": "mds-color-theme-common-touchbar-background-red-pressed",
9046
+ "attributes": {
9047
+ "category": "color",
9048
+ "type": "theme",
9049
+ "item": "common",
9050
+ "subitem": "touchbar",
9051
+ "state": "background"
9052
+ },
9053
+ "path": [
9054
+ "color",
9055
+ "theme",
9056
+ "common",
9057
+ "touchbar",
9058
+ "background",
9059
+ "red",
9060
+ "pressed"
9061
+ ]
9062
+ }
9063
+ }
9064
+ },
9065
+ "icon": {
9066
+ "attention": {
9067
+ "parent": "theme/stable/light",
9068
+ "type": "color",
9069
+ "value": "#fc8b98",
9070
+ "description": "",
9071
+ "filePath": "src/theme/stable/light.json",
9072
+ "isSource": true,
9073
+ "original": {
9074
+ "parent": "theme/stable/light",
9075
+ "type": "color",
9076
+ "value": "{color.core.red.40}",
9077
+ "description": ""
9078
+ },
9079
+ "name": "mds-color-theme-common-touchbar-icon-attention",
9080
+ "attributes": {
9081
+ "category": "color",
9082
+ "type": "theme",
9083
+ "item": "common",
9084
+ "subitem": "touchbar",
9085
+ "state": "icon"
9086
+ },
9087
+ "path": [
9088
+ "color",
9089
+ "theme",
9090
+ "common",
9091
+ "touchbar",
9092
+ "icon",
9093
+ "attention"
9094
+ ]
9095
+ },
9096
+ "stable": {
9097
+ "parent": "theme/stable/light",
9098
+ "type": "color",
9099
+ "value": "#27a17a",
9100
+ "description": "",
9101
+ "filePath": "src/theme/stable/light.json",
9102
+ "isSource": true,
9103
+ "original": {
9104
+ "parent": "theme/stable/light",
9105
+ "type": "color",
9106
+ "value": "{color.core.green.50}",
9107
+ "description": ""
9108
+ },
9109
+ "name": "mds-color-theme-common-touchbar-icon-stable",
9110
+ "attributes": {
9111
+ "category": "color",
9112
+ "type": "theme",
9113
+ "item": "common",
9114
+ "subitem": "touchbar",
9115
+ "state": "icon"
9116
+ },
9117
+ "path": [
9118
+ "color",
9119
+ "theme",
9120
+ "common",
9121
+ "touchbar",
9122
+ "icon",
9123
+ "stable"
9124
+ ]
9125
+ },
9126
+ "secure": {
9127
+ "parent": "theme/stable/light",
9128
+ "type": "color",
9129
+ "value": "#64b4fa",
9130
+ "description": "",
9131
+ "filePath": "src/theme/stable/light.json",
9132
+ "isSource": true,
9133
+ "original": {
9134
+ "parent": "theme/stable/light",
9135
+ "type": "color",
9136
+ "value": "{color.core.blue.40}",
9137
+ "description": ""
9138
+ },
9139
+ "name": "mds-color-theme-common-touchbar-icon-secure",
9140
+ "attributes": {
9141
+ "category": "color",
9142
+ "type": "theme",
9143
+ "item": "common",
9144
+ "subitem": "touchbar",
9145
+ "state": "icon"
9146
+ },
9147
+ "path": [
9148
+ "color",
9149
+ "theme",
9150
+ "common",
9151
+ "touchbar",
9152
+ "icon",
9153
+ "secure"
9154
+ ]
9155
+ }
9156
+ }
8310
9157
  }
8311
9158
  },
8312
9159
  "scrollbar": {