@atlaskit/tokens 1.26.1 → 1.27.0

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 (109) hide show
  1. package/CHANGELOG.md +108 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +77 -77
  4. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  5. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  9. package/dist/cjs/artifacts/token-default-values.js +101 -101
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +115 -115
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +109 -109
  14. package/dist/cjs/get-token-value.js +1 -1
  15. package/dist/cjs/get-token.js +1 -1
  16. package/dist/cjs/theme-config.js +1 -25
  17. package/dist/cjs/utils/get-theme-preferences.js +0 -13
  18. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  19. package/dist/es2019/artifacts/palettes-raw/palette.js +77 -77
  20. package/dist/es2019/artifacts/theme-import-map.js +1 -5
  21. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +115 -115
  22. package/dist/es2019/artifacts/themes/atlassian-dark.js +109 -109
  23. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +124 -124
  24. package/dist/es2019/artifacts/themes/atlassian-light.js +101 -101
  25. package/dist/es2019/artifacts/token-default-values.js +101 -101
  26. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +115 -115
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +109 -109
  30. package/dist/es2019/get-token-value.js +1 -1
  31. package/dist/es2019/get-token.js +1 -1
  32. package/dist/es2019/theme-config.js +1 -25
  33. package/dist/es2019/utils/get-theme-preferences.js +0 -13
  34. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
  35. package/dist/esm/artifacts/palettes-raw/palette.js +77 -77
  36. package/dist/esm/artifacts/theme-import-map.js +1 -9
  37. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  38. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  41. package/dist/esm/artifacts/token-default-values.js +101 -101
  42. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
  43. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +115 -115
  44. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
  45. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +109 -109
  46. package/dist/esm/get-token-value.js +1 -1
  47. package/dist/esm/get-token.js +1 -1
  48. package/dist/esm/theme-config.js +1 -25
  49. package/dist/esm/utils/get-theme-preferences.js +0 -13
  50. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  51. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  52. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  53. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  54. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  55. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  56. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  57. package/dist/types/artifacts/token-default-values.d.ts +101 -101
  58. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  59. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  60. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  61. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  62. package/dist/types/theme-config.d.ts +4 -4
  63. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
  64. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  65. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  66. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  67. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  68. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  69. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  70. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +101 -101
  71. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  72. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  73. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  74. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  75. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  76. package/figma/atlassian-dark-increased-contrast.json +114 -114
  77. package/figma/atlassian-dark.json +108 -108
  78. package/figma/atlassian-light-increased-contrast.json +123 -123
  79. package/figma/atlassian-light.json +100 -100
  80. package/package.json +1 -4
  81. package/report.api.md +2 -9
  82. package/tmp/api-report-tmp.d.ts +4 -4
  83. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +0 -2257
  84. package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -12
  85. package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -12
  86. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8683
  87. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8645
  88. package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  89. package/dist/es2019/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -399
  90. package/dist/es2019/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -399
  91. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  92. package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  93. package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
  94. package/dist/esm/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -6
  95. package/dist/esm/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -6
  96. package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
  97. package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
  98. package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  99. package/dist/types/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  100. package/dist/types/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  101. package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  102. package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  103. package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
  104. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
  105. package/dist/types-ts4.5/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
  106. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
  107. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
  108. package/figma/atlassian-dark-saturated-palette-changes.json +0 -3540
  109. package/figma/atlassian-light-saturated-palette-changes.json +0 -3519
@@ -35,7 +35,7 @@
35
35
  "introduced": "0.6.0",
36
36
  "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
37
37
  },
38
- "value": "#AE2A19"
38
+ "value": "#AE2E24"
39
39
  },
40
40
  "Light/color.text.accent.red.bolder": {
41
41
  "attributes": {
@@ -44,7 +44,7 @@
44
44
  "introduced": "0.7.0",
45
45
  "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
46
46
  },
47
- "value": "#601E16"
47
+ "value": "#5D1F1A"
48
48
  },
49
49
  "Light/color.text.accent.orange": {
50
50
  "attributes": {
@@ -53,7 +53,7 @@
53
53
  "introduced": "0.6.0",
54
54
  "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
55
55
  },
56
- "value": "#974F0C"
56
+ "value": "#A54800"
57
57
  },
58
58
  "Light/color.text.accent.orange.bolder": {
59
59
  "attributes": {
@@ -62,7 +62,7 @@
62
62
  "introduced": "0.7.0",
63
63
  "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
64
64
  },
65
- "value": "#5F3811"
65
+ "value": "#702E00"
66
66
  },
67
67
  "Light/color.text.accent.yellow": {
68
68
  "attributes": {
@@ -107,7 +107,7 @@
107
107
  "introduced": "0.6.0",
108
108
  "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
109
109
  },
110
- "value": "#206B74"
110
+ "value": "#206A83"
111
111
  },
112
112
  "Light/color.text.accent.teal.bolder": {
113
113
  "attributes": {
@@ -116,7 +116,7 @@
116
116
  "introduced": "0.7.0",
117
117
  "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
118
118
  },
119
- "value": "#1D474C"
119
+ "value": "#164555"
120
120
  },
