@atlaskit/tokens 1.5.1 → 1.6.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 (139) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +1 -289
  3. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +3 -3
  4. package/dist/cjs/artifacts/themes/atlassian-dark-new-input-border.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-light-new-input-border.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
  7. package/dist/cjs/artifacts/token-default-values.js +12 -10
  8. package/dist/cjs/artifacts/token-names.js +12 -10
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-iteration.js +902 -0
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +36 -0
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +33 -33
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +36 -0
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +33 -33
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +81 -37
  17. package/dist/cjs/constants.js +1 -1
  18. package/dist/cjs/get-token-value.js +1 -1
  19. package/dist/cjs/get-token.js +1 -1
  20. package/dist/cjs/palettes/shape-palette.js +2 -1
  21. package/dist/cjs/set-global-theme.js +14 -3
  22. package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
  23. package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +1 -37
  24. package/dist/cjs/tokens/atlassian-shape/shape.js +7 -1
  25. package/dist/cjs/tokens/default/color/accent.js +16 -16
  26. package/dist/cjs/tokens/default/shape/shape.js +33 -17
  27. package/dist/cjs/utils/theme-state-transformer.js +2 -1
  28. package/dist/cjs/utils/token-order.js +1 -1
  29. package/dist/cjs/version.json +1 -1
  30. package/dist/es2019/artifacts/generated-pairs.js +1 -289
  31. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +3 -3
  32. package/dist/es2019/artifacts/themes/atlassian-dark-new-input-border.js +2 -14
  33. package/dist/es2019/artifacts/themes/atlassian-light-new-input-border.js +2 -14
  34. package/dist/es2019/artifacts/themes/atlassian-shape.js +12 -10
  35. package/dist/es2019/artifacts/token-default-values.js +12 -10
  36. package/dist/es2019/artifacts/token-names.js +12 -10
  37. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-iteration.js +895 -0
  38. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +29 -0
  39. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +33 -33
  40. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
  41. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
  42. package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +29 -0
  43. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +33 -33
  44. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +81 -37
  45. package/dist/es2019/constants.js +1 -1
  46. package/dist/es2019/get-token-value.js +1 -1
  47. package/dist/es2019/get-token.js +1 -1
  48. package/dist/es2019/palettes/shape-palette.js +2 -1
  49. package/dist/es2019/set-global-theme.js +10 -2
  50. package/dist/es2019/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
  51. package/dist/es2019/tokens/atlassian-light-new-input-border/color/border.js +1 -37
  52. package/dist/es2019/tokens/atlassian-shape/shape.js +7 -1
  53. package/dist/es2019/tokens/default/color/accent.js +16 -16
  54. package/dist/es2019/tokens/default/shape/shape.js +33 -17
  55. package/dist/es2019/utils/theme-state-transformer.js +2 -1
  56. package/dist/es2019/utils/token-order.js +1 -1
  57. package/dist/es2019/version.json +1 -1
  58. package/dist/esm/artifacts/generated-pairs.js +1 -289
  59. package/dist/esm/artifacts/palettes-raw/shape-palette.js +3 -3
  60. package/dist/esm/artifacts/themes/atlassian-dark-new-input-border.js +2 -2
  61. package/dist/esm/artifacts/themes/atlassian-light-new-input-border.js +2 -2
  62. package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
  63. package/dist/esm/artifacts/token-default-values.js +12 -10
  64. package/dist/esm/artifacts/token-names.js +12 -10
  65. package/dist/esm/artifacts/tokens-raw/atlassian-dark-iteration.js +895 -0
  66. package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +29 -0
  67. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +33 -33
  68. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
  69. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
  70. package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +29 -0
  71. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +33 -33
  72. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +81 -37
  73. package/dist/esm/constants.js +1 -1
  74. package/dist/esm/get-token-value.js +1 -1
  75. package/dist/esm/get-token.js +1 -1
  76. package/dist/esm/palettes/shape-palette.js +2 -1
  77. package/dist/esm/set-global-theme.js +14 -3
  78. package/dist/esm/tokens/atlassian-dark-new-input-border/color/border.js +1 -37
  79. package/dist/esm/tokens/atlassian-light-new-input-border/color/border.js +1 -37
  80. package/dist/esm/tokens/atlassian-shape/shape.js +7 -1
  81. package/dist/esm/tokens/default/color/accent.js +16 -16
  82. package/dist/esm/tokens/default/shape/shape.js +33 -17
  83. package/dist/esm/utils/theme-state-transformer.js +2 -1
  84. package/dist/esm/utils/token-order.js +1 -1
  85. package/dist/esm/version.json +1 -1
  86. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  87. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +3 -18
  88. package/dist/types/artifacts/themes/atlassian-dark-new-input-border.d.ts +2 -2
  89. package/dist/types/artifacts/themes/atlassian-light-new-input-border.d.ts +2 -2
  90. package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
  91. package/dist/types/artifacts/token-default-values.d.ts +12 -10
  92. package/dist/types/artifacts/token-names.d.ts +23 -19
  93. package/dist/types/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +91 -0
  94. package/dist/types/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +29 -0
  95. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  96. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  97. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  98. package/dist/types/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +29 -0
  99. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  100. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  101. package/dist/types/artifacts/types-internal.d.ts +2 -2
  102. package/dist/types/artifacts/types.d.ts +2 -2
  103. package/dist/types/index.d.ts +1 -1
  104. package/dist/types/palettes/shape-palette.d.ts +1 -1
  105. package/dist/types/set-global-theme.d.ts +8 -7
  106. package/dist/types/tokens/atlassian-dark-new-input-border/color/border.d.ts +9 -3
  107. package/dist/types/tokens/atlassian-light-new-input-border/color/border.d.ts +9 -3
  108. package/dist/types/types.d.ts +3 -1
  109. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  110. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +3 -18
  111. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +2 -2
  112. package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +2 -2
  113. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
  114. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +12 -10
  115. package/dist/types-ts4.5/artifacts/token-names.d.ts +23 -19
  116. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +91 -0
  117. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.d.ts +29 -0
  118. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  119. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  120. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  121. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-new-input-border.d.ts +29 -0
  122. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  123. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
  124. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  125. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  126. package/dist/types-ts4.5/index.d.ts +1 -1
  127. package/dist/types-ts4.5/palettes/shape-palette.d.ts +1 -1
  128. package/dist/types-ts4.5/set-global-theme.d.ts +8 -7
  129. package/dist/types-ts4.5/tokens/atlassian-dark-new-input-border/color/border.d.ts +9 -3
  130. package/dist/types-ts4.5/tokens/atlassian-light-new-input-border/color/border.d.ts +9 -3
  131. package/dist/types-ts4.5/types.d.ts +3 -1
  132. package/figma/atlassian-dark.json +16 -16
  133. package/figma/atlassian-legacy-dark.json +16 -16
  134. package/figma/atlassian-legacy-light.json +16 -16
  135. package/figma/atlassian-light.json +16 -16
  136. package/figma/atlassian-shape.json +36 -18
  137. package/package.json +4 -3
  138. package/report.api.md +125 -22
  139. package/tmp/api-report-tmp.d.ts +107 -27
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2c7e6a36e75ad8b32981cc4bbaa378db>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ var tokens = [{
7
+ "attributes": {
8
+ "group": "paint",
9
+ "state": "active",
10
+ "introduced": "0.6.0",
11
+ "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
12
+ },
13
+ "value": "#596773",
14
+ "filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
15
+ "isSource": true,
16
+ "original": {
17
+ "attributes": {
18
+ "group": "paint",
19
+ "state": "active",
20
+ "introduced": "0.6.0",
21
+ "description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
22
+ },
23
+ "value": "DarkNeutral500"
24
+ },
25
+ "name": "color.border.input",
26
+ "path": ["color", "border", "input"],
27
+ "cleanName": "color.border.input"
28
+ }];
29
+ export default tokens;
@@ -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::84c07c984048a8e983012138da0a45d4>>
3
+ * @codegen <<SignedSource::9f67599bfba65a0405dbfb30738d18c8>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -30,7 +30,7 @@ var tokens = [{
30
30
  "group": "paint",
31
31
  "state": "active",
32
32
  "introduced": "0.6.0",
33
- "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
33
+ "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
34
34
  },
35
35
  "value": "#FF9C8F",
36
36
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -40,7 +40,7 @@ var tokens = [{
40
40
  "group": "paint",
41
41
  "state": "active",
42
42
  "introduced": "0.6.0",
43
- "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
43
+ "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
44
44
  },
45
45
  "value": "Red300"
46
46
  },
@@ -52,7 +52,7 @@ var tokens = [{
52
52
  "group": "paint",
53
53
  "state": "active",
54
54
  "introduced": "0.7.0",
55
- "description": "Use on bold red accent backgrounds."
55
+ "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
56
56
  },
57
57
  "value": "#FFD2CC",
58
58
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -62,7 +62,7 @@ var tokens = [{
62
62
  "group": "paint",
63
63
  "state": "active",
64
64
  "introduced": "0.7.0",
65
- "description": "Use on bold red accent backgrounds."
65
+ "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
66
66
  },
67
67
  "value": "Red200"
68
68
  },
@@ -74,7 +74,7 @@ var tokens = [{
74
74
  "group": "paint",
75
75
  "state": "active",
76
76
  "introduced": "0.6.0",
77
- "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
77
+ "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
78
78
  },
79
79
  "value": "#FEC57B",
80
80
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -84,7 +84,7 @@ var tokens = [{
84
84
  "group": "paint",
85
85
  "state": "active",
86
86
  "introduced": "0.6.0",
87
- "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
87
+ "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
88
88
  },
89
89
  "value": "Orange300"
90
90
  },
@@ -96,7 +96,7 @@ var tokens = [{
96
96
  "group": "paint",
97
97
  "state": "active",
98
98
  "introduced": "0.7.0",
99
- "description": "Use on bold orange accent backgrounds."
99
+ "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
100
100
  },
101
101
  "value": "#FFE2BD",
102
102
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -106,7 +106,7 @@ var tokens = [{
106
106
  "group": "paint",
107
107
  "state": "active",
108
108
  "introduced": "0.7.0",
109
- "description": "Use on bold orange accent backgrounds."
109
+ "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
110
110
  },
111
111
  "value": "Orange200"
112
112
  },
@@ -118,7 +118,7 @@ var tokens = [{
118
118
  "group": "paint",
119
119
  "state": "active",
120
120
  "introduced": "0.6.0",
121
- "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
121
+ "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
122
122
  },
123
123
  "value": "#F5CD47",
124
124
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -128,7 +128,7 @@ var tokens = [{
128
128
  "group": "paint",
129
129
  "state": "active",
130
130
  "introduced": "0.6.0",
131
- "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
131
+ "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
132
132
  },
133
133
  "value": "Yellow300"
134
134
  },
@@ -140,7 +140,7 @@ var tokens = [{
140
140
  "group": "paint",
141
141
  "state": "active",
142
142
  "introduced": "0.7.0",
143
- "description": "Use on bold yellow accent backgrounds."
143
+ "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
144
144
  },
145
145
  "value": "#F8E6A0",
146
146
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -150,7 +150,7 @@ var tokens = [{
150
150
  "group": "paint",
151
151
  "state": "active",
152
152
  "introduced": "0.7.0",
153
- "description": "Use on bold yellow accent backgrounds."
153
+ "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
154
154
  },
155
155
  "value": "Yellow200"
156
156
  },
@@ -162,7 +162,7 @@ var tokens = [{
162
162
  "group": "paint",
163
163
  "state": "active",
164
164
  "introduced": "0.6.0",
165
- "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
165
+ "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
166
166
  },
167
167
  "value": "#7EE2B8",
168
168
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -172,7 +172,7 @@ var tokens = [{
172
172
  "group": "paint",
173
173
  "state": "active",
174
174
  "introduced": "0.6.0",
175
- "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
175
+ "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
176
176
  },
177
177
  "value": "Green300"
178
178
  },
@@ -184,7 +184,7 @@ var tokens = [{
184
184
  "group": "paint",
185
185
  "state": "active",
186
186
  "introduced": "0.7.0",
187
- "description": "Use on bold green accent backgrounds."
187
+ "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
188
188
  },
189
189
  "value": "#BAF3DB",
190
190
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -194,7 +194,7 @@ var tokens = [{
194
194
  "group": "paint",
195
195
  "state": "active",
196
196
  "introduced": "0.7.0",
197
- "description": "Use on bold green accent backgrounds."
197
+ "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
198
198
  },
199
199
  "value": "Green200"
200
200
  },
@@ -206,7 +206,7 @@ var tokens = [{
206
206
  "group": "paint",
207
207
  "state": "active",
208
208
  "introduced": "0.6.0",
209
- "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
209
+ "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
210
210
  },
211
211
  "value": "#8BDBE5",
212
212
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -216,7 +216,7 @@ var tokens = [{
216
216
  "group": "paint",
217
217
  "state": "active",
218
218
  "introduced": "0.6.0",
219
- "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
219
+ "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
220
220
  },
221
221
  "value": "Teal300"
222
222
  },
@@ -228,7 +228,7 @@ var tokens = [{
228
228
  "group": "paint",
229
229
  "state": "active",
230
230
  "introduced": "0.7.0",
231
- "description": "Use on bold teal accent backgrounds."
231
+ "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
232
232
  },
233
233
  "value": "#C1F0F5",
234
234
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -238,7 +238,7 @@ var tokens = [{
238
238
  "group": "paint",
239
239
  "state": "active",
240
240
  "introduced": "0.7.0",
241
- "description": "Use on bold teal accent backgrounds."
241
+ "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
242
242
  },
243
243
  "value": "Teal200"
244
244
  },
@@ -250,7 +250,7 @@ var tokens = [{
250
250
  "group": "paint",
251
251
  "state": "active",
252
252
  "introduced": "0.6.0",
253
- "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
253
+ "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
254
254
  },
255
255
  "value": "#85B8FF",
256
256
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -260,7 +260,7 @@ var tokens = [{
260
260
  "group": "paint",
261
261
  "state": "active",
262
262
  "introduced": "0.6.0",
263
- "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
263
+ "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
264
264
  },
265
265
  "value": "Blue300"
266
266
  },
@@ -272,7 +272,7 @@ var tokens = [{
272
272
  "group": "paint",
273
273
  "state": "active",
274
274
  "introduced": "0.7.0",
275
- "description": "Use on bold blue accent backgrounds."
275
+ "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
276
276
  },
277
277
  "value": "#CCE0FF",
278
278
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -282,7 +282,7 @@ var tokens = [{
282
282
  "group": "paint",
283
283
  "state": "active",
284
284
  "introduced": "0.7.0",
285
- "description": "Use on bold blue accent backgrounds."
285
+ "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
286
286
  },
287
287
  "value": "Blue200"
288
288
  },
@@ -294,7 +294,7 @@ var tokens = [{
294
294
  "group": "paint",
295
295
  "state": "active",
296
296
  "introduced": "0.6.0",
297
- "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
297
+ "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
298
298
  },
299
299
  "value": "#B8ACF6",
300
300
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -304,7 +304,7 @@ var tokens = [{
304
304
  "group": "paint",
305
305
  "state": "active",
306
306
  "introduced": "0.6.0",
307
- "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
307
+ "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
308
308
  },
309
309
  "value": "Purple300"
310
310
  },
@@ -316,7 +316,7 @@ var tokens = [{
316
316
  "group": "paint",
317
317
  "state": "active",
318
318
  "introduced": "0.7.0",
319
- "description": "Use on bold purple accent backgrounds."
319
+ "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
320
320
  },
321
321
  "value": "#DFD8FD",
322
322
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -326,7 +326,7 @@ var tokens = [{
326
326
  "group": "paint",
327
327
  "state": "active",
328
328
  "introduced": "0.7.0",
329
- "description": "Use on bold purple accent backgrounds."
329
+ "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
330
330
  },
331
331
  "value": "Purple200"
332
332
  },
@@ -338,7 +338,7 @@ var tokens = [{
338
338
  "group": "paint",
339
339
  "state": "active",
340
340
  "introduced": "0.6.0",
341
- "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
341
+ "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
342
342
  },
343
343
  "value": "#F797D2",
344
344
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -348,7 +348,7 @@ var tokens = [{
348
348
  "group": "paint",
349
349
  "state": "active",
350
350
  "introduced": "0.6.0",
351
- "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
351
+ "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
352
352
  },
353
353
  "value": "Magenta300"
354
354
  },
@@ -360,7 +360,7 @@ var tokens = [{
360
360
  "group": "paint",
361
361
  "state": "active",
362
362
  "introduced": "0.7.0",
363
- "description": "Use on bold magenta accent backgrounds."
363
+ "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
364
364
  },
365
365
  "value": "#FDD0EC",
366
366
  "filePath": "src/tokens/atlassian-dark/color/accent.tsx",
@@ -370,7 +370,7 @@ var tokens = [{
370
370
  "group": "paint",
371
371
  "state": "active",
372
372
  "introduced": "0.7.0",
373
- "description": "Use on bold magenta accent backgrounds."
373
+ "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
374
374
  },
375
375
  "value": "Magenta200"
376
376
  },
@@ -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::9fb5765f3cdc20fddee49302a8172f2b>>
3
+ * @codegen <<SignedSource::2cd5fe066fcdc4fd65b0d5ee54a25928>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -30,7 +30,7 @@ var tokens = [{
30
30
  "group": "paint",
31
31
  "state": "active",
32
32
  "introduced": "0.6.0",
33
- "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
33
+ "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
34
34
  },
35
35
  "value": "#FF5630",
36
36
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -40,7 +40,7 @@ var tokens = [{
40
40
  "group": "paint",
41
41
  "state": "active",
42
42
  "introduced": "0.6.0",
43
- "description": "Use for red text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
43
+ "description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
44
44
  },
45
45
  "value": "R300"
46
46
  },
@@ -52,7 +52,7 @@ var tokens = [{
52
52
  "group": "paint",
53
53
  "state": "active",
54
54
  "introduced": "0.7.0",
55
- "description": "Use on bold red accent backgrounds."
55
+ "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
56
56
  },
57
57
  "value": "#FF7452",
58
58
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -62,7 +62,7 @@ var tokens = [{
62
62
  "group": "paint",
63
63
  "state": "active",
64
64
  "introduced": "0.7.0",
65
- "description": "Use on bold red accent backgrounds."
65
+ "description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
66
66
  },
67
67
  "value": "R200"
68
68
  },
@@ -74,7 +74,7 @@ var tokens = [{
74
74
  "group": "paint",
75
75
  "state": "active",
76
76
  "introduced": "0.6.0",
77
- "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
77
+ "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
78
78
  },
79
79
  "value": "#FEC57B",
80
80
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -84,7 +84,7 @@ var tokens = [{
84
84
  "group": "paint",
85
85
  "state": "active",
86
86
  "introduced": "0.6.0",
87
- "description": "Use for orange text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
87
+ "description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
88
88
  },
89
89
  "value": "#FEC57B"
90
90
  },
@@ -96,7 +96,7 @@ var tokens = [{
96
96
  "group": "paint",
97
97
  "state": "active",
98
98
  "introduced": "0.7.0",
99
- "description": "Use on bold orange accent backgrounds."
99
+ "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
100
100
  },
101
101
  "value": "#F18D13",
102
102
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -106,7 +106,7 @@ var tokens = [{
106
106
  "group": "paint",
107
107
  "state": "active",
108
108
  "introduced": "0.7.0",
109
- "description": "Use on bold orange accent backgrounds."
109
+ "description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
110
110
  },
111
111
  "value": "#F18D13"
112
112
  },
@@ -118,7 +118,7 @@ var tokens = [{
118
118
  "group": "paint",
119
119
  "state": "active",
120
120
  "introduced": "0.6.0",
121
- "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
121
+ "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
122
122
  },
123
123
  "value": "#FFAB00",
124
124
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -128,7 +128,7 @@ var tokens = [{
128
128
  "group": "paint",
129
129
  "state": "active",
130
130
  "introduced": "0.6.0",
131
- "description": "Use for yellow text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
131
+ "description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
132
132
  },
133
133
  "value": "Y300"
134
134
  },
@@ -140,7 +140,7 @@ var tokens = [{
140
140
  "group": "paint",
141
141
  "state": "active",
142
142
  "introduced": "0.7.0",
143
- "description": "Use on bold yellow accent backgrounds."
143
+ "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
144
144
  },
145
145
  "value": "#FFC400",
146
146
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -150,7 +150,7 @@ var tokens = [{
150
150
  "group": "paint",
151
151
  "state": "active",
152
152
  "introduced": "0.7.0",
153
- "description": "Use on bold yellow accent backgrounds."
153
+ "description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
154
154
  },
155
155
  "value": "Y200"
156
156
  },
@@ -162,7 +162,7 @@ var tokens = [{
162
162
  "group": "paint",
163
163
  "state": "active",
164
164
  "introduced": "0.6.0",
165
- "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
165
+ "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
166
166
  },
167
167
  "value": "#36B37E",
168
168
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -172,7 +172,7 @@ var tokens = [{
172
172
  "group": "paint",
173
173
  "state": "active",
174
174
  "introduced": "0.6.0",
175
- "description": "Use for green text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
175
+ "description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
176
176
  },
177
177
  "value": "G300"
178
178
  },
@@ -184,7 +184,7 @@ var tokens = [{
184
184
  "group": "paint",
185
185
  "state": "active",
186
186
  "introduced": "0.7.0",
187
- "description": "Use on bold green accent backgrounds."
187
+ "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
188
188
  },
189
189
  "value": "#57D9A3",
190
190
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -194,7 +194,7 @@ var tokens = [{
194
194
  "group": "paint",
195
195
  "state": "active",
196
196
  "introduced": "0.7.0",
197
- "description": "Use on bold green accent backgrounds."
197
+ "description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
198
198
  },
199
199
  "value": "G200"
200
200
  },
@@ -206,7 +206,7 @@ var tokens = [{
206
206
  "group": "paint",
207
207
  "state": "active",
208
208
  "introduced": "0.6.0",
209
- "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
209
+ "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
210
210
  },
211
211
  "value": "#00B8D9",
212
212
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -216,7 +216,7 @@ var tokens = [{
216
216
  "group": "paint",
217
217
  "state": "active",
218
218
  "introduced": "0.6.0",
219
- "description": "Use for teal text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
219
+ "description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
220
220
  },
221
221
  "value": "T300"
222
222
  },
@@ -228,7 +228,7 @@ var tokens = [{
228
228
  "group": "paint",
229
229
  "state": "active",
230
230
  "introduced": "0.7.0",
231
- "description": "Use on bold teal accent backgrounds."
231
+ "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
232
232
  },
233
233
  "value": "#00C7E6",
234
234
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -238,7 +238,7 @@ var tokens = [{
238
238
  "group": "paint",
239
239
  "state": "active",
240
240
  "introduced": "0.7.0",
241
- "description": "Use on bold teal accent backgrounds."
241
+ "description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
242
242
  },
243
243
  "value": "T200"
244
244
  },
@@ -250,7 +250,7 @@ var tokens = [{
250
250
  "group": "paint",
251
251
  "state": "active",
252
252
  "introduced": "0.6.0",
253
- "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
253
+ "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
254
254
  },
255
255
  "value": "#0065FF",
256
256
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -260,7 +260,7 @@ var tokens = [{
260
260
  "group": "paint",
261
261
  "state": "active",
262
262
  "introduced": "0.6.0",
263
- "description": "Use for blue text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
263
+ "description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
264
264
  },
265
265
  "value": "B300"
266
266
  },
@@ -272,7 +272,7 @@ var tokens = [{
272
272
  "group": "paint",
273
273
  "state": "active",
274
274
  "introduced": "0.7.0",
275
- "description": "Use on bold blue accent backgrounds."
275
+ "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
276
276
  },
277
277
  "value": "#2684FF",
278
278
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -282,7 +282,7 @@ var tokens = [{
282
282
  "group": "paint",
283
283
  "state": "active",
284
284
  "introduced": "0.7.0",
285
- "description": "Use on bold blue accent backgrounds."
285
+ "description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
286
286
  },
287
287
  "value": "B200"
288
288
  },
@@ -294,7 +294,7 @@ var tokens = [{
294
294
  "group": "paint",
295
295
  "state": "active",
296
296
  "introduced": "0.6.0",
297
- "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
297
+ "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
298
298
  },
299
299
  "value": "#6554C0",
300
300
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -304,7 +304,7 @@ var tokens = [{
304
304
  "group": "paint",
305
305
  "state": "active",
306
306
  "introduced": "0.6.0",
307
- "description": "Use for purple text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
307
+ "description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
308
308
  },
309
309
  "value": "P300"
310
310
  },
@@ -316,7 +316,7 @@ var tokens = [{
316
316
  "group": "paint",
317
317
  "state": "active",
318
318
  "introduced": "0.7.0",
319
- "description": "Use on bold purple accent backgrounds."
319
+ "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
320
320
  },
321
321
  "value": "#8777D9",
322
322
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -326,7 +326,7 @@ var tokens = [{
326
326
  "group": "paint",
327
327
  "state": "active",
328
328
  "introduced": "0.7.0",
329
- "description": "Use on bold purple accent backgrounds."
329
+ "description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
330
330
  },
331
331
  "value": "P200"
332
332
  },
@@ -338,7 +338,7 @@ var tokens = [{
338
338
  "group": "paint",
339
339
  "state": "active",
340
340
  "introduced": "0.6.0",
341
- "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
341
+ "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
342
342
  },
343
343
  "value": "#F797D2",
344
344
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -348,7 +348,7 @@ var tokens = [{
348
348
  "group": "paint",
349
349
  "state": "active",
350
350
  "introduced": "0.6.0",
351
- "description": "Use for magenta text on non-bold backgrounds when there is no meaning tied to the color, such as colored tags."
351
+ "description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
352
352
  },
353
353
  "value": "#F797D2"
354
354
  },
@@ -360,7 +360,7 @@ var tokens = [{
360
360
  "group": "paint",
361
361
  "state": "active",
362
362
  "introduced": "0.7.0",
363
- "description": "Use on bold magenta accent backgrounds."
363
+ "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
364
364
  },
365
365
  "value": "#FDD0EC",
366
366
  "filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
@@ -370,7 +370,7 @@ var tokens = [{
370
370
  "group": "paint",
371
371
  "state": "active",
372
372
  "introduced": "0.7.0",
373
- "description": "Use on bold magenta accent backgrounds."
373
+ "description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
374
374
  },
375
375
  "value": "#FDD0EC"
376
376
  },