@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
|
@@ -4858,6 +4858,33 @@
|
|
|
4858
4858
|
"normal"
|
|
4859
4859
|
]
|
|
4860
4860
|
},
|
|
4861
|
+
"active": {
|
|
4862
|
+
"value": "#ffffff99",
|
|
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.60}",
|
|
4869
|
+
"type": "color",
|
|
4870
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4871
|
+
},
|
|
4872
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4873
|
+
"attributes": {
|
|
4874
|
+
"category": "color",
|
|
4875
|
+
"type": "theme",
|
|
4876
|
+
"item": "background",
|
|
4877
|
+
"subitem": "glass",
|
|
4878
|
+
"state": "active"
|
|
4879
|
+
},
|
|
4880
|
+
"path": [
|
|
4881
|
+
"color",
|
|
4882
|
+
"theme",
|
|
4883
|
+
"background",
|
|
4884
|
+
"glass",
|
|
4885
|
+
"active"
|
|
4886
|
+
]
|
|
4887
|
+
},
|
|
4861
4888
|
"light": {
|
|
4862
4889
|
"value": "#ffffff66",
|
|
4863
4890
|
"type": "color",
|
|
@@ -4939,64 +4966,6 @@
|
|
|
4939
4966
|
"heavy"
|
|
4940
4967
|
]
|
|
4941
4968
|
},
|
|
4942
|
-
"overlay": {
|
|
4943
|
-
"normal": {
|
|
4944
|
-
"value": "#ffffffcc",
|
|
4945
|
-
"type": "color",
|
|
4946
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4947
|
-
"filePath": "src/theme/stable/light.json",
|
|
4948
|
-
"isSource": true,
|
|
4949
|
-
"original": {
|
|
4950
|
-
"value": "{color.core.white-alpha.80}",
|
|
4951
|
-
"type": "color",
|
|
4952
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4953
|
-
},
|
|
4954
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4955
|
-
"attributes": {
|
|
4956
|
-
"category": "color",
|
|
4957
|
-
"type": "theme",
|
|
4958
|
-
"item": "background",
|
|
4959
|
-
"subitem": "glass",
|
|
4960
|
-
"state": "overlay"
|
|
4961
|
-
},
|
|
4962
|
-
"path": [
|
|
4963
|
-
"color",
|
|
4964
|
-
"theme",
|
|
4965
|
-
"background",
|
|
4966
|
-
"glass",
|
|
4967
|
-
"overlay",
|
|
4968
|
-
"normal"
|
|
4969
|
-
]
|
|
4970
|
-
},
|
|
4971
|
-
"inactive": {
|
|
4972
|
-
"value": "#ffffff66",
|
|
4973
|
-
"type": "color",
|
|
4974
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4975
|
-
"filePath": "src/theme/stable/light.json",
|
|
4976
|
-
"isSource": true,
|
|
4977
|
-
"original": {
|
|
4978
|
-
"value": "{color.core.white-alpha.40}",
|
|
4979
|
-
"type": "color",
|
|
4980
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4981
|
-
},
|
|
4982
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4983
|
-
"attributes": {
|
|
4984
|
-
"category": "color",
|
|
4985
|
-
"type": "theme",
|
|
4986
|
-
"item": "background",
|
|
4987
|
-
"subitem": "glass",
|
|
4988
|
-
"state": "overlay"
|
|
4989
|
-
},
|
|
4990
|
-
"path": [
|
|
4991
|
-
"color",
|
|
4992
|
-
"theme",
|
|
4993
|
-
"background",
|
|
4994
|
-
"glass",
|
|
4995
|
-
"overlay",
|
|
4996
|
-
"inactive"
|
|
4997
|
-
]
|
|
4998
|
-
}
|
|
4999
|
-
},
|
|
5000
4969
|
"radial": {
|
|
5001
4970
|
"0": {
|
|
5002
4971
|
"value": "#ffffffe6",
|
|
@@ -6574,13 +6543,13 @@
|
|
|
6574
6543
|
},
|
|
6575
6544
|
"glass": {
|
|
6576
6545
|
"normal": {
|
|
6577
|
-
"value": "linear-gradient(180deg, #
|
|
6546
|
+
"value": "linear-gradient(180deg, #00000012 0%, #00000033 100%)",
|
|
6578
6547
|
"type": "color",
|
|
6579
6548
|
"description": "Used for operation pop",
|
|
6580
6549
|
"filePath": "src/theme/stable/light.json",
|
|
6581
6550
|
"isSource": true,
|
|
6582
6551
|
"original": {
|
|
6583
|
-
"value": "linear-gradient(180deg, {color.core.black-alpha.
|
|
6552
|
+
"value": "linear-gradient(180deg, {color.core.black-alpha.7} 0%, {color.core.black-alpha.20} 100%)",
|
|
6584
6553
|
"type": "color",
|
|
6585
6554
|
"description": "Used for operation pop"
|
|
6586
6555
|
},
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6576
|
+
"type": "color",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/light.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6582
|
+
"type": "color",
|
|
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": {
|
|
@@ -4858,6 +4858,33 @@
|
|
|
4858
4858
|
"normal"
|
|
4859
4859
|
]
|
|
4860
4860
|
},
|
|
4861
|
+
"active": {
|
|
4862
|
+
"value": "#ffffff99",
|
|
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.60}",
|
|
4869
|
+
"type": "color",
|
|
4870
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4871
|
+
},
|
|
4872
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4873
|
+
"attributes": {
|
|
4874
|
+
"category": "color",
|
|
4875
|
+
"type": "theme",
|
|
4876
|
+
"item": "background",
|
|
4877
|
+
"subitem": "glass",
|
|
4878
|
+
"state": "active"
|
|
4879
|
+
},
|
|
4880
|
+
"path": [
|
|
4881
|
+
"color",
|
|
4882
|
+
"theme",
|
|
4883
|
+
"background",
|
|
4884
|
+
"glass",
|
|
4885
|
+
"active"
|
|
4886
|
+
]
|
|
4887
|
+
},
|
|
4861
4888
|
"light": {
|
|
4862
4889
|
"value": "#ffffff66",
|
|
4863
4890
|
"type": "color",
|
|
@@ -4939,64 +4966,6 @@
|
|
|
4939
4966
|
"heavy"
|
|
4940
4967
|
]
|
|
4941
4968
|
},
|
|
4942
|
-
"overlay": {
|
|
4943
|
-
"normal": {
|
|
4944
|
-
"value": "#ffffffcc",
|
|
4945
|
-
"type": "color",
|
|
4946
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4947
|
-
"filePath": "src/theme/stable/light.json",
|
|
4948
|
-
"isSource": true,
|
|
4949
|
-
"original": {
|
|
4950
|
-
"value": "{color.core.white-alpha.80}",
|
|
4951
|
-
"type": "color",
|
|
4952
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4953
|
-
},
|
|
4954
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4955
|
-
"attributes": {
|
|
4956
|
-
"category": "color",
|
|
4957
|
-
"type": "theme",
|
|
4958
|
-
"item": "background",
|
|
4959
|
-
"subitem": "glass",
|
|
4960
|
-
"state": "overlay"
|
|
4961
|
-
},
|
|
4962
|
-
"path": [
|
|
4963
|
-
"color",
|
|
4964
|
-
"theme",
|
|
4965
|
-
"background",
|
|
4966
|
-
"glass",
|
|
4967
|
-
"overlay",
|
|
4968
|
-
"normal"
|
|
4969
|
-
]
|
|
4970
|
-
},
|
|
4971
|
-
"inactive": {
|
|
4972
|
-
"value": "#ffffff66",
|
|
4973
|
-
"type": "color",
|
|
4974
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4975
|
-
"filePath": "src/theme/stable/light.json",
|
|
4976
|
-
"isSource": true,
|
|
4977
|
-
"original": {
|
|
4978
|
-
"value": "{color.core.white-alpha.40}",
|
|
4979
|
-
"type": "color",
|
|
4980
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4981
|
-
},
|
|
4982
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4983
|
-
"attributes": {
|
|
4984
|
-
"category": "color",
|
|
4985
|
-
"type": "theme",
|
|
4986
|
-
"item": "background",
|
|
4987
|
-
"subitem": "glass",
|
|
4988
|
-
"state": "overlay"
|
|
4989
|
-
},
|
|
4990
|
-
"path": [
|
|
4991
|
-
"color",
|
|
4992
|
-
"theme",
|
|
4993
|
-
"background",
|
|
4994
|
-
"glass",
|
|
4995
|
-
"overlay",
|
|
4996
|
-
"inactive"
|
|
4997
|
-
]
|
|
4998
|
-
}
|
|
4999
|
-
},
|
|
5000
4969
|
"radial": {
|
|
5001
4970
|
"0": {
|
|
5002
4971
|
"value": "#ffffffe6",
|
|
@@ -6574,13 +6543,13 @@
|
|
|
6574
6543
|
},
|
|
6575
6544
|
"glass": {
|
|
6576
6545
|
"normal": {
|
|
6577
|
-
"value": "linear-gradient(180deg, #
|
|
6546
|
+
"value": "linear-gradient(180deg, #00000012 0%, #00000033 100%)",
|
|
6578
6547
|
"type": "color",
|
|
6579
6548
|
"description": "Used for operation pop",
|
|
6580
6549
|
"filePath": "src/theme/stable/light.json",
|
|
6581
6550
|
"isSource": true,
|
|
6582
6551
|
"original": {
|
|
6583
|
-
"value": "linear-gradient(180deg, {color.core.black-alpha.
|
|
6552
|
+
"value": "linear-gradient(180deg, {color.core.black-alpha.7} 0%, {color.core.black-alpha.20} 100%)",
|
|
6584
6553
|
"type": "color",
|
|
6585
6554
|
"description": "Used for operation pop"
|
|
6586
6555
|
},
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6576
|
+
"type": "color",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/light.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6582
|
+
"type": "color",
|
|
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": {
|
|
@@ -4858,6 +4858,33 @@
|
|
|
4858
4858
|
"normal"
|
|
4859
4859
|
]
|
|
4860
4860
|
},
|
|
4861
|
+
"active": {
|
|
4862
|
+
"value": "#ffffff99",
|
|
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.60}",
|
|
4869
|
+
"type": "color",
|
|
4870
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4871
|
+
},
|
|
4872
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4873
|
+
"attributes": {
|
|
4874
|
+
"category": "color",
|
|
4875
|
+
"type": "theme",
|
|
4876
|
+
"item": "background",
|
|
4877
|
+
"subitem": "glass",
|
|
4878
|
+
"state": "active"
|
|
4879
|
+
},
|
|
4880
|
+
"path": [
|
|
4881
|
+
"color",
|
|
4882
|
+
"theme",
|
|
4883
|
+
"background",
|
|
4884
|
+
"glass",
|
|
4885
|
+
"active"
|
|
4886
|
+
]
|
|
4887
|
+
},
|
|
4861
4888
|
"light": {
|
|
4862
4889
|
"value": "#ffffff66",
|
|
4863
4890
|
"type": "color",
|
|
@@ -4939,64 +4966,6 @@
|
|
|
4939
4966
|
"heavy"
|
|
4940
4967
|
]
|
|
4941
4968
|
},
|
|
4942
|
-
"overlay": {
|
|
4943
|
-
"normal": {
|
|
4944
|
-
"value": "#ffffffcc",
|
|
4945
|
-
"type": "color",
|
|
4946
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4947
|
-
"filePath": "src/theme/stable/light.json",
|
|
4948
|
-
"isSource": true,
|
|
4949
|
-
"original": {
|
|
4950
|
-
"value": "{color.core.white-alpha.80}",
|
|
4951
|
-
"type": "color",
|
|
4952
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4953
|
-
},
|
|
4954
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4955
|
-
"attributes": {
|
|
4956
|
-
"category": "color",
|
|
4957
|
-
"type": "theme",
|
|
4958
|
-
"item": "background",
|
|
4959
|
-
"subitem": "glass",
|
|
4960
|
-
"state": "overlay"
|
|
4961
|
-
},
|
|
4962
|
-
"path": [
|
|
4963
|
-
"color",
|
|
4964
|
-
"theme",
|
|
4965
|
-
"background",
|
|
4966
|
-
"glass",
|
|
4967
|
-
"overlay",
|
|
4968
|
-
"normal"
|
|
4969
|
-
]
|
|
4970
|
-
},
|
|
4971
|
-
"inactive": {
|
|
4972
|
-
"value": "#ffffff66",
|
|
4973
|
-
"type": "color",
|
|
4974
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4975
|
-
"filePath": "src/theme/stable/light.json",
|
|
4976
|
-
"isSource": true,
|
|
4977
|
-
"original": {
|
|
4978
|
-
"value": "{color.core.white-alpha.40}",
|
|
4979
|
-
"type": "color",
|
|
4980
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4981
|
-
},
|
|
4982
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4983
|
-
"attributes": {
|
|
4984
|
-
"category": "color",
|
|
4985
|
-
"type": "theme",
|
|
4986
|
-
"item": "background",
|
|
4987
|
-
"subitem": "glass",
|
|
4988
|
-
"state": "overlay"
|
|
4989
|
-
},
|
|
4990
|
-
"path": [
|
|
4991
|
-
"color",
|
|
4992
|
-
"theme",
|
|
4993
|
-
"background",
|
|
4994
|
-
"glass",
|
|
4995
|
-
"overlay",
|
|
4996
|
-
"inactive"
|
|
4997
|
-
]
|
|
4998
|
-
}
|
|
4999
|
-
},
|
|
5000
4969
|
"radial": {
|
|
5001
4970
|
"0": {
|
|
5002
4971
|
"value": "#ffffffe6",
|
|
@@ -6574,13 +6543,13 @@
|
|
|
6574
6543
|
},
|
|
6575
6544
|
"glass": {
|
|
6576
6545
|
"normal": {
|
|
6577
|
-
"value": "linear-gradient(180deg, #
|
|
6546
|
+
"value": "linear-gradient(180deg, #00000012 0%, #00000033 100%)",
|
|
6578
6547
|
"type": "color",
|
|
6579
6548
|
"description": "Used for operation pop",
|
|
6580
6549
|
"filePath": "src/theme/stable/light.json",
|
|
6581
6550
|
"isSource": true,
|
|
6582
6551
|
"original": {
|
|
6583
|
-
"value": "linear-gradient(180deg, {color.core.black-alpha.
|
|
6552
|
+
"value": "linear-gradient(180deg, {color.core.black-alpha.7} 0%, {color.core.black-alpha.20} 100%)",
|
|
6584
6553
|
"type": "color",
|
|
6585
6554
|
"description": "Used for operation pop"
|
|
6586
6555
|
},
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6576
|
+
"type": "color",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/light.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6582
|
+
"type": "color",
|
|
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": {
|
|
@@ -4858,6 +4858,33 @@
|
|
|
4858
4858
|
"normal"
|
|
4859
4859
|
]
|
|
4860
4860
|
},
|
|
4861
|
+
"active": {
|
|
4862
|
+
"value": "#ffffff99",
|
|
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.60}",
|
|
4869
|
+
"type": "color",
|
|
4870
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4871
|
+
},
|
|
4872
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4873
|
+
"attributes": {
|
|
4874
|
+
"category": "color",
|
|
4875
|
+
"type": "theme",
|
|
4876
|
+
"item": "background",
|
|
4877
|
+
"subitem": "glass",
|
|
4878
|
+
"state": "active"
|
|
4879
|
+
},
|
|
4880
|
+
"path": [
|
|
4881
|
+
"color",
|
|
4882
|
+
"theme",
|
|
4883
|
+
"background",
|
|
4884
|
+
"glass",
|
|
4885
|
+
"active"
|
|
4886
|
+
]
|
|
4887
|
+
},
|
|
4861
4888
|
"light": {
|
|
4862
4889
|
"value": "#ffffff66",
|
|
4863
4890
|
"type": "color",
|
|
@@ -4939,64 +4966,6 @@
|
|
|
4939
4966
|
"heavy"
|
|
4940
4967
|
]
|
|
4941
4968
|
},
|
|
4942
|
-
"overlay": {
|
|
4943
|
-
"normal": {
|
|
4944
|
-
"value": "#ffffffcc",
|
|
4945
|
-
"type": "color",
|
|
4946
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4947
|
-
"filePath": "src/theme/stable/light.json",
|
|
4948
|
-
"isSource": true,
|
|
4949
|
-
"original": {
|
|
4950
|
-
"value": "{color.core.white-alpha.80}",
|
|
4951
|
-
"type": "color",
|
|
4952
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4953
|
-
},
|
|
4954
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4955
|
-
"attributes": {
|
|
4956
|
-
"category": "color",
|
|
4957
|
-
"type": "theme",
|
|
4958
|
-
"item": "background",
|
|
4959
|
-
"subitem": "glass",
|
|
4960
|
-
"state": "overlay"
|
|
4961
|
-
},
|
|
4962
|
-
"path": [
|
|
4963
|
-
"color",
|
|
4964
|
-
"theme",
|
|
4965
|
-
"background",
|
|
4966
|
-
"glass",
|
|
4967
|
-
"overlay",
|
|
4968
|
-
"normal"
|
|
4969
|
-
]
|
|
4970
|
-
},
|
|
4971
|
-
"inactive": {
|
|
4972
|
-
"value": "#ffffff66",
|
|
4973
|
-
"type": "color",
|
|
4974
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4975
|
-
"filePath": "src/theme/stable/light.json",
|
|
4976
|
-
"isSource": true,
|
|
4977
|
-
"original": {
|
|
4978
|
-
"value": "{color.core.white-alpha.40}",
|
|
4979
|
-
"type": "color",
|
|
4980
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4981
|
-
},
|
|
4982
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4983
|
-
"attributes": {
|
|
4984
|
-
"category": "color",
|
|
4985
|
-
"type": "theme",
|
|
4986
|
-
"item": "background",
|
|
4987
|
-
"subitem": "glass",
|
|
4988
|
-
"state": "overlay"
|
|
4989
|
-
},
|
|
4990
|
-
"path": [
|
|
4991
|
-
"color",
|
|
4992
|
-
"theme",
|
|
4993
|
-
"background",
|
|
4994
|
-
"glass",
|
|
4995
|
-
"overlay",
|
|
4996
|
-
"inactive"
|
|
4997
|
-
]
|
|
4998
|
-
}
|
|
4999
|
-
},
|
|
5000
4969
|
"radial": {
|
|
5001
4970
|
"0": {
|
|
5002
4971
|
"value": "#ffffffe6",
|
|
@@ -6574,13 +6543,13 @@
|
|
|
6574
6543
|
},
|
|
6575
6544
|
"glass": {
|
|
6576
6545
|
"normal": {
|
|
6577
|
-
"value": "linear-gradient(180deg, #
|
|
6546
|
+
"value": "linear-gradient(180deg, #00000012 0%, #00000033 100%)",
|
|
6578
6547
|
"type": "color",
|
|
6579
6548
|
"description": "Used for operation pop",
|
|
6580
6549
|
"filePath": "src/theme/stable/light.json",
|
|
6581
6550
|
"isSource": true,
|
|
6582
6551
|
"original": {
|
|
6583
|
-
"value": "linear-gradient(180deg, {color.core.black-alpha.
|
|
6552
|
+
"value": "linear-gradient(180deg, {color.core.black-alpha.7} 0%, {color.core.black-alpha.20} 100%)",
|
|
6584
6553
|
"type": "color",
|
|
6585
6554
|
"description": "Used for operation pop"
|
|
6586
6555
|
},
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6576
|
+
"type": "color",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/light.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6582
|
+
"type": "color",
|
|
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": {
|