@atlaskit/tokens 13.1.1 → 13.2.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 (75) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/codemods/css-to-design-tokens/lib/legacy-colors.tsx +0 -1
  3. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  8. package/dist/cjs/artifacts/token-default-values.js +21 -1
  9. package/dist/cjs/artifacts/token-names.js +21 -1
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +471 -31
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +471 -31
  14. package/dist/cjs/entry-points/token-metadata.codegen.js +196 -16
  15. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  16. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +21 -1
  17. package/dist/es2019/artifacts/themes/atlassian-dark.js +21 -1
  18. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +21 -1
  19. package/dist/es2019/artifacts/themes/atlassian-light.js +21 -1
  20. package/dist/es2019/artifacts/token-default-values.js +21 -1
  21. package/dist/es2019/artifacts/token-names.js +21 -1
  22. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
  23. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +471 -31
  24. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
  25. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +471 -31
  26. package/dist/es2019/entry-points/token-metadata.codegen.js +196 -16
  27. package/dist/esm/artifacts/generated-pairs.js +2 -2
  28. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  29. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  30. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  31. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  32. package/dist/esm/artifacts/token-default-values.js +21 -1
  33. package/dist/esm/artifacts/token-names.js +21 -1
  34. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
  35. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +471 -31
  36. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
  37. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +471 -31
  38. package/dist/esm/entry-points/token-metadata.codegen.js +196 -16
  39. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  40. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  41. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  42. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  43. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  44. package/dist/types/artifacts/token-default-values.d.ts +21 -1
  45. package/dist/types/artifacts/token-names.d.ts +41 -1
  46. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  47. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  48. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  49. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  50. package/dist/types/artifacts/types-internal.d.ts +2 -2
  51. package/dist/types/artifacts/types.d.ts +2 -2
  52. package/dist/types/entry-points/css-type-schema.codegen.d.ts +3 -3
  53. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  54. package/dist/types/types.d.ts +75 -15
  55. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  56. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  57. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  58. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  59. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  60. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +21 -1
  61. package/dist/types-ts4.5/artifacts/token-names.d.ts +41 -1
  62. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  63. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  64. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  65. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  66. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  67. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  68. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +3 -3
  69. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  70. package/dist/types-ts4.5/types.d.ts +75 -15
  71. package/figma/atlassian-dark-increased-contrast.json +180 -0
  72. package/figma/atlassian-dark.json +180 -0
  73. package/figma/atlassian-light-increased-contrast.json +180 -0
  74. package/figma/atlassian-light.json +180 -0
  75. package/package.json +4 -4
@@ -604,6 +604,15 @@
604
604
  "description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
605
605
  }
606
606
  },
607
+ "Dark increased-contrast/color.border.accent.lime.subtle": {
608
+ "value": "#4C6B1F",
609
+ "attributes": {
610
+ "group": "paint",
611
+ "state": "active",
612
+ "introduced": "13.2.0",
613
+ "description": "Use for decorative lime borders that do not need to meet 3:1 contrast requirements."
614
+ }
615
+ },
607
616
  "Dark increased-contrast/color.border.accent.red": {
608
617
  "value": "#FD9891",
609
618
  "attributes": {
@@ -613,6 +622,15 @@
613
622
  "description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
614
623
  }
615
624
  },
625
+ "Dark increased-contrast/color.border.accent.red.subtle": {
626
+ "value": "#AE2E24",
627
+ "attributes": {
628
+ "group": "paint",
629
+ "state": "active",
630
+ "introduced": "13.2.0",
631
+ "description": "Use for decorative red borders that do not need to meet 3:1 contrast requirements."
632
+ }
633
+ },
616
634
  "Dark increased-contrast/color.border.accent.orange": {
617
635
  "value": "#FBC828",
618
636
  "attributes": {
@@ -622,6 +640,15 @@
622
640
  "description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
623
641
  }
624
642
  },
