@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
@@ -6,7 +6,7 @@ const color = {
6
6
  attributes: {
7
7
  group: 'paint',
8
8
  state: 'active',
9
- introduced: '0.13.2',
9
+ introduced: '0.13.3',
10
10
  description: 'Our primary color for data visualisation. Use when only one color is required.'
11
11
  }
12
12
  },
@@ -14,7 +14,7 @@ const color = {
14
14
  attributes: {
15
15
  group: 'paint',
16
16
  state: 'active',
17
- introduced: '0.13.2',
17
+ introduced: '0.13.3',
18
18
  description: 'Hovered state of color.chart.brand.'
19
19
  }
20
20
  }
@@ -24,7 +24,7 @@ const color = {
24
24
  attributes: {
25
25
  group: 'paint',
26
26
  state: 'active',
27
- introduced: '0.13.2',
27
+ introduced: '0.13.3',
28
28
  description: "A secondary color for data visualisation or to communicate 'to-do' statues."
29
29
  }
30
30
  },
@@ -32,7 +32,7 @@ const color = {
32
32
  attributes: {
33
33
  group: 'paint',
34
34
  state: 'active',
35
- introduced: '0.13.2',
35
+ introduced: '0.13.3',
36
36
  description: 'Hovered state of color.chart.neutral.'
37
37
  }
38
38
  }
@@ -43,7 +43,7 @@ const color = {
43
43
  attributes: {
44
44
  group: 'paint',
45
45
  state: 'active',
46
- introduced: '0.13.2',
46
+ introduced: '0.13.3',
47
47
  description: "For data visualisation communicating positive information, such as 'on track'."
48
48
  }
49
49
  },
@@ -51,7 +51,7 @@ const color = {
51
51
  attributes: {
52
52
  group: 'paint',
53
53
  state: 'active',
54
- introduced: '0.13.2',
54
+ introduced: '0.13.3',
55
55
  description: 'Hovered state of color.chart.success.'
56
56
  }
57
57
  }
@@ -61,7 +61,7 @@ const color = {
61
61
  attributes: {
62
62
  group: 'paint',
63
63
  state: 'active',
64
- introduced: '0.13.2',
64
+ introduced: '0.13.3',
65
65
  description: 'A stronger emphasis option of color.chart.success.'
66
66
  }
67
67
  },
@@ -69,7 +69,7 @@ const color = {
69
69
  attributes: {
70
70
  group: 'paint',
71
71
  state: 'active',
72
- introduced: '0.13.2',
72
+ introduced: '0.13.3',
73
73
  description: 'Hovered state of color.chart.success.bold.'
74
74
  }
75
75
  }
@@ -81,7 +81,7 @@ const color = {
81
81
  attributes: {
82
82
  group: 'paint',
83
83
  state: 'active',
84
- introduced: '0.13.2',
84
+ introduced: '0.13.3',
85
85
  description: "For data visualisation communicating negative information, such as 'off track'."
86
86
  }
87
87
  },
@@ -89,7 +89,7 @@ const color = {
89
89
  attributes: {
90
90
  group: 'paint',
91
91
  state: 'active',
92
- introduced: '0.13.2',
92
+ introduced: '0.13.3',
93
93
  description: 'Hovered state of color.chart.danger.'
94
94
  }
95
95
  }
@@ -99,7 +99,7 @@ const color = {
99
99
  attributes: {
100
100
  group: 'paint',
101
101
  state: 'active',
102
- introduced: '0.13.2',
102
+ introduced: '0.13.3',
103
103
  description: 'A stronger emphasis option of color.chart.danger.'
104
104
  }
105
105
  },
@@ -107,7 +107,7 @@ const color = {
107
107
  attributes: {
108
108
  group: 'paint',
109
109
  state: 'active',
110
- introduced: '0.13.2',
110
+ introduced: '0.13.3',
111
111
  description: 'Hovered state of color.chart.danger.bold.'
112
112
  }
113
113
  }
@@ -119,7 +119,7 @@ const color = {
119
119
  attributes: {
120
120
  group: 'paint',
121
121
  state: 'active',
122
- introduced: '0.13.2',
122
+ introduced: '0.13.3',
123
123
  description: "For data visualisation communicating caution, such as 'at risk' statuses."
124
124
  }
125
125
  },
