@momentum-design/tokens 0.0.49 → 0.0.51
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/core/complete.css +17 -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/common-stable.css +4 -1
- package/dist/css/theme/webex/dark-complete.css +5 -1
- package/dist/css/theme/webex/dark-stable.css +10 -8
- package/dist/css/theme/webex/light-complete.css +5 -1
- package/dist/css/theme/webex/light-stable.css +6 -4
- package/dist/ios/core/complete.swift +317 -301
- package/dist/ios/theme/aaos/day-complete.swift +42 -42
- package/dist/ios/theme/aaos/night-complete.swift +42 -42
- package/dist/ios/theme/webex/common-stable.swift +66 -63
- package/dist/ios/theme/webex/dark-complete.swift +292 -288
- package/dist/ios/theme/webex/dark-stable.swift +340 -338
- package/dist/ios/theme/webex/light-complete.swift +289 -285
- package/dist/ios/theme/webex/light-stable.swift +340 -338
- package/dist/json/core/complete.json +406 -0
- package/dist/json/theme/webex/common-stable.json +86 -0
- package/dist/json/theme/webex/dark-complete.json +119 -0
- package/dist/json/theme/webex/dark-stable.json +156 -108
- package/dist/json/theme/webex/light-complete.json +119 -0
- package/dist/json/theme/webex/light-stable.json +144 -88
- package/dist/json-minimal/core/complete.json +22 -0
- package/dist/json-minimal/theme/webex/common-stable.json +5 -0
- package/dist/json-minimal/theme/webex/dark-complete.json +12 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +15 -11
- package/dist/json-minimal/theme/webex/light-complete.json +12 -0
- package/dist/json-minimal/theme/webex/light-stable.json +11 -7
- package/dist/resources/core/complete.xml +17 -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/common-stable.xml +4 -1
- package/dist/resources/theme/webex/dark-complete.xml +5 -1
- package/dist/resources/theme/webex/dark-stable.xml +10 -8
- package/dist/resources/theme/webex/light-complete.xml +5 -1
- package/dist/resources/theme/webex/light-stable.xml +6 -4
- package/dist/scss/core/complete.scss +17 -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/common-stable.scss +4 -1
- package/dist/scss/theme/webex/dark-complete.scss +6 -2
- package/dist/scss/theme/webex/dark-stable.scss +10 -8
- package/dist/scss/theme/webex/light-complete.scss +6 -2
- package/dist/scss/theme/webex/light-stable.scss +6 -4
- package/package.json +1 -1
|
@@ -869,6 +869,92 @@
|
|
|
869
869
|
]
|
|
870
870
|
}
|
|
871
871
|
}
|
|
872
|
+
},
|
|
873
|
+
"promotion": {
|
|
874
|
+
"normal": {
|
|
875
|
+
"value": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
876
|
+
"type": "color",
|
|
877
|
+
"description": "Used for rest state of promotional button",
|
|
878
|
+
"filePath": "src/theme/stable/common.json",
|
|
879
|
+
"isSource": true,
|
|
880
|
+
"original": {
|
|
881
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.70} -0.03%, {color.decorative.pink.70} 99.99%)",
|
|
882
|
+
"type": "color",
|
|
883
|
+
"description": "Used for rest state of promotional button"
|
|
884
|
+
},
|
|
885
|
+
"name": "mds-color-theme-common-button-promotion-normal",
|
|
886
|
+
"attributes": {
|
|
887
|
+
"category": "color",
|
|
888
|
+
"type": "theme",
|
|
889
|
+
"item": "common",
|
|
890
|
+
"subitem": "button",
|
|
891
|
+
"state": "promotion"
|
|
892
|
+
},
|
|
893
|
+
"path": [
|
|
894
|
+
"color",
|
|
895
|
+
"theme",
|
|
896
|
+
"common",
|
|
897
|
+
"button",
|
|
898
|
+
"promotion",
|
|
899
|
+
"normal"
|
|
900
|
+
]
|
|
901
|
+
},
|
|
902
|
+
"hover": {
|
|
903
|
+
"value": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
904
|
+
"type": "color",
|
|
905
|
+
"description": "Used for hover state of promotional button",
|
|
906
|
+
"filePath": "src/theme/stable/common.json",
|
|
907
|
+
"isSource": true,
|
|
908
|
+
"original": {
|
|
909
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.80} -0.04%, {color.decorative.pink.80} 99.97%)",
|
|
910
|
+
"type": "color",
|
|
911
|
+
"description": "Used for hover state of promotional button"
|
|
912
|
+
},
|
|
913
|
+
"name": "mds-color-theme-common-button-promotion-hover",
|
|
914
|
+
"attributes": {
|
|
915
|
+
"category": "color",
|
|
916
|
+
"type": "theme",
|
|
917
|
+
"item": "common",
|
|
918
|
+
"subitem": "button",
|
|
919
|
+
"state": "promotion"
|
|
920
|
+
},
|
|
921
|
+
"path": [
|
|
922
|
+
"color",
|
|
923
|
+
"theme",
|
|
924
|
+
"common",
|
|
925
|
+
"button",
|
|
926
|
+
"promotion",
|
|
927
|
+
"hover"
|
|
928
|
+
]
|
|
929
|
+
},
|
|
930
|
+
"active": {
|
|
931
|
+
"value": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)",
|
|
932
|
+
"type": "color",
|
|
933
|
+
"description": "Used for active state of promotional button",
|
|
934
|
+
"filePath": "src/theme/stable/common.json",
|
|
935
|
+
"isSource": true,
|
|
936
|
+
"original": {
|
|
937
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.90} -0.05%, {color.decorative.pink.90} 99.96%)",
|
|
938
|
+
"type": "color",
|
|
939
|
+
"description": "Used for active state of promotional button"
|
|
940
|
+
},
|
|
941
|
+
"name": "mds-color-theme-common-button-promotion-active",
|
|
942
|
+
"attributes": {
|
|
943
|
+
"category": "color",
|
|
944
|
+
"type": "theme",
|
|
945
|
+
"item": "common",
|
|
946
|
+
"subitem": "button",
|
|
947
|
+
"state": "promotion"
|
|
948
|
+
},
|
|
949
|
+
"path": [
|
|
950
|
+
"color",
|
|
951
|
+
"theme",
|
|
952
|
+
"common",
|
|
953
|
+
"button",
|
|
954
|
+
"promotion",
|
|
955
|
+
"active"
|
|
956
|
+
]
|
|
957
|
+
}
|
|
872
958
|
}
|
|
873
959
|
},
|
|
874
960
|
"outline": {
|
|
@@ -6306,94 +6392,6 @@
|
|
|
6306
6392
|
]
|
|
6307
6393
|
}
|
|
6308
6394
|
},
|
|
6309
|
-
"gradient": {
|
|
6310
|
-
"active": {
|
|
6311
|
-
"0": {
|
|
6312
|
-
"value": "#08599c",
|
|
6313
|
-
"type": "color",
|
|
6314
|
-
"description": "",
|
|
6315
|
-
"filePath": "src/theme/stable/light.json",
|
|
6316
|
-
"isSource": true,
|
|
6317
|
-
"original": {
|
|
6318
|
-
"value": "{color.decorative.cobalt.70}",
|
|
6319
|
-
"type": "color",
|
|
6320
|
-
"description": ""
|
|
6321
|
-
},
|
|
6322
|
-
"name": "mds-color-theme-outline-gradient-active-0",
|
|
6323
|
-
"attributes": {
|
|
6324
|
-
"category": "color",
|
|
6325
|
-
"type": "theme",
|
|
6326
|
-
"item": "outline",
|
|
6327
|
-
"subitem": "gradient",
|
|
6328
|
-
"state": "active"
|
|
6329
|
-
},
|
|
6330
|
-
"path": [
|
|
6331
|
-
"color",
|
|
6332
|
-
"theme",
|
|
6333
|
-
"outline",
|
|
6334
|
-
"gradient",
|
|
6335
|
-
"active",
|
|
6336
|
-
"0"
|
|
6337
|
-
]
|
|
6338
|
-
},
|
|
6339
|
-
"1": {
|
|
6340
|
-
"value": "#22c7d6",
|
|
6341
|
-
"type": "color",
|
|
6342
|
-
"description": "",
|
|
6343
|
-
"filePath": "src/theme/stable/light.json",
|
|
6344
|
-
"isSource": true,
|
|
6345
|
-
"original": {
|
|
6346
|
-
"value": "{color.decorative.cyan.40}",
|
|
6347
|
-
"type": "color",
|
|
6348
|
-
"description": ""
|
|
6349
|
-
},
|
|
6350
|
-
"name": "mds-color-theme-outline-gradient-active-1",
|
|
6351
|
-
"attributes": {
|
|
6352
|
-
"category": "color",
|
|
6353
|
-
"type": "theme",
|
|
6354
|
-
"item": "outline",
|
|
6355
|
-
"subitem": "gradient",
|
|
6356
|
-
"state": "active"
|
|
6357
|
-
},
|
|
6358
|
-
"path": [
|
|
6359
|
-
"color",
|
|
6360
|
-
"theme",
|
|
6361
|
-
"outline",
|
|
6362
|
-
"gradient",
|
|
6363
|
-
"active",
|
|
6364
|
-
"1"
|
|
6365
|
-
]
|
|
6366
|
-
},
|
|
6367
|
-
"2": {
|
|
6368
|
-
"value": "#27a17a",
|
|
6369
|
-
"type": "color",
|
|
6370
|
-
"description": "",
|
|
6371
|
-
"filePath": "src/theme/stable/light.json",
|
|
6372
|
-
"isSource": true,
|
|
6373
|
-
"original": {
|
|
6374
|
-
"value": "{color.core.green.50}",
|
|
6375
|
-
"type": "color",
|
|
6376
|
-
"description": ""
|
|
6377
|
-
},
|
|
6378
|
-
"name": "mds-color-theme-outline-gradient-active-2",
|
|
6379
|
-
"attributes": {
|
|
6380
|
-
"category": "color",
|
|
6381
|
-
"type": "theme",
|
|
6382
|
-
"item": "outline",
|
|
6383
|
-
"subitem": "gradient",
|
|
6384
|
-
"state": "active"
|
|
6385
|
-
},
|
|
6386
|
-
"path": [
|
|
6387
|
-
"color",
|
|
6388
|
-
"theme",
|
|
6389
|
-
"outline",
|
|
6390
|
-
"gradient",
|
|
6391
|
-
"active",
|
|
6392
|
-
"2"
|
|
6393
|
-
]
|
|
6394
|
-
}
|
|
6395
|
-
}
|
|
6396
|
-
},
|
|
6397
6395
|
"share": {
|
|
6398
6396
|
"selected": {
|
|
6399
6397
|
"value": "#27a17a",
|
|
@@ -6779,6 +6777,64 @@
|
|
|
6779
6777
|
"violet"
|
|
6780
6778
|
]
|
|
6781
6779
|
}
|
|
6780
|
+
},
|
|
6781
|
+
"promotion": {
|
|
6782
|
+
"normal": {
|
|
6783
|
+
"value": "linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)",
|
|
6784
|
+
"type": "color",
|
|
6785
|
+
"description": "Used for border of Promootion Banner",
|
|
6786
|
+
"filePath": "src/theme/stable/light.json",
|
|
6787
|
+
"isSource": true,
|
|
6788
|
+
"original": {
|
|
6789
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.100} -0.03%, {color.decorative.pink.70} 99.99%)",
|
|
6790
|
+
"type": "color",
|
|
6791
|
+
"description": "Used for border of Promootion Banner"
|
|
6792
|
+
},
|
|
6793
|
+
"name": "mds-color-theme-outline-promotion-normal",
|
|
6794
|
+
"attributes": {
|
|
6795
|
+
"category": "color",
|
|
6796
|
+
"type": "theme",
|
|
6797
|
+
"item": "outline",
|
|
6798
|
+
"subitem": "promotion",
|
|
6799
|
+
"state": "normal"
|
|
6800
|
+
},
|
|
6801
|
+
"path": [
|
|
6802
|
+
"color",
|
|
6803
|
+
"theme",
|
|
6804
|
+
"outline",
|
|
6805
|
+
"promotion",
|
|
6806
|
+
"normal"
|
|
6807
|
+
]
|
|
6808
|
+
}
|
|
6809
|
+
},
|
|
6810
|
+
"gradient": {
|
|
6811
|
+
"active": {
|
|
6812
|
+
"value": "linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);",
|
|
6813
|
+
"type": "color",
|
|
6814
|
+
"description": "Theme Token: OutlineGradient-active\nCore Token: blue-50, cyan-50, green-40\nUsed for Webex Assitant AI , Halo Effect",
|
|
6815
|
+
"filePath": "src/theme/stable/light.json",
|
|
6816
|
+
"isSource": true,
|
|
6817
|
+
"original": {
|
|
6818
|
+
"value": "linear-gradient(44deg, {color.core.blue.50} 14.64%, {color.decorative.cyan.50} 51.1%, {color.core.green.40} 85.36%);",
|
|
6819
|
+
"type": "color",
|
|
6820
|
+
"description": "Theme Token: OutlineGradient-active\nCore Token: blue-50, cyan-50, green-40\nUsed for Webex Assitant AI , Halo Effect"
|
|
6821
|
+
},
|
|
6822
|
+
"name": "mds-color-theme-outline-gradient-active",
|
|
6823
|
+
"attributes": {
|
|
6824
|
+
"category": "color",
|
|
6825
|
+
"type": "theme",
|
|
6826
|
+
"item": "outline",
|
|
6827
|
+
"subitem": "gradient",
|
|
6828
|
+
"state": "active"
|
|
6829
|
+
},
|
|
6830
|
+
"path": [
|
|
6831
|
+
"color",
|
|
6832
|
+
"theme",
|
|
6833
|
+
"outline",
|
|
6834
|
+
"gradient",
|
|
6835
|
+
"active"
|
|
6836
|
+
]
|
|
6837
|
+
}
|
|
6782
6838
|
}
|
|
6783
6839
|
},
|
|
6784
6840
|
"control": {
|
|
@@ -408,6 +408,28 @@
|
|
|
408
408
|
"slides": "#0F9D58",
|
|
409
409
|
"keynote": "#029CFB",
|
|
410
410
|
"doc": "#4285f4"
|
|
411
|
+
},
|
|
412
|
+
"highcontrast": {
|
|
413
|
+
"black": {
|
|
414
|
+
"SystemColorWindowTextColor": "#ffffff",
|
|
415
|
+
"SystemColorHotlightColor": "#ffff00",
|
|
416
|
+
"SystemColorGrayTextColor": "#3ff23f",
|
|
417
|
+
"SystemColorHighlightTextColor": "#000000",
|
|
418
|
+
"SystemColorHighlightColor": "#1aebff",
|
|
419
|
+
"SystemColorButtonTextColor": "#ffffff",
|
|
420
|
+
"SystemColorButtonFaceColor": "#000000",
|
|
421
|
+
"SystemColorWindowColor": "#000000"
|
|
422
|
+
},
|
|
423
|
+
"white": {
|
|
424
|
+
"SystemColorWindowTextColor": "#000000",
|
|
425
|
+
"SystemColorHotlightColor": "#00009f",
|
|
426
|
+
"SystemColorGrayTextColor": "#600000",
|
|
427
|
+
"SystemColorHighlightTextColor": "#ffffff",
|
|
428
|
+
"SystemColorHighlightColor": "#37006e",
|
|
429
|
+
"SystemColorButtonTextColor": "#000000",
|
|
430
|
+
"SystemColorButtonFaceColor": "#ffffff",
|
|
431
|
+
"SystemColorWindowColor": "#ffffff"
|
|
432
|
+
}
|
|
411
433
|
}
|
|
412
434
|
},
|
|
413
435
|
"elevation": {
|
|
@@ -60,6 +60,11 @@
|
|
|
60
60
|
"0": "#30c9b0",
|
|
61
61
|
"1": "#64b4fa"
|
|
62
62
|
}
|
|
63
|
+
},
|
|
64
|
+
"promotion": {
|
|
65
|
+
"normal": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
66
|
+
"hover": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
67
|
+
"active": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)"
|
|
63
68
|
}
|
|
64
69
|
},
|
|
65
70
|
"outline": {
|
|
@@ -617,6 +617,18 @@
|
|
|
617
617
|
"slides": "#0F9D58",
|
|
618
618
|
"keynotes": "#029CFB"
|
|
619
619
|
}
|
|
620
|
+
},
|
|
621
|
+
"promotion": {
|
|
622
|
+
"button": {
|
|
623
|
+
"fixed": {
|
|
624
|
+
"default": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
625
|
+
"hover": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
626
|
+
"active": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"border": {
|
|
630
|
+
"default": "linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)"
|
|
631
|
+
}
|
|
620
632
|
}
|
|
621
633
|
}
|
|
622
634
|
}
|
|
@@ -60,6 +60,11 @@
|
|
|
60
60
|
"0": "#30c9b0",
|
|
61
61
|
"1": "#64b4fa"
|
|
62
62
|
}
|
|
63
|
+
},
|
|
64
|
+
"promotion": {
|
|
65
|
+
"normal": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
66
|
+
"hover": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
67
|
+
"active": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)"
|
|
63
68
|
}
|
|
64
69
|
},
|
|
65
70
|
"outline": {
|
|
@@ -153,7 +158,7 @@
|
|
|
153
158
|
"secondary": {
|
|
154
159
|
"normal": "#ffffffb3",
|
|
155
160
|
"inverted": {
|
|
156
|
-
"normal": "#
|
|
161
|
+
"normal": "#000000b3"
|
|
157
162
|
}
|
|
158
163
|
},
|
|
159
164
|
"error": {
|
|
@@ -189,9 +194,9 @@
|
|
|
189
194
|
"active": "#fce1fc"
|
|
190
195
|
},
|
|
191
196
|
"orange": {
|
|
192
|
-
"normal": "#
|
|
193
|
-
"hover": "#
|
|
194
|
-
"active": "#
|
|
197
|
+
"normal": "#FD884E",
|
|
198
|
+
"hover": "#FED5AC",
|
|
199
|
+
"active": "#FED5AC"
|
|
195
200
|
}
|
|
196
201
|
},
|
|
197
202
|
"team": {
|
|
@@ -443,13 +448,6 @@
|
|
|
443
448
|
"disabled": {
|
|
444
449
|
"normal": "#ffffff33"
|
|
445
450
|
},
|
|
446
|
-
"gradient": {
|
|
447
|
-
"active": {
|
|
448
|
-
"0": "#08599c",
|
|
449
|
-
"1": "#22c7d6",
|
|
450
|
-
"2": "#27a17a"
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
451
|
"share": {
|
|
454
452
|
"selected": "#27a17a",
|
|
455
453
|
"active": "#EC6400",
|
|
@@ -471,6 +469,12 @@
|
|
|
471
469
|
"purple": "#f294f1",
|
|
472
470
|
"slate": "#b0b4d9",
|
|
473
471
|
"violet": "#c7a5fa"
|
|
472
|
+
},
|
|
473
|
+
"promotion": {
|
|
474
|
+
"normal": "linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)"
|
|
475
|
+
},
|
|
476
|
+
"gradient": {
|
|
477
|
+
"active": "linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);"
|
|
474
478
|
}
|
|
475
479
|
},
|
|
476
480
|
"control": {
|
|
@@ -614,6 +614,18 @@
|
|
|
614
614
|
"slides": "#0F9D58",
|
|
615
615
|
"keynotes": "#029CFB"
|
|
616
616
|
}
|
|
617
|
+
},
|
|
618
|
+
"promotion": {
|
|
619
|
+
"button": {
|
|
620
|
+
"fixed": {
|
|
621
|
+
"default": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
622
|
+
"hover": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
623
|
+
"active": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"border": {
|
|
627
|
+
"default": "linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)"
|
|
628
|
+
}
|
|
617
629
|
}
|
|
618
630
|
}
|
|
619
631
|
}
|
|
@@ -60,6 +60,11 @@
|
|
|
60
60
|
"0": "#30c9b0",
|
|
61
61
|
"1": "#64b4fa"
|
|
62
62
|
}
|
|
63
|
+
},
|
|
64
|
+
"promotion": {
|
|
65
|
+
"normal": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
66
|
+
"hover": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
67
|
+
"active": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)"
|
|
63
68
|
}
|
|
64
69
|
},
|
|
65
70
|
"outline": {
|
|
@@ -443,13 +448,6 @@
|
|
|
443
448
|
"disabled": {
|
|
444
449
|
"normal": "#00000033"
|
|
445
450
|
},
|
|
446
|
-
"gradient": {
|
|
447
|
-
"active": {
|
|
448
|
-
"0": "#08599c",
|
|
449
|
-
"1": "#22c7d6",
|
|
450
|
-
"2": "#27a17a"
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
451
|
"share": {
|
|
454
452
|
"selected": "#27a17a",
|
|
455
453
|
"active": "#EC6400",
|
|
@@ -471,6 +469,12 @@
|
|
|
471
469
|
"purple": "#f294f1",
|
|
472
470
|
"slate": "#b0b4d9",
|
|
473
471
|
"violet": "#c7a5fa"
|
|
472
|
+
},
|
|
473
|
+
"promotion": {
|
|
474
|
+
"normal": "linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)"
|
|
475
|
+
},
|
|
476
|
+
"gradient": {
|
|
477
|
+
"active": "linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);"
|
|
474
478
|
}
|
|
475
479
|
},
|
|
476
480
|
"control": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 26 Mar 2024 18:08:46 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="mds-border-radius-core-none">0px</string>
|
|
@@ -288,6 +288,22 @@
|
|
|
288
288
|
<color name="mds-color-partner-slides">#0F9D58</color>
|
|
289
289
|
<color name="mds-color-partner-keynote">#029CFB</color>
|
|
290
290
|
<color name="mds-color-partner-doc">#4285f4</color>
|
|
291
|
+
<color name="mds-color-highcontrast-black-system-color-window-text-color">#ffffff</color>
|
|
292
|
+
<color name="mds-color-highcontrast-black-system-color-hotlight-color">#ffff00</color>
|
|
293
|
+
<color name="mds-color-highcontrast-black-system-color-gray-text-color">#3ff23f</color>
|
|
294
|
+
<color name="mds-color-highcontrast-black-system-color-highlight-text-color">#000000</color>
|
|
295
|
+
<color name="mds-color-highcontrast-black-system-color-highlight-color">#1aebff</color>
|
|
296
|
+
<color name="mds-color-highcontrast-black-system-color-button-text-color">#ffffff</color>
|
|
297
|
+
<color name="mds-color-highcontrast-black-system-color-button-face-color">#000000</color>
|
|
298
|
+
<color name="mds-color-highcontrast-black-system-color-window-color">#000000</color>
|
|
299
|
+
<color name="mds-color-highcontrast-white-system-color-window-text-color">#000000</color>
|
|
300
|
+
<color name="mds-color-highcontrast-white-system-color-hotlight-color">#00009f</color>
|
|
301
|
+
<color name="mds-color-highcontrast-white-system-color-gray-text-color">#600000</color>
|
|
302
|
+
<color name="mds-color-highcontrast-white-system-color-highlight-text-color">#ffffff</color>
|
|
303
|
+
<color name="mds-color-highcontrast-white-system-color-highlight-color">#37006e</color>
|
|
304
|
+
<color name="mds-color-highcontrast-white-system-color-button-text-color">#000000</color>
|
|
305
|
+
<color name="mds-color-highcontrast-white-system-color-button-face-color">#ffffff</color>
|
|
306
|
+
<color name="mds-color-highcontrast-white-system-color-window-color">#ffffff</color>
|
|
291
307
|
<string name="mds-elevation-core-0">0px 0px 0px 0px</string>
|
|
292
308
|
<string name="mds-elevation-core-1">drop-shadow(0px 4px 8px rgba(0,0,0,0.2))</string>
|
|
293
309
|
<string name="mds-elevation-core-2">drop-shadow(0px 24px 48px rgba(0,0,0,0.2))</string>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 26 Mar 2024 18:08:46 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-common-text-white">#fffffff2</color>
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
<color name="mds-color-theme-common-button-secondary-dark-disabled">#00000000</color>
|
|
36
36
|
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
|
|
37
37
|
<color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#64b4fa</color>
|
|
38
|
+
<color name="mds-color-theme-common-button-promotion-normal">linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)</color>
|
|
39
|
+
<color name="mds-color-theme-common-button-promotion-hover">linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)</color>
|
|
40
|
+
<color name="mds-color-theme-common-button-promotion-active">linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)</color>
|
|
38
41
|
<color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
|
|
39
42
|
<color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
|
|
40
43
|
<color name="mds-color-theme-common-outline-input-normal">#ffffff80</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 26 Mar 2024 18:08:46 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-neutral-bg-primary">linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)</color>
|
|
@@ -292,5 +292,9 @@
|
|
|
292
292
|
<color name="mds-color-theme-miscellaneous-partner-sheets">#F4B400</color>
|
|
293
293
|
<color name="mds-color-theme-miscellaneous-partner-slides">#0F9D58</color>
|
|
294
294
|
<color name="mds-color-theme-miscellaneous-partner-keynotes">#029CFB</color>
|
|
295
|
+
<color name="mds-color-theme-promotion-button-fixed-default">linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)</color>
|
|
296
|
+
<color name="mds-color-theme-promotion-button-fixed-hover">linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)</color>
|
|
297
|
+
<color name="mds-color-theme-promotion-button-fixed-active">linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)</color>
|
|
298
|
+
<color name="mds-color-theme-promotion-border-default">linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)</color>
|
|
295
299
|
|
|
296
300
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 26 Mar 2024 18:08:47 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-common-text-white">#fffffff2</color>
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
<color name="mds-color-theme-common-button-secondary-dark-disabled">#00000000</color>
|
|
36
36
|
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
|
|
37
37
|
<color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#64b4fa</color>
|
|
38
|
+
<color name="mds-color-theme-common-button-promotion-normal">linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)</color>
|
|
39
|
+
<color name="mds-color-theme-common-button-promotion-hover">linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)</color>
|
|
40
|
+
<color name="mds-color-theme-common-button-promotion-active">linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)</color>
|
|
38
41
|
<color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
|
|
39
42
|
<color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
|
|
40
43
|
<color name="mds-color-theme-common-outline-input-normal">#ffffff80</color>
|
|
@@ -72,7 +75,7 @@
|
|
|
72
75
|
<color name="mds-color-theme-text-inverted-normal">#000000f2</color>
|
|
73
76
|
<color name="mds-color-theme-text-inverted-disabled">#00000080</color>
|
|
74
77
|
<color name="mds-color-theme-text-secondary-normal">#ffffffb3</color>
|
|
75
|
-
<color name="mds-color-theme-text-secondary-inverted-normal">#
|
|
78
|
+
<color name="mds-color-theme-text-secondary-inverted-normal">#000000b3</color>
|
|
76
79
|
<color name="mds-color-theme-text-error-normal">#fc8b98</color>
|
|
77
80
|
<color name="mds-color-theme-text-error-hover">#ffd4da</color>
|
|
78
81
|
<color name="mds-color-theme-text-error-active">#ffd4da</color>
|
|
@@ -92,9 +95,9 @@
|
|
|
92
95
|
<color name="mds-color-theme-text-alert-purple-normal">#f294f1</color>
|
|
93
96
|
<color name="mds-color-theme-text-alert-purple-hover">#fce1fc</color>
|
|
94
97
|
<color name="mds-color-theme-text-alert-purple-active">#fce1fc</color>
|
|
95
|
-
<color name="mds-color-theme-text-alert-orange-normal">#
|
|
96
|
-
<color name="mds-color-theme-text-alert-orange-hover">#
|
|
97
|
-
<color name="mds-color-theme-text-alert-orange-active">#
|
|
98
|
+
<color name="mds-color-theme-text-alert-orange-normal">#FD884E</color>
|
|
99
|
+
<color name="mds-color-theme-text-alert-orange-hover">#FED5AC</color>
|
|
100
|
+
<color name="mds-color-theme-text-alert-orange-active">#FED5AC</color>
|
|
98
101
|
<color name="mds-color-theme-text-team-cobalt-normal">#5ebff7</color>
|
|
99
102
|
<color name="mds-color-theme-text-team-cobalt-hover">#5ebff7</color>
|
|
100
103
|
<color name="mds-color-theme-text-team-cobalt-active">#c7eeff</color>
|
|
@@ -224,9 +227,6 @@
|
|
|
224
227
|
<color name="mds-color-theme-outline-join-normal">#3cc29a</color>
|
|
225
228
|
<color name="mds-color-theme-outline-cancel-normal">#fc8b98</color>
|
|
226
229
|
<color name="mds-color-theme-outline-disabled-normal">#ffffff33</color>
|
|
227
|
-
<color name="mds-color-theme-outline-gradient-active-0">#08599c</color>
|
|
228
|
-
<color name="mds-color-theme-outline-gradient-active-1">#22c7d6</color>
|
|
229
|
-
<color name="mds-color-theme-outline-gradient-active-2">#27a17a</color>
|
|
230
230
|
<color name="mds-color-theme-outline-share-selected">#27a17a</color>
|
|
231
231
|
<color name="mds-color-theme-outline-share-active">#EC6400</color>
|
|
232
232
|
<color name="mds-color-theme-outline-share-inactive">#8f8f8f</color>
|
|
@@ -241,6 +241,8 @@
|
|
|
241
241
|
<color name="mds-color-theme-outline-label-purple">#f294f1</color>
|
|
242
242
|
<color name="mds-color-theme-outline-label-slate">#b0b4d9</color>
|
|
243
243
|
<color name="mds-color-theme-outline-label-violet">#c7a5fa</color>
|
|
244
|
+
<color name="mds-color-theme-outline-promotion-normal">linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)</color>
|
|
245
|
+
<color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);</color>
|
|
244
246
|
<color name="mds-color-theme-control-active-normal">#64b4fa</color>
|
|
245
247
|
<color name="mds-color-theme-control-active-hover">#3492eb</color>
|
|
246
248
|
<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 Tue, 26 Mar 2024 18:08:46 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-neutral-bg-primary">linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)</color>
|
|
@@ -289,5 +289,9 @@
|
|
|
289
289
|
<color name="mds-color-theme-miscellaneous-partner-sheets">#F4B400</color>
|
|
290
290
|
<color name="mds-color-theme-miscellaneous-partner-slides">#0F9D58</color>
|
|
291
291
|
<color name="mds-color-theme-miscellaneous-partner-keynotes">#029CFB</color>
|
|
292
|
+
<color name="mds-color-theme-promotion-button-fixed-default">linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)</color>
|
|
293
|
+
<color name="mds-color-theme-promotion-button-fixed-hover">linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)</color>
|
|
294
|
+
<color name="mds-color-theme-promotion-button-fixed-active">linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)</color>
|
|
295
|
+
<color name="mds-color-theme-promotion-border-default">linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)</color>
|
|
292
296
|
|
|
293
297
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Tue, 26 Mar 2024 18:08:47 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-common-text-white">#fffffff2</color>
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
<color name="mds-color-theme-common-button-secondary-dark-disabled">#00000000</color>
|
|
36
36
|
<color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
|
|
37
37
|
<color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#64b4fa</color>
|
|
38
|
+
<color name="mds-color-theme-common-button-promotion-normal">linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)</color>
|
|
39
|
+
<color name="mds-color-theme-common-button-promotion-hover">linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)</color>
|
|
40
|
+
<color name="mds-color-theme-common-button-promotion-active">linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)</color>
|
|
38
41
|
<color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
|
|
39
42
|
<color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
|
|
40
43
|
<color name="mds-color-theme-common-outline-input-normal">#ffffff80</color>
|
|
@@ -224,9 +227,6 @@
|
|
|
224
227
|
<color name="mds-color-theme-outline-join-normal">#185e46</color>
|
|
225
228
|
<color name="mds-color-theme-outline-cancel-normal">#ab0a15</color>
|
|
226
229
|
<color name="mds-color-theme-outline-disabled-normal">#00000033</color>
|
|
227
|
-
<color name="mds-color-theme-outline-gradient-active-0">#08599c</color>
|
|
228
|
-
<color name="mds-color-theme-outline-gradient-active-1">#22c7d6</color>
|
|
229
|
-
<color name="mds-color-theme-outline-gradient-active-2">#27a17a</color>
|
|
230
230
|
<color name="mds-color-theme-outline-share-selected">#27a17a</color>
|
|
231
231
|
<color name="mds-color-theme-outline-share-active">#EC6400</color>
|
|
232
232
|
<color name="mds-color-theme-outline-share-inactive">#8f8f8f</color>
|
|
@@ -241,6 +241,8 @@
|
|
|
241
241
|
<color name="mds-color-theme-outline-label-purple">#f294f1</color>
|
|
242
242
|
<color name="mds-color-theme-outline-label-slate">#b0b4d9</color>
|
|
243
243
|
<color name="mds-color-theme-outline-label-violet">#c7a5fa</color>
|
|
244
|
+
<color name="mds-color-theme-outline-promotion-normal">linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)</color>
|
|
245
|
+
<color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);</color>
|
|
244
246
|
<color name="mds-color-theme-control-active-normal">#1170cf</color>
|
|
245
247
|
<color name="mds-color-theme-control-active-hover">#0353a8</color>
|
|
246
248
|
<color name="mds-color-theme-control-active-pressed">#063a75</color>
|