@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
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|