@@ -127,7 +127,7 @@ const color = {
127
127
  attributes: {
128
128
  group: 'paint',
129
129
  state: 'active',
130
- introduced: '0.13.2',
130
+ introduced: '0.13.3',
131
131
  description: 'Hovered state of color.chart.warning.'
132
132
  }
133
133
  }
@@ -137,7 +137,7 @@ const color = {
137
137
  attributes: {
138
138
  group: 'paint',
139
139
  state: 'active',
140
- introduced: '0.13.2',
140
+ introduced: '0.13.3',
141
141
  description: 'A stronger emphasis option of color.chart.warning.'
142
142
  }
143
143
  },
@@ -145,7 +145,7 @@ const color = {
145
145
  attributes: {
146
146
  group: 'paint',
147
147
  state: 'active',
148
- introduced: '0.13.2',
148
+ introduced: '0.13.3',
149
149
  description: 'Hovered state of color.chart.warning.bold.'
150
150
  }
151
151
  }
@@ -157,7 +157,7 @@ const color = {
157
157
  attributes: {
158
158
  group: 'paint',
159
159
  state: 'active',
160
- introduced: '0.13.2',
160
+ introduced: '0.13.3',
161
161
  description: 'For data visualisation communicating low priority or in-progress statuses.'
162
162
  }
163
163
  },
@@ -165,7 +165,7 @@ const color = {
165
165
  attributes: {
166
166
  group: 'paint',
167
167
  state: 'active',
168
- introduced: '0.13.2',
168
+ introduced: '0.13.3',
169
169
  description: 'Hovered state of color.chart.information.'
170
170
  }
171
171
  }
@@ -175,7 +175,7 @@ const color = {
175
175
  attributes: {
176
176
  group: 'paint',
177
177
  state: 'active',
178
- introduced: '0.13.2',
178
+ introduced: '0.13.3',
179
179
  description: 'A stronger emphasis option of color.chart.information.'
180
180
  }
181
181
  },
@@ -183,7 +183,7 @@ const color = {
183
183
  attributes: {
184
184
  group: 'paint',
185
185
  state: 'active',
186
- introduced: '0.13.2',
186
+ introduced: '0.13.3',
187
187
  description: 'Hovered state of color.chart.information.bold.'
188
188
  }
189
189
  }
@@ -195,7 +195,7 @@ const color = {
195
195
  attributes: {
196
196
  group: 'paint',
197
197
  state: 'active',
198
- introduced: '0.13.2',
198
+ introduced: '0.13.3',
199
199
  description: "For data visualisation communicating 'new' statuses."
200
200
  }
201
201
  },
@@ -203,7 +203,7 @@ const color = {
203
203
  attributes: {
204
204
  group: 'paint',
205
205
  state: 'active',
206
- introduced: '0.13.2',
206
+ introduced: '0.13.3',
207
207
  description: 'Hovered state of color.chart.discovery.'
208
208
  }
209
209
  }
@@ -213,7 +213,7 @@ const color = {
213
213
  attributes: {
214
214
  group: 'paint',
215
215
  state: 'active',
216
- introduced: '0.13.2',
216
+ introduced: '0.13.3',
217
217
  description: 'A stronger emphasis option of color.chart.discovery.'
218
218
  }
219
219
  },
@@ -221,7 +221,7 @@ const color = {
221
221
  attributes: {
222
222
  group: 'paint',
223
223
  state: 'active',
224
- introduced: '0.13.2',
224
+ introduced: '0.13.3',
225
225
  description: 'Hovered state of color.chart.discovery.bold.'
226
226
  }
227
227
  }
@@ -233,7 +233,7 @@ const color = {
233
233
  attributes: {
234
234
  group: 'paint',
235
235
  state: 'active',
236
- introduced: '0.13.2',
236
+ introduced: '0.13.3',
237
237
  description: 'For data visualisation only. Follow numbered sequence.'
238
238
  }
239
239
  },
@@ -241,7 +241,7 @@ const color = {
241
241
  attributes: {
242
242
  group: 'paint',
243
243
  state: 'active',
244
- introduced: '0.13.2',
244
+ introduced: '0.13.3',
245
245
  description: 'Hovered state of color.chart.categorical.1.'
246
246
  }
247
247
  }
