@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
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::5be81818cd5004bcdfaa1d2ab995fd75>>
9
+ * @codegen <<SignedSource::d8f99d95f365655ceed3d834c393533c>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -579,9 +579,31 @@ var tokens = [{
579
579
  },
580
580
  "value": "Red300"
581
581
  },
582
- "name": "color.text.danger",
583
- "path": ["color", "text", "danger"],
582
+ "name": "color.text.danger.[default]",
583
+ "path": ["color", "text", "danger", "[default]"],
584
584
  "cleanName": "color.text.danger"
585
+ }, {
586
+ "attributes": {
587
+ "group": "paint",
588
+ "state": "active",
589
+ "introduced": "8.1.0",
590
+ "description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
591
+ },
592
+ "value": "#FFD5D2",
593
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
594
+ "isSource": true,
595
+ "original": {
596
+ "attributes": {
597
+ "group": "paint",
598
+ "state": "active",
599
+ "introduced": "8.1.0",
600
+ "description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
601
+ },
602
+ "value": "Red200"
603
+ },
604
+ "name": "color.text.danger.bolder",
605
+ "path": ["color", "text", "danger", "bolder"],
606
+ "cleanName": "color.text.danger.bolder"
585
607
  }, {
586
608
  "attributes": {
587
609
  "group": "paint",
@@ -626,6 +648,28 @@ var tokens = [{
626
648
  "name": "color.text.warning.inverse",
627
649
  "path": ["color", "text", "warning", "inverse"],
628
650
  "cleanName": "color.text.warning.inverse"
651
+ }, {
652
+ "attributes": {
653
+ "group": "paint",
654
+ "state": "active",
655
+ "introduced": "8.1.0",
656
+ "description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
657
+ },
658
+ "value": "#FCE4A6",
659
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
660
+ "isSource": true,
661
+ "original": {
662
+ "attributes": {
663
+ "group": "paint",
664
+ "state": "active",
665
+ "introduced": "8.1.0",
666
+ "description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
667
+ },
668
+ "value": "Orange200"
669
+ },
670
+ "name": "color.text.warning.bolder",
671
+ "path": ["color", "text", "warning", "bolder"],
672
+ "cleanName": "color.text.warning.bolder"
629
673
  }, {
630
674
  "attributes": {
631
675
  "group": "paint",
@@ -645,9 +689,31 @@ var tokens = [{
645
689
  },
646
690
  "value": "Lime300"
647
691
  },
648
- "name": "color.text.success",
649
- "path": ["color", "text", "success"],
692
+ "name": "color.text.success.[default]",
693
+ "path": ["color", "text", "success", "[default]"],
650
694
  "cleanName": "color.text.success"
695
+ }, {
696
+ "attributes": {
697
+ "group": "paint",
698
+ "state": "active",
699
+ "introduced": "8.1.0",
700
+ "description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
701
+ },
702
+ "value": "#D3F1A7",
703
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
704
+ "isSource": true,
705
+ "original": {
706
+ "attributes": {
707
+ "group": "paint",
708
+ "state": "active",
709
+ "introduced": "8.1.0",
710
+ "description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
711
+ },
712
+ "value": "Lime200"
713
+ },
714
+ "name": "color.text.success.bolder",
715
+ "path": ["color", "text", "success", "bolder"],
716
+ "cleanName": "color.text.success.bolder"
651
717
  }, {
652
718
  "attributes": {
653
719
  "group": "paint",
@@ -667,9 +733,31 @@ var tokens = [{
667
733
  },
668
734
  "value": "Purple300"
669
735
  },
670
- "name": "color.text.discovery",
671
- "path": ["color", "text", "discovery"],
736
+ "name": "color.text.discovery.[default]",
737
+ "path": ["color", "text", "discovery", "[default]"],
672
738
  "cleanName": "color.text.discovery"
739
+ }, {
740
+ "attributes": {
741
+ "group": "paint",
742
+ "state": "active",
743
+ "introduced": "8.1.0",
744
+ "description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
745
+ },
746
+ "value": "#EED7FC",
747
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
748
+ "isSource": true,
749
+ "original": {
750
+ "attributes": {
751
+ "group": "paint",
752
+ "state": "active",
753
+ "introduced": "8.1.0",
754
+ "description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
755
+ },
756
+ "value": "Purple200"
757
+ },
758
+ "name": "color.text.discovery.bolder",
759
+ "path": ["color", "text", "discovery", "bolder"],
760
+ "cleanName": "color.text.discovery.bolder"
673
761
  }, {
674
762
  "attributes": {
675
763
  "group": "paint",
@@ -689,9 +777,31 @@ var tokens = [{
689
777
  },
690
778
  "value": "Blue300"
691
779
  },
692
- "name": "color.text.information",
693
- "path": ["color", "text", "information"],
780
+ "name": "color.text.information.[default]",
781
+ "path": ["color", "text", "information", "[default]"],
694
782
  "cleanName": "color.text.information"
783
+ }, {
784
+ "attributes": {
785
+ "group": "paint",
786
+ "state": "active",
787
+ "introduced": "8.1.0",
788
+ "description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
789
+ },
790
+ "value": "#CFE1FD",
791
+ "filePath": "schema/themes/atlassian-dark/color/text.tsx",
792
+ "isSource": true,
793
+ "original": {
794
+ "attributes": {
795
+ "group": "paint",
796
+ "state": "active",
797
+ "introduced": "8.1.0",
798
+ "description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
799
+ },
800
+ "value": "Blue200"
801
+ },
802
+ "name": "color.text.information.bolder",
803
+ "path": ["color", "text", "information", "bolder"],
804
+ "cleanName": "color.text.information.bolder"
695
805
  }, {
696
806
  "attributes": {
697
807
  "group": "paint",
@@ -1843,7 +1953,7 @@ var tokens = [{
1843
1953
  "introduced": "1.6.0",
1844
1954
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1845
1955
  },
1846
- "value": "#37471F",
1956
+ "value": "#28311B",
1847
1957
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1848
1958
  "isSource": true,
1849
1959
  "original": {
@@ -1853,7 +1963,7 @@ var tokens = [{
1853
1963
  "introduced": "1.6.0",
1854
1964
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1855
1965
  },
1856
- "value": "Lime900"
1966
+ "value": "Lime1000"
1857
1967
  },
1858
1968
  "name": "color.background.accent.lime.subtlest.[default]",
1859
1969
  "path": ["color", "background", "accent", "lime", "subtlest", "[default]"],
@@ -2371,7 +2481,7 @@ var tokens = [{
2371
2481
  "introduced": "0.7.0",
2372
2482
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2373
2483
  },
2374
- "value": "#693200",
2484
+ "value": "#3A2C1F",
2375
2485
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2376
2486
  "isSource": true,
2377
2487
  "original": {
@@ -2381,7 +2491,7 @@ var tokens = [{
2381
2491
  "introduced": "0.7.0",
2382
2492
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2383
2493
  },
2384
- "value": "Orange900"
2494
+ "value": "Orange1000"
2385
2495
  },
2386
2496
  "name": "color.background.accent.orange.subtlest.[default]",
2387
2497
  "path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
@@ -2635,7 +2745,7 @@ var tokens = [{
2635
2745
  "introduced": "0.7.0",
2636
2746
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2637
2747
  },
2638
- "value": "#533F04",
2748
+ "value": "#332E1B",
2639
2749
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2640
2750
  "isSource": true,
2641
2751
  "original": {
@@ -2645,7 +2755,7 @@ var tokens = [{
2645
2755
  "introduced": "0.7.0",
2646
2756
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2647
2757
  },
2648
- "value": "Yellow900"
2758
+ "value": "Yellow1000"
2649
2759
  },
2650
2760
  "name": "color.background.accent.yellow.subtlest.[default]",
2651
2761
  "path": ["color", "background", "accent", "yellow", "subtlest", "[default]"],
@@ -2899,7 +3009,7 @@ var tokens = [{
2899
3009
  "introduced": "0.7.0",
2900
3010
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2901
3011
  },
2902
- "value": "#164B35",
3012
+ "value": "#1C3329",
2903
3013
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2904
3014
  "isSource": true,
2905
3015
  "original": {
@@ -2909,7 +3019,7 @@ var tokens = [{
2909
3019
  "introduced": "0.7.0",
2910
3020
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2911
3021
  },
2912
- "value": "Green900"
3022
+ "value": "Green1000"
2913
3023
  },
2914
3024
  "name": "color.background.accent.green.subtlest.[default]",
2915
3025
  "path": ["color", "background", "accent", "green", "subtlest", "[default]"],
@@ -3163,7 +3273,7 @@ var tokens = [{
3163
3273
  "introduced": "0.7.0",
3164
3274
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3165
3275
  },
3166
- "value": "#164555",
3276
+ "value": "#1E3137",
3167
3277
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3168
3278
  "isSource": true,
3169
3279
  "original": {
@@ -3173,7 +3283,7 @@ var tokens = [{
3173
3283
  "introduced": "0.7.0",
3174
3284
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3175
3285
  },
3176
- "value": "Teal900"
3286
+ "value": "Teal1000"
3177
3287
  },
3178
3288
  "name": "color.background.accent.teal.subtlest.[default]",
3179
3289
  "path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
@@ -3691,7 +3801,7 @@ var tokens = [{
3691
3801
  "introduced": "0.7.0",
3692
3802
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3693
3803
  },
3694
- "value": "#48245D",
3804
+ "value": "#35243F",
3695
3805
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3696
3806
  "isSource": true,
3697
3807
  "original": {
@@ -3701,7 +3811,7 @@ var tokens = [{
3701
3811
  "introduced": "0.7.0",
3702
3812
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3703
3813
  },
3704
- "value": "Purple900"
3814
+ "value": "Purple1000"
3705
3815
  },
3706
3816
  "name": "color.background.accent.purple.subtlest.[default]",
3707
3817
  "path": ["color", "background", "accent", "purple", "subtlest", "[default]"],
@@ -3955,7 +4065,7 @@ var tokens = [{
3955
4065
  "introduced": "0.7.0",
3956
4066
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3957
4067
  },
3958
- "value": "#50253F",
4068
+ "value": "#3D2232",
3959
4069
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3960
4070
  "isSource": true,
3961
4071
  "original": {
@@ -3965,7 +4075,7 @@ var tokens = [{
3965
4075
  "introduced": "0.7.0",
3966
4076
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3967
4077
  },
3968
- "value": "Magenta900"
4078
+ "value": "Magenta1000"
3969
4079
  },
3970
4080
  "name": "color.background.accent.magenta.subtlest.[default]",
3971
4081
  "path": ["color", "background", "accent", "magenta", "subtlest", "[default]"],
@@ -5224,6 +5334,72 @@ var tokens = [{
5224
5334
  "name": "color.background.danger.[default].pressed",
5225
5335
  "path": ["color", "background", "danger", "[default]", "pressed"],
5226
5336
  "cleanName": "color.background.danger.pressed"
5337
+ }, {
5338
+ "attributes": {
5339
+ "group": "paint",
5340
+ "state": "active",
5341
+ "introduced": "8.1.0",
5342
+ "description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
5343
+ },
5344
+ "value": "#5D1F1A",
5345
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5346
+ "isSource": true,
5347
+ "original": {
5348
+ "attributes": {
5349
+ "group": "paint",
5350
+ "state": "active",
5351
+ "introduced": "8.1.0",
5352
+ "description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
5353
+ },
5354
+ "value": "Red900"
5355
+ },
5356
+ "name": "color.background.danger.subtler.[default]",
5357
+ "path": ["color", "background", "danger", "subtler", "[default]"],
5358
+ "cleanName": "color.background.danger.subtler"
5359
+ }, {
5360
+ "attributes": {
5361
+ "group": "paint",
5362
+ "state": "active",
5363
+ "introduced": "8.1.0",
5364
+ "description": "Hovered state of color.background.danger.subtler"
5365
+ },
5366
+ "value": "#872821",
5367
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5368
+ "isSource": true,
5369
+ "original": {
5370
+ "attributes": {
5371
+ "group": "paint",
5372
+ "state": "active",
5373
+ "introduced": "8.1.0",
5374
+ "description": "Hovered state of color.background.danger.subtler"
5375
+ },
5376
+ "value": "Red850"
5377
+ },
5378
+ "name": "color.background.danger.subtler.hovered",
5379
+ "path": ["color", "background", "danger", "subtler", "hovered"],
5380
+ "cleanName": "color.background.danger.subtler.hovered"
5381
+ }, {
5382
+ "attributes": {
5383
+ "group": "paint",
5384
+ "state": "active",
5385
+ "introduced": "8.1.0",
5386
+ "description": "Pressed state of color.background.danger.subtler"
5387
+ },
5388
+ "value": "#AE2E24",
5389
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5390
+ "isSource": true,
5391
+ "original": {
5392
+ "attributes": {
5393
+ "group": "paint",
5394
+ "state": "active",
5395
+ "introduced": "8.1.0",
5396
+ "description": "Pressed state of color.background.danger.subtler"
5397
+ },
5398
+ "value": "Red800"
5399
+ },
5400
+ "name": "color.background.danger.subtler.pressed",
5401
+ "path": ["color", "background", "danger", "subtler", "pressed"],
5402
+ "cleanName": "color.background.danger.subtler.pressed"
5227
5403
  }, {
5228
5404
  "attributes": {
5229
5405
  "group": "paint",
@@ -5356,6 +5532,72 @@ var tokens = [{
5356
5532
  "name": "color.background.warning.[default].pressed",
5357
5533
  "path": ["color", "background", "warning", "[default]", "pressed"],
5358
5534
  "cleanName": "color.background.warning.pressed"
5535
+ }, {
5536
+ "attributes": {
5537
+ "group": "paint",
5538
+ "state": "active",
5539
+ "introduced": "8.1.0",
5540
+ "description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
5541
+ },
5542
+ "value": "#693200",
5543
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5544
+ "isSource": true,
5545
+ "original": {
5546
+ "attributes": {
5547
+ "group": "paint",
5548
+ "state": "active",
5549
+ "introduced": "8.1.0",
5550
+ "description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
5551
+ },
5552
+ "value": "Orange900"
5553
+ },
5554
+ "name": "color.background.warning.subtler.[default]",
5555
+ "path": ["color", "background", "warning", "subtler", "[default]"],
5556
+ "cleanName": "color.background.warning.subtler"
5557
+ }, {
5558
+ "attributes": {
5559
+ "group": "paint",
5560
+ "state": "active",
5561
+ "introduced": "8.1.0",
5562
+ "description": "Hovered state of color.background.warning.subtler"
5563
+ },
5564
+ "value": "#7A3B00",
5565
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5566
+ "isSource": true,
5567
+ "original": {
5568
+ "attributes": {
5569
+ "group": "paint",
5570
+ "state": "active",
5571
+ "introduced": "8.1.0",
5572
+ "description": "Hovered state of color.background.warning.subtler"
5573
+ },
5574
+ "value": "Orange850"
5575
+ },
5576
+ "name": "color.background.warning.subtler.hovered",
5577
+ "path": ["color", "background", "warning", "subtler", "hovered"],
5578
+ "cleanName": "color.background.warning.subtler.hovered"
5579
+ }, {
5580
+ "attributes": {
5581
+ "group": "paint",
5582
+ "state": "active",
5583
+ "introduced": "8.1.0",
5584
+ "description": "Pressed state of color.background.warning.subtler"
5585
+ },
5586
+ "value": "#9E4C00",
5587
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5588
+ "isSource": true,
5589
+ "original": {
5590
+ "attributes": {
5591
+ "group": "paint",
5592
+ "state": "active",
5593
+ "introduced": "8.1.0",
5594
+ "description": "Pressed state of color.background.warning.subtler"
5595
+ },
5596
+ "value": "Orange800"
5597
+ },
5598
+ "name": "color.background.warning.subtler.pressed",
5599
+ "path": ["color", "background", "warning", "subtler", "pressed"],
5600
+ "cleanName": "color.background.warning.subtler.pressed"
5359
5601
  }, {
5360
5602
  "attributes": {
5361
5603
  "group": "paint",
@@ -5488,6 +5730,72 @@ var tokens = [{
5488
5730
  "name": "color.background.success.[default].pressed",
5489
5731
  "path": ["color", "background", "success", "[default]", "pressed"],
5490
5732
  "cleanName": "color.background.success.pressed"
5733
+ }, {
5734
+ "attributes": {
5735
+ "group": "paint",
5736
+ "state": "active",
5737
+ "introduced": "8.1.0",
5738
+ "description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
5739
+ },
5740
+ "value": "#37471F",
5741
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5742
+ "isSource": true,
5743
+ "original": {
5744
+ "attributes": {
5745
+ "group": "paint",
5746
+ "state": "active",
5747
+ "introduced": "8.1.0",
5748
+ "description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
5749
+ },
5750
+ "value": "Lime900"
5751
+ },
5752
+ "name": "color.background.success.subtler.[default]",
5753
+ "path": ["color", "background", "success", "subtler", "[default]"],
5754
+ "cleanName": "color.background.success.subtler"
5755
+ }, {
5756
+ "attributes": {
5757
+ "group": "paint",
5758
+ "state": "active",
5759
+ "introduced": "8.1.0",
5760
+ "description": "Hovered state of color.background.success.subtler"
5761
+ },
5762
+ "value": "#3F5224",
5763
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5764
+ "isSource": true,
5765
+ "original": {
5766
+ "attributes": {
5767
+ "group": "paint",
5768
+ "state": "active",
5769
+ "introduced": "8.1.0",
5770
+ "description": "Hovered state of color.background.success.subtler"
5771
+ },
5772
+ "value": "Lime850"
5773
+ },
5774
+ "name": "color.background.success.subtler.hovered",
5775
+ "path": ["color", "background", "success", "subtler", "hovered"],
5776
+ "cleanName": "color.background.success.subtler.hovered"
5777
+ }, {
5778
+ "attributes": {
5779
+ "group": "paint",
5780
+ "state": "active",
5781
+ "introduced": "8.1.0",
5782
+ "description": "Pressed state of color.background.success.subtler"
5783
+ },
5784
+ "value": "#4C6B1F",
5785
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5786
+ "isSource": true,
5787
+ "original": {
5788
+ "attributes": {
5789
+ "group": "paint",
5790
+ "state": "active",
5791
+ "introduced": "8.1.0",
5792
+ "description": "Pressed state of color.background.success.subtler"
5793
+ },
5794
+ "value": "Lime800"
5795
+ },
5796
+ "name": "color.background.success.subtler.pressed",
5797
+ "path": ["color", "background", "success", "subtler", "pressed"],
5798
+ "cleanName": "color.background.success.subtler.pressed"
5491
5799
  }, {
5492
5800
  "attributes": {
5493
5801
  "group": "paint",
@@ -5620,6 +5928,72 @@ var tokens = [{
5620
5928
  "name": "color.background.discovery.[default].pressed",
5621
5929
  "path": ["color", "background", "discovery", "[default]", "pressed"],
5622
5930
  "cleanName": "color.background.discovery.pressed"
5931
+ }, {
5932
+ "attributes": {
5933
+ "group": "paint",
5934
+ "state": "active",
5935
+ "introduced": "8.1.0",
5936
+ "description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
5937
+ },
5938
+ "value": "#48245D",
5939
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5940
+ "isSource": true,
5941
+ "original": {
5942
+ "attributes": {
5943
+ "group": "paint",
5944
+ "state": "active",
5945
+ "introduced": "8.1.0",
5946
+ "description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
5947
+ },
5948
+ "value": "Purple900"
5949
+ },
5950
+ "name": "color.background.discovery.subtler.[default]",
5951
+ "path": ["color", "background", "discovery", "subtler", "[default]"],
5952
+ "cleanName": "color.background.discovery.subtler"
5953
+ }, {
5954
+ "attributes": {
5955
+ "group": "paint",
5956
+ "state": "active",
5957
+ "introduced": "8.1.0",
5958
+ "description": "Hovered state of color.background.discovery.subtler"
5959
+ },
5960
+ "value": "#673286",
5961
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5962
+ "isSource": true,
5963
+ "original": {
5964
+ "attributes": {
5965
+ "group": "paint",
5966
+ "state": "active",
5967
+ "introduced": "8.1.0",
5968
+ "description": "Hovered state of color.background.discovery.subtler"
5969
+ },
5970
+ "value": "Purple850"
5971
+ },
5972
+ "name": "color.background.discovery.subtler.hovered",
5973
+ "path": ["color", "background", "discovery", "subtler", "hovered"],
5974
+ "cleanName": "color.background.discovery.subtler.hovered"
5975
+ }, {
5976
+ "attributes": {
5977
+ "group": "paint",
5978
+ "state": "active",
5979
+ "introduced": "8.1.0",
5980
+ "description": "Pressed state of color.background.discovery.subtler"
5981
+ },
5982
+ "value": "#803FA5",
5983
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5984
+ "isSource": true,
5985
+ "original": {
5986
+ "attributes": {
5987
+ "group": "paint",
5988
+ "state": "active",
5989
+ "introduced": "8.1.0",
5990
+ "description": "Pressed state of color.background.discovery.subtler"
5991
+ },
5992
+ "value": "Purple800"
5993
+ },
5994
+ "name": "color.background.discovery.subtler.pressed",
5995
+ "path": ["color", "background", "discovery", "subtler", "pressed"],
5996
+ "cleanName": "color.background.discovery.subtler.pressed"
5623
5997
  }, {
5624
5998
  "attributes": {
5625
5999
  "group": "paint",
@@ -5752,6 +6126,72 @@ var tokens = [{
5752
6126
  "name": "color.background.information.[default].pressed",
5753
6127
  "path": ["color", "background", "information", "[default]", "pressed"],
5754
6128
  "cleanName": "color.background.information.pressed"
6129
+ }, {
6130
+ "attributes": {
6131
+ "group": "paint",
6132
+ "state": "active",
6133
+ "introduced": "8.1.0",
6134
+ "description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
6135
+ },
6136
+ "value": "#123263",
6137
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6138
+ "isSource": true,
6139
+ "original": {
6140
+ "attributes": {
6141
+ "group": "paint",
6142
+ "state": "active",
6143
+ "introduced": "8.1.0",
6144
+ "description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
6145
+ },
6146
+ "value": "Blue900"
6147
+ },
6148
+ "name": "color.background.information.subtler.[default]",
6149
+ "path": ["color", "background", "information", "subtler", "[default]"],
6150
+ "cleanName": "color.background.information.subtler"
6151
+ }, {
6152
+ "attributes": {
6153
+ "group": "paint",
6154
+ "state": "active",
6155
+ "introduced": "8.1.0",
6156
+ "description": "Hovered state of color.background.information.subtler"
6157
+ },
6158
+ "value": "#144794",
6159
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6160
+ "isSource": true,
6161
+ "original": {
6162
+ "attributes": {
6163
+ "group": "paint",
6164
+ "state": "active",
6165
+ "introduced": "8.1.0",
6166
+ "description": "Hovered state of color.background.information.subtler"
6167
+ },
6168
+ "value": "Blue850"
6169
+ },
6170
+ "name": "color.background.information.subtler.hovered",
6171
+ "path": ["color", "background", "information", "subtler", "hovered"],
6172
+ "cleanName": "color.background.information.subtler.hovered"
6173
+ }, {
6174
+ "attributes": {
6175
+ "group": "paint",
6176
+ "state": "active",
6177
+ "introduced": "8.1.0",
6178
+ "description": "Pressed state of color.background.information.subtler"
6179
+ },
6180
+ "value": "#1558BC",
6181
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6182
+ "isSource": true,
6183
+ "original": {
6184
+ "attributes": {
6185
+ "group": "paint",
6186
+ "state": "active",
6187
+ "introduced": "8.1.0",
6188
+ "description": "Pressed state of color.background.information.subtler"
6189
+ },
6190
+ "value": "Blue800"
6191
+ },
6192
+ "name": "color.background.information.subtler.pressed",
6193
+ "path": ["color", "background", "information", "subtler", "pressed"],
6194
+ "cleanName": "color.background.information.subtler.pressed"
5755
6195
  }, {
5756
6196
  "attributes": {
5757
6197
  "group": "paint",