643
+ "Dark increased-contrast/color.border.accent.orange.subtle": {
644
+ "value": "#9E4C00",
645
+ "attributes": {
646
+ "group": "paint",
647
+ "state": "active",
648
+ "introduced": "13.2.0",
649
+ "description": "Use for decorative orange borders that do not need to meet 3:1 contrast requirements."
650
+ }
651
+ },
625
652
  "Dark increased-contrast/color.border.accent.yellow": {
626
653
  "value": "#EED12B",
627
654
  "attributes": {
@@ -631,6 +658,15 @@
631
658
  "description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
632
659
  }
633
660
  },
661
+ "Dark increased-contrast/color.border.accent.yellow.subtle": {
662
+ "value": "#7F5F01",
663
+ "attributes": {
664
+ "group": "paint",
665
+ "state": "active",
666
+ "introduced": "13.2.0",
667
+ "description": "Use for decorative yellow borders that do not need to meet 3:1 contrast requirements."
668
+ }
669
+ },
634
670
  "Dark increased-contrast/color.border.accent.green": {
635
671
  "value": "#7EE2B8",
636
672
  "attributes": {
@@ -640,6 +676,15 @@
640
676
  "description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
641
677
  }
642
678
  },
679
+ "Dark increased-contrast/color.border.accent.green.subtle": {
680
+ "value": "#216E4E",
681
+ "attributes": {
682
+ "group": "paint",
683
+ "state": "active",
684
+ "introduced": "13.2.0",
685
+ "description": "Use for decorative green borders that do not need to meet 3:1 contrast requirements."
686
+ }
687
+ },
643
688
  "Dark increased-contrast/color.border.accent.teal": {
644
689
  "value": "#9DD9EE",
645
690
  "attributes": {
@@ -649,6 +694,15 @@
649
694
  "description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
650
695
  }
651
696
  },
697
+ "Dark increased-contrast/color.border.accent.teal.subtle": {
698
+ "value": "#206A83",
699
+ "attributes": {
700
+ "group": "paint",
701
+ "state": "active",
702
+ "introduced": "13.2.0",
703
+ "description": "Use for decorative teal borders that do not need to meet 3:1 contrast requirements."
704
+ }
705
+ },
652
706
  "Dark increased-contrast/color.border.accent.blue": {
653
707
  "value": "#8FB8F6",
654
708
  "attributes": {
@@ -658,6 +712,15 @@
658
712
  "description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
659
713
  }
660
714
  },
715
+ "Dark increased-contrast/color.border.accent.blue.subtle": {
716
+ "value": "#1558BC",
717
+ "attributes": {
718
+ "group": "paint",
719
+ "state": "active",
720
+ "introduced": "13.2.0",
721
+ "description": "Use for decorative blue borders that do not need to meet 3:1 contrast requirements."
722
+ }
723
+ },
661
724
  "Dark increased-contrast/color.border.accent.purple": {
662
725
  "value": "#D8A0F7",
663
726
  "attributes": {
@@ -667,6 +730,15 @@
667
730
  "description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
668
731
  }
669
732
  },
733
+ "Dark increased-contrast/color.border.accent.purple.subtle": {
734
+ "value": "#803FA5",
735
+ "attributes": {
736
+ "group": "paint",
737
+ "state": "active",
738
+ "introduced": "13.2.0",
739
+ "description": "Use for decorative purple borders that do not need to meet 3:1 contrast requirements."
740
+ }
741
+ },
670
742
  "Dark increased-contrast/color.border.accent.magenta": {
671
743
  "value": "#F797D2",
672
744
  "attributes": {
@@ -676,6 +748,15 @@
676
748
  "description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
677
749
  }
678
750
  },