121
121
  "Light/color.text.accent.blue": {
122
122
  "attributes": {
@@ -233,7 +233,7 @@
233
233
  "introduced": "0.0.15",
234
234
  "description": "Use for critical text, such as input field error messaging."
235
235
  },
236
- "value": "#AE2A19"
236
+ "value": "#AE2E24"
237
237
  },
238
238
  "Light/color.text.warning": {
239
239
  "attributes": {
@@ -242,7 +242,7 @@
242
242
  "introduced": "0.0.15",
243
243
  "description": "Use for text to emphasize caution, such as in moved lozenges."
244
244
  },
245
- "value": "#974F0C"
245
+ "value": "#A54800"
246
246
  },
247
247
  "Light/color.text.warning.inverse": {
248
248
  "attributes": {
@@ -350,7 +350,7 @@
350
350
  "introduced": "0.6.0",
351
351
  "description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
352
352
  },
353
- "value": "#E34935"
353
+ "value": "#C9372C"
354
354
  },
355
355
  "Light/color.icon.accent.orange": {
356
356
  "attributes": {
@@ -359,7 +359,7 @@
359
359
  "introduced": "0.6.0",
360
360
  "description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
361
361
  },
362
- "value": "#D97008"
362
+ "value": "#E56910"
363
363
  },
364
364
  "Light/color.icon.accent.yellow": {
365
365
  "attributes": {
@@ -386,7 +386,7 @@
386
386
  "introduced": "0.6.0",
387
387
  "description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
388
388
  },
389
- "value": "#1D9AAA"
389
+ "value": "#2898BD"
390
390
  },
391
391
  "Light/color.icon.accent.blue": {
392
392
  "attributes": {
@@ -467,7 +467,7 @@
467
467
  "introduced": "0.6.0",
468
468
  "description": "Use for icons communicating critical information, such as those used in error handing."
469
469
  },
470
- "value": "#E34935"
470
+ "value": "#C9372C"
471
471
  },
472
472
  "Light/color.icon.warning": {
473
473
  "attributes": {
@@ -476,7 +476,7 @@
476
476
  "introduced": "0.6.0",
477
477
  "description": "Use for icons communicating caution, such as those used in warning section messages."
478
478
  },
479
- "value": "#D97008"
479
+ "value": "#E56910"
480
480
  },
481
481
  "Light/color.icon.warning.inverse": {
482
482
  "attributes": {
@@ -548,7 +548,7 @@
548
548
  "introduced": "0.6.0",
549
549
  "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
550
550
  },
551
- "value": "#E34935"
551
+ "value": "#E2483D"
552
552
  },
553
553
  "Light/color.border.accent.orange": {
554
554
  "attributes": {
@@ -557,7 +557,7 @@
557
557
  "introduced": "0.6.0",
558
558
  "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
559
559
  },
560
- "value": "#D97008"
560
+ "value": "#E56910"
561
561
  },
562
562
  "Light/color.border.accent.yellow": {
563
563
  "attributes": {
@@ -584,7 +584,7 @@
584
584
  "introduced": "0.6.0",
585
585
  "description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
586
586
  },
587
- "value": "#1D9AAA"
587
+ "value": "#2898BD"
588
588
  },
589
589
  "Light/color.border.accent.blue": {
590
590
  "attributes": {
@@ -683,7 +683,7 @@
683
683
  "introduced": "0.6.0",
684
684
  "description": "Use for borders communicating critical information, such as the borders on invalid text fields."
685
685
  },
686
- "value": "#E34935"
686
+ "value": "#E2483D"
687
687
  },
688
688
  "Light/color.border.warning": {
689
689
  "attributes": {
@@ -692,7 +692,7 @@
692
692
  "introduced": "0.6.0",
693
693
  "description": "Use for borders communicating caution."
694
694
  },
695
- "value": "#D97008"
695
+ "value": "#E56910"
696
696
  },
697
697
  "Light/color.border.success": {
698
698
  "attributes": {
@@ -737,7 +737,7 @@
737
737
  "introduced": "1.6.0",
738
738
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
739
739
  },
740
- "value": "#EEFBDA"
740
+ "value": "#EFFFD6"
741
741
  },
742
742
  "Light/color.background.accent.lime.subtlest.hovered": {
743
743
  "attributes": {
@@ -845,7 +845,7 @@
845
845
  "introduced": "0.7.0",
846
846
  "description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
847
847
  },
848
- "value": "#FFEDEB"
848
+ "value": "#FFECEB"
849
849
  },
850
850
  "Light/color.background.accent.red.subtlest.hovered": {
851
851
  "attributes": {
@@ -854,7 +854,7 @@
854
854
  "introduced": "1.19.0",
855
855
  "description": "Hovered state of color.background.accent.red.subtlest."
856
856
  },
857
- "value": "#FFD2CC"
857
+ "value": "#FFD5D2"
858
858
  },
