@momentum-design/tokens 0.2.7 → 0.3.0
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/components/complete.css +994 -0
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +8 -0
- package/dist/css/elevation/complete.css +11 -0
- 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 +11 -1
- package/dist/css/theme/webex/hc-dark-stable.css +12 -1
- package/dist/css/theme/webex/hc-light-stable.css +12 -1
- package/dist/css/theme/webex/light-stable.css +12 -1
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +14 -0
- package/dist/ios/elevation/complete.swift +17 -0
- 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 +11 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +12 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +12 -1
- package/dist/ios/theme/webex/light-stable.swift +12 -1
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/effect/complete.swift +11 -0
- package/dist/ios-webex/theme/webex/dark-stable.swift +16 -0
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +11 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +33 -0
- package/dist/ios-webex/theme/webex/light-stable.swift +51 -0
- package/dist/json/effect/complete.json +21 -0
- package/dist/json/elevation/complete.json +108 -0
- package/dist/json/theme/webex/dark-stable.json +291 -0
- package/dist/json/theme/webex/hc-dark-stable.json +315 -0
- package/dist/json/theme/webex/hc-light-stable.json +319 -0
- package/dist/json/theme/webex/light-stable.json +319 -0
- package/dist/json-minimal/effect/complete.json +3 -0
- package/dist/json-minimal/elevation/complete.json +8 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +23 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +26 -1
- package/dist/json-minimal/theme/webex/hc-light-stable.json +26 -1
- package/dist/json-minimal/theme/webex/light-stable.json +26 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +10 -0
- package/dist/resources/elevation/complete.xml +13 -0
- 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 +11 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +12 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +12 -1
- package/dist/resources/theme/webex/light-stable.xml +12 -1
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +5 -0
- package/dist/scss/elevation/complete.scss +8 -0
- 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 +11 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +12 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +12 -1
- package/dist/scss/theme/webex/light-stable.scss +12 -1
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +8 -5
|
@@ -4766,6 +4766,93 @@
|
|
|
4766
4766
|
"normal"
|
|
4767
4767
|
]
|
|
4768
4768
|
}
|
|
4769
|
+
},
|
|
4770
|
+
"glass": {
|
|
4771
|
+
"normal": {
|
|
4772
|
+
"value": "#00000099",
|
|
4773
|
+
"type": "color",
|
|
4774
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4775
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4776
|
+
"isSource": true,
|
|
4777
|
+
"original": {
|
|
4778
|
+
"value": "{color.core.black-alpha.60}",
|
|
4779
|
+
"type": "color",
|
|
4780
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4781
|
+
},
|
|
4782
|
+
"name": "mds-color-theme-background-glass-normal",
|
|
4783
|
+
"attributes": {
|
|
4784
|
+
"category": "color",
|
|
4785
|
+
"type": "theme",
|
|
4786
|
+
"item": "background",
|
|
4787
|
+
"subitem": "glass",
|
|
4788
|
+
"state": "normal"
|
|
4789
|
+
},
|
|
4790
|
+
"path": [
|
|
4791
|
+
"color",
|
|
4792
|
+
"theme",
|
|
4793
|
+
"background",
|
|
4794
|
+
"glass",
|
|
4795
|
+
"normal"
|
|
4796
|
+
]
|
|
4797
|
+
},
|
|
4798
|
+
"overlay": {
|
|
4799
|
+
"normal": {
|
|
4800
|
+
"value": "#00000099",
|
|
4801
|
+
"type": "color",
|
|
4802
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4803
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4804
|
+
"isSource": true,
|
|
4805
|
+
"original": {
|
|
4806
|
+
"value": "{color.core.black-alpha.60}",
|
|
4807
|
+
"type": "color",
|
|
4808
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4809
|
+
},
|
|
4810
|
+
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4811
|
+
"attributes": {
|
|
4812
|
+
"category": "color",
|
|
4813
|
+
"type": "theme",
|
|
4814
|
+
"item": "background",
|
|
4815
|
+
"subitem": "glass",
|
|
4816
|
+
"state": "overlay"
|
|
4817
|
+
},
|
|
4818
|
+
"path": [
|
|
4819
|
+
"color",
|
|
4820
|
+
"theme",
|
|
4821
|
+
"background",
|
|
4822
|
+
"glass",
|
|
4823
|
+
"overlay",
|
|
4824
|
+
"normal"
|
|
4825
|
+
]
|
|
4826
|
+
},
|
|
4827
|
+
"inactive": {
|
|
4828
|
+
"value": "#00000066",
|
|
4829
|
+
"type": "color",
|
|
4830
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4831
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4832
|
+
"isSource": true,
|
|
4833
|
+
"original": {
|
|
4834
|
+
"value": "{color.core.black-alpha.40}",
|
|
4835
|
+
"type": "color",
|
|
4836
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4837
|
+
},
|
|
4838
|
+
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4839
|
+
"attributes": {
|
|
4840
|
+
"category": "color",
|
|
4841
|
+
"type": "theme",
|
|
4842
|
+
"item": "background",
|
|
4843
|
+
"subitem": "glass",
|
|
4844
|
+
"state": "overlay"
|
|
4845
|
+
},
|
|
4846
|
+
"path": [
|
|
4847
|
+
"color",
|
|
4848
|
+
"theme",
|
|
4849
|
+
"background",
|
|
4850
|
+
"glass",
|
|
4851
|
+
"overlay",
|
|
4852
|
+
"inactive"
|
|
4853
|
+
]
|
|
4854
|
+
}
|
|
4855
|
+
}
|
|
4769
4856
|
}
|
|
4770
4857
|
},
|
|
4771
4858
|
"button": {
|
|
@@ -5391,6 +5478,94 @@
|
|
|
5391
5478
|
"pressed"
|
|
5392
5479
|
]
|
|
5393
5480
|
}
|
|
5481
|
+
},
|
|
5482
|
+
"glass": {
|
|
5483
|
+
"primary": {
|
|
5484
|
+
"normal": {
|
|
5485
|
+
"value": "#ffffffcc",
|
|
5486
|
+
"type": "color",
|
|
5487
|
+
"description": "Used for Operation pop button",
|
|
5488
|
+
"filePath": "src/theme/stable/dark.json",
|
|
5489
|
+
"isSource": true,
|
|
5490
|
+
"original": {
|
|
5491
|
+
"value": "{color.core.white-alpha.80}",
|
|
5492
|
+
"type": "color",
|
|
5493
|
+
"description": "Used for Operation pop button"
|
|
5494
|
+
},
|
|
5495
|
+
"name": "mds-color-theme-button-glass-primary-normal",
|
|
5496
|
+
"attributes": {
|
|
5497
|
+
"category": "color",
|
|
5498
|
+
"type": "theme",
|
|
5499
|
+
"item": "button",
|
|
5500
|
+
"subitem": "glass",
|
|
5501
|
+
"state": "primary"
|
|
5502
|
+
},
|
|
5503
|
+
"path": [
|
|
5504
|
+
"color",
|
|
5505
|
+
"theme",
|
|
5506
|
+
"button",
|
|
5507
|
+
"glass",
|
|
5508
|
+
"primary",
|
|
5509
|
+
"normal"
|
|
5510
|
+
]
|
|
5511
|
+
},
|
|
5512
|
+
"hover": {
|
|
5513
|
+
"value": "#ffffffb3",
|
|
5514
|
+
"type": "color",
|
|
5515
|
+
"description": "Used for Operation pop button",
|
|
5516
|
+
"filePath": "src/theme/stable/dark.json",
|
|
5517
|
+
"isSource": true,
|
|
5518
|
+
"original": {
|
|
5519
|
+
"value": "{color.core.white-alpha.70}",
|
|
5520
|
+
"type": "color",
|
|
5521
|
+
"description": "Used for Operation pop button"
|
|
5522
|
+
},
|
|
5523
|
+
"name": "mds-color-theme-button-glass-primary-hover",
|
|
5524
|
+
"attributes": {
|
|
5525
|
+
"category": "color",
|
|
5526
|
+
"type": "theme",
|
|
5527
|
+
"item": "button",
|
|
5528
|
+
"subitem": "glass",
|
|
5529
|
+
"state": "primary"
|
|
5530
|
+
},
|
|
5531
|
+
"path": [
|
|
5532
|
+
"color",
|
|
5533
|
+
"theme",
|
|
5534
|
+
"button",
|
|
5535
|
+
"glass",
|
|
5536
|
+
"primary",
|
|
5537
|
+
"hover"
|
|
5538
|
+
]
|
|
5539
|
+
},
|
|
5540
|
+
"pressed": {
|
|
5541
|
+
"value": "#ffffff99",
|
|
5542
|
+
"type": "color",
|
|
5543
|
+
"description": "Used for Operation pop button",
|
|
5544
|
+
"filePath": "src/theme/stable/dark.json",
|
|
5545
|
+
"isSource": true,
|
|
5546
|
+
"original": {
|
|
5547
|
+
"value": "{color.core.white-alpha.60}",
|
|
5548
|
+
"type": "color",
|
|
5549
|
+
"description": "Used for Operation pop button"
|
|
5550
|
+
},
|
|
5551
|
+
"name": "mds-color-theme-button-glass-primary-pressed",
|
|
5552
|
+
"attributes": {
|
|
5553
|
+
"category": "color",
|
|
5554
|
+
"type": "theme",
|
|
5555
|
+
"item": "button",
|
|
5556
|
+
"subitem": "glass",
|
|
5557
|
+
"state": "primary"
|
|
5558
|
+
},
|
|
5559
|
+
"path": [
|
|
5560
|
+
"color",
|
|
5561
|
+
"theme",
|
|
5562
|
+
"button",
|
|
5563
|
+
"glass",
|
|
5564
|
+
"primary",
|
|
5565
|
+
"pressed"
|
|
5566
|
+
]
|
|
5567
|
+
}
|
|
5568
|
+
}
|
|
5394
5569
|
}
|
|
5395
5570
|
},
|
|
5396
5571
|
"outline": {
|
|
@@ -11014,6 +11189,66 @@
|
|
|
11014
11189
|
"hover"
|
|
11015
11190
|
]
|
|
11016
11191
|
}
|
|
11192
|
+
},
|
|
11193
|
+
"vertical": {
|
|
11194
|
+
"normal": {
|
|
11195
|
+
"parent": "theme/stable/dark",
|
|
11196
|
+
"type": "color",
|
|
11197
|
+
"value": "linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)",
|
|
11198
|
+
"description": "linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)\nUsed for default default on compose area in space",
|
|
11199
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11200
|
+
"isSource": true,
|
|
11201
|
+
"original": {
|
|
11202
|
+
"parent": "theme/stable/dark",
|
|
11203
|
+
"type": "color",
|
|
11204
|
+
"value": "linear-gradient(0deg, {color.core.white-alpha.0} 0%, {color.core.white-alpha.20} 22.4%, {color.core.white-alpha.20} 72.4%, {color.core.white-alpha.0} 100%)",
|
|
11205
|
+
"description": "linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)\nUsed for default default on compose area in space"
|
|
11206
|
+
},
|
|
11207
|
+
"name": "mds-color-theme-gradientdivider-vertical-normal",
|
|
11208
|
+
"attributes": {
|
|
11209
|
+
"category": "color",
|
|
11210
|
+
"type": "theme",
|
|
11211
|
+
"item": "gradientdivider",
|
|
11212
|
+
"subitem": "vertical",
|
|
11213
|
+
"state": "normal"
|
|
11214
|
+
},
|
|
11215
|
+
"path": [
|
|
11216
|
+
"color",
|
|
11217
|
+
"theme",
|
|
11218
|
+
"gradientdivider",
|
|
11219
|
+
"vertical",
|
|
11220
|
+
"normal"
|
|
11221
|
+
]
|
|
11222
|
+
},
|
|
11223
|
+
"hover": {
|
|
11224
|
+
"parent": "theme/stable/dark",
|
|
11225
|
+
"type": "color",
|
|
11226
|
+
"value": "linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)",
|
|
11227
|
+
"description": "linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)\nUsed for hover state of gradient divider for spaces",
|
|
11228
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11229
|
+
"isSource": true,
|
|
11230
|
+
"original": {
|
|
11231
|
+
"parent": "theme/stable/dark",
|
|
11232
|
+
"type": "color",
|
|
11233
|
+
"value": "linear-gradient(0deg, {color.core.white-alpha.0} 0%, {color.core.white-alpha.60} 22.4%, {color.core.white-alpha.60} 72.4%, {color.core.white-alpha.0} 100%)",
|
|
11234
|
+
"description": "linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)\nUsed for hover state of gradient divider for spaces"
|
|
11235
|
+
},
|
|
11236
|
+
"name": "mds-color-theme-gradientdivider-vertical-hover",
|
|
11237
|
+
"attributes": {
|
|
11238
|
+
"category": "color",
|
|
11239
|
+
"type": "theme",
|
|
11240
|
+
"item": "gradientdivider",
|
|
11241
|
+
"subitem": "vertical",
|
|
11242
|
+
"state": "hover"
|
|
11243
|
+
},
|
|
11244
|
+
"path": [
|
|
11245
|
+
"color",
|
|
11246
|
+
"theme",
|
|
11247
|
+
"gradientdivider",
|
|
11248
|
+
"vertical",
|
|
11249
|
+
"hover"
|
|
11250
|
+
]
|
|
11251
|
+
}
|
|
11017
11252
|
}
|
|
11018
11253
|
},
|
|
11019
11254
|
"avatar": {
|
|
@@ -11390,6 +11625,62 @@
|
|
|
11390
11625
|
"avatar",
|
|
11391
11626
|
"yellow"
|
|
11392
11627
|
]
|
|
11628
|
+
},
|
|
11629
|
+
"glass": {
|
|
11630
|
+
"normal": {
|
|
11631
|
+
"value": "#ffffff12",
|
|
11632
|
+
"type": "color",
|
|
11633
|
+
"description": "Used for Operation pop",
|
|
11634
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11635
|
+
"isSource": true,
|
|
11636
|
+
"original": {
|
|
11637
|
+
"value": "{color.core.white-alpha.7}",
|
|
11638
|
+
"type": "color",
|
|
11639
|
+
"description": "Used for Operation pop"
|
|
11640
|
+
},
|
|
11641
|
+
"name": "mds-color-theme-avatar-glass-normal",
|
|
11642
|
+
"attributes": {
|
|
11643
|
+
"category": "color",
|
|
11644
|
+
"type": "theme",
|
|
11645
|
+
"item": "avatar",
|
|
11646
|
+
"subitem": "glass",
|
|
11647
|
+
"state": "normal"
|
|
11648
|
+
},
|
|
11649
|
+
"path": [
|
|
11650
|
+
"color",
|
|
11651
|
+
"theme",
|
|
11652
|
+
"avatar",
|
|
11653
|
+
"glass",
|
|
11654
|
+
"normal"
|
|
11655
|
+
]
|
|
11656
|
+
},
|
|
11657
|
+
"active": {
|
|
11658
|
+
"value": "#ffffffcc",
|
|
11659
|
+
"type": "color",
|
|
11660
|
+
"description": "Used for Operation pop",
|
|
11661
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11662
|
+
"isSource": true,
|
|
11663
|
+
"original": {
|
|
11664
|
+
"value": "{color.core.white-alpha.80}",
|
|
11665
|
+
"type": "color",
|
|
11666
|
+
"description": "Used for Operation pop"
|
|
11667
|
+
},
|
|
11668
|
+
"name": "mds-color-theme-avatar-glass-active",
|
|
11669
|
+
"attributes": {
|
|
11670
|
+
"category": "color",
|
|
11671
|
+
"type": "theme",
|
|
11672
|
+
"item": "avatar",
|
|
11673
|
+
"subitem": "glass",
|
|
11674
|
+
"state": "active"
|
|
11675
|
+
},
|
|
11676
|
+
"path": [
|
|
11677
|
+
"color",
|
|
11678
|
+
"theme",
|
|
11679
|
+
"avatar",
|
|
11680
|
+
"glass",
|
|
11681
|
+
"active"
|
|
11682
|
+
]
|
|
11683
|
+
}
|
|
11393
11684
|
}
|
|
11394
11685
|
},
|
|
11395
11686
|
"focus": {
|
|
@@ -4683,6 +4683,93 @@
|
|
|
4683
4683
|
"normal"
|
|
4684
4684
|
]
|
|
4685
4685
|
}
|
|
4686
|
+
},
|
|
4687
|
+
"glass": {
|
|
4688
|
+
"normal": {
|
|
4689
|
+
"value": "#000000",
|
|
4690
|
+
"type": "color",
|
|
4691
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4692
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4693
|
+
"isSource": true,
|
|
4694
|
+
"original": {
|
|
4695
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
4696
|
+
"type": "color",
|
|
4697
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4698
|
+
},
|
|
4699
|
+
"name": "mds-color-theme-background-glass-normal",
|
|
4700
|
+
"attributes": {
|
|
4701
|
+
"category": "color",
|
|
4702
|
+
"type": "theme",
|
|
4703
|
+
"item": "background",
|
|
4704
|
+
"subitem": "glass",
|
|
4705
|
+
"state": "normal"
|
|
4706
|
+
},
|
|
4707
|
+
"path": [
|
|
4708
|
+
"color",
|
|
4709
|
+
"theme",
|
|
4710
|
+
"background",
|
|
4711
|
+
"glass",
|
|
4712
|
+
"normal"
|
|
4713
|
+
]
|
|
4714
|
+
},
|
|
4715
|
+
"overlay": {
|
|
4716
|
+
"normal": {
|
|
4717
|
+
"value": "#ffff00",
|
|
4718
|
+
"type": "color",
|
|
4719
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4720
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4721
|
+
"isSource": true,
|
|
4722
|
+
"original": {
|
|
4723
|
+
"value": "{color.highcontrast.black.HotlightColor}",
|
|
4724
|
+
"type": "color",
|
|
4725
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4726
|
+
},
|
|
4727
|
+
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4728
|
+
"attributes": {
|
|
4729
|
+
"category": "color",
|
|
4730
|
+
"type": "theme",
|
|
4731
|
+
"item": "background",
|
|
4732
|
+
"subitem": "glass",
|
|
4733
|
+
"state": "overlay"
|
|
4734
|
+
},
|
|
4735
|
+
"path": [
|
|
4736
|
+
"color",
|
|
4737
|
+
"theme",
|
|
4738
|
+
"background",
|
|
4739
|
+
"glass",
|
|
4740
|
+
"overlay",
|
|
4741
|
+
"normal"
|
|
4742
|
+
]
|
|
4743
|
+
},
|
|
4744
|
+
"inactive": {
|
|
4745
|
+
"value": "#000000",
|
|
4746
|
+
"type": "color",
|
|
4747
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4748
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4749
|
+
"isSource": true,
|
|
4750
|
+
"original": {
|
|
4751
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
4752
|
+
"type": "color",
|
|
4753
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4754
|
+
},
|
|
4755
|
+
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4756
|
+
"attributes": {
|
|
4757
|
+
"category": "color",
|
|
4758
|
+
"type": "theme",
|
|
4759
|
+
"item": "background",
|
|
4760
|
+
"subitem": "glass",
|
|
4761
|
+
"state": "overlay"
|
|
4762
|
+
},
|
|
4763
|
+
"path": [
|
|
4764
|
+
"color",
|
|
4765
|
+
"theme",
|
|
4766
|
+
"background",
|
|
4767
|
+
"glass",
|
|
4768
|
+
"overlay",
|
|
4769
|
+
"inactive"
|
|
4770
|
+
]
|
|
4771
|
+
}
|
|
4772
|
+
}
|
|
4686
4773
|
}
|
|
4687
4774
|
},
|
|
4688
4775
|
"button": {
|
|
@@ -5280,6 +5367,94 @@
|
|
|
5280
5367
|
"pressed"
|
|
5281
5368
|
]
|
|
5282
5369
|
}
|
|
5370
|
+
},
|
|
5371
|
+
"glass": {
|
|
5372
|
+
"primary": {
|
|
5373
|
+
"normal": {
|
|
5374
|
+
"value": "#000000",
|
|
5375
|
+
"type": "color",
|
|
5376
|
+
"description": "Used for Operation pop button",
|
|
5377
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
5378
|
+
"isSource": true,
|
|
5379
|
+
"original": {
|
|
5380
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}",
|
|
5381
|
+
"type": "color",
|
|
5382
|
+
"description": "Used for Operation pop button"
|
|
5383
|
+
},
|
|
5384
|
+
"name": "mds-color-theme-button-glass-primary-normal",
|
|
5385
|
+
"attributes": {
|
|
5386
|
+
"category": "color",
|
|
5387
|
+
"type": "theme",
|
|
5388
|
+
"item": "button",
|
|
5389
|
+
"subitem": "glass",
|
|
5390
|
+
"state": "primary"
|
|
5391
|
+
},
|
|
5392
|
+
"path": [
|
|
5393
|
+
"color",
|
|
5394
|
+
"theme",
|
|
5395
|
+
"button",
|
|
5396
|
+
"glass",
|
|
5397
|
+
"primary",
|
|
5398
|
+
"normal"
|
|
5399
|
+
]
|
|
5400
|
+
},
|
|
5401
|
+
"hover": {
|
|
5402
|
+
"value": "#1aebff",
|
|
5403
|
+
"type": "color",
|
|
5404
|
+
"description": "Used for Operation pop button",
|
|
5405
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
5406
|
+
"isSource": true,
|
|
5407
|
+
"original": {
|
|
5408
|
+
"value": "{color.highcontrast.black.HighlightColor}",
|
|
5409
|
+
"type": "color",
|
|
5410
|
+
"description": "Used for Operation pop button"
|
|
5411
|
+
},
|
|
5412
|
+
"name": "mds-color-theme-button-glass-primary-hover",
|
|
5413
|
+
"attributes": {
|
|
5414
|
+
"category": "color",
|
|
5415
|
+
"type": "theme",
|
|
5416
|
+
"item": "button",
|
|
5417
|
+
"subitem": "glass",
|
|
5418
|
+
"state": "primary"
|
|
5419
|
+
},
|
|
5420
|
+
"path": [
|
|
5421
|
+
"color",
|
|
5422
|
+
"theme",
|
|
5423
|
+
"button",
|
|
5424
|
+
"glass",
|
|
5425
|
+
"primary",
|
|
5426
|
+
"hover"
|
|
5427
|
+
]
|
|
5428
|
+
},
|
|
5429
|
+
"pressed": {
|
|
5430
|
+
"value": "#1aebff",
|
|
5431
|
+
"type": "color",
|
|
5432
|
+
"description": "Used for Operation pop button",
|
|
5433
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
5434
|
+
"isSource": true,
|
|
5435
|
+
"original": {
|
|
5436
|
+
"value": "{color.highcontrast.black.HighlightColor}",
|
|
5437
|
+
"type": "color",
|
|
5438
|
+
"description": "Used for Operation pop button"
|
|
5439
|
+
},
|
|
5440
|
+
"name": "mds-color-theme-button-glass-primary-pressed",
|
|
5441
|
+
"attributes": {
|
|
5442
|
+
"category": "color",
|
|
5443
|
+
"type": "theme",
|
|
5444
|
+
"item": "button",
|
|
5445
|
+
"subitem": "glass",
|
|
5446
|
+
"state": "primary"
|
|
5447
|
+
},
|
|
5448
|
+
"path": [
|
|
5449
|
+
"color",
|
|
5450
|
+
"theme",
|
|
5451
|
+
"button",
|
|
5452
|
+
"glass",
|
|
5453
|
+
"primary",
|
|
5454
|
+
"pressed"
|
|
5455
|
+
]
|
|
5456
|
+
}
|
|
5457
|
+
}
|
|
5283
5458
|
}
|
|
5284
5459
|
},
|
|
5285
5460
|
"outline": {
|
|
@@ -8263,6 +8438,62 @@
|
|
|
8263
8438
|
"hover"
|
|
8264
8439
|
]
|
|
8265
8440
|
}
|
|
8441
|
+
},
|
|
8442
|
+
"vertical": {
|
|
8443
|
+
"normal": {
|
|
8444
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8445
|
+
"type": "color",
|
|
8446
|
+
"value": "#ffffff",
|
|
8447
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8448
|
+
"isSource": true,
|
|
8449
|
+
"original": {
|
|
8450
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8451
|
+
"type": "color",
|
|
8452
|
+
"value": "{color.highcontrast.black.WindowTextColor}"
|
|
8453
|
+
},
|
|
8454
|
+
"name": "mds-color-theme-gradientdivider-vertical-normal",
|
|
8455
|
+
"attributes": {
|
|
8456
|
+
"category": "color",
|
|
8457
|
+
"type": "theme",
|
|
8458
|
+
"item": "gradientdivider",
|
|
8459
|
+
"subitem": "vertical",
|
|
8460
|
+
"state": "normal"
|
|
8461
|
+
},
|
|
8462
|
+
"path": [
|
|
8463
|
+
"color",
|
|
8464
|
+
"theme",
|
|
8465
|
+
"gradientdivider",
|
|
8466
|
+
"vertical",
|
|
8467
|
+
"normal"
|
|
8468
|
+
]
|
|
8469
|
+
},
|
|
8470
|
+
"hover": {
|
|
8471
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8472
|
+
"type": "color",
|
|
8473
|
+
"value": "#ffffff",
|
|
8474
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8475
|
+
"isSource": true,
|
|
8476
|
+
"original": {
|
|
8477
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8478
|
+
"type": "color",
|
|
8479
|
+
"value": "{color.highcontrast.black.WindowTextColor}"
|
|
8480
|
+
},
|
|
8481
|
+
"name": "mds-color-theme-gradientdivider-vertical-hover",
|
|
8482
|
+
"attributes": {
|
|
8483
|
+
"category": "color",
|
|
8484
|
+
"type": "theme",
|
|
8485
|
+
"item": "gradientdivider",
|
|
8486
|
+
"subitem": "vertical",
|
|
8487
|
+
"state": "hover"
|
|
8488
|
+
},
|
|
8489
|
+
"path": [
|
|
8490
|
+
"color",
|
|
8491
|
+
"theme",
|
|
8492
|
+
"gradientdivider",
|
|
8493
|
+
"vertical",
|
|
8494
|
+
"hover"
|
|
8495
|
+
]
|
|
8496
|
+
}
|
|
8266
8497
|
}
|
|
8267
8498
|
},
|
|
8268
8499
|
"avatar": {
|
|
@@ -8635,6 +8866,62 @@
|
|
|
8635
8866
|
"avatar",
|
|
8636
8867
|
"pressed"
|
|
8637
8868
|
]
|
|
8869
|
+
},
|
|
8870
|
+
"glass": {
|
|
8871
|
+
"normal": {
|
|
8872
|
+
"value": "#ffffff",
|
|
8873
|
+
"type": "color",
|
|
8874
|
+
"description": "Used for Operation pop",
|
|
8875
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8876
|
+
"isSource": true,
|
|
8877
|
+
"original": {
|
|
8878
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
8879
|
+
"type": "color",
|
|
8880
|
+
"description": "Used for Operation pop"
|
|
8881
|
+
},
|
|
8882
|
+
"name": "mds-color-theme-avatar-glass-normal",
|
|
8883
|
+
"attributes": {
|
|
8884
|
+
"category": "color",
|
|
8885
|
+
"type": "theme",
|
|
8886
|
+
"item": "avatar",
|
|
8887
|
+
"subitem": "glass",
|
|
8888
|
+
"state": "normal"
|
|
8889
|
+
},
|
|
8890
|
+
"path": [
|
|
8891
|
+
"color",
|
|
8892
|
+
"theme",
|
|
8893
|
+
"avatar",
|
|
8894
|
+
"glass",
|
|
8895
|
+
"normal"
|
|
8896
|
+
]
|
|
8897
|
+
},
|
|
8898
|
+
"active": {
|
|
8899
|
+
"value": "#ffffff",
|
|
8900
|
+
"type": "color",
|
|
8901
|
+
"description": "Used for Operation pop",
|
|
8902
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8903
|
+
"isSource": true,
|
|
8904
|
+
"original": {
|
|
8905
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
8906
|
+
"type": "color",
|
|
8907
|
+
"description": "Used for Operation pop"
|
|
8908
|
+
},
|
|
8909
|
+
"name": "mds-color-theme-avatar-glass-active",
|
|
8910
|
+
"attributes": {
|
|
8911
|
+
"category": "color",
|
|
8912
|
+
"type": "theme",
|
|
8913
|
+
"item": "avatar",
|
|
8914
|
+
"subitem": "glass",
|
|
8915
|
+
"state": "active"
|
|
8916
|
+
},
|
|
8917
|
+
"path": [
|
|
8918
|
+
"color",
|
|
8919
|
+
"theme",
|
|
8920
|
+
"avatar",
|
|
8921
|
+
"glass",
|
|
8922
|
+
"active"
|
|
8923
|
+
]
|
|
8924
|
+
}
|
|
8638
8925
|
}
|
|
8639
8926
|
},
|
|
8640
8927
|
"common": {
|
|
@@ -9913,6 +10200,34 @@
|
|
|
9913
10200
|
"disabled"
|
|
9914
10201
|
]
|
|
9915
10202
|
}
|
|
10203
|
+
},
|
|
10204
|
+
"warning": {
|
|
10205
|
+
"normal": {
|
|
10206
|
+
"value": "#ffffff",
|
|
10207
|
+
"type": "color",
|
|
10208
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10209
|
+
"isSource": true,
|
|
10210
|
+
"original": {
|
|
10211
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
10212
|
+
"type": "color"
|
|
10213
|
+
},
|
|
10214
|
+
"name": "mds-color-theme-common-outline-warning-normal",
|
|
10215
|
+
"attributes": {
|
|
10216
|
+
"category": "color",
|
|
10217
|
+
"type": "theme",
|
|
10218
|
+
"item": "common",
|
|
10219
|
+
"subitem": "outline",
|
|
10220
|
+
"state": "warning"
|
|
10221
|
+
},
|
|
10222
|
+
"path": [
|
|
10223
|
+
"color",
|
|
10224
|
+
"theme",
|
|
10225
|
+
"common",
|
|
10226
|
+
"outline",
|
|
10227
|
+
"warning",
|
|
10228
|
+
"normal"
|
|
10229
|
+
]
|
|
10230
|
+
}
|
|
9916
10231
|
}
|
|
9917
10232
|
},
|
|
9918
10233
|
"control": {
|