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