859
859
  "Light/color.background.accent.red.subtlest.pressed": {
860
860
  "attributes": {
@@ -863,7 +863,7 @@
863
863
  "introduced": "1.19.0",
864
864
  "description": "Pressed state of color.background.accent.red.subtlest."
865
865
  },
866
- "value": "#FF9C8F"
866
+ "value": "#FD9891"
867
867
  },
868
868
  "Light/color.background.accent.red.subtler": {
869
869
  "attributes": {
@@ -872,7 +872,7 @@
872
872
  "introduced": "0.7.0",
873
873
  "description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
874
874
  },
875
- "value": "#FFD2CC"
875
+ "value": "#FFD5D2"
876
876
  },
877
877
  "Light/color.background.accent.red.subtler.hovered": {
878
878
  "attributes": {
@@ -881,7 +881,7 @@
881
881
  "introduced": "1.19.0",
882
882
  "description": "Hovered state of color.background.accent.red.subtler."
883
883
  },
884
- "value": "#FF9C8F"
884
+ "value": "#FD9891"
885
885
  },
886
886
  "Light/color.background.accent.red.subtler.pressed": {
887
887
  "attributes": {
@@ -890,7 +890,7 @@
890
890
  "introduced": "1.19.0",
891
891
  "description": "Pressed state of color.background.accent.red.subtler."
892
892
  },
893
- "value": "#F87462"
893
+ "value": "#F87168"
894
894
  },
895
895
  "Light/color.background.accent.red.subtle": {
896
896
  "attributes": {
@@ -899,7 +899,7 @@
899
899
  "introduced": "0.7.0",
900
900
  "description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
901
901
  },
902
- "value": "#F87462"
902
+ "value": "#F87168"
903
903
  },
904
904
  "Light/color.background.accent.red.subtle.hovered": {
905
905
  "attributes": {
@@ -908,7 +908,7 @@
908
908
  "introduced": "1.19.0",
909
909
  "description": "Hovered state of color.background.accent.red.subtle."
910
910
  },
911
- "value": "#FF9C8F"
911
+ "value": "#FD9891"
912
912
  },
913
913
  "Light/color.background.accent.red.subtle.pressed": {
914
914
  "attributes": {
@@ -917,7 +917,7 @@
917
917
  "introduced": "1.19.0",
918
918
  "description": "Pressed state of color.background.accent.red.subtle."
919
919
  },
920
- "value": "#FFD2CC"
920
+ "value": "#FFD5D2"
921
921
  },
922
922
  "Light/color.background.accent.red.bolder": {
923
923
  "attributes": {
@@ -926,7 +926,7 @@
926
926
  "introduced": "0.7.0",
927
927
  "description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
928
928
  },
929
- "value": "#CA3521"
929
+ "value": "#C9372C"
930
930
  },
931
931
  "Light/color.background.accent.red.bolder.hovered": {
932
932
  "attributes": {
@@ -935,7 +935,7 @@
935
935
  "introduced": "1.19.0",
936
936
  "description": "Hovered state of color.background.accent.red.bolder."
937
937
  },
938
- "value": "#AE2A19"
938
+ "value": "#AE2E24"
939
939
  },
940
940
  "Light/color.background.accent.red.bolder.pressed": {
941
941
  "attributes": {
@@ -944,7 +944,7 @@
944
944
  "introduced": "1.19.0",
945
945
  "description": "Pressed state of color.background.accent.red.bolder."
946
946
  },
947
- "value": "#601E16"
947
+ "value": "#5D1F1A"
948
948
  },
949
949
  "Light/color.background.accent.orange.subtlest": {
950
950
  "attributes": {
@@ -953,7 +953,7 @@
953
953
  "introduced": "0.7.0",
954
954
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
955
955
  },
956
- "value": "#FFF4E5"
956
+ "value": "#FFF3EB"
957
957
  },
958
958
  "Light/color.background.accent.orange.subtlest.hovered": {
959
959
  "attributes": {
@@ -962,7 +962,7 @@
962
962
  "introduced": "1.19.0",
963
963
  "description": "Hovered state of color.background.accent.orange.subtlest."
964
964
  },
965
- "value": "#FFE2BD"
965
+ "value": "#FEDEC8"
966
966
  },
967
967
  "Light/color.background.accent.orange.subtlest.pressed": {
968
968
  "attributes": {
@@ -971,7 +971,7 @@
971
971
  "introduced": "1.19.0",
972
972
  "description": "Pressed state of color.background.accent.orange.subtlest."
973
973
  },
974
- "value": "#FEC57B"
974
+ "value": "#FEC195"
975
975
  },
976
976
  "Light/color.background.accent.orange.subtler": {
977
977
  "attributes": {
@@ -980,7 +980,7 @@
980
980
  "introduced": "0.7.0",
981
981
  "description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
982
982
  },
983
- "value": "#FFE2BD"
983
+ "value": "#FEDEC8"
984
984
  },