@@ -251,7 +251,7 @@ const color = {
251
251
  attributes: {
252
252
  group: 'paint',
253
253
  state: 'active',
254
- introduced: '0.13.2',
254
+ introduced: '0.13.3',
255
255
  description: 'For data visualisation only. Follow numbered sequence.'
256
256
  }
257
257
  },
@@ -259,7 +259,7 @@ const color = {
259
259
  attributes: {
260
260
  group: 'paint',
261
261
  state: 'active',
262
- introduced: '0.13.2',
262
+ introduced: '0.13.3',
263
263
  description: 'Hovered state of color.chart.categorical.2.'
264
264
  }
265
265
  }
@@ -269,7 +269,7 @@ const color = {
269
269
  attributes: {
270
270
  group: 'paint',
271
271
  state: 'active',
272
- introduced: '0.13.2',
272
+ introduced: '0.13.3',
273
273
  description: 'For data visualisation only. Follow numbered sequence.'
274
274
  }
275
275
  },
@@ -277,7 +277,7 @@ const color = {
277
277
  attributes: {
278
278
  group: 'paint',
279
279
  state: 'active',
280
- introduced: '0.13.2',
280
+ introduced: '0.13.3',
281
281
  description: 'Hovered state of color.chart.categorical.3.'
282
282
  }
283
283
  }
@@ -287,7 +287,7 @@ const color = {
287
287
  attributes: {
288
288
  group: 'paint',
289
289
  state: 'active',
290
- introduced: '0.13.2',
290
+ introduced: '0.13.3',
291
291
  description: 'For data visualisation only. Follow numbered sequence.'
292
292
  }
293
293
  },
@@ -295,7 +295,7 @@ const color = {
295
295
  attributes: {
296
296
  group: 'paint',
297
297
  state: 'active',
298
- introduced: '0.13.2',
298
+ introduced: '0.13.3',
299
299
  description: 'Hovered state of color.chart.categorical.4.'
300
300
  }
301
301
  }
@@ -305,7 +305,7 @@ const color = {
305
305
  attributes: {
306
306
  group: 'paint',
307
307
  state: 'active',
308
- introduced: '0.13.2',
308
+ introduced: '0.13.3',
309
309
  description: 'For data visualisation only. Follow numbered sequence.'
310
310
  }
311
311
  },
@@ -313,7 +313,7 @@ const color = {
313
313
  attributes: {
314
314
  group: 'paint',
315
315
  state: 'active',
316
- introduced: '0.13.2',
316
+ introduced: '0.13.3',
317
317
  description: 'Hovered state of color.chart.categorical.5.'
318
318
  }
319
319
  }
@@ -323,7 +323,7 @@ const color = {
323
323
  attributes: {
324
324
  group: 'paint',
325
325
  state: 'active',
326
- introduced: '0.13.2',
326
+ introduced: '0.13.3',
327
327
  description: 'For data visualisation only. Follow numbered sequence.'
328
328
  }
329
329
  },
@@ -331,7 +331,7 @@ const color = {
331
331
  attributes: {
332
332
  group: 'paint',
333
333
  state: 'active',
334
- introduced: '0.13.2',
334
+ introduced: '0.13.3',
335
335
  description: 'Hovered state of color.chart.categorical.6.'
336
336
  }
337
337
  }
@@ -341,7 +341,7 @@ const color = {
341
341
  attributes: {
342
342
  group: 'paint',
343
343
  state: 'active',
344
- introduced: '0.13.2',
344
+ introduced: '0.13.3',
345
345
  description: 'For data visualisation only. Follow numbered sequence.'
346
346
  }
347
347
  },
@@ -349,7 +349,7 @@ const color = {
349
349
  attributes: {
350
350
  group: 'paint',
351
351
  state: 'active',
352
- introduced: '0.13.2',
352
+ introduced: '0.13.3',
353
353
  description: 'Hovered state of color.chart.categorical.7.'
354
354
  }
355
355
  }
@@ -359,7 +359,7 @@ const color = {
359
359
  attributes: {
360
360
  group: 'paint',
361
361
  state: 'active',
362
- introduced: '0.13.2',
362
+ introduced: '0.13.3',
363
363
  description: 'For data visualisation only. Follow numbered sequence.'
364
364
  }
365
365
  },
