@momentum-design/tokens 0.0.50 → 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 +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 +10 -8
- package/dist/ios/theme/webex/light-complete.swift +5 -1
- package/dist/ios/theme/webex/light-stable.swift +6 -4
- 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": {
|
|
@@ -1975,15 +2061,13 @@
|
|
|
1975
2061
|
},
|
|
1976
2062
|
"inverted": {
|
|
1977
2063
|
"normal": {
|
|
1978
|
-
"value": "#
|
|
2064
|
+
"value": "#000000b3",
|
|
1979
2065
|
"type": "color",
|
|
1980
|
-
"description": "",
|
|
1981
2066
|
"filePath": "src/theme/stable/dark.json",
|
|
1982
2067
|
"isSource": true,
|
|
1983
2068
|
"original": {
|
|
1984
|
-
"value": "{color.core.black-alpha.
|
|
1985
|
-
"type": "color"
|
|
1986
|
-
"description": ""
|
|
2069
|
+
"value": "{color.core.black-alpha.70}",
|
|
2070
|
+
"type": "color"
|
|
1987
2071
|
},
|
|
1988
2072
|
"name": "mds-color-theme-text-secondary-inverted-normal",
|
|
1989
2073
|
"attributes": {
|
|
@@ -2533,15 +2617,13 @@
|
|
|
2533
2617
|
},
|
|
2534
2618
|
"orange": {
|
|
2535
2619
|
"normal": {
|
|
2536
|
-
"value": "#
|
|
2620
|
+
"value": "#FD884E",
|
|
2537
2621
|
"type": "color",
|
|
2538
|
-
"description": "",
|
|
2539
2622
|
"filePath": "src/theme/stable/dark.json",
|
|
2540
2623
|
"isSource": true,
|
|
2541
2624
|
"original": {
|
|
2542
|
-
"value": "{color.core.orange.
|
|
2543
|
-
"type": "color"
|
|
2544
|
-
"description": ""
|
|
2625
|
+
"value": "{color.core.orange.40}",
|
|
2626
|
+
"type": "color"
|
|
2545
2627
|
},
|
|
2546
2628
|
"name": "mds-color-theme-text-alert-orange-normal",
|
|
2547
2629
|
"attributes": {
|
|
@@ -2561,15 +2643,13 @@
|
|
|
2561
2643
|
]
|
|
2562
2644
|
},
|
|
2563
2645
|
"hover": {
|
|
2564
|
-
"value": "#
|
|
2646
|
+
"value": "#FED5AC",
|
|
2565
2647
|
"type": "color",
|
|
2566
|
-
"description": "",
|
|
2567
2648
|
"filePath": "src/theme/stable/dark.json",
|
|
2568
2649
|
"isSource": true,
|
|
2569
2650
|
"original": {
|
|
2570
|
-
"value": "{color.core.orange.
|
|
2571
|
-
"type": "color"
|
|
2572
|
-
"description": ""
|
|
2651
|
+
"value": "{color.core.orange.20}",
|
|
2652
|
+
"type": "color"
|
|
2573
2653
|
},
|
|
2574
2654
|
"name": "mds-color-theme-text-alert-orange-hover",
|
|
2575
2655
|
"attributes": {
|
|
@@ -2589,15 +2669,13 @@
|
|
|
2589
2669
|
]
|
|
2590
2670
|
},
|
|
2591
2671
|
"active": {
|
|
2592
|
-
"value": "#
|
|
2672
|
+
"value": "#FED5AC",
|
|
2593
2673
|
"type": "color",
|
|
2594
|
-
"description": "",
|
|
2595
2674
|
"filePath": "src/theme/stable/dark.json",
|
|
2596
2675
|
"isSource": true,
|
|
2597
2676
|
"original": {
|
|
2598
|
-
"value": "{color.core.orange.
|
|
2599
|
-
"type": "color"
|
|
2600
|
-
"description": ""
|
|
2677
|
+
"value": "{color.core.orange.20}",
|
|
2678
|
+
"type": "color"
|
|
2601
2679
|
},
|
|
2602
2680
|
"name": "mds-color-theme-text-alert-orange-active",
|
|
2603
2681
|
"attributes": {
|
|
@@ -6306,94 +6384,6 @@
|
|
|
6306
6384
|
]
|
|
6307
6385
|
}
|
|
6308
6386
|
},
|
|
6309
|
-
"gradient": {
|
|
6310
|
-
"active": {
|
|
6311
|
-
"0": {
|
|
6312
|
-
"value": "#08599c",
|
|
6313
|
-
"type": "color",
|
|
6314
|
-
"description": "",
|
|
6315
|
-
"filePath": "src/theme/stable/dark.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/dark.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/dark.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
6387
|
"share": {
|
|
6398
6388
|
"selected": {
|
|
6399
6389
|
"value": "#27a17a",
|
|
@@ -6779,6 +6769,64 @@
|
|
|
6779
6769
|
"violet"
|
|
6780
6770
|
]
|
|
6781
6771
|
}
|
|
6772
|
+
},
|
|
6773
|
+
"promotion": {
|
|
6774
|
+
"normal": {
|
|
6775
|
+
"value": "linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)",
|
|
6776
|
+
"type": "color",
|
|
6777
|
+
"description": "Used for border of Promotional Banner",
|
|
6778
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6779
|
+
"isSource": true,
|
|
6780
|
+
"original": {
|
|
6781
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.60} -0.03%, {color.decorative.pink.60} 99.99%)",
|
|
6782
|
+
"type": "color",
|
|
6783
|
+
"description": "Used for border of Promotional Banner"
|
|
6784
|
+
},
|
|
6785
|
+
"name": "mds-color-theme-outline-promotion-normal",
|
|
6786
|
+
"attributes": {
|
|
6787
|
+
"category": "color",
|
|
6788
|
+
"type": "theme",
|
|
6789
|
+
"item": "outline",
|
|
6790
|
+
"subitem": "promotion",
|
|
6791
|
+
"state": "normal"
|
|
6792
|
+
},
|
|
6793
|
+
"path": [
|
|
6794
|
+
"color",
|
|
6795
|
+
"theme",
|
|
6796
|
+
"outline",
|
|
6797
|
+
"promotion",
|
|
6798
|
+
"normal"
|
|
6799
|
+
]
|
|
6800
|
+
}
|
|
6801
|
+
},
|
|
6802
|
+
"gradient": {
|
|
6803
|
+
"active": {
|
|
6804
|
+
"value": "linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);",
|
|
6805
|
+
"type": "color",
|
|
6806
|
+
"description": "Theme Token: OutlineGradient-active\nCore Token: blue-50, cyan-50, green-40\nUsed for Webex Assitant AI , Halo Effect",
|
|
6807
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6808
|
+
"isSource": true,
|
|
6809
|
+
"original": {
|
|
6810
|
+
"value": "linear-gradient(44deg, {color.core.blue.50} 14.64%, {color.decorative.cyan.50} 51.1%, {color.core.green.40} 85.36%);",
|
|
6811
|
+
"type": "color",
|
|
6812
|
+
"description": "Theme Token: OutlineGradient-active\nCore Token: blue-50, cyan-50, green-40\nUsed for Webex Assitant AI , Halo Effect"
|
|
6813
|
+
},
|
|
6814
|
+
"name": "mds-color-theme-outline-gradient-active",
|
|
6815
|
+
"attributes": {
|
|
6816
|
+
"category": "color",
|
|
6817
|
+
"type": "theme",
|
|
6818
|
+
"item": "outline",
|
|
6819
|
+
"subitem": "gradient",
|
|
6820
|
+
"state": "active"
|
|
6821
|
+
},
|
|
6822
|
+
"path": [
|
|
6823
|
+
"color",
|
|
6824
|
+
"theme",
|
|
6825
|
+
"outline",
|
|
6826
|
+
"gradient",
|
|
6827
|
+
"active"
|
|
6828
|
+
]
|
|
6829
|
+
}
|
|
6782
6830
|
}
|
|
6783
6831
|
},
|
|
6784
6832
|
"control": {
|
|
@@ -8270,6 +8270,125 @@
|
|
|
8270
8270
|
]
|
|
8271
8271
|
}
|
|
8272
8272
|
}
|
|
8273
|
+
},
|
|
8274
|
+
"promotion": {
|
|
8275
|
+
"button": {
|
|
8276
|
+
"fixed": {
|
|
8277
|
+
"default": {
|
|
8278
|
+
"value": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
8279
|
+
"type": "color",
|
|
8280
|
+
"description": "[Light Theme]\nTheme Token: color.theme.promotion.button.fixed.default\nCore Token: color.core.decorative.purple.70, color.core.decorative.pink.70\nHEX: linear-gradient(46deg, #932099 -0.03%, #A12A3A 99.99%);\nUsed for default button background of Promotional Buttons\n\n*This color retains the same color in the dark/light theme.",
|
|
8281
|
+
"filePath": "src/theme/webex/light.json",
|
|
8282
|
+
"isSource": true,
|
|
8283
|
+
"original": {
|
|
8284
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.70} -0.03%, {color.decorative.pink.70} 99.99%)",
|
|
8285
|
+
"type": "color",
|
|
8286
|
+
"description": "[Light Theme]\nTheme Token: color.theme.promotion.button.fixed.default\nCore Token: color.core.decorative.purple.70, color.core.decorative.pink.70\nHEX: linear-gradient(46deg, #932099 -0.03%, #A12A3A 99.99%);\nUsed for default button background of Promotional Buttons\n\n*This color retains the same color in the dark/light theme."
|
|
8287
|
+
},
|
|
8288
|
+
"name": "mds-color-theme-promotion-button-fixed-default",
|
|
8289
|
+
"attributes": {
|
|
8290
|
+
"category": "color",
|
|
8291
|
+
"type": "theme",
|
|
8292
|
+
"item": "promotion",
|
|
8293
|
+
"subitem": "button",
|
|
8294
|
+
"state": "fixed"
|
|
8295
|
+
},
|
|
8296
|
+
"path": [
|
|
8297
|
+
"color",
|
|
8298
|
+
"theme",
|
|
8299
|
+
"promotion",
|
|
8300
|
+
"button",
|
|
8301
|
+
"fixed",
|
|
8302
|
+
"default"
|
|
8303
|
+
]
|
|
8304
|
+
},
|
|
8305
|
+
"hover": {
|
|
8306
|
+
"value": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
8307
|
+
"type": "color",
|
|
8308
|
+
"description": "[Light Theme]\nTheme Token: color.theme.promotion.button.fixed.hover\nCore Token: color.core.decorative.purple.80, color.core.decorative.pink.80\nHEX: linear-gradient(46deg, #601E66 -0.04%, #66262D 99.97%);\nUsed for hover button background of Promotional Buttons\n\n*This color retains the same color in the dark/light theme.",
|
|
8309
|
+
"filePath": "src/theme/webex/light.json",
|
|
8310
|
+
"isSource": true,
|
|
8311
|
+
"original": {
|
|
8312
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.80} -0.04%, {color.decorative.pink.80} 99.97%)",
|
|
8313
|
+
"type": "color",
|
|
8314
|
+
"description": "[Light Theme]\nTheme Token: color.theme.promotion.button.fixed.hover\nCore Token: color.core.decorative.purple.80, color.core.decorative.pink.80\nHEX: linear-gradient(46deg, #601E66 -0.04%, #66262D 99.97%);\nUsed for hover button background of Promotional Buttons\n\n*This color retains the same color in the dark/light theme."
|
|
8315
|
+
},
|
|
8316
|
+
"name": "mds-color-theme-promotion-button-fixed-hover",
|
|
8317
|
+
"attributes": {
|
|
8318
|
+
"category": "color",
|
|
8319
|
+
"type": "theme",
|
|
8320
|
+
"item": "promotion",
|
|
8321
|
+
"subitem": "button",
|
|
8322
|
+
"state": "fixed"
|
|
8323
|
+
},
|
|
8324
|
+
"path": [
|
|
8325
|
+
"color",
|
|
8326
|
+
"theme",
|
|
8327
|
+
"promotion",
|
|
8328
|
+
"button",
|
|
8329
|
+
"fixed",
|
|
8330
|
+
"hover"
|
|
8331
|
+
]
|
|
8332
|
+
},
|
|
8333
|
+
"active": {
|
|
8334
|
+
"value": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)",
|
|
8335
|
+
"type": "color",
|
|
8336
|
+
"description": "[Light Theme]\nTheme Token: color.theme.promotion.button.fixed.active\nCore Token: color.core.decorative.purple.90, color.core.decorative.pink.90\nHEX: linear-gradient(46deg, #3B1840 -0.05%, #3B1E21 99.96%);\nUsed for active button background of Promotional Buttons\n\n*This color retains the same color in the dark/light theme.",
|
|
8337
|
+
"filePath": "src/theme/webex/light.json",
|
|
8338
|
+
"isSource": true,
|
|
8339
|
+
"original": {
|
|
8340
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.90} -0.05%, {color.decorative.pink.90} 99.96%)",
|
|
8341
|
+
"type": "color",
|
|
8342
|
+
"description": "[Light Theme]\nTheme Token: color.theme.promotion.button.fixed.active\nCore Token: color.core.decorative.purple.90, color.core.decorative.pink.90\nHEX: linear-gradient(46deg, #3B1840 -0.05%, #3B1E21 99.96%);\nUsed for active button background of Promotional Buttons\n\n*This color retains the same color in the dark/light theme."
|
|
8343
|
+
},
|
|
8344
|
+
"name": "mds-color-theme-promotion-button-fixed-active",
|
|
8345
|
+
"attributes": {
|
|
8346
|
+
"category": "color",
|
|
8347
|
+
"type": "theme",
|
|
8348
|
+
"item": "promotion",
|
|
8349
|
+
"subitem": "button",
|
|
8350
|
+
"state": "fixed"
|
|
8351
|
+
},
|
|
8352
|
+
"path": [
|
|
8353
|
+
"color",
|
|
8354
|
+
"theme",
|
|
8355
|
+
"promotion",
|
|
8356
|
+
"button",
|
|
8357
|
+
"fixed",
|
|
8358
|
+
"active"
|
|
8359
|
+
]
|
|
8360
|
+
}
|
|
8361
|
+
}
|
|
8362
|
+
},
|
|
8363
|
+
"border": {
|
|
8364
|
+
"default": {
|
|
8365
|
+
"value": "linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)",
|
|
8366
|
+
"type": "color",
|
|
8367
|
+
"description": "[Light Theme]\nTheme Token: color.theme.promotion.border.default\nCore Token: color.core.decorative.purple.100, color.core.decorative.pink.70\nHEX: linear-gradient(46deg, #251329 -0.03%, #A12A3A 99.99%);\nUsed for outline border of Promotional Buttons",
|
|
8368
|
+
"filePath": "src/theme/webex/light.json",
|
|
8369
|
+
"isSource": true,
|
|
8370
|
+
"original": {
|
|
8371
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.100} -0.03%, {color.decorative.pink.70} 99.99%)",
|
|
8372
|
+
"type": "color",
|
|
8373
|
+
"description": "[Light Theme]\nTheme Token: color.theme.promotion.border.default\nCore Token: color.core.decorative.purple.100, color.core.decorative.pink.70\nHEX: linear-gradient(46deg, #251329 -0.03%, #A12A3A 99.99%);\nUsed for outline border of Promotional Buttons"
|
|
8374
|
+
},
|
|
8375
|
+
"name": "mds-color-theme-promotion-border-default",
|
|
8376
|
+
"attributes": {
|
|
8377
|
+
"category": "color",
|
|
8378
|
+
"type": "theme",
|
|
8379
|
+
"item": "promotion",
|
|
8380
|
+
"subitem": "border",
|
|
8381
|
+
"state": "default"
|
|
8382
|
+
},
|
|
8383
|
+
"path": [
|
|
8384
|
+
"color",
|
|
8385
|
+
"theme",
|
|
8386
|
+
"promotion",
|
|
8387
|
+
"border",
|
|
8388
|
+
"default"
|
|
8389
|
+
]
|
|
8390
|
+
}
|
|
8391
|
+
}
|
|
8273
8392
|
}
|
|
8274
8393
|
}
|
|
8275
8394
|
}
|