@volue/design-colors 2.0.4-next.0 → 3.0.0-next.1
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/README.md +28 -5
- package/dist/flat.common.js +777 -0
- package/dist/flat.d.ts +520 -0
- package/dist/flat.module.js +520 -0
- package/dist/generic.common.js +2719 -0
- package/dist/generic.d.ts +1528 -0
- package/dist/generic.module.js +2719 -0
- package/dist/index.common.js +351 -80
- package/dist/index.cssmodules.css +253 -51
- package/dist/index.custom-properties.css +254 -52
- package/dist/index.d.ts +355 -0
- package/dist/index.json +253 -51
- package/dist/index.map.scss +254 -52
- package/dist/index.module.js +351 -80
- package/dist/index.scss +254 -52
- package/dist/internal/fillsWithTextColors.json +572 -0
- package/flat/package.json +5 -0
- package/generic/package.json +5 -0
- package/package.json +40 -9
- package/src/core.json +201 -0
- package/src/datavis.json +197 -0
- package/src/functional.json +532 -0
- package/src/internal/fills.json +163 -0
- package/src/rgb-channels.json +77 -0
- package/dist/backgroundFills.withTextColors.json +0 -622
- package/dist/index.common.d.ts +0 -84
- package/dist/index.module.d.ts +0 -84
- package/dist/textColors.json +0 -27
- package/src/backgroundFills.json +0 -189
- package/src/palette.json +0 -173
- package/src/text.json +0 -92
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"color": {
|
|
3
|
+
"rgb": {
|
|
4
|
+
"background": {
|
|
5
|
+
"surface": {
|
|
6
|
+
"value": "{color.background.surface.@.value}"
|
|
7
|
+
},
|
|
8
|
+
"neutral": {
|
|
9
|
+
"@": {
|
|
10
|
+
"value": "{color.background.neutral.@.value}"
|
|
11
|
+
},
|
|
12
|
+
"bold": {
|
|
13
|
+
"value": "{color.background.neutral.bold.value}"
|
|
14
|
+
},
|
|
15
|
+
"strong": {
|
|
16
|
+
"value": "{color.background.neutral.strong.value}"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"accent": {
|
|
20
|
+
"@": {
|
|
21
|
+
"value": "{color.background.accent.@.value}"
|
|
22
|
+
},
|
|
23
|
+
"bold": {
|
|
24
|
+
"value": "{color.background.accent.bold.value}"
|
|
25
|
+
},
|
|
26
|
+
"strong": {
|
|
27
|
+
"value": "{color.background.accent.strong.@.value}"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"danger": {
|
|
31
|
+
"@": {
|
|
32
|
+
"value": "{color.background.danger.@.value}"
|
|
33
|
+
},
|
|
34
|
+
"bold": {
|
|
35
|
+
"value": "{color.background.danger.bold.value}"
|
|
36
|
+
},
|
|
37
|
+
"strong": {
|
|
38
|
+
"value": "{color.background.danger.strong.@.value}"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"warning": {
|
|
42
|
+
"@": {
|
|
43
|
+
"value": "{color.background.warning.@.value}"
|
|
44
|
+
},
|
|
45
|
+
"bold": {
|
|
46
|
+
"value": "{color.background.warning.bold.value}"
|
|
47
|
+
},
|
|
48
|
+
"strong": {
|
|
49
|
+
"value": "{color.background.warning.strong.@.value}"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"success": {
|
|
53
|
+
"@": {
|
|
54
|
+
"value": "{color.background.success.@.value}"
|
|
55
|
+
},
|
|
56
|
+
"bold": {
|
|
57
|
+
"value": "{color.background.success.bold.value}"
|
|
58
|
+
},
|
|
59
|
+
"strong": {
|
|
60
|
+
"value": "{color.background.success.strong.@.value}"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"info": {
|
|
64
|
+
"@": {
|
|
65
|
+
"value": "{color.background.info.@.value}"
|
|
66
|
+
},
|
|
67
|
+
"bold": {
|
|
68
|
+
"value": "{color.background.info.bold.value}"
|
|
69
|
+
},
|
|
70
|
+
"strong": {
|
|
71
|
+
"value": "{color.background.info.strong.@.value}"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -1,622 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "WHITE",
|
|
4
|
-
"palette": "shades",
|
|
5
|
-
"textColors": [
|
|
6
|
-
{
|
|
7
|
-
"name": "BLACK",
|
|
8
|
-
"rating": "AAA"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"name": "GRAY75",
|
|
12
|
-
"rating": "AAA"
|
|
13
|
-
}
|
|
14
|
-
]
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "GRAY5",
|
|
18
|
-
"palette": "shades",
|
|
19
|
-
"textColors": [
|
|
20
|
-
{
|
|
21
|
-
"name": "BLACK",
|
|
22
|
-
"rating": "AAA"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "GRAY75",
|
|
26
|
-
"rating": "AAA"
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "GRAY10",
|
|
32
|
-
"palette": "shades",
|
|
33
|
-
"textColors": [
|
|
34
|
-
{
|
|
35
|
-
"name": "BLACK",
|
|
36
|
-
"rating": "AAA"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "GRAY75",
|
|
40
|
-
"rating": "AAA"
|
|
41
|
-
}
|
|
42
|
-
]
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "GRAY15",
|
|
46
|
-
"palette": "shades",
|
|
47
|
-
"textColors": [
|
|
48
|
-
{
|
|
49
|
-
"name": "BLACK",
|
|
50
|
-
"rating": "AAA"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "GRAY75",
|
|
54
|
-
"rating": "AAA"
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "GRAY25",
|
|
60
|
-
"palette": "shades",
|
|
61
|
-
"textColors": [
|
|
62
|
-
{
|
|
63
|
-
"name": "BLACK",
|
|
64
|
-
"rating": "AAA"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "GRAY75",
|
|
68
|
-
"rating": "AA"
|
|
69
|
-
}
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "GRAY50",
|
|
74
|
-
"palette": "shades",
|
|
75
|
-
"textColors": [
|
|
76
|
-
{
|
|
77
|
-
"name": "WHITE",
|
|
78
|
-
"rating": "AA"
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "GRAY75",
|
|
84
|
-
"palette": "shades",
|
|
85
|
-
"textColors": [
|
|
86
|
-
{
|
|
87
|
-
"name": "WHITE",
|
|
88
|
-
"rating": "AAA"
|
|
89
|
-
}
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "PRIMARY5",
|
|
94
|
-
"palette": "primary",
|
|
95
|
-
"textColors": [
|
|
96
|
-
{
|
|
97
|
-
"name": "BLACK",
|
|
98
|
-
"rating": "AAA"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "GRAY75",
|
|
102
|
-
"rating": "AAA"
|
|
103
|
-
}
|
|
104
|
-
]
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "PRIMARY10",
|
|
108
|
-
"palette": "primary",
|
|
109
|
-
"textColors": [
|
|
110
|
-
{
|
|
111
|
-
"name": "BLACK",
|
|
112
|
-
"rating": "AAA"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "GRAY75",
|
|
116
|
-
"rating": "AAA"
|
|
117
|
-
}
|
|
118
|
-
]
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "PRIMARY60",
|
|
122
|
-
"palette": "primary",
|
|
123
|
-
"textColors": [
|
|
124
|
-
{
|
|
125
|
-
"name": "BLACK",
|
|
126
|
-
"rating": "AA"
|
|
127
|
-
}
|
|
128
|
-
]
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "PRIMARY100",
|
|
132
|
-
"palette": "primary",
|
|
133
|
-
"textColors": [
|
|
134
|
-
{
|
|
135
|
-
"name": "WHITE",
|
|
136
|
-
"rating": "AAA"
|
|
137
|
-
}
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "PRIMARY120",
|
|
142
|
-
"palette": "primary",
|
|
143
|
-
"textColors": [
|
|
144
|
-
{
|
|
145
|
-
"name": "WHITE",
|
|
146
|
-
"rating": "AAA"
|
|
147
|
-
}
|
|
148
|
-
]
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "ACCENT5",
|
|
152
|
-
"palette": "accent",
|
|
153
|
-
"textColors": [
|
|
154
|
-
{
|
|
155
|
-
"name": "BLACK",
|
|
156
|
-
"rating": "AAA"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"name": "GRAY75",
|
|
160
|
-
"rating": "AAA"
|
|
161
|
-
}
|
|
162
|
-
]
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"name": "ACCENT10",
|
|
166
|
-
"palette": "accent",
|
|
167
|
-
"textColors": [
|
|
168
|
-
{
|
|
169
|
-
"name": "BLACK",
|
|
170
|
-
"rating": "AAA"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"name": "GRAY75",
|
|
174
|
-
"rating": "AAA"
|
|
175
|
-
}
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"name": "ACCENT15",
|
|
180
|
-
"palette": "accent",
|
|
181
|
-
"textColors": [
|
|
182
|
-
{
|
|
183
|
-
"name": "BLACK",
|
|
184
|
-
"rating": "AAA"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "GRAY75",
|
|
188
|
-
"rating": "AAA"
|
|
189
|
-
}
|
|
190
|
-
]
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "ACCENT60",
|
|
194
|
-
"palette": "accent",
|
|
195
|
-
"textColors": [
|
|
196
|
-
{
|
|
197
|
-
"name": "BLACK",
|
|
198
|
-
"rating": "AAA"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"name": "GRAY75",
|
|
202
|
-
"rating": "AA"
|
|
203
|
-
}
|
|
204
|
-
]
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "ACCENT100",
|
|
208
|
-
"palette": "accent",
|
|
209
|
-
"textColors": [
|
|
210
|
-
{
|
|
211
|
-
"name": "WHITE",
|
|
212
|
-
"rating": "AA"
|
|
213
|
-
}
|
|
214
|
-
]
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "ACCENT120",
|
|
218
|
-
"palette": "accent",
|
|
219
|
-
"textColors": [
|
|
220
|
-
{
|
|
221
|
-
"name": "WHITE",
|
|
222
|
-
"rating": "AAA"
|
|
223
|
-
}
|
|
224
|
-
]
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "BLUE10",
|
|
228
|
-
"palette": "notification",
|
|
229
|
-
"textColors": [
|
|
230
|
-
{
|
|
231
|
-
"name": "BLACK",
|
|
232
|
-
"rating": "AAA"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"name": "GRAY75",
|
|
236
|
-
"rating": "AAA"
|
|
237
|
-
}
|
|
238
|
-
]
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"name": "BLUE50",
|
|
242
|
-
"palette": "notification",
|
|
243
|
-
"textColors": [
|
|
244
|
-
{
|
|
245
|
-
"name": "BLACK",
|
|
246
|
-
"rating": "AAA"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"name": "GRAY75",
|
|
250
|
-
"rating": "AA"
|
|
251
|
-
}
|
|
252
|
-
]
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "BLUE100",
|
|
256
|
-
"palette": "notification",
|
|
257
|
-
"textColors": [
|
|
258
|
-
{
|
|
259
|
-
"name": "WHITE",
|
|
260
|
-
"rating": "AA"
|
|
261
|
-
}
|
|
262
|
-
]
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "BLUE120",
|
|
266
|
-
"palette": "notification",
|
|
267
|
-
"textColors": [
|
|
268
|
-
{
|
|
269
|
-
"name": "WHITE",
|
|
270
|
-
"rating": "AAA"
|
|
271
|
-
}
|
|
272
|
-
]
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"name": "GREEN10",
|
|
276
|
-
"palette": "notification",
|
|
277
|
-
"textColors": [
|
|
278
|
-
{
|
|
279
|
-
"name": "BLACK",
|
|
280
|
-
"rating": "AAA"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"name": "GRAY75",
|
|
284
|
-
"rating": "AAA"
|
|
285
|
-
}
|
|
286
|
-
]
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "GREEN50",
|
|
290
|
-
"palette": "notification",
|
|
291
|
-
"textColors": [
|
|
292
|
-
{
|
|
293
|
-
"name": "BLACK",
|
|
294
|
-
"rating": "AAA"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "GRAY75",
|
|
298
|
-
"rating": "AA"
|
|
299
|
-
}
|
|
300
|
-
]
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "GREEN100",
|
|
304
|
-
"palette": "notification",
|
|
305
|
-
"textColors": [
|
|
306
|
-
{
|
|
307
|
-
"name": "WHITE",
|
|
308
|
-
"rating": "AA"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"name": "BLACK",
|
|
312
|
-
"rating": "AA"
|
|
313
|
-
}
|
|
314
|
-
]
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "GREEN120",
|
|
318
|
-
"palette": "notification",
|
|
319
|
-
"textColors": [
|
|
320
|
-
{
|
|
321
|
-
"name": "WHITE",
|
|
322
|
-
"rating": "AAA"
|
|
323
|
-
}
|
|
324
|
-
]
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "ORANGE10",
|
|
328
|
-
"palette": "notification",
|
|
329
|
-
"textColors": [
|
|
330
|
-
{
|
|
331
|
-
"name": "BLACK",
|
|
332
|
-
"rating": "AAA"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "GRAY75",
|
|
336
|
-
"rating": "AAA"
|
|
337
|
-
}
|
|
338
|
-
]
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"name": "ORANGE50",
|
|
342
|
-
"palette": "notification",
|
|
343
|
-
"textColors": [
|
|
344
|
-
{
|
|
345
|
-
"name": "BLACK",
|
|
346
|
-
"rating": "AAA"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"name": "GRAY75",
|
|
350
|
-
"rating": "AA"
|
|
351
|
-
}
|
|
352
|
-
]
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "ORANGE100",
|
|
356
|
-
"palette": "notification",
|
|
357
|
-
"textColors": [
|
|
358
|
-
{
|
|
359
|
-
"name": "BLACK",
|
|
360
|
-
"rating": "AA"
|
|
361
|
-
}
|
|
362
|
-
]
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"name": "ORANGE120",
|
|
366
|
-
"palette": "notification",
|
|
367
|
-
"textColors": [
|
|
368
|
-
{
|
|
369
|
-
"name": "WHITE",
|
|
370
|
-
"rating": "AA"
|
|
371
|
-
}
|
|
372
|
-
]
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"name": "RED10",
|
|
376
|
-
"palette": "notification",
|
|
377
|
-
"textColors": [
|
|
378
|
-
{
|
|
379
|
-
"name": "BLACK",
|
|
380
|
-
"rating": "AAA"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "GRAY75",
|
|
384
|
-
"rating": "AAA"
|
|
385
|
-
}
|
|
386
|
-
]
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"name": "RED50",
|
|
390
|
-
"palette": "notification",
|
|
391
|
-
"textColors": [
|
|
392
|
-
{
|
|
393
|
-
"name": "BLACK",
|
|
394
|
-
"rating": "AAA"
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "GRAY75",
|
|
398
|
-
"rating": "AA"
|
|
399
|
-
}
|
|
400
|
-
]
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"name": "RED100",
|
|
404
|
-
"palette": "notification",
|
|
405
|
-
"textColors": [
|
|
406
|
-
{
|
|
407
|
-
"name": "WHITE",
|
|
408
|
-
"rating": "AA"
|
|
409
|
-
}
|
|
410
|
-
]
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"name": "RED120",
|
|
414
|
-
"palette": "notification",
|
|
415
|
-
"textColors": [
|
|
416
|
-
{
|
|
417
|
-
"name": "WHITE",
|
|
418
|
-
"rating": "AAA"
|
|
419
|
-
}
|
|
420
|
-
]
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"name": "TEAL10",
|
|
424
|
-
"palette": "extended",
|
|
425
|
-
"textColors": [
|
|
426
|
-
{
|
|
427
|
-
"name": "BLACK",
|
|
428
|
-
"rating": "AAA"
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"name": "GRAY75",
|
|
432
|
-
"rating": "AAA"
|
|
433
|
-
}
|
|
434
|
-
]
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"name": "TEAL50",
|
|
438
|
-
"palette": "extended",
|
|
439
|
-
"textColors": [
|
|
440
|
-
{
|
|
441
|
-
"name": "BLACK",
|
|
442
|
-
"rating": "AAA"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "GRAY75",
|
|
446
|
-
"rating": "AAA"
|
|
447
|
-
}
|
|
448
|
-
]
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"name": "TEAL100",
|
|
452
|
-
"palette": "extended",
|
|
453
|
-
"textColors": [
|
|
454
|
-
{
|
|
455
|
-
"name": "BLACK",
|
|
456
|
-
"rating": "AA"
|
|
457
|
-
}
|
|
458
|
-
]
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"name": "TEAL120",
|
|
462
|
-
"palette": "extended",
|
|
463
|
-
"textColors": [
|
|
464
|
-
{
|
|
465
|
-
"name": "WHITE",
|
|
466
|
-
"rating": "AA"
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"name": "PURPLE10",
|
|
472
|
-
"palette": "extended",
|
|
473
|
-
"textColors": [
|
|
474
|
-
{
|
|
475
|
-
"name": "BLACK",
|
|
476
|
-
"rating": "AAA"
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"name": "GRAY75",
|
|
480
|
-
"rating": "AAA"
|
|
481
|
-
}
|
|
482
|
-
]
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "PURPLE50",
|
|
486
|
-
"palette": "extended",
|
|
487
|
-
"textColors": [
|
|
488
|
-
{
|
|
489
|
-
"name": "BLACK",
|
|
490
|
-
"rating": "AAA"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "GRAY75",
|
|
494
|
-
"rating": "AA"
|
|
495
|
-
}
|
|
496
|
-
]
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "PURPLE100",
|
|
500
|
-
"palette": "extended",
|
|
501
|
-
"textColors": [
|
|
502
|
-
{
|
|
503
|
-
"name": "WHITE",
|
|
504
|
-
"rating": "AA"
|
|
505
|
-
}
|
|
506
|
-
]
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"name": "PURPLE120",
|
|
510
|
-
"palette": "extended",
|
|
511
|
-
"textColors": [
|
|
512
|
-
{
|
|
513
|
-
"name": "WHITE",
|
|
514
|
-
"rating": "AAA"
|
|
515
|
-
}
|
|
516
|
-
]
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"name": "PINK10",
|
|
520
|
-
"palette": "extended",
|
|
521
|
-
"textColors": [
|
|
522
|
-
{
|
|
523
|
-
"name": "BLACK",
|
|
524
|
-
"rating": "AAA"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": "GRAY75",
|
|
528
|
-
"rating": "AAA"
|
|
529
|
-
}
|
|
530
|
-
]
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": "PINK50",
|
|
534
|
-
"palette": "extended",
|
|
535
|
-
"textColors": [
|
|
536
|
-
{
|
|
537
|
-
"name": "BLACK",
|
|
538
|
-
"rating": "AAA"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "GRAY75",
|
|
542
|
-
"rating": "AA"
|
|
543
|
-
}
|
|
544
|
-
]
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "PINK100",
|
|
548
|
-
"palette": "extended",
|
|
549
|
-
"textColors": [
|
|
550
|
-
{
|
|
551
|
-
"name": "WHITE",
|
|
552
|
-
"rating": "AA"
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "BLACK",
|
|
556
|
-
"rating": "AA"
|
|
557
|
-
}
|
|
558
|
-
]
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"name": "PINK120",
|
|
562
|
-
"palette": "extended",
|
|
563
|
-
"textColors": [
|
|
564
|
-
{
|
|
565
|
-
"name": "WHITE",
|
|
566
|
-
"rating": "AAA"
|
|
567
|
-
}
|
|
568
|
-
]
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "YELLOW10",
|
|
572
|
-
"palette": "extended",
|
|
573
|
-
"textColors": [
|
|
574
|
-
{
|
|
575
|
-
"name": "BLACK",
|
|
576
|
-
"rating": "AAA"
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "GRAY75",
|
|
580
|
-
"rating": "AAA"
|
|
581
|
-
}
|
|
582
|
-
]
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"name": "YELLOW50",
|
|
586
|
-
"palette": "extended",
|
|
587
|
-
"textColors": [
|
|
588
|
-
{
|
|
589
|
-
"name": "BLACK",
|
|
590
|
-
"rating": "AAA"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "GRAY75",
|
|
594
|
-
"rating": "AAA"
|
|
595
|
-
}
|
|
596
|
-
]
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"name": "YELLOW100",
|
|
600
|
-
"palette": "extended",
|
|
601
|
-
"textColors": [
|
|
602
|
-
{
|
|
603
|
-
"name": "BLACK",
|
|
604
|
-
"rating": "AAA"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "GRAY75",
|
|
608
|
-
"rating": "AA"
|
|
609
|
-
}
|
|
610
|
-
]
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"name": "YELLOW120",
|
|
614
|
-
"palette": "extended",
|
|
615
|
-
"textColors": [
|
|
616
|
-
{
|
|
617
|
-
"name": "BLACK",
|
|
618
|
-
"rating": "AA"
|
|
619
|
-
}
|
|
620
|
-
]
|
|
621
|
-
}
|
|
622
|
-
]
|