751
+ "Dark increased-contrast/color.border.accent.magenta.subtle": {
752
+ "value": "#943D73",
753
+ "attributes": {
754
+ "group": "paint",
755
+ "state": "active",
756
+ "introduced": "13.2.0",
757
+ "description": "Use for decorative magenta borders that do not need to meet 3:1 contrast requirements."
758
+ }
759
+ },
679
760
  "Dark increased-contrast/color.border.accent.gray": {
680
761
  "value": "#A9ABAF",
681
762
  "attributes": {
@@ -685,6 +766,15 @@
685
766
  "description": "Use for borders on non-bold gray accent backgrounds."
686
767
  }
687
768
  },
769
+ "Dark increased-contrast/color.border.accent.gray.subtle": {
770
+ "value": "#4B4D51",
771
+ "attributes": {
772
+ "group": "paint",
773
+ "state": "active",
774
+ "introduced": "13.2.0",
775
+ "description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
776
+ }
777
+ },
688
778
  "Dark increased-contrast/color.border.disabled": {
689
779
  "value": "#E3E4F21F",
690
780
  "attributes": {
@@ -748,6 +838,15 @@
748
838
  "description": "Use for borders communicating critical information, such as the borders on invalid text fields."
749
839
  }
750
840
  },
841
+ "Dark increased-contrast/color.border.danger.subtle": {
842
+ "value": "#AE2E24",
843
+ "attributes": {
844
+ "group": "paint",
845
+ "state": "active",
846
+ "introduced": "13.2.0",
847
+ "description": "Use for decorative danger borders that do not need to meet 3:1 contrast requirements."
848
+ }
849
+ },
751
850
  "Dark increased-contrast/color.border.warning": {
752
851
  "value": "#FBC828",
753
852
  "attributes": {
@@ -757,6 +856,15 @@
757
856
  "description": "Use for borders communicating caution."
758
857
  }
759
858
  },
859
+ "Dark increased-contrast/color.border.warning.subtle": {
860
+ "value": "#9E4C00",
861
+ "attributes": {
862
+ "group": "paint",
863
+ "state": "active",
864
+ "introduced": "13.2.0",
865
+ "description": "Use for decorative warning borders that do not need to meet 3:1 contrast requirements."
866
+ }
867
+ },
760
868
  "Dark increased-contrast/color.border.success": {
761
869
  "value": "#7EE2B8",
762
870
  "attributes": {
@@ -766,6 +874,15 @@
766
874
  "description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
767
875
  }
768
876
  },
877
+ "Dark increased-contrast/color.border.success.subtle": {
878
+ "value": "#4C6B1F",
879
+ "attributes": {
880
+ "group": "paint",
881
+ "state": "active",
882
+ "introduced": "13.2.0",
883
+ "description": "Use for decorative success borders that do not need to meet 3:1 contrast requirements."
884
+ }
885
+ },
769
886
  "Dark increased-contrast/color.border.discovery": {
770
887
  "value": "#C97CF4",
771
888
  "attributes": {
@@ -775,6 +892,15 @@
775
892
  "description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
776
893
  }
777
894
  },
895
+ "Dark increased-contrast/color.border.discovery.subtle": {
896
+ "value": "#803FA5",
897
+ "attributes": {
898
+ "group": "paint",
899
+ "state": "active",
900
+ "introduced": "13.2.0",
901
+ "description": "Use for decorative discovery borders that do not need to meet 3:1 contrast requirements."
902
+ }
903
+ },
778
904
  "Dark increased-contrast/color.border.information": {
779
905
  "value": "#8FB8F6",
780
906
  "attributes": {
@@ -784,6 +910,15 @@
784
910
  "description": "Use for borders communicating information or something in-progress."
785
911
  }
786
912
  },
913
+ "Dark increased-contrast/color.border.information.subtle": {
914
+ "value": "#1558BC",
915
+ "attributes": {
916
+ "group": "paint",
917
+ "state": "active",
918
+ "introduced": "13.2.0",
919
+ "description": "Use for decorative information borders that do not need to meet 3:1 contrast requirements."
920
+ }
921
+ },
787
922
  "Dark increased-contrast/color.border.bold": {
788
923
  "value": "#A9ABAF",
789
924
  "attributes": {
@@ -2206,6 +2341,15 @@
2206
2341
  "description": "Pressed state of color.background.danger.subtler"
2207
2342
  }
2208
2343
  },
