@atlaskit/tokens 0.13.3 → 0.13.5

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 (107) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/css/atlassian-dark.css +321 -321
  3. package/css/atlassian-legacy-dark.css +321 -321
  4. package/css/atlassian-legacy-light.css +321 -321
  5. package/css/atlassian-light.css +321 -321
  6. package/css/atlassian-spacing.css +31 -31
  7. package/css/atlassian-typography.css +6 -6
  8. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +340 -340
  9. package/dist/cjs/artifacts/palettes-raw/palette.js +607 -607
  10. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +35 -35
  11. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +43 -43
  12. package/dist/cjs/artifacts/replacement-mapping.js +112 -112
  13. package/dist/cjs/artifacts/token-default-values.js +199 -199
  14. package/dist/cjs/artifacts/token-names.js +199 -199
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  20. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +80 -60
  21. package/dist/cjs/get-token-value.js +1 -1
  22. package/dist/cjs/get-token.js +1 -1
  23. package/dist/cjs/tokens/default/color/background.js +2 -2
  24. package/dist/cjs/tokens/default/color/border.js +1 -1
  25. package/dist/cjs/tokens/default/color/chart.js +94 -94
  26. package/dist/cjs/tokens/default/color/icon.js +1 -1
  27. package/dist/cjs/tokens/default/color/text.js +1 -1
  28. package/dist/cjs/version.json +1 -1
  29. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +340 -340
  30. package/dist/es2019/artifacts/palettes-raw/palette.js +607 -607
  31. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +35 -35
  32. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +43 -43
  33. package/dist/es2019/artifacts/replacement-mapping.js +112 -112
  34. package/dist/es2019/artifacts/token-default-values.js +199 -199
  35. package/dist/es2019/artifacts/token-names.js +199 -199
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  37. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  38. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  39. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  40. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  41. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +80 -60
  42. package/dist/es2019/get-token-value.js +1 -1
  43. package/dist/es2019/get-token.js +1 -1
  44. package/dist/es2019/tokens/default/color/background.js +2 -2
  45. package/dist/es2019/tokens/default/color/border.js +1 -1
  46. package/dist/es2019/tokens/default/color/chart.js +94 -94
  47. package/dist/es2019/tokens/default/color/icon.js +1 -1
  48. package/dist/es2019/tokens/default/color/text.js +1 -1
  49. package/dist/es2019/version.json +1 -1
  50. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +340 -340
  51. package/dist/esm/artifacts/palettes-raw/palette.js +607 -607
  52. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +35 -35
  53. package/dist/esm/artifacts/palettes-raw/typography-palette.js +43 -43
  54. package/dist/esm/artifacts/replacement-mapping.js +112 -112
  55. package/dist/esm/artifacts/token-default-values.js +199 -199
  56. package/dist/esm/artifacts/token-names.js +199 -199
  57. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  58. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  59. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  60. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  61. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  62. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +80 -60
  63. package/dist/esm/get-token-value.js +1 -1
  64. package/dist/esm/get-token.js +1 -1
  65. package/dist/esm/tokens/default/color/background.js +2 -2
  66. package/dist/esm/tokens/default/color/border.js +1 -1
  67. package/dist/esm/tokens/default/color/chart.js +94 -94
  68. package/dist/esm/tokens/default/color/icon.js +1 -1
  69. package/dist/esm/tokens/default/color/text.js +1 -1
  70. package/dist/esm/version.json +1 -1
  71. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +5 -5
  72. package/dist/types/artifacts/palettes-raw/palette.d.ts +5 -5
  73. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  74. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  75. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  76. package/dist/types/artifacts/token-default-values.d.ts +199 -199
  77. package/dist/types/artifacts/token-names.d.ts +397 -397
  78. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +42 -37
  79. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +42 -37
  80. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +38 -33
  81. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +38 -33
  82. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +22 -17
  83. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
  84. package/dist/types/artifacts/types-internal.d.ts +2 -2
  85. package/dist/types/artifacts/types.d.ts +2 -2
  86. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  87. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  88. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  89. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  90. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  91. package/figma/atlassian-dark.json +2733 -0
  92. package/figma/atlassian-legacy-dark.json +2733 -0
  93. package/figma/atlassian-legacy-light.json +2711 -0
  94. package/figma/atlassian-light.json +2711 -0
  95. package/figma/atlassian-spacing.json +956 -0
  96. package/figma/atlassian-typography.json +114 -0
  97. package/package.json +5 -3
  98. package/report.api.md +396 -396
  99. package/tmp/api-report-tmp.d.ts +396 -396
  100. package/dist/cjs/figma/synchronize-figma-tokens.js +0 -220
  101. package/dist/cjs/figma/types.js +0 -5
  102. package/dist/es2019/figma/synchronize-figma-tokens.js +0 -212
  103. package/dist/es2019/figma/types.js +0 -1
  104. package/dist/esm/figma/synchronize-figma-tokens.js +0 -216
  105. package/dist/esm/figma/types.js +0 -1
  106. package/dist/types/figma/synchronize-figma-tokens.d.ts +0 -24
  107. package/dist/types/figma/types.d.ts +0 -40
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::7237ae542acbfbf81d98127d8003c2dd>>
10
+ * @codegen <<SignedSource::7bcab6ad73069f6baf12316783222835>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -17,7 +17,7 @@ var tokens = [{
17
17
  "introduced": "0.10.33",
18
18
  "description": "Helpful guidance goes here"
19
19
  },
20
- "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
20
+ "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
21
21
  "filePath": "src/tokens/atlassian-typography/font-family.tsx",
22
22
  "isSource": true,
23
23
  "original": {
@@ -27,10 +27,11 @@ var tokens = [{
27
27
  "introduced": "0.10.33",
28
28
  "description": "Helpful guidance goes here"
29
29
  },
30
- "value": "FontFamilySans"
30
+ "value": "FontFamilyMonospace"
31
31
  },
32
- "name": "font.family.sans",
33
- "path": ["font", "family", "sans"]
32
+ "name": "font.family.monospace",
33
+ "path": ["font", "family", "monospace"],
34
+ "cleanName": "font.family.monospace"
34
35
  }, {
35
36
  "attributes": {
36
37
  "group": "fontFamily",
@@ -38,7 +39,7 @@ var tokens = [{
38
39
  "introduced": "0.10.33",
39
40
  "description": "Helpful guidance goes here"
40
41
  },
41
- "value": "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace",
42
+ "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
42
43
  "filePath": "src/tokens/atlassian-typography/font-family.tsx",
43
44
  "isSource": true,
44
45
  "original": {
@@ -48,10 +49,11 @@ var tokens = [{
48
49
  "introduced": "0.10.33",
49
50
  "description": "Helpful guidance goes here"
50
51
  },
51
- "value": "FontFamilyMonospace"
52
+ "value": "FontFamilySans"
52
53
  },
53
- "name": "font.family.monospace",
54
- "path": ["font", "family", "monospace"]
54
+ "name": "font.family.sans",
55
+ "path": ["font", "family", "sans"],
56
+ "cleanName": "font.family.sans"
55
57
  }, {
56
58
  "attributes": {
57
59
  "group": "fontSize",
@@ -59,7 +61,7 @@ var tokens = [{
59
61
  "introduced": "0.10.33",
60
62
  "description": "Helpful guidance goes here"
61
63
  },
62
- "value": "14px",
64
+ "value": "11px",
63
65
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
64
66
  "isSource": true,
65
67
  "original": {
@@ -69,10 +71,11 @@ var tokens = [{
69
71
  "introduced": "0.10.33",
70
72
  "description": "Helpful guidance goes here"
71
73
  },
72
- "value": "FontSize100"
74
+ "value": "FontSize050"
73
75
  },
74
- "name": "font.size.100",
75
- "path": ["font", "size", "100"]
76
+ "name": "font.size.050",
77
+ "path": ["font", "size", "050"],
78
+ "cleanName": "font.size.050"
76
79
  }, {
77
80
  "attributes": {
78
81
  "group": "fontSize",
@@ -80,7 +83,7 @@ var tokens = [{
80
83
  "introduced": "0.10.33",
81
84
  "description": "Helpful guidance goes here"
82
85
  },
83
- "value": "16px",
86
+ "value": "12px",
84
87
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
85
88
  "isSource": true,
86
89
  "original": {
@@ -90,10 +93,11 @@ var tokens = [{
90
93
  "introduced": "0.10.33",
91
94
  "description": "Helpful guidance goes here"
92
95
  },
93
- "value": "FontSize200"
96
+ "value": "FontSize075"
94
97
  },
95
- "name": "font.size.200",
96
- "path": ["font", "size", "200"]
98
+ "name": "font.size.075",
99
+ "path": ["font", "size", "075"],
100
+ "cleanName": "font.size.075"
97
101
  }, {
98
102
  "attributes": {
99
103
  "group": "fontSize",
@@ -101,7 +105,7 @@ var tokens = [{
101
105
  "introduced": "0.10.33",
102
106
  "description": "Helpful guidance goes here"
103
107
  },
104
- "value": "20px",
108
+ "value": "14px",
105
109
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
106
110
  "isSource": true,
107
111
  "original": {
@@ -111,10 +115,11 @@ var tokens = [{
111
115
  "introduced": "0.10.33",
112
116
  "description": "Helpful guidance goes here"
113
117
  },
114
- "value": "FontSize300"
118
+ "value": "FontSize100"
115
119
  },
116
- "name": "font.size.300",
117
- "path": ["font", "size", "300"]
120
+ "name": "font.size.100",
121
+ "path": ["font", "size", "100"],
122
+ "cleanName": "font.size.100"
118
123
  }, {
119
124
  "attributes": {
120
125
  "group": "fontSize",
@@ -122,7 +127,7 @@ var tokens = [{
122
127
  "introduced": "0.10.33",
123
128
  "description": "Helpful guidance goes here"
124
129
  },
125
- "value": "24px",
130
+ "value": "16px",
126
131
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
127
132
  "isSource": true,
128
133
  "original": {
@@ -132,10 +137,11 @@ var tokens = [{
132
137
  "introduced": "0.10.33",
133
138
  "description": "Helpful guidance goes here"
134
139
  },
135
- "value": "FontSize400"
140
+ "value": "FontSize200"
136
141
  },
137
- "name": "font.size.400",
138
- "path": ["font", "size", "400"]
142
+ "name": "font.size.200",
143
+ "path": ["font", "size", "200"],
144
+ "cleanName": "font.size.200"
139
145
  }, {
140
146
  "attributes": {
141
147
  "group": "fontSize",
@@ -143,7 +149,7 @@ var tokens = [{
143
149
  "introduced": "0.10.33",
144
150
  "description": "Helpful guidance goes here"
145
151
  },
146
- "value": "29px",
152
+ "value": "20px",
147
153
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
148
154
  "isSource": true,
149
155
  "original": {
@@ -153,10 +159,11 @@ var tokens = [{
153
159
  "introduced": "0.10.33",
154
160
  "description": "Helpful guidance goes here"
155
161
  },
156
- "value": "FontSize500"
162
+ "value": "FontSize300"
157
163
  },
158
- "name": "font.size.500",
159
- "path": ["font", "size", "500"]
164
+ "name": "font.size.300",
165
+ "path": ["font", "size", "300"],
166
+ "cleanName": "font.size.300"
160
167
  }, {
161
168
  "attributes": {
162
169
  "group": "fontSize",
@@ -164,7 +171,7 @@ var tokens = [{
164
171
  "introduced": "0.10.33",
165
172
  "description": "Helpful guidance goes here"
166
173
  },
167
- "value": "35px",
174
+ "value": "24px",
168
175
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
169
176
  "isSource": true,
170
177
  "original": {
@@ -174,10 +181,11 @@ var tokens = [{
174
181
  "introduced": "0.10.33",
175
182
  "description": "Helpful guidance goes here"
176
183
  },
177
- "value": "FontSize600"
184
+ "value": "FontSize400"
178
185
  },
179
- "name": "font.size.600",
180
- "path": ["font", "size", "600"]
186
+ "name": "font.size.400",
187
+ "path": ["font", "size", "400"],
188
+ "cleanName": "font.size.400"
181
189
  }, {
182
190
  "attributes": {
183
191
  "group": "fontSize",
@@ -185,7 +193,7 @@ var tokens = [{
185
193
  "introduced": "0.10.33",
186
194
  "description": "Helpful guidance goes here"
187
195
  },
188
- "value": "11px",
196
+ "value": "29px",
189
197
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
190
198
  "isSource": true,
191
199
  "original": {
@@ -195,10 +203,11 @@ var tokens = [{
195
203
  "introduced": "0.10.33",
196
204
  "description": "Helpful guidance goes here"
197
205
  },
198
- "value": "FontSize050"
206
+ "value": "FontSize500"
199
207
  },
200
- "name": "font.size.050",
201
- "path": ["font", "size", "050"]
208
+ "name": "font.size.500",
209
+ "path": ["font", "size", "500"],
210
+ "cleanName": "font.size.500"
202
211
  }, {
203
212
  "attributes": {
204
213
  "group": "fontSize",
@@ -206,7 +215,7 @@ var tokens = [{
206
215
  "introduced": "0.10.33",
207
216
  "description": "Helpful guidance goes here"
208
217
  },
209
- "value": "12px",
218
+ "value": "35px",
210
219
  "filePath": "src/tokens/atlassian-typography/font-size.tsx",
211
220
  "isSource": true,
212
221
  "original": {
@@ -216,10 +225,11 @@ var tokens = [{
216
225
  "introduced": "0.10.33",
217
226
  "description": "Helpful guidance goes here"
218
227
  },
219
- "value": "FontSize075"
228
+ "value": "FontSize600"
220
229
  },
221
- "name": "font.size.075",
222
- "path": ["font", "size", "075"]
230
+ "name": "font.size.600",
231
+ "path": ["font", "size", "600"],
232
+ "cleanName": "font.size.600"
223
233
  }, {
224
234
  "attributes": {
225
235
  "group": "fontWeight",
@@ -227,7 +237,7 @@ var tokens = [{
227
237
  "introduced": "0.10.33",
228
238
  "description": "Helpful guidance goes here"
229
239
  },
230
- "value": "400",
240
+ "value": "700",
231
241
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
232
242
  "isSource": true,
233
243
  "original": {
@@ -237,10 +247,11 @@ var tokens = [{
237
247
  "introduced": "0.10.33",
238
248
  "description": "Helpful guidance goes here"
239
249
  },
240
- "value": "FontWeightRegular"
250
+ "value": "FontWeightBold"
241
251
  },
242
- "name": "font.weight.regular",
243
- "path": ["font", "weight", "regular"]
252
+ "name": "font.weight.bold",
253
+ "path": ["font", "weight", "bold"],
254
+ "cleanName": "font.weight.bold"
244
255
  }, {
245
256
  "attributes": {
246
257
  "group": "fontWeight",
@@ -261,7 +272,8 @@ var tokens = [{
261
272
  "value": "FontWeightMedium"
262
273
  },
263
274
  "name": "font.weight.medium",
264
- "path": ["font", "weight", "medium"]
275
+ "path": ["font", "weight", "medium"],
276
+ "cleanName": "font.weight.medium"
265
277
  }, {
266
278
  "attributes": {
267
279
  "group": "fontWeight",
@@ -269,7 +281,7 @@ var tokens = [{
269
281
  "introduced": "0.10.33",
270
282
  "description": "Helpful guidance goes here"
271
283
  },
272
- "value": "600",
284
+ "value": "400",
273
285
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
274
286
  "isSource": true,
275
287
  "original": {
@@ -279,10 +291,11 @@ var tokens = [{
279
291
  "introduced": "0.10.33",
280
292
  "description": "Helpful guidance goes here"
281
293
  },
282
- "value": "FontWeightSemiBold"
294
+ "value": "FontWeightRegular"
283
295
  },
284
- "name": "font.weight.semibold",
285
- "path": ["font", "weight", "semibold"]
296
+ "name": "font.weight.regular",
297
+ "path": ["font", "weight", "regular"],
298
+ "cleanName": "font.weight.regular"
286
299
  }, {
287
300
  "attributes": {
288
301
  "group": "fontWeight",
@@ -290,7 +303,7 @@ var tokens = [{
290
303
  "introduced": "0.10.33",
291
304
  "description": "Helpful guidance goes here"
292
305
  },
293
- "value": "700",
306
+ "value": "600",
294
307
  "filePath": "src/tokens/atlassian-typography/font-weight.tsx",
295
308
  "isSource": true,
296
309
  "original": {
@@ -300,10 +313,11 @@ var tokens = [{
300
313
  "introduced": "0.10.33",
301
314
  "description": "Helpful guidance goes here"
302
315
  },
303
- "value": "FontWeightBold"
316
+ "value": "FontWeightSemiBold"
304
317
  },
305
- "name": "font.weight.bold",
306
- "path": ["font", "weight", "bold"]
318
+ "name": "font.weight.semibold",
319
+ "path": ["font", "weight", "semibold"],
320
+ "cleanName": "font.weight.semibold"
307
321
  }, {
308
322
  "attributes": {
309
323
  "group": "lineHeight",
@@ -324,7 +338,8 @@ var tokens = [{
324
338
  "value": "LineHeight100"
325
339
  },
326
340
  "name": "font.lineHeight.100",
327
- "path": ["font", "lineHeight", "100"]
341
+ "path": ["font", "lineHeight", "100"],
342
+ "cleanName": "font.lineHeight.100"
328
343
  }, {
329
344
  "attributes": {
330
345
  "group": "lineHeight",
@@ -345,7 +360,8 @@ var tokens = [{
345
360
  "value": "LineHeight200"
346
361
  },
347
362
  "name": "font.lineHeight.200",
348
- "path": ["font", "lineHeight", "200"]
363
+ "path": ["font", "lineHeight", "200"],
364
+ "cleanName": "font.lineHeight.200"
349
365
  }, {
350
366
  "attributes": {
351
367
  "group": "lineHeight",
@@ -366,7 +382,8 @@ var tokens = [{
366
382
  "value": "LineHeight300"
367
383
  },
368
384
  "name": "font.lineHeight.300",
369
- "path": ["font", "lineHeight", "300"]
385
+ "path": ["font", "lineHeight", "300"],
386
+ "cleanName": "font.lineHeight.300"
370
387
  }, {
371
388
  "attributes": {
372
389
  "group": "lineHeight",
@@ -387,7 +404,8 @@ var tokens = [{
387
404
  "value": "LineHeight400"
388
405
  },
389
406
  "name": "font.lineHeight.400",
390
- "path": ["font", "lineHeight", "400"]
407
+ "path": ["font", "lineHeight", "400"],
408
+ "cleanName": "font.lineHeight.400"
391
409
  }, {
392
410
  "attributes": {
393
411
  "group": "lineHeight",
@@ -408,7 +426,8 @@ var tokens = [{
408
426
  "value": "LineHeight500"
409
427
  },
410
428
  "name": "font.lineHeight.500",
411
- "path": ["font", "lineHeight", "500"]
429
+ "path": ["font", "lineHeight", "500"],
430
+ "cleanName": "font.lineHeight.500"
412
431
  }, {
413
432
  "attributes": {
414
433
  "group": "lineHeight",
@@ -429,7 +448,8 @@ var tokens = [{
429
448
  "value": "LineHeight600"
430
449
  },
431
450
  "name": "font.lineHeight.600",
432
- "path": ["font", "lineHeight", "600"]
451
+ "path": ["font", "lineHeight", "600"],
452
+ "cleanName": "font.lineHeight.600"
433
453
  }];
434
454
  var _default = tokens;
435
455
  exports.default = _default;
@@ -12,7 +12,7 @@ var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
12
12
  var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
13
13
 
14
14
  var name = "@atlaskit/tokens";
15
- var version = "0.13.3";
15
+ var version = "0.13.5";
16
16
 
17
17
  /**
18
18
  * Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
@@ -14,7 +14,7 @@ var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
14
14
  var _constants = require("./constants");
15
15
 
16
16
  var name = "@atlaskit/tokens";
17
- var version = "0.13.3";
17
+ var version = "0.13.5";
18
18
 
19
19
  /**
20
20
  * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
@@ -372,7 +372,7 @@ var color = {
372
372
  group: 'paint',
373
373
  state: 'active',
374
374
  introduced: '0.6.0',
375
- description: 'Use for backgrounds communicating a favourable outcome, such as in success section messages.'
375
+ description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.'
376
376
  }
377
377
  },
378
378
  hovered: {
@@ -398,7 +398,7 @@ var color = {
398
398
  group: 'paint',
399
399
  state: 'active',
400
400
  introduced: '0.6.0',
401
- description: 'A vibrant background option for communicating a favourable outcome, such as in checked toggles.'
401
+ description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.'
402
402
  }
403
403
  },
404
404
  hovered: {
@@ -92,7 +92,7 @@ var color = {
92
92
  group: 'paint',
93
93
  state: 'active',
94
94
  introduced: '0.6.0',
95
- description: 'Use for borders communicating a favourable outcome, such as the borders on validated text fields.'
95
+ description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.'
96
96
  }
97
97
  },
98
98
  discovery: {