@momentum-design/tokens 0.0.34 → 0.0.36

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 (37) hide show
  1. package/dist/css/core/complete.css +36 -36
  2. package/dist/css/theme/webex/common-stable.css +6 -4
  3. package/dist/css/theme/webex/dark-complete.css +8 -8
  4. package/dist/css/theme/webex/dark-stable.css +28 -19
  5. package/dist/css/theme/webex/light-complete.css +7 -7
  6. package/dist/css/theme/webex/light-stable.css +23 -18
  7. package/dist/ios/core/complete.swift +36 -36
  8. package/dist/ios/theme/webex/common-stable.swift +6 -4
  9. package/dist/ios/theme/webex/dark-complete.swift +8 -8
  10. package/dist/ios/theme/webex/dark-stable.swift +28 -19
  11. package/dist/ios/theme/webex/light-complete.swift +7 -7
  12. package/dist/ios/theme/webex/light-stable.swift +23 -18
  13. package/dist/json/core/complete.json +583 -523
  14. package/dist/json/theme/webex/common-stable.json +65 -3
  15. package/dist/json/theme/webex/dark-complete.json +7 -7
  16. package/dist/json/theme/webex/dark-stable.json +280 -18
  17. package/dist/json/theme/webex/light-complete.json +6 -6
  18. package/dist/json/theme/webex/light-stable.json +167 -17
  19. package/dist/json-minimal/core/complete.json +43 -35
  20. package/dist/json-minimal/theme/webex/common-stable.json +9 -3
  21. package/dist/json-minimal/theme/webex/dark-complete.json +7 -7
  22. package/dist/json-minimal/theme/webex/dark-stable.json +39 -18
  23. package/dist/json-minimal/theme/webex/light-complete.json +6 -6
  24. package/dist/json-minimal/theme/webex/light-stable.json +30 -17
  25. package/dist/resources/core/complete.xml +36 -36
  26. package/dist/resources/theme/webex/common-stable.xml +6 -4
  27. package/dist/resources/theme/webex/dark-complete.xml +8 -8
  28. package/dist/resources/theme/webex/dark-stable.xml +28 -19
  29. package/dist/resources/theme/webex/light-complete.xml +7 -7
  30. package/dist/resources/theme/webex/light-stable.xml +23 -18
  31. package/dist/scss/core/complete.scss +36 -36
  32. package/dist/scss/theme/webex/common-stable.scss +6 -4
  33. package/dist/scss/theme/webex/dark-complete.scss +8 -8
  34. package/dist/scss/theme/webex/dark-stable.scss +28 -19
  35. package/dist/scss/theme/webex/light-complete.scss +7 -7
  36. package/dist/scss/theme/webex/light-stable.scss +23 -18
  37. package/package.json +1 -1
@@ -777,6 +777,68 @@
777
777
  "disabled"
778
778
  ]
779
779
  }
780
+ },
781
+ "join-animated-gradient": {
782
+ "normal": {
783
+ "0": {
784
+ "value": "#30c9b0",
785
+ "type": "color",
786
+ "description": "",
787
+ "filePath": "src/stable/theme/stable-common.json",
788
+ "isSource": true,
789
+ "original": {
790
+ "value": "{color.decorative.mint.40}",
791
+ "type": "color",
792
+ "description": ""
793
+ },
794
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
795
+ "attributes": {
796
+ "category": "color",
797
+ "type": "theme",
798
+ "item": "common",
799
+ "subitem": "button",
800
+ "state": "join-animated-gradient"
801
+ },
802
+ "path": [
803
+ "color",
804
+ "theme",
805
+ "common",
806
+ "button",
807
+ "join-animated-gradient",
808
+ "normal",
809
+ "0"
810
+ ]
811
+ },
812
+ "1": {
813
+ "value": "#64b4fa",
814
+ "type": "color",
815
+ "description": "",
816
+ "filePath": "src/stable/theme/stable-common.json",
817
+ "isSource": true,
818
+ "original": {
819
+ "value": "{color.core.blue.40}",
820
+ "type": "color",
821
+ "description": ""
822
+ },
823
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
824
+ "attributes": {
825
+ "category": "color",
826
+ "type": "theme",
827
+ "item": "common",
828
+ "subitem": "button",
829
+ "state": "join-animated-gradient"
830
+ },
831
+ "path": [
832
+ "color",
833
+ "theme",
834
+ "common",
835
+ "button",
836
+ "join-animated-gradient",
837
+ "normal",
838
+ "1"
839
+ ]
840
+ }
841
+ }
780
842
  }