@@ -367,7 +367,7 @@ const color = {
367
367
  attributes: {
368
368
  group: 'paint',
369
369
  state: 'active',
370
- introduced: '0.13.2',
370
+ introduced: '0.13.3',
371
371
  description: 'Hovered state of color.chart.categorical.8.'
372
372
  }
373
373
  }
@@ -379,7 +379,7 @@ const color = {
379
379
  attributes: {
380
380
  group: 'paint',
381
381
  state: 'active',
382
- introduced: '0.13.2',
382
+ introduced: '0.13.3',
383
383
  description: 'For data visualisation only.'
384
384
  }
385
385
  },
@@ -387,7 +387,7 @@ const color = {
387
387
  attributes: {
388
388
  group: 'paint',
389
389
  state: 'active',
390
- introduced: '0.13.2',
390
+ introduced: '0.13.3',
391
391
  description: 'Hovered state of color.chart.blue.bold.'
392
392
  }
393
393
  }
@@ -397,7 +397,7 @@ const color = {
397
397
  attributes: {
398
398
  group: 'paint',
399
399
  state: 'active',
400
- introduced: '0.13.2',
400
+ introduced: '0.13.3',
401
401
  description: 'For data visualisation only.'
402
402
  }
403
403
  },
@@ -405,7 +405,7 @@ const color = {
405
405
  attributes: {
406
406
  group: 'paint',
407
407
  state: 'active',
408
- introduced: '0.13.2',
408
+ introduced: '0.13.3',
409
409
  description: 'Hovered state of color.chart.blue.bolder.'
410
410
  }
411
411
  }
@@ -415,7 +415,7 @@ const color = {
415
415
  attributes: {
416
416
  group: 'paint',
417
417
  state: 'active',
418
- introduced: '0.13.2',
418
+ introduced: '0.13.3',
419
419
  description: 'For data visualisation only.'
420
420
  }
421
421
  },
@@ -423,7 +423,7 @@ const color = {
423
423
  attributes: {
424
424
  group: 'paint',
425
425
  state: 'active',
426
- introduced: '0.13.2',
426
+ introduced: '0.13.3',
427
427
  description: 'Hovered state of color.chart.blue.boldest.'
428
428
  }
429
429
  }
@@ -435,7 +435,7 @@ const color = {
435
435
  attributes: {
436
436
  group: 'paint',
437
437
  state: 'active',
438
- introduced: '0.13.2',
438
+ introduced: '0.13.3',
439
439
  description: 'For data visualisation only.'
440
440
  }
441
441
  },
@@ -443,7 +443,7 @@ const color = {
443
443
  attributes: {
444
444
  group: 'paint',
445
445
  state: 'active',
446
- introduced: '0.13.2',
446
+ introduced: '0.13.3',
447
447
  description: 'Hovered state of color.chart.red.bold.'
448
448
  }
449
449
  }
@@ -453,7 +453,7 @@ const color = {
453
453
  attributes: {
454
454
  group: 'paint',
455
455
  state: 'active',
456
- introduced: '0.13.2',
456
+ introduced: '0.13.3',
457
457
  description: 'For data visualisation only.'
458
458
  }
459
459
  },
@@ -461,7 +461,7 @@ const color = {
461
461
  attributes: {
462
462
  group: 'paint',
463
463
  state: 'active',
464
- introduced: '0.13.2',
464
+ introduced: '0.13.3',
465
465
  description: 'Hovered state of color.chart.red.bolder.'
466
466
  }
467
467
  }
@@ -471,7 +471,7 @@ const color = {
471
471
  attributes: {
472
472
  group: 'paint',
473
473
  state: 'active',
474
- introduced: '0.13.2',
474
+ introduced: '0.13.3',
475
475
  description: 'For data visualisation only.'
476
476
  }
477
477
  },
@@ -479,7 +479,7 @@ const color = {
479
479
  attributes: {
480
480
  group: 'paint',
481
481
  state: 'active',
482
- introduced: '0.13.2',
482
+ introduced: '0.13.3',
483
483
  description: 'Hovered state of color.chart.red.boldest.'
484
484
  }
485
485
  }
@@ -491,7 +491,7 @@ const color = {
491
491
  attributes: {
492
492
  group: 'paint',
493
493
  state: 'active',
494
- introduced: '0.13.2',
494
+ introduced: '0.13.3',
495
495
  description: 'For data visualisation only.'
496
496
  }
497
497
  },