2344
+ "Dark increased-contrast/color.background.danger.subtle": {
2345
+ "value": "#AE2E24",
2346
+ "attributes": {
2347
+ "group": "paint",
2348
+ "state": "active",
2349
+ "introduced": "13.2.0",
2350
+ "description": "Background colour for non-interactive elements communicating critical danger information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.danger.bold or color.background.danger.subtler for interactive states."
2351
+ }
2352
+ },
2209
2353
  "Dark increased-contrast/color.background.danger.bold": {
2210
2354
  "value": "#FFD5D2",
2211
2355
  "attributes": {
@@ -2287,6 +2431,15 @@
2287
2431
  "description": "Pressed state of color.background.warning.subtler"
2288
2432
  }
2289
2433
  },
2434
+ "Dark increased-contrast/color.background.warning.subtle": {
2435
+ "value": "#9E4C00",
2436
+ "attributes": {
2437
+ "group": "paint",
2438
+ "state": "active",
2439
+ "introduced": "13.2.0",
2440
+ "description": "Background colour for non-interactive elements communicating caution (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
2441
+ }
2442
+ },
2290
2443
  "Dark increased-contrast/color.background.warning.bold": {
2291
2444
  "value": "#F5E989",
2292
2445
  "attributes": {
@@ -2368,6 +2521,15 @@
2368
2521
  "description": "Pressed state of color.background.success.subtler"
2369
2522
  }
2370
2523
  },
2524
+ "Dark increased-contrast/color.background.success.subtle": {
2525
+ "value": "#4C6B1F",
2526
+ "attributes": {
2527
+ "group": "paint",
2528
+ "state": "active",
2529
+ "introduced": "13.2.0",
2530
+ "description": "Background colour for non-interactive elements communicating success (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.success.bold or color.background.success.subtler for interactive states."
2531
+ }
2532
+ },
2371
2533
  "Dark increased-contrast/color.background.success.bold": {
2372
2534
  "value": "#BAF3DB",
2373
2535
  "attributes": {
@@ -2449,6 +2611,15 @@
2449
2611
  "description": "Pressed state of color.background.discovery.subtler"
2450
2612
  }
2451
2613
  },
2614
+ "Dark increased-contrast/color.background.discovery.subtle": {
2615
+ "value": "#803FA5",
2616
+ "attributes": {
2617
+ "group": "paint",
2618
+ "state": "active",
2619
+ "introduced": "13.2.0",
2620
+ "description": "Background colour for non-interactive elements communicating discovery (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.discovery.bold or color.background.discovery.subtler for interactive states."
2621
+ }
2622
+ },
2452
2623
  "Dark increased-contrast/color.background.discovery.bold": {
2453
2624
  "value": "#EED7FC",
2454
2625
  "attributes": {
@@ -2530,6 +2701,15 @@
2530
2701
  "description": "Pressed state of color.background.information.subtler"
2531
2702
  }
2532
2703
  },
2704
+ "Dark increased-contrast/color.background.information.subtle": {
2705
+ "value": "#1558BC",
2706
+ "attributes": {
2707
+ "group": "paint",
2708
+ "state": "active",
2709
+ "introduced": "13.2.0",
2710
+ "description": "Background colour for non-interactive elements communicating information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.information.bold or color.background.information.subtler for interactive states."
2711
+ }
2712
+ },
2533
2713
  "Dark increased-contrast/color.background.information.bold": {
2534
2714
  "value": "#CFE1FD",
2535
2715
  "attributes": {
@@ -604,6 +604,15 @@
604
604
  },
605
605
  "value": "#82B536"
606
606
  },