781
843
  },
782
844
  "outline": {
@@ -996,7 +1058,7 @@
996
1058
  },
997
1059
  "shareContent": {
998
1060
  "active": {
999
- "value": "#C74F0E",
1061
+ "value": "#C94403",
1000
1062
  "type": "color",
1001
1063
  "description": "",
1002
1064
  "filePath": "src/stable/theme/stable-common.json",
@@ -1445,7 +1507,7 @@
1445
1507
  },
1446
1508
  "orange": {
1447
1509
  "normal": {
1448
- "value": "#C74F0E",
1510
+ "value": "#C94403",
1449
1511
  "type": "color",
1450
1512
  "description": "",
1451
1513
  "filePath": "src/stable/theme/stable-common.json",
@@ -1474,7 +1536,7 @@
1474
1536
  ]
1475
1537
  },
1476
1538
  "pressed": {
1477
- "value": "#59311E",
1539
+ "value": "#682601",
1478
1540
  "type": "color",
1479
1541
  "description": "",
1480
1542
  "filePath": "src/stable/theme/stable-common.json",
@@ -1240,7 +1240,7 @@
1240
1240
  },
1241
1241
  "notice": {
1242
1242
  "active": {
1243
- "value": "#FAF4EB",
1243
+ "value": "#FED5AC",
1244
1244
  "type": "color",
1245
1245
  "description": "Core Token: core.orange.20\nHEX: FCE4C7\n----------------\nUsed for hover/pressed state of teams ",
1246
1246
  "filePath": "src/theme/webex/dark.json",
@@ -1268,7 +1268,7 @@
1268
1268
  ]
1269
1269
  },
1270
1270
  "default": {
1271
- "value": "#FF9D52",
1271
+ "value": "#FD884E",
1272
1272
  "type": "color",
1273
1273
  "description": "Core Token: core.orange.40\nHEX:FF9D52\n----------------\nUsed for rest state of teams ",
1274
1274
  "filePath": "src/theme/webex/dark.json",
@@ -2981,7 +2981,7 @@
2981
2981
  },
2982
2982
  "notice": {
2983
2983
  "00": {
2984
- "value": "#F26B1D",
2984
+ "value": "#EC6400",
2985
2985
  "type": "color",
2986
2986
  "description": "Core Token: core.orange.50\nHEX: F26B1D\n---------------------\nUsed for avatar presence (busy, meeting, call, device)",
2987
2987
  "filePath": "src/theme/webex/dark.json",
@@ -3009,7 +3009,7 @@
3009
3009
  ]
3010
3010
  },
3011
3011
  "01": {
3012
- "value": "#914017",
3012
+ "value": "#9C3202",
3013
3013
  "type": "color",
3014
3014
  "description": "Core Token: core.orange.70\nHEX: 914017\n---------------------\nUsed for pressed/active state of tags",
3015
3015
  "filePath": "src/theme/webex/dark.json",
@@ -3037,7 +3037,7 @@
3037
3037
  ]
3038
3038
  },
3039
3039
  "02": {
3040
- "value": "#59311E",
3040
+ "value": "#682601",
3041
3041
  "type": "color",
3042
3042
  "description": "Core Token: core.orange.80\nHEX: 59311E\n---------------------------------\nUsed for pressed state of alert-badge",
3043
3043
  "filePath": "src/theme/webex/dark.json",
@@ -3065,7 +3065,7 @@
3065
3065
  ]
3066
3066
  },
3067
3067
  "03": {
3068
- "value": "#33221B",
3068
+ "value": "#411B04",
3069
3069
  "type": "color",
3070
3070
  "description": "Core Token: core.orange.90\nHEX: 33221B\n---------------------------------\nUsed for rest/hover state of alert-badge",
3071
3071
  "filePath": "src/theme/webex/dark.json",
@@ -4481,7 +4481,7 @@
4481
4481
  },
4482
4482
  "notice": {
4483
4483
  "00": {
4484
- "value": "#FF9D52",
4484
+ "value": "#FD884E",
4485
4485
  "type": "color",
4486
4486
  "description": "Core Token: core.orange.40\nHEX: FF9D52\n-------------------------------\noutline for the orange tags",
4487
4487
  "filePath": "src/theme/webex/dark.json",
@@ -777,6 +777,68 @@
777
777
  "disabled"
778
778
  ]
779
779
  }