@@ -499,7 +499,7 @@ const color = {
499
499
  attributes: {
500
500
  group: 'paint',
501
501
  state: 'active',
502
- introduced: '0.13.2',
502
+ introduced: '0.13.3',
503
503
  description: 'Hovered state of color.chart.orange.bold.'
504
504
  }
505
505
  }
@@ -509,7 +509,7 @@ const color = {
509
509
  attributes: {
510
510
  group: 'paint',
511
511
  state: 'active',
512
- introduced: '0.13.2',
512
+ introduced: '0.13.3',
513
513
  description: 'For data visualisation only.'
514
514
  }
515
515
  },
@@ -517,7 +517,7 @@ const color = {
517
517
  attributes: {
518
518
  group: 'paint',
519
519
  state: 'active',
520
- introduced: '0.13.2',
520
+ introduced: '0.13.3',
521
521
  description: 'Hovered state of color.chart.orange.bolder.'
522
522
  }
523
523
  }
@@ -527,7 +527,7 @@ const color = {
527
527
  attributes: {
528
528
  group: 'paint',
529
529
  state: 'active',
530
- introduced: '0.13.2',
530
+ introduced: '0.13.3',
531
531
  description: 'For data visualisation only.'
532
532
  }
533
533
  },
@@ -535,7 +535,7 @@ const color = {
535
535
  attributes: {
536
536
  group: 'paint',
537
537
  state: 'active',
538
- introduced: '0.13.2',
538
+ introduced: '0.13.3',
539
539
  description: 'Hovered state of color.chart.orange.boldest.'
540
540
  }
541
541
  }
@@ -547,7 +547,7 @@ const color = {
547
547
  attributes: {
548
548
  group: 'paint',
549
549
  state: 'active',
550
- introduced: '0.13.2',
550
+ introduced: '0.13.3',
551
551
  description: 'For data visualisation only.'
552
552
  }
553
553
  },
@@ -555,7 +555,7 @@ const color = {
555
555
  attributes: {
556
556
  group: 'paint',
557
557
  state: 'active',
558
- introduced: '0.13.2',
558
+ introduced: '0.13.3',
559
559
  description: 'Hovered state of color.chart.yellow.bold.'
560
560
  }
561
561
  }
@@ -565,7 +565,7 @@ const color = {
565
565
  attributes: {
566
566
  group: 'paint',
567
567
  state: 'active',
568
- introduced: '0.13.2',
568
+ introduced: '0.13.3',
569
569
  description: 'For data visualisation only.'
570
570
  }
571
571
  },
@@ -573,7 +573,7 @@ const color = {
573
573
  attributes: {
574
574
  group: 'paint',
575
575
  state: 'active',
576
- introduced: '0.13.2',
576
+ introduced: '0.13.3',
577
577
  description: 'Hovered state of color.chart.yellow.bolder.'
578
578
  }
579
579
  }
@@ -583,7 +583,7 @@ const color = {
583
583
  attributes: {
584
584
  group: 'paint',
585
585
  state: 'active',
586
- introduced: '0.13.2',
586
+ introduced: '0.13.3',
587
587
  description: 'For data visualisation only.'
588
588
  }
589
589
  },
@@ -591,7 +591,7 @@ const color = {
591
591
  attributes: {
592
592
  group: 'paint',
593
593
  state: 'active',
594
- introduced: '0.13.2',
594
+ introduced: '0.13.3',
595
595
  description: 'Hovered state of color.chart.yellow.boldest.'
596
596
  }
597
597
  }
@@ -603,7 +603,7 @@ const color = {
603
603
  attributes: {
604
604
  group: 'paint',
605
605
  state: 'active',
606
- introduced: '0.13.2',
606
+ introduced: '0.13.3',
607
607
  description: 'For data visualisation only.'
608
608
  }
609
609
  },
@@ -611,7 +611,7 @@ const color = {
611
611
  attributes: {
612
612
  group: 'paint',
613
613
  state: 'active',
614
- introduced: '0.13.2',
614
+ introduced: '0.13.3',
615
615
  description: 'Hovered state of color.chart.green.bold.'
616
616
  }
617
617
  }
@@ -621,7 +621,7 @@ const color = {
621
621
  attributes: {
622
622
  group: 'paint',
623
623
  state: 'active',
624
- introduced: '0.13.2',
624
+ introduced: '0.13.3',
625
625
  description: 'For data visualisation only.'
626
626
  }
627
627
  },
