@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.
Files changed (45) hide show
  1. package/dist/css/core/complete.css +17 -1
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/common-stable.css +4 -1
  5. package/dist/css/theme/webex/dark-complete.css +5 -1
  6. package/dist/css/theme/webex/dark-stable.css +10 -8
  7. package/dist/css/theme/webex/light-complete.css +5 -1
  8. package/dist/css/theme/webex/light-stable.css +6 -4
  9. package/dist/ios/core/complete.swift +317 -301
  10. package/dist/ios/theme/aaos/day-complete.swift +42 -42
  11. package/dist/ios/theme/aaos/night-complete.swift +42 -42
  12. package/dist/ios/theme/webex/common-stable.swift +66 -63
  13. package/dist/ios/theme/webex/dark-complete.swift +292 -288
  14. package/dist/ios/theme/webex/dark-stable.swift +340 -338
  15. package/dist/ios/theme/webex/light-complete.swift +289 -285
  16. package/dist/ios/theme/webex/light-stable.swift +340 -338
  17. package/dist/json/core/complete.json +406 -0
  18. package/dist/json/theme/webex/common-stable.json +86 -0
  19. package/dist/json/theme/webex/dark-complete.json +119 -0
  20. package/dist/json/theme/webex/dark-stable.json +156 -108
  21. package/dist/json/theme/webex/light-complete.json +119 -0
  22. package/dist/json/theme/webex/light-stable.json +144 -88
  23. package/dist/json-minimal/core/complete.json +22 -0
  24. package/dist/json-minimal/theme/webex/common-stable.json +5 -0
  25. package/dist/json-minimal/theme/webex/dark-complete.json +12 -0
  26. package/dist/json-minimal/theme/webex/dark-stable.json +15 -11
  27. package/dist/json-minimal/theme/webex/light-complete.json +12 -0
  28. package/dist/json-minimal/theme/webex/light-stable.json +11 -7
  29. package/dist/resources/core/complete.xml +17 -1
  30. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  31. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  32. package/dist/resources/theme/webex/common-stable.xml +4 -1
  33. package/dist/resources/theme/webex/dark-complete.xml +5 -1
  34. package/dist/resources/theme/webex/dark-stable.xml +10 -8
  35. package/dist/resources/theme/webex/light-complete.xml +5 -1
  36. package/dist/resources/theme/webex/light-stable.xml +6 -4
  37. package/dist/scss/core/complete.scss +17 -1
  38. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  39. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  40. package/dist/scss/theme/webex/common-stable.scss +4 -1
  41. package/dist/scss/theme/webex/dark-complete.scss +6 -2
  42. package/dist/scss/theme/webex/dark-stable.scss +10 -8
  43. package/dist/scss/theme/webex/light-complete.scss +6 -2
  44. package/dist/scss/theme/webex/light-stable.scss +6 -4
  45. package/package.json +1 -1
@@ -7256,6 +7256,412 @@
7256
7256
  "doc"
7257
7257
  ]
7258
7258
  }