780
+ },
781
+ "join-animated-gradient": {
782
+ "normal": {
783
+ "0": {
784
+ "value": "#30c9b0",
785
+ "type": "color",
786
+ "description": "",
787
+ "filePath": "src/stable/theme/stable-common.json",
788
+ "isSource": true,
789
+ "original": {
790
+ "value": "{color.decorative.mint.40}",
791
+ "type": "color",
792
+ "description": ""
793
+ },
794
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
795
+ "attributes": {
796
+ "category": "color",
797
+ "type": "theme",
798
+ "item": "common",
799
+ "subitem": "button",
800
+ "state": "join-animated-gradient"
801
+ },
802
+ "path": [
803
+ "color",
804
+ "theme",
805
+ "common",
806
+ "button",
807
+ "join-animated-gradient",
808
+ "normal",
809
+ "0"
810
+ ]
811
+ },
812
+ "1": {
813
+ "value": "#64b4fa",
814
+ "type": "color",
815
+ "description": "",
816
+ "filePath": "src/stable/theme/stable-common.json",
817
+ "isSource": true,
818
+ "original": {
819
+ "value": "{color.core.blue.40}",
820
+ "type": "color",
821
+ "description": ""
822
+ },
823
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
824
+ "attributes": {
825
+ "category": "color",
826
+ "type": "theme",
827
+ "item": "common",
828
+ "subitem": "button",
829
+ "state": "join-animated-gradient"
830
+ },
831
+ "path": [
832
+ "color",
833
+ "theme",
834
+ "common",
835
+ "button",
836
+ "join-animated-gradient",
837
+ "normal",
838
+ "1"
839
+ ]
840
+ }
841
+ }
780
842
  }
781
843
  },
782
844
  "outline": {
@@ -996,7 +1058,7 @@
996
1058
  },
997
1059
  "shareContent": {
998
1060
  "active": {
999
- "value": "#C74F0E",
1061
+ "value": "#C94403",
1000
1062
  "type": "color",
1001
1063
  "description": "",
1002
1064
  "filePath": "src/stable/theme/stable-common.json",
@@ -1445,7 +1507,7 @@
1445
1507
  },
1446
1508
  "orange": {
1447
1509
  "normal": {
1448
- "value": "#C74F0E",
1510
+ "value": "#C94403",
1449
1511
  "type": "color",
1450
1512
  "description": "",
1451
1513
  "filePath": "src/stable/theme/stable-common.json",
@@ -1474,7 +1536,7 @@
1474
1536
  ]
1475
1537
  },
1476
1538
  "pressed": {
1477
- "value": "#59311E",
1539
+ "value": "#682601",
1478
1540
  "type": "color",
1479
1541
  "description": "",
1480
1542
  "filePath": "src/stable/theme/stable-common.json",
@@ -2441,7 +2503,7 @@
2441
2503
  },
2442
2504
  "orange": {
2443
2505
  "normal": {
2444
- "value": "#FFCA99",
2506
+ "value": "#FEBA7F",
2445
2507
  "type": "color",
2446
2508
  "description": "",
2447
2509
  "filePath": "src/stable/theme/stable-dark.json",
@@ -2959,7 +3021,7 @@
2959
3021
  },
2960
3022
  "orange": {
2961
3023
  "normal": {
2962
- "value": "#FF9D52",
3024
+ "value": "#FD884E",
2963
3025
  "type": "color",
2964
3026
  "description": "",
2965
3027
  "filePath": "src/stable/theme/stable-dark.json",
@@ -2987,7 +3049,7 @@
2987
3049
  ]
2988
3050
  },
2989
3051
  "hover": {
2990
- "value": "#FF9D52",
3052
+ "value": "#FD884E",
2991
3053
  "type": "color",
2992
3054
  "description": "",
2993
3055
  "filePath": "src/stable/theme/stable-dark.json",
@@ -3015,7 +3077,7 @@
3015
3077
  ]
3016
3078
  },
3017
3079
  "active": {
3018
- "value": "#FAF4EB",
3080
+ "value": "#FED5AC",
3019
3081
  "type": "color",
3020
3082
  "description": "",
3021
3083
  "filePath": "src/stable/theme/stable-dark.json",
@@ -4336,7 +4398,7 @@
4336
4398
  },
4337
4399
  "orange": {
4338
4400
  "normal": {
4339
- "value": "#33221B",
4401
+ "value": "#411B04",
4340
4402
  "type": "color",
4341
4403
  "description": "",
4342
4404
  "filePath": "src/stable/theme/stable-dark.json",
@@ -4364,7 +4426,7 @@
4364
4426
  ]
4365
4427
  },
4366
4428
  "hover": {
4367
- "value": "#33221B",
4429
+ "value": "#411B04",
4368
4430
  "type": "color",
4369
4431
  "description": "",
4370
4432
  "filePath": "src/stable/theme/stable-dark.json",
@@ -4392,7 +4454,7 @@
4392
4454
  ]
4393
4455
  },
