@atlaskit/tokens 0.13.2 → 0.13.4

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 (155) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/css/atlassian-dark.css +437 -249
  3. package/css/atlassian-legacy-dark.css +437 -249
  4. package/css/atlassian-legacy-light.css +437 -249
  5. package/css/atlassian-light.css +445 -257
  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 +611 -611
  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 +262 -168
  14. package/dist/cjs/artifacts/token-names.js +258 -164
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +5394 -3033
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +5382 -3021
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +5246 -2885
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +5300 -2939
  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/artifacts/typescript/atlassian-dark-token-names.js +403 -0
  22. package/dist/cjs/{figma/types.js → artifacts/typescript/atlassian-dark-types-internal.js} +0 -0
  23. package/dist/cjs/artifacts/typescript/atlassian-dark-types.js +5 -0
  24. package/dist/cjs/artifacts/typescript/atlassian-light-token-default-values.js +100 -6
  25. package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +403 -0
  26. package/dist/cjs/artifacts/typescript/atlassian-light-types-internal.js +5 -0
  27. package/dist/cjs/artifacts/typescript/atlassian-light-types.js +5 -0
  28. package/dist/cjs/entry-points/figma-sync.js +23 -0
  29. package/dist/cjs/get-token-value.js +1 -1
  30. package/dist/cjs/get-token.js +1 -1
  31. package/dist/cjs/palettes/palette.js +3 -3
  32. package/dist/cjs/tokens/atlassian-dark/color/chart.js +420 -0
  33. package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +440 -0
  34. package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +440 -0
  35. package/dist/cjs/tokens/atlassian-light/color/accent.js +1 -1
  36. package/dist/cjs/tokens/atlassian-light/color/chart.js +420 -0
  37. package/dist/cjs/tokens/default/color/background.js +2 -2
  38. package/dist/cjs/tokens/default/color/border.js +1 -1
  39. package/dist/cjs/tokens/default/color/chart.js +890 -0
  40. package/dist/cjs/tokens/default/color/icon.js +1 -1
  41. package/dist/cjs/tokens/default/color/text.js +1 -1
  42. package/dist/cjs/version.json +1 -1
  43. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +340 -340
  44. package/dist/es2019/artifacts/palettes-raw/palette.js +611 -611
  45. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +35 -35
  46. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +43 -43
  47. package/dist/es2019/artifacts/replacement-mapping.js +112 -112
  48. package/dist/es2019/artifacts/token-default-values.js +262 -168
  49. package/dist/es2019/artifacts/token-names.js +258 -164
  50. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +5394 -3033
  51. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +5382 -3021
  52. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +5246 -2885
  53. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +5300 -2939
  54. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  55. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +80 -60
  56. package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +395 -0
  57. package/dist/es2019/{figma/types.js → artifacts/typescript/atlassian-dark-types-internal.js} +0 -0
  58. package/dist/{esm/figma/types.js → es2019/artifacts/typescript/atlassian-dark-types.js} +0 -0
  59. package/dist/es2019/artifacts/typescript/atlassian-light-token-default-values.js +100 -6
  60. package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +395 -0
  61. package/dist/es2019/artifacts/typescript/atlassian-light-types-internal.js +1 -0
  62. package/dist/es2019/artifacts/typescript/atlassian-light-types.js +1 -0
  63. package/dist/es2019/entry-points/figma-sync.js +3 -0
  64. package/dist/es2019/get-token-value.js +1 -1
  65. package/dist/es2019/get-token.js +1 -1
  66. package/dist/es2019/palettes/palette.js +3 -3
  67. package/dist/es2019/tokens/atlassian-dark/color/chart.js +413 -0
  68. package/dist/es2019/tokens/atlassian-legacy-dark/color/chart.js +433 -0
  69. package/dist/es2019/tokens/atlassian-legacy-light/color/chart.js +433 -0
  70. package/dist/es2019/tokens/atlassian-light/color/accent.js +1 -1
  71. package/dist/es2019/tokens/atlassian-light/color/chart.js +413 -0
  72. package/dist/es2019/tokens/default/color/background.js +2 -2
  73. package/dist/es2019/tokens/default/color/border.js +1 -1
  74. package/dist/es2019/tokens/default/color/chart.js +883 -0
  75. package/dist/es2019/tokens/default/color/icon.js +1 -1
  76. package/dist/es2019/tokens/default/color/text.js +1 -1
  77. package/dist/es2019/version.json +1 -1
  78. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +340 -340
  79. package/dist/esm/artifacts/palettes-raw/palette.js +611 -611
  80. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +35 -35
  81. package/dist/esm/artifacts/palettes-raw/typography-palette.js +43 -43
  82. package/dist/esm/artifacts/replacement-mapping.js +112 -112
  83. package/dist/esm/artifacts/token-default-values.js +262 -168
  84. package/dist/esm/artifacts/token-names.js +258 -164
  85. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +5394 -3033
  86. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +5382 -3021
  87. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +5246 -2885
  88. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +5300 -2939
  89. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  90. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +80 -60
  91. package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +395 -0
  92. package/dist/esm/artifacts/typescript/atlassian-dark-types-internal.js +1 -0
  93. package/dist/esm/artifacts/typescript/atlassian-dark-types.js +1 -0
  94. package/dist/esm/artifacts/typescript/atlassian-light-token-default-values.js +100 -6
  95. package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +395 -0
  96. package/dist/esm/artifacts/typescript/atlassian-light-types-internal.js +1 -0
  97. package/dist/esm/artifacts/typescript/atlassian-light-types.js +1 -0
  98. package/dist/esm/entry-points/figma-sync.js +3 -0
  99. package/dist/esm/get-token-value.js +1 -1
  100. package/dist/esm/get-token.js +1 -1
  101. package/dist/esm/palettes/palette.js +3 -3
  102. package/dist/esm/tokens/atlassian-dark/color/chart.js +413 -0
  103. package/dist/esm/tokens/atlassian-legacy-dark/color/chart.js +433 -0
  104. package/dist/esm/tokens/atlassian-legacy-light/color/chart.js +433 -0
  105. package/dist/esm/tokens/atlassian-light/color/accent.js +1 -1
  106. package/dist/esm/tokens/atlassian-light/color/chart.js +413 -0
  107. package/dist/esm/tokens/default/color/background.js +2 -2
  108. package/dist/esm/tokens/default/color/border.js +1 -1
  109. package/dist/esm/tokens/default/color/chart.js +883 -0
  110. package/dist/esm/tokens/default/color/icon.js +1 -1
  111. package/dist/esm/tokens/default/color/text.js +1 -1
  112. package/dist/esm/version.json +1 -1
  113. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +5 -5
  114. package/dist/types/artifacts/palettes-raw/palette.d.ts +5 -5
  115. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  116. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  117. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  118. package/dist/types/artifacts/token-default-values.d.ts +262 -168
  119. package/dist/types/artifacts/token-names.d.ts +516 -328
  120. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +42 -37
  121. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +42 -37
  122. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +38 -33
  123. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +38 -33
  124. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +22 -17
  125. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
  126. package/dist/types/artifacts/types-internal.d.ts +2 -2
  127. package/dist/types/artifacts/types.d.ts +2 -2
  128. package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +784 -0
  129. package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +6 -0
  130. package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +6 -0
  131. package/dist/types/artifacts/typescript/atlassian-light-token-default-values.d.ts +100 -6
  132. package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +784 -0
  133. package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +6 -0
  134. package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +6 -0
  135. package/dist/types/entry-points/figma-sync.d.ts +3 -0
  136. package/dist/types/tokens/atlassian-dark/color/chart.d.ts +4 -0
  137. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  138. package/dist/types/tokens/atlassian-legacy-dark/color/chart.d.ts +4 -0
  139. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  140. package/dist/types/tokens/atlassian-legacy-light/color/chart.d.ts +4 -0
  141. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  142. package/dist/types/tokens/atlassian-light/color/chart.d.ts +4 -0
  143. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  144. package/dist/types/tokens/default/color/chart.d.ts +4 -0
  145. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  146. package/dist/types/types.d.ts +224 -0
  147. package/figma-sync/package.json +17 -0
  148. package/package.json +6 -3
  149. package/report.api.md +515 -327
  150. package/tmp/api-report-tmp.d.ts +515 -327
  151. package/dist/cjs/figma/synchronize-figma-tokens.js +0 -220
  152. package/dist/es2019/figma/synchronize-figma-tokens.js +0 -212
  153. package/dist/esm/figma/synchronize-figma-tokens.js +0 -216
  154. package/dist/types/figma/synchronize-figma-tokens.d.ts +0 -24
  155. package/dist/types/figma/types.d.ts +0 -40