7259
+ },
7260
+ "highcontrast": {
7261
+ "black": {
7262
+ "SystemColorWindowTextColor": {
7263
+ "description": "Text main color",
7264
+ "value": "#ffffff",
7265
+ "type": "color",
7266
+ "filePath": "src/core/color.json",
7267
+ "isSource": true,
7268
+ "original": {
7269
+ "description": "Text main color",
7270
+ "value": "#ffffff",
7271
+ "type": "color"
7272
+ },
7273
+ "name": "mds-color-highcontrast-black-system-color-window-text-color",
7274
+ "attributes": {
7275
+ "category": "color",
7276
+ "type": "highcontrast",
7277
+ "item": "black",
7278
+ "subitem": "SystemColorWindowTextColor"
7279
+ },
7280
+ "path": [
7281
+ "color",
7282
+ "highcontrast",
7283
+ "black",
7284
+ "SystemColorWindowTextColor"
7285
+ ]
7286
+ },
7287
+ "SystemColorHotlightColor": {
7288
+ "description": "SystemColorHighlightColor. Used for Hyperlink + Actionable Text/Icons",
7289
+ "value": "#ffff00",
7290
+ "type": "color",
7291
+ "filePath": "src/core/color.json",
7292
+ "isSource": true,
7293
+ "original": {
7294
+ "description": "SystemColorHighlightColor. Used for Hyperlink + Actionable Text/Icons",
7295
+ "value": "#ffff00",
7296
+ "type": "color"
7297
+ },
7298
+ "name": "mds-color-highcontrast-black-system-color-hotlight-color",
7299
+ "attributes": {
7300
+ "category": "color",
7301
+ "type": "highcontrast",
7302
+ "item": "black",
7303
+ "subitem": "SystemColorHotlightColor"
7304
+ },
7305
+ "path": [
7306
+ "color",
7307
+ "highcontrast",
7308
+ "black",
7309
+ "SystemColorHotlightColor"
7310
+ ]
7311
+ },
7312
+ "SystemColorGrayTextColor": {
7313
+ "description": "SystemColorGrayTextColor. Used for disabled state",
7314
+ "value": "#3ff23f",
7315
+ "type": "color",
7316
+ "filePath": "src/core/color.json",
7317
+ "isSource": true,
7318
+ "original": {
7319
+ "description": "SystemColorGrayTextColor. Used for disabled state",
7320
+ "value": "#3ff23f",
7321
+ "type": "color"
7322
+ },
7323
+ "name": "mds-color-highcontrast-black-system-color-gray-text-color",
7324
+ "attributes": {
7325
+ "category": "color",
7326
+ "type": "highcontrast",
7327
+ "item": "black",
7328
+ "subitem": "SystemColorGrayTextColor"
7329
+ },
7330
+ "path": [
7331
+ "color",
7332
+ "highcontrast",
7333
+ "black",
7334
+ "SystemColorGrayTextColor"
7335
+ ]
7336
+ },
7337
+ "SystemColorHighlightTextColor": {
7338
+ "description": "SystemColorHighlightTextColor. Used for Inverted text color for active/highlighted items",
7339
+ "value": "#000000",
7340
+ "type": "color",
7341
+ "filePath": "src/core/color.json",
7342
+ "isSource": true,
7343
+ "original": {
7344
+ "description": "SystemColorHighlightTextColor. Used for Inverted text color for active/highlighted items",
7345
+ "value": "#000000",
7346
+ "type": "color"
7347
+ },
7348
+ "name": "mds-color-highcontrast-black-system-color-highlight-text-color",
7349
+ "attributes": {
7350
+ "category": "color",
7351
+ "type": "highcontrast",
7352
+ "item": "black",
7353
+ "subitem": "SystemColorHighlightTextColor"
7354
+ },
7355
+ "path": [
7356
+ "color",
7357
+ "highcontrast",
7358
+ "black",
7359
+ "SystemColorHighlightTextColor"
7360
+ ]
7361
+ },
7362
+ "SystemColorHighlightColor": {
7363
+ "description": "SystemColorHighlightColor. Used for Highlight/Hover/Press/Active/Enabled",
7364
+ "value": "#1aebff",
7365
+ "type": "color",
7366
+ "filePath": "src/core/color.json",
7367
+ "isSource": true,
7368
+ "original": {
7369
+ "description": "SystemColorHighlightColor. Used for Highlight/Hover/Press/Active/Enabled",
7370
+ "value": "#1aebff",
7371
+ "type": "color"
7372
+ },
7373
+ "name": "mds-color-highcontrast-black-system-color-highlight-color",
7374
+ "attributes": {
7375
+ "category": "color",
7376
+ "type": "highcontrast",
7377
+ "item": "black",
7378
+ "subitem": "SystemColorHighlightColor"
7379
+ },
7380
+ "path": [
7381
+ "color",
7382
+ "highcontrast",
7383
+ "black",
7384
+ "SystemColorHighlightColor"
7385
+ ]
7386
+ },
7387
+ "SystemColorButtonTextColor": {
7388
+ "description": "SystemColorButtonTextColor",
7389
+ "value": "#ffffff",
7390
+ "type": "color",
7391
+ "filePath": "src/core/color.json",
7392
+ "isSource": true,
7393
+ "original": {
7394
+ "description": "SystemColorButtonTextColor",
7395
+ "value": "#ffffff",
7396
+ "type": "color"
7397
+ },
7398
+ "name": "mds-color-highcontrast-black-system-color-button-text-color",
7399
+ "attributes": {
7400
+ "category": "color",
7401
+ "type": "highcontrast",
7402
+ "item": "black",
7403
+ "subitem": "SystemColorButtonTextColor"
7404
+ },
7405
+ "path": [
7406
+ "color",
7407
+ "highcontrast",
7408
+ "black",
7409
+ "SystemColorButtonTextColor"
7410
+ ]
7411
+ },
7412
+ "SystemColorButtonFaceColor": {
7413
+ "description": "SystemColorButtonFaceColor. Used for button background",
7414
+ "value": "#000000",
7415
+ "type": "color",
7416
+ "filePath": "src/core/color.json",
7417
+ "isSource": true,
7418
+ "original": {
7419
+ "description": "SystemColorButtonFaceColor. Used for button background",
7420
+ "value": "#000000",
7421
+ "type": "color"
7422
+ },
7423
+ "name": "mds-color-highcontrast-black-system-color-button-face-color",
7424
+ "attributes": {
7425
+ "category": "color",
7426
+ "type": "highcontrast",
7427
+ "item": "black",
7428
+ "subitem": "SystemColorButtonFaceColor"
7429
+ },
7430
+ "path": [
7431
+ "color",
7432
+ "highcontrast",
7433
+ "black",
7434
+ "SystemColorButtonFaceColor"
7435
+ ]
7436
+ },
7437
+ "SystemColorWindowColor": {
7438
+ "description": "SystemColorWindowColor. Used for Primary BG",
7439
+ "value": "#000000",
7440
+ "type": "color",
7441
+ "filePath": "src/core/color.json",
7442
+ "isSource": true,
7443
+ "original": {
7444
+ "description": "SystemColorWindowColor. Used for Primary BG",
7445
+ "value": "#000000",
7446
+ "type": "color"
7447
+ },
7448
+ "name": "mds-color-highcontrast-black-system-color-window-color",
7449
+ "attributes": {
7450
+ "category": "color",
7451
+ "type": "highcontrast",
7452
+ "item": "black",
7453
+ "subitem": "SystemColorWindowColor"
7454
+ },
7455
+ "path": [
7456
+ "color",
7457
+ "highcontrast",
7458
+ "black",
7459
+ "SystemColorWindowColor"
7460
+ ]
7461
+ }
7462
+ },
7463
+ "white": {
7464
+ "SystemColorWindowTextColor": {
7465
+ "description": "Text main color",
7466
+ "value": "#000000",
7467
+ "type": "color",
7468
+ "filePath": "src/core/color.json",
7469
+ "isSource": true,
7470
+ "original": {
7471
+ "description": "Text main color",
7472
+ "value": "#000000",
7473
+ "type": "color"
7474
+ },
7475
+ "name": "mds-color-highcontrast-white-system-color-window-text-color",
7476
+ "attributes": {
7477
+ "category": "color",
7478
+ "type": "highcontrast",
7479
+ "item": "white",
7480
+ "subitem": "SystemColorWindowTextColor"
7481
+ },
7482
+ "path": [
7483
+ "color",
7484
+ "highcontrast",
7485
+ "white",
7486
+ "SystemColorWindowTextColor"
7487
+ ]
7488
+ },
7489
+ "SystemColorHotlightColor": {
7490
+ "description": "SystemColorHighlightColor. Used for Hyperlink + Actionable Text/Icons",
7491
+ "value": "#00009f",
7492
+ "type": "color",
7493
+ "filePath": "src/core/color.json",
7494
+ "isSource": true,
7495
+ "original": {
7496
+ "description": "SystemColorHighlightColor. Used for Hyperlink + Actionable Text/Icons",
7497
+ "value": "#00009f",
7498
+ "type": "color"
7499
+ },
7500
+ "name": "mds-color-highcontrast-white-system-color-hotlight-color",
7501
+ "attributes": {
7502
+ "category": "color",
7503
+ "type": "highcontrast",
7504
+ "item": "white",
7505
+ "subitem": "SystemColorHotlightColor"
7506
+ },
7507
+ "path": [
7508
+ "color",
7509
+ "highcontrast",
7510
+ "white",
7511
+ "SystemColorHotlightColor"
7512
+ ]
7513
+ },
7514
+ "SystemColorGrayTextColor": {
7515
+ "description": "SystemColorGrayTextColor. Used for disabled state",
7516
+ "value": "#600000",
7517
+ "type": "color",
7518
+ "filePath": "src/core/color.json",
7519
+ "isSource": true,
7520
+ "original": {
7521
+ "description": "SystemColorGrayTextColor. Used for disabled state",
7522
+ "value": "#600000",
7523
+ "type": "color"
7524
+ },
7525
+ "name": "mds-color-highcontrast-white-system-color-gray-text-color",
7526
+ "attributes": {
7527
+ "category": "color",
7528
+ "type": "highcontrast",
7529
+ "item": "white",
7530
+ "subitem": "SystemColorGrayTextColor"
7531
+ },
7532
+ "path": [
7533
+ "color",
7534
+ "highcontrast",
7535
+ "white",
7536
+ "SystemColorGrayTextColor"
7537
+ ]
7538
+ },
7539
+ "SystemColorHighlightTextColor": {
7540
+ "description": "SystemColorHighlightTextColor. Used for Inverted text color for active/highlighted items",
7541
+ "value": "#ffffff",
7542
+ "type": "color",
7543
+ "filePath": "src/core/color.json",
7544
+ "isSource": true,
7545
+ "original": {
7546
+ "description": "SystemColorHighlightTextColor. Used for Inverted text color for active/highlighted items",
7547
+ "value": "#ffffff",
7548
+ "type": "color"
7549
+ },
7550
+ "name": "mds-color-highcontrast-white-system-color-highlight-text-color",
7551
+ "attributes": {
7552
+ "category": "color",
7553
+ "type": "highcontrast",
7554
+ "item": "white",
7555
+ "subitem": "SystemColorHighlightTextColor"
7556
+ },
7557
+ "path": [
7558
+ "color",
7559
+ "highcontrast",
7560
+ "white",
7561
+ "SystemColorHighlightTextColor"
7562
+ ]
7563
+ },
7564
+ "SystemColorHighlightColor": {
7565
+ "description": "SystemColorHighlightColor. Used for Highlight/Hover/Press/Active/Enabled",
7566
+ "value": "#37006e",
7567
+ "type": "color",
7568
+ "filePath": "src/core/color.json",
7569
+ "isSource": true,
7570
+ "original": {
7571
+ "description": "SystemColorHighlightColor. Used for Highlight/Hover/Press/Active/Enabled",
7572
+ "value": "#37006e",
7573
+ "type": "color"
7574
+ },
7575
+ "name": "mds-color-highcontrast-white-system-color-highlight-color",
7576
+ "attributes": {
7577
+ "category": "color",
7578
+ "type": "highcontrast",
7579
+ "item": "white",
7580
+ "subitem": "SystemColorHighlightColor"
7581
+ },
7582
+ "path": [
7583
+ "color",
7584
+ "highcontrast",
7585
+ "white",
7586
+ "SystemColorHighlightColor"
7587
+ ]
7588
+ },
7589
+ "SystemColorButtonTextColor": {
7590
+ "description": "SystemColorButtonTextColor",
7591
+ "value": "#000000",
7592
+ "type": "color",
7593
+ "filePath": "src/core/color.json",
7594
+ "isSource": true,
7595
+ "original": {
7596
+ "description": "SystemColorButtonTextColor",
7597
+ "value": "#000000",
7598
+ "type": "color"
7599
+ },
7600
+ "name": "mds-color-highcontrast-white-system-color-button-text-color",
7601
+ "attributes": {
7602
+ "category": "color",
7603
+ "type": "highcontrast",
7604
+ "item": "white",
7605
+ "subitem": "SystemColorButtonTextColor"
7606
+ },
7607
+ "path": [
7608
+ "color",
7609
+ "highcontrast",
7610
+ "white",
7611
+ "SystemColorButtonTextColor"
7612
+ ]
7613
+ },
7614
+ "SystemColorButtonFaceColor": {
7615
+ "description": "SystemColorButtonFaceColor. Used for button background",
7616
+ "value": "#ffffff",
7617
+ "type": "color",
7618
+ "filePath": "src/core/color.json",
7619
+ "isSource": true,
7620
+ "original": {
7621
+ "description": "SystemColorButtonFaceColor. Used for button background",
7622
+ "value": "#ffffff",
7623
+ "type": "color"
7624
+ },
7625
+ "name": "mds-color-highcontrast-white-system-color-button-face-color",
7626
+ "attributes": {
7627
+ "category": "color",
7628
+ "type": "highcontrast",
7629
+ "item": "white",
7630
+ "subitem": "SystemColorButtonFaceColor"
7631
+ },
7632
+ "path": [
7633
+ "color",
7634
+ "highcontrast",
7635
+ "white",
7636
+ "SystemColorButtonFaceColor"
7637
+ ]
7638
+ },
7639
+ "SystemColorWindowColor": {
7640
+ "description": "SystemColorWindowColor. Used for Primary BG",
7641
+ "value": "#ffffff",
7642
+ "type": "color",
7643
+ "filePath": "src/core/color.json",
7644
+ "isSource": true,
7645
+ "original": {
7646
+ "description": "SystemColorWindowColor. Used for Primary BG",
7647
+ "value": "#ffffff",
7648
+ "type": "color"
7649
+ },
7650
+ "name": "mds-color-highcontrast-white-system-color-window-color",
7651
+ "attributes": {
7652
+ "category": "color",
7653
+ "type": "highcontrast",
7654
+ "item": "white",
7655
+ "subitem": "SystemColorWindowColor"
7656
+ },
7657
+ "path": [
7658
+ "color",
7659
+ "highcontrast",
7660
+ "white",
7661
+ "SystemColorWindowColor"
7662
+ ]
7663
+ }
7664
+ }
7259
7665
  }
