@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::1f9bb1e2b5ec2edbfe1a6eb0d52859b6>>
3
+ * @codegen <<SignedSource::02e75896b2dbcd5d7d6e41b240a7207f>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
 
@@ -573,9 +573,31 @@ var tokens = [{
573
573
  "description": "Use for critical text, such as input field error messaging."
574
574
  }
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
+ "value": "#FFECEB",
581
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
582
+ "isSource": true,
583
+ "attributes": {
584
+ "group": "paint",
585
+ "state": "active",
586
+ "introduced": "8.1.0",
587
+ "description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
588
+ },
589
+ "original": {
590
+ "value": "Red100",
591
+ "attributes": {
592
+ "group": "paint",
593
+ "state": "active",
594
+ "introduced": "8.1.0",
595
+ "description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
596
+ }
597
+ },
598
+ "name": "color.text.danger.bolder",
599
+ "path": ["color", "text", "danger", "bolder"],
600
+ "cleanName": "color.text.danger.bolder"
579
601
  }, {
580
602
  "value": "#FCE4A6",
581
603
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -620,6 +642,28 @@ var tokens = [{
620
642
  "name": "color.text.warning.inverse",
621
643
  "path": ["color", "text", "warning", "inverse"],
622
644
  "cleanName": "color.text.warning.inverse"
645
+ }, {
646
+ "value": "#FFF5DB",
647
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
648
+ "isSource": true,
649
+ "attributes": {
650
+ "group": "paint",
651
+ "state": "active",
652
+ "introduced": "8.1.0",
653
+ "description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
654
+ },
655
+ "original": {
656
+ "value": "Orange100",
657
+ "attributes": {
658
+ "group": "paint",
659
+ "state": "active",
660
+ "introduced": "8.1.0",
661
+ "description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
662
+ }
663
+ },
664
+ "name": "color.text.warning.bolder",
665
+ "path": ["color", "text", "warning", "bolder"],
666
+ "cleanName": "color.text.warning.bolder"
623
667
  }, {
624
668
  "value": "#BAF3DB",
625
669
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -639,9 +683,31 @@ var tokens = [{
639
683
  "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
640
684
  }
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
+ "value": "#DCFFF1",
691
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
692
+ "isSource": true,
693
+ "attributes": {
694
+ "group": "paint",
695
+ "state": "active",
696
+ "introduced": "8.1.0",
697
+ "description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
698
+ },
699
+ "original": {
700
+ "value": "Green100",
701
+ "attributes": {
702
+ "group": "paint",
703
+ "state": "active",
704
+ "introduced": "8.1.0",
705
+ "description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
706
+ }
707
+ },
708
+ "name": "color.text.success.bolder",
709
+ "path": ["color", "text", "success", "bolder"],
710
+ "cleanName": "color.text.success.bolder"
645
711
  }, {
646
712
  "value": "#EED7FC",
647
713
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -661,9 +727,31 @@ var tokens = [{
661
727
  "description": "Use for text to emphasize change or something new, such as in new lozenges."
662
728
  }
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
+ "value": "#F8EEFE",
735
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
736
+ "isSource": true,
737
+ "attributes": {
738
+ "group": "paint",
739
+ "state": "active",
740
+ "introduced": "8.1.0",
741
+ "description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
742
+ },
743
+ "original": {
744
+ "value": "Purple100",
745
+ "attributes": {
746
+ "group": "paint",
747
+ "state": "active",
748
+ "introduced": "8.1.0",
749
+ "description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
750
+ }
751
+ },
752
+ "name": "color.text.discovery.bolder",
753
+ "path": ["color", "text", "discovery", "bolder"],
754
+ "cleanName": "color.text.discovery.bolder"
667
755
  }, {
668
756
  "value": "#CFE1FD",
669
757
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -683,9 +771,31 @@ var tokens = [{
683
771
  "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
684
772
  }
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
+ "value": "#E9F2FE",
779
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
780
+ "isSource": true,
781
+ "attributes": {
782
+ "group": "paint",
783
+ "state": "active",
784
+ "introduced": "8.1.0",
785
+ "description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
786
+ },
787
+ "original": {
788
+ "value": "Blue100",
789
+ "attributes": {
790
+ "group": "paint",
791
+ "state": "active",
792
+ "introduced": "8.1.0",
793
+ "description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
794
+ }
795
+ },
796
+ "name": "color.text.information.bolder",
797
+ "path": ["color", "text", "information", "bolder"],
798
+ "cleanName": "color.text.information.bolder"
689
799
  }, {
690
800
  "value": "#BFC1C4",
691
801
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -1831,7 +1941,7 @@ var tokens = [{
1831
1941
  "path": ["color", "border", "bold"],
1832
1942
  "cleanName": "color.border.bold"
1833
1943
  }, {
1834
- "value": "#37471F",
1944
+ "value": "#28311B",
1835
1945
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1836
1946
  "isSource": false,
1837
1947
  "attributes": {
@@ -1841,7 +1951,7 @@ var tokens = [{
1841
1951
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1842
1952
  },
1843
1953
  "original": {
1844
- "value": "Lime900",
1954
+ "value": "Lime1000",
1845
1955
  "attributes": {
1846
1956
  "group": "paint",
1847
1957
  "state": "active",
@@ -2359,7 +2469,7 @@ var tokens = [{
2359
2469
  "path": ["color", "background", "accent", "red", "bolder", "pressed"],
2360
2470
  "cleanName": "color.background.accent.red.bolder.pressed"
2361
2471
  }, {
2362
- "value": "#693200",
2472
+ "value": "#3A2C1F",
2363
2473
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2364
2474
  "isSource": false,
2365
2475
  "attributes": {
@@ -2369,7 +2479,7 @@ var tokens = [{
2369
2479
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2370
2480
  },
2371
2481
  "original": {
2372
- "value": "Orange900",
2482
+ "value": "Orange1000",
2373
2483
  "attributes": {
2374
2484
  "group": "paint",
2375
2485
  "state": "active",
@@ -2623,7 +2733,7 @@ var tokens = [{
2623
2733
  "path": ["color", "background", "accent", "orange", "bolder", "pressed"],
2624
2734
  "cleanName": "color.background.accent.orange.bolder.pressed"
2625
2735
  }, {
2626
- "value": "#533F04",
2736
+ "value": "#332E1B",
2627
2737
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2628
2738
  "isSource": false,
2629
2739
  "attributes": {
@@ -2633,7 +2743,7 @@ var tokens = [{
2633
2743
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2634
2744
  },
2635
2745
  "original": {
2636
- "value": "Yellow900",
2746
+ "value": "Yellow1000",
2637
2747
  "attributes": {
2638
2748
  "group": "paint",
2639
2749
  "state": "active",
@@ -2887,7 +2997,7 @@ var tokens = [{
2887
2997
  "path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
2888
2998
  "cleanName": "color.background.accent.yellow.bolder.pressed"
2889
2999
  }, {
2890
- "value": "#164B35",
3000
+ "value": "#1C3329",
2891
3001
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2892
3002
  "isSource": false,
2893
3003
  "attributes": {
@@ -2897,7 +3007,7 @@ var tokens = [{
2897
3007
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2898
3008
  },
2899
3009
  "original": {
2900
- "value": "Green900",
3010
+ "value": "Green1000",
2901
3011
  "attributes": {
2902
3012
  "group": "paint",
2903
3013
  "state": "active",
@@ -3151,7 +3261,7 @@ var tokens = [{
3151
3261
  "path": ["color", "background", "accent", "green", "bolder", "pressed"],
3152
3262
  "cleanName": "color.background.accent.green.bolder.pressed"
3153
3263
  }, {
3154
- "value": "#164555",
3264
+ "value": "#1E3137",
3155
3265
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3156
3266
  "isSource": false,
3157
3267
  "attributes": {
@@ -3161,7 +3271,7 @@ var tokens = [{
3161
3271
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3162
3272
  },
3163
3273
  "original": {
3164
- "value": "Teal900",
3274
+ "value": "Teal1000",
3165
3275
  "attributes": {
3166
3276
  "group": "paint",
3167
3277
  "state": "active",
@@ -3679,7 +3789,7 @@ var tokens = [{
3679
3789
  "path": ["color", "background", "accent", "blue", "bolder", "pressed"],
3680
3790
  "cleanName": "color.background.accent.blue.bolder.pressed"
3681
3791
  }, {
3682
- "value": "#48245D",
3792
+ "value": "#35243F",
3683
3793
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3684
3794
  "isSource": false,
3685
3795
  "attributes": {
@@ -3689,7 +3799,7 @@ var tokens = [{
3689
3799
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3690
3800
  },
3691
3801
  "original": {
3692
- "value": "Purple900",
3802
+ "value": "Purple1000",
3693
3803
  "attributes": {
3694
3804
  "group": "paint",
3695
3805
  "state": "active",
@@ -3943,7 +4053,7 @@ var tokens = [{
3943
4053
  "path": ["color", "background", "accent", "purple", "bolder", "pressed"],
3944
4054
  "cleanName": "color.background.accent.purple.bolder.pressed"
3945
4055
  }, {
3946
- "value": "#50253F",
4056
+ "value": "#3D2232",
3947
4057
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3948
4058
  "isSource": false,
3949
4059
  "attributes": {
@@ -3953,7 +4063,7 @@ var tokens = [{
3953
4063
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3954
4064
  },
3955
4065
  "original": {
3956
- "value": "Magenta900",
4066
+ "value": "Magenta1000",
3957
4067
  "attributes": {
3958
4068
  "group": "paint",
3959
4069
  "state": "active",
@@ -5218,6 +5328,72 @@ var 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
+ "value": "#5D1F1A",
5333
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5334
+ "isSource": false,
5335
+ "attributes": {
5336
+ "group": "paint",
5337
+ "state": "active",
5338
+ "introduced": "8.1.0",
5339
+ "description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
5340
+ },
5341
+ "original": {
5342
+ "value": "Red900",
5343
+ "attributes": {
5344
+ "group": "paint",
5345
+ "state": "active",
5346
+ "introduced": "8.1.0",
5347
+ "description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
5348
+ }
5349
+ },
5350
+ "name": "color.background.danger.subtler.[default]",
5351
+ "path": ["color", "background", "danger", "subtler", "[default]"],
5352
+ "cleanName": "color.background.danger.subtler"
5353
+ }, {
5354
+ "value": "#872821",
5355
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5356
+ "isSource": false,
5357
+ "attributes": {
5358
+ "group": "paint",
5359
+ "state": "active",
5360
+ "introduced": "8.1.0",
5361
+ "description": "Hovered state of color.background.danger.subtler"
5362
+ },
5363
+ "original": {
5364
+ "value": "Red850",
5365
+ "attributes": {
5366
+ "group": "paint",
5367
+ "state": "active",
5368
+ "introduced": "8.1.0",
5369
+ "description": "Hovered state of color.background.danger.subtler"
5370
+ }
5371
+ },
5372
+ "name": "color.background.danger.subtler.hovered",
5373
+ "path": ["color", "background", "danger", "subtler", "hovered"],
5374
+ "cleanName": "color.background.danger.subtler.hovered"
5375
+ }, {
5376
+ "value": "#AE2E24",
5377
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5378
+ "isSource": false,
5379
+ "attributes": {
5380
+ "group": "paint",
5381
+ "state": "active",
5382
+ "introduced": "8.1.0",
5383
+ "description": "Pressed state of color.background.danger.subtler"
5384
+ },
5385
+ "original": {
5386
+ "value": "Red800",
5387
+ "attributes": {
5388
+ "group": "paint",
5389
+ "state": "active",
5390
+ "introduced": "8.1.0",
5391
+ "description": "Pressed state of color.background.danger.subtler"
5392
+ }
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
  "value": "#FFD5D2",
5223
5399
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
@@ -5350,6 +5526,72 @@ var 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
+ "value": "#693200",
5531
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5532
+ "isSource": false,
5533
+ "attributes": {
5534
+ "group": "paint",
5535
+ "state": "active",
5536
+ "introduced": "8.1.0",
5537
+ "description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
5538
+ },
5539
+ "original": {
5540
+ "value": "Orange900",
5541
+ "attributes": {
5542
+ "group": "paint",
5543
+ "state": "active",
5544
+ "introduced": "8.1.0",
5545
+ "description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
5546
+ }
5547
+ },
5548
+ "name": "color.background.warning.subtler.[default]",
5549
+ "path": ["color", "background", "warning", "subtler", "[default]"],
5550
+ "cleanName": "color.background.warning.subtler"
5551
+ }, {
5552
+ "value": "#7A3B00",
5553
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5554
+ "isSource": false,
5555
+ "attributes": {
5556
+ "group": "paint",
5557
+ "state": "active",
5558
+ "introduced": "8.1.0",
5559
+ "description": "Hovered state of color.background.warning.subtler"
5560
+ },
5561
+ "original": {
5562
+ "value": "Orange850",
5563
+ "attributes": {
5564
+ "group": "paint",
5565
+ "state": "active",
5566
+ "introduced": "8.1.0",
5567
+ "description": "Hovered state of color.background.warning.subtler"
5568
+ }
5569
+ },
5570
+ "name": "color.background.warning.subtler.hovered",
5571
+ "path": ["color", "background", "warning", "subtler", "hovered"],
5572
+ "cleanName": "color.background.warning.subtler.hovered"
5573
+ }, {
5574
+ "value": "#9E4C00",
5575
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5576
+ "isSource": false,
5577
+ "attributes": {
5578
+ "group": "paint",
5579
+ "state": "active",
5580
+ "introduced": "8.1.0",
5581
+ "description": "Pressed state of color.background.warning.subtler"
5582
+ },
5583
+ "original": {
5584
+ "value": "Orange800",
5585
+ "attributes": {
5586
+ "group": "paint",
5587
+ "state": "active",
5588
+ "introduced": "8.1.0",
5589
+ "description": "Pressed state of color.background.warning.subtler"
5590
+ }
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
  "value": "#F5E989",
5355
5597
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
@@ -5482,6 +5724,72 @@ var 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
+ "value": "#37471F",
5729
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5730
+ "isSource": false,
5731
+ "attributes": {
5732
+ "group": "paint",
5733
+ "state": "active",
5734
+ "introduced": "8.1.0",
5735
+ "description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
5736
+ },
5737
+ "original": {
5738
+ "value": "Lime900",
5739
+ "attributes": {
5740
+ "group": "paint",
5741
+ "state": "active",
5742
+ "introduced": "8.1.0",
5743
+ "description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
5744
+ }
5745
+ },
5746
+ "name": "color.background.success.subtler.[default]",
5747
+ "path": ["color", "background", "success", "subtler", "[default]"],
5748
+ "cleanName": "color.background.success.subtler"
5749
+ }, {
5750
+ "value": "#3F5224",
5751
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5752
+ "isSource": false,
5753
+ "attributes": {
5754
+ "group": "paint",
5755
+ "state": "active",
5756
+ "introduced": "8.1.0",
5757
+ "description": "Hovered state of color.background.success.subtler"
5758
+ },
5759
+ "original": {
5760
+ "value": "Lime850",
5761
+ "attributes": {
5762
+ "group": "paint",
5763
+ "state": "active",
5764
+ "introduced": "8.1.0",
5765
+ "description": "Hovered state of color.background.success.subtler"
5766
+ }
5767
+ },
5768
+ "name": "color.background.success.subtler.hovered",
5769
+ "path": ["color", "background", "success", "subtler", "hovered"],
5770
+ "cleanName": "color.background.success.subtler.hovered"
5771
+ }, {
5772
+ "value": "#4C6B1F",
5773
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5774
+ "isSource": false,
5775
+ "attributes": {
5776
+ "group": "paint",
5777
+ "state": "active",
5778
+ "introduced": "8.1.0",
5779
+ "description": "Pressed state of color.background.success.subtler"
5780
+ },
5781
+ "original": {
5782
+ "value": "Lime800",
5783
+ "attributes": {
5784
+ "group": "paint",
5785
+ "state": "active",
5786
+ "introduced": "8.1.0",
5787
+ "description": "Pressed state of color.background.success.subtler"
5788
+ }
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
  "value": "#BAF3DB",
5487
5795
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
@@ -5614,6 +5922,72 @@ var 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
+ "value": "#48245D",
5927
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5928
+ "isSource": false,
5929
+ "attributes": {
5930
+ "group": "paint",
5931
+ "state": "active",
5932
+ "introduced": "8.1.0",
5933
+ "description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
5934
+ },
5935
+ "original": {
5936
+ "value": "Purple900",
5937
+ "attributes": {
5938
+ "group": "paint",
5939
+ "state": "active",
5940
+ "introduced": "8.1.0",
5941
+ "description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
5942
+ }
5943
+ },
5944
+ "name": "color.background.discovery.subtler.[default]",
5945
+ "path": ["color", "background", "discovery", "subtler", "[default]"],
5946
+ "cleanName": "color.background.discovery.subtler"
5947
+ }, {
5948
+ "value": "#673286",
5949
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5950
+ "isSource": false,
5951
+ "attributes": {
5952
+ "group": "paint",
5953
+ "state": "active",
5954
+ "introduced": "8.1.0",
5955
+ "description": "Hovered state of color.background.discovery.subtler"
5956
+ },
5957
+ "original": {
5958
+ "value": "Purple850",
5959
+ "attributes": {
5960
+ "group": "paint",
5961
+ "state": "active",
5962
+ "introduced": "8.1.0",
5963
+ "description": "Hovered state of color.background.discovery.subtler"
5964
+ }
5965
+ },
5966
+ "name": "color.background.discovery.subtler.hovered",
5967
+ "path": ["color", "background", "discovery", "subtler", "hovered"],
5968
+ "cleanName": "color.background.discovery.subtler.hovered"
5969
+ }, {
5970
+ "value": "#803FA5",
5971
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5972
+ "isSource": false,
5973
+ "attributes": {
5974
+ "group": "paint",
5975
+ "state": "active",
5976
+ "introduced": "8.1.0",
5977
+ "description": "Pressed state of color.background.discovery.subtler"
5978
+ },
5979
+ "original": {
5980
+ "value": "Purple800",
5981
+ "attributes": {
5982
+ "group": "paint",
5983
+ "state": "active",
5984
+ "introduced": "8.1.0",
5985
+ "description": "Pressed state of color.background.discovery.subtler"
5986
+ }
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
  "value": "#EED7FC",
5619
5993
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
@@ -5746,6 +6120,72 @@ var 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
+ "value": "#123263",
6125
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6126
+ "isSource": false,
6127
+ "attributes": {
6128
+ "group": "paint",
6129
+ "state": "active",
6130
+ "introduced": "8.1.0",
6131
+ "description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
6132
+ },
6133
+ "original": {
6134
+ "value": "Blue900",
6135
+ "attributes": {
6136
+ "group": "paint",
6137
+ "state": "active",
6138
+ "introduced": "8.1.0",
6139
+ "description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
6140
+ }
6141
+ },
6142
+ "name": "color.background.information.subtler.[default]",
6143
+ "path": ["color", "background", "information", "subtler", "[default]"],
6144
+ "cleanName": "color.background.information.subtler"
6145
+ }, {
6146
+ "value": "#144794",
6147
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6148
+ "isSource": false,
6149
+ "attributes": {
6150
+ "group": "paint",
6151
+ "state": "active",
6152
+ "introduced": "8.1.0",
6153
+ "description": "Hovered state of color.background.information.subtler"
6154
+ },
6155
+ "original": {
6156
+ "value": "Blue850",
6157
+ "attributes": {
6158
+ "group": "paint",
6159
+ "state": "active",
6160
+ "introduced": "8.1.0",
6161
+ "description": "Hovered state of color.background.information.subtler"
6162
+ }
6163
+ },
6164
+ "name": "color.background.information.subtler.hovered",
6165
+ "path": ["color", "background", "information", "subtler", "hovered"],
6166
+ "cleanName": "color.background.information.subtler.hovered"
6167
+ }, {
6168
+ "value": "#1558BC",
6169
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6170
+ "isSource": false,
6171
+ "attributes": {
6172
+ "group": "paint",
6173
+ "state": "active",
6174
+ "introduced": "8.1.0",
6175
+ "description": "Pressed state of color.background.information.subtler"
6176
+ },
6177
+ "original": {
6178
+ "value": "Blue800",
6179
+ "attributes": {
6180
+ "group": "paint",
6181
+ "state": "active",
6182
+ "introduced": "8.1.0",
6183
+ "description": "Pressed state of color.background.information.subtler"
6184
+ }
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
  "value": "#CFE1FD",
5751
6191
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",