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