4394
4456
  "active": {
4395
- "value": "#59311E",
4457
+ "value": "#682601",
4396
4458
  "type": "color",
4397
4459
  "description": "",
4398
4460
  "filePath": "src/stable/theme/stable-dark.json",
@@ -4768,7 +4830,7 @@
4768
4830
  },
4769
4831
  "orange": {
4770
4832
  "normal": {
4771
- "value": "#33221B",
4833
+ "value": "#411B04",
4772
4834
  "type": "color",
4773
4835
  "description": "",
4774
4836
  "filePath": "src/stable/theme/stable-dark.json",
@@ -4796,7 +4858,7 @@
4796
4858
  ]
4797
4859
  },
4798
4860
  "hover": {
4799
- "value": "#59311E",
4861
+ "value": "#682601",
4800
4862
  "type": "color",
4801
4863
  "description": "",
4802
4864
  "filePath": "src/stable/theme/stable-dark.json",
@@ -4824,7 +4886,7 @@
4824
4886
  ]
4825
4887
  },
4826
4888
  "active": {
4827
- "value": "#914017",
4889
+ "value": "#9C3202",
4828
4890
  "type": "color",
4829
4891
  "description": "",
4830
4892
  "filePath": "src/stable/theme/stable-dark.json",
@@ -6185,6 +6247,94 @@
6185
6247
  ]
6186
6248
  }
6187
6249
  },
6250
+ "gradient": {
6251
+ "active": {
6252
+ "0": {
6253
+ "value": "#08599c",
6254
+ "type": "color",
6255
+ "description": "",
6256
+ "filePath": "src/stable/theme/stable-dark.json",
6257
+ "isSource": true,
6258
+ "original": {
6259
+ "value": "{color.decorative.cobalt.70}",
6260
+ "type": "color",
6261
+ "description": ""
6262
+ },
6263
+ "name": "mds-color-theme-outline-gradient-active-0",
6264
+ "attributes": {
6265
+ "category": "color",
6266
+ "type": "theme",
6267
+ "item": "outline",
6268
+ "subitem": "gradient",
6269
+ "state": "active"
6270
+ },
6271
+ "path": [
6272
+ "color",
6273
+ "theme",
6274
+ "outline",
6275
+ "gradient",
6276
+ "active",
6277
+ "0"
6278
+ ]
6279
+ },
6280
+ "1": {
6281
+ "value": "#22c7d6",
6282
+ "type": "color",
6283
+ "description": "",
6284
+ "filePath": "src/stable/theme/stable-dark.json",
6285
+ "isSource": true,
6286
+ "original": {
6287
+ "value": "{color.decorative.cyan.40}",
6288
+ "type": "color",
6289
+ "description": ""
6290
+ },
6291
+ "name": "mds-color-theme-outline-gradient-active-1",
6292
+ "attributes": {
6293
+ "category": "color",
6294
+ "type": "theme",
6295
+ "item": "outline",
6296
+ "subitem": "gradient",
6297
+ "state": "active"
6298
+ },
6299
+ "path": [
6300
+ "color",
6301
+ "theme",
6302
+ "outline",
6303
+ "gradient",
6304
+ "active",
6305
+ "1"
6306
+ ]
6307
+ },
6308
+ "2": {
6309
+ "value": "#27a17a",
6310
+ "type": "color",
6311
+ "description": "",
6312
+ "filePath": "src/stable/theme/stable-dark.json",
6313
+ "isSource": true,
6314
+ "original": {
6315
+ "value": "{color.core.green.50}",
6316
+ "type": "color",
6317
+ "description": ""
6318
+ },
6319
+ "name": "mds-color-theme-outline-gradient-active-2",
6320
+ "attributes": {
6321
+ "category": "color",
6322
+ "type": "theme",
6323
+ "item": "outline",
6324
+ "subitem": "gradient",
6325
+ "state": "active"
6326
+ },
6327
+ "path": [
6328
+ "color",
6329
+ "theme",
6330
+ "outline",
6331
+ "gradient",
6332
+ "active",
6333
+ "2"
6334
+ ]
6335
+ }
6336
+ }
6337
+ },
6188
6338
  "share": {
6189
6339
  "selected": {
6190
6340
  "value": "#27a17a",
@@ -6214,7 +6364,7 @@
6214
6364
  ]
6215
6365
  },