985
985
  "Light/color.background.accent.orange.subtler.hovered": {
986
986
  "attributes": {
@@ -989,7 +989,7 @@
989
989
  "introduced": "1.19.0",
990
990
  "description": "Hovered state of color.background.accent.orange.subtler."
991
991
  },
992
- "value": "#FEC57B"
992
+ "value": "#FEC195"
993
993
  },
994
994
  "Light/color.background.accent.orange.subtler.pressed": {
995
995
  "attributes": {
@@ -998,7 +998,7 @@
998
998
  "introduced": "1.19.0",
999
999
  "description": "Pressed state of color.background.accent.orange.subtler."
1000
1000
  },
1001
- "value": "#FAA53D"
1001
+ "value": "#FEA362"
1002
1002
  },
1003
1003
  "Light/color.background.accent.orange.subtle": {
1004
1004
  "attributes": {
@@ -1007,7 +1007,7 @@
1007
1007
  "introduced": "0.7.0",
1008
1008
  "description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
1009
1009
  },
1010
- "value": "#FAA53D"
1010
+ "value": "#FEA362"
1011
1011
  },
1012
1012
  "Light/color.background.accent.orange.subtle.hovered": {
1013
1013
  "attributes": {
@@ -1016,7 +1016,7 @@
1016
1016
  "introduced": "1.19.0",
1017
1017
  "description": "Hovered state of color.background.accent.orange.subtle."
1018
1018
  },
1019
- "value": "#FEC57B"
1019
+ "value": "#FEC195"
1020
1020
  },
1021
1021
  "Light/color.background.accent.orange.subtle.pressed": {
1022
1022
  "attributes": {
@@ -1025,7 +1025,7 @@
1025
1025
  "introduced": "1.19.0",
1026
1026
  "description": "Pressed state of color.background.accent.orange.subtle."
1027
1027
  },
1028
- "value": "#FFE2BD"
1028
+ "value": "#FEDEC8"
1029
1029
  },
1030
1030
  "Light/color.background.accent.orange.bolder": {
1031
1031
  "attributes": {
@@ -1034,7 +1034,7 @@
1034
1034
  "introduced": "0.7.0",
1035
1035
  "description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1036
1036
  },
1037
- "value": "#B65C02"
1037
+ "value": "#C25100"
1038
1038
  },
1039
1039
  "Light/color.background.accent.orange.bolder.hovered": {
1040
1040
  "attributes": {
@@ -1043,7 +1043,7 @@
1043
1043
  "introduced": "1.19.0",
1044
1044
  "description": "Hovered state of color.background.accent.orange.bolder."
1045
1045
  },
1046
- "value": "#974F0C"
1046
+ "value": "#A54800"
1047
1047
  },
1048
1048
  "Light/color.background.accent.orange.bolder.pressed": {
1049
1049
  "attributes": {
@@ -1052,7 +1052,7 @@
1052
1052
  "introduced": "1.19.0",
1053
1053
  "description": "Pressed state of color.background.accent.orange.bolder."
1054
1054
  },
1055
- "value": "#5F3811"
1055
+ "value": "#702E00"
1056
1056
  },
1057
1057
  "Light/color.background.accent.yellow.subtlest": {
1058
1058
  "attributes": {
@@ -1115,7 +1115,7 @@
1115
1115
  "introduced": "0.7.0",
1116
1116
  "description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
1117
1117
  },
1118
- "value": "#E2B203"
1118
+ "value": "#F5CD47"
1119
1119
  },
1120
1120
  "Light/color.background.accent.yellow.subtle.hovered": {
1121
1121
  "attributes": {
@@ -1124,7 +1124,7 @@
1124
1124
  "introduced": "1.19.0",
1125
1125
  "description": "Hovered state of color.background.accent.yellow.subtle."
1126
1126
  },
1127
- "value": "#F5CD47"
1127
+ "value": "#E2B203"
1128
1128
  },
1129
1129
  "Light/color.background.accent.yellow.subtle.pressed": {
1130
1130
  "attributes": {
@@ -1133,7 +1133,7 @@
1133
1133
  "introduced": "1.19.0",
1134
1134
  "description": "Pressed state of color.background.accent.yellow.subtle."
1135
1135
  },
1136
- "value": "#F8E6A0"
1136
+ "value": "#CF9F02"
1137
1137
  },
1138
1138
  "Light/color.background.accent.yellow.bolder": {
1139
1139
  "attributes": {
@@ -1169,7 +1169,7 @@
1169
1169
  "introduced": "0.7.0",
1170
1170
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1171
1171
  },
1172
- "value": "#DFFCF0"
1172
+ "value": "#DCFFF1"
1173
1173
  },
1174
1174
  "Light/color.background.accent.green.subtlest.hovered": {
1175
1175
  "attributes": {
@@ -1277,7 +1277,7 @@
1277
1277
  "introduced": "0.7.0",
1278
1278
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1279
1279
  },
1280
- "value": "#E3FAFC"
1280
+ "value": "#E7F9FF"
1281
1281
  },