607
+ "Dark/color.border.accent.lime.subtle": {
608
+ "attributes": {
609
+ "group": "paint",
610
+ "state": "active",
611
+ "introduced": "13.2.0",
612
+ "description": "Use for decorative lime borders that do not need to meet 3:1 contrast requirements."
613
+ },
614
+ "value": "#4C6B1F"
615
+ },
607
616
  "Dark/color.border.accent.red": {
608
617
  "attributes": {
609
618
  "group": "paint",
@@ -613,6 +622,15 @@
613
622
  },
614
623
  "value": "#F15B50"
615
624
  },
625
+ "Dark/color.border.accent.red.subtle": {
626
+ "attributes": {
627
+ "group": "paint",
628
+ "state": "active",
629
+ "introduced": "13.2.0",
630
+ "description": "Use for decorative red borders that do not need to meet 3:1 contrast requirements."
631
+ },
632
+ "value": "#AE2E24"
633
+ },
616
634
  "Dark/color.border.accent.orange": {
617
635
  "attributes": {
618
636
  "group": "paint",
@@ -622,6 +640,15 @@
622
640
  },
623
641
  "value": "#F68909"
624
642
  },
643
+ "Dark/color.border.accent.orange.subtle": {
644
+ "attributes": {
645
+ "group": "paint",
646
+ "state": "active",
647
+ "introduced": "13.2.0",
648
+ "description": "Use for decorative orange borders that do not need to meet 3:1 contrast requirements."
649
+ },
650
+ "value": "#9E4C00"
651
+ },
625
652
  "Dark/color.border.accent.yellow": {
626
653
  "attributes": {
627
654
  "group": "paint",
@@ -631,6 +658,15 @@
631
658
  },
632
659
  "value": "#CF9F02"
633
660
  },
661
+ "Dark/color.border.accent.yellow.subtle": {
662
+ "attributes": {
663
+ "group": "paint",
664
+ "state": "active",
665
+ "introduced": "13.2.0",
666
+ "description": "Use for decorative yellow borders that do not need to meet 3:1 contrast requirements."
667
+ },
668
+ "value": "#7F5F01"
669
+ },
634
670
  "Dark/color.border.accent.green": {
635
671
  "attributes": {
636
672
  "group": "paint",
@@ -640,6 +676,15 @@
640
676
  },
641
677
  "value": "#2ABB7F"
642
678
  },
679
+ "Dark/color.border.accent.green.subtle": {
680
+ "attributes": {
681
+ "group": "paint",
682
+ "state": "active",
683
+ "introduced": "13.2.0",
684
+ "description": "Use for decorative green borders that do not need to meet 3:1 contrast requirements."
685
+ },
686
+ "value": "#216E4E"
687
+ },
643
688
  "Dark/color.border.accent.teal": {
644
689
  "attributes": {
645
690
  "group": "paint",
@@ -649,6 +694,15 @@
649
694
  },
650
695
  "value": "#42B2D7"
651
696
  },
697
+ "Dark/color.border.accent.teal.subtle": {
698
+ "attributes": {
699
+ "group": "paint",
700
+ "state": "active",
701
+ "introduced": "13.2.0",
702
+ "description": "Use for decorative teal borders that do not need to meet 3:1 contrast requirements."
703
+ },
704
+ "value": "#206A83"
705
+ },
652
706
  "Dark/color.border.accent.blue": {
653
707
  "attributes": {
654
708
  "group": "paint",
@@ -658,6 +712,15 @@
658
712
  },
659
713
  "value": "#4688EC"
660
714
  },
715
+ "Dark/color.border.accent.blue.subtle": {
716
+ "attributes": {
717
+ "group": "paint",
718
+ "state": "active",
719
+ "introduced": "13.2.0",
720
+ "description": "Use for decorative blue borders that do not need to meet 3:1 contrast requirements."
721
+ },
722
+ "value": "#1558BC"
723
+ },
661
724
  "Dark/color.border.accent.purple": {
662
725
  "attributes": {
663
726
  "group": "paint",
@@ -667,6 +730,15 @@
667
730
  },
668
731
  "value": "#BF63F3"
669
732
  },
