@momentum-design/tokens 0.0.50 → 0.0.52
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 +17 -15
- package/dist/css/theme/webex/light-complete.css +5 -1
- package/dist/css/theme/webex/light-stable.css +13 -11
- package/dist/ios/core/complete.swift +17 -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/common-stable.swift +4 -1
- package/dist/ios/theme/webex/dark-complete.swift +5 -1
- package/dist/ios/theme/webex/dark-stable.swift +17 -15
- package/dist/ios/theme/webex/light-complete.swift +5 -1
- package/dist/ios/theme/webex/light-stable.swift +13 -11
- 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 +184 -136
- package/dist/json/theme/webex/light-complete.json +119 -0
- package/dist/json/theme/webex/light-stable.json +172 -116
- 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 +22 -18
- package/dist/json-minimal/theme/webex/light-complete.json +12 -0
- package/dist/json-minimal/theme/webex/light-stable.json +18 -14
- 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 +17 -15
- package/dist/resources/theme/webex/light-complete.xml +5 -1
- package/dist/resources/theme/webex/light-stable.xml +13 -11
- 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 +17 -15
- package/dist/scss/theme/webex/light-complete.scss +6 -2
- package/dist/scss/theme/webex/light-stable.scss +13 -11
- 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": {
|
|
@@ -6049,15 +6135,15 @@
|
|
|
6049
6135
|
"outline": {
|
|
6050
6136
|
"primary": {
|
|
6051
6137
|
"normal": {
|
|
6052
|
-
"value": "#
|
|
6138
|
+
"value": "#00000080",
|
|
6053
6139
|
"type": "color",
|
|
6054
|
-
"description": "",
|
|
6140
|
+
"description": "Theme Token: OutlinePrimary-normal\nCore Token: black-alpha-50",
|
|
6055
6141
|
"filePath": "src/theme/stable/light.json",
|
|
6056
6142
|
"isSource": true,
|
|
6057
6143
|
"original": {
|
|
6058
|
-
"value": "{color.core.black-alpha.
|
|
6144
|
+
"value": "{color.core.black-alpha.50}",
|
|
6059
6145
|
"type": "color",
|
|
6060
|
-
"description": ""
|
|
6146
|
+
"description": "Theme Token: OutlinePrimary-normal\nCore Token: black-alpha-50"
|
|
6061
6147
|
},
|
|
6062
6148
|
"name": "mds-color-theme-outline-primary-normal",
|
|
6063
6149
|
"attributes": {
|
|
@@ -6192,15 +6278,15 @@
|
|
|
6192
6278
|
},
|
|
6193
6279
|
"button": {
|
|
6194
6280
|
"normal": {
|
|
6195
|
-
"value": "#
|
|
6281
|
+
"value": "#00000080",
|
|
6196
6282
|
"type": "color",
|
|
6197
|
-
"description": "",
|
|
6283
|
+
"description": "Theme Token: OutlineButton-normal\nCore Token: black-alpha-50",
|
|
6198
6284
|
"filePath": "src/theme/stable/light.json",
|
|
6199
6285
|
"isSource": true,
|
|
6200
6286
|
"original": {
|
|
6201
|
-
"value": "{color.core.black-alpha.
|
|
6287
|
+
"value": "{color.core.black-alpha.50}",
|
|
6202
6288
|
"type": "color",
|
|
6203
|
-
"description": ""
|
|
6289
|
+
"description": "Theme Token: OutlineButton-normal\nCore Token: black-alpha-50"
|
|
6204
6290
|
},
|
|
6205
6291
|
"name": "mds-color-theme-outline-button-normal",
|
|
6206
6292
|
"attributes": {
|
|
@@ -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": {
|
|
@@ -7355,15 +7411,15 @@
|
|
|
7355
7411
|
"scrollbar": {
|
|
7356
7412
|
"button": {
|
|
7357
7413
|
"normal": {
|
|
7358
|
-
"value": "#
|
|
7414
|
+
"value": "#00000066",
|
|
7359
7415
|
"type": "color",
|
|
7360
|
-
"description": "",
|
|
7416
|
+
"description": "Theme Token:ScrollbarButton-normal\nCore Token: black-alpha-40",
|
|
7361
7417
|
"filePath": "src/theme/stable/light.json",
|
|
7362
7418
|
"isSource": true,
|
|
7363
7419
|
"original": {
|
|
7364
|
-
"value": "{color.core.black-alpha.
|
|
7420
|
+
"value": "{color.core.black-alpha.40}",
|
|
7365
7421
|
"type": "color",
|
|
7366
|
-
"description": ""
|
|
7422
|
+
"description": "Theme Token:ScrollbarButton-normal\nCore Token: black-alpha-40"
|
|
7367
7423
|
},
|
|
7368
7424
|
"name": "mds-color-theme-scrollbar-button-normal",
|
|
7369
7425
|
"attributes": {
|
|
@@ -7382,15 +7438,15 @@
|
|
|
7382
7438
|
]
|
|
7383
7439
|
},
|
|
7384
7440
|
"hover": {
|
|
7385
|
-
"value": "#
|
|
7441
|
+
"value": "#00000080",
|
|
7386
7442
|
"type": "color",
|
|
7387
|
-
"description": "",
|
|
7443
|
+
"description": "Theme Token: ScrollbarButton-hover\nCore Token: black-alpha-50",
|
|
7388
7444
|
"filePath": "src/theme/stable/light.json",
|
|
7389
7445
|
"isSource": true,
|
|
7390
7446
|
"original": {
|
|
7391
|
-
"value": "{color.core.black-alpha.
|
|
7447
|
+
"value": "{color.core.black-alpha.50}",
|
|
7392
7448
|
"type": "color",
|
|
7393
|
-
"description": ""
|
|
7449
|
+
"description": "Theme Token: ScrollbarButton-hover\nCore Token: black-alpha-50"
|
|
7394
7450
|
},
|
|
7395
7451
|
"name": "mds-color-theme-scrollbar-button-hover",
|
|
7396
7452
|
"attributes": {
|
|
@@ -7409,15 +7465,15 @@
|
|
|
7409
7465
|
]
|
|
7410
7466
|
},
|
|
7411
7467
|
"pressed": {
|
|
7412
|
-
"value": "#
|
|
7468
|
+
"value": "#00000099",
|
|
7413
7469
|
"type": "color",
|
|
7414
|
-
"description": "",
|
|
7470
|
+
"description": "Theme Token: ScrollbarButton-pressed\nCore Token: black-alpha-60",
|
|
7415
7471
|
"filePath": "src/theme/stable/light.json",
|
|
7416
7472
|
"isSource": true,
|
|
7417
7473
|
"original": {
|
|
7418
|
-
"value": "{color.core.black-alpha.
|
|
7474
|
+
"value": "{color.core.black-alpha.60}",
|
|
7419
7475
|
"type": "color",
|
|
7420
|
-
"description": ""
|
|
7476
|
+
"description": "Theme Token: ScrollbarButton-pressed\nCore Token: black-alpha-60"
|
|
7421
7477
|
},
|
|
7422
7478
|
"name": "mds-color-theme-scrollbar-button-pressed",
|
|
7423
7479
|
"attributes": {
|
|
@@ -7494,15 +7550,15 @@
|
|
|
7494
7550
|
]
|
|
7495
7551
|
},
|
|
7496
7552
|
"hover": {
|
|
7497
|
-
"value": "#
|
|
7553
|
+
"value": "#00000033",
|
|
7498
7554
|
"type": "color",
|
|
7499
|
-
"description": "",
|
|
7555
|
+
"description": "Theme Token: ScrollbarArrowBackground-hover\nCore Token: black-alpha-20",
|
|
7500
7556
|
"filePath": "src/theme/stable/light.json",
|
|
7501
7557
|
"isSource": true,
|
|
7502
7558
|
"original": {
|
|
7503
|
-
"value": "{color.core.black-alpha.
|
|
7559
|
+
"value": "{color.core.black-alpha.20}",
|
|
7504
7560
|
"type": "color",
|
|
7505
|
-
"description": ""
|
|
7561
|
+
"description": "Theme Token: ScrollbarArrowBackground-hover\nCore Token: black-alpha-20"
|
|
7506
7562
|
},
|
|
7507
7563
|
"name": "mds-color-theme-scrollbar-arrow-background-hover",
|
|
7508
7564
|
"attributes": {
|
|
@@ -7522,15 +7578,15 @@
|
|
|
7522
7578
|
]
|
|
7523
7579
|
},
|
|
7524
7580
|
"pressed": {
|
|
7525
|
-
"value": "#
|
|
7581
|
+
"value": "#0000004d",
|
|
7526
7582
|
"type": "color",
|
|
7527
|
-
"description": "",
|
|
7583
|
+
"description": "Theme Token: ScrollbarArrowBackground-press\nCore Token: black-alpha-30",
|
|
7528
7584
|
"filePath": "src/theme/stable/light.json",
|
|
7529
7585
|
"isSource": true,
|
|
7530
7586
|
"original": {
|
|
7531
|
-
"value": "{color.core.black-alpha.
|
|
7587
|
+
"value": "{color.core.black-alpha.30}",
|
|
7532
7588
|
"type": "color",
|
|
7533
|
-
"description": ""
|
|
7589
|
+
"description": "Theme Token: ScrollbarArrowBackground-press\nCore Token: black-alpha-30"
|
|
7534
7590
|
},
|
|
7535
7591
|
"name": "mds-color-theme-scrollbar-arrow-background-pressed",
|
|
7536
7592
|
"attributes": {
|
|
@@ -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": {
|
|
@@ -419,7 +424,7 @@
|
|
|
419
424
|
},
|
|
420
425
|
"outline": {
|
|
421
426
|
"primary": {
|
|
422
|
-
"normal": "#
|
|
427
|
+
"normal": "#ffffff80"
|
|
423
428
|
},
|
|
424
429
|
"theme": {
|
|
425
430
|
"normal": "#64b4fa"
|
|
@@ -432,7 +437,7 @@
|
|
|
432
437
|
"active": "#ffffffe6"
|
|
433
438
|
},
|
|
434
439
|
"button": {
|
|
435
|
-
"normal": "#
|
|
440
|
+
"normal": "#ffffff80"
|
|
436
441
|
},
|
|
437
442
|
"join": {
|
|
438
443
|
"normal": "#3cc29a"
|
|
@@ -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": {
|
|
@@ -512,16 +516,16 @@
|
|
|
512
516
|
},
|
|
513
517
|
"scrollbar": {
|
|
514
518
|
"button": {
|
|
515
|
-
"normal": "#
|
|
516
|
-
"hover": "#
|
|
517
|
-
"pressed": "#
|
|
519
|
+
"normal": "#ffffff66",
|
|
520
|
+
"hover": "#ffffff80",
|
|
521
|
+
"pressed": "#ffffff99"
|
|
518
522
|
},
|
|
519
523
|
"arrow": {
|
|
520
524
|
"normal": "#ffffffb3",
|
|
521
525
|
"background": {
|
|
522
526
|
"normal": "#ffffff00",
|
|
523
|
-
"hover": "#
|
|
524
|
-
"pressed": "#
|
|
527
|
+
"hover": "#ffffff33",
|
|
528
|
+
"pressed": "#ffffff4d"
|
|
525
529
|
}
|
|
526
530
|
},
|
|
527
531
|
"background": {
|
|
@@ -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": {
|
|
@@ -419,7 +424,7 @@
|
|
|
419
424
|
},
|
|
420
425
|
"outline": {
|
|
421
426
|
"primary": {
|
|
422
|
-
"normal": "#
|
|
427
|
+
"normal": "#00000080"
|
|
423
428
|
},
|
|
424
429
|
"theme": {
|
|
425
430
|
"normal": "#1170cf"
|
|
@@ -432,7 +437,7 @@
|
|
|
432
437
|
"active": "#000000e6"
|
|
433
438
|
},
|
|
434
439
|
"button": {
|
|
435
|
-
"normal": "#
|
|
440
|
+
"normal": "#00000080"
|
|
436
441
|
},
|
|
437
442
|
"join": {
|
|
438
443
|
"normal": "#185e46"
|
|
@@ -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": {
|
|
@@ -512,16 +516,16 @@
|
|
|
512
516
|
},
|
|
513
517
|
"scrollbar": {
|
|
514
518
|
"button": {
|
|
515
|
-
"normal": "#
|
|
516
|
-
"hover": "#
|
|
517
|
-
"pressed": "#
|
|
519
|
+
"normal": "#00000066",
|
|
520
|
+
"hover": "#00000080",
|
|
521
|
+
"pressed": "#00000099"
|
|
518
522
|
},
|
|
519
523
|
"arrow": {
|
|
520
524
|
"normal": "#00000099",
|
|
521
525
|
"background": {
|
|
522
526
|
"normal": "#00000000",
|
|
523
|
-
"hover": "#
|
|
524
|
-
"pressed": "#
|
|
527
|
+
"hover": "#00000033",
|
|
528
|
+
"pressed": "#0000004d"
|
|
525
529
|
}
|
|
526
530
|
},
|
|
527
531
|
"background": {
|