7260
7666
  },
7261
7667
  "elevation": {
@@ -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": {
@@ -8375,6 +8375,125 @@
8375
8375
  ]
8376
8376
  }
8377
8377
  }
8378
+ },
8379
+ "promotion": {
8380
+ "button": {
8381
+ "fixed": {
8382
+ "default": {
8383
+ "value": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
8384
+ "type": "color",
8385
+ "description": "[Dark 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.",
8386
+ "filePath": "src/theme/webex/dark.json",
8387
+ "isSource": true,
8388
+ "original": {
8389
+ "value": "linear-gradient(46deg, {color.decorative.purple.70} -0.03%, {color.decorative.pink.70} 99.99%)",
8390
+ "type": "color",
8391
+ "description": "[Dark 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."
8392
+ },
8393
+ "name": "mds-color-theme-promotion-button-fixed-default",
8394
+ "attributes": {
8395
+ "category": "color",
8396
+ "type": "theme",
8397
+ "item": "promotion",
8398
+ "subitem": "button",
8399
+ "state": "fixed"
8400
+ },
8401
+ "path": [
8402
+ "color",
8403
+ "theme",
8404
+ "promotion",
8405
+ "button",
8406
+ "fixed",
8407
+ "default"
8408
+ ]
8409
+ },
8410
+ "hover": {
8411
+ "value": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
8412
+ "type": "color",
8413
+ "description": "[Dark 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.",
8414
+ "filePath": "src/theme/webex/dark.json",
8415
+ "isSource": true,
8416
+ "original": {
8417
+ "value": "linear-gradient(46deg, {color.decorative.purple.80} -0.04%, {color.decorative.pink.80} 99.97%)",
8418
+ "type": "color",
8419
+ "description": "[Dark 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."
8420
+ },
8421
+ "name": "mds-color-theme-promotion-button-fixed-hover",
8422
+ "attributes": {
8423
+ "category": "color",
8424
+ "type": "theme",
8425
+ "item": "promotion",
8426
+ "subitem": "button",
8427
+ "state": "fixed"
8428
+ },
8429
+ "path": [
8430
+ "color",
8431
+ "theme",
8432
+ "promotion",
8433
+ "button",
8434
+ "fixed",
8435
+ "hover"
8436
+ ]
8437
+ },
8438
+ "active": {
8439
+ "value": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)",
8440
+ "type": "color",
8441
+ "description": "[Dark 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.",
8442
+ "filePath": "src/theme/webex/dark.json",
8443
+ "isSource": true,
8444
+ "original": {
8445
+ "value": "linear-gradient(46deg, {color.decorative.purple.90} -0.05%, {color.decorative.pink.90} 99.96%)",
8446
+ "type": "color",
8447
+ "description": "[Dark 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."
8448
+ },
8449
+ "name": "mds-color-theme-promotion-button-fixed-active",
8450
+ "attributes": {
8451
+ "category": "color",
8452
+ "type": "theme",
8453
+ "item": "promotion",
8454
+ "subitem": "button",
8455
+ "state": "fixed"
8456
+ },
8457
+ "path": [
8458
+ "color",
8459
+ "theme",
8460
+ "promotion",
8461
+ "button",
8462
+ "fixed",
8463
+ "active"
8464
+ ]
8465
+ }
8466
+ }
8467
+ },
8468
+ "border": {
8469
+ "default": {
8470
+ "value": "linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)",
8471
+ "type": "color",
8472
+ "description": "[Dark Theme]\nTheme Token: color.theme.promotion.border.default\nCore Token: color.core.decorative.purple.60, color.core.decorative.pink.60\nHEX: linear-gradient(46deg, #C233C4 -0.03%, #D43B52 99.99%);\nUsed for outline border of Promotional Buttons",
8473
+ "filePath": "src/theme/webex/dark.json",
8474
+ "isSource": true,
8475
+ "original": {
8476
+ "value": "linear-gradient(46deg, {color.decorative.purple.60} -0.03%, {color.decorative.pink.60} 99.99%)",
8477
+ "type": "color",
8478
+ "description": "[Dark Theme]\nTheme Token: color.theme.promotion.border.default\nCore Token: color.core.decorative.purple.60, color.core.decorative.pink.60\nHEX: linear-gradient(46deg, #C233C4 -0.03%, #D43B52 99.99%);\nUsed for outline border of Promotional Buttons"
8479
+ },
8480
+ "name": "mds-color-theme-promotion-border-default",
8481
+ "attributes": {
8482
+ "category": "color",
8483
+ "type": "theme",
8484
+ "item": "promotion",
8485
+ "subitem": "border",
8486
+ "state": "default"
8487
+ },
8488
+ "path": [
8489
+ "color",
8490
+ "theme",
8491
+ "promotion",
8492
+ "border",
8493
+ "default"
8494
+ ]
8495
+ }
8496
+ }
8378
8497
  }
8379
8498
  }
8380
8499
  }