@momentum-design/tokens 0.7.1 → 0.7.3
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 +30 -30
- package/dist/css/core/complete.css +6 -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 +3 -3
- package/dist/css/theme/webex/dark-indigo-stable.css +3 -3
- package/dist/css/theme/webex/dark-jade-stable.css +3 -3
- package/dist/css/theme/webex/dark-lavender-stable.css +3 -3
- package/dist/css/theme/webex/dark-rose-stable.css +3 -3
- package/dist/css/theme/webex/dark-stable.css +3 -3
- package/dist/css/theme/webex/hc-dark-stable.css +3 -3
- package/dist/css/theme/webex/hc-light-stable.css +3 -3
- package/dist/css/theme/webex/light-bronze-stable.css +4 -4
- package/dist/css/theme/webex/light-indigo-stable.css +4 -4
- package/dist/css/theme/webex/light-jade-stable.css +4 -4
- package/dist/css/theme/webex/light-lavender-stable.css +4 -4
- package/dist/css/theme/webex/light-rose-stable.css +4 -4
- package/dist/css/theme/webex/light-stable.css +4 -4
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +6 -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 +3 -3
- package/dist/ios/theme/webex/dark-indigo-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-jade-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-lavender-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-rose-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-stable.swift +3 -3
- package/dist/ios/theme/webex/hc-dark-stable.swift +3 -3
- package/dist/ios/theme/webex/hc-light-stable.swift +3 -3
- package/dist/ios/theme/webex/light-bronze-stable.swift +4 -4
- package/dist/ios/theme/webex/light-indigo-stable.swift +4 -4
- package/dist/ios/theme/webex/light-jade-stable.swift +4 -4
- package/dist/ios/theme/webex/light-lavender-stable.swift +4 -4
- package/dist/ios/theme/webex/light-rose-stable.swift +4 -4
- package/dist/ios/theme/webex/light-stable.swift +4 -4
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/core/complete.swift +5 -0
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -2
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -6
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-stable.swift +14 -8
- package/dist/json/core/complete.json +107 -0
- package/dist/json/theme/webex/dark-bronze-stable.json +56 -58
- package/dist/json/theme/webex/dark-indigo-stable.json +56 -58
- package/dist/json/theme/webex/dark-jade-stable.json +56 -58
- package/dist/json/theme/webex/dark-lavender-stable.json +56 -58
- package/dist/json/theme/webex/dark-rose-stable.json +56 -58
- package/dist/json/theme/webex/dark-stable.json +56 -58
- package/dist/json/theme/webex/hc-dark-stable.json +56 -58
- package/dist/json/theme/webex/hc-light-stable.json +56 -58
- package/dist/json/theme/webex/light-bronze-stable.json +58 -60
- package/dist/json/theme/webex/light-indigo-stable.json +58 -60
- package/dist/json/theme/webex/light-jade-stable.json +58 -60
- package/dist/json/theme/webex/light-lavender-stable.json +58 -60
- package/dist/json/theme/webex/light-rose-stable.json +58 -60
- package/dist/json/theme/webex/light-stable.json +58 -60
- package/dist/json-minimal/core/complete.json +7 -0
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-stable.json +4 -4
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +4 -4
- package/dist/json-minimal/theme/webex/hc-light-stable.json +4 -4
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-jade-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-rose-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-stable.json +5 -5
- package/dist/resources/core/complete.xml +6 -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 +3 -3
- package/dist/resources/theme/webex/dark-indigo-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-jade-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-lavender-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-rose-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-stable.xml +3 -3
- package/dist/resources/theme/webex/hc-dark-stable.xml +3 -3
- package/dist/resources/theme/webex/hc-light-stable.xml +3 -3
- package/dist/resources/theme/webex/light-bronze-stable.xml +4 -4
- package/dist/resources/theme/webex/light-indigo-stable.xml +4 -4
- package/dist/resources/theme/webex/light-jade-stable.xml +4 -4
- package/dist/resources/theme/webex/light-lavender-stable.xml +4 -4
- package/dist/resources/theme/webex/light-rose-stable.xml +4 -4
- package/dist/resources/theme/webex/light-stable.xml +4 -4
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +6 -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 +3 -3
- package/dist/scss/theme/webex/dark-indigo-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-jade-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-lavender-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-rose-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-stable.scss +3 -3
- package/dist/scss/theme/webex/hc-dark-stable.scss +3 -3
- package/dist/scss/theme/webex/hc-light-stable.scss +3 -3
- package/dist/scss/theme/webex/light-bronze-stable.scss +4 -4
- package/dist/scss/theme/webex/light-indigo-stable.scss +4 -4
- package/dist/scss/theme/webex/light-jade-stable.scss +4 -4
- package/dist/scss/theme/webex/light-lavender-stable.scss +4 -4
- package/dist/scss/theme/webex/light-rose-stable.scss +4 -4
- package/dist/scss/theme/webex/light-stable.scss +4 -4
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -4856,6 +4856,33 @@
|
|
|
4856
4856
|
"normal"
|
|
4857
4857
|
]
|
|
4858
4858
|
},
|
|
4859
|
+
"active": {
|
|
4860
|
+
"value": "#ffffff1c",
|
|
4861
|
+
"type": "color",
|
|
4862
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4863
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4864
|
+
"isSource": true,
|
|
4865
|
+
"original": {
|
|
4866
|
+
"value": "{color.core.white-alpha.11}",
|
|
4867
|
+
"type": "color",
|
|
4868
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4869
|
+
},
|
|
4870
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4871
|
+
"attributes": {
|
|
4872
|
+
"category": "color",
|
|
4873
|
+
"type": "theme",
|
|
4874
|
+
"item": "background",
|
|
4875
|
+
"subitem": "glass",
|
|
4876
|
+
"state": "active"
|
|
4877
|
+
},
|
|
4878
|
+
"path": [
|
|
4879
|
+
"color",
|
|
4880
|
+
"theme",
|
|
4881
|
+
"background",
|
|
4882
|
+
"glass",
|
|
4883
|
+
"active"
|
|
4884
|
+
]
|
|
4885
|
+
},
|
|
4859
4886
|
"light": {
|
|
4860
4887
|
"value": "#00000066",
|
|
4861
4888
|
"type": "color",
|
|
@@ -4937,64 +4964,6 @@
|
|
|
4937
4964
|
"heavy"
|
|
4938
4965
|
]
|
|
4939
4966
|
},
|
|
4940
|
-
"overlay": {
|
|
4941
|
-
"normal": {
|
|
4942
|
-
"value": "#000000cc",
|
|
4943
|
-
"type": "color",
|
|
4944
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4945
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4946
|
-
"isSource": true,
|
|
4947
|
-
"original": {
|
|
4948
|
-
"value": "{color.core.black-alpha.80}",
|
|
4949
|
-
"type": "color",
|
|
4950
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4951
|
-
},
|
|
4952
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4953
|
-
"attributes": {
|
|
4954
|
-
"category": "color",
|
|
4955
|
-
"type": "theme",
|
|
4956
|
-
"item": "background",
|
|
4957
|
-
"subitem": "glass",
|
|
4958
|
-
"state": "overlay"
|
|
4959
|
-
},
|
|
4960
|
-
"path": [
|
|
4961
|
-
"color",
|
|
4962
|
-
"theme",
|
|
4963
|
-
"background",
|
|
4964
|
-
"glass",
|
|
4965
|
-
"overlay",
|
|
4966
|
-
"normal"
|
|
4967
|
-
]
|
|
4968
|
-
},
|
|
4969
|
-
"inactive": {
|
|
4970
|
-
"value": "#00000066",
|
|
4971
|
-
"type": "color",
|
|
4972
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4973
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4974
|
-
"isSource": true,
|
|
4975
|
-
"original": {
|
|
4976
|
-
"value": "{color.core.black-alpha.40}",
|
|
4977
|
-
"type": "color",
|
|
4978
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4979
|
-
},
|
|
4980
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4981
|
-
"attributes": {
|
|
4982
|
-
"category": "color",
|
|
4983
|
-
"type": "theme",
|
|
4984
|
-
"item": "background",
|
|
4985
|
-
"subitem": "glass",
|
|
4986
|
-
"state": "overlay"
|
|
4987
|
-
},
|
|
4988
|
-
"path": [
|
|
4989
|
-
"color",
|
|
4990
|
-
"theme",
|
|
4991
|
-
"background",
|
|
4992
|
-
"glass",
|
|
4993
|
-
"overlay",
|
|
4994
|
-
"inactive"
|
|
4995
|
-
]
|
|
4996
|
-
}
|
|
4997
|
-
},
|
|
4998
4967
|
"radial": {
|
|
4999
4968
|
"0": {
|
|
5000
4969
|
"value": "#ffffff66",
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"type": "color",
|
|
6576
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"type": "color",
|
|
6582
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6583
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
|
|
6584
|
+
},
|
|
6585
|
+
"name": "mds-color-theme-outline-ai-normal",
|
|
6586
|
+
"attributes": {
|
|
6587
|
+
"category": "color",
|
|
6588
|
+
"type": "theme",
|
|
6589
|
+
"item": "outline",
|
|
6590
|
+
"subitem": "ai",
|
|
6591
|
+
"state": "normal"
|
|
6592
|
+
},
|
|
6593
|
+
"path": [
|
|
6594
|
+
"color",
|
|
6595
|
+
"theme",
|
|
6596
|
+
"outline",
|
|
6597
|
+
"ai",
|
|
6598
|
+
"normal"
|
|
6599
|
+
]
|
|
6600
|
+
}
|
|
6603
6601
|
}
|
|
6604
6602
|
},
|
|
6605
6603
|
"control": {
|
|
@@ -4856,6 +4856,33 @@
|
|
|
4856
4856
|
"normal"
|
|
4857
4857
|
]
|
|
4858
4858
|
},
|
|
4859
|
+
"active": {
|
|
4860
|
+
"value": "#ffffff1c",
|
|
4861
|
+
"type": "color",
|
|
4862
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4863
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4864
|
+
"isSource": true,
|
|
4865
|
+
"original": {
|
|
4866
|
+
"value": "{color.core.white-alpha.11}",
|
|
4867
|
+
"type": "color",
|
|
4868
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4869
|
+
},
|
|
4870
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4871
|
+
"attributes": {
|
|
4872
|
+
"category": "color",
|
|
4873
|
+
"type": "theme",
|
|
4874
|
+
"item": "background",
|
|
4875
|
+
"subitem": "glass",
|
|
4876
|
+
"state": "active"
|
|
4877
|
+
},
|
|
4878
|
+
"path": [
|
|
4879
|
+
"color",
|
|
4880
|
+
"theme",
|
|
4881
|
+
"background",
|
|
4882
|
+
"glass",
|
|
4883
|
+
"active"
|
|
4884
|
+
]
|
|
4885
|
+
},
|
|
4859
4886
|
"light": {
|
|
4860
4887
|
"value": "#00000066",
|
|
4861
4888
|
"type": "color",
|
|
@@ -4937,64 +4964,6 @@
|
|
|
4937
4964
|
"heavy"
|
|
4938
4965
|
]
|
|
4939
4966
|
},
|
|
4940
|
-
"overlay": {
|
|
4941
|
-
"normal": {
|
|
4942
|
-
"value": "#000000cc",
|
|
4943
|
-
"type": "color",
|
|
4944
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4945
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4946
|
-
"isSource": true,
|
|
4947
|
-
"original": {
|
|
4948
|
-
"value": "{color.core.black-alpha.80}",
|
|
4949
|
-
"type": "color",
|
|
4950
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4951
|
-
},
|
|
4952
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4953
|
-
"attributes": {
|
|
4954
|
-
"category": "color",
|
|
4955
|
-
"type": "theme",
|
|
4956
|
-
"item": "background",
|
|
4957
|
-
"subitem": "glass",
|
|
4958
|
-
"state": "overlay"
|
|
4959
|
-
},
|
|
4960
|
-
"path": [
|
|
4961
|
-
"color",
|
|
4962
|
-
"theme",
|
|
4963
|
-
"background",
|
|
4964
|
-
"glass",
|
|
4965
|
-
"overlay",
|
|
4966
|
-
"normal"
|
|
4967
|
-
]
|
|
4968
|
-
},
|
|
4969
|
-
"inactive": {
|
|
4970
|
-
"value": "#00000066",
|
|
4971
|
-
"type": "color",
|
|
4972
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4973
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4974
|
-
"isSource": true,
|
|
4975
|
-
"original": {
|
|
4976
|
-
"value": "{color.core.black-alpha.40}",
|
|
4977
|
-
"type": "color",
|
|
4978
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4979
|
-
},
|
|
4980
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4981
|
-
"attributes": {
|
|
4982
|
-
"category": "color",
|
|
4983
|
-
"type": "theme",
|
|
4984
|
-
"item": "background",
|
|
4985
|
-
"subitem": "glass",
|
|
4986
|
-
"state": "overlay"
|
|
4987
|
-
},
|
|
4988
|
-
"path": [
|
|
4989
|
-
"color",
|
|
4990
|
-
"theme",
|
|
4991
|
-
"background",
|
|
4992
|
-
"glass",
|
|
4993
|
-
"overlay",
|
|
4994
|
-
"inactive"
|
|
4995
|
-
]
|
|
4996
|
-
}
|
|
4997
|
-
},
|
|
4998
4967
|
"radial": {
|
|
4999
4968
|
"0": {
|
|
5000
4969
|
"value": "#ffffff66",
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"type": "color",
|
|
6576
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"type": "color",
|
|
6582
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6583
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
|
|
6584
|
+
},
|
|
6585
|
+
"name": "mds-color-theme-outline-ai-normal",
|
|
6586
|
+
"attributes": {
|
|
6587
|
+
"category": "color",
|
|
6588
|
+
"type": "theme",
|
|
6589
|
+
"item": "outline",
|
|
6590
|
+
"subitem": "ai",
|
|
6591
|
+
"state": "normal"
|
|
6592
|
+
},
|
|
6593
|
+
"path": [
|
|
6594
|
+
"color",
|
|
6595
|
+
"theme",
|
|
6596
|
+
"outline",
|
|
6597
|
+
"ai",
|
|
6598
|
+
"normal"
|
|
6599
|
+
]
|
|
6600
|
+
}
|
|
6603
6601
|
}
|
|
6604
6602
|
},
|
|
6605
6603
|
"control": {
|
|
@@ -4856,6 +4856,33 @@
|
|
|
4856
4856
|
"normal"
|
|
4857
4857
|
]
|
|
4858
4858
|
},
|
|
4859
|
+
"active": {
|
|
4860
|
+
"value": "#ffffff1c",
|
|
4861
|
+
"type": "color",
|
|
4862
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4863
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4864
|
+
"isSource": true,
|
|
4865
|
+
"original": {
|
|
4866
|
+
"value": "{color.core.white-alpha.11}",
|
|
4867
|
+
"type": "color",
|
|
4868
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4869
|
+
},
|
|
4870
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4871
|
+
"attributes": {
|
|
4872
|
+
"category": "color",
|
|
4873
|
+
"type": "theme",
|
|
4874
|
+
"item": "background",
|
|
4875
|
+
"subitem": "glass",
|
|
4876
|
+
"state": "active"
|
|
4877
|
+
},
|
|
4878
|
+
"path": [
|
|
4879
|
+
"color",
|
|
4880
|
+
"theme",
|
|
4881
|
+
"background",
|
|
4882
|
+
"glass",
|
|
4883
|
+
"active"
|
|
4884
|
+
]
|
|
4885
|
+
},
|
|
4859
4886
|
"light": {
|
|
4860
4887
|
"value": "#00000066",
|
|
4861
4888
|
"type": "color",
|
|
@@ -4937,64 +4964,6 @@
|
|
|
4937
4964
|
"heavy"
|
|
4938
4965
|
]
|
|
4939
4966
|
},
|
|
4940
|
-
"overlay": {
|
|
4941
|
-
"normal": {
|
|
4942
|
-
"value": "#000000cc",
|
|
4943
|
-
"type": "color",
|
|
4944
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4945
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4946
|
-
"isSource": true,
|
|
4947
|
-
"original": {
|
|
4948
|
-
"value": "{color.core.black-alpha.80}",
|
|
4949
|
-
"type": "color",
|
|
4950
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4951
|
-
},
|
|
4952
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4953
|
-
"attributes": {
|
|
4954
|
-
"category": "color",
|
|
4955
|
-
"type": "theme",
|
|
4956
|
-
"item": "background",
|
|
4957
|
-
"subitem": "glass",
|
|
4958
|
-
"state": "overlay"
|
|
4959
|
-
},
|
|
4960
|
-
"path": [
|
|
4961
|
-
"color",
|
|
4962
|
-
"theme",
|
|
4963
|
-
"background",
|
|
4964
|
-
"glass",
|
|
4965
|
-
"overlay",
|
|
4966
|
-
"normal"
|
|
4967
|
-
]
|
|
4968
|
-
},
|
|
4969
|
-
"inactive": {
|
|
4970
|
-
"value": "#00000066",
|
|
4971
|
-
"type": "color",
|
|
4972
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4973
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4974
|
-
"isSource": true,
|
|
4975
|
-
"original": {
|
|
4976
|
-
"value": "{color.core.black-alpha.40}",
|
|
4977
|
-
"type": "color",
|
|
4978
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4979
|
-
},
|
|
4980
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4981
|
-
"attributes": {
|
|
4982
|
-
"category": "color",
|
|
4983
|
-
"type": "theme",
|
|
4984
|
-
"item": "background",
|
|
4985
|
-
"subitem": "glass",
|
|
4986
|
-
"state": "overlay"
|
|
4987
|
-
},
|
|
4988
|
-
"path": [
|
|
4989
|
-
"color",
|
|
4990
|
-
"theme",
|
|
4991
|
-
"background",
|
|
4992
|
-
"glass",
|
|
4993
|
-
"overlay",
|
|
4994
|
-
"inactive"
|
|
4995
|
-
]
|
|
4996
|
-
}
|
|
4997
|
-
},
|
|
4998
4967
|
"radial": {
|
|
4999
4968
|
"0": {
|
|
5000
4969
|
"value": "#ffffff66",
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"type": "color",
|
|
6576
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"type": "color",
|
|
6582
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6583
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
|
|
6584
|
+
},
|
|
6585
|
+
"name": "mds-color-theme-outline-ai-normal",
|
|
6586
|
+
"attributes": {
|
|
6587
|
+
"category": "color",
|
|
6588
|
+
"type": "theme",
|
|
6589
|
+
"item": "outline",
|
|
6590
|
+
"subitem": "ai",
|
|
6591
|
+
"state": "normal"
|
|
6592
|
+
},
|
|
6593
|
+
"path": [
|
|
6594
|
+
"color",
|
|
6595
|
+
"theme",
|
|
6596
|
+
"outline",
|
|
6597
|
+
"ai",
|
|
6598
|
+
"normal"
|
|
6599
|
+
]
|
|
6600
|
+
}
|
|
6603
6601
|
}
|
|
6604
6602
|
},
|
|
6605
6603
|
"control": {
|
|
@@ -4772,6 +4772,33 @@
|
|
|
4772
4772
|
"normal"
|
|
4773
4773
|
]
|
|
4774
4774
|
},
|
|
4775
|
+
"active": {
|
|
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-active",
|
|
4787
|
+
"attributes": {
|
|
4788
|
+
"category": "color",
|
|
4789
|
+
"type": "theme",
|
|
4790
|
+
"item": "background",
|
|
4791
|
+
"subitem": "glass",
|
|
4792
|
+
"state": "active"
|
|
4793
|
+
},
|
|
4794
|
+
"path": [
|
|
4795
|
+
"color",
|
|
4796
|
+
"theme",
|
|
4797
|
+
"background",
|
|
4798
|
+
"glass",
|
|
4799
|
+
"active"
|
|
4800
|
+
]
|
|
4801
|
+
},
|
|
4775
4802
|
"light": {
|
|
4776
4803
|
"value": "#000000",
|
|
4777
4804
|
"type": "color",
|
|
@@ -4853,64 +4880,6 @@
|
|
|
4853
4880
|
"heavy"
|
|
4854
4881
|
]
|
|
4855
4882
|
},
|
|
4856
|
-
"overlay": {
|
|
4857
|
-
"normal": {
|
|
4858
|
-
"value": "#ffff00",
|
|
4859
|
-
"type": "color",
|
|
4860
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4861
|
-
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4862
|
-
"isSource": true,
|
|
4863
|
-
"original": {
|
|
4864
|
-
"value": "{color.highcontrast.black.HotlightColor}",
|
|
4865
|
-
"type": "color",
|
|
4866
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4867
|
-
},
|
|
4868
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4869
|
-
"attributes": {
|
|
4870
|
-
"category": "color",
|
|
4871
|
-
"type": "theme",
|
|
4872
|
-
"item": "background",
|
|
4873
|
-
"subitem": "glass",
|
|
4874
|
-
"state": "overlay"
|
|
4875
|
-
},
|
|
4876
|
-
"path": [
|
|
4877
|
-
"color",
|
|
4878
|
-
"theme",
|
|
4879
|
-
"background",
|
|
4880
|
-
"glass",
|
|
4881
|
-
"overlay",
|
|
4882
|
-
"normal"
|
|
4883
|
-
]
|
|
4884
|
-
},
|
|
4885
|
-
"inactive": {
|
|
4886
|
-
"value": "#000000",
|
|
4887
|
-
"type": "color",
|
|
4888
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4889
|
-
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4890
|
-
"isSource": true,
|
|
4891
|
-
"original": {
|
|
4892
|
-
"value": "{color.highcontrast.black.WindowColor}",
|
|
4893
|
-
"type": "color",
|
|
4894
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4895
|
-
},
|
|
4896
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4897
|
-
"attributes": {
|
|
4898
|
-
"category": "color",
|
|
4899
|
-
"type": "theme",
|
|
4900
|
-
"item": "background",
|
|
4901
|
-
"subitem": "glass",
|
|
4902
|
-
"state": "overlay"
|
|
4903
|
-
},
|
|
4904
|
-
"path": [
|
|
4905
|
-
"color",
|
|
4906
|
-
"theme",
|
|
4907
|
-
"background",
|
|
4908
|
-
"glass",
|
|
4909
|
-
"overlay",
|
|
4910
|
-
"inactive"
|
|
4911
|
-
]
|
|
4912
|
-
}
|
|
4913
|
-
},
|
|
4914
4883
|
"radial": {
|
|
4915
4884
|
"0": {
|
|
4916
4885
|
"value": "#000000",
|
|
@@ -6513,6 +6482,35 @@
|
|
|
6513
6482
|
"normal"
|
|
6514
6483
|
]
|
|
6515
6484
|
}
|
|
6485
|
+
},
|
|
6486
|
+
"ai": {
|
|
6487
|
+
"normal": {
|
|
6488
|
+
"value": "#ffffff",
|
|
6489
|
+
"type": "color",
|
|
6490
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6491
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
6492
|
+
"isSource": true,
|
|
6493
|
+
"original": {
|
|
6494
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
6495
|
+
"type": "color",
|
|
6496
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
|
|
6497
|
+
},
|
|
6498
|
+
"name": "mds-color-theme-outline-ai-normal",
|
|
6499
|
+
"attributes": {
|
|
6500
|
+
"category": "color",
|
|
6501
|
+
"type": "theme",
|
|
6502
|
+
"item": "outline",
|
|
6503
|
+
"subitem": "ai",
|
|
6504
|
+
"state": "normal"
|
|
6505
|
+
},
|
|
6506
|
+
"path": [
|
|
6507
|
+
"color",
|
|
6508
|
+
"theme",
|
|
6509
|
+
"outline",
|
|
6510
|
+
"ai",
|
|
6511
|
+
"normal"
|
|
6512
|
+
]
|
|
6513
|
+
}
|
|
6516
6514
|
}
|
|
6517
6515
|
},
|
|
6518
6516
|
"control": {
|
|
@@ -4777,6 +4777,33 @@
|
|
|
4777
4777
|
"normal"
|
|
4778
4778
|
]
|
|
4779
4779
|
},
|
|
4780
|
+
"active": {
|
|
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-active",
|
|
4792
|
+
"attributes": {
|
|
4793
|
+
"category": "color",
|
|
4794
|
+
"type": "theme",
|
|
4795
|
+
"item": "background",
|
|
4796
|
+
"subitem": "glass",
|
|
4797
|
+
"state": "active"
|
|
4798
|
+
},
|
|
4799
|
+
"path": [
|
|
4800
|
+
"color",
|
|
4801
|
+
"theme",
|
|
4802
|
+
"background",
|
|
4803
|
+
"glass",
|
|
4804
|
+
"active"
|
|
4805
|
+
]
|
|
4806
|
+
},
|
|
4780
4807
|
"light": {
|
|
4781
4808
|
"value": "#ffffff",
|
|
4782
4809
|
"type": "color",
|
|
@@ -4858,64 +4885,6 @@
|
|
|
4858
4885
|
"heavy"
|
|
4859
4886
|
]
|
|
4860
4887
|
},
|
|
4861
|
-
"overlay": {
|
|
4862
|
-
"normal": {
|
|
4863
|
-
"value": "#00009f",
|
|
4864
|
-
"type": "color",
|
|
4865
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4866
|
-
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4867
|
-
"isSource": true,
|
|
4868
|
-
"original": {
|
|
4869
|
-
"value": "{color.highcontrast.white.HotlightColor}",
|
|
4870
|
-
"type": "color",
|
|
4871
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4872
|
-
},
|
|
4873
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4874
|
-
"attributes": {
|
|
4875
|
-
"category": "color",
|
|
4876
|
-
"type": "theme",
|
|
4877
|
-
"item": "background",
|
|
4878
|
-
"subitem": "glass",
|
|
4879
|
-
"state": "overlay"
|
|
4880
|
-
},
|
|
4881
|
-
"path": [
|
|
4882
|
-
"color",
|
|
4883
|
-
"theme",
|
|
4884
|
-
"background",
|
|
4885
|
-
"glass",
|
|
4886
|
-
"overlay",
|
|
4887
|
-
"normal"
|
|
4888
|
-
]
|
|
4889
|
-
},
|
|
4890
|
-
"inactive": {
|
|
4891
|
-
"value": "#ffffff",
|
|
4892
|
-
"type": "color",
|
|
4893
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4894
|
-
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4895
|
-
"isSource": true,
|
|
4896
|
-
"original": {
|
|
4897
|
-
"value": "{color.highcontrast.white.WindowColor}",
|
|
4898
|
-
"type": "color",
|
|
4899
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4900
|
-
},
|
|
4901
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4902
|
-
"attributes": {
|
|
4903
|
-
"category": "color",
|
|
4904
|
-
"type": "theme",
|
|
4905
|
-
"item": "background",
|
|
4906
|
-
"subitem": "glass",
|
|
4907
|
-
"state": "overlay"
|
|
4908
|
-
},
|
|
4909
|
-
"path": [
|
|
4910
|
-
"color",
|
|
4911
|
-
"theme",
|
|
4912
|
-
"background",
|
|
4913
|
-
"glass",
|
|
4914
|
-
"overlay",
|
|
4915
|
-
"inactive"
|
|
4916
|
-
]
|
|
4917
|
-
}
|
|
4918
|
-
},
|
|
4919
4888
|
"radial": {
|
|
4920
4889
|
"0": {
|
|
4921
4890
|
"value": "#ffffff",
|
|
@@ -6520,6 +6489,35 @@
|
|
|
6520
6489
|
"normal"
|
|
6521
6490
|
]
|
|
6522
6491
|
}
|
|
6492
|
+
},
|
|
6493
|
+
"ai": {
|
|
6494
|
+
"normal": {
|
|
6495
|
+
"value": "#000000",
|
|
6496
|
+
"type": "color",
|
|
6497
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6498
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
6499
|
+
"isSource": true,
|
|
6500
|
+
"original": {
|
|
6501
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
6502
|
+
"type": "color",
|
|
6503
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
|
|
6504
|
+
},
|
|
6505
|
+
"name": "mds-color-theme-outline-ai-normal",
|
|
6506
|
+
"attributes": {
|
|
6507
|
+
"category": "color",
|
|
6508
|
+
"type": "theme",
|
|
6509
|
+
"item": "outline",
|
|
6510
|
+
"subitem": "ai",
|
|
6511
|
+
"state": "normal"
|
|
6512
|
+
},
|
|
6513
|
+
"path": [
|
|
6514
|
+
"color",
|
|
6515
|
+
"theme",
|
|
6516
|
+
"outline",
|
|
6517
|
+
"ai",
|
|
6518
|
+
"normal"
|
|
6519
|
+
]
|
|
6520
|
+
}
|
|
6523
6521
|
}
|
|
6524
6522
|
},
|
|
6525
6523
|
"control": {
|