@atlaskit/tokens 0.13.3 → 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.
- package/CHANGELOG.md +7 -0
- package/css/atlassian-dark.css +321 -321
- package/css/atlassian-legacy-dark.css +321 -321
- package/css/atlassian-legacy-light.css +321 -321
- package/css/atlassian-light.css +321 -321
- package/css/atlassian-spacing.css +31 -31
- package/css/atlassian-typography.css +6 -6
- package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +340 -340
- package/dist/cjs/artifacts/palettes-raw/palette.js +607 -607
- package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +35 -35
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +43 -43
- package/dist/cjs/artifacts/replacement-mapping.js +112 -112
- package/dist/cjs/artifacts/token-default-values.js +199 -199
- package/dist/cjs/artifacts/token-names.js +199 -199
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3846 -3459
- package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +702 -622
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +80 -60
- package/dist/cjs/entry-points/figma-sync.js +23 -0
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/default/color/background.js +2 -2
- package/dist/cjs/tokens/default/color/border.js +1 -1
- package/dist/cjs/tokens/default/color/chart.js +94 -94
- package/dist/cjs/tokens/default/color/icon.js +1 -1
- package/dist/cjs/tokens/default/color/text.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +340 -340
- package/dist/es2019/artifacts/palettes-raw/palette.js +607 -607
- package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +35 -35
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +43 -43
- package/dist/es2019/artifacts/replacement-mapping.js +112 -112
- package/dist/es2019/artifacts/token-default-values.js +199 -199
- package/dist/es2019/artifacts/token-names.js +199 -199
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3846 -3459
- package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +702 -622
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +80 -60
- package/dist/es2019/entry-points/figma-sync.js +3 -0
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/default/color/background.js +2 -2
- package/dist/es2019/tokens/default/color/border.js +1 -1
- package/dist/es2019/tokens/default/color/chart.js +94 -94
- package/dist/es2019/tokens/default/color/icon.js +1 -1
- package/dist/es2019/tokens/default/color/text.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/legacy-palette.js +340 -340
- package/dist/esm/artifacts/palettes-raw/palette.js +607 -607
- package/dist/esm/artifacts/palettes-raw/spacing-scale.js +35 -35
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +43 -43
- package/dist/esm/artifacts/replacement-mapping.js +112 -112
- package/dist/esm/artifacts/token-default-values.js +199 -199
- package/dist/esm/artifacts/token-names.js +199 -199
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3846 -3459
- package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +702 -622
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +80 -60
- package/dist/esm/entry-points/figma-sync.js +3 -0
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/default/color/background.js +2 -2
- package/dist/esm/tokens/default/color/border.js +1 -1
- package/dist/esm/tokens/default/color/chart.js +94 -94
- package/dist/esm/tokens/default/color/icon.js +1 -1
- package/dist/esm/tokens/default/color/text.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +5 -5
- package/dist/types/artifacts/palettes-raw/palette.d.ts +5 -5
- package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
- package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
- package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +199 -199
- package/dist/types/artifacts/token-names.d.ts +397 -397
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +42 -37
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +42 -37
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +38 -33
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +38 -33
- package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +22 -17
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/figma-sync.d.ts +3 -0
- package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
- package/dist/types/tokens/default/utility/utility.d.ts +1 -1
- package/figma-sync/package.json +17 -0
- package/package.json +4 -3
- package/report.api.md +396 -396
- package/tmp/api-report-tmp.d.ts +396 -396
- package/dist/cjs/figma/synchronize-figma-tokens.js +0 -220
- package/dist/cjs/figma/types.js +0 -5
- package/dist/es2019/figma/synchronize-figma-tokens.js +0 -212
- package/dist/es2019/figma/types.js +0 -1
- package/dist/esm/figma/synchronize-figma-tokens.js +0 -216
- package/dist/esm/figma/types.js +0 -1
- package/dist/types/figma/synchronize-figma-tokens.d.ts +0 -24
- package/dist/types/figma/types.d.ts +0 -40
|
@@ -12,7 +12,7 @@ var color = {
|
|
|
12
12
|
attributes: {
|
|
13
13
|
group: 'paint',
|
|
14
14
|
state: 'active',
|
|
15
|
-
introduced: '0.13.
|
|
15
|
+
introduced: '0.13.3',
|
|
16
16
|
description: 'Our primary color for data visualisation. Use when only one color is required.'
|
|
17
17
|
}
|
|
18
18
|
},
|
|
@@ -20,7 +20,7 @@ var color = {
|
|
|
20
20
|
attributes: {
|
|
21
21
|
group: 'paint',
|
|
22
22
|
state: 'active',
|
|
23
|
-
introduced: '0.13.
|
|
23
|
+
introduced: '0.13.3',
|
|
24
24
|
description: 'Hovered state of color.chart.brand.'
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -30,7 +30,7 @@ var color = {
|
|
|
30
30
|
attributes: {
|
|
31
31
|
group: 'paint',
|
|
32
32
|
state: 'active',
|
|
33
|
-
introduced: '0.13.
|
|
33
|
+
introduced: '0.13.3',
|
|
34
34
|
description: "A secondary color for data visualisation or to communicate 'to-do' statues."
|
|
35
35
|
}
|
|
36
36
|
},
|
|
@@ -38,7 +38,7 @@ var color = {
|
|
|
38
38
|
attributes: {
|
|
39
39
|
group: 'paint',
|
|
40
40
|
state: 'active',
|
|
41
|
-
introduced: '0.13.
|
|
41
|
+
introduced: '0.13.3',
|
|
42
42
|
description: 'Hovered state of color.chart.neutral.'
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -49,7 +49,7 @@ var color = {
|
|
|
49
49
|
attributes: {
|
|
50
50
|
group: 'paint',
|
|
51
51
|
state: 'active',
|
|
52
|
-
introduced: '0.13.
|
|
52
|
+
introduced: '0.13.3',
|
|
53
53
|
description: "For data visualisation communicating positive information, such as 'on track'."
|
|
54
54
|
}
|
|
55
55
|
},
|
|
@@ -57,7 +57,7 @@ var color = {
|
|
|
57
57
|
attributes: {
|
|
58
58
|
group: 'paint',
|
|
59
59
|
state: 'active',
|
|
60
|
-
introduced: '0.13.
|
|
60
|
+
introduced: '0.13.3',
|
|
61
61
|
description: 'Hovered state of color.chart.success.'
|
|
62
62
|
}
|
|
63
63
|
}
|
|
@@ -67,7 +67,7 @@ var color = {
|
|
|
67
67
|
attributes: {
|
|
68
68
|
group: 'paint',
|
|
69
69
|
state: 'active',
|
|
70
|
-
introduced: '0.13.
|
|
70
|
+
introduced: '0.13.3',
|
|
71
71
|
description: 'A stronger emphasis option of color.chart.success.'
|
|
72
72
|
}
|
|
73
73
|
},
|
|
@@ -75,7 +75,7 @@ var color = {
|
|
|
75
75
|
attributes: {
|
|
76
76
|
group: 'paint',
|
|
77
77
|
state: 'active',
|
|
78
|
-
introduced: '0.13.
|
|
78
|
+
introduced: '0.13.3',
|
|
79
79
|
description: 'Hovered state of color.chart.success.bold.'
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -87,7 +87,7 @@ var color = {
|
|
|
87
87
|
attributes: {
|
|
88
88
|
group: 'paint',
|
|
89
89
|
state: 'active',
|
|
90
|
-
introduced: '0.13.
|
|
90
|
+
introduced: '0.13.3',
|
|
91
91
|
description: "For data visualisation communicating negative information, such as 'off track'."
|
|
92
92
|
}
|
|
93
93
|
},
|
|
@@ -95,7 +95,7 @@ var color = {
|
|
|
95
95
|
attributes: {
|
|
96
96
|
group: 'paint',
|
|
97
97
|
state: 'active',
|
|
98
|
-
introduced: '0.13.
|
|
98
|
+
introduced: '0.13.3',
|
|
99
99
|
description: 'Hovered state of color.chart.danger.'
|
|
100
100
|
}
|
|
101
101
|
}
|
|
@@ -105,7 +105,7 @@ var color = {
|
|
|
105
105
|
attributes: {
|
|
106
106
|
group: 'paint',
|
|
107
107
|
state: 'active',
|
|
108
|
-
introduced: '0.13.
|
|
108
|
+
introduced: '0.13.3',
|
|
109
109
|
description: 'A stronger emphasis option of color.chart.danger.'
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -113,7 +113,7 @@ var color = {
|
|
|
113
113
|
attributes: {
|
|
114
114
|
group: 'paint',
|
|
115
115
|
state: 'active',
|
|
116
|
-
introduced: '0.13.
|
|
116
|
+
introduced: '0.13.3',
|
|
117
117
|
description: 'Hovered state of color.chart.danger.bold.'
|
|
118
118
|
}
|
|
119
119
|
}
|
|
@@ -125,7 +125,7 @@ var color = {
|
|
|
125
125
|
attributes: {
|
|
126
126
|
group: 'paint',
|
|
127
127
|
state: 'active',
|
|
128
|
-
introduced: '0.13.
|
|
128
|
+
introduced: '0.13.3',
|
|
129
129
|
description: "For data visualisation communicating caution, such as 'at risk' statuses."
|
|
130
130
|
}
|
|
131
131
|
},
|
|
@@ -133,7 +133,7 @@ var color = {
|
|
|
133
133
|
attributes: {
|
|
134
134
|
group: 'paint',
|
|
135
135
|
state: 'active',
|
|
136
|
-
introduced: '0.13.
|
|
136
|
+
introduced: '0.13.3',
|
|
137
137
|
description: 'Hovered state of color.chart.warning.'
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -143,7 +143,7 @@ var color = {
|
|
|
143
143
|
attributes: {
|
|
144
144
|
group: 'paint',
|
|
145
145
|
state: 'active',
|
|
146
|
-
introduced: '0.13.
|
|
146
|
+
introduced: '0.13.3',
|
|
147
147
|
description: 'A stronger emphasis option of color.chart.warning.'
|
|
148
148
|
}
|
|
149
149
|
},
|
|
@@ -151,7 +151,7 @@ var color = {
|
|
|
151
151
|
attributes: {
|
|
152
152
|
group: 'paint',
|
|
153
153
|
state: 'active',
|
|
154
|
-
introduced: '0.13.
|
|
154
|
+
introduced: '0.13.3',
|
|
155
155
|
description: 'Hovered state of color.chart.warning.bold.'
|
|
156
156
|
}
|
|
157
157
|
}
|
|
@@ -163,7 +163,7 @@ var color = {
|
|
|
163
163
|
attributes: {
|
|
164
164
|
group: 'paint',
|
|
165
165
|
state: 'active',
|
|
166
|
-
introduced: '0.13.
|
|
166
|
+
introduced: '0.13.3',
|
|
167
167
|
description: 'For data visualisation communicating low priority or in-progress statuses.'
|
|
168
168
|
}
|
|
169
169
|
},
|
|
@@ -171,7 +171,7 @@ var color = {
|
|
|
171
171
|
attributes: {
|
|
172
172
|
group: 'paint',
|
|
173
173
|
state: 'active',
|
|
174
|
-
introduced: '0.13.
|
|
174
|
+
introduced: '0.13.3',
|
|
175
175
|
description: 'Hovered state of color.chart.information.'
|
|
176
176
|
}
|
|
177
177
|
}
|
|
@@ -181,7 +181,7 @@ var color = {
|
|
|
181
181
|
attributes: {
|
|
182
182
|
group: 'paint',
|
|
183
183
|
state: 'active',
|
|
184
|
-
introduced: '0.13.
|
|
184
|
+
introduced: '0.13.3',
|
|
185
185
|
description: 'A stronger emphasis option of color.chart.information.'
|
|
186
186
|
}
|
|
187
187
|
},
|
|
@@ -189,7 +189,7 @@ var color = {
|
|
|
189
189
|
attributes: {
|
|
190
190
|
group: 'paint',
|
|
191
191
|
state: 'active',
|
|
192
|
-
introduced: '0.13.
|
|
192
|
+
introduced: '0.13.3',
|
|
193
193
|
description: 'Hovered state of color.chart.information.bold.'
|
|
194
194
|
}
|
|
195
195
|
}
|
|
@@ -201,7 +201,7 @@ var color = {
|
|
|
201
201
|
attributes: {
|
|
202
202
|
group: 'paint',
|
|
203
203
|
state: 'active',
|
|
204
|
-
introduced: '0.13.
|
|
204
|
+
introduced: '0.13.3',
|
|
205
205
|
description: "For data visualisation communicating 'new' statuses."
|
|
206
206
|
}
|
|
207
207
|
},
|
|
@@ -209,7 +209,7 @@ var color = {
|
|
|
209
209
|
attributes: {
|
|
210
210
|
group: 'paint',
|
|
211
211
|
state: 'active',
|
|
212
|
-
introduced: '0.13.
|
|
212
|
+
introduced: '0.13.3',
|
|
213
213
|
description: 'Hovered state of color.chart.discovery.'
|
|
214
214
|
}
|
|
215
215
|
}
|
|
@@ -219,7 +219,7 @@ var color = {
|
|
|
219
219
|
attributes: {
|
|
220
220
|
group: 'paint',
|
|
221
221
|
state: 'active',
|
|
222
|
-
introduced: '0.13.
|
|
222
|
+
introduced: '0.13.3',
|
|
223
223
|
description: 'A stronger emphasis option of color.chart.discovery.'
|
|
224
224
|
}
|
|
225
225
|
},
|
|
@@ -227,7 +227,7 @@ var color = {
|
|
|
227
227
|
attributes: {
|
|
228
228
|
group: 'paint',
|
|
229
229
|
state: 'active',
|
|
230
|
-
introduced: '0.13.
|
|
230
|
+
introduced: '0.13.3',
|
|
231
231
|
description: 'Hovered state of color.chart.discovery.bold.'
|
|
232
232
|
}
|
|
233
233
|
}
|
|
@@ -239,7 +239,7 @@ var color = {
|
|
|
239
239
|
attributes: {
|
|
240
240
|
group: 'paint',
|
|
241
241
|
state: 'active',
|
|
242
|
-
introduced: '0.13.
|
|
242
|
+
introduced: '0.13.3',
|
|
243
243
|
description: 'For data visualisation only. Follow numbered sequence.'
|
|
244
244
|
}
|
|
245
245
|
},
|
|
@@ -247,7 +247,7 @@ var color = {
|
|
|
247
247
|
attributes: {
|
|
248
248
|
group: 'paint',
|
|
249
249
|
state: 'active',
|
|
250
|
-
introduced: '0.13.
|
|
250
|
+
introduced: '0.13.3',
|
|
251
251
|
description: 'Hovered state of color.chart.categorical.1.'
|
|
252
252
|
}
|
|
253
253
|
}
|
|
@@ -257,7 +257,7 @@ var color = {
|
|
|
257
257
|
attributes: {
|
|
258
258
|
group: 'paint',
|
|
259
259
|
state: 'active',
|
|
260
|
-
introduced: '0.13.
|
|
260
|
+
introduced: '0.13.3',
|
|
261
261
|
description: 'For data visualisation only. Follow numbered sequence.'
|
|
262
262
|
}
|
|
263
263
|
},
|
|
@@ -265,7 +265,7 @@ var color = {
|
|
|
265
265
|
attributes: {
|
|
266
266
|
group: 'paint',
|
|
267
267
|
state: 'active',
|
|
268
|
-
introduced: '0.13.
|
|
268
|
+
introduced: '0.13.3',
|
|
269
269
|
description: 'Hovered state of color.chart.categorical.2.'
|
|
270
270
|
}
|
|
271
271
|
}
|
|
@@ -275,7 +275,7 @@ var color = {
|
|
|
275
275
|
attributes: {
|
|
276
276
|
group: 'paint',
|
|
277
277
|
state: 'active',
|
|
278
|
-
introduced: '0.13.
|
|
278
|
+
introduced: '0.13.3',
|
|
279
279
|
description: 'For data visualisation only. Follow numbered sequence.'
|
|
280
280
|
}
|
|
281
281
|
},
|
|
@@ -283,7 +283,7 @@ var color = {
|
|
|
283
283
|
attributes: {
|
|
284
284
|
group: 'paint',
|
|
285
285
|
state: 'active',
|
|
286
|
-
introduced: '0.13.
|
|
286
|
+
introduced: '0.13.3',
|
|
287
287
|
description: 'Hovered state of color.chart.categorical.3.'
|
|
288
288
|
}
|
|
289
289
|
}
|
|
@@ -293,7 +293,7 @@ var color = {
|
|
|
293
293
|
attributes: {
|
|
294
294
|
group: 'paint',
|
|
295
295
|
state: 'active',
|
|
296
|
-
introduced: '0.13.
|
|
296
|
+
introduced: '0.13.3',
|
|
297
297
|
description: 'For data visualisation only. Follow numbered sequence.'
|
|
298
298
|
}
|
|
299
299
|
},
|
|
@@ -301,7 +301,7 @@ var color = {
|
|
|
301
301
|
attributes: {
|
|
302
302
|
group: 'paint',
|
|
303
303
|
state: 'active',
|
|
304
|
-
introduced: '0.13.
|
|
304
|
+
introduced: '0.13.3',
|
|
305
305
|
description: 'Hovered state of color.chart.categorical.4.'
|
|
306
306
|
}
|
|
307
307
|
}
|
|
@@ -311,7 +311,7 @@ var color = {
|
|
|
311
311
|
attributes: {
|
|
312
312
|
group: 'paint',
|
|
313
313
|
state: 'active',
|
|
314
|
-
introduced: '0.13.
|
|
314
|
+
introduced: '0.13.3',
|
|
315
315
|
description: 'For data visualisation only. Follow numbered sequence.'
|
|
316
316
|
}
|
|
317
317
|
},
|
|
@@ -319,7 +319,7 @@ var color = {
|
|
|
319
319
|
attributes: {
|
|
320
320
|
group: 'paint',
|
|
321
321
|
state: 'active',
|
|
322
|
-
introduced: '0.13.
|
|
322
|
+
introduced: '0.13.3',
|
|
323
323
|
description: 'Hovered state of color.chart.categorical.5.'
|
|
324
324
|
}
|
|
325
325
|
}
|
|
@@ -329,7 +329,7 @@ var color = {
|
|
|
329
329
|
attributes: {
|
|
330
330
|
group: 'paint',
|
|
331
331
|
state: 'active',
|
|
332
|
-
introduced: '0.13.
|
|
332
|
+
introduced: '0.13.3',
|
|
333
333
|
description: 'For data visualisation only. Follow numbered sequence.'
|
|
334
334
|
}
|
|
335
335
|
},
|
|
@@ -337,7 +337,7 @@ var color = {
|
|
|
337
337
|
attributes: {
|
|
338
338
|
group: 'paint',
|
|
339
339
|
state: 'active',
|
|
340
|
-
introduced: '0.13.
|
|
340
|
+
introduced: '0.13.3',
|
|
341
341
|
description: 'Hovered state of color.chart.categorical.6.'
|
|
342
342
|
}
|
|
343
343
|
}
|
|
@@ -347,7 +347,7 @@ var color = {
|
|
|
347
347
|
attributes: {
|
|
348
348
|
group: 'paint',
|
|
349
349
|
state: 'active',
|
|
350
|
-
introduced: '0.13.
|
|
350
|
+
introduced: '0.13.3',
|
|
351
351
|
description: 'For data visualisation only. Follow numbered sequence.'
|
|
352
352
|
}
|
|
353
353
|
},
|
|
@@ -355,7 +355,7 @@ var color = {
|
|
|
355
355
|
attributes: {
|
|
356
356
|
group: 'paint',
|
|
357
357
|
state: 'active',
|
|
358
|
-
introduced: '0.13.
|
|
358
|
+
introduced: '0.13.3',
|
|
359
359
|
description: 'Hovered state of color.chart.categorical.7.'
|
|
360
360
|
}
|
|
361
361
|
}
|
|
@@ -365,7 +365,7 @@ var color = {
|
|
|
365
365
|
attributes: {
|
|
366
366
|
group: 'paint',
|
|
367
367
|
state: 'active',
|
|
368
|
-
introduced: '0.13.
|
|
368
|
+
introduced: '0.13.3',
|
|
369
369
|
description: 'For data visualisation only. Follow numbered sequence.'
|
|
370
370
|
}
|
|
371
371
|
},
|
|
@@ -373,7 +373,7 @@ var color = {
|
|
|
373
373
|
attributes: {
|
|
374
374
|
group: 'paint',
|
|
375
375
|
state: 'active',
|
|
376
|
-
introduced: '0.13.
|
|
376
|
+
introduced: '0.13.3',
|
|
377
377
|
description: 'Hovered state of color.chart.categorical.8.'
|
|
378
378
|
}
|
|
379
379
|
}
|
|
@@ -385,7 +385,7 @@ var color = {
|
|
|
385
385
|
attributes: {
|
|
386
386
|
group: 'paint',
|
|
387
387
|
state: 'active',
|
|
388
|
-
introduced: '0.13.
|
|
388
|
+
introduced: '0.13.3',
|
|
389
389
|
description: 'For data visualisation only.'
|
|
390
390
|
}
|
|
391
391
|
},
|
|
@@ -393,7 +393,7 @@ var color = {
|
|
|
393
393
|
attributes: {
|
|
394
394
|
group: 'paint',
|
|
395
395
|
state: 'active',
|
|
396
|
-
introduced: '0.13.
|
|
396
|
+
introduced: '0.13.3',
|
|
397
397
|
description: 'Hovered state of color.chart.blue.bold.'
|
|
398
398
|
}
|
|
399
399
|
}
|
|
@@ -403,7 +403,7 @@ var color = {
|
|
|
403
403
|
attributes: {
|
|
404
404
|
group: 'paint',
|
|
405
405
|
state: 'active',
|
|
406
|
-
introduced: '0.13.
|
|
406
|
+
introduced: '0.13.3',
|
|
407
407
|
description: 'For data visualisation only.'
|
|
408
408
|
}
|
|
409
409
|
},
|
|
@@ -411,7 +411,7 @@ var color = {
|
|
|
411
411
|
attributes: {
|
|
412
412
|
group: 'paint',
|
|
413
413
|
state: 'active',
|
|
414
|
-
introduced: '0.13.
|
|
414
|
+
introduced: '0.13.3',
|
|
415
415
|
description: 'Hovered state of color.chart.blue.bolder.'
|
|
416
416
|
}
|
|
417
417
|
}
|
|
@@ -421,7 +421,7 @@ var color = {
|
|
|
421
421
|
attributes: {
|
|
422
422
|
group: 'paint',
|
|
423
423
|
state: 'active',
|
|
424
|
-
introduced: '0.13.
|
|
424
|
+
introduced: '0.13.3',
|
|
425
425
|
description: 'For data visualisation only.'
|
|
426
426
|
}
|
|
427
427
|
},
|
|
@@ -429,7 +429,7 @@ var color = {
|
|
|
429
429
|
attributes: {
|
|
430
430
|
group: 'paint',
|
|
431
431
|
state: 'active',
|
|
432
|
-
introduced: '0.13.
|
|
432
|
+
introduced: '0.13.3',
|
|
433
433
|
description: 'Hovered state of color.chart.blue.boldest.'
|
|
434
434
|
}
|
|
435
435
|
}
|
|
@@ -441,7 +441,7 @@ var color = {
|
|
|
441
441
|
attributes: {
|
|
442
442
|
group: 'paint',
|
|
443
443
|
state: 'active',
|
|
444
|
-
introduced: '0.13.
|
|
444
|
+
introduced: '0.13.3',
|
|
445
445
|
description: 'For data visualisation only.'
|
|
446
446
|
}
|
|
447
447
|
},
|
|
@@ -449,7 +449,7 @@ var color = {
|
|
|
449
449
|
attributes: {
|
|
450
450
|
group: 'paint',
|
|
451
451
|
state: 'active',
|
|
452
|
-
introduced: '0.13.
|
|
452
|
+
introduced: '0.13.3',
|
|
453
453
|
description: 'Hovered state of color.chart.red.bold.'
|
|
454
454
|
}
|
|
455
455
|
}
|
|
@@ -459,7 +459,7 @@ var color = {
|
|
|
459
459
|
attributes: {
|
|
460
460
|
group: 'paint',
|
|
461
461
|
state: 'active',
|
|
462
|
-
introduced: '0.13.
|
|
462
|
+
introduced: '0.13.3',
|
|
463
463
|
description: 'For data visualisation only.'
|
|
464
464
|
}
|
|
465
465
|
},
|
|
@@ -467,7 +467,7 @@ var color = {
|
|
|
467
467
|
attributes: {
|
|
468
468
|
group: 'paint',
|
|
469
469
|
state: 'active',
|
|
470
|
-
introduced: '0.13.
|
|
470
|
+
introduced: '0.13.3',
|
|
471
471
|
description: 'Hovered state of color.chart.red.bolder.'
|
|
472
472
|
}
|
|
473
473
|
}
|
|
@@ -477,7 +477,7 @@ var color = {
|
|
|
477
477
|
attributes: {
|
|
478
478
|
group: 'paint',
|
|
479
479
|
state: 'active',
|
|
480
|
-
introduced: '0.13.
|
|
480
|
+
introduced: '0.13.3',
|
|
481
481
|
description: 'For data visualisation only.'
|
|
482
482
|
}
|
|
483
483
|
},
|
|
@@ -485,7 +485,7 @@ var color = {
|
|
|
485
485
|
attributes: {
|
|
486
486
|
group: 'paint',
|
|
487
487
|
state: 'active',
|
|
488
|
-
introduced: '0.13.
|
|
488
|
+
introduced: '0.13.3',
|
|
489
489
|
description: 'Hovered state of color.chart.red.boldest.'
|
|
490
490
|
}
|
|
491
491
|
}
|
|
@@ -497,7 +497,7 @@ var color = {
|
|
|
497
497
|
attributes: {
|
|
498
498
|
group: 'paint',
|
|
499
499
|
state: 'active',
|
|
500
|
-
introduced: '0.13.
|
|
500
|
+
introduced: '0.13.3',
|
|
501
501
|
description: 'For data visualisation only.'
|
|
502
502
|
}
|
|
503
503
|
},
|
|
@@ -505,7 +505,7 @@ var color = {
|
|
|
505
505
|
attributes: {
|
|
506
506
|
group: 'paint',
|
|
507
507
|
state: 'active',
|
|
508
|
-
introduced: '0.13.
|
|
508
|
+
introduced: '0.13.3',
|
|
509
509
|
description: 'Hovered state of color.chart.orange.bold.'
|
|
510
510
|
}
|
|
511
511
|
}
|
|
@@ -515,7 +515,7 @@ var color = {
|
|
|
515
515
|
attributes: {
|
|
516
516
|
group: 'paint',
|
|
517
517
|
state: 'active',
|
|
518
|
-
introduced: '0.13.
|
|
518
|
+
introduced: '0.13.3',
|
|
519
519
|
description: 'For data visualisation only.'
|
|
520
520
|
}
|
|
521
521
|
},
|
|
@@ -523,7 +523,7 @@ var color = {
|
|
|
523
523
|
attributes: {
|
|
524
524
|
group: 'paint',
|
|
525
525
|
state: 'active',
|
|
526
|
-
introduced: '0.13.
|
|
526
|
+
introduced: '0.13.3',
|
|
527
527
|
description: 'Hovered state of color.chart.orange.bolder.'
|
|
528
528
|
}
|
|
529
529
|
}
|
|
@@ -533,7 +533,7 @@ var color = {
|
|
|
533
533
|
attributes: {
|
|
534
534
|
group: 'paint',
|
|
535
535
|
state: 'active',
|
|
536
|
-
introduced: '0.13.
|
|
536
|
+
introduced: '0.13.3',
|
|
537
537
|
description: 'For data visualisation only.'
|
|
538
538
|
}
|
|
539
539
|
},
|
|
@@ -541,7 +541,7 @@ var color = {
|
|
|
541
541
|
attributes: {
|
|
542
542
|
group: 'paint',
|
|
543
543
|
state: 'active',
|
|
544
|
-
introduced: '0.13.
|
|
544
|
+
introduced: '0.13.3',
|
|
545
545
|
description: 'Hovered state of color.chart.orange.boldest.'
|
|
546
546
|
}
|
|
547
547
|
}
|
|
@@ -553,7 +553,7 @@ var color = {
|
|
|
553
553
|
attributes: {
|
|
554
554
|
group: 'paint',
|
|
555
555
|
state: 'active',
|
|
556
|
-
introduced: '0.13.
|
|
556
|
+
introduced: '0.13.3',
|
|
557
557
|
description: 'For data visualisation only.'
|
|
558
558
|
}
|
|
559
559
|
},
|
|
@@ -561,7 +561,7 @@ var color = {
|
|
|
561
561
|
attributes: {
|
|
562
562
|
group: 'paint',
|
|
563
563
|
state: 'active',
|
|
564
|
-
introduced: '0.13.
|
|
564
|
+
introduced: '0.13.3',
|
|
565
565
|
description: 'Hovered state of color.chart.yellow.bold.'
|
|
566
566
|
}
|
|
567
567
|
}
|
|
@@ -571,7 +571,7 @@ var color = {
|
|
|
571
571
|
attributes: {
|
|
572
572
|
group: 'paint',
|
|
573
573
|
state: 'active',
|
|
574
|
-
introduced: '0.13.
|
|
574
|
+
introduced: '0.13.3',
|
|
575
575
|
description: 'For data visualisation only.'
|
|
576
576
|
}
|
|
577
577
|
},
|
|
@@ -579,7 +579,7 @@ var color = {
|
|
|
579
579
|
attributes: {
|
|
580
580
|
group: 'paint',
|
|
581
581
|
state: 'active',
|
|
582
|
-
introduced: '0.13.
|
|
582
|
+
introduced: '0.13.3',
|
|
583
583
|
description: 'Hovered state of color.chart.yellow.bolder.'
|
|
584
584
|
}
|
|
585
585
|
}
|
|
@@ -589,7 +589,7 @@ var color = {
|
|
|
589
589
|
attributes: {
|
|
590
590
|
group: 'paint',
|
|
591
591
|
state: 'active',
|
|
592
|
-
introduced: '0.13.
|
|
592
|
+
introduced: '0.13.3',
|
|
593
593
|
description: 'For data visualisation only.'
|
|
594
594
|
}
|
|
595
595
|
},
|
|
@@ -597,7 +597,7 @@ var color = {
|
|
|
597
597
|
attributes: {
|
|
598
598
|
group: 'paint',
|
|
599
599
|
state: 'active',
|
|
600
|
-
introduced: '0.13.
|
|
600
|
+
introduced: '0.13.3',
|
|
601
601
|
description: 'Hovered state of color.chart.yellow.boldest.'
|
|
602
602
|
}
|
|
603
603
|
}
|
|
@@ -609,7 +609,7 @@ var color = {
|
|
|
609
609
|
attributes: {
|
|
610
610
|
group: 'paint',
|
|
611
611
|
state: 'active',
|
|
612
|
-
introduced: '0.13.
|
|
612
|
+
introduced: '0.13.3',
|
|
613
613
|
description: 'For data visualisation only.'
|
|
614
614
|
}
|
|
615
615
|
},
|
|
@@ -617,7 +617,7 @@ var color = {
|
|
|
617
617
|
attributes: {
|
|
618
618
|
group: 'paint',
|
|
619
619
|
state: 'active',
|
|
620
|
-
introduced: '0.13.
|
|
620
|
+
introduced: '0.13.3',
|
|
621
621
|
description: 'Hovered state of color.chart.green.bold.'
|
|
622
622
|
}
|
|
623
623
|
}
|
|
@@ -627,7 +627,7 @@ var color = {
|
|
|
627
627
|
attributes: {
|
|
628
628
|
group: 'paint',
|
|
629
629
|
state: 'active',
|
|
630
|
-
introduced: '0.13.
|
|
630
|
+
introduced: '0.13.3',
|
|
631
631
|
description: 'For data visualisation only.'
|
|
632
632
|
}
|
|
633
633
|
},
|
|
@@ -635,7 +635,7 @@ var color = {
|
|
|
635
635
|
attributes: {
|
|
636
636
|
group: 'paint',
|
|
637
637
|
state: 'active',
|
|
638
|
-
introduced: '0.13.
|
|
638
|
+
introduced: '0.13.3',
|
|
639
639
|
description: 'Hovered state of color.chart.green.bolder.'
|
|
640
640
|
}
|
|
641
641
|
}
|
|
@@ -645,7 +645,7 @@ var color = {
|
|
|
645
645
|
attributes: {
|
|
646
646
|
group: 'paint',
|
|
647
647
|
state: 'active',
|
|
648
|
-
introduced: '0.13.
|
|
648
|
+
introduced: '0.13.3',
|
|
649
649
|
description: 'For data visualisation only.'
|
|
650
650
|
}
|
|
651
651
|
},
|
|
@@ -653,7 +653,7 @@ var color = {
|
|
|
653
653
|
attributes: {
|
|
654
654
|
group: 'paint',
|
|
655
655
|
state: 'active',
|
|
656
|
-
introduced: '0.13.
|
|
656
|
+
introduced: '0.13.3',
|
|
657
657
|
description: 'Hovered state of color.chart.green.boldest.'
|
|
658
658
|
}
|
|
659
659
|
}
|
|
@@ -665,7 +665,7 @@ var color = {
|
|
|
665
665
|
attributes: {
|
|
666
666
|
group: 'paint',
|
|
667
667
|
state: 'active',
|
|
668
|
-
introduced: '0.13.
|
|
668
|
+
introduced: '0.13.3',
|
|
669
669
|
description: 'For data visualisation only.'
|
|
670
670
|
}
|
|
671
671
|
},
|
|
@@ -673,7 +673,7 @@ var color = {
|
|
|
673
673
|
attributes: {
|
|
674
674
|
group: 'paint',
|
|
675
675
|
state: 'active',
|
|
676
|
-
introduced: '0.13.
|
|
676
|
+
introduced: '0.13.3',
|
|
677
677
|
description: 'Hovered state of color.chart.teal.bold.'
|
|
678
678
|
}
|
|
679
679
|
}
|
|
@@ -683,7 +683,7 @@ var color = {
|
|
|
683
683
|
attributes: {
|
|
684
684
|
group: 'paint',
|
|
685
685
|
state: 'active',
|
|
686
|
-
introduced: '0.13.
|
|
686
|
+
introduced: '0.13.3',
|
|
687
687
|
description: 'For data visualisation only.'
|
|
688
688
|
}
|
|
689
689
|
},
|
|
@@ -691,7 +691,7 @@ var color = {
|
|
|
691
691
|
attributes: {
|
|
692
692
|
group: 'paint',
|
|
693
693
|
state: 'active',
|
|
694
|
-
introduced: '0.13.
|
|
694
|
+
introduced: '0.13.3',
|
|
695
695
|
description: 'Hovered state of color.chart.teal.bolder.'
|
|
696
696
|
}
|
|
697
697
|
}
|
|
@@ -701,7 +701,7 @@ var color = {
|
|
|
701
701
|
attributes: {
|
|
702
702
|
group: 'paint',
|
|
703
703
|
state: 'active',
|
|
704
|
-
introduced: '0.13.
|
|
704
|
+
introduced: '0.13.3',
|
|
705
705
|
description: 'For data visualisation only.'
|
|
706
706
|
}
|
|
707
707
|
},
|
|
@@ -709,7 +709,7 @@ var color = {
|
|
|
709
709
|
attributes: {
|
|
710
710
|
group: 'paint',
|
|
711
711
|
state: 'active',
|
|
712
|
-
introduced: '0.13.
|
|
712
|
+
introduced: '0.13.3',
|
|
713
713
|
description: 'Hovered state of color.chart.teal.boldest.'
|
|
714
714
|
}
|
|
715
715
|
}
|
|
@@ -721,7 +721,7 @@ var color = {
|
|
|
721
721
|
attributes: {
|
|
722
722
|
group: 'paint',
|
|
723
723
|
state: 'active',
|
|
724
|
-
introduced: '0.13.
|
|
724
|
+
introduced: '0.13.3',
|
|
725
725
|
description: 'For data visualisation only.'
|
|
726
726
|
}
|
|
727
727
|
},
|
|
@@ -729,7 +729,7 @@ var color = {
|
|
|
729
729
|
attributes: {
|
|
730
730
|
group: 'paint',
|
|
731
731
|
state: 'active',
|
|
732
|
-
introduced: '0.13.
|
|
732
|
+
introduced: '0.13.3',
|
|
733
733
|
description: 'Hovered state of color.chart.purple.bold.'
|
|
734
734
|
}
|
|
735
735
|
}
|
|
@@ -739,7 +739,7 @@ var color = {
|
|
|
739
739
|
attributes: {
|
|
740
740
|
group: 'paint',
|
|
741
741
|
state: 'active',
|
|
742
|
-
introduced: '0.13.
|
|
742
|
+
introduced: '0.13.3',
|
|
743
743
|
description: 'For data visualisation only.'
|
|
744
744
|
}
|
|
745
745
|
},
|
|
@@ -747,7 +747,7 @@ var color = {
|
|
|
747
747
|
attributes: {
|
|
748
748
|
group: 'paint',
|
|
749
749
|
state: 'active',
|
|
750
|
-
introduced: '0.13.
|
|
750
|
+
introduced: '0.13.3',
|
|
751
751
|
description: 'Hovered state of color.chart.purple.bolder.'
|
|
752
752
|
}
|
|
753
753
|
}
|
|
@@ -757,7 +757,7 @@ var color = {
|
|
|
757
757
|
attributes: {
|
|
758
758
|
group: 'paint',
|
|
759
759
|
state: 'active',
|
|
760
|
-
introduced: '0.13.
|
|
760
|
+
introduced: '0.13.3',
|
|
761
761
|
description: 'For data visualisation only.'
|
|
762
762
|
}
|
|
763
763
|
},
|
|
@@ -765,7 +765,7 @@ var color = {
|
|
|
765
765
|
attributes: {
|
|
766
766
|
group: 'paint',
|
|
767
767
|
state: 'active',
|
|
768
|
-
introduced: '0.13.
|
|
768
|
+
introduced: '0.13.3',
|
|
769
769
|
description: 'Hovered state of color.chart.purple.boldest.'
|
|
770
770
|
}
|
|
771
771
|
}
|
|
@@ -777,7 +777,7 @@ var color = {
|
|
|
777
777
|
attributes: {
|
|
778
778
|
group: 'paint',
|
|
779
779
|
state: 'active',
|
|
780
|
-
introduced: '0.13.
|
|
780
|
+
introduced: '0.13.3',
|
|
781
781
|
description: 'For data visualisation only.'
|
|
782
782
|
}
|
|
783
783
|
},
|
|
@@ -785,7 +785,7 @@ var color = {
|
|
|
785
785
|
attributes: {
|
|
786
786
|
group: 'paint',
|
|
787
787
|
state: 'active',
|
|
788
|
-
introduced: '0.13.
|
|
788
|
+
introduced: '0.13.3',
|
|
789
789
|
description: 'Hovered state of color.chart.magenta.bold.'
|
|
790
790
|
}
|
|
791
791
|
}
|
|
@@ -795,7 +795,7 @@ var color = {
|
|
|
795
795
|
attributes: {
|
|
796
796
|
group: 'paint',
|
|
797
797
|
state: 'active',
|
|
798
|
-
introduced: '0.13.
|
|
798
|
+
introduced: '0.13.3',
|
|
799
799
|
description: 'For data visualisation only.'
|
|
800
800
|
}
|
|
801
801
|
},
|
|
@@ -803,7 +803,7 @@ var color = {
|
|
|
803
803
|
attributes: {
|
|
804
804
|
group: 'paint',
|
|
805
805
|
state: 'active',
|
|
806
|
-
introduced: '0.13.
|
|
806
|
+
introduced: '0.13.3',
|
|
807
807
|
description: 'Hovered state of color.chart.magenta.bolder.'
|
|
808
808
|
}
|
|
809
809
|
}
|
|
@@ -813,7 +813,7 @@ var color = {
|
|
|
813
813
|
attributes: {
|
|
814
814
|
group: 'paint',
|
|
815
815
|
state: 'active',
|
|
816
|
-
introduced: '0.13.
|
|
816
|
+
introduced: '0.13.3',
|
|
817
817
|
description: 'For data visualisation only.'
|
|
818
818
|
}
|
|
819
819
|
},
|
|
@@ -821,7 +821,7 @@ var color = {
|
|
|
821
821
|
attributes: {
|
|
822
822
|
group: 'paint',
|
|
823
823
|
state: 'active',
|
|
824
|
-
introduced: '0.13.
|
|
824
|
+
introduced: '0.13.3',
|
|
825
825
|
description: 'Hovered state of color.chart.magenta.boldest.'
|
|
826
826
|
}
|
|
827
827
|
}
|
|
@@ -833,7 +833,7 @@ var color = {
|
|
|
833
833
|
attributes: {
|
|
834
834
|
group: 'paint',
|
|
835
835
|
state: 'active',
|
|
836
|
-
introduced: '0.13.
|
|
836
|
+
introduced: '0.13.3',
|
|
837
837
|
description: 'For data visualisation only.'
|
|
838
838
|
}
|
|
839
839
|
},
|
|
@@ -841,7 +841,7 @@ var color = {
|
|
|
841
841
|
attributes: {
|
|
842
842
|
group: 'paint',
|
|
843
843
|
state: 'active',
|
|
844
|
-
introduced: '0.13.
|
|
844
|
+
introduced: '0.13.3',
|
|
845
845
|
description: 'Hovered state of color.chart.gray.bold.'
|
|
846
846
|
}
|
|
847
847
|
}
|
|
@@ -851,7 +851,7 @@ var color = {
|
|
|
851
851
|
attributes: {
|
|
852
852
|
group: 'paint',
|
|
853
853
|
state: 'active',
|
|
854
|
-
introduced: '0.13.
|
|
854
|
+
introduced: '0.13.3',
|
|
855
855
|
description: 'For data visualisation only.'
|
|
856
856
|
}
|
|
857
857
|
},
|
|
@@ -859,7 +859,7 @@ var color = {
|
|
|
859
859
|
attributes: {
|
|
860
860
|
group: 'paint',
|
|
861
861
|
state: 'active',
|
|
862
|
-
introduced: '0.13.
|
|
862
|
+
introduced: '0.13.3',
|
|
863
863
|
description: 'Hovered state of color.chart.gray.bolder.'
|
|
864
864
|
}
|
|
865
865
|
}
|
|
@@ -869,7 +869,7 @@ var color = {
|
|
|
869
869
|
attributes: {
|
|
870
870
|
group: 'paint',
|
|
871
871
|
state: 'active',
|
|
872
|
-
introduced: '0.13.
|
|
872
|
+
introduced: '0.13.3',
|
|
873
873
|
description: 'For data visualisation only.'
|
|
874
874
|
}
|
|
875
875
|
},
|
|
@@ -877,7 +877,7 @@ var color = {
|
|
|
877
877
|
attributes: {
|
|
878
878
|
group: 'paint',
|
|
879
879
|
state: 'active',
|
|
880
|
-
introduced: '0.13.
|
|
880
|
+
introduced: '0.13.3',
|
|
881
881
|
description: 'Hovered state of color.chart.gray.boldest.'
|
|
882
882
|
}
|
|
883
883
|
}
|