733
+ "Dark/color.border.accent.purple.subtle": {
734
+ "attributes": {
735
+ "group": "paint",
736
+ "state": "active",
737
+ "introduced": "13.2.0",
738
+ "description": "Use for decorative purple borders that do not need to meet 3:1 contrast requirements."
739
+ },
740
+ "value": "#803FA5"
741
+ },
670
742
  "Dark/color.border.accent.magenta": {
671
743
  "attributes": {
672
744
  "group": "paint",
@@ -676,6 +748,15 @@
676
748
  },
677
749
  "value": "#DA62AC"
678
750
  },
751
+ "Dark/color.border.accent.magenta.subtle": {
752
+ "attributes": {
753
+ "group": "paint",
754
+ "state": "active",
755
+ "introduced": "13.2.0",
756
+ "description": "Use for decorative magenta borders that do not need to meet 3:1 contrast requirements."
757
+ },
758
+ "value": "#943D73"
759
+ },
679
760
  "Dark/color.border.accent.gray": {
680
761
  "attributes": {
681
762
  "group": "paint",
@@ -685,6 +766,15 @@
685
766
  },
686
767
  "value": "#7E8188"
687
768
  },
769
+ "Dark/color.border.accent.gray.subtle": {
770
+ "attributes": {
771
+ "group": "paint",
772
+ "state": "active",
773
+ "introduced": "13.2.0",
774
+ "description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
775
+ },
776
+ "value": "#4B4D51"
777
+ },
688
778
  "Dark/color.border.disabled": {
689
779
  "attributes": {
690
780
  "group": "paint",
@@ -748,6 +838,15 @@
748
838
  },
749
839
  "value": "#F15B50"
750
840
  },
841
+ "Dark/color.border.danger.subtle": {
842
+ "attributes": {
843
+ "group": "paint",
844
+ "state": "active",
845
+ "introduced": "13.2.0",
846
+ "description": "Use for decorative danger borders that do not need to meet 3:1 contrast requirements."
847
+ },
848
+ "value": "#AE2E24"
849
+ },
751
850
  "Dark/color.border.warning": {
752
851
  "attributes": {
753
852
  "group": "paint",
@@ -757,6 +856,15 @@
757
856
  },
758
857
  "value": "#F68909"
759
858
  },
859
+ "Dark/color.border.warning.subtle": {
860
+ "attributes": {
861
+ "group": "paint",
862
+ "state": "active",
863
+ "introduced": "13.2.0",
864
+ "description": "Use for decorative warning borders that do not need to meet 3:1 contrast requirements."
865
+ },
866
+ "value": "#9E4C00"
867
+ },
760
868
  "Dark/color.border.success": {
761
869
  "attributes": {
762
870
  "group": "paint",
@@ -766,6 +874,15 @@
766
874
  },
767
875
  "value": "#82B536"
768
876
  },
877
+ "Dark/color.border.success.subtle": {
878
+ "attributes": {
879
+ "group": "paint",
880
+ "state": "active",
881
+ "introduced": "13.2.0",
882
+ "description": "Use for decorative success borders that do not need to meet 3:1 contrast requirements."
883
+ },
884
+ "value": "#4C6B1F"
885
+ },
769
886
  "Dark/color.border.discovery": {
770
887
  "attributes": {
771
888
  "group": "paint",
@@ -775,6 +892,15 @@
775
892
  },
776
893
  "value": "#BF63F3"
777
894
  },
895
+ "Dark/color.border.discovery.subtle": {
896
+ "attributes": {
897
+ "group": "paint",
898
+ "state": "active",
899
+ "introduced": "13.2.0",
900
+ "description": "Use for decorative discovery borders that do not need to meet 3:1 contrast requirements."
901
+ },
902
+ "value": "#803FA5"
903
+ },
778
904
  "Dark/color.border.information": {
779
905
  "attributes": {
780
906
  "group": "paint",
@@ -784,6 +910,15 @@
784
910
  },
785
911
  "value": "#4688EC"
786
912
  },