6216
6366
  "active": {
6217
- "value": "#F26B1D",
6367
+ "value": "#EC6400",
6218
6368
  "type": "color",
6219
6369
  "description": "",
6220
6370
  "filePath": "src/stable/theme/stable-dark.json",
@@ -6436,7 +6586,7 @@
6436
6586
  ]
6437
6587
  },
6438
6588
  "orange": {
6439
- "value": "#FF9D52",
6589
+ "value": "#FD884E",
6440
6590
  "type": "color",
6441
6591
  "description": "",
6442
6592
  "filePath": "src/stable/theme/stable-dark.json",
@@ -6854,7 +7004,7 @@
6854
7004
  },
6855
7005
  "indicator": {
6856
7006
  "unstable": {
6857
- "value": "#F26B1D",
7007
+ "value": "#EC6400",
6858
7008
  "type": "color",
6859
7009
  "description": "",
6860
7010
  "filePath": "src/stable/theme/stable-dark.json",
@@ -7669,7 +7819,7 @@
7669
7819
  ]
7670
7820
  },
7671
7821
  "1": {
7672
- "value": "#F26B1D",
7822
+ "value": "#EC6400",
7673
7823
  "type": "color",
7674
7824
  "description": "",
7675
7825
  "filePath": "src/stable/theme/stable-dark.json",
@@ -8590,6 +8740,118 @@
8590
8740
  }
8591
8741
  },