@@ -0,0 +1,883 @@
1
+ const color = {
2
+ color: {
3
+ chart: {
4
+ brand: {
5
+ '[default]': {
6
+ attributes: {
7
+ group: 'paint',
8
+ state: 'active',
9
+ introduced: '0.13.3',
10
+ description: 'Our primary color for data visualisation. Use when only one color is required.'
11
+ }
12
+ },
13
+ hovered: {
14
+ attributes: {
15
+ group: 'paint',
16
+ state: 'active',
17
+ introduced: '0.13.3',
18
+ description: 'Hovered state of color.chart.brand.'
19
+ }
20
+ }
21
+ },
22
+ neutral: {
23
+ '[default]': {
24
+ attributes: {
25
+ group: 'paint',
26
+ state: 'active',
27
+ introduced: '0.13.3',
28
+ description: "A secondary color for data visualisation or to communicate 'to-do' statues."
29
+ }
30
+ },
31
+ hovered: {
32
+ attributes: {
33
+ group: 'paint',
34
+ state: 'active',
35
+ introduced: '0.13.3',
36
+ description: 'Hovered state of color.chart.neutral.'
37
+ }
38
+ }
39
+ },
40
+ success: {
41
+ '[default]': {
42
+ '[default]': {
43
+ attributes: {
44
+ group: 'paint',
45
+ state: 'active',
46
+ introduced: '0.13.3',
47
+ description: "For data visualisation communicating positive information, such as 'on track'."
48
+ }
49
+ },
50
+ hovered: {
51
+ attributes: {
52
+ group: 'paint',
53
+ state: 'active',
54
+ introduced: '0.13.3',
55
+ description: 'Hovered state of color.chart.success.'
56
+ }
57
+ }
58
+ },
59
+ bold: {
60
+ '[default]': {
61
+ attributes: {
62
+ group: 'paint',
63
+ state: 'active',
64
+ introduced: '0.13.3',
65
+ description: 'A stronger emphasis option of color.chart.success.'
66
+ }
67
+ },
68
+ hovered: {
69
+ attributes: {
70
+ group: 'paint',
71
+ state: 'active',
72
+ introduced: '0.13.3',
73
+ description: 'Hovered state of color.chart.success.bold.'
74
+ }
75
+ }
76
+ }
77
+ },
78
+ danger: {
79
+ '[default]': {
80
+ '[default]': {
81
+ attributes: {
82
+ group: 'paint',
83
+ state: 'active',
84
+ introduced: '0.13.3',
85
+ description: "For data visualisation communicating negative information, such as 'off track'."
86
+ }
87
+ },
88
+ hovered: {
89
+ attributes: {
90
+ group: 'paint',
91
+ state: 'active',
92
+ introduced: '0.13.3',
93
+ description: 'Hovered state of color.chart.danger.'
94
+ }
95
+ }
96
+ },
97
+ bold: {
98
+ '[default]': {
99
+ attributes: {
100
+ group: 'paint',
101
+ state: 'active',
102
+ introduced: '0.13.3',
103
+ description: 'A stronger emphasis option of color.chart.danger.'
104
+ }
105
+ },
106
+ hovered: {
107
+ attributes: {
108
+ group: 'paint',
109
+ state: 'active',
110
+ introduced: '0.13.3',
111
+ description: 'Hovered state of color.chart.danger.bold.'
112
+ }
113
+ }
114
+ }
115
+ },
116
+ warning: {
117
+ '[default]': {
118
+ '[default]': {
119
+ attributes: {
120
+ group: 'paint',
121
+ state: 'active',
122
+ introduced: '0.13.3',
123
+ description: "For data visualisation communicating caution, such as 'at risk' statuses."
124
+ }
125
+ },
126
+ hovered: {
127
+ attributes: {
128
+ group: 'paint',
129
+ state: 'active',
130
+ introduced: '0.13.3',
131
+ description: 'Hovered state of color.chart.warning.'
132
+ }
133
+ }
134
+ },
135
+ bold: {
136
+ '[default]': {
137
+ attributes: {
138
+ group: 'paint',
139
+ state: 'active',
140
+ introduced: '0.13.3',
141
+ description: 'A stronger emphasis option of color.chart.warning.'
142
+ }
143
+ },
144
+ hovered: {
145
+ attributes: {
146
+ group: 'paint',
147
+ state: 'active',
148
+ introduced: '0.13.3',
149
+ description: 'Hovered state of color.chart.warning.bold.'
150
+ }
151
+ }
152
+ }
153
+ },
154
+ information: {
155
+ '[default]': {
156
+ '[default]': {
157
+ attributes: {
158
+ group: 'paint',
159
+ state: 'active',
160
+ introduced: '0.13.3',
161
+ description: 'For data visualisation communicating low priority or in-progress statuses.'
162
+ }
163
+ },
164
+ hovered: {
165
+ attributes: {
166
+ group: 'paint',
167
+ state: 'active',
168
+ introduced: '0.13.3',
169
+ description: 'Hovered state of color.chart.information.'
170
+ }
171
+ }
172
+ },
173
+ bold: {
174
+ '[default]': {
175
+ attributes: {
176
+ group: 'paint',
177
+ state: 'active',
178
+ introduced: '0.13.3',
179
+ description: 'A stronger emphasis option of color.chart.information.'
180
+ }
181
+ },
182
+ hovered: {
183
+ attributes: {
184
+ group: 'paint',
185
+ state: 'active',
186
+ introduced: '0.13.3',
187
+ description: 'Hovered state of color.chart.information.bold.'
188
+ }
189
+ }
190
+ }
191
+ },
192
+ discovery: {
193
+ '[default]': {
194
+ '[default]': {
195
+ attributes: {
196
+ group: 'paint',
197
+ state: 'active',
198
+ introduced: '0.13.3',
199
+ description: "For data visualisation communicating 'new' statuses."
200
+ }
201
+ },
202
+ hovered: {
203
+ attributes: {
204
+ group: 'paint',
205
+ state: 'active',
206
+ introduced: '0.13.3',
207
+ description: 'Hovered state of color.chart.discovery.'
208
+ }
209
+ }
210
+ },
211
+ bold: {
212
+ '[default]': {
213
+ attributes: {
214
+ group: 'paint',
215
+ state: 'active',
216
+ introduced: '0.13.3',
217
+ description: 'A stronger emphasis option of color.chart.discovery.'
218
+ }
219
+ },
220
+ hovered: {
221
+ attributes: {
222
+ group: 'paint',
223
+ state: 'active',
224
+ introduced: '0.13.3',
225
+ description: 'Hovered state of color.chart.discovery.bold.'
226
+ }
227
+ }
228
+ }
229
+ },
230
+ categorical: {
231
+ 1: {
232
+ '[default]': {
233
+ attributes: {
234
+ group: 'paint',
235
+ state: 'active',
236
+ introduced: '0.13.3',
237
+ description: 'For data visualisation only. Follow numbered sequence.'
238
+ }
239
+ },
240
+ hovered: {
241
+ attributes: {
242
+ group: 'paint',
243
+ state: 'active',
244
+ introduced: '0.13.3',
245
+ description: 'Hovered state of color.chart.categorical.1.'
246
+ }
247
+ }
248
+ },
249
+ 2: {
250
+ '[default]': {
251
+ attributes: {
252
+ group: 'paint',
253
+ state: 'active',
254
+ introduced: '0.13.3',
255
+ description: 'For data visualisation only. Follow numbered sequence.'
256
+ }
257
+ },
258
+ hovered: {
259
+ attributes: {
260
+ group: 'paint',
261
+ state: 'active',
262
+ introduced: '0.13.3',
263
+ description: 'Hovered state of color.chart.categorical.2.'
264
+ }
265
+ }
266
+ },
267
+ 3: {
268
+ '[default]': {
269
+ attributes: {
270
+ group: 'paint',
271
+ state: 'active',
272
+ introduced: '0.13.3',
273
+ description: 'For data visualisation only. Follow numbered sequence.'
274
+ }
275
+ },
276
+ hovered: {
277
+ attributes: {
278
+ group: 'paint',
279
+ state: 'active',
280
+ introduced: '0.13.3',
281
+ description: 'Hovered state of color.chart.categorical.3.'
282
+ }
283
+ }
284
+ },
285
+ 4: {
286
+ '[default]': {
287
+ attributes: {
288
+ group: 'paint',
289
+ state: 'active',
290
+ introduced: '0.13.3',
291
+ description: 'For data visualisation only. Follow numbered sequence.'
292
+ }
293
+ },
294
+ hovered: {
295
+ attributes: {
296
+ group: 'paint',
297
+ state: 'active',
298
+ introduced: '0.13.3',
299
+ description: 'Hovered state of color.chart.categorical.4.'
300
+ }
301
+ }
302
+ },
303
+ 5: {
304
+ '[default]': {
305
+ attributes: {
306
+ group: 'paint',
307
+ state: 'active',
308
+ introduced: '0.13.3',
309
+ description: 'For data visualisation only. Follow numbered sequence.'
310
+ }
311
+ },
312
+ hovered: {
313
+ attributes: {
314
+ group: 'paint',
315
+ state: 'active',
316
+ introduced: '0.13.3',
317
+ description: 'Hovered state of color.chart.categorical.5.'
318
+ }
319
+ }
320
+ },
321
+ 6: {
322
+ '[default]': {
323
+ attributes: {
324
+ group: 'paint',
325
+ state: 'active',
326
+ introduced: '0.13.3',
327
+ description: 'For data visualisation only. Follow numbered sequence.'
328
+ }
329
+ },
330
+ hovered: {
331
+ attributes: {
332
+ group: 'paint',
333
+ state: 'active',
334
+ introduced: '0.13.3',
335
+ description: 'Hovered state of color.chart.categorical.6.'
336
+ }
337
+ }
338
+ },
339
+ 7: {
340
+ '[default]': {
341
+ attributes: {
342
+ group: 'paint',
343
+ state: 'active',
344
+ introduced: '0.13.3',
345
+ description: 'For data visualisation only. Follow numbered sequence.'
346
+ }
347
+ },
348
+ hovered: {
349
+ attributes: {
350
+ group: 'paint',
351
+ state: 'active',
352
+ introduced: '0.13.3',
353
+ description: 'Hovered state of color.chart.categorical.7.'
354
+ }
355
+ }
356
+ },
357
+ 8: {
358
+ '[default]': {
359
+ attributes: {
360
+ group: 'paint',
361
+ state: 'active',
362
+ introduced: '0.13.3',
363
+ description: 'For data visualisation only. Follow numbered sequence.'
364
+ }
365
+ },
366
+ hovered: {
367
+ attributes: {
368
+ group: 'paint',
369
+ state: 'active',
370
+ introduced: '0.13.3',
371
+ description: 'Hovered state of color.chart.categorical.8.'
372
+ }
373
+ }
374
+ }
375
+ },
376
+ blue: {
377
+ bold: {
378
+ '[default]': {
379
+ attributes: {
380
+ group: 'paint',
381
+ state: 'active',
382
+ introduced: '0.13.3',
383
+ description: 'For data visualisation only.'
384
+ }
385
+ },
386
+ hovered: {
387
+ attributes: {
388
+ group: 'paint',
389
+ state: 'active',
390
+ introduced: '0.13.3',
391
+ description: 'Hovered state of color.chart.blue.bold.'
392
+ }
393
+ }
394
+ },
395
+ bolder: {
396
+ '[default]': {
397
+ attributes: {
398
+ group: 'paint',
399
+ state: 'active',
400
+ introduced: '0.13.3',
401
+ description: 'For data visualisation only.'
402
+ }
403
+ },
404
+ hovered: {
405
+ attributes: {
406
+ group: 'paint',
407
+ state: 'active',
408
+ introduced: '0.13.3',
409
+ description: 'Hovered state of color.chart.blue.bolder.'
410
+ }
411
+ }
412
+ },
413
+ boldest: {
414
+ '[default]': {
415
+ attributes: {
416
+ group: 'paint',
417
+ state: 'active',
418
+ introduced: '0.13.3',
419
+ description: 'For data visualisation only.'
420
+ }
421
+ },
422
+ hovered: {
423
+ attributes: {
424
+ group: 'paint',
425
+ state: 'active',
426
+ introduced: '0.13.3',
427
+ description: 'Hovered state of color.chart.blue.boldest.'
428
+ }
429
+ }
430
+ }
431
+ },
432
+ red: {
433
+ bold: {
434
+ '[default]': {
435
+ attributes: {
436
+ group: 'paint',
437
+ state: 'active',
438
+ introduced: '0.13.3',
439
+ description: 'For data visualisation only.'
440
+ }
441
+ },
442
+ hovered: {
443
+ attributes: {
444
+ group: 'paint',
445
+ state: 'active',
446
+ introduced: '0.13.3',
447
+ description: 'Hovered state of color.chart.red.bold.'
448
+ }
449
+ }
450
+ },
451
+ bolder: {
452
+ '[default]': {
453
+ attributes: {
454
+ group: 'paint',
455
+ state: 'active',
456
+ introduced: '0.13.3',
457
+ description: 'For data visualisation only.'
458
+ }
459
+ },
460
+ hovered: {
461
+ attributes: {
462
+ group: 'paint',
463
+ state: 'active',
464
+ introduced: '0.13.3',
465
+ description: 'Hovered state of color.chart.red.bolder.'
466
+ }
467
+ }
468
+ },
469
+ boldest: {
470
+ '[default]': {
471
+ attributes: {
472
+ group: 'paint',
473
+ state: 'active',
474
+ introduced: '0.13.3',
475
+ description: 'For data visualisation only.'
476
+ }
477
+ },
478
+ hovered: {
479
+ attributes: {
480
+ group: 'paint',
481
+ state: 'active',
482
+ introduced: '0.13.3',
483
+ description: 'Hovered state of color.chart.red.boldest.'
484
+ }
485
+ }
486
+ }
487
+ },
488
+ orange: {
489
+ bold: {
490
+ '[default]': {
491
+ attributes: {
492
+ group: 'paint',
493
+ state: 'active',
494
+ introduced: '0.13.3',
495
+ description: 'For data visualisation only.'
496
+ }
497
+ },
498
+ hovered: {
499
+ attributes: {
500
+ group: 'paint',
501
+ state: 'active',
502
+ introduced: '0.13.3',
503
+ description: 'Hovered state of color.chart.orange.bold.'
504
+ }
505
+ }
506
+ },
507
+ bolder: {
508
+ '[default]': {
509
+ attributes: {
510
+ group: 'paint',
511
+ state: 'active',
512
+ introduced: '0.13.3',
513
+ description: 'For data visualisation only.'
514
+ }
515
+ },
516
+ hovered: {
517
+ attributes: {
518
+ group: 'paint',
519
+ state: 'active',
520
+ introduced: '0.13.3',
521
+ description: 'Hovered state of color.chart.orange.bolder.'
522
+ }
523
+ }
524
+ },
525
+ boldest: {
526
+ '[default]': {
527
+ attributes: {
528
+ group: 'paint',
529
+ state: 'active',
530
+ introduced: '0.13.3',
531
+ description: 'For data visualisation only.'
532
+ }
533
+ },
534
+ hovered: {
535
+ attributes: {
536
+ group: 'paint',
537
+ state: 'active',
538
+ introduced: '0.13.3',
539
+ description: 'Hovered state of color.chart.orange.boldest.'
540
+ }
541
+ }
542
+ }
543
+ },
544
+ yellow: {
545
+ bold: {
546
+ '[default]': {
547
+ attributes: {
548
+ group: 'paint',
549
+ state: 'active',
550
+ introduced: '0.13.3',
551
+ description: 'For data visualisation only.'
552
+ }
553
+ },
554
+ hovered: {
555
+ attributes: {
556
+ group: 'paint',
557
+ state: 'active',
558
+ introduced: '0.13.3',
559
+ description: 'Hovered state of color.chart.yellow.bold.'
560
+ }
561
+ }
562
+ },
563
+ bolder: {
564
+ '[default]': {
565
+ attributes: {
566
+ group: 'paint',
567
+ state: 'active',
568
+ introduced: '0.13.3',
569
+ description: 'For data visualisation only.'
570
+ }
571
+ },
572
+ hovered: {
573
+ attributes: {
574
+ group: 'paint',
575
+ state: 'active',
576
+ introduced: '0.13.3',
577
+ description: 'Hovered state of color.chart.yellow.bolder.'
578
+ }
579
+ }
580
+ },
581
+ boldest: {
582
+ '[default]': {
583
+ attributes: {
584
+ group: 'paint',
585
+ state: 'active',
586
+ introduced: '0.13.3',
587
+ description: 'For data visualisation only.'
588
+ }
589
+ },
590
+ hovered: {
591
+ attributes: {
592
+ group: 'paint',
593
+ state: 'active',
594
+ introduced: '0.13.3',
595
+ description: 'Hovered state of color.chart.yellow.boldest.'
596
+ }
597
+ }
598
+ }
599
+ },
600
+ green: {
601
+ bold: {
602
+ '[default]': {
603
+ attributes: {
604
+ group: 'paint',
605
+ state: 'active',
606
+ introduced: '0.13.3',
607
+ description: 'For data visualisation only.'
608
+ }
609
+ },
610
+ hovered: {
611
+ attributes: {
612
+ group: 'paint',
613
+ state: 'active',
614
+ introduced: '0.13.3',
615
+ description: 'Hovered state of color.chart.green.bold.'
616
+ }
617
+ }
618
+ },
619
+ bolder: {
620
+ '[default]': {
621
+ attributes: {
622
+ group: 'paint',
623
+ state: 'active',
624
+ introduced: '0.13.3',
625
+ description: 'For data visualisation only.'
626
+ }
627
+ },
628
+ hovered: {
629
+ attributes: {
630
+ group: 'paint',
631
+ state: 'active',
632
+ introduced: '0.13.3',
633
+ description: 'Hovered state of color.chart.green.bolder.'
634
+ }
635
+ }
636
+ },
637
+ boldest: {
638
+ '[default]': {
639
+ attributes: {
640
+ group: 'paint',
641
+ state: 'active',
642
+ introduced: '0.13.3',
643
+ description: 'For data visualisation only.'
644
+ }
645
+ },
646
+ hovered: {
647
+ attributes: {
648
+ group: 'paint',
649
+ state: 'active',
650
+ introduced: '0.13.3',
651
+ description: 'Hovered state of color.chart.green.boldest.'
652
+ }
653
+ }
654
+ }
655
+ },
656
+ teal: {
657
+ bold: {
658
+ '[default]': {
659
+ attributes: {
660
+ group: 'paint',
661
+ state: 'active',
662
+ introduced: '0.13.3',
663
+ description: 'For data visualisation only.'
664
+ }
665
+ },
666
+ hovered: {
667
+ attributes: {
668
+ group: 'paint',
669
+ state: 'active',
670
+ introduced: '0.13.3',
671
+ description: 'Hovered state of color.chart.teal.bold.'
672
+ }
673
+ }
674
+ },
675
+ bolder: {
676
+ '[default]': {
677
+ attributes: {
678
+ group: 'paint',
679
+ state: 'active',
680
+ introduced: '0.13.3',
681
+ description: 'For data visualisation only.'
682
+ }
683
+ },
684
+ hovered: {
685
+ attributes: {
686
+ group: 'paint',
687
+ state: 'active',
688
+ introduced: '0.13.3',
689
+ description: 'Hovered state of color.chart.teal.bolder.'
690
+ }
691
+ }
692
+ },
693
+ boldest: {
694
+ '[default]': {
695
+ attributes: {
696
+ group: 'paint',
697
+ state: 'active',
698
+ introduced: '0.13.3',
699
+ description: 'For data visualisation only.'
700
+ }
701
+ },
702
+ hovered: {
703
+ attributes: {
704
+ group: 'paint',
705
+ state: 'active',
706
+ introduced: '0.13.3',
707
+ description: 'Hovered state of color.chart.teal.boldest.'
708
+ }
709
+ }
710
+ }
711
+ },
712
+ purple: {
713
+ bold: {
714
+ '[default]': {
715
+ attributes: {
716
+ group: 'paint',
717
+ state: 'active',
718
+ introduced: '0.13.3',
719
+ description: 'For data visualisation only.'
720
+ }
721
+ },
722
+ hovered: {
723
+ attributes: {
724
+ group: 'paint',
725
+ state: 'active',
726
+ introduced: '0.13.3',
727
+ description: 'Hovered state of color.chart.purple.bold.'
728
+ }
729
+ }
730
+ },
731
+ bolder: {
732
+ '[default]': {
733
+ attributes: {
734
+ group: 'paint',
735
+ state: 'active',
736
+ introduced: '0.13.3',
737
+ description: 'For data visualisation only.'
738
+ }
739
+ },
740
+ hovered: {
741
+ attributes: {
742
+ group: 'paint',
743
+ state: 'active',
744
+ introduced: '0.13.3',
745
+ description: 'Hovered state of color.chart.purple.bolder.'
746
+ }
747
+ }
748
+ },
749
+ boldest: {
750
+ '[default]': {
751
+ attributes: {
752
+ group: 'paint',
753
+ state: 'active',
754
+ introduced: '0.13.3',
755
+ description: 'For data visualisation only.'
756
+ }
757
+ },
758
+ hovered: {
759
+ attributes: {
760
+ group: 'paint',
761
+ state: 'active',
762
+ introduced: '0.13.3',
763
+ description: 'Hovered state of color.chart.purple.boldest.'
764
+ }
765
+ }
766
+ }
767
+ },
768
+ magenta: {
769
+ bold: {
770
+ '[default]': {
771
+ attributes: {
772
+ group: 'paint',
773
+ state: 'active',
774
+ introduced: '0.13.3',
775
+ description: 'For data visualisation only.'
776
+ }
777
+ },
778
+ hovered: {
779
+ attributes: {
780
+ group: 'paint',
781
+ state: 'active',
782
+ introduced: '0.13.3',
783
+ description: 'Hovered state of color.chart.magenta.bold.'
784
+ }
785
+ }
786
+ },
787
+ bolder: {
788
+ '[default]': {
789
+ attributes: {
790
+ group: 'paint',
791
+ state: 'active',
792
+ introduced: '0.13.3',
793
+ description: 'For data visualisation only.'
794
+ }
795
+ },
796
+ hovered: {
797
+ attributes: {
798
+ group: 'paint',
799
+ state: 'active',
800
+ introduced: '0.13.3',
801
+ description: 'Hovered state of color.chart.magenta.bolder.'
802
+ }
803
+ }
804
+ },
805
+ boldest: {
806
+ '[default]': {
807
+ attributes: {
808
+ group: 'paint',
809
+ state: 'active',
810
+ introduced: '0.13.3',
811
+ description: 'For data visualisation only.'
812
+ }
813
+ },
814
+ hovered: {
815
+ attributes: {
816
+ group: 'paint',
817
+ state: 'active',
818
+ introduced: '0.13.3',
819
+ description: 'Hovered state of color.chart.magenta.boldest.'
820
+ }
821
+ }
822
+ }
823
+ },
824
+ gray: {
825
+ bold: {
826
+ '[default]': {
827
+ attributes: {
828
+ group: 'paint',
829
+ state: 'active',
830
+ introduced: '0.13.3',
831
+ description: 'For data visualisation only.'
832
+ }
833
+ },
834
+ hovered: {
835
+ attributes: {
836
+ group: 'paint',
837
+ state: 'active',
838
+ introduced: '0.13.3',
839
+ description: 'Hovered state of color.chart.gray.bold.'
840
+ }
841
+ }
842
+ },
843
+ bolder: {
844
+ '[default]': {
845
+ attributes: {
846
+ group: 'paint',
847
+ state: 'active',
848
+ introduced: '0.13.3',
849
+ description: 'For data visualisation only.'
850
+ }
851
+ },
852
+ hovered: {
853
+ attributes: {
854
+ group: 'paint',
855
+ state: 'active',
856
+ introduced: '0.13.3',
857
+ description: 'Hovered state of color.chart.gray.bolder.'
858
+ }
859
+ }
860
+ },
861
+ boldest: {
862
+ '[default]': {
863
+ attributes: {
864
+ group: 'paint',
865
+ state: 'active',
866
+ introduced: '0.13.3',
867
+ description: 'For data visualisation only.'
868
+ }
869
+ },
870
+ hovered: {
871
+ attributes: {
872
+ group: 'paint',
873
+ state: 'active',
874
+ introduced: '0.13.3',
875
+ description: 'Hovered state of color.chart.gray.boldest.'
876
+ }
877
+ }
878
+ }
879
+ }
880
+ }
881
+ }
882
+ };
883
+ export default color;