1282
1282
  "Light/color.background.accent.teal.subtlest.hovered": {
1283
1283
  "attributes": {
@@ -1286,7 +1286,7 @@
1286
1286
  "introduced": "1.19.0",
1287
1287
  "description": "Hovered state of color.background.accent.teal.subtlest."
1288
1288
  },
1289
- "value": "#C1F0F5"
1289
+ "value": "#C6EDFB"
1290
1290
  },
1291
1291
  "Light/color.background.accent.teal.subtlest.pressed": {
1292
1292
  "attributes": {
@@ -1295,7 +1295,7 @@
1295
1295
  "introduced": "1.19.0",
1296
1296
  "description": "Pressed state of color.background.accent.teal.subtlest."
1297
1297
  },
1298
- "value": "#8BDBE5"
1298
+ "value": "#9DD9EE"
1299
1299
  },
1300
1300
  "Light/color.background.accent.teal.subtler": {
1301
1301
  "attributes": {
@@ -1304,7 +1304,7 @@
1304
1304
  "introduced": "0.7.0",
1305
1305
  "description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
1306
1306
  },
1307
- "value": "#C1F0F5"
1307
+ "value": "#C6EDFB"
1308
1308
  },
1309
1309
  "Light/color.background.accent.teal.subtler.hovered": {
1310
1310
  "attributes": {
@@ -1313,7 +1313,7 @@
1313
1313
  "introduced": "1.19.0",
1314
1314
  "description": "Hovered state of color.background.accent.teal.subtler."
1315
1315
  },
1316
- "value": "#8BDBE5"
1316
+ "value": "#9DD9EE"
1317
1317
  },
1318
1318
  "Light/color.background.accent.teal.subtler.pressed": {
1319
1319
  "attributes": {
@@ -1322,7 +1322,7 @@
1322
1322
  "introduced": "1.19.0",
1323
1323
  "description": "Pressed state of color.background.accent.teal.subtler."
1324
1324
  },
1325
- "value": "#60C6D2"
1325
+ "value": "#6CC3E0"
1326
1326
  },
1327
1327
  "Light/color.background.accent.teal.subtle": {
1328
1328
  "attributes": {
@@ -1331,7 +1331,7 @@
1331
1331
  "introduced": "0.7.0",
1332
1332
  "description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
1333
1333
  },
1334
- "value": "#60C6D2"
1334
+ "value": "#6CC3E0"
1335
1335
  },
1336
1336
  "Light/color.background.accent.teal.subtle.hovered": {
1337
1337
  "attributes": {
@@ -1340,7 +1340,7 @@
1340
1340
  "introduced": "1.19.0",
1341
1341
  "description": "Hovered state of color.background.accent.teal.subtle."
1342
1342
  },
1343
- "value": "#8BDBE5"
1343
+ "value": "#9DD9EE"
1344
1344
  },
1345
1345
  "Light/color.background.accent.teal.subtle.pressed": {
1346
1346
  "attributes": {
@@ -1349,7 +1349,7 @@
1349
1349
  "introduced": "1.19.0",
1350
1350
  "description": "Pressed state of color.background.accent.teal.subtle."
1351
1351
  },
1352
- "value": "#C1F0F5"
1352
+ "value": "#C6EDFB"
1353
1353
  },
1354
1354
  "Light/color.background.accent.teal.bolder": {
1355
1355
  "attributes": {
@@ -1358,7 +1358,7 @@
1358
1358
  "introduced": "0.7.0",
1359
1359
  "description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
1360
1360
  },
1361
- "value": "#1D7F8C"
1361
+ "value": "#227D9B"
1362
1362
  },
1363
1363
  "Light/color.background.accent.teal.bolder.hovered": {
1364
1364
  "attributes": {
@@ -1367,7 +1367,7 @@
1367
1367
  "introduced": "1.19.0",
1368
1368
  "description": "Hovered state of color.background.accent.teal.bolder."
1369
1369
  },
1370
- "value": "#206B74"
1370
+ "value": "#206A83"
1371
1371
  },
1372
1372
  "Light/color.background.accent.teal.bolder.pressed": {
1373
1373
  "attributes": {
@@ -1376,7 +1376,7 @@
1376
1376
  "introduced": "1.19.0",
1377
1377
  "description": "Pressed state of color.background.accent.teal.bolder."
1378
1378
  },
1379
- "value": "#1D474C"
1379
+ "value": "#164555"
1380
1380
  },
1381
1381
  "Light/color.background.accent.blue.subtlest": {
1382
1382
  "attributes": {
@@ -2069,7 +2069,7 @@
2069
2069
  "introduced": "1.13.0",
2070
2070
  "description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
2071
2071
  },
2072
- "value": "#092957"
2072
+ "value": "#1C2B41"
2073
2073
  },
2074
2074
  "Light/color.background.brand.boldest.hovered": {
2075
2075
  "attributes": {
@@ -2096,7 +2096,7 @@
2096
2096
  "introduced": "0.6.0",
2097
2097
  "description": "Use for backgrounds communicating critical information, such in error section messages."
2098
2098
  },
2099
- "value": "#FFEDEB"
2099
+ "value": "#FFECEB"
2100
2100
  },
