@momentum-design/tokens 0.6.0 → 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 +60 -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 +6 -3
- package/dist/css/theme/webex/dark-indigo-stable.css +6 -3
- package/dist/css/theme/webex/dark-jade-stable.css +6 -3
- package/dist/css/theme/webex/dark-lavender-stable.css +6 -3
- package/dist/css/theme/webex/dark-rose-stable.css +6 -3
- package/dist/css/theme/webex/dark-stable.css +6 -3
- package/dist/css/theme/webex/hc-dark-stable.css +4 -1
- package/dist/css/theme/webex/hc-light-stable.css +4 -1
- package/dist/css/theme/webex/light-bronze-stable.css +6 -3
- package/dist/css/theme/webex/light-indigo-stable.css +6 -3
- package/dist/css/theme/webex/light-jade-stable.css +6 -3
- package/dist/css/theme/webex/light-lavender-stable.css +6 -3
- package/dist/css/theme/webex/light-rose-stable.css +6 -3
- package/dist/css/theme/webex/light-stable.css +6 -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 +6 -3
- package/dist/ios/theme/webex/dark-indigo-stable.swift +6 -3
- package/dist/ios/theme/webex/dark-jade-stable.swift +6 -3
- package/dist/ios/theme/webex/dark-lavender-stable.swift +6 -3
- package/dist/ios/theme/webex/dark-rose-stable.swift +6 -3
- package/dist/ios/theme/webex/dark-stable.swift +6 -3
- package/dist/ios/theme/webex/hc-dark-stable.swift +4 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +4 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +6 -3
- package/dist/ios/theme/webex/light-indigo-stable.swift +6 -3
- package/dist/ios/theme/webex/light-jade-stable.swift +6 -3
- package/dist/ios/theme/webex/light-lavender-stable.swift +6 -3
- package/dist/ios/theme/webex/light-rose-stable.swift +6 -3
- package/dist/ios/theme/webex/light-stable.swift +6 -3
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +6 -5
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +6 -5
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +6 -5
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +6 -5
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +6 -5
- package/dist/ios-webex/theme/webex/dark-stable.swift +6 -5
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +3 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +9 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +16 -13
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +16 -13
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +16 -13
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +16 -13
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +16 -13
- package/dist/ios-webex/theme/webex/light-stable.swift +16 -13
- package/dist/json/theme/webex/dark-bronze-stable.json +93 -6
- package/dist/json/theme/webex/dark-indigo-stable.json +93 -6
- package/dist/json/theme/webex/dark-jade-stable.json +93 -6
- package/dist/json/theme/webex/dark-lavender-stable.json +93 -6
- package/dist/json/theme/webex/dark-rose-stable.json +93 -6
- package/dist/json/theme/webex/dark-stable.json +93 -6
- package/dist/json/theme/webex/hc-dark-stable.json +87 -0
- package/dist/json/theme/webex/hc-light-stable.json +87 -0
- package/dist/json/theme/webex/light-bronze-stable.json +93 -6
- package/dist/json/theme/webex/light-indigo-stable.json +93 -6
- package/dist/json/theme/webex/light-jade-stable.json +93 -6
- package/dist/json/theme/webex/light-lavender-stable.json +93 -6
- package/dist/json/theme/webex/light-rose-stable.json +93 -6
- package/dist/json/theme/webex/light-stable.json +93 -6
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +9 -2
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +9 -2
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +9 -2
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +9 -2
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +9 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +9 -2
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +7 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +7 -0
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +9 -2
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +9 -2
- package/dist/json-minimal/theme/webex/light-jade-stable.json +9 -2
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +9 -2
- package/dist/json-minimal/theme/webex/light-rose-stable.json +9 -2
- package/dist/json-minimal/theme/webex/light-stable.json +9 -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 +6 -3
- package/dist/resources/theme/webex/dark-indigo-stable.xml +6 -3
- package/dist/resources/theme/webex/dark-jade-stable.xml +6 -3
- package/dist/resources/theme/webex/dark-lavender-stable.xml +6 -3
- package/dist/resources/theme/webex/dark-rose-stable.xml +6 -3
- package/dist/resources/theme/webex/dark-stable.xml +6 -3
- package/dist/resources/theme/webex/hc-dark-stable.xml +4 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +4 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +6 -3
- package/dist/resources/theme/webex/light-indigo-stable.xml +6 -3
- package/dist/resources/theme/webex/light-jade-stable.xml +6 -3
- package/dist/resources/theme/webex/light-lavender-stable.xml +6 -3
- package/dist/resources/theme/webex/light-rose-stable.xml +6 -3
- package/dist/resources/theme/webex/light-stable.xml +6 -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 +6 -3
- package/dist/scss/theme/webex/dark-indigo-stable.scss +6 -3
- package/dist/scss/theme/webex/dark-jade-stable.scss +6 -3
- package/dist/scss/theme/webex/dark-lavender-stable.scss +6 -3
- package/dist/scss/theme/webex/dark-rose-stable.scss +6 -3
- package/dist/scss/theme/webex/dark-stable.scss +6 -3
- package/dist/scss/theme/webex/hc-dark-stable.scss +4 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +4 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +6 -3
- package/dist/scss/theme/webex/light-indigo-stable.scss +6 -3
- package/dist/scss/theme/webex/light-jade-stable.scss +6 -3
- package/dist/scss/theme/webex/light-lavender-stable.scss +6 -3
- package/dist/scss/theme/webex/light-rose-stable.scss +6 -3
- package/dist/scss/theme/webex/light-stable.scss +6 -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -313,6 +313,10 @@
|
|
|
313
313
|
"overlay": {
|
|
314
314
|
"normal": "#ffff00",
|
|
315
315
|
"inactive": "#000000"
|
|
316
|
+
},
|
|
317
|
+
"radial": {
|
|
318
|
+
"0": "#000000",
|
|
319
|
+
"1": "#000000"
|
|
316
320
|
}
|
|
317
321
|
},
|
|
318
322
|
"input": {
|
|
@@ -417,6 +421,9 @@
|
|
|
417
421
|
},
|
|
418
422
|
"warning": {
|
|
419
423
|
"normal": "#ffffff"
|
|
424
|
+
},
|
|
425
|
+
"glass": {
|
|
426
|
+
"normal": "#ffffff"
|
|
420
427
|
}
|
|
421
428
|
},
|
|
422
429
|
"control": {
|
|
@@ -315,6 +315,10 @@
|
|
|
315
315
|
"overlay": {
|
|
316
316
|
"normal": "#00009f",
|
|
317
317
|
"inactive": "#ffffff"
|
|
318
|
+
},
|
|
319
|
+
"radial": {
|
|
320
|
+
"0": "#ffffff",
|
|
321
|
+
"1": "#ffffff"
|
|
318
322
|
}
|
|
319
323
|
},
|
|
320
324
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#000000"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "#000000"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#8f8f8f"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff66",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#ffffffcc",
|
|
319
319
|
"inactive": "#ffffff66"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffffe6",
|
|
323
|
+
"1": "#ffffff66"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#7d4705"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#8f8f8f"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff66",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#ffffffcc",
|
|
319
319
|
"inactive": "#ffffff66"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffffe6",
|
|
323
|
+
"1": "#ffffff66"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#7d4705"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#8f8f8f"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff66",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#ffffffcc",
|
|
319
319
|
"inactive": "#ffffff66"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffffe6",
|
|
323
|
+
"1": "#ffffff66"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#7d4705"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#8f8f8f"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff66",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#ffffffcc",
|
|
319
319
|
"inactive": "#ffffff66"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffffe6",
|
|
323
|
+
"1": "#ffffff66"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#7d4705"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#8f8f8f"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff66",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#ffffffcc",
|
|
319
319
|
"inactive": "#ffffff66"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffffe6",
|
|
323
|
+
"1": "#ffffff66"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#7d4705"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -310,13 +310,17 @@
|
|
|
310
310
|
"normal": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)"
|
|
311
311
|
},
|
|
312
312
|
"skeleton": {
|
|
313
|
-
"normal": "
|
|
313
|
+
"normal": "#8f8f8f"
|
|
314
314
|
},
|
|
315
315
|
"glass": {
|
|
316
|
-
"normal": "#
|
|
316
|
+
"normal": "#ffffff66",
|
|
317
317
|
"overlay": {
|
|
318
318
|
"normal": "#ffffffcc",
|
|
319
319
|
"inactive": "#ffffff66"
|
|
320
|
+
},
|
|
321
|
+
"radial": {
|
|
322
|
+
"0": "#ffffffe6",
|
|
323
|
+
"1": "#ffffff66"
|
|
320
324
|
}
|
|
321
325
|
},
|
|
322
326
|
"input": {
|
|
@@ -419,6 +423,9 @@
|
|
|
419
423
|
},
|
|
420
424
|
"warning": {
|
|
421
425
|
"normal": "#7d4705"
|
|
426
|
+
},
|
|
427
|
+
"glass": {
|
|
428
|
+
"normal": "linear-gradient(180deg, #ffffff 0%, #ffffff99 100%)"
|
|
422
429
|
}
|
|
423
430
|
},
|
|
424
431
|
"control": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Wed, 30 Apr 2025 07:16:17 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -162,10 +162,12 @@
|
|
|
162
162
|
<color name="mds-color-theme-background-gradient-primary-normal">linear-gradient(180deg, #1f1402 0%, #171002 100%)</color>
|
|
163
163
|
<color name="mds-color-theme-background-gradient-secondary-normal">linear-gradient(180deg, #2e2515 0%, #171002 100%)</color>
|
|
164
164
|
<color name="mds-color-theme-background-reaction-normal">linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)</color>
|
|
165
|
-
<color name="mds-color-theme-background-skeleton-normal"
|
|
166
|
-
<color name="mds-color-theme-background-glass-normal">#
|
|
165
|
+
<color name="mds-color-theme-background-skeleton-normal">#707070</color>
|
|
166
|
+
<color name="mds-color-theme-background-glass-normal">#ffffff0d</color>
|
|
167
167
|
<color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
|
|
168
168
|
<color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
|
|
169
|
+
<color name="mds-color-theme-background-glass-radial-0">#ffffff66</color>
|
|
170
|
+
<color name="mds-color-theme-background-glass-radial-1">#ffffff0d</color>
|
|
169
171
|
<color name="mds-color-theme-background-input-disabled">#ffffff1c</color>
|
|
170
172
|
<color name="mds-color-theme-button-primary-normal">#fffffff2</color>
|
|
171
173
|
<color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
<color name="mds-color-theme-outline-promotion-normal">#c233c4</color>
|
|
218
220
|
<color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)</color>
|
|
219
221
|
<color name="mds-color-theme-outline-warning-normal">#f2990a</color>
|
|
222
|
+
<color name="mds-color-theme-outline-glass-normal">linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)</color>
|
|
220
223
|
<color name="mds-color-theme-control-active-normal">#64b4fa</color>
|
|
221
224
|
<color name="mds-color-theme-control-active-hover">#3492eb</color>
|
|
222
225
|
<color name="mds-color-theme-control-active-pressed">#1170cf</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Wed, 30 Apr 2025 07:16:16 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -162,10 +162,12 @@
|
|
|
162
162
|
<color name="mds-color-theme-background-gradient-primary-normal">linear-gradient(180deg, #13182b 0%, #0e111a 100%)</color>
|
|
163
163
|
<color name="mds-color-theme-background-gradient-secondary-normal">linear-gradient(180deg, #212536 0%, #0e111a 100%)</color>
|
|
164
164
|
<color name="mds-color-theme-background-reaction-normal">linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)</color>
|
|
165
|
-
<color name="mds-color-theme-background-skeleton-normal"
|
|
166
|
-
<color name="mds-color-theme-background-glass-normal">#
|
|
165
|
+
<color name="mds-color-theme-background-skeleton-normal">#707070</color>
|
|
166
|
+
<color name="mds-color-theme-background-glass-normal">#ffffff0d</color>
|
|
167
167
|
<color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
|
|
168
168
|
<color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
|
|
169
|
+
<color name="mds-color-theme-background-glass-radial-0">#ffffff66</color>
|
|
170
|
+
<color name="mds-color-theme-background-glass-radial-1">#ffffff0d</color>
|
|
169
171
|
<color name="mds-color-theme-background-input-disabled">#ffffff1c</color>
|
|
170
172
|
<color name="mds-color-theme-button-primary-normal">#fffffff2</color>
|
|
171
173
|
<color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
|
|
@@ -217,6 +219,7 @@
|
|
|
217
219
|
<color name="mds-color-theme-outline-promotion-normal">#c233c4</color>
|
|
218
220
|
<color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)</color>
|
|
219
221
|
<color name="mds-color-theme-outline-warning-normal">#f2990a</color>
|
|
222
|
+
<color name="mds-color-theme-outline-glass-normal">linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)</color>
|
|
220
223
|
<color name="mds-color-theme-control-active-normal">#64b4fa</color>
|
|
221
224
|
<color name="mds-color-theme-control-active-hover">#3492eb</color>
|
|
222
225
|
<color name="mds-color-theme-control-active-pressed">#1170cf</color>
|