@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::1f9bb1e2b5ec2edbfe1a6eb0d52859b6>>
9
+ * @codegen <<SignedSource::02e75896b2dbcd5d7d6e41b240a7207f>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -579,9 +579,31 @@ var tokens = [{
579
579
  "description": "Use for critical text, such as input field error messaging."
580
580
  }
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
+ "value": "#FFECEB",
587
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
588
+ "isSource": true,
589
+ "attributes": {
590
+ "group": "paint",
591
+ "state": "active",
592
+ "introduced": "8.1.0",
593
+ "description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
594
+ },
595
+ "original": {
596
+ "value": "Red100",
597
+ "attributes": {
598
+ "group": "paint",
599
+ "state": "active",
600
+ "introduced": "8.1.0",
601
+ "description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
602
+ }
603
+ },
604
+ "name": "color.text.danger.bolder",
605
+ "path": ["color", "text", "danger", "bolder"],
606
+ "cleanName": "color.text.danger.bolder"
585
607
  }, {
586
608
  "value": "#FCE4A6",
587
609
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -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
+ "value": "#FFF5DB",
653
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
654
+ "isSource": true,
655
+ "attributes": {
656
+ "group": "paint",
657
+ "state": "active",
658
+ "introduced": "8.1.0",
659
+ "description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
660
+ },
661
+ "original": {
662
+ "value": "Orange100",
663
+ "attributes": {
664
+ "group": "paint",
665
+ "state": "active",
666
+ "introduced": "8.1.0",
667
+ "description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
668
+ }
669
+ },
670
+ "name": "color.text.warning.bolder",
671
+ "path": ["color", "text", "warning", "bolder"],
672
+ "cleanName": "color.text.warning.bolder"
629
673
  }, {
630
674
  "value": "#BAF3DB",
631
675
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -645,9 +689,31 @@ var tokens = [{
645
689
  "description": "Use for text to communicate a favorable outcome, such as input field success messaging."
646
690
  }
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
+ "value": "#DCFFF1",
697
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
698
+ "isSource": true,
699
+ "attributes": {
700
+ "group": "paint",
701
+ "state": "active",
702
+ "introduced": "8.1.0",
703
+ "description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
704
+ },
705
+ "original": {
706
+ "value": "Green100",
707
+ "attributes": {
708
+ "group": "paint",
709
+ "state": "active",
710
+ "introduced": "8.1.0",
711
+ "description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
712
+ }
713
+ },
714
+ "name": "color.text.success.bolder",
715
+ "path": ["color", "text", "success", "bolder"],
716
+ "cleanName": "color.text.success.bolder"
651
717
  }, {
652
718
  "value": "#EED7FC",
653
719
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -667,9 +733,31 @@ var tokens = [{
667
733
  "description": "Use for text to emphasize change or something new, such as in new lozenges."
668
734
  }
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
+ "value": "#F8EEFE",
741
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
742
+ "isSource": true,
743
+ "attributes": {
744
+ "group": "paint",
745
+ "state": "active",
746
+ "introduced": "8.1.0",
747
+ "description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
748
+ },
749
+ "original": {
750
+ "value": "Purple100",
751
+ "attributes": {
752
+ "group": "paint",
753
+ "state": "active",
754
+ "introduced": "8.1.0",
755
+ "description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
756
+ }
757
+ },
758
+ "name": "color.text.discovery.bolder",
759
+ "path": ["color", "text", "discovery", "bolder"],
760
+ "cleanName": "color.text.discovery.bolder"
673
761
  }, {
674
762
  "value": "#CFE1FD",
675
763
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -689,9 +777,31 @@ var tokens = [{
689
777
  "description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
690
778
  }
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
+ "value": "#E9F2FE",
785
+ "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
786
+ "isSource": true,
787
+ "attributes": {
788
+ "group": "paint",
789
+ "state": "active",
790
+ "introduced": "8.1.0",
791
+ "description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
792
+ },
793
+ "original": {
794
+ "value": "Blue100",
795
+ "attributes": {
796
+ "group": "paint",
797
+ "state": "active",
798
+ "introduced": "8.1.0",
799
+ "description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
800
+ }
801
+ },
802
+ "name": "color.text.information.bolder",
803
+ "path": ["color", "text", "information", "bolder"],
804
+ "cleanName": "color.text.information.bolder"
695
805
  }, {
696
806
  "value": "#BFC1C4",
697
807
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
@@ -1837,7 +1947,7 @@ var tokens = [{
1837
1947
  "path": ["color", "border", "bold"],
1838
1948
  "cleanName": "color.border.bold"
1839
1949
  }, {
1840
- "value": "#37471F",
1950
+ "value": "#28311B",
1841
1951
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
1842
1952
  "isSource": false,
1843
1953
  "attributes": {
@@ -1847,7 +1957,7 @@ var tokens = [{
1847
1957
  "description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
1848
1958
  },
1849
1959
  "original": {
1850
- "value": "Lime900",
1960
+ "value": "Lime1000",
1851
1961
  "attributes": {
1852
1962
  "group": "paint",
1853
1963
  "state": "active",
@@ -2365,7 +2475,7 @@ var tokens = [{
2365
2475
  "path": ["color", "background", "accent", "red", "bolder", "pressed"],
2366
2476
  "cleanName": "color.background.accent.red.bolder.pressed"
2367
2477
  }, {
2368
- "value": "#693200",
2478
+ "value": "#3A2C1F",
2369
2479
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2370
2480
  "isSource": false,
2371
2481
  "attributes": {
@@ -2375,7 +2485,7 @@ var tokens = [{
2375
2485
  "description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2376
2486
  },
2377
2487
  "original": {
2378
- "value": "Orange900",
2488
+ "value": "Orange1000",
2379
2489
  "attributes": {
2380
2490
  "group": "paint",
2381
2491
  "state": "active",
@@ -2629,7 +2739,7 @@ var tokens = [{
2629
2739
  "path": ["color", "background", "accent", "orange", "bolder", "pressed"],
2630
2740
  "cleanName": "color.background.accent.orange.bolder.pressed"
2631
2741
  }, {
2632
- "value": "#533F04",
2742
+ "value": "#332E1B",
2633
2743
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2634
2744
  "isSource": false,
2635
2745
  "attributes": {
@@ -2639,7 +2749,7 @@ var tokens = [{
2639
2749
  "description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2640
2750
  },
2641
2751
  "original": {
2642
- "value": "Yellow900",
2752
+ "value": "Yellow1000",
2643
2753
  "attributes": {
2644
2754
  "group": "paint",
2645
2755
  "state": "active",
@@ -2893,7 +3003,7 @@ var tokens = [{
2893
3003
  "path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
2894
3004
  "cleanName": "color.background.accent.yellow.bolder.pressed"
2895
3005
  }, {
2896
- "value": "#164B35",
3006
+ "value": "#1C3329",
2897
3007
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
2898
3008
  "isSource": false,
2899
3009
  "attributes": {
@@ -2903,7 +3013,7 @@ var tokens = [{
2903
3013
  "description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
2904
3014
  },
2905
3015
  "original": {
2906
- "value": "Green900",
3016
+ "value": "Green1000",
2907
3017
  "attributes": {
2908
3018
  "group": "paint",
2909
3019
  "state": "active",
@@ -3157,7 +3267,7 @@ var tokens = [{
3157
3267
  "path": ["color", "background", "accent", "green", "bolder", "pressed"],
3158
3268
  "cleanName": "color.background.accent.green.bolder.pressed"
3159
3269
  }, {
3160
- "value": "#164555",
3270
+ "value": "#1E3137",
3161
3271
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3162
3272
  "isSource": false,
3163
3273
  "attributes": {
@@ -3167,7 +3277,7 @@ var tokens = [{
3167
3277
  "description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3168
3278
  },
3169
3279
  "original": {
3170
- "value": "Teal900",
3280
+ "value": "Teal1000",
3171
3281
  "attributes": {
3172
3282
  "group": "paint",
3173
3283
  "state": "active",
@@ -3685,7 +3795,7 @@ var tokens = [{
3685
3795
  "path": ["color", "background", "accent", "blue", "bolder", "pressed"],
3686
3796
  "cleanName": "color.background.accent.blue.bolder.pressed"
3687
3797
  }, {
3688
- "value": "#48245D",
3798
+ "value": "#35243F",
3689
3799
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3690
3800
  "isSource": false,
3691
3801
  "attributes": {
@@ -3695,7 +3805,7 @@ var tokens = [{
3695
3805
  "description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3696
3806
  },
3697
3807
  "original": {
3698
- "value": "Purple900",
3808
+ "value": "Purple1000",
3699
3809
  "attributes": {
3700
3810
  "group": "paint",
3701
3811
  "state": "active",
@@ -3949,7 +4059,7 @@ var tokens = [{
3949
4059
  "path": ["color", "background", "accent", "purple", "bolder", "pressed"],
3950
4060
  "cleanName": "color.background.accent.purple.bolder.pressed"
3951
4061
  }, {
3952
- "value": "#50253F",
4062
+ "value": "#3D2232",
3953
4063
  "filePath": "schema/themes/atlassian-dark/color/accent.tsx",
3954
4064
  "isSource": false,
3955
4065
  "attributes": {
@@ -3959,7 +4069,7 @@ var tokens = [{
3959
4069
  "description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
3960
4070
  },
3961
4071
  "original": {
3962
- "value": "Magenta900",
4072
+ "value": "Magenta1000",
3963
4073
  "attributes": {
3964
4074
  "group": "paint",
3965
4075
  "state": "active",
@@ -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
+ "value": "#5D1F1A",
5339
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5340
+ "isSource": false,
5341
+ "attributes": {
5342
+ "group": "paint",
5343
+ "state": "active",
5344
+ "introduced": "8.1.0",
5345
+ "description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
5346
+ },
5347
+ "original": {
5348
+ "value": "Red900",
5349
+ "attributes": {
5350
+ "group": "paint",
5351
+ "state": "active",
5352
+ "introduced": "8.1.0",
5353
+ "description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
5354
+ }
5355
+ },
5356
+ "name": "color.background.danger.subtler.[default]",
5357
+ "path": ["color", "background", "danger", "subtler", "[default]"],
5358
+ "cleanName": "color.background.danger.subtler"
5359
+ }, {
5360
+ "value": "#872821",
5361
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5362
+ "isSource": false,
5363
+ "attributes": {
5364
+ "group": "paint",
5365
+ "state": "active",
5366
+ "introduced": "8.1.0",
5367
+ "description": "Hovered state of color.background.danger.subtler"
5368
+ },
5369
+ "original": {
5370
+ "value": "Red850",
5371
+ "attributes": {
5372
+ "group": "paint",
5373
+ "state": "active",
5374
+ "introduced": "8.1.0",
5375
+ "description": "Hovered state of color.background.danger.subtler"
5376
+ }
5377
+ },
5378
+ "name": "color.background.danger.subtler.hovered",
5379
+ "path": ["color", "background", "danger", "subtler", "hovered"],
5380
+ "cleanName": "color.background.danger.subtler.hovered"
5381
+ }, {
5382
+ "value": "#AE2E24",
5383
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5384
+ "isSource": false,
5385
+ "attributes": {
5386
+ "group": "paint",
5387
+ "state": "active",
5388
+ "introduced": "8.1.0",
5389
+ "description": "Pressed state of color.background.danger.subtler"
5390
+ },
5391
+ "original": {
5392
+ "value": "Red800",
5393
+ "attributes": {
5394
+ "group": "paint",
5395
+ "state": "active",
5396
+ "introduced": "8.1.0",
5397
+ "description": "Pressed state of color.background.danger.subtler"
5398
+ }
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
  "value": "#FFD5D2",
5229
5405
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
@@ -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
+ "value": "#693200",
5537
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5538
+ "isSource": false,
5539
+ "attributes": {
5540
+ "group": "paint",
5541
+ "state": "active",
5542
+ "introduced": "8.1.0",
5543
+ "description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
5544
+ },
5545
+ "original": {
5546
+ "value": "Orange900",
5547
+ "attributes": {
5548
+ "group": "paint",
5549
+ "state": "active",
5550
+ "introduced": "8.1.0",
5551
+ "description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
5552
+ }
5553
+ },
5554
+ "name": "color.background.warning.subtler.[default]",
5555
+ "path": ["color", "background", "warning", "subtler", "[default]"],
5556
+ "cleanName": "color.background.warning.subtler"
5557
+ }, {
5558
+ "value": "#7A3B00",
5559
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5560
+ "isSource": false,
5561
+ "attributes": {
5562
+ "group": "paint",
5563
+ "state": "active",
5564
+ "introduced": "8.1.0",
5565
+ "description": "Hovered state of color.background.warning.subtler"
5566
+ },
5567
+ "original": {
5568
+ "value": "Orange850",
5569
+ "attributes": {
5570
+ "group": "paint",
5571
+ "state": "active",
5572
+ "introduced": "8.1.0",
5573
+ "description": "Hovered state of color.background.warning.subtler"
5574
+ }
5575
+ },
5576
+ "name": "color.background.warning.subtler.hovered",
5577
+ "path": ["color", "background", "warning", "subtler", "hovered"],
5578
+ "cleanName": "color.background.warning.subtler.hovered"
5579
+ }, {
5580
+ "value": "#9E4C00",
5581
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5582
+ "isSource": false,
5583
+ "attributes": {
5584
+ "group": "paint",
5585
+ "state": "active",
5586
+ "introduced": "8.1.0",
5587
+ "description": "Pressed state of color.background.warning.subtler"
5588
+ },
5589
+ "original": {
5590
+ "value": "Orange800",
5591
+ "attributes": {
5592
+ "group": "paint",
5593
+ "state": "active",
5594
+ "introduced": "8.1.0",
5595
+ "description": "Pressed state of color.background.warning.subtler"
5596
+ }
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
  "value": "#F5E989",
5361
5603
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
@@ -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
+ "value": "#37471F",
5735
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5736
+ "isSource": false,
5737
+ "attributes": {
5738
+ "group": "paint",
5739
+ "state": "active",
5740
+ "introduced": "8.1.0",
5741
+ "description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
5742
+ },
5743
+ "original": {
5744
+ "value": "Lime900",
5745
+ "attributes": {
5746
+ "group": "paint",
5747
+ "state": "active",
5748
+ "introduced": "8.1.0",
5749
+ "description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
5750
+ }
5751
+ },
5752
+ "name": "color.background.success.subtler.[default]",
5753
+ "path": ["color", "background", "success", "subtler", "[default]"],
5754
+ "cleanName": "color.background.success.subtler"
5755
+ }, {
5756
+ "value": "#3F5224",
5757
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5758
+ "isSource": false,
5759
+ "attributes": {
5760
+ "group": "paint",
5761
+ "state": "active",
5762
+ "introduced": "8.1.0",
5763
+ "description": "Hovered state of color.background.success.subtler"
5764
+ },
5765
+ "original": {
5766
+ "value": "Lime850",
5767
+ "attributes": {
5768
+ "group": "paint",
5769
+ "state": "active",
5770
+ "introduced": "8.1.0",
5771
+ "description": "Hovered state of color.background.success.subtler"
5772
+ }
5773
+ },
5774
+ "name": "color.background.success.subtler.hovered",
5775
+ "path": ["color", "background", "success", "subtler", "hovered"],
5776
+ "cleanName": "color.background.success.subtler.hovered"
5777
+ }, {
5778
+ "value": "#4C6B1F",
5779
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5780
+ "isSource": false,
5781
+ "attributes": {
5782
+ "group": "paint",
5783
+ "state": "active",
5784
+ "introduced": "8.1.0",
5785
+ "description": "Pressed state of color.background.success.subtler"
5786
+ },
5787
+ "original": {
5788
+ "value": "Lime800",
5789
+ "attributes": {
5790
+ "group": "paint",
5791
+ "state": "active",
5792
+ "introduced": "8.1.0",
5793
+ "description": "Pressed state of color.background.success.subtler"
5794
+ }
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
  "value": "#BAF3DB",
5493
5801
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
@@ -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
+ "value": "#48245D",
5933
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5934
+ "isSource": false,
5935
+ "attributes": {
5936
+ "group": "paint",
5937
+ "state": "active",
5938
+ "introduced": "8.1.0",
5939
+ "description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
5940
+ },
5941
+ "original": {
5942
+ "value": "Purple900",
5943
+ "attributes": {
5944
+ "group": "paint",
5945
+ "state": "active",
5946
+ "introduced": "8.1.0",
5947
+ "description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
5948
+ }
5949
+ },
5950
+ "name": "color.background.discovery.subtler.[default]",
5951
+ "path": ["color", "background", "discovery", "subtler", "[default]"],
5952
+ "cleanName": "color.background.discovery.subtler"
5953
+ }, {
5954
+ "value": "#673286",
5955
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5956
+ "isSource": false,
5957
+ "attributes": {
5958
+ "group": "paint",
5959
+ "state": "active",
5960
+ "introduced": "8.1.0",
5961
+ "description": "Hovered state of color.background.discovery.subtler"
5962
+ },
5963
+ "original": {
5964
+ "value": "Purple850",
5965
+ "attributes": {
5966
+ "group": "paint",
5967
+ "state": "active",
5968
+ "introduced": "8.1.0",
5969
+ "description": "Hovered state of color.background.discovery.subtler"
5970
+ }
5971
+ },
5972
+ "name": "color.background.discovery.subtler.hovered",
5973
+ "path": ["color", "background", "discovery", "subtler", "hovered"],
5974
+ "cleanName": "color.background.discovery.subtler.hovered"
5975
+ }, {
5976
+ "value": "#803FA5",
5977
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
5978
+ "isSource": false,
5979
+ "attributes": {
5980
+ "group": "paint",
5981
+ "state": "active",
5982
+ "introduced": "8.1.0",
5983
+ "description": "Pressed state of color.background.discovery.subtler"
5984
+ },
5985
+ "original": {
5986
+ "value": "Purple800",
5987
+ "attributes": {
5988
+ "group": "paint",
5989
+ "state": "active",
5990
+ "introduced": "8.1.0",
5991
+ "description": "Pressed state of color.background.discovery.subtler"
5992
+ }
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
  "value": "#EED7FC",
5625
5999
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
@@ -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
+ "value": "#123263",
6131
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6132
+ "isSource": false,
6133
+ "attributes": {
6134
+ "group": "paint",
6135
+ "state": "active",
6136
+ "introduced": "8.1.0",
6137
+ "description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
6138
+ },
6139
+ "original": {
6140
+ "value": "Blue900",
6141
+ "attributes": {
6142
+ "group": "paint",
6143
+ "state": "active",
6144
+ "introduced": "8.1.0",
6145
+ "description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
6146
+ }
6147
+ },
6148
+ "name": "color.background.information.subtler.[default]",
6149
+ "path": ["color", "background", "information", "subtler", "[default]"],
6150
+ "cleanName": "color.background.information.subtler"
6151
+ }, {
6152
+ "value": "#144794",
6153
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6154
+ "isSource": false,
6155
+ "attributes": {
6156
+ "group": "paint",
6157
+ "state": "active",
6158
+ "introduced": "8.1.0",
6159
+ "description": "Hovered state of color.background.information.subtler"
6160
+ },
6161
+ "original": {
6162
+ "value": "Blue850",
6163
+ "attributes": {
6164
+ "group": "paint",
6165
+ "state": "active",
6166
+ "introduced": "8.1.0",
6167
+ "description": "Hovered state of color.background.information.subtler"
6168
+ }
6169
+ },
6170
+ "name": "color.background.information.subtler.hovered",
6171
+ "path": ["color", "background", "information", "subtler", "hovered"],
6172
+ "cleanName": "color.background.information.subtler.hovered"
6173
+ }, {
6174
+ "value": "#1558BC",
6175
+ "filePath": "schema/themes/atlassian-dark/color/background.tsx",
6176
+ "isSource": false,
6177
+ "attributes": {
6178
+ "group": "paint",
6179
+ "state": "active",
6180
+ "introduced": "8.1.0",
6181
+ "description": "Pressed state of color.background.information.subtler"
6182
+ },
6183
+ "original": {
6184
+ "value": "Blue800",
6185
+ "attributes": {
6186
+ "group": "paint",
6187
+ "state": "active",
6188
+ "introduced": "8.1.0",
6189
+ "description": "Pressed state of color.background.information.subtler"
6190
+ }
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
  "value": "#CFE1FD",
5757
6197
  "filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",