@atlaskit/tokens 8.1.0 → 8.3.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 (96) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  3. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-light.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 +21 -1
  10. package/dist/cjs/artifacts/token-names.js +21 -1
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +463 -23
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +449 -9
  17. package/dist/cjs/entry-points/token-metadata.codegen.js +105 -5
  18. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  19. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +28 -8
  20. package/dist/es2019/artifacts/themes/atlassian-dark.js +28 -8
  21. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +21 -1
  22. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +21 -1
  23. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +21 -1
  24. package/dist/es2019/artifacts/themes/atlassian-light.js +21 -1
  25. package/dist/es2019/artifacts/token-default-values.js +21 -1
  26. package/dist/es2019/artifacts/token-names.js +21 -1
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +463 -23
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +449 -9
  33. package/dist/es2019/entry-points/token-metadata.codegen.js +105 -5
  34. package/dist/esm/artifacts/generated-pairs.js +2 -2
  35. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  36. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  37. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  38. package/dist/esm/artifacts/themes/atlassian-legacy-light.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 +21 -1
  42. package/dist/esm/artifacts/token-names.js +21 -1
  43. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
  44. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +463 -23
  45. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
  46. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
  47. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
  48. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +449 -9
  49. package/dist/esm/entry-points/token-metadata.codegen.js +105 -5
  50. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  51. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  52. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  53. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  54. package/dist/types/artifacts/themes/atlassian-legacy-light.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 +21 -1
  58. package/dist/types/artifacts/token-names.d.ts +41 -1
  59. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  60. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  61. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  62. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  63. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  64. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  65. package/dist/types/artifacts/types-internal.d.ts +2 -2
  66. package/dist/types/artifacts/types.d.ts +2 -2
  67. package/dist/types/entry-points/css-type-schema.codegen.d.ts +5 -5
  68. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  69. package/dist/types/types.d.ts +42 -4
  70. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  71. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  72. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  73. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  74. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  75. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  76. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  77. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +21 -1
  78. package/dist/types-ts4.5/artifacts/token-names.d.ts +41 -1
  79. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  80. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  81. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  82. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  83. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  84. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  85. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  86. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  87. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +5 -5
  88. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  89. package/dist/types-ts4.5/types.d.ts +42 -4
  90. package/figma/atlassian-dark-increased-contrast.json +187 -7
  91. package/figma/atlassian-dark.json +187 -7
  92. package/figma/atlassian-legacy-dark.json +180 -0
  93. package/figma/atlassian-legacy-light.json +180 -0
  94. package/figma/atlassian-light-increased-contrast.json +180 -0
  95. package/figma/atlassian-light.json +180 -0
  96. package/package.json +5 -5
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5be81818cd5004bcdfaa1d2ab995fd75>>
3
+ * @codegen <<SignedSource::d8f99d95f365655ceed3d834c393533c>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -573,9 +573,31 @@ const tokens = [{
573
573
  },
574
574
  "value": "Red300"
575
575
  },
576
- "name": "color.text.danger",
577
- "path": ["color", "text", "danger"],
576
+ "name": "color.text.danger.[default]",
577
+ "path": ["color", "text", "danger", "[default]"],
578
578
  "cleanName": "color.text.danger"
