@momentum-design/tokens 0.0.59 → 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.
- package/dist/css/core/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-dark-stable.css +19 -6
- package/dist/css/theme/webex/hc-light-stable.css +17 -4
- package/dist/css/theme/webex/light-stable.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +19 -6
- package/dist/ios/theme/webex/hc-light-stable.swift +17 -4
- package/dist/ios/theme/webex/light-stable.swift +1 -1
- package/dist/json/theme/webex/hc-dark-stable.json +413 -16
- package/dist/json/theme/webex/hc-light-stable.json +409 -6
- package/dist/json/theme/webex/light-stable.json +1 -3
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +43 -6
- package/dist/json-minimal/theme/webex/hc-light-stable.json +41 -4
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +19 -6
- package/dist/resources/theme/webex/hc-light-stable.xml +17 -4
- package/dist/resources/theme/webex/light-stable.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +1 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +19 -6
- package/dist/scss/theme/webex/hc-light-stable.scss +17 -4
- package/dist/scss/theme/webex/light-stable.scss +1 -1
- package/package.json +1 -1
|
@@ -4505,6 +4505,132 @@
|
|
|
4505
4505
|
]
|
|
4506
4506
|
}
|
|
4507
4507
|
}
|
|
4508
|
+
},
|
|
4509
|
+
"gradient": {
|
|
4510
|
+
"secondary": {
|
|
4511
|
+
"normal": {
|
|
4512
|
+
"0": {
|
|
4513
|
+
"parent": "theme/stable/light",
|
|
4514
|
+
"type": "color",
|
|
4515
|
+
"value": "#000000",
|
|
4516
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4517
|
+
"isSource": true,
|
|
4518
|
+
"original": {
|
|
4519
|
+
"parent": "theme/stable/light",
|
|
4520
|
+
"type": "color",
|
|
4521
|
+
"value": "{color.highcontrast.black.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": "#000000",
|
|
4545
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4546
|
+
"isSource": true,
|
|
4547
|
+
"original": {
|
|
4548
|
+
"parent": "theme/stable/light",
|
|
4549
|
+
"type": "color",
|
|
4550
|
+
"value": "{color.highcontrast.black.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": "#000000",
|
|
4578
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4579
|
+
"isSource": true,
|
|
4580
|
+
"original": {
|
|
4581
|
+
"parent": "theme/stable/light",
|
|
4582
|
+
"type": "color",
|
|
4583
|
+
"value": "{color.highcontrast.black.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": "#000000",
|
|
4607
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4608
|
+
"isSource": true,
|
|
4609
|
+
"original": {
|
|
4610
|
+
"parent": "theme/stable/light",
|
|
4611
|
+
"type": "color",
|
|
4612
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
4613
|
+
},
|
|
4614
|
+
"name": "mds-color-theme-background-gradient-primary-normal-1",
|
|
4615
|
+
"attributes": {
|
|
4616
|
+
"category": "color",
|
|
4617
|
+
"type": "theme",
|
|
4618
|
+
"item": "background",
|
|
4619
|
+
"subitem": "gradient",
|
|
4620
|
+
"state": "primary"
|
|
4621
|
+
},
|
|
4622
|
+
"path": [
|
|
4623
|
+
"color",
|
|
4624
|
+
"theme",
|
|
4625
|
+
"background",
|
|
4626
|
+
"gradient",
|
|
4627
|
+
"primary",
|
|
4628
|
+
"normal",
|
|
4629
|
+
"1"
|
|
4630
|
+
]
|
|
4631
|
+
}
|
|
4632
|
+
}
|
|
4633
|
+
}
|
|
4508
4634
|
}
|
|
4509
4635
|
},
|
|
4510
4636
|
"button": {
|
|
@@ -5134,6 +5260,31 @@
|
|
|
5134
5260
|
"primary",
|
|
5135
5261
|
"normal"
|
|
5136
5262
|
]
|
|
5263
|
+
},
|
|
5264
|
+
"disabled": {
|
|
5265
|
+
"type": "color",
|
|
5266
|
+
"value": "#3ff23f",
|
|
5267
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
5268
|
+
"isSource": true,
|
|
5269
|
+
"original": {
|
|
5270
|
+
"type": "color",
|
|
5271
|
+
"value": "{color.highcontrast.black.GrayTextColor}"
|
|
5272
|
+
},
|
|
5273
|
+
"name": "mds-color-theme-outline-primary-disabled",
|
|
5274
|
+
"attributes": {
|
|
5275
|
+
"category": "color",
|
|
5276
|
+
"type": "theme",
|
|
5277
|
+
"item": "outline",
|
|
5278
|
+
"subitem": "primary",
|
|
5279
|
+
"state": "disabled"
|
|
5280
|
+
},
|
|
5281
|
+
"path": [
|
|
5282
|
+
"color",
|
|
5283
|
+
"theme",
|
|
5284
|
+
"outline",
|
|
5285
|
+
"primary",
|
|
5286
|
+
"disabled"
|
|
5287
|
+
]
|
|
5137
5288
|
}
|
|
5138
5289
|
},
|
|
5139
5290
|
"theme": {
|
|
@@ -5355,15 +5506,13 @@
|
|
|
5355
5506
|
"normal": {
|
|
5356
5507
|
"parent": "theme/stable/highcontrast/hc_dark",
|
|
5357
5508
|
"type": "color",
|
|
5358
|
-
"value": "#
|
|
5359
|
-
"description": "",
|
|
5509
|
+
"value": "#3ff23f",
|
|
5360
5510
|
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
5361
5511
|
"isSource": true,
|
|
5362
5512
|
"original": {
|
|
5363
5513
|
"parent": "theme/stable/highcontrast/hc_dark",
|
|
5364
5514
|
"type": "color",
|
|
5365
|
-
"value": "{color.highcontrast.black.
|
|
5366
|
-
"description": ""
|
|
5515
|
+
"value": "{color.highcontrast.black.GrayTextColor}"
|
|
5367
5516
|
},
|
|
5368
5517
|
"name": "mds-color-theme-outline-disabled-normal",
|
|
5369
5518
|
"attributes": {
|
|
@@ -8728,6 +8877,157 @@
|
|
|
8728
8877
|
"normal"
|
|
8729
8878
|
]
|
|
8730
8879
|
}
|
|
8880
|
+
},
|
|
8881
|
+
"secondary": {
|
|
8882
|
+
"normal": {
|
|
8883
|
+
"parent": "theme/stable/light",
|
|
8884
|
+
"type": "color",
|
|
8885
|
+
"value": "#ffffff",
|
|
8886
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8887
|
+
"isSource": true,
|
|
8888
|
+
"original": {
|
|
8889
|
+
"parent": "theme/stable/light",
|
|
8890
|
+
"type": "color",
|
|
8891
|
+
"value": "{color.highcontrast.black.WindowTextColor}"
|
|
8892
|
+
},
|
|
8893
|
+
"name": "mds-color-theme-common-inverted-text-secondary-normal",
|
|
8894
|
+
"attributes": {
|
|
8895
|
+
"category": "color",
|
|
8896
|
+
"type": "theme",
|
|
8897
|
+
"item": "common",
|
|
8898
|
+
"subitem": "inverted",
|
|
8899
|
+
"state": "text"
|
|
8900
|
+
},
|
|
8901
|
+
"path": [
|
|
8902
|
+
"color",
|
|
8903
|
+
"theme",
|
|
8904
|
+
"common",
|
|
8905
|
+
"inverted",
|
|
8906
|
+
"text",
|
|
8907
|
+
"secondary",
|
|
8908
|
+
"normal"
|
|
8909
|
+
]
|
|
8910
|
+
}
|
|
8911
|
+
}
|
|
8912
|
+
},
|
|
8913
|
+
"button": {
|
|
8914
|
+
"secondary": {
|
|
8915
|
+
"normal": {
|
|
8916
|
+
"parent": "theme/stable/light",
|
|
8917
|
+
"type": "color",
|
|
8918
|
+
"value": "#000000",
|
|
8919
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8920
|
+
"isSource": true,
|
|
8921
|
+
"original": {
|
|
8922
|
+
"parent": "theme/stable/light",
|
|
8923
|
+
"type": "color",
|
|
8924
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
8925
|
+
},
|
|
8926
|
+
"name": "mds-color-theme-common-inverted-button-secondary-normal",
|
|
8927
|
+
"attributes": {
|
|
8928
|
+
"category": "color",
|
|
8929
|
+
"type": "theme",
|
|
8930
|
+
"item": "common",
|
|
8931
|
+
"subitem": "inverted",
|
|
8932
|
+
"state": "button"
|
|
8933
|
+
},
|
|
8934
|
+
"path": [
|
|
8935
|
+
"color",
|
|
8936
|
+
"theme",
|
|
8937
|
+
"common",
|
|
8938
|
+
"inverted",
|
|
8939
|
+
"button",
|
|
8940
|
+
"secondary",
|
|
8941
|
+
"normal"
|
|
8942
|
+
]
|
|
8943
|
+
},
|
|
8944
|
+
"hover": {
|
|
8945
|
+
"parent": "theme/stable/light",
|
|
8946
|
+
"type": "color",
|
|
8947
|
+
"value": "#1aebff",
|
|
8948
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8949
|
+
"isSource": true,
|
|
8950
|
+
"original": {
|
|
8951
|
+
"parent": "theme/stable/light",
|
|
8952
|
+
"type": "color",
|
|
8953
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
8954
|
+
},
|
|
8955
|
+
"name": "mds-color-theme-common-inverted-button-secondary-hover",
|
|
8956
|
+
"attributes": {
|
|
8957
|
+
"category": "color",
|
|
8958
|
+
"type": "theme",
|
|
8959
|
+
"item": "common",
|
|
8960
|
+
"subitem": "inverted",
|
|
8961
|
+
"state": "button"
|
|
8962
|
+
},
|
|
8963
|
+
"path": [
|
|
8964
|
+
"color",
|
|
8965
|
+
"theme",
|
|
8966
|
+
"common",
|
|
8967
|
+
"inverted",
|
|
8968
|
+
"button",
|
|
8969
|
+
"secondary",
|
|
8970
|
+
"hover"
|
|
8971
|
+
]
|
|
8972
|
+
},
|
|
8973
|
+
"pressed": {
|
|
8974
|
+
"parent": "theme/stable/light",
|
|
8975
|
+
"type": "color",
|
|
8976
|
+
"value": "#1aebff",
|
|
8977
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8978
|
+
"isSource": true,
|
|
8979
|
+
"original": {
|
|
8980
|
+
"parent": "theme/stable/light",
|
|
8981
|
+
"type": "color",
|
|
8982
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
8983
|
+
},
|
|
8984
|
+
"name": "mds-color-theme-common-inverted-button-secondary-pressed",
|
|
8985
|
+
"attributes": {
|
|
8986
|
+
"category": "color",
|
|
8987
|
+
"type": "theme",
|
|
8988
|
+
"item": "common",
|
|
8989
|
+
"subitem": "inverted",
|
|
8990
|
+
"state": "button"
|
|
8991
|
+
},
|
|
8992
|
+
"path": [
|
|
8993
|
+
"color",
|
|
8994
|
+
"theme",
|
|
8995
|
+
"common",
|
|
8996
|
+
"inverted",
|
|
8997
|
+
"button",
|
|
8998
|
+
"secondary",
|
|
8999
|
+
"pressed"
|
|
9000
|
+
]
|
|
9001
|
+
},
|
|
9002
|
+
"disabled": {
|
|
9003
|
+
"parent": "theme/stable/light",
|
|
9004
|
+
"type": "color",
|
|
9005
|
+
"value": "#000000",
|
|
9006
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9007
|
+
"isSource": true,
|
|
9008
|
+
"original": {
|
|
9009
|
+
"parent": "theme/stable/light",
|
|
9010
|
+
"type": "color",
|
|
9011
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
9012
|
+
},
|
|
9013
|
+
"name": "mds-color-theme-common-inverted-button-secondary-disabled",
|
|
9014
|
+
"attributes": {
|
|
9015
|
+
"category": "color",
|
|
9016
|
+
"type": "theme",
|
|
9017
|
+
"item": "common",
|
|
9018
|
+
"subitem": "inverted",
|
|
9019
|
+
"state": "button"
|
|
9020
|
+
},
|
|
9021
|
+
"path": [
|
|
9022
|
+
"color",
|
|
9023
|
+
"theme",
|
|
9024
|
+
"common",
|
|
9025
|
+
"inverted",
|
|
9026
|
+
"button",
|
|
9027
|
+
"secondary",
|
|
9028
|
+
"disabled"
|
|
9029
|
+
]
|
|
9030
|
+
}
|
|
8731
9031
|
}
|
|
8732
9032
|
}
|
|
8733
9033
|
},
|
|
@@ -9428,6 +9728,107 @@
|
|
|
9428
9728
|
]
|
|
9429
9729
|
}
|
|
9430
9730
|
}
|
|
9731
|
+
},
|
|
9732
|
+
"join": {
|
|
9733
|
+
"animated": {
|
|
9734
|
+
"gradient": {
|
|
9735
|
+
"normal": {
|
|
9736
|
+
"0": {
|
|
9737
|
+
"parent": "theme/stable/light",
|
|
9738
|
+
"type": "color",
|
|
9739
|
+
"value": "#1aebff",
|
|
9740
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9741
|
+
"isSource": true,
|
|
9742
|
+
"original": {
|
|
9743
|
+
"parent": "theme/stable/light",
|
|
9744
|
+
"type": "color",
|
|
9745
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
9746
|
+
},
|
|
9747
|
+
"name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
|
|
9748
|
+
"attributes": {
|
|
9749
|
+
"category": "color",
|
|
9750
|
+
"type": "theme",
|
|
9751
|
+
"item": "common",
|
|
9752
|
+
"subitem": "button",
|
|
9753
|
+
"state": "join"
|
|
9754
|
+
},
|
|
9755
|
+
"path": [
|
|
9756
|
+
"color",
|
|
9757
|
+
"theme",
|
|
9758
|
+
"common",
|
|
9759
|
+
"button",
|
|
9760
|
+
"join",
|
|
9761
|
+
"animated",
|
|
9762
|
+
"gradient",
|
|
9763
|
+
"normal",
|
|
9764
|
+
"0"
|
|
9765
|
+
]
|
|
9766
|
+
},
|
|
9767
|
+
"1": {
|
|
9768
|
+
"parent": "theme/stable/light",
|
|
9769
|
+
"type": "color",
|
|
9770
|
+
"value": "#1aebff",
|
|
9771
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9772
|
+
"isSource": true,
|
|
9773
|
+
"original": {
|
|
9774
|
+
"parent": "theme/stable/light",
|
|
9775
|
+
"type": "color",
|
|
9776
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
9777
|
+
},
|
|
9778
|
+
"name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
|
|
9779
|
+
"attributes": {
|
|
9780
|
+
"category": "color",
|
|
9781
|
+
"type": "theme",
|
|
9782
|
+
"item": "common",
|
|
9783
|
+
"subitem": "button",
|
|
9784
|
+
"state": "join"
|
|
9785
|
+
},
|
|
9786
|
+
"path": [
|
|
9787
|
+
"color",
|
|
9788
|
+
"theme",
|
|
9789
|
+
"common",
|
|
9790
|
+
"button",
|
|
9791
|
+
"join",
|
|
9792
|
+
"animated",
|
|
9793
|
+
"gradient",
|
|
9794
|
+
"normal",
|
|
9795
|
+
"1"
|
|
9796
|
+
]
|
|
9797
|
+
},
|
|
9798
|
+
"2": {
|
|
9799
|
+
"parent": "theme/stable/light",
|
|
9800
|
+
"type": "color",
|
|
9801
|
+
"value": "#1aebff",
|
|
9802
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9803
|
+
"isSource": true,
|
|
9804
|
+
"original": {
|
|
9805
|
+
"parent": "theme/stable/light",
|
|
9806
|
+
"type": "color",
|
|
9807
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
9808
|
+
},
|
|
9809
|
+
"name": "mds-color-theme-common-button-join-animated-gradient-normal-2",
|
|
9810
|
+
"attributes": {
|
|
9811
|
+
"category": "color",
|
|
9812
|
+
"type": "theme",
|
|
9813
|
+
"item": "common",
|
|
9814
|
+
"subitem": "button",
|
|
9815
|
+
"state": "join"
|
|
9816
|
+
},
|
|
9817
|
+
"path": [
|
|
9818
|
+
"color",
|
|
9819
|
+
"theme",
|
|
9820
|
+
"common",
|
|
9821
|
+
"button",
|
|
9822
|
+
"join",
|
|
9823
|
+
"animated",
|
|
9824
|
+
"gradient",
|
|
9825
|
+
"normal",
|
|
9826
|
+
"2"
|
|
9827
|
+
]
|
|
9828
|
+
}
|
|
9829
|
+
}
|
|
9830
|
+
}
|
|
9831
|
+
}
|
|
9431
9832
|
}
|
|
9432
9833
|
},
|
|
9433
9834
|
"outline": {
|
|
@@ -9565,7 +9966,7 @@
|
|
|
9565
9966
|
}
|
|
9566
9967
|
},
|
|
9567
9968
|
"type": "color",
|
|
9568
|
-
"value": "#
|
|
9969
|
+
"value": "#ffffff",
|
|
9569
9970
|
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9570
9971
|
"isSource": true,
|
|
9571
9972
|
"original": {
|
|
@@ -9575,7 +9976,7 @@
|
|
|
9575
9976
|
}
|
|
9576
9977
|
},
|
|
9577
9978
|
"type": "color",
|
|
9578
|
-
"value": "{color.
|
|
9979
|
+
"value": "{color.highcontrast.black.WindowTextColor}"
|
|
9579
9980
|
},
|
|
9580
9981
|
"name": "mds-color-theme-common-outline-secondary-primary",
|
|
9581
9982
|
"attributes": {
|
|
@@ -9601,7 +10002,7 @@
|
|
|
9601
10002
|
}
|
|
9602
10003
|
},
|
|
9603
10004
|
"type": "color",
|
|
9604
|
-
"value": "#
|
|
10005
|
+
"value": "#3ff23f",
|
|
9605
10006
|
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9606
10007
|
"isSource": true,
|
|
9607
10008
|
"original": {
|
|
@@ -9611,7 +10012,7 @@
|
|
|
9611
10012
|
}
|
|
9612
10013
|
},
|
|
9613
10014
|
"type": "color",
|
|
9614
|
-
"value": "{color.
|
|
10015
|
+
"value": "{color.highcontrast.black.GrayTextColor}"
|
|
9615
10016
|
},
|
|
9616
10017
|
"name": "mds-color-theme-common-outline-secondary-disabled",
|
|
9617
10018
|
"attributes": {
|
|
@@ -10543,15 +10944,13 @@
|
|
|
10543
10944
|
"normal": {
|
|
10544
10945
|
"parent": "theme/stable/light",
|
|
10545
10946
|
"type": "color",
|
|
10546
|
-
"value": "#
|
|
10547
|
-
"description": "",
|
|
10947
|
+
"value": "#000000",
|
|
10548
10948
|
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10549
10949
|
"isSource": true,
|
|
10550
10950
|
"original": {
|
|
10551
10951
|
"parent": "theme/stable/light",
|
|
10552
10952
|
"type": "color",
|
|
10553
|
-
"value": "{color.
|
|
10554
|
-
"description": ""
|
|
10953
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10555
10954
|
},
|
|
10556
10955
|
"name": "mds-color-theme-common-touchbar-background-red-normal",
|
|
10557
10956
|
"attributes": {
|
|
@@ -10574,15 +10973,13 @@
|
|
|
10574
10973
|
"pressed": {
|
|
10575
10974
|
"parent": "theme/stable/light",
|
|
10576
10975
|
"type": "color",
|
|
10577
|
-
"value": "#
|
|
10578
|
-
"description": "",
|
|
10976
|
+
"value": "#1aebff",
|
|
10579
10977
|
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10580
10978
|
"isSource": true,
|
|
10581
10979
|
"original": {
|
|
10582
10980
|
"parent": "theme/stable/light",
|
|
10583
10981
|
"type": "color",
|
|
10584
|
-
"value": "{color.
|
|
10585
|
-
"description": ""
|
|
10982
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10586
10983
|
},
|
|
10587
10984
|
"name": "mds-color-theme-common-touchbar-background-red-pressed",
|
|
10588
10985
|
"attributes": {
|