2101
2101
  "Light/color.background.danger.hovered": {
2102
2102
  "attributes": {
@@ -2105,7 +2105,7 @@
2105
2105
  "introduced": "0.6.0",
2106
2106
  "description": "Hovered state for color.background.danger"
2107
2107
  },
2108
- "value": "#FFD2CC"
2108
+ "value": "#FFD5D2"
2109
2109
  },
2110
2110
  "Light/color.background.danger.pressed": {
2111
2111
  "attributes": {
@@ -2114,7 +2114,7 @@
2114
2114
  "introduced": "0.6.0",
2115
2115
  "description": "Pressed state for color.background.danger"
2116
2116
  },
2117
- "value": "#FF9C8F"
2117
+ "value": "#FD9891"
2118
2118
  },
2119
2119
  "Light/color.background.danger.bold": {
2120
2120
  "attributes": {
@@ -2123,7 +2123,7 @@
2123
2123
  "introduced": "0.6.0",
2124
2124
  "description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
2125
2125
  },
2126
- "value": "#CA3521"
2126
+ "value": "#C9372C"
2127
2127
  },
2128
2128
  "Light/color.background.danger.bold.hovered": {
2129
2129
  "attributes": {
@@ -2132,7 +2132,7 @@
2132
2132
  "introduced": "0.6.0",
2133
2133
  "description": "Hovered state of color.background.danger.bold"
2134
2134
  },
2135
- "value": "#AE2A19"
2135
+ "value": "#AE2E24"
2136
2136
  },
2137
2137
  "Light/color.background.danger.bold.pressed": {
2138
2138
  "attributes": {
@@ -2141,7 +2141,7 @@
2141
2141
  "introduced": "0.6.0",
2142
2142
  "description": "Pressed state of color.background.danger.bold"
2143
2143
  },
2144
- "value": "#601E16"
2144
+ "value": "#5D1F1A"
2145
2145
  },
2146
2146
  "Light/color.background.warning": {
2147
2147
  "attributes": {
@@ -2177,7 +2177,7 @@
2177
2177
  "introduced": "0.6.0",
2178
2178
  "description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
2179
2179
  },
2180
- "value": "#E2B203"
2180
+ "value": "#F5CD47"
2181
2181
  },
2182
2182
  "Light/color.background.warning.bold.hovered": {
2183
2183
  "attributes": {
@@ -2186,7 +2186,7 @@
2186
2186
  "introduced": "0.6.0",
2187
2187
  "description": "Hovered state of color.background.warning.bold"
2188
2188
  },
2189
- "value": "#CF9F02"
2189
+ "value": "#E2B203"
2190
2190
  },
2191
2191
  "Light/color.background.warning.bold.pressed": {
2192
2192
  "attributes": {
@@ -2195,7 +2195,7 @@
2195
2195
  "introduced": "0.6.0",
2196
2196
  "description": "Pressed state of color.background.warning.bold"
2197
2197
  },
2198
- "value": "#B38600"
2198
+ "value": "#CF9F02"
2199
2199
  },
2200
2200
  "Light/color.background.success": {
2201
2201
  "attributes": {
@@ -2204,7 +2204,7 @@
2204
2204
  "introduced": "0.6.0",
2205
2205
  "description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
2206
2206
  },
2207
- "value": "#DFFCF0"
2207
+ "value": "#DCFFF1"
2208
2208
  },
2209
2209
  "Light/color.background.success.hovered": {
2210
2210
  "attributes": {
@@ -2429,7 +2429,7 @@
2429
2429
  "introduced": "0.13.3",
2430
2430
  "description": "For data visualisation only. Follow numbered sequence."
2431
2431
  },
2432
- "value": "#1D9AAA"
2432
+ "value": "#2898BD"
2433
2433
  },
2434
2434
  "Light/color.chart.categorical.1.hovered": {
2435
2435
  "attributes": {
@@ -2438,7 +2438,7 @@
2438
2438
  "introduced": "0.13.3",
2439
2439
  "description": "Hovered state of color.chart.categorical.1."
2440
2440
  },
2441
- "value": "#1D7F8C"
2441
+ "value": "#227D9B"
2442
2442
  },
2443
2443
  "Light/color.chart.categorical.2": {
2444
2444
  "attributes": {
@@ -2465,7 +2465,7 @@
2465
2465
  "introduced": "0.13.3",
2466
2466
  "description": "For data visualisation only. Follow numbered sequence."
2467
2467
  },
2468
- "value": "#D97008"
2468
+ "value": "#E56910"
2469
2469
  },
2470
2470
  "Light/color.chart.categorical.3.hovered": {
2471
2471
  "attributes": {
@@ -2474,7 +2474,7 @@
2474
2474
  "introduced": "0.13.3",
2475
2475
  "description": "Hovered state of color.chart.categorical.3."
2476
2476
  },
2477
- "value": "#B65C02"
2477
+ "value": "#C25100"
2478
2478
  },