@@ -629,7 +629,7 @@ const color = {
629
629
  attributes: {
630
630
  group: 'paint',
631
631
  state: 'active',
632
- introduced: '0.13.2',
632
+ introduced: '0.13.3',
633
633
  description: 'Hovered state of color.chart.green.bolder.'
634
634
  }
635
635
  }
@@ -639,7 +639,7 @@ const color = {
639
639
  attributes: {
640
640
  group: 'paint',
641
641
  state: 'active',
642
- introduced: '0.13.2',
642
+ introduced: '0.13.3',
643
643
  description: 'For data visualisation only.'
644
644
  }
645
645
  },
@@ -647,7 +647,7 @@ const color = {
647
647
  attributes: {
648
648
  group: 'paint',
649
649
  state: 'active',
650
- introduced: '0.13.2',
650
+ introduced: '0.13.3',
651
651
  description: 'Hovered state of color.chart.green.boldest.'
652
652
  }
653
653
  }
@@ -659,7 +659,7 @@ const color = {
659
659
  attributes: {
660
660
  group: 'paint',
661
661
  state: 'active',
662
- introduced: '0.13.2',
662
+ introduced: '0.13.3',
663
663
  description: 'For data visualisation only.'
664
664
  }
665
665
  },
@@ -667,7 +667,7 @@ const color = {
667
667
  attributes: {
668
668
  group: 'paint',
669
669
  state: 'active',
670
- introduced: '0.13.2',
670
+ introduced: '0.13.3',
671
671
  description: 'Hovered state of color.chart.teal.bold.'
672
672
  }
673
673
  }
@@ -677,7 +677,7 @@ const color = {
677
677
  attributes: {
678
678
  group: 'paint',
679
679
  state: 'active',
680
- introduced: '0.13.2',
680
+ introduced: '0.13.3',
681
681
  description: 'For data visualisation only.'
682
682
  }
683
683
  },
@@ -685,7 +685,7 @@ const color = {
685
685
  attributes: {
686
686
  group: 'paint',
687
687
  state: 'active',
688
- introduced: '0.13.2',
688
+ introduced: '0.13.3',
689
689
  description: 'Hovered state of color.chart.teal.bolder.'
690
690
  }
691
691
  }
@@ -695,7 +695,7 @@ const color = {
695
695
  attributes: {
696
696
  group: 'paint',
697
697
  state: 'active',
698
- introduced: '0.13.2',
698
+ introduced: '0.13.3',
699
699
  description: 'For data visualisation only.'
700
700
  }
701
701
  },
@@ -703,7 +703,7 @@ const color = {
703
703
  attributes: {
704
704
  group: 'paint',
705
705
  state: 'active',
706
- introduced: '0.13.2',
706
+ introduced: '0.13.3',
707
707
  description: 'Hovered state of color.chart.teal.boldest.'
708
708
  }
709
709
  }
@@ -715,7 +715,7 @@ const color = {
715
715
  attributes: {
716
716
  group: 'paint',
717
717
  state: 'active',
718
- introduced: '0.13.2',
718
+ introduced: '0.13.3',
719
719
  description: 'For data visualisation only.'
720
720
  }
721
721
  },
@@ -723,7 +723,7 @@ const color = {
723
723
  attributes: {
724
724
  group: 'paint',
725
725
  state: 'active',
726
- introduced: '0.13.2',
726
+ introduced: '0.13.3',
727
727
  description: 'Hovered state of color.chart.purple.bold.'
728
728
  }
729
729
  }
@@ -733,7 +733,7 @@ const color = {
733
733
  attributes: {
734
734
  group: 'paint',
735
735
  state: 'active',
736
- introduced: '0.13.2',
736
+ introduced: '0.13.3',
737
737
  description: 'For data visualisation only.'
738
738
  }
739
739
  },
@@ -741,7 +741,7 @@ const color = {
741
741
  attributes: {
742
742
  group: 'paint',
743
743
  state: 'active',
744
- introduced: '0.13.2',
744
+ introduced: '0.13.3',
745
745
  description: 'Hovered state of color.chart.purple.bolder.'
746
746
  }
747
747
  }