8592
8742
  "gradientdivider": {
8743
+ "normal": {
8744
+ "0": {
8745
+ "value": "#ffffff00",
8746
+ "type": "color",
8747
+ "description": "",
8748
+ "filePath": "src/stable/theme/stable-dark.json",
8749
+ "isSource": true,
8750
+ "original": {
8751
+ "value": "{color.core.white-alpha.00}",
8752
+ "type": "color",
8753
+ "description": ""
8754
+ },
8755
+ "name": "mds-color-theme-gradientdivider-normal-0",
8756
+ "attributes": {
8757
+ "category": "color",
8758
+ "type": "theme",
8759
+ "item": "gradientdivider",
8760
+ "subitem": "normal",
8761
+ "state": "0"
8762
+ },
8763
+ "path": [
8764
+ "color",
8765
+ "theme",
8766
+ "gradientdivider",
8767
+ "normal",
8768
+ "0"
8769
+ ]
8770
+ },
8771
+ "1": {
8772
+ "value": "#ffffff33",
8773
+ "type": "color",
8774
+ "description": "",
8775
+ "filePath": "src/stable/theme/stable-dark.json",
8776
+ "isSource": true,
8777
+ "original": {
8778
+ "value": "{color.core.white-alpha.20}",
8779
+ "type": "color",
8780
+ "description": ""
8781
+ },
8782
+ "name": "mds-color-theme-gradientdivider-normal-1",
8783
+ "attributes": {
8784
+ "category": "color",
8785
+ "type": "theme",
8786
+ "item": "gradientdivider",
8787
+ "subitem": "normal",
8788
+ "state": "1"
8789
+ },
8790
+ "path": [
8791
+ "color",
8792
+ "theme",
8793
+ "gradientdivider",
8794
+ "normal",
8795
+ "1"
8796
+ ]
8797
+ }
8798
+ },
8799
+ "hover": {
8800
+ "0": {
8801
+ "value": "#ffffff00",
8802
+ "type": "color",
8803
+ "description": "",
8804
+ "filePath": "src/stable/theme/stable-dark.json",
8805
+ "isSource": true,
8806
+ "original": {
8807
+ "value": "{color.core.white-alpha.00}",
8808
+ "type": "color",
8809
+ "description": ""
8810
+ },
8811
+ "name": "mds-color-theme-gradientdivider-hover-0",
8812
+ "attributes": {
8813
+ "category": "color",
8814
+ "type": "theme",
8815
+ "item": "gradientdivider",
8816
+ "subitem": "hover",
8817
+ "state": "0"
8818
+ },
8819
+ "path": [
8820
+ "color",
8821
+ "theme",
8822
+ "gradientdivider",
8823
+ "hover",
8824
+ "0"
8825
+ ]
8826
+ },
8827
+ "1": {
8828
+ "value": "#ffffff99",
8829
+ "type": "color",
8830
+ "description": "",
8831
+ "filePath": "src/stable/theme/stable-dark.json",
8832
+ "isSource": true,
8833
+ "original": {
8834
+ "value": "{color.core.white-alpha.60}",
8835
+ "type": "color",
8836
+ "description": ""
8837
+ },
8838
+ "name": "mds-color-theme-gradientdivider-hover-1",
8839
+ "attributes": {
8840
+ "category": "color",
8841
+ "type": "theme",
8842
+ "item": "gradientdivider",
8843
+ "subitem": "hover",
8844
+ "state": "1"
8845
+ },
8846
+ "path": [
8847
+ "color",
8848
+ "theme",
8849
+ "gradientdivider",
8850
+ "hover",
8851
+ "1"
8852
+ ]
8853
+ }
8854
+ },
8593
8855
  "error": {
8594
8856
  "normal": {
8595
8857
  "0": {
@@ -9097,7 +9359,7 @@
9097
9359
  ]
9098
9360
  },
9099
9361
  "orange": {
9100
- "value": "#914017",
9362
+ "value": "#9C3202",
9101
9363
  "type": "color",
9102
9364
  "description": "",
9103
9365
  "filePath": "src/stable/theme/stable-dark.json",
@@ -1240,7 +1240,7 @@
1240
1240
  },
1241
1241
  "notice": {
1242
1242
  "active": {
1243
- "value": "#33221B",
1243
+ "value": "#411B04",
1244
1244
  "type": "color",
1245
1245
  "description": "Core Token: core.orange.90\nHEX: 33221B\n----------------\nUsed for hover/pressed state of teams ",
1246
1246
  "filePath": "src/theme/webex/light.json",
@@ -1268,7 +1268,7 @@
1268
1268
  ]
1269
1269
  },
1270
1270
  "default": {
1271
- "value": "#914017",
1271
+ "value": "#9C3202",
1272
1272
  "type": "color",
1273
1273
  "description": "Core Token: core.orange.70\nHEX: 914017\n----------------\nUsed for rest state of teams ",
1274
1274
  "filePath": "src/theme/webex/light.json",
@@ -2981,7 +2981,7 @@
2981
2981
  },
2982
2982
  "notice": {
2983
2983
  "00": {
2984
- "value": "#C74F0E",
2984
+ "value": "#C94403",
2985
2985
  "type": "color",
2986
2986
  "description": "Core Token: core.orange.60\nHEX: C74F0E\n---------------------\nUsed for avatar presence (busy, meeting, call, device)",
2987
2987
  "filePath": "src/theme/webex/light.json",
@@ -3009,7 +3009,7 @@
3009
3009
  ]
3010
3010
  },
3011
3011
  "01": {
3012
- "value": "#914017",
3012
+ "value": "#9C3202",
3013
3013
  "type": "color",
3014
3014
  "description": "Core Token: core.orange.70\nHEX: 914017\n---------------------\nUsed for avatar presence (busy, meeting, call, device)",
3015
3015
  "filePath": "src/theme/webex/light.json",
@@ -3037,7 +3037,7 @@
3037
3037
  ]
3038
3038
  },
3039
3039
  "02": {
3040
- "value": "#FAF4EB",
3040
+ "value": "#FED5AC",
3041
3041
  "type": "color",
3042
3042
  "description": "Core Token: core.orange.20\nHEX: FCE4C7\n------------------------------\nUsed for pressed state of alert-badge",
3043
3043
  "filePath": "src/theme/webex/light.json",
@@ -4481,7 +4481,7 @@
4481
4481
  },
4482
4482
  "notice": {
4483
4483
  "00": {
4484
- "value": "#F26B1D",
4484
+ "value": "#EC6400",
4485
4485
  "type": "color",
4486
4486
  "description": "Core Token: core.orange.50\nHEX: F26B1D\n-------------------------------\noutline for the orange tags",
4487
4487
  "filePath": "src/theme/webex/light.json",