2479
2479
  "Light/color.chart.categorical.4": {
2480
2480
  "attributes": {
@@ -2510,7 +2510,7 @@
2510
2510
  "introduced": "0.13.3",
2511
2511
  "description": "Hovered state of color.chart.categorical.5."
2512
2512
  },
2513
- "value": "#092957"
2513
+ "value": "#1C2B41"
2514
2514
  },
2515
2515
  "Light/color.chart.categorical.6": {
2516
2516
  "attributes": {
@@ -2546,7 +2546,7 @@
2546
2546
  "introduced": "0.13.3",
2547
2547
  "description": "Hovered state of color.chart.categorical.7."
2548
2548
  },
2549
- "value": "#421F34"
2549
+ "value": "#3D2232"
2550
2550
  },
2551
2551
  "Light/color.chart.categorical.8": {
2552
2552
  "attributes": {
@@ -2555,7 +2555,7 @@
2555
2555
  "introduced": "0.13.3",
2556
2556
  "description": "For data visualisation only. Follow numbered sequence."
2557
2557
  },
2558
- "value": "#974F0C"
2558
+ "value": "#A54800"
2559
2559
  },
2560
2560
  "Light/color.chart.categorical.8.hovered": {
2561
2561
  "attributes": {
@@ -2564,7 +2564,7 @@
2564
2564
  "introduced": "0.13.3",
2565
2565
  "description": "Hovered state of color.chart.categorical.8."
2566
2566
  },
2567
- "value": "#5F3811"
2567
+ "value": "#702E00"
2568
2568
  },
2569
2569
  "Light/color.chart.lime.bold": {
2570
2570
  "attributes": {
@@ -2645,7 +2645,7 @@
2645
2645
  "introduced": "0.13.3",
2646
2646
  "description": "For data visualisation only."
2647
2647
  },
2648
- "value": "#EF5C48"
2648
+ "value": "#F15B50"
2649
2649
  },
2650
2650
  "Light/color.chart.red.bold.hovered": {
2651
2651
  "attributes": {
@@ -2654,7 +2654,7 @@
2654
2654
  "introduced": "0.13.3",
2655
2655
  "description": "Hovered state of color.chart.red.bold."
2656
2656
  },
2657
- "value": "#E34935"
2657
+ "value": "#E2483D"
2658
2658
  },
2659
2659
  "Light/color.chart.red.bolder": {
2660
2660
  "attributes": {
@@ -2663,7 +2663,7 @@
2663
2663
  "introduced": "0.13.3",
2664
2664
  "description": "For data visualisation only."
2665
2665
  },
2666
- "value": "#E34935"
2666
+ "value": "#E2483D"
2667
2667
  },
2668
2668
  "Light/color.chart.red.bolder.hovered": {
2669
2669
  "attributes": {
@@ -2672,7 +2672,7 @@
2672
2672
  "introduced": "0.13.3",
2673
2673
  "description": "Hovered state of color.chart.red.bolder."
2674
2674
  },
2675
- "value": "#CA3521"
2675
+ "value": "#C9372C"
2676
2676
  },
2677
2677
  "Light/color.chart.red.boldest": {
2678
2678
  "attributes": {
@@ -2681,7 +2681,7 @@
2681
2681
  "introduced": "0.13.3",
2682
2682
  "description": "For data visualisation only."
2683
2683
  },
2684
- "value": "#AE2A19"
2684
+ "value": "#AE2E24"
2685
2685
  },
2686
2686
  "Light/color.chart.red.boldest.hovered": {
2687
2687
  "attributes": {
@@ -2690,7 +2690,7 @@
2690
2690
  "introduced": "0.13.3",
2691
2691
  "description": "Hovered state of color.chart.red.boldest."
2692
2692
  },
2693
- "value": "#601E16"
2693
+ "value": "#5D1F1A"
2694
2694
  },
2695
2695
  "Light/color.chart.orange.bold": {
2696
2696
  "attributes": {
@@ -2699,7 +2699,7 @@
2699
2699
  "introduced": "0.13.3",
2700
2700
  "description": "For data visualisation only."
2701
2701
  },
2702
- "value": "#D97008"
2702
+ "value": "#E56910"
2703
2703
  },
2704
2704
  "Light/color.chart.orange.bold.hovered": {
2705
2705
  "attributes": {
@@ -2708,7 +2708,7 @@
2708
2708
  "introduced": "0.13.3",
2709
2709
  "description": "Hovered state of color.chart.orange.bold."
2710
2710
  },
2711
- "value": "#B65C02"
2711
+ "value": "#C25100"
2712
2712
  },
2713
2713
  "Light/color.chart.orange.bolder": {
2714
2714
  "attributes": {
@@ -2717,7 +2717,7 @@
2717
2717
  "introduced": "0.13.3",
2718
2718
  "description": "For data visualisation only."
2719
2719
  },
2720
- "value": "#B65C02"
2720
+ "value": "#C25100"
2721
2721
  },