579
+ }, {
580
+ "attributes": {
581
+ "group": "paint",
582
+ "state": "active",
583
+ "introduced": "8.1.0",
584
+ "description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
585
+ },
586
+ "value": "#FFD5D2",
587
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
588
+ "isSource": true,
589
+ "original": {
590
+ "attributes": {
591
+ "group": "paint",
592
+ "state": "active",
593
+ "introduced": "8.1.0",
594
+ "description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
595
+ },
596
+ "value": "Red200"
597
+ },
598
+ "name": "color.text.danger.bolder",
599
+ "path": ["color", "text", "danger", "bolder"],
600
+ "cleanName": "color.text.danger.bolder"
579
601
  }, {
580
602
  "attributes": {
581
603
  "group": "paint",
@@ -620,6 +642,28 @@ const tokens = [{
620
642
  "name": "color.text.warning.inverse",
621
643
  "path": ["color", "text", "warning", "inverse"],
622
644
  "cleanName": "color.text.warning.inverse"
645
+ }, {
646
+ "attributes": {
647
+ "group": "paint",
648
+ "state": "active",
649
+ "introduced": "8.1.0",
650
+ "description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
651
+ },
652
+ "value": "#FCE4A6",
653
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
654
+ "isSource": true,
655
+ "original": {
656
+ "attributes": {
657
+ "group": "paint",
658
+ "state": "active",
659
+ "introduced": "8.1.0",
660
+ "description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
661
+ },
662
+ "value": "Orange200"
663
+ },
664
+ "name": "color.text.warning.bolder",
665
+ "path": ["color", "text", "warning", "bolder"],
666
+ "cleanName": "color.text.warning.bolder"
623
667
  }, {
624
668
  "attributes": {
625
669
  "group": "paint",
@@ -639,9 +683,31 @@ const tokens = [{
639
683
  },
640
684
  "value": "Lime300"
641
685
  },
642
- "name": "color.text.success",
643
- "path": ["color", "text", "success"],
686
+ "name": "color.text.success.[default]",
687
+ "path": ["color", "text", "success", "[default]"],
644
688
  "cleanName": "color.text.success"
689
+ }, {
690
+ "attributes": {
691
+ "group": "paint",
692
+ "state": "active",
693
+ "introduced": "8.1.0",
694
+ "description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
695
+ },
696
+ "value": "#D3F1A7",
697
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
698
+ "isSource": true,
699
+ "original": {
700
+ "attributes": {
701
+ "group": "paint",
702
+ "state": "active",
703
+ "introduced": "8.1.0",
704
+ "description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
705
+ },
706
+ "value": "Lime200"
707
+ },
708
+ "name": "color.text.success.bolder",
709
+ "path": ["color", "text", "success", "bolder"],
710
+ "cleanName": "color.text.success.bolder"
645
711
  }, {
646
712
  "attributes": {
647
713
  "group": "paint",
@@ -661,9 +727,31 @@ const tokens = [{
661
727
  },
662
728
  "value": "Purple300"
663
729
  },
664
- "name": "color.text.discovery",
665
- "path": ["color", "text", "discovery"],
730
+ "name": "color.text.discovery.[default]",
731
+ "path": ["color", "text", "discovery", "[default]"],
666
732
  "cleanName": "color.text.discovery"
733
+ }, {
734
+ "attributes": {
735
+ "group": "paint",
736
+ "state": "active",
737
+ "introduced": "8.1.0",
738
+ "description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
739
+ },
740
+ "value": "#EED7FC",
741
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
742
+ "isSource": true,
743
+ "original": {
744
+ "attributes": {
745
+ "group": "paint",
746
+ "state": "active",
747
+ "introduced": "8.1.0",
748
+ "description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
749
+ },
750
+ "value": "Purple200"
751
+ },
752
+ "name": "color.text.discovery.bolder",
753
+ "path": ["color", "text", "discovery", "bolder"],
754
+ "cleanName": "color.text.discovery.bolder"
667
755
  }, {
668
756
  "attributes": {
669
757
  "group": "paint",
@@ -683,9 +771,31 @@ const tokens = [{
683
771
  },
684
772
  "value": "Blue300"
685
773
  },
686
- "name": "color.text.information",
687
- "path": ["color", "text", "information"],
774
+ "name": "color.text.information.[default]",
775
+ "path": ["color", "text", "information", "[default]"],
688
776
  "cleanName": "color.text.information"
777
+ }, {
778
+ "attributes": {
779
+ "group": "paint",
780
+ "state": "active",
781
+ "introduced": "8.1.0",
782
+ "description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
783
+ },
784
+ "value": "#CFE1FD",
785
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
786
+ "isSource": true,
787
+ "original": {
788
+ "attributes": {
789
+ "group": "paint",
790
+ "state": "active",
791
+ "introduced": "8.1.0",
792
+ "description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
793
+ },
794
+ "value": "Blue200"
795
+ },
796
+ "name": "color.text.information.bolder",
797
+ "path": ["color", "text", "information", "bolder"],
798
+ "cleanName": "color.text.information.bolder"
689
799
  }, {
690
800
  "attributes": {
691
801
  "group": "paint",
@@ -1837,7 +1947,7 @@ const tokens = [{
1837
1947
  "introduced": "1.6.0",
1838
1948
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1839
1949
  },
1840
- "value": "#37471F",
1950
+ "value": "#28311B",
1841
1951
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1842
1952
  "isSource": true,
1843
1953
  "original": {
@@ -1847,7 +1957,7 @@ const tokens = [{
1847
1957
  "introduced": "1.6.0",
1848
1958
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1849
1959
  },
1850
- "value": "Lime900"
1960
+ "value": "Lime1000"
1851
1961
  },
1852
1962
  "name": "color.background.accent.lime.subtlest.[default]",
1853
1963
  "path": ["color", "background", "accent", "lime", "subtlest", "[default]"],
@@ -2365,7 +2475,7 @@ const tokens = [{
2365
2475
  "introduced": "0.7.0",
2366
2476
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2367
2477
  },
2368
- "value": "#693200",
2478
+ "value": "#3A2C1F",
2369
2479
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2370
2480
  "isSource": true,
2371
2481
  "original": {
@@ -2375,7 +2485,7 @@ const tokens = [{
2375
2485
  "introduced": "0.7.0",
2376
2486
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2377
2487
  },
2378
- "value": "Orange900"
2488
+ "value": "Orange1000"
2379
2489
  },
2380
2490
  "name": "color.background.accent.orange.subtlest.[default]",
2381
2491
  "path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
@@ -2629,7 +2739,7 @@ const tokens = [{
2629
2739
  "introduced": "0.7.0",
2630
2740
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2631
2741
  },
2632
- "value": "#533F04",
2742
+ "value": "#332E1B",
2633
2743
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2634
2744
  "isSource": true,
2635
2745
  "original": {
@@ -2639,7 +2749,7 @@ const tokens = [{
2639
2749
  "introduced": "0.7.0",
2640
2750
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2641
2751
  },
2642
- "value": "Yellow900"
2752
+ "value": "Yellow1000"
2643
2753
  },
2644
2754
  "name": "color.background.accent.yellow.subtlest.[default]",
2645
2755
  "path": ["color", "background", "accent", "yellow", "subtlest", "[default]"],
@@ -2893,7 +3003,7 @@ const tokens = [{
2893
3003
  "introduced": "0.7.0",
2894
3004
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2895
3005
  },
2896
- "value": "#164B35",
3006
+ "value": "#1C3329",
2897
3007
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2898
3008
  "isSource": true,
2899
3009
  "original": {
@@ -2903,7 +3013,7 @@ const tokens = [{
2903
3013
  "introduced": "0.7.0",
2904
3014
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2905
3015
  },
2906
- "value": "Green900"
3016
+ "value": "Green1000"
2907
3017
  },
2908
3018
  "name": "color.background.accent.green.subtlest.[default]",
2909
3019
  "path": ["color", "background", "accent", "green", "subtlest", "[default]"],
@@ -3157,7 +3267,7 @@ const tokens = [{
3157
3267
  "introduced": "0.7.0",
3158
3268
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3159
3269
  },
3160
- "value": "#164555",
3270
+ "value": "#1E3137",
3161
3271
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3162
3272
  "isSource": true,
3163
3273
  "original": {
@@ -3167,7 +3277,7 @@ const tokens = [{
3167
3277
  "introduced": "0.7.0",
3168
3278
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3169
3279
  },
3170
- "value": "Teal900"
3280
+ "value": "Teal1000"
3171
3281
  },
3172
3282
  "name": "color.background.accent.teal.subtlest.[default]",
3173
3283
  "path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
@@ -3685,7 +3795,7 @@ const tokens = [{
3685
3795
  "introduced": "0.7.0",
3686
3796
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3687
3797
  },
3688
- "value": "#48245D",
3798
+ "value": "#35243F",
3689
3799
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3690
3800
  "isSource": true,
3691
3801
  "original": {
@@ -3695,7 +3805,7 @@ const tokens = [{
3695
3805
  "introduced": "0.7.0",
3696
3806
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3697
3807
  },
3698
- "value": "Purple900"
3808
+ "value": "Purple1000"
3699
3809
  },
3700
3810
  "name": "color.background.accent.purple.subtlest.[default]",
3701
3811
  "path": ["color", "background", "accent", "purple", "subtlest", "[default]"],
@@ -3949,7 +4059,7 @@ const tokens = [{
3949
4059
  "introduced": "0.7.0",
3950
4060
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3951
4061
  },
3952
- "value": "#50253F",
4062
+ "value": "#3D2232",
3953
4063
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3954
4064
  "isSource": true,
3955
4065
  "original": {
@@ -3959,7 +4069,7 @@ const tokens = [{
3959
4069
  "introduced": "0.7.0",
3960
4070
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3961
4071
  },
3962
- "value": "Magenta900"
4072
+ "value": "Magenta1000"
3963
4073
  },
3964
4074
  "name": "color.background.accent.magenta.subtlest.[default]",
3965
4075
  "path": ["color", "background", "accent", "magenta", "subtlest", "[default]"],
@@ -5218,6 +5328,72 @@ const tokens = [{
5218
5328
  "name": "color.background.danger.[default].pressed",
5219
5329
  "path": ["color", "background", "danger", "[default]", "pressed"],
5220
5330
  "cleanName": "color.background.danger.pressed"
5331
+ }, {
5332
+ "attributes": {
5333
+ "group": "paint",
5334
+ "state": "active",
5335
+ "introduced": "8.1.0",
5336
+ "description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
5337
+ },
5338
+ "value": "#5D1F1A",
5339
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5340
+ "isSource": true,
5341
+ "original": {
5342
+ "attributes": {
5343
+ "group": "paint",
5344
+ "state": "active",
5345
+ "introduced": "8.1.0",
5346
+ "description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
5347
+ },
5348
+ "value": "Red900"
5349
+ },
5350
+ "name": "color.background.danger.subtler.[default]",
5351
+ "path": ["color", "background", "danger", "subtler", "[default]"],
5352
+ "cleanName": "color.background.danger.subtler"
5353
+ }, {
5354
+ "attributes": {
5355
+ "group": "paint",
5356
+ "state": "active",
5357
+ "introduced": "8.1.0",
5358
+ "description": "Hovered state of color.background.danger.subtler"
5359
+ },
5360
+ "value": "#872821",
5361
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5362
+ "isSource": true,
5363
+ "original": {
5364
+ "attributes": {
5365
+ "group": "paint",
5366
+ "state": "active",
5367
+ "introduced": "8.1.0",
5368
+ "description": "Hovered state of color.background.danger.subtler"
5369
+ },
5370
+ "value": "Red850"
5371
+ },
5372
+ "name": "color.background.danger.subtler.hovered",
5373
+ "path": ["color", "background", "danger", "subtler", "hovered"],
5374
+ "cleanName": "color.background.danger.subtler.hovered"
5375
+ }, {
5376
+ "attributes": {
5377
+ "group": "paint",
5378
+ "state": "active",
5379
+ "introduced": "8.1.0",
5380
+ "description": "Pressed state of color.background.danger.subtler"
5381
+ },
5382
+ "value": "#AE2E24",
5383
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5384
+ "isSource": true,
5385
+ "original": {
5386
+ "attributes": {
5387
+ "group": "paint",
5388
+ "state": "active",
5389
+ "introduced": "8.1.0",
5390
+ "description": "Pressed state of color.background.danger.subtler"
5391
+ },
5392
+ "value": "Red800"
5393
+ },
5394
+ "name": "color.background.danger.subtler.pressed",
5395
+ "path": ["color", "background", "danger", "subtler", "pressed"],
5396
+ "cleanName": "color.background.danger.subtler.pressed"
5221
5397
  }, {
5222
5398
  "attributes": {
5223
5399
  "group": "paint",
@@ -5350,6 +5526,72 @@ const tokens = [{
5350
5526
  "name": "color.background.warning.[default].pressed",
5351
5527
  "path": ["color", "background", "warning", "[default]", "pressed"],
5352
5528
  "cleanName": "color.background.warning.pressed"
5529
+ }, {
5530
+ "attributes": {
5531
+ "group": "paint",
5532
+ "state": "active",
5533
+ "introduced": "8.1.0",
5534
+ "description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
5535
+ },
5536
+ "value": "#693200",
5537
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5538
+ "isSource": true,
5539
+ "original": {
5540
+ "attributes": {
5541
+ "group": "paint",
5542
+ "state": "active",
5543
+ "introduced": "8.1.0",
5544
+ "description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
5545
+ },
5546
+ "value": "Orange900"
5547
+ },
5548
+ "name": "color.background.warning.subtler.[default]",
5549
+ "path": ["color", "background", "warning", "subtler", "[default]"],
5550
+ "cleanName": "color.background.warning.subtler"
5551
+ }, {
5552
+ "attributes": {
5553
+ "group": "paint",
5554
+ "state": "active",
5555
+ "introduced": "8.1.0",
5556
+ "description": "Hovered state of color.background.warning.subtler"
5557
+ },
5558
+ "value": "#7A3B00",
5559
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5560
+ "isSource": true,
5561
+ "original": {
5562
+ "attributes": {
5563
+ "group": "paint",
5564
+ "state": "active",
5565
+ "introduced": "8.1.0",
5566
+ "description": "Hovered state of color.background.warning.subtler"
5567
+ },
5568
+ "value": "Orange850"
5569
+ },
5570
+ "name": "color.background.warning.subtler.hovered",
5571
+ "path": ["color", "background", "warning", "subtler", "hovered"],
5572
+ "cleanName": "color.background.warning.subtler.hovered"
5573
+ }, {
5574
+ "attributes": {
5575
+ "group": "paint",
5576
+ "state": "active",
5577
+ "introduced": "8.1.0",
5578
+ "description": "Pressed state of color.background.warning.subtler"
5579
+ },
5580
+ "value": "#9E4C00",
5581
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5582
+ "isSource": true,
5583
+ "original": {
5584
+ "attributes": {
5585
+ "group": "paint",
5586
+ "state": "active",
5587
+ "introduced": "8.1.0",
5588
+ "description": "Pressed state of color.background.warning.subtler"
5589
+ },
5590
+ "value": "Orange800"
5591
+ },
5592
+ "name": "color.background.warning.subtler.pressed",
5593
+ "path": ["color", "background", "warning", "subtler", "pressed"],
5594
+ "cleanName": "color.background.warning.subtler.pressed"
5353
5595
  }, {
5354
5596
  "attributes": {
5355
5597
  "group": "paint",
@@ -5482,6 +5724,72 @@ const tokens = [{
5482
5724
  "name": "color.background.success.[default].pressed",
5483
5725
  "path": ["color", "background", "success", "[default]", "pressed"],
5484
5726
  "cleanName": "color.background.success.pressed"
5727
+ }, {
5728
+ "attributes": {
5729
+ "group": "paint",
5730
+ "state": "active",
5731
+ "introduced": "8.1.0",
5732
+ "description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
5733
+ },
5734
+ "value": "#37471F",
5735
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5736
+ "isSource": true,
5737
+ "original": {
5738
+ "attributes": {
5739
+ "group": "paint",
5740
+ "state": "active",
5741
+ "introduced": "8.1.0",
5742
+ "description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
5743
+ },
5744
+ "value": "Lime900"
5745
+ },
5746
+ "name": "color.background.success.subtler.[default]",
5747
+ "path": ["color", "background", "success", "subtler", "[default]"],
5748
+ "cleanName": "color.background.success.subtler"
5749
+ }, {
5750
+ "attributes": {
5751
+ "group": "paint",
5752
+ "state": "active",
5753
+ "introduced": "8.1.0",
5754
+ "description": "Hovered state of color.background.success.subtler"
5755
+ },
5756
+ "value": "#3F5224",
5757
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5758
+ "isSource": true,
5759
+ "original": {
5760
+ "attributes": {
5761
+ "group": "paint",
5762
+ "state": "active",
5763
+ "introduced": "8.1.0",
5764
+ "description": "Hovered state of color.background.success.subtler"
5765
+ },
5766
+ "value": "Lime850"
5767
+ },
5768
+ "name": "color.background.success.subtler.hovered",
5769
+ "path": ["color", "background", "success", "subtler", "hovered"],
5770
+ "cleanName": "color.background.success.subtler.hovered"
5771
+ }, {
5772
+ "attributes": {
5773
+ "group": "paint",
5774
+ "state": "active",
5775
+ "introduced": "8.1.0",
5776
+ "description": "Pressed state of color.background.success.subtler"
5777
+ },
5778
+ "value": "#4C6B1F",
5779
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5780
+ "isSource": true,
5781
+ "original": {
5782
+ "attributes": {
5783
+ "group": "paint",
5784
+ "state": "active",
5785
+ "introduced": "8.1.0",
5786
+ "description": "Pressed state of color.background.success.subtler"
5787
+ },
5788
+ "value": "Lime800"
5789
+ },
5790
+ "name": "color.background.success.subtler.pressed",
5791
+ "path": ["color", "background", "success", "subtler", "pressed"],
5792
+ "cleanName": "color.background.success.subtler.pressed"
5485
5793
  }, {
5486
5794
  "attributes": {
5487
5795
  "group": "paint",
@@ -5614,6 +5922,72 @@ const tokens = [{
5614
5922
  "name": "color.background.discovery.[default].pressed",
5615
5923
  "path": ["color", "background", "discovery", "[default]", "pressed"],
5616
5924
  "cleanName": "color.background.discovery.pressed"
5925
+ }, {
5926
+ "attributes": {
5927
+ "group": "paint",
5928
+ "state": "active",
5929
+ "introduced": "8.1.0",
5930
+ "description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
5931
+ },
5932
+ "value": "#48245D",
5933
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5934
+ "isSource": true,
5935
+ "original": {
5936
+ "attributes": {
5937
+ "group": "paint",
5938
+ "state": "active",
5939
+ "introduced": "8.1.0",
5940
+ "description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
5941
+ },
5942
+ "value": "Purple900"
5943
+ },
5944
+ "name": "color.background.discovery.subtler.[default]",
5945
+ "path": ["color", "background", "discovery", "subtler", "[default]"],
5946
+ "cleanName": "color.background.discovery.subtler"
5947
+ }, {
5948
+ "attributes": {
5949
+ "group": "paint",
5950
+ "state": "active",
5951
+ "introduced": "8.1.0",
5952
+ "description": "Hovered state of color.background.discovery.subtler"
5953
+ },
5954
+ "value": "#673286",
5955
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5956
+ "isSource": true,
5957
+ "original": {
5958
+ "attributes": {
5959
+ "group": "paint",
5960
+ "state": "active",
5961
+ "introduced": "8.1.0",
5962
+ "description": "Hovered state of color.background.discovery.subtler"
5963
+ },
5964
+ "value": "Purple850"
5965
+ },
5966
+ "name": "color.background.discovery.subtler.hovered",
5967
+ "path": ["color", "background", "discovery", "subtler", "hovered"],
5968
+ "cleanName": "color.background.discovery.subtler.hovered"
5969
+ }, {
5970
+ "attributes": {
5971
+ "group": "paint",
5972
+ "state": "active",
5973
+ "introduced": "8.1.0",
5974
+ "description": "Pressed state of color.background.discovery.subtler"
5975
+ },
5976
+ "value": "#803FA5",
5977
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5978
+ "isSource": true,
5979
+ "original": {
5980
+ "attributes": {
5981
+ "group": "paint",
5982
+ "state": "active",
5983
+ "introduced": "8.1.0",
5984
+ "description": "Pressed state of color.background.discovery.subtler"
5985
+ },
5986
+ "value": "Purple800"
5987
+ },
5988
+ "name": "color.background.discovery.subtler.pressed",
5989
+ "path": ["color", "background", "discovery", "subtler", "pressed"],
5990
+ "cleanName": "color.background.discovery.subtler.pressed"
5617
5991
  }, {
5618
5992
  "attributes": {
5619
5993
  "group": "paint",
@@ -5746,6 +6120,72 @@ const tokens = [{
5746
6120
  "name": "color.background.information.[default].pressed",
5747
6121
  "path": ["color", "background", "information", "[default]", "pressed"],
5748
6122
  "cleanName": "color.background.information.pressed"
6123
+ }, {
6124
+ "attributes": {
6125
+ "group": "paint",
6126
+ "state": "active",
6127
+ "introduced": "8.1.0",
6128
+ "description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
6129
+ },
6130
+ "value": "#123263",
6131
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6132
+ "isSource": true,
6133
+ "original": {
6134
+ "attributes": {
6135
+ "group": "paint",
6136
+ "state": "active",
6137
+ "introduced": "8.1.0",
6138
+ "description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
6139
+ },
6140
+ "value": "Blue900"
6141
+ },
6142
+ "name": "color.background.information.subtler.[default]",
6143
+ "path": ["color", "background", "information", "subtler", "[default]"],
6144
+ "cleanName": "color.background.information.subtler"
6145
+ }, {
6146
+ "attributes": {
6147
+ "group": "paint",
6148
+ "state": "active",
6149
+ "introduced": "8.1.0",
6150
+ "description": "Hovered state of color.background.information.subtler"
6151
+ },
6152
+ "value": "#144794",
6153
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6154
+ "isSource": true,
6155
+ "original": {
6156
+ "attributes": {
6157
+ "group": "paint",
6158
+ "state": "active",
6159
+ "introduced": "8.1.0",
6160
+ "description": "Hovered state of color.background.information.subtler"
6161
+ },
6162
+ "value": "Blue850"
6163
+ },
6164
+ "name": "color.background.information.subtler.hovered",
6165
+ "path": ["color", "background", "information", "subtler", "hovered"],
6166
+ "cleanName": "color.background.information.subtler.hovered"
6167
+ }, {
6168
+ "attributes": {
6169
+ "group": "paint",
6170
+ "state": "active",
6171
+ "introduced": "8.1.0",
6172
+ "description": "Pressed state of color.background.information.subtler"
6173
+ },
6174
+ "value": "#1558BC",
6175
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6176
+ "isSource": true,
6177
+ "original": {
6178
+ "attributes": {
6179
+ "group": "paint",
6180
+ "state": "active",
6181
+ "introduced": "8.1.0",
6182
+ "description": "Pressed state of color.background.information.subtler"
6183
+ },
6184
+ "value": "Blue800"
6185
+ },
6186
+ "name": "color.background.information.subtler.pressed",
6187
+ "path": ["color", "background", "information", "subtler", "pressed"],
6188
+ "cleanName": "color.background.information.subtler.pressed"
5749
6189
  }, {
5750
6190
  "attributes": {
5751
6191
  "group": "paint",