@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
|
@@ -4834,6 +4834,64 @@
|
|
|
4834
4834
|
"inactive"
|
|
4835
4835
|
]
|
|
4836
4836
|
}
|
|
4837
|
+
},
|
|
4838
|
+
"radial": {
|
|
4839
|
+
"0": {
|
|
4840
|
+
"value": "#ffffff",
|
|
4841
|
+
"type": "color",
|
|
4842
|
+
"description": "Used for operation pop background. ",
|
|
4843
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4844
|
+
"isSource": true,
|
|
4845
|
+
"original": {
|
|
4846
|
+
"value": "{color.highcontrast.white.WindowColor}",
|
|
4847
|
+
"type": "color",
|
|
4848
|
+
"description": "Used for operation pop background. "
|
|
4849
|
+
},
|
|
4850
|
+
"name": "mds-color-theme-background-glass-radial-0",
|
|
4851
|
+
"attributes": {
|
|
4852
|
+
"category": "color",
|
|
4853
|
+
"type": "theme",
|
|
4854
|
+
"item": "background",
|
|
4855
|
+
"subitem": "glass",
|
|
4856
|
+
"state": "radial"
|
|
4857
|
+
},
|
|
4858
|
+
"path": [
|
|
4859
|
+
"color",
|
|
4860
|
+
"theme",
|
|
4861
|
+
"background",
|
|
4862
|
+
"glass",
|
|
4863
|
+
"radial",
|
|
4864
|
+
"0"
|
|
4865
|
+
]
|
|
4866
|
+
},
|
|
4867
|
+
"1": {
|
|
4868
|
+
"value": "#ffffff",
|
|
4869
|
+
"type": "color",
|
|
4870
|
+
"description": "Used for operation pop background. ",
|
|
4871
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4872
|
+
"isSource": true,
|
|
4873
|
+
"original": {
|
|
4874
|
+
"value": "{color.highcontrast.white.WindowColor}",
|
|
4875
|
+
"type": "color",
|
|
4876
|
+
"description": "Used for operation pop background. "
|
|
4877
|
+
},
|
|
4878
|
+
"name": "mds-color-theme-background-glass-radial-1",
|
|
4879
|
+
"attributes": {
|
|
4880
|
+
"category": "color",
|
|
4881
|
+
"type": "theme",
|
|
4882
|
+
"item": "background",
|
|
4883
|
+
"subitem": "glass",
|
|
4884
|
+
"state": "radial"
|
|
4885
|
+
},
|
|
4886
|
+
"path": [
|
|
4887
|
+
"color",
|
|
4888
|
+
"theme",
|
|
4889
|
+
"background",
|
|
4890
|
+
"glass",
|
|
4891
|
+
"radial",
|
|
4892
|
+
"1"
|
|
4893
|
+
]
|
|
4894
|
+
}
|
|
4837
4895
|
}
|
|
4838
4896
|
},
|
|
4839
4897
|
"input": {
|
|
@@ -6352,6 +6410,35 @@
|
|
|
6352
6410
|
"normal"
|
|
6353
6411
|
]
|
|
6354
6412
|
}
|
|
6413
|
+
},
|
|
6414
|
+
"glass": {
|
|
6415
|
+
"normal": {
|
|
6416
|
+
"value": "#000000",
|
|
6417
|
+
"type": "color",
|
|
6418
|
+
"description": "Used for operation pop",
|
|
6419
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
6420
|
+
"isSource": true,
|
|
6421
|
+
"original": {
|
|
6422
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
6423
|
+
"type": "color",
|
|
6424
|
+
"description": "Used for operation pop"
|
|
6425
|
+
},
|
|
6426
|
+
"name": "mds-color-theme-outline-glass-normal",
|
|
6427
|
+
"attributes": {
|
|
6428
|
+
"category": "color",
|
|
6429
|
+
"type": "theme",
|
|
6430
|
+
"item": "outline",
|
|
6431
|
+
"subitem": "glass",
|
|
6432
|
+
"state": "normal"
|
|
6433
|
+
},
|
|
6434
|
+
"path": [
|
|
6435
|
+
"color",
|
|
6436
|
+
"theme",
|
|
6437
|
+
"outline",
|
|
6438
|
+
"glass",
|
|
6439
|
+
"normal"
|
|
6440
|
+
]
|
|
6441
|
+
}
|
|
6355
6442
|
}
|
|
6356
6443
|
},
|
|
6357
6444
|
"control": {
|
|
@@ -8141,6 +8228,29 @@
|
|
|
8141
8228
|
}
|
|
8142
8229
|
},
|
|
8143
8230
|
"avatar": {
|
|
8231
|
+
"ghost": {
|
|
8232
|
+
"value": "#ffffff",
|
|
8233
|
+
"type": "color",
|
|
8234
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8235
|
+
"isSource": true,
|
|
8236
|
+
"original": {
|
|
8237
|
+
"value": "{color.highcontrast.white.WindowColor}",
|
|
8238
|
+
"type": "color"
|
|
8239
|
+
},
|
|
8240
|
+
"name": "mds-color-theme-avatar-ghost",
|
|
8241
|
+
"attributes": {
|
|
8242
|
+
"category": "color",
|
|
8243
|
+
"type": "theme",
|
|
8244
|
+
"item": "avatar",
|
|
8245
|
+
"subitem": "ghost"
|
|
8246
|
+
},
|
|
8247
|
+
"path": [
|
|
8248
|
+
"color",
|
|
8249
|
+
"theme",
|
|
8250
|
+
"avatar",
|
|
8251
|
+
"ghost"
|
|
8252
|
+
]
|
|
8253
|
+
},
|
|
8144
8254
|
"default": {
|
|
8145
8255
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8146
8256
|
"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",
|
|
@@ -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",
|