2722
2722
  "Light/color.chart.orange.bolder.hovered": {
2723
2723
  "attributes": {
@@ -2726,7 +2726,7 @@
2726
2726
  "introduced": "0.13.3",
2727
2727
  "description": "Hovered state of color.chart.orange.bolder."
2728
2728
  },
2729
- "value": "#974F0C"
2729
+ "value": "#A54800"
2730
2730
  },
2731
2731
  "Light/color.chart.orange.boldest": {
2732
2732
  "attributes": {
@@ -2735,7 +2735,7 @@
2735
2735
  "introduced": "0.13.3",
2736
2736
  "description": "For data visualisation only."
2737
2737
  },
2738
- "value": "#974F0C"
2738
+ "value": "#A54800"
2739
2739
  },
2740
2740
  "Light/color.chart.orange.boldest.hovered": {
2741
2741
  "attributes": {
@@ -2744,7 +2744,7 @@
2744
2744
  "introduced": "0.13.3",
2745
2745
  "description": "Hovered state of color.chart.orange.boldest."
2746
2746
  },
2747
- "value": "#5F3811"
2747
+ "value": "#702E00"
2748
2748
  },
2749
2749
  "Light/color.chart.yellow.bold": {
2750
2750
  "attributes": {
@@ -2861,7 +2861,7 @@
2861
2861
  "introduced": "0.13.3",
2862
2862
  "description": "For data visualisation only."
2863
2863
  },
2864
- "value": "#1D9AAA"
2864
+ "value": "#2898BD"
2865
2865
  },
2866
2866
  "Light/color.chart.teal.bold.hovered": {
2867
2867
  "attributes": {
@@ -2870,7 +2870,7 @@
2870
2870
  "introduced": "0.13.3",
2871
2871
  "description": "Hovered state of color.chart.teal.bold."
2872
2872
  },
2873
- "value": "#1D7F8C"
2873
+ "value": "#227D9B"
2874
2874
  },
2875
2875
  "Light/color.chart.teal.bolder": {
2876
2876
  "attributes": {
@@ -2879,7 +2879,7 @@
2879
2879
  "introduced": "0.13.3",
2880
2880
  "description": "For data visualisation only."
2881
2881
  },
2882
- "value": "#1D7F8C"
2882
+ "value": "#227D9B"
2883
2883
  },
2884
2884
  "Light/color.chart.teal.bolder.hovered": {
2885
2885
  "attributes": {
@@ -2888,7 +2888,7 @@
2888
2888
  "introduced": "0.13.3",
2889
2889
  "description": "Hovered state of color.chart.teal.bolder."
2890
2890
  },
2891
- "value": "#206B74"
2891
+ "value": "#206A83"
2892
2892
  },
2893
2893
  "Light/color.chart.teal.boldest": {
2894
2894
  "attributes": {
@@ -2897,7 +2897,7 @@
2897
2897
  "introduced": "0.13.3",
2898
2898
  "description": "For data visualisation only."
2899
2899
  },
2900
- "value": "#206B74"
2900
+ "value": "#206A83"
2901
2901
  },
2902
2902
  "Light/color.chart.teal.boldest.hovered": {
2903
2903
  "attributes": {
@@ -2906,7 +2906,7 @@
2906
2906
  "introduced": "0.13.3",
2907
2907
  "description": "Hovered state of color.chart.teal.boldest."
2908
2908
  },
2909
- "value": "#1D474C"
2909
+ "value": "#164555"
2910
2910
  },
2911
2911
  "Light/color.chart.blue.bold": {
2912
2912
  "attributes": {
@@ -3149,7 +3149,7 @@
3149
3149
  "introduced": "0.13.3",
3150
3150
  "description": "For data visualisation communicating negative information, such as 'off track'."
3151
3151
  },
3152
- "value": "#EF5C48"
3152
+ "value": "#F15B50"
3153
3153
  },
3154
3154
  "Light/color.chart.danger.hovered": {
3155
3155
  "attributes": {
@@ -3158,7 +3158,7 @@
3158
3158
  "introduced": "0.13.3",
3159
3159
  "description": "Hovered state of color.chart.danger."
3160
3160
  },
3161
- "value": "#E34935"
3161
+ "value": "#E2483D"
3162
3162
  },
3163
3163
  "Light/color.chart.danger.bold": {
3164
3164
  "attributes": {
@@ -3167,7 +3167,7 @@
3167
3167
  "introduced": "0.13.3",
3168
3168
  "description": "A stronger emphasis option of color.chart.danger."
3169
3169
  },
3170
- "value": "#AE2A19"
3170
+ "value": "#AE2E24"
3171
3171
  },
3172
3172
  "Light/color.chart.danger.bold.hovered": {
3173
3173
  "attributes": {
@@ -3176,7 +3176,7 @@
3176
3176
  "introduced": "0.13.3",
3177
3177
  "description": "Hovered state of color.chart.danger.bold."
3178
3178
  },
3179
- "value": "#601E16"
3179
+ "value": "#5D1F1A"
3180
3180
  },
3181
3181
  "Light/color.chart.warning": {
3182
3182
  "attributes": {