@momentum-design/tokens 0.5.2 → 0.6.1
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 +72 -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 +7 -3
- package/dist/css/theme/webex/dark-indigo-stable.css +7 -3
- package/dist/css/theme/webex/dark-jade-stable.css +7 -3
- package/dist/css/theme/webex/dark-lavender-stable.css +7 -3
- package/dist/css/theme/webex/dark-rose-stable.css +7 -3
- package/dist/css/theme/webex/dark-stable.css +7 -3
- package/dist/css/theme/webex/hc-dark-stable.css +5 -1
- package/dist/css/theme/webex/hc-light-stable.css +5 -1
- package/dist/css/theme/webex/light-bronze-stable.css +7 -3
- package/dist/css/theme/webex/light-indigo-stable.css +7 -3
- package/dist/css/theme/webex/light-jade-stable.css +7 -3
- package/dist/css/theme/webex/light-lavender-stable.css +7 -3
- package/dist/css/theme/webex/light-rose-stable.css +7 -3
- package/dist/css/theme/webex/light-stable.css +7 -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 +7 -3
- package/dist/ios/theme/webex/dark-indigo-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-jade-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-lavender-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-rose-stable.swift +7 -3
- package/dist/ios/theme/webex/dark-stable.swift +7 -3
- package/dist/ios/theme/webex/hc-dark-stable.swift +5 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +5 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +7 -3
- package/dist/ios/theme/webex/light-indigo-stable.swift +7 -3
- package/dist/ios/theme/webex/light-jade-stable.swift +7 -3
- package/dist/ios/theme/webex/light-lavender-stable.swift +7 -3
- package/dist/ios/theme/webex/light-rose-stable.swift +7 -3
- package/dist/ios/theme/webex/light-stable.swift +7 -3
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/dark-stable.swift +7 -5
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +4 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +12 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +19 -13
- package/dist/ios-webex/theme/webex/light-stable.swift +19 -13
- package/dist/json/theme/webex/dark-bronze-stable.json +116 -6
- package/dist/json/theme/webex/dark-indigo-stable.json +116 -6
- package/dist/json/theme/webex/dark-jade-stable.json +116 -6
- package/dist/json/theme/webex/dark-lavender-stable.json +116 -6
- package/dist/json/theme/webex/dark-rose-stable.json +116 -6
- package/dist/json/theme/webex/dark-stable.json +116 -6
- package/dist/json/theme/webex/hc-dark-stable.json +110 -0
- package/dist/json/theme/webex/hc-light-stable.json +110 -0
- package/dist/json/theme/webex/light-bronze-stable.json +116 -6
- package/dist/json/theme/webex/light-indigo-stable.json +116 -6
- package/dist/json/theme/webex/light-jade-stable.json +116 -6
- package/dist/json/theme/webex/light-lavender-stable.json +116 -6
- package/dist/json/theme/webex/light-rose-stable.json +116 -6
- package/dist/json/theme/webex/light-stable.json +116 -6
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +10 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +10 -2
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +8 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +8 -0
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-jade-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-rose-stable.json +10 -2
- package/dist/json-minimal/theme/webex/light-stable.json +10 -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 +7 -3
- package/dist/resources/theme/webex/dark-indigo-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-jade-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-lavender-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-rose-stable.xml +7 -3
- package/dist/resources/theme/webex/dark-stable.xml +7 -3
- package/dist/resources/theme/webex/hc-dark-stable.xml +5 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +5 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +7 -3
- package/dist/resources/theme/webex/light-indigo-stable.xml +7 -3
- package/dist/resources/theme/webex/light-jade-stable.xml +7 -3
- package/dist/resources/theme/webex/light-lavender-stable.xml +7 -3
- package/dist/resources/theme/webex/light-rose-stable.xml +7 -3
- package/dist/resources/theme/webex/light-stable.xml +7 -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 +7 -3
- package/dist/scss/theme/webex/dark-indigo-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-jade-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-lavender-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-rose-stable.scss +7 -3
- package/dist/scss/theme/webex/dark-stable.scss +7 -3
- package/dist/scss/theme/webex/hc-dark-stable.scss +5 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +5 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +7 -3
- package/dist/scss/theme/webex/light-indigo-stable.scss +7 -3
- package/dist/scss/theme/webex/light-jade-stable.scss +7 -3
- package/dist/scss/theme/webex/light-lavender-stable.scss +7 -3
- package/dist/scss/theme/webex/light-rose-stable.scss +7 -3
- package/dist/scss/theme/webex/light-stable.scss +7 -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
|
},
|
|
@@ -4915,6 +4915,64 @@
|
|
|
4915
4915
|
"inactive"
|
|
4916
4916
|
]
|
|
4917
4917
|
}
|
|
4918
|
+
},
|
|
4919
|
+
"radial": {
|
|
4920
|
+
"0": {
|
|
4921
|
+
"value": "#ffffffe6",
|
|
4922
|
+
"type": "color",
|
|
4923
|
+
"description": "Used for operation pop background. ",
|
|
4924
|
+
"filePath": "src/theme/stable/light.json",
|
|
4925
|
+
"isSource": true,
|
|
4926
|
+
"original": {
|
|
4927
|
+
"value": "{color.core.white-alpha.90}",
|
|
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": "#ffffff66",
|
|
4950
|
+
"type": "color",
|
|
4951
|
+
"description": "Used for operation pop background. ",
|
|
4952
|
+
"filePath": "src/theme/stable/light.json",
|
|
4953
|
+
"isSource": true,
|
|
4954
|
+
"original": {
|
|
4955
|
+
"value": "{color.core.white-alpha.40}",
|
|
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
|
+
}
|
|
4918
4976
|
}
|
|
4919
4977
|
},
|
|
4920
4978
|
"input": {
|
|
@@ -6432,6 +6490,35 @@
|
|
|
6432
6490
|
"normal"
|
|
6433
6491
|
]
|
|
6434
6492
|
}
|
|
6493
|
+
},
|
|
6494
|
+
"glass": {
|
|
6495
|
+
"normal": {
|
|
6496
|
+
"value": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)",
|
|
6497
|
+
"type": "color",
|
|
6498
|
+
"description": "Used for operation pop",
|
|
6499
|
+
"filePath": "src/theme/stable/light.json",
|
|
6500
|
+
"isSource": true,
|
|
6501
|
+
"original": {
|
|
6502
|
+
"value": "linear-gradient(180deg, {color.core.white-alpha.100} 0%, {color.core.white-alpha.60} 100%)",
|
|
6503
|
+
"type": "color",
|
|
6504
|
+
"description": "Used for operation pop"
|
|
6505
|
+
},
|
|
6506
|
+
"name": "mds-color-theme-outline-glass-normal",
|
|
6507
|
+
"attributes": {
|
|
6508
|
+
"category": "color",
|
|
6509
|
+
"type": "theme",
|
|
6510
|
+
"item": "outline",
|
|
6511
|
+
"subitem": "glass",
|
|
6512
|
+
"state": "normal"
|
|
6513
|
+
},
|
|
6514
|
+
"path": [
|
|
6515
|
+
"color",
|
|
6516
|
+
"theme",
|
|
6517
|
+
"outline",
|
|
6518
|
+
"glass",
|
|
6519
|
+
"normal"
|
|
6520
|
+
]
|
|
6521
|
+
}
|
|
6435
6522
|
}
|
|
6436
6523
|
},
|
|
6437
6524
|
"control": {
|
|
@@ -10951,6 +11038,29 @@
|
|
|
10951
11038
|
}
|
|
10952
11039
|
},
|
|
10953
11040
|
"avatar": {
|
|
11041
|
+
"ghost": {
|
|
11042
|
+
"value": "#00000000",
|
|
11043
|
+
"type": "color",
|
|
11044
|
+
"filePath": "src/theme/stable/light.json",
|
|
11045
|
+
"isSource": true,
|
|
11046
|
+
"original": {
|
|
11047
|
+
"value": "{color.core.black-alpha.0}",
|
|
11048
|
+
"type": "color"
|
|
11049
|
+
},
|
|
11050
|
+
"name": "mds-color-theme-avatar-ghost",
|
|
11051
|
+
"attributes": {
|
|
11052
|
+
"category": "color",
|
|
11053
|
+
"type": "theme",
|
|
11054
|
+
"item": "avatar",
|
|
11055
|
+
"subitem": "ghost"
|
|
11056
|
+
},
|
|
11057
|
+
"path": [
|
|
11058
|
+
"color",
|
|
11059
|
+
"theme",
|
|
11060
|
+
"avatar",
|
|
11061
|
+
"ghost"
|
|
11062
|
+
]
|
|
11063
|
+
},
|
|
10954
11064
|
"default": {
|
|
10955
11065
|
"parent": "theme/stable/light",
|
|
10956
11066
|
"type": "color",
|
|
@@ -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
|
},
|
|
@@ -4915,6 +4915,64 @@
|
|
|
4915
4915
|
"inactive"
|
|
4916
4916
|
]
|
|
4917
4917
|
}
|
|
4918
|
+
},
|
|
4919
|
+
"radial": {
|
|
4920
|
+
"0": {
|
|
4921
|
+
"value": "#ffffffe6",
|
|
4922
|
+
"type": "color",
|
|
4923
|
+
"description": "Used for operation pop background. ",
|
|
4924
|
+
"filePath": "src/theme/stable/light.json",
|
|
4925
|
+
"isSource": true,
|
|
4926
|
+
"original": {
|
|
4927
|
+
"value": "{color.core.white-alpha.90}",
|
|
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": "#ffffff66",
|
|
4950
|
+
"type": "color",
|
|
4951
|
+
"description": "Used for operation pop background. ",
|
|
4952
|
+
"filePath": "src/theme/stable/light.json",
|
|
4953
|
+
"isSource": true,
|
|
4954
|
+
"original": {
|
|
4955
|
+
"value": "{color.core.white-alpha.40}",
|
|
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
|
+
}
|
|
4918
4976
|
}
|
|
4919
4977
|
},
|
|
4920
4978
|
"input": {
|
|
@@ -6432,6 +6490,35 @@
|
|
|
6432
6490
|
"normal"
|
|
6433
6491
|
]
|
|
6434
6492
|
}
|
|
6493
|
+
},
|
|
6494
|
+
"glass": {
|
|
6495
|
+
"normal": {
|
|
6496
|
+
"value": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)",
|
|
6497
|
+
"type": "color",
|
|
6498
|
+
"description": "Used for operation pop",
|
|
6499
|
+
"filePath": "src/theme/stable/light.json",
|
|
6500
|
+
"isSource": true,
|
|
6501
|
+
"original": {
|
|
6502
|
+
"value": "linear-gradient(180deg, {color.core.white-alpha.100} 0%, {color.core.white-alpha.60} 100%)",
|
|
6503
|
+
"type": "color",
|
|
6504
|
+
"description": "Used for operation pop"
|
|
6505
|
+
},
|
|
6506
|
+
"name": "mds-color-theme-outline-glass-normal",
|
|
6507
|
+
"attributes": {
|
|
6508
|
+
"category": "color",
|
|
6509
|
+
"type": "theme",
|
|
6510
|
+
"item": "outline",
|
|
6511
|
+
"subitem": "glass",
|
|
6512
|
+
"state": "normal"
|
|
6513
|
+
},
|
|
6514
|
+
"path": [
|
|
6515
|
+
"color",
|
|
6516
|
+
"theme",
|
|
6517
|
+
"outline",
|
|
6518
|
+
"glass",
|
|
6519
|
+
"normal"
|
|
6520
|
+
]
|
|
6521
|
+
}
|
|
6435
6522
|
}
|
|
6436
6523
|
},
|
|
6437
6524
|
"control": {
|
|
@@ -10951,6 +11038,29 @@
|
|
|
10951
11038
|
}
|
|
10952
11039
|
},
|
|
10953
11040
|
"avatar": {
|
|
11041
|
+
"ghost": {
|
|
11042
|
+
"value": "#00000000",
|
|
11043
|
+
"type": "color",
|
|
11044
|
+
"filePath": "src/theme/stable/light.json",
|
|
11045
|
+
"isSource": true,
|
|
11046
|
+
"original": {
|
|
11047
|
+
"value": "{color.core.black-alpha.0}",
|
|
11048
|
+
"type": "color"
|
|
11049
|
+
},
|
|
11050
|
+
"name": "mds-color-theme-avatar-ghost",
|
|
11051
|
+
"attributes": {
|
|
11052
|
+
"category": "color",
|
|
11053
|
+
"type": "theme",
|
|
11054
|
+
"item": "avatar",
|
|
11055
|
+
"subitem": "ghost"
|
|
11056
|
+
},
|
|
11057
|
+
"path": [
|
|
11058
|
+
"color",
|
|
11059
|
+
"theme",
|
|
11060
|
+
"avatar",
|
|
11061
|
+
"ghost"
|
|
11062
|
+
]
|
|
11063
|
+
},
|
|
10954
11064
|
"default": {
|
|
10955
11065
|
"parent": "theme/stable/light",
|
|
10956
11066
|
"type": "color",
|
|
@@ -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
|
},
|
|
@@ -4915,6 +4915,64 @@
|
|
|
4915
4915
|
"inactive"
|
|
4916
4916
|
]
|
|
4917
4917
|
}
|
|
4918
|
+
},
|
|
4919
|
+
"radial": {
|
|
4920
|
+
"0": {
|
|
4921
|
+
"value": "#ffffffe6",
|
|
4922
|
+
"type": "color",
|
|
4923
|
+
"description": "Used for operation pop background. ",
|
|
4924
|
+
"filePath": "src/theme/stable/light.json",
|
|
4925
|
+
"isSource": true,
|
|
4926
|
+
"original": {
|
|
4927
|
+
"value": "{color.core.white-alpha.90}",
|
|
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": "#ffffff66",
|
|
4950
|
+
"type": "color",
|
|
4951
|
+
"description": "Used for operation pop background. ",
|
|
4952
|
+
"filePath": "src/theme/stable/light.json",
|
|
4953
|
+
"isSource": true,
|
|
4954
|
+
"original": {
|
|
4955
|
+
"value": "{color.core.white-alpha.40}",
|
|
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
|
+
}
|
|
4918
4976
|
}
|
|
4919
4977
|
},
|
|
4920
4978
|
"input": {
|
|
@@ -6432,6 +6490,35 @@
|
|
|
6432
6490
|
"normal"
|
|
6433
6491
|
]
|
|
6434
6492
|
}
|
|
6493
|
+
},
|
|
6494
|
+
"glass": {
|
|
6495
|
+
"normal": {
|
|
6496
|
+
"value": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)",
|
|
6497
|
+
"type": "color",
|
|
6498
|
+
"description": "Used for operation pop",
|
|
6499
|
+
"filePath": "src/theme/stable/light.json",
|
|
6500
|
+
"isSource": true,
|
|
6501
|
+
"original": {
|
|
6502
|
+
"value": "linear-gradient(180deg, {color.core.white-alpha.100} 0%, {color.core.white-alpha.60} 100%)",
|
|
6503
|
+
"type": "color",
|
|
6504
|
+
"description": "Used for operation pop"
|
|
6505
|
+
},
|
|
6506
|
+
"name": "mds-color-theme-outline-glass-normal",
|
|
6507
|
+
"attributes": {
|
|
6508
|
+
"category": "color",
|
|
6509
|
+
"type": "theme",
|
|
6510
|
+
"item": "outline",
|
|
6511
|
+
"subitem": "glass",
|
|
6512
|
+
"state": "normal"
|
|
6513
|
+
},
|
|
6514
|
+
"path": [
|
|
6515
|
+
"color",
|
|
6516
|
+
"theme",
|
|
6517
|
+
"outline",
|
|
6518
|
+
"glass",
|
|
6519
|
+
"normal"
|
|
6520
|
+
]
|
|
6521
|
+
}
|
|
6435
6522
|
}
|
|
6436
6523
|
},
|
|
6437
6524
|
"control": {
|
|
@@ -10951,6 +11038,29 @@
|
|
|
10951
11038
|
}
|
|
10952
11039
|
},
|
|
10953
11040
|
"avatar": {
|
|
11041
|
+
"ghost": {
|
|
11042
|
+
"value": "#00000000",
|
|
11043
|
+
"type": "color",
|
|
11044
|
+
"filePath": "src/theme/stable/light.json",
|
|
11045
|
+
"isSource": true,
|
|
11046
|
+
"original": {
|
|
11047
|
+
"value": "{color.core.black-alpha.0}",
|
|
11048
|
+
"type": "color"
|
|
11049
|
+
},
|
|
11050
|
+
"name": "mds-color-theme-avatar-ghost",
|
|
11051
|
+
"attributes": {
|
|
11052
|
+
"category": "color",
|
|
11053
|
+
"type": "theme",
|
|
11054
|
+
"item": "avatar",
|
|
11055
|
+
"subitem": "ghost"
|
|
11056
|
+
},
|
|
11057
|
+
"path": [
|
|
11058
|
+
"color",
|
|
11059
|
+
"theme",
|
|
11060
|
+
"avatar",
|
|
11061
|
+
"ghost"
|
|
11062
|
+
]
|
|
11063
|
+
},
|
|
10954
11064
|
"default": {
|
|
10955
11065
|
"parent": "theme/stable/light",
|
|
10956
11066
|
"type": "color",
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#707070"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff0d",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#000000cc",
|
|
319
319
|
"inactive": "#00000066"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffff66",
|
|
323
|
+
"1": "#ffffff0d"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#f2990a"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -779,6 +786,7 @@
|
|
|
779
786
|
}
|
|
780
787
|
},
|
|
781
788
|
"avatar": {
|
|
789
|
+
"ghost": "#ffffff00",
|
|
782
790
|
"default": "#545454",
|
|
783
791
|
"hover": "#ffffff12",
|
|
784
792
|
"pressed": "#ffffff33",
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#707070"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff0d",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#000000cc",
|
|
319
319
|
"inactive": "#00000066"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffff66",
|
|
323
|
+
"1": "#ffffff0d"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#f2990a"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -779,6 +786,7 @@
|
|
|
779
786
|
}
|
|
780
787
|
},
|
|
781
788
|
"avatar": {
|
|
789
|
+
"ghost": "#ffffff00",
|
|
782
790
|
"default": "#545454",
|
|
783
791
|
"hover": "#ffffff12",
|
|
784
792
|
"pressed": "#ffffff33",
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#707070"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff0d",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#000000cc",
|
|
319
319
|
"inactive": "#00000066"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffff66",
|
|
323
|
+
"1": "#ffffff0d"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#f2990a"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -779,6 +786,7 @@
|
|
|
779
786
|
}
|
|
780
787
|
},
|
|
781
788
|
"avatar": {
|
|
789
|
+
"ghost": "#ffffff00",
|
|
782
790
|
"default": "#545454",
|
|
783
791
|
"hover": "#ffffff12",
|
|
784
792
|
"pressed": "#ffffff33",
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#707070"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff0d",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#000000cc",
|
|
319
319
|
"inactive": "#00000066"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffff66",
|
|
323
|
+
"1": "#ffffff0d"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#f2990a"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -779,6 +786,7 @@
|
|
|
779
786
|
}
|
|
780
787
|
},
|
|
781
788
|
"avatar": {
|
|
789
|
+
"ghost": "#ffffff00",
|
|
782
790
|
"default": "#545454",
|
|
783
791
|
"hover": "#ffffff12",
|
|
784
792
|
"pressed": "#ffffff33",
|