@@ -751,7 +751,7 @@ const color = {
751
751
  attributes: {
752
752
  group: 'paint',
753
753
  state: 'active',
754
- introduced: '0.13.2',
754
+ introduced: '0.13.3',
755
755
  description: 'For data visualisation only.'
756
756
  }
757
757
  },
@@ -759,7 +759,7 @@ const color = {
759
759
  attributes: {
760
760
  group: 'paint',
761
761
  state: 'active',
762
- introduced: '0.13.2',
762
+ introduced: '0.13.3',
763
763
  description: 'Hovered state of color.chart.purple.boldest.'
764
764
  }
765
765
  }
@@ -771,7 +771,7 @@ const color = {
771
771
  attributes: {
772
772
  group: 'paint',
773
773
  state: 'active',
774
- introduced: '0.13.2',
774
+ introduced: '0.13.3',
775
775
  description: 'For data visualisation only.'
776
776
  }
777
777
  },
@@ -779,7 +779,7 @@ const color = {
779
779
  attributes: {
780
780
  group: 'paint',
781
781
  state: 'active',
782
- introduced: '0.13.2',
782
+ introduced: '0.13.3',
783
783
  description: 'Hovered state of color.chart.magenta.bold.'
784
784
  }
785
785
  }
@@ -789,7 +789,7 @@ const color = {
789
789
  attributes: {
790
790
  group: 'paint',
791
791
  state: 'active',
792
- introduced: '0.13.2',
792
+ introduced: '0.13.3',
793
793
  description: 'For data visualisation only.'
794
794
  }
795
795
  },
@@ -797,7 +797,7 @@ const color = {
797
797
  attributes: {
798
798
  group: 'paint',
799
799
  state: 'active',
800
- introduced: '0.13.2',
800
+ introduced: '0.13.3',
801
801
  description: 'Hovered state of color.chart.magenta.bolder.'
802
802
  }
803
803
  }
@@ -807,7 +807,7 @@ const color = {
807
807
  attributes: {
808
808
  group: 'paint',
809
809
  state: 'active',
810
- introduced: '0.13.2',
810
+ introduced: '0.13.3',
811
811
  description: 'For data visualisation only.'
812
812
  }
813
813
  },
@@ -815,7 +815,7 @@ const color = {
815
815
  attributes: {
816
816
  group: 'paint',
817
817
  state: 'active',
818
- introduced: '0.13.2',
818
+ introduced: '0.13.3',
819
819
  description: 'Hovered state of color.chart.magenta.boldest.'
820
820
  }
821
821
  }
@@ -827,7 +827,7 @@ const color = {
827
827
  attributes: {
828
828
  group: 'paint',
829
829
  state: 'active',
830
- introduced: '0.13.2',
830
+ introduced: '0.13.3',
831
831
  description: 'For data visualisation only.'
832
832
  }
833
833
  },
@@ -835,7 +835,7 @@ const color = {
835
835
  attributes: {
836
836
  group: 'paint',
837
837
  state: 'active',
838
- introduced: '0.13.2',
838
+ introduced: '0.13.3',
839
839
  description: 'Hovered state of color.chart.gray.bold.'
840
840
  }
841
841
  }
@@ -845,7 +845,7 @@ const color = {
845
845
  attributes: {
846
846
  group: 'paint',
847
847
  state: 'active',
848
- introduced: '0.13.2',
848
+ introduced: '0.13.3',
849
849
  description: 'For data visualisation only.'
850
850
  }
851
851
  },
@@ -853,7 +853,7 @@ const color = {
853
853
  attributes: {
854
854
  group: 'paint',
855
855
  state: 'active',
856
- introduced: '0.13.2',
856
+ introduced: '0.13.3',
857
857
  description: 'Hovered state of color.chart.gray.bolder.'
858
858
  }
859
859
  }
@@ -863,7 +863,7 @@ const color = {
863
863
  attributes: {
864
864
  group: 'paint',
865
865
  state: 'active',
866
- introduced: '0.13.2',
866
+ introduced: '0.13.3',
867
867
  description: 'For data visualisation only.'
868
868
  }
869
869
  },
@@ -871,7 +871,7 @@ const color = {
871
871
  attributes: {
872
872
  group: 'paint',
873
873
  state: 'active',
874
- introduced: '0.13.2',
874
+ introduced: '0.13.3',
875
875
  description: 'Hovered state of color.chart.gray.boldest.'
876
876
  }
877
877
  }