@momentum-design/tokens 0.6.0 → 0.6.2
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 +96 -24
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/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-bronze-stable.css +9 -3
- package/dist/css/theme/webex/dark-indigo-stable.css +9 -3
- package/dist/css/theme/webex/dark-jade-stable.css +9 -3
- package/dist/css/theme/webex/dark-lavender-stable.css +9 -3
- package/dist/css/theme/webex/dark-rose-stable.css +9 -3
- package/dist/css/theme/webex/dark-stable.css +9 -3
- package/dist/css/theme/webex/hc-dark-stable.css +7 -1
- package/dist/css/theme/webex/hc-light-stable.css +7 -1
- package/dist/css/theme/webex/light-bronze-stable.css +9 -3
- package/dist/css/theme/webex/light-indigo-stable.css +9 -3
- package/dist/css/theme/webex/light-jade-stable.css +9 -3
- package/dist/css/theme/webex/light-lavender-stable.css +9 -3
- package/dist/css/theme/webex/light-rose-stable.css +9 -3
- package/dist/css/theme/webex/light-stable.css +9 -3
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/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-bronze-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-indigo-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-jade-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-lavender-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-rose-stable.swift +9 -3
- package/dist/ios/theme/webex/dark-stable.swift +9 -3
- package/dist/ios/theme/webex/hc-dark-stable.swift +7 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +7 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +9 -3
- package/dist/ios/theme/webex/light-indigo-stable.swift +9 -3
- package/dist/ios/theme/webex/light-jade-stable.swift +9 -3
- package/dist/ios/theme/webex/light-lavender-stable.swift +9 -3
- package/dist/ios/theme/webex/light-rose-stable.swift +9 -3
- package/dist/ios/theme/webex/light-stable.swift +9 -3
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/dark-stable.swift +9 -5
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +6 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +18 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +25 -13
- package/dist/ios-webex/theme/webex/light-stable.swift +25 -13
- package/dist/json/theme/webex/dark-bronze-stable.json +174 -6
- package/dist/json/theme/webex/dark-indigo-stable.json +174 -6
- package/dist/json/theme/webex/dark-jade-stable.json +174 -6
- package/dist/json/theme/webex/dark-lavender-stable.json +174 -6
- package/dist/json/theme/webex/dark-rose-stable.json +174 -6
- package/dist/json/theme/webex/dark-stable.json +174 -6
- package/dist/json/theme/webex/hc-dark-stable.json +168 -0
- package/dist/json/theme/webex/hc-light-stable.json +168 -0
- package/dist/json/theme/webex/light-bronze-stable.json +174 -6
- package/dist/json/theme/webex/light-indigo-stable.json +174 -6
- package/dist/json/theme/webex/light-jade-stable.json +174 -6
- package/dist/json/theme/webex/light-lavender-stable.json +174 -6
- package/dist/json/theme/webex/light-rose-stable.json +174 -6
- package/dist/json/theme/webex/light-stable.json +174 -6
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +12 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +12 -2
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +10 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +10 -0
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-jade-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-rose-stable.json +12 -2
- package/dist/json-minimal/theme/webex/light-stable.json +12 -2
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/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-bronze-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-indigo-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-jade-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-lavender-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-rose-stable.xml +9 -3
- package/dist/resources/theme/webex/dark-stable.xml +9 -3
- package/dist/resources/theme/webex/hc-dark-stable.xml +7 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +7 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +9 -3
- package/dist/resources/theme/webex/light-indigo-stable.xml +9 -3
- package/dist/resources/theme/webex/light-jade-stable.xml +9 -3
- package/dist/resources/theme/webex/light-lavender-stable.xml +9 -3
- package/dist/resources/theme/webex/light-rose-stable.xml +9 -3
- package/dist/resources/theme/webex/light-stable.xml +9 -3
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/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-bronze-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-indigo-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-jade-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-lavender-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-rose-stable.scss +9 -3
- package/dist/scss/theme/webex/dark-stable.scss +9 -3
- package/dist/scss/theme/webex/hc-dark-stable.scss +7 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +7 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +9 -3
- package/dist/scss/theme/webex/light-indigo-stable.scss +9 -3
- package/dist/scss/theme/webex/light-jade-stable.scss +9 -3
- package/dist/scss/theme/webex/light-lavender-stable.scss +9 -3
- package/dist/scss/theme/webex/light-rose-stable.scss +9 -3
- package/dist/scss/theme/webex/light-stable.scss +9 -3
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -4772,6 +4772,87 @@
|
|
|
4772
4772
|
"normal"
|
|
4773
4773
|
]
|
|
4774
4774
|
},
|
|
4775
|
+
"light": {
|
|
4776
|
+
"value": "#000000",
|
|
4777
|
+
"type": "color",
|
|
4778
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4779
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4780
|
+
"isSource": true,
|
|
4781
|
+
"original": {
|
|
4782
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
4783
|
+
"type": "color",
|
|
4784
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4785
|
+
},
|
|
4786
|
+
"name": "mds-color-theme-background-glass-light",
|
|
4787
|
+
"attributes": {
|
|
4788
|
+
"category": "color",
|
|
4789
|
+
"type": "theme",
|
|
4790
|
+
"item": "background",
|
|
4791
|
+
"subitem": "glass",
|
|
4792
|
+
"state": "light"
|
|
4793
|
+
},
|
|
4794
|
+
"path": [
|
|
4795
|
+
"color",
|
|
4796
|
+
"theme",
|
|
4797
|
+
"background",
|
|
4798
|
+
"glass",
|
|
4799
|
+
"light"
|
|
4800
|
+
]
|
|
4801
|
+
},
|
|
4802
|
+
"medium": {
|
|
4803
|
+
"value": "#000000",
|
|
4804
|
+
"type": "color",
|
|
4805
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4806
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4807
|
+
"isSource": true,
|
|
4808
|
+
"original": {
|
|
4809
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
4810
|
+
"type": "color",
|
|
4811
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4812
|
+
},
|
|
4813
|
+
"name": "mds-color-theme-background-glass-medium",
|
|
4814
|
+
"attributes": {
|
|
4815
|
+
"category": "color",
|
|
4816
|
+
"type": "theme",
|
|
4817
|
+
"item": "background",
|
|
4818
|
+
"subitem": "glass",
|
|
4819
|
+
"state": "medium"
|
|
4820
|
+
},
|
|
4821
|
+
"path": [
|
|
4822
|
+
"color",
|
|
4823
|
+
"theme",
|
|
4824
|
+
"background",
|
|
4825
|
+
"glass",
|
|
4826
|
+
"medium"
|
|
4827
|
+
]
|
|
4828
|
+
},
|
|
4829
|
+
"heavy": {
|
|
4830
|
+
"value": "#000000",
|
|
4831
|
+
"type": "color",
|
|
4832
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4833
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4834
|
+
"isSource": true,
|
|
4835
|
+
"original": {
|
|
4836
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
4837
|
+
"type": "color",
|
|
4838
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4839
|
+
},
|
|
4840
|
+
"name": "mds-color-theme-background-glass-heavy",
|
|
4841
|
+
"attributes": {
|
|
4842
|
+
"category": "color",
|
|
4843
|
+
"type": "theme",
|
|
4844
|
+
"item": "background",
|
|
4845
|
+
"subitem": "glass",
|
|
4846
|
+
"state": "heavy"
|
|
4847
|
+
},
|
|
4848
|
+
"path": [
|
|
4849
|
+
"color",
|
|
4850
|
+
"theme",
|
|
4851
|
+
"background",
|
|
4852
|
+
"glass",
|
|
4853
|
+
"heavy"
|
|
4854
|
+
]
|
|
4855
|
+
},
|
|
4775
4856
|
"overlay": {
|
|
4776
4857
|
"normal": {
|
|
4777
4858
|
"value": "#ffff00",
|
|
@@ -4829,6 +4910,64 @@
|
|
|
4829
4910
|
"inactive"
|
|
4830
4911
|
]
|
|
4831
4912
|
}
|
|
4913
|
+
},
|
|
4914
|
+
"radial": {
|
|
4915
|
+
"0": {
|
|
4916
|
+
"value": "#000000",
|
|
4917
|
+
"type": "color",
|
|
4918
|
+
"description": "Used for operation pop background. ",
|
|
4919
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4920
|
+
"isSource": true,
|
|
4921
|
+
"original": {
|
|
4922
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
4923
|
+
"type": "color",
|
|
4924
|
+
"description": "Used for operation pop background. "
|
|
4925
|
+
},
|
|
4926
|
+
"name": "mds-color-theme-background-glass-radial-0",
|
|
4927
|
+
"attributes": {
|
|
4928
|
+
"category": "color",
|
|
4929
|
+
"type": "theme",
|
|
4930
|
+
"item": "background",
|
|
4931
|
+
"subitem": "glass",
|
|
4932
|
+
"state": "radial"
|
|
4933
|
+
},
|
|
4934
|
+
"path": [
|
|
4935
|
+
"color",
|
|
4936
|
+
"theme",
|
|
4937
|
+
"background",
|
|
4938
|
+
"glass",
|
|
4939
|
+
"radial",
|
|
4940
|
+
"0"
|
|
4941
|
+
]
|
|
4942
|
+
},
|
|
4943
|
+
"1": {
|
|
4944
|
+
"value": "#000000",
|
|
4945
|
+
"type": "color",
|
|
4946
|
+
"description": "Used for operation pop background. ",
|
|
4947
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4948
|
+
"isSource": true,
|
|
4949
|
+
"original": {
|
|
4950
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
4951
|
+
"type": "color",
|
|
4952
|
+
"description": "Used for operation pop background. "
|
|
4953
|
+
},
|
|
4954
|
+
"name": "mds-color-theme-background-glass-radial-1",
|
|
4955
|
+
"attributes": {
|
|
4956
|
+
"category": "color",
|
|
4957
|
+
"type": "theme",
|
|
4958
|
+
"item": "background",
|
|
4959
|
+
"subitem": "glass",
|
|
4960
|
+
"state": "radial"
|
|
4961
|
+
},
|
|
4962
|
+
"path": [
|
|
4963
|
+
"color",
|
|
4964
|
+
"theme",
|
|
4965
|
+
"background",
|
|
4966
|
+
"glass",
|
|
4967
|
+
"radial",
|
|
4968
|
+
"1"
|
|
4969
|
+
]
|
|
4970
|
+
}
|
|
4832
4971
|
}
|
|
4833
4972
|
},
|
|
4834
4973
|
"input": {
|
|
@@ -6345,6 +6484,35 @@
|
|
|
6345
6484
|
"normal"
|
|
6346
6485
|
]
|
|
6347
6486
|
}
|
|
6487
|
+
},
|
|
6488
|
+
"glass": {
|
|
6489
|
+
"normal": {
|
|
6490
|
+
"value": "#ffffff",
|
|
6491
|
+
"type": "color",
|
|
6492
|
+
"description": "Used for operation pop",
|
|
6493
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
6494
|
+
"isSource": true,
|
|
6495
|
+
"original": {
|
|
6496
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
6497
|
+
"type": "color",
|
|
6498
|
+
"description": "Used for operation pop"
|
|
6499
|
+
},
|
|
6500
|
+
"name": "mds-color-theme-outline-glass-normal",
|
|
6501
|
+
"attributes": {
|
|
6502
|
+
"category": "color",
|
|
6503
|
+
"type": "theme",
|
|
6504
|
+
"item": "outline",
|
|
6505
|
+
"subitem": "glass",
|
|
6506
|
+
"state": "normal"
|
|
6507
|
+
},
|
|
6508
|
+
"path": [
|
|
6509
|
+
"color",
|
|
6510
|
+
"theme",
|
|
6511
|
+
"outline",
|
|
6512
|
+
"glass",
|
|
6513
|
+
"normal"
|
|
6514
|
+
]
|
|
6515
|
+
}
|
|
6348
6516
|
}
|
|
6349
6517
|
},
|
|
6350
6518
|
"control": {
|
|
@@ -4777,6 +4777,87 @@
|
|
|
4777
4777
|
"normal"
|
|
4778
4778
|
]
|
|
4779
4779
|
},
|
|
4780
|
+
"light": {
|
|
4781
|
+
"value": "#ffffff",
|
|
4782
|
+
"type": "color",
|
|
4783
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4784
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4785
|
+
"isSource": true,
|
|
4786
|
+
"original": {
|
|
4787
|
+
"value": "{color.highcontrast.white.WindowColor}",
|
|
4788
|
+
"type": "color",
|
|
4789
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4790
|
+
},
|
|
4791
|
+
"name": "mds-color-theme-background-glass-light",
|
|
4792
|
+
"attributes": {
|
|
4793
|
+
"category": "color",
|
|
4794
|
+
"type": "theme",
|
|
4795
|
+
"item": "background",
|
|
4796
|
+
"subitem": "glass",
|
|
4797
|
+
"state": "light"
|
|
4798
|
+
},
|
|
4799
|
+
"path": [
|
|
4800
|
+
"color",
|
|
4801
|
+
"theme",
|
|
4802
|
+
"background",
|
|
4803
|
+
"glass",
|
|
4804
|
+
"light"
|
|
4805
|
+
]
|
|
4806
|
+
},
|
|
4807
|
+
"medium": {
|
|
4808
|
+
"value": "#ffffff",
|
|
4809
|
+
"type": "color",
|
|
4810
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4811
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4812
|
+
"isSource": true,
|
|
4813
|
+
"original": {
|
|
4814
|
+
"value": "{color.highcontrast.white.WindowColor}",
|
|
4815
|
+
"type": "color",
|
|
4816
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4817
|
+
},
|
|
4818
|
+
"name": "mds-color-theme-background-glass-medium",
|
|
4819
|
+
"attributes": {
|
|
4820
|
+
"category": "color",
|
|
4821
|
+
"type": "theme",
|
|
4822
|
+
"item": "background",
|
|
4823
|
+
"subitem": "glass",
|
|
4824
|
+
"state": "medium"
|
|
4825
|
+
},
|
|
4826
|
+
"path": [
|
|
4827
|
+
"color",
|
|
4828
|
+
"theme",
|
|
4829
|
+
"background",
|
|
4830
|
+
"glass",
|
|
4831
|
+
"medium"
|
|
4832
|
+
]
|
|
4833
|
+
},
|
|
4834
|
+
"heavy": {
|
|
4835
|
+
"value": "#ffffff",
|
|
4836
|
+
"type": "color",
|
|
4837
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4838
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4839
|
+
"isSource": true,
|
|
4840
|
+
"original": {
|
|
4841
|
+
"value": "{color.highcontrast.white.WindowColor}",
|
|
4842
|
+
"type": "color",
|
|
4843
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4844
|
+
},
|
|
4845
|
+
"name": "mds-color-theme-background-glass-heavy",
|
|
4846
|
+
"attributes": {
|
|
4847
|
+
"category": "color",
|
|
4848
|
+
"type": "theme",
|
|
4849
|
+
"item": "background",
|
|
4850
|
+
"subitem": "glass",
|
|
4851
|
+
"state": "heavy"
|
|
4852
|
+
},
|
|
4853
|
+
"path": [
|
|
4854
|
+
"color",
|
|
4855
|
+
"theme",
|
|
4856
|
+
"background",
|
|
4857
|
+
"glass",
|
|
4858
|
+
"heavy"
|
|
4859
|
+
]
|
|
4860
|
+
},
|
|
4780
4861
|
"overlay": {
|
|
4781
4862
|
"normal": {
|
|
4782
4863
|
"value": "#00009f",
|
|
@@ -4834,6 +4915,64 @@
|
|
|
4834
4915
|
"inactive"
|
|
4835
4916
|
]
|
|
4836
4917
|
}
|
|
4918
|
+
},
|
|
4919
|
+
"radial": {
|
|
4920
|
+
"0": {
|
|
4921
|
+
"value": "#ffffff",
|
|
4922
|
+
"type": "color",
|
|
4923
|
+
"description": "Used for operation pop background. ",
|
|
4924
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4925
|
+
"isSource": true,
|
|
4926
|
+
"original": {
|
|
4927
|
+
"value": "{color.highcontrast.white.WindowColor}",
|
|
4928
|
+
"type": "color",
|
|
4929
|
+
"description": "Used for operation pop background. "
|
|
4930
|
+
},
|
|
4931
|
+
"name": "mds-color-theme-background-glass-radial-0",
|
|
4932
|
+
"attributes": {
|
|
4933
|
+
"category": "color",
|
|
4934
|
+
"type": "theme",
|
|
4935
|
+
"item": "background",
|
|
4936
|
+
"subitem": "glass",
|
|
4937
|
+
"state": "radial"
|
|
4938
|
+
},
|
|
4939
|
+
"path": [
|
|
4940
|
+
"color",
|
|
4941
|
+
"theme",
|
|
4942
|
+
"background",
|
|
4943
|
+
"glass",
|
|
4944
|
+
"radial",
|
|
4945
|
+
"0"
|
|
4946
|
+
]
|
|
4947
|
+
},
|
|
4948
|
+
"1": {
|
|
4949
|
+
"value": "#ffffff",
|
|
4950
|
+
"type": "color",
|
|
4951
|
+
"description": "Used for operation pop background. ",
|
|
4952
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4953
|
+
"isSource": true,
|
|
4954
|
+
"original": {
|
|
4955
|
+
"value": "{color.highcontrast.white.WindowColor}",
|
|
4956
|
+
"type": "color",
|
|
4957
|
+
"description": "Used for operation pop background. "
|
|
4958
|
+
},
|
|
4959
|
+
"name": "mds-color-theme-background-glass-radial-1",
|
|
4960
|
+
"attributes": {
|
|
4961
|
+
"category": "color",
|
|
4962
|
+
"type": "theme",
|
|
4963
|
+
"item": "background",
|
|
4964
|
+
"subitem": "glass",
|
|
4965
|
+
"state": "radial"
|
|
4966
|
+
},
|
|
4967
|
+
"path": [
|
|
4968
|
+
"color",
|
|
4969
|
+
"theme",
|
|
4970
|
+
"background",
|
|
4971
|
+
"glass",
|
|
4972
|
+
"radial",
|
|
4973
|
+
"1"
|
|
4974
|
+
]
|
|
4975
|
+
}
|
|
4837
4976
|
}
|
|
4838
4977
|
},
|
|
4839
4978
|
"input": {
|
|
@@ -6352,6 +6491,35 @@
|
|
|
6352
6491
|
"normal"
|
|
6353
6492
|
]
|
|
6354
6493
|
}
|
|
6494
|
+
},
|
|
6495
|
+
"glass": {
|
|
6496
|
+
"normal": {
|
|
6497
|
+
"value": "#000000",
|
|
6498
|
+
"type": "color",
|
|
6499
|
+
"description": "Used for operation pop",
|
|
6500
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
6501
|
+
"isSource": true,
|
|
6502
|
+
"original": {
|
|
6503
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
6504
|
+
"type": "color",
|
|
6505
|
+
"description": "Used for operation pop"
|
|
6506
|
+
},
|
|
6507
|
+
"name": "mds-color-theme-outline-glass-normal",
|
|
6508
|
+
"attributes": {
|
|
6509
|
+
"category": "color",
|
|
6510
|
+
"type": "theme",
|
|
6511
|
+
"item": "outline",
|
|
6512
|
+
"subitem": "glass",
|
|
6513
|
+
"state": "normal"
|
|
6514
|
+
},
|
|
6515
|
+
"path": [
|
|
6516
|
+
"color",
|
|
6517
|
+
"theme",
|
|
6518
|
+
"outline",
|
|
6519
|
+
"glass",
|
|
6520
|
+
"normal"
|
|
6521
|
+
]
|
|
6522
|
+
}
|
|
6355
6523
|
}
|
|
6356
6524
|
},
|
|
6357
6525
|
"control": {
|
|
@@ -4804,14 +4804,14 @@
|
|
|
4804
4804
|
"skeleton": {
|
|
4805
4805
|
"normal": {
|
|
4806
4806
|
"type": "color",
|
|
4807
|
-
"value": "
|
|
4808
|
-
"description": "
|
|
4807
|
+
"value": "#8f8f8f",
|
|
4808
|
+
"description": "Used for skeleton component",
|
|
4809
4809
|
"filePath": "src/theme/stable/light.json",
|
|
4810
4810
|
"isSource": true,
|
|
4811
4811
|
"original": {
|
|
4812
4812
|
"type": "color",
|
|
4813
|
-
"value": "
|
|
4814
|
-
"description": "
|
|
4813
|
+
"value": "{color.core.gray.50}",
|
|
4814
|
+
"description": "Used for skeleton component"
|
|
4815
4815
|
},
|
|
4816
4816
|
"name": "mds-color-theme-background-skeleton-normal",
|
|
4817
4817
|
"attributes": {
|
|
@@ -4832,13 +4832,13 @@
|
|
|
4832
4832
|
},
|
|
4833
4833
|
"glass": {
|
|
4834
4834
|
"normal": {
|
|
4835
|
-
"value": "#
|
|
4835
|
+
"value": "#ffffff66",
|
|
4836
4836
|
"type": "color",
|
|
4837
4837
|
"description": "Used for glass effect background for operation pop. ",
|
|
4838
4838
|
"filePath": "src/theme/stable/light.json",
|
|
4839
4839
|
"isSource": true,
|
|
4840
4840
|
"original": {
|
|
4841
|
-
"value": "{color.core.white-alpha.
|
|
4841
|
+
"value": "{color.core.white-alpha.40}",
|
|
4842
4842
|
"type": "color",
|
|
4843
4843
|
"description": "Used for glass effect background for operation pop. "
|
|
4844
4844
|
},
|
|
@@ -4858,6 +4858,87 @@
|
|
|
4858
4858
|
"normal"
|
|
4859
4859
|
]
|
|
4860
4860
|
},
|
|
4861
|
+
"light": {
|
|
4862
|
+
"value": "#ffffff66",
|
|
4863
|
+
"type": "color",
|
|
4864
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4865
|
+
"filePath": "src/theme/stable/light.json",
|
|
4866
|
+
"isSource": true,
|
|
4867
|
+
"original": {
|
|
4868
|
+
"value": "{color.core.white-alpha.40}",
|
|
4869
|
+
"type": "color",
|
|
4870
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4871
|
+
},
|
|
4872
|
+
"name": "mds-color-theme-background-glass-light",
|
|
4873
|
+
"attributes": {
|
|
4874
|
+
"category": "color",
|
|
4875
|
+
"type": "theme",
|
|
4876
|
+
"item": "background",
|
|
4877
|
+
"subitem": "glass",
|
|
4878
|
+
"state": "light"
|
|
4879
|
+
},
|
|
4880
|
+
"path": [
|
|
4881
|
+
"color",
|
|
4882
|
+
"theme",
|
|
4883
|
+
"background",
|
|
4884
|
+
"glass",
|
|
4885
|
+
"light"
|
|
4886
|
+
]
|
|
4887
|
+
},
|
|
4888
|
+
"medium": {
|
|
4889
|
+
"value": "#ffffff99",
|
|
4890
|
+
"type": "color",
|
|
4891
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4892
|
+
"filePath": "src/theme/stable/light.json",
|
|
4893
|
+
"isSource": true,
|
|
4894
|
+
"original": {
|
|
4895
|
+
"value": "{color.core.white-alpha.60}",
|
|
4896
|
+
"type": "color",
|
|
4897
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4898
|
+
},
|
|
4899
|
+
"name": "mds-color-theme-background-glass-medium",
|
|
4900
|
+
"attributes": {
|
|
4901
|
+
"category": "color",
|
|
4902
|
+
"type": "theme",
|
|
4903
|
+
"item": "background",
|
|
4904
|
+
"subitem": "glass",
|
|
4905
|
+
"state": "medium"
|
|
4906
|
+
},
|
|
4907
|
+
"path": [
|
|
4908
|
+
"color",
|
|
4909
|
+
"theme",
|
|
4910
|
+
"background",
|
|
4911
|
+
"glass",
|
|
4912
|
+
"medium"
|
|
4913
|
+
]
|
|
4914
|
+
},
|
|
4915
|
+
"heavy": {
|
|
4916
|
+
"value": "#ffffffcc",
|
|
4917
|
+
"type": "color",
|
|
4918
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4919
|
+
"filePath": "src/theme/stable/light.json",
|
|
4920
|
+
"isSource": true,
|
|
4921
|
+
"original": {
|
|
4922
|
+
"value": "{color.core.white-alpha.80}",
|
|
4923
|
+
"type": "color",
|
|
4924
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4925
|
+
},
|
|
4926
|
+
"name": "mds-color-theme-background-glass-heavy",
|
|
4927
|
+
"attributes": {
|
|
4928
|
+
"category": "color",
|
|
4929
|
+
"type": "theme",
|
|
4930
|
+
"item": "background",
|
|
4931
|
+
"subitem": "glass",
|
|
4932
|
+
"state": "heavy"
|
|
4933
|
+
},
|
|
4934
|
+
"path": [
|
|
4935
|
+
"color",
|
|
4936
|
+
"theme",
|
|
4937
|
+
"background",
|
|
4938
|
+
"glass",
|
|
4939
|
+
"heavy"
|
|
4940
|
+
]
|
|
4941
|
+
},
|
|
4861
4942
|
"overlay": {
|
|
4862
4943
|
"normal": {
|
|
4863
4944
|
"value": "#ffffffcc",
|
|
@@ -4915,6 +4996,64 @@
|
|
|
4915
4996
|
"inactive"
|
|
4916
4997
|
]
|
|
4917
4998
|
}
|
|
4999
|
+
},
|
|
5000
|
+
"radial": {
|
|
5001
|
+
"0": {
|
|
5002
|
+
"value": "#ffffffe6",
|
|
5003
|
+
"type": "color",
|
|
5004
|
+
"description": "Used for operation pop background. ",
|
|
5005
|
+
"filePath": "src/theme/stable/light.json",
|
|
5006
|
+
"isSource": true,
|
|
5007
|
+
"original": {
|
|
5008
|
+
"value": "{color.core.white-alpha.90}",
|
|
5009
|
+
"type": "color",
|
|
5010
|
+
"description": "Used for operation pop background. "
|
|
5011
|
+
},
|
|
5012
|
+
"name": "mds-color-theme-background-glass-radial-0",
|
|
5013
|
+
"attributes": {
|
|
5014
|
+
"category": "color",
|
|
5015
|
+
"type": "theme",
|
|
5016
|
+
"item": "background",
|
|
5017
|
+
"subitem": "glass",
|
|
5018
|
+
"state": "radial"
|
|
5019
|
+
},
|
|
5020
|
+
"path": [
|
|
5021
|
+
"color",
|
|
5022
|
+
"theme",
|
|
5023
|
+
"background",
|
|
5024
|
+
"glass",
|
|
5025
|
+
"radial",
|
|
5026
|
+
"0"
|
|
5027
|
+
]
|
|
5028
|
+
},
|
|
5029
|
+
"1": {
|
|
5030
|
+
"value": "#ffffff66",
|
|
5031
|
+
"type": "color",
|
|
5032
|
+
"description": "Used for operation pop background. ",
|
|
5033
|
+
"filePath": "src/theme/stable/light.json",
|
|
5034
|
+
"isSource": true,
|
|
5035
|
+
"original": {
|
|
5036
|
+
"value": "{color.core.white-alpha.40}",
|
|
5037
|
+
"type": "color",
|
|
5038
|
+
"description": "Used for operation pop background. "
|
|
5039
|
+
},
|
|
5040
|
+
"name": "mds-color-theme-background-glass-radial-1",
|
|
5041
|
+
"attributes": {
|
|
5042
|
+
"category": "color",
|
|
5043
|
+
"type": "theme",
|
|
5044
|
+
"item": "background",
|
|
5045
|
+
"subitem": "glass",
|
|
5046
|
+
"state": "radial"
|
|
5047
|
+
},
|
|
5048
|
+
"path": [
|
|
5049
|
+
"color",
|
|
5050
|
+
"theme",
|
|
5051
|
+
"background",
|
|
5052
|
+
"glass",
|
|
5053
|
+
"radial",
|
|
5054
|
+
"1"
|
|
5055
|
+
]
|
|
5056
|
+
}
|
|
4918
5057
|
}
|
|
4919
5058
|
},
|
|
4920
5059
|
"input": {
|
|
@@ -6432,6 +6571,35 @@
|
|
|
6432
6571
|
"normal"
|
|
6433
6572
|
]
|
|
6434
6573
|
}
|
|
6574
|
+
},
|
|
6575
|
+
"glass": {
|
|
6576
|
+
"normal": {
|
|
6577
|
+
"value": "linear-gradient(180deg, #0000000a 0%, #0000001c 100%)",
|
|
6578
|
+
"type": "color",
|
|
6579
|
+
"description": "Used for operation pop",
|
|
6580
|
+
"filePath": "src/theme/stable/light.json",
|
|
6581
|
+
"isSource": true,
|
|
6582
|
+
"original": {
|
|
6583
|
+
"value": "linear-gradient(180deg, {color.core.black-alpha.4} 0%, {color.core.black-alpha.11} 100%)",
|
|
6584
|
+
"type": "color",
|
|
6585
|
+
"description": "Used for operation pop"
|
|
6586
|
+
},
|
|
6587
|
+
"name": "mds-color-theme-outline-glass-normal",
|
|
6588
|
+
"attributes": {
|
|
6589
|
+
"category": "color",
|
|
6590
|
+
"type": "theme",
|
|
6591
|
+
"item": "outline",
|
|
6592
|
+
"subitem": "glass",
|
|
6593
|
+
"state": "normal"
|
|
6594
|
+
},
|
|
6595
|
+
"path": [
|
|
6596
|
+
"color",
|
|
6597
|
+
"theme",
|
|
6598
|
+
"outline",
|
|
6599
|
+
"glass",
|
|
6600
|
+
"normal"
|
|
6601
|
+
]
|
|
6602
|
+
}
|
|
6435
6603
|
}
|
|
6436
6604
|
},
|
|
6437
6605
|
"control": {
|