913
+ "Dark/color.border.information.subtle": {
914
+ "attributes": {
915
+ "group": "paint",
916
+ "state": "active",
917
+ "introduced": "13.2.0",
918
+ "description": "Use for decorative information borders that do not need to meet 3:1 contrast requirements."
919
+ },
920
+ "value": "#1558BC"
921
+ },
787
922
  "Dark/color.border.bold": {
788
923
  "attributes": {
789
924
  "group": "paint",
@@ -2206,6 +2341,15 @@
2206
2341
  },
2207
2342
  "value": "#AE2E24"
2208
2343
  },
2344
+ "Dark/color.background.danger.subtle": {
2345
+ "attributes": {
2346
+ "group": "paint",
2347
+ "state": "active",
2348
+ "introduced": "13.2.0",
2349
+ "description": "Background colour for non-interactive elements communicating critical danger information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.danger.bold or color.background.danger.subtler for interactive states."
2350
+ },
2351
+ "value": "#AE2E24"
2352
+ },
2209
2353
  "Dark/color.background.danger.bold": {
2210
2354
  "attributes": {
2211
2355
  "group": "paint",
@@ -2287,6 +2431,15 @@
2287
2431
  },
2288
2432
  "value": "#9E4C00"
2289
2433
  },
2434
+ "Dark/color.background.warning.subtle": {
2435
+ "attributes": {
2436
+ "group": "paint",
2437
+ "state": "active",
2438
+ "introduced": "13.2.0",
2439
+ "description": "Background colour for non-interactive elements communicating caution (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
2440
+ },
2441
+ "value": "#9E4C00"
2442
+ },
2290
2443
  "Dark/color.background.warning.bold": {
2291
2444
  "attributes": {
2292
2445
  "group": "paint",
@@ -2368,6 +2521,15 @@
2368
2521
  },
2369
2522
  "value": "#4C6B1F"
2370
2523
  },
2524
+ "Dark/color.background.success.subtle": {
2525
+ "attributes": {
2526
+ "group": "paint",
2527
+ "state": "active",
2528
+ "introduced": "13.2.0",
2529
+ "description": "Background colour for non-interactive elements communicating success (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.success.bold or color.background.success.subtler for interactive states."
2530
+ },
2531
+ "value": "#4C6B1F"
2532
+ },
2371
2533
  "Dark/color.background.success.bold": {
2372
2534
  "attributes": {
2373
2535
  "group": "paint",
@@ -2449,6 +2611,15 @@
2449
2611
  },
2450
2612
  "value": "#803FA5"
2451
2613
  },
2614
+ "Dark/color.background.discovery.subtle": {
2615
+ "attributes": {
2616
+ "group": "paint",
2617
+ "state": "active",
2618
+ "introduced": "13.2.0",
2619
+ "description": "Background colour for non-interactive elements communicating discovery (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.discovery.bold or color.background.discovery.subtler for interactive states."
2620
+ },
2621
+ "value": "#803FA5"
2622
+ },
2452
2623
  "Dark/color.background.discovery.bold": {
2453
2624
  "attributes": {
2454
2625
  "group": "paint",
@@ -2530,6 +2701,15 @@
2530
2701
  },
2531
2702
  "value": "#1558BC"
2532
2703
  },
2704
+ "Dark/color.background.information.subtle": {
2705
+ "attributes": {
2706
+ "group": "paint",
2707
+ "state": "active",
2708
+ "introduced": "13.2.0",
2709
+ "description": "Background colour for non-interactive elements communicating information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.information.bold or color.background.information.subtler for interactive states."
2710
+ },
2711
+ "value": "#1558BC"
2712
+ },
2533
2713
  "Dark/color.background.information.bold": {
2534
2714
  "attributes": {
2535
2715
  "group": "paint",