@rijkshuisstijl-community/design-tokens 10.0.0 → 10.0.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/CHANGELOG.md +8 -0
- package/README.md +46 -1
- package/build.mjs +36 -10
- package/cssFixers.mjs +89 -0
- package/cssFixers.spec.mjs +98 -0
- package/dist/_variables.scss +1 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/kern-lintblauw/_variables.scss +1 -0
- package/dist/kern-lintblauw/index.css +1 -0
- package/dist/kern-lintblauw/index.d.ts +1 -0
- package/dist/kern-lintblauw/index.js +1 -0
- package/dist/kern-lintblauw/root.css +1 -0
- package/dist/kern-lintblauw/tokens.d.ts +1 -0
- package/dist/kern-lintblauw/tokens.js +1 -182
- package/dist/root.css +1 -0
- package/dist/tokens.d.ts +1 -0
- package/dist/tokens.js +1 -182
- package/dist/uitvoerend-groen/_variables.scss +1 -0
- package/dist/uitvoerend-groen/index.css +1 -0
- package/dist/uitvoerend-groen/index.d.ts +1 -0
- package/dist/uitvoerend-groen/index.js +1 -0
- package/dist/uitvoerend-groen/root.css +1 -0
- package/dist/uitvoerend-groen/tokens.d.ts +1 -0
- package/dist/uitvoerend-groen/tokens.js +1 -182
- package/dist/uitvoerend-hemelblauw/_variables.scss +1 -0
- package/dist/uitvoerend-hemelblauw/index.css +1 -0
- package/dist/uitvoerend-hemelblauw/index.d.ts +1 -0
- package/dist/uitvoerend-hemelblauw/index.js +1 -0
- package/dist/uitvoerend-hemelblauw/root.css +1 -0
- package/dist/uitvoerend-hemelblauw/tokens.d.ts +1 -0
- package/dist/uitvoerend-hemelblauw/tokens.js +1 -182
- package/dist/uitvoerend-lintblauw/_variables.scss +1 -0
- package/dist/uitvoerend-lintblauw/index.css +1 -0
- package/dist/uitvoerend-lintblauw/index.d.ts +1 -0
- package/dist/uitvoerend-lintblauw/index.js +1 -0
- package/dist/uitvoerend-lintblauw/root.css +1 -0
- package/dist/uitvoerend-lintblauw/tokens.d.ts +1 -0
- package/dist/uitvoerend-lintblauw/tokens.js +1 -182
- package/dist/uitvoerend-oranje/_variables.scss +1 -0
- package/dist/uitvoerend-oranje/index.css +1 -0
- package/dist/uitvoerend-oranje/index.d.ts +1 -0
- package/dist/uitvoerend-oranje/index.js +1 -0
- package/dist/uitvoerend-oranje/root.css +1 -0
- package/dist/uitvoerend-oranje/tokens.d.ts +1 -0
- package/dist/uitvoerend-oranje/tokens.js +1 -182
- package/dist/uitvoerend-paars/_variables.scss +1 -0
- package/dist/uitvoerend-paars/index.css +1 -0
- package/dist/uitvoerend-paars/index.d.ts +1 -0
- package/dist/uitvoerend-paars/index.js +1 -0
- package/dist/uitvoerend-paars/root.css +1 -0
- package/dist/uitvoerend-paars/tokens.d.ts +1 -0
- package/dist/uitvoerend-paars/tokens.js +1 -182
- package/dist/uitvoerend-robijnrood/_variables.scss +1 -0
- package/dist/uitvoerend-robijnrood/index.css +1 -0
- package/dist/uitvoerend-robijnrood/index.d.ts +1 -0
- package/dist/uitvoerend-robijnrood/index.js +1 -0
- package/dist/uitvoerend-robijnrood/root.css +1 -0
- package/dist/uitvoerend-robijnrood/tokens.d.ts +1 -0
- package/dist/uitvoerend-robijnrood/tokens.js +1 -182
- package/figma/figma.tokens.json +1 -92
- package/package.json +4 -3
- package/src/generated/base.tokens.json +0 -91
- package/src/generated/kern-lintblauw/tokens.json +0 -91
- package/src/generated/themes.json +0 -637
- package/src/generated/uitvoerend-groen/tokens.json +0 -91
- package/src/generated/uitvoerend-hemelblauw/tokens.json +0 -91
- package/src/generated/uitvoerend-lintblauw/tokens.json +0 -91
- package/src/generated/uitvoerend-oranje/tokens.json +0 -91
- package/src/generated/uitvoerend-paars/tokens.json +0 -91
- package/src/generated/uitvoerend-robijnrood/tokens.json +0 -91
|
@@ -6,29 +6,24 @@
|
|
|
6
6
|
"rhc": {
|
|
7
7
|
"border-radius": {
|
|
8
8
|
"round": {
|
|
9
|
-
"parent": "core/default",
|
|
10
9
|
"$type": "dimension",
|
|
11
10
|
"$value": "999px"
|
|
12
11
|
},
|
|
13
12
|
"none": {
|
|
14
|
-
"parent": "core/default",
|
|
15
13
|
"$type": "dimension",
|
|
16
14
|
"$value": "0px"
|
|
17
15
|
}
|
|
18
16
|
},
|
|
19
17
|
"border-width": {
|
|
20
18
|
"sm": {
|
|
21
|
-
"parent": "core/default",
|
|
22
19
|
"$type": "dimension",
|
|
23
20
|
"$value": "1px"
|
|
24
21
|
},
|
|
25
22
|
"md": {
|
|
26
|
-
"parent": "core/default",
|
|
27
23
|
"$type": "dimension",
|
|
28
24
|
"$value": "2px"
|
|
29
25
|
},
|
|
30
26
|
"none": {
|
|
31
|
-
"parent": "core/default",
|
|
32
27
|
"$type": "dimension",
|
|
33
28
|
"$value": "0px"
|
|
34
29
|
}
|
|
@@ -44,59 +39,48 @@
|
|
|
44
39
|
"$value": "#F8FAFC"
|
|
45
40
|
},
|
|
46
41
|
"100": {
|
|
47
|
-
"parent": "core/default",
|
|
48
42
|
"$type": "color",
|
|
49
43
|
"$value": "#F1F5F9"
|
|
50
44
|
},
|
|
51
45
|
"200": {
|
|
52
|
-
"parent": "core/default",
|
|
53
46
|
"$type": "color",
|
|
54
47
|
"$value": "#E2E8F0"
|
|
55
48
|
},
|
|
56
49
|
"300": {
|
|
57
|
-
"parent": "core/default",
|
|
58
50
|
"$type": "color",
|
|
59
51
|
"$value": "#CBD5E1"
|
|
60
52
|
},
|
|
61
53
|
"400": {
|
|
62
|
-
"parent": "core/default",
|
|
63
54
|
"$type": "color",
|
|
64
55
|
"$value": "#94A3B8"
|
|
65
56
|
},
|
|
66
57
|
"500": {
|
|
67
|
-
"parent": "core/default",
|
|
68
58
|
"$type": "color",
|
|
69
59
|
"$value": "#64748B"
|
|
70
60
|
},
|
|
71
61
|
"600": {
|
|
72
|
-
"parent": "core/default",
|
|
73
62
|
"$type": "color",
|
|
74
63
|
"$value": "#475569"
|
|
75
64
|
},
|
|
76
65
|
"700": {
|
|
77
|
-
"parent": "core/default",
|
|
78
66
|
"$type": "color",
|
|
79
67
|
"$value": "#334155"
|
|
80
68
|
},
|
|
81
69
|
"800": {
|
|
82
|
-
"parent": "core/default",
|
|
83
70
|
"$type": "color",
|
|
84
71
|
"$value": "#1E293B"
|
|
85
72
|
},
|
|
86
73
|
"900": {
|
|
87
|
-
"parent": "core/default",
|
|
88
74
|
"$type": "color",
|
|
89
75
|
"$value": "#0F172A"
|
|
90
76
|
}
|
|
91
77
|
},
|
|
92
78
|
"lichtblauw": {
|
|
93
79
|
"50": {
|
|
94
|
-
"parent": "core/default",
|
|
95
80
|
"$type": "color",
|
|
96
81
|
"$value": "#eef7fb"
|
|
97
82
|
},
|
|
98
83
|
"100": {
|
|
99
|
-
"parent": "core/default",
|
|
100
84
|
"$type": "color",
|
|
101
85
|
"$value": "#ddeff8"
|
|
102
86
|
},
|
|
@@ -113,19 +97,16 @@
|
|
|
113
97
|
"$value": "#ABD7ED"
|
|
114
98
|
},
|
|
115
99
|
"500": {
|
|
116
|
-
"parent": "core/default",
|
|
117
100
|
"$type": "color",
|
|
118
101
|
"$value": "#8fcae7"
|
|
119
102
|
}
|
|
120
103
|
},
|
|
121
104
|
"violet": {
|
|
122
105
|
"50": {
|
|
123
|
-
"parent": "core/default",
|
|
124
106
|
"$type": "color",
|
|
125
107
|
"$value": "#f2d9e7"
|
|
126
108
|
},
|
|
127
109
|
"100": {
|
|
128
|
-
"parent": "core/default",
|
|
129
110
|
"$type": "color",
|
|
130
111
|
"$value": "#e5b3d0"
|
|
131
112
|
},
|
|
@@ -142,19 +123,16 @@
|
|
|
142
123
|
"$value": "#BE4088"
|
|
143
124
|
},
|
|
144
125
|
"500": {
|
|
145
|
-
"parent": "core/default",
|
|
146
126
|
"$type": "color",
|
|
147
127
|
"$value": "#a90061"
|
|
148
128
|
}
|
|
149
129
|
},
|
|
150
130
|
"paars": {
|
|
151
131
|
"50": {
|
|
152
|
-
"parent": "core/default",
|
|
153
132
|
"$type": "color",
|
|
154
133
|
"$value": "#e3dce7"
|
|
155
134
|
},
|
|
156
135
|
"100": {
|
|
157
|
-
"parent": "core/default",
|
|
158
136
|
"$type": "color",
|
|
159
137
|
"$value": "#c6b9cf"
|
|
160
138
|
},
|
|
@@ -167,24 +145,20 @@
|
|
|
167
145
|
"$value": "#8D729F"
|
|
168
146
|
},
|
|
169
147
|
"400": {
|
|
170
|
-
"parent": "core/default",
|
|
171
148
|
"$type": "color",
|
|
172
149
|
"$value": "#714f87"
|
|
173
150
|
},
|
|
174
151
|
"500": {
|
|
175
|
-
"parent": "core/default",
|
|
176
152
|
"$type": "color",
|
|
177
153
|
"$value": "#42145f"
|
|
178
154
|
}
|
|
179
155
|
},
|
|
180
156
|
"hemelblauw": {
|
|
181
157
|
"50": {
|
|
182
|
-
"parent": "core/default",
|
|
183
158
|
"$type": "color",
|
|
184
159
|
"$value": "#d9ebf7"
|
|
185
160
|
},
|
|
186
161
|
"100": {
|
|
187
|
-
"parent": "core/default",
|
|
188
162
|
"$type": "color",
|
|
189
163
|
"$value": "#b3d7ee"
|
|
190
164
|
},
|
|
@@ -201,19 +175,16 @@
|
|
|
201
175
|
"$value": "#409CD5"
|
|
202
176
|
},
|
|
203
177
|
"500": {
|
|
204
|
-
"parent": "core/default",
|
|
205
178
|
"$type": "color",
|
|
206
179
|
"$value": "#007bc7"
|
|
207
180
|
}
|
|
208
181
|
},
|
|
209
182
|
"donkerblauw": {
|
|
210
183
|
"50": {
|
|
211
|
-
"parent": "core/default",
|
|
212
184
|
"$type": "color",
|
|
213
185
|
"$value": "#d9e8f0"
|
|
214
186
|
},
|
|
215
187
|
"100": {
|
|
216
|
-
"parent": "core/default",
|
|
217
188
|
"$type": "color",
|
|
218
189
|
"$value": "#b3d2e1"
|
|
219
190
|
},
|
|
@@ -230,19 +201,16 @@
|
|
|
230
201
|
"$value": "#408EB4"
|
|
231
202
|
},
|
|
232
203
|
"500": {
|
|
233
|
-
"parent": "core/default",
|
|
234
204
|
"$type": "color",
|
|
235
205
|
"$value": "#01689b"
|
|
236
206
|
}
|
|
237
207
|
},
|
|
238
208
|
"mintgroen": {
|
|
239
209
|
"50": {
|
|
240
|
-
"parent": "core/default",
|
|
241
210
|
"$type": "color",
|
|
242
211
|
"$value": "#eaf8f4"
|
|
243
212
|
},
|
|
244
213
|
"100": {
|
|
245
|
-
"parent": "core/default",
|
|
246
214
|
"$type": "color",
|
|
247
215
|
"$value": "#d6f2e9"
|
|
248
216
|
},
|
|
@@ -259,19 +227,16 @@
|
|
|
259
227
|
"$value": "#98DDC8"
|
|
260
228
|
},
|
|
261
229
|
"500": {
|
|
262
|
-
"parent": "core/default",
|
|
263
230
|
"$type": "color",
|
|
264
231
|
"$value": "#76d2b6"
|
|
265
232
|
}
|
|
266
233
|
},
|
|
267
234
|
"mosgroen": {
|
|
268
235
|
"50": {
|
|
269
|
-
"parent": "core/default",
|
|
270
236
|
"$type": "color",
|
|
271
237
|
"$value": "#ebebd9"
|
|
272
238
|
},
|
|
273
239
|
"100": {
|
|
274
|
-
"parent": "core/default",
|
|
275
240
|
"$type": "color",
|
|
276
241
|
"$value": "#d6d7b3"
|
|
277
242
|
},
|
|
@@ -288,19 +253,16 @@
|
|
|
288
253
|
"$value": "#999C40"
|
|
289
254
|
},
|
|
290
255
|
"500": {
|
|
291
|
-
"parent": "core/default",
|
|
292
256
|
"$type": "color",
|
|
293
257
|
"$value": "#777b00"
|
|
294
258
|
}
|
|
295
259
|
},
|
|
296
260
|
"groen": {
|
|
297
261
|
"50": {
|
|
298
|
-
"parent": "core/default",
|
|
299
262
|
"$type": "color",
|
|
300
263
|
"$value": "#e1eddb"
|
|
301
264
|
},
|
|
302
265
|
"100": {
|
|
303
|
-
"parent": "core/default",
|
|
304
266
|
"$type": "color",
|
|
305
267
|
"$value": "#c4dbb6"
|
|
306
268
|
},
|
|
@@ -317,19 +279,16 @@
|
|
|
317
279
|
"$value": "#6AA549"
|
|
318
280
|
},
|
|
319
281
|
"500": {
|
|
320
|
-
"parent": "core/default",
|
|
321
282
|
"$type": "color",
|
|
322
283
|
"$value": "#39870c"
|
|
323
284
|
}
|
|
324
285
|
},
|
|
325
286
|
"donkergroen": {
|
|
326
287
|
"50": {
|
|
327
|
-
"parent": "core/default",
|
|
328
288
|
"$type": "color",
|
|
329
289
|
"$value": "#dfe6e1"
|
|
330
290
|
},
|
|
331
291
|
"100": {
|
|
332
|
-
"parent": "core/default",
|
|
333
292
|
"$type": "color",
|
|
334
293
|
"$value": "#becdc3"
|
|
335
294
|
},
|
|
@@ -346,19 +305,16 @@
|
|
|
346
305
|
"$value": "#5D8269"
|
|
347
306
|
},
|
|
348
307
|
"500": {
|
|
349
|
-
"parent": "core/default",
|
|
350
308
|
"$type": "color",
|
|
351
309
|
"$value": "#275937"
|
|
352
310
|
}
|
|
353
311
|
},
|
|
354
312
|
"bruin": {
|
|
355
313
|
"50": {
|
|
356
|
-
"parent": "core/default",
|
|
357
314
|
"$type": "color",
|
|
358
315
|
"$value": "#efeada"
|
|
359
316
|
},
|
|
360
317
|
"100": {
|
|
361
|
-
"parent": "core/default",
|
|
362
318
|
"$type": "color",
|
|
363
319
|
"$value": "#dfd4b6"
|
|
364
320
|
},
|
|
@@ -375,19 +331,16 @@
|
|
|
375
331
|
"$value": "#AF9447"
|
|
376
332
|
},
|
|
377
333
|
"500": {
|
|
378
|
-
"parent": "core/default",
|
|
379
334
|
"$type": "color",
|
|
380
335
|
"$value": "#94710a"
|
|
381
336
|
}
|
|
382
337
|
},
|
|
383
338
|
"donkerbruin": {
|
|
384
339
|
"50": {
|
|
385
|
-
"parent": "core/default",
|
|
386
340
|
"$type": "color",
|
|
387
341
|
"$value": "#e8e0df"
|
|
388
342
|
},
|
|
389
343
|
"100": {
|
|
390
|
-
"parent": "core/default",
|
|
391
344
|
"$type": "color",
|
|
392
345
|
"$value": "#d1c2be"
|
|
393
346
|
},
|
|
@@ -404,19 +357,16 @@
|
|
|
404
357
|
"$value": "#8D665D"
|
|
405
358
|
},
|
|
406
359
|
"500": {
|
|
407
|
-
"parent": "core/default",
|
|
408
360
|
"$type": "color",
|
|
409
361
|
"$value": "#673327"
|
|
410
362
|
}
|
|
411
363
|
},
|
|
412
364
|
"geel": {
|
|
413
365
|
"50": {
|
|
414
|
-
"parent": "core/default",
|
|
415
366
|
"$type": "color",
|
|
416
367
|
"$value": "#fefbdd"
|
|
417
368
|
},
|
|
418
369
|
"100": {
|
|
419
|
-
"parent": "core/default",
|
|
420
370
|
"$type": "color",
|
|
421
371
|
"$value": "#fdf6bc"
|
|
422
372
|
},
|
|
@@ -433,19 +383,16 @@
|
|
|
433
383
|
"$value": "#FAE856"
|
|
434
384
|
},
|
|
435
385
|
"500": {
|
|
436
|
-
"parent": "core/default",
|
|
437
386
|
"$type": "color",
|
|
438
387
|
"$value": "#f9e11e"
|
|
439
388
|
}
|
|
440
389
|
},
|
|
441
390
|
"donkergeel": {
|
|
442
391
|
"50": {
|
|
443
|
-
"parent": "core/default",
|
|
444
392
|
"$type": "color",
|
|
445
393
|
"$value": "#fff4db"
|
|
446
394
|
},
|
|
447
395
|
"100": {
|
|
448
|
-
"parent": "core/default",
|
|
449
396
|
"$type": "color",
|
|
450
397
|
"$value": "#ffe9b8"
|
|
451
398
|
},
|
|
@@ -462,19 +409,16 @@
|
|
|
462
409
|
"$value": "#FDC84D"
|
|
463
410
|
},
|
|
464
411
|
"500": {
|
|
465
|
-
"parent": "core/default",
|
|
466
412
|
"$type": "color",
|
|
467
413
|
"$value": "#ffb612"
|
|
468
414
|
}
|
|
469
415
|
},
|
|
470
416
|
"oranje": {
|
|
471
417
|
"50": {
|
|
472
|
-
"parent": "core/default",
|
|
473
418
|
"$type": "color",
|
|
474
419
|
"$value": "#fbead9"
|
|
475
420
|
},
|
|
476
421
|
"100": {
|
|
477
|
-
"parent": "core/default",
|
|
478
422
|
"$type": "color",
|
|
479
423
|
"$value": "#f6d4b3"
|
|
480
424
|
},
|
|
@@ -491,19 +435,16 @@
|
|
|
491
435
|
"$value": "#E89440"
|
|
492
436
|
},
|
|
493
437
|
"500": {
|
|
494
|
-
"parent": "core/default",
|
|
495
438
|
"$type": "color",
|
|
496
439
|
"$value": "#e17000"
|
|
497
440
|
}
|
|
498
441
|
},
|
|
499
442
|
"rood": {
|
|
500
443
|
"50": {
|
|
501
|
-
"parent": "core/default",
|
|
502
444
|
"$type": "color",
|
|
503
445
|
"$value": "#f9dfdd"
|
|
504
446
|
},
|
|
505
447
|
"100": {
|
|
506
|
-
"parent": "core/default",
|
|
507
448
|
"$type": "color",
|
|
508
449
|
"$value": "#f2bfbc"
|
|
509
450
|
},
|
|
@@ -520,19 +461,16 @@
|
|
|
520
461
|
"$value": "#DF6056"
|
|
521
462
|
},
|
|
522
463
|
"500": {
|
|
523
|
-
"parent": "core/default",
|
|
524
464
|
"$type": "color",
|
|
525
465
|
"$value": "#d52b1e"
|
|
526
466
|
}
|
|
527
467
|
},
|
|
528
468
|
"roze": {
|
|
529
469
|
"50": {
|
|
530
|
-
"parent": "core/default",
|
|
531
470
|
"$type": "color",
|
|
532
471
|
"$value": "#fdeff8"
|
|
533
472
|
},
|
|
534
473
|
"100": {
|
|
535
|
-
"parent": "core/default",
|
|
536
474
|
"$type": "color",
|
|
537
475
|
"$value": "#fbdef0"
|
|
538
476
|
},
|
|
@@ -549,19 +487,16 @@
|
|
|
549
487
|
"$value": "#F4ADD9"
|
|
550
488
|
},
|
|
551
489
|
"500": {
|
|
552
|
-
"parent": "core/default",
|
|
553
490
|
"$type": "color",
|
|
554
491
|
"$value": "#f092cd"
|
|
555
492
|
}
|
|
556
493
|
},
|
|
557
494
|
"robijnrood": {
|
|
558
495
|
"50": {
|
|
559
|
-
"parent": "core/default",
|
|
560
496
|
"$type": "color",
|
|
561
497
|
"$value": "#f7d9e7"
|
|
562
498
|
},
|
|
563
499
|
"100": {
|
|
564
|
-
"parent": "core/default",
|
|
565
500
|
"$type": "color",
|
|
566
501
|
"$value": "#efb3ce"
|
|
567
502
|
},
|
|
@@ -578,7 +513,6 @@
|
|
|
578
513
|
"$value": "#D74085"
|
|
579
514
|
},
|
|
580
515
|
"500": {
|
|
581
|
-
"parent": "core/default",
|
|
582
516
|
"$type": "color",
|
|
583
517
|
"$value": "#ca005d"
|
|
584
518
|
}
|
|
@@ -605,7 +539,6 @@
|
|
|
605
539
|
"$value": "#4f7196"
|
|
606
540
|
},
|
|
607
541
|
"500": {
|
|
608
|
-
"parent": "core/default",
|
|
609
542
|
"$type": "color",
|
|
610
543
|
"$value": "#154273"
|
|
611
544
|
}
|
|
@@ -655,57 +588,46 @@
|
|
|
655
588
|
"rhc": {
|
|
656
589
|
"space": {
|
|
657
590
|
"0": {
|
|
658
|
-
"parent": "core/default",
|
|
659
591
|
"$type": "dimension",
|
|
660
592
|
"$value": "0rem"
|
|
661
593
|
},
|
|
662
594
|
"25": {
|
|
663
|
-
"parent": "core/default",
|
|
664
595
|
"$type": "dimension",
|
|
665
596
|
"$value": "0.25 * 0.5rem"
|
|
666
597
|
},
|
|
667
598
|
"50": {
|
|
668
|
-
"parent": "core/default",
|
|
669
599
|
"$type": "dimension",
|
|
670
600
|
"$value": "0.5 * 0.5rem"
|
|
671
601
|
},
|
|
672
602
|
"100": {
|
|
673
|
-
"parent": "core/default",
|
|
674
603
|
"$type": "dimension",
|
|
675
604
|
"$value": "0.5rem"
|
|
676
605
|
},
|
|
677
606
|
"150": {
|
|
678
|
-
"parent": "core/default",
|
|
679
607
|
"$type": "dimension",
|
|
680
608
|
"$value": "1.5 * 0.5rem"
|
|
681
609
|
},
|
|
682
610
|
"200": {
|
|
683
|
-
"parent": "core/default",
|
|
684
611
|
"$type": "dimension",
|
|
685
612
|
"$value": "2 * 0.5rem"
|
|
686
613
|
},
|
|
687
614
|
"300": {
|
|
688
|
-
"parent": "core/default",
|
|
689
615
|
"$type": "dimension",
|
|
690
616
|
"$value": "3 * 0.5rem"
|
|
691
617
|
},
|
|
692
618
|
"400": {
|
|
693
|
-
"parent": "core/default",
|
|
694
619
|
"$type": "dimension",
|
|
695
620
|
"$value": "4 * 0.5rem"
|
|
696
621
|
},
|
|
697
622
|
"500": {
|
|
698
|
-
"parent": "core/default",
|
|
699
623
|
"$type": "dimension",
|
|
700
624
|
"$value": "5 * 0.5rem"
|
|
701
625
|
},
|
|
702
626
|
"600": {
|
|
703
|
-
"parent": "core/default",
|
|
704
627
|
"$type": "dimension",
|
|
705
628
|
"$value": "6 * 0.5rem"
|
|
706
629
|
},
|
|
707
630
|
"700": {
|
|
708
|
-
"parent": "core/default",
|
|
709
631
|
"$type": "dimension",
|
|
710
632
|
"$value": "7 * 0.5rem"
|
|
711
633
|
}
|
|
@@ -735,7 +657,6 @@
|
|
|
735
657
|
"$value": "{rhc.color.cool-grey.900}"
|
|
736
658
|
},
|
|
737
659
|
"subtle": {
|
|
738
|
-
"parent": "mode/light",
|
|
739
660
|
"$type": "color",
|
|
740
661
|
"$value": "{rhc.color.cool-grey.700}"
|
|
741
662
|
},
|
|
@@ -754,70 +675,58 @@
|
|
|
754
675
|
},
|
|
755
676
|
"border": {
|
|
756
677
|
"default": {
|
|
757
|
-
"parent": "mode/light",
|
|
758
678
|
"$type": "color",
|
|
759
679
|
"$value": "{rhc.color.cool-grey.500}"
|
|
760
680
|
},
|
|
761
681
|
"subtle": {
|
|
762
|
-
"parent": "mode/light",
|
|
763
682
|
"$type": "color",
|
|
764
683
|
"$value": "{rhc.color.cool-grey.400}"
|
|
765
684
|
},
|
|
766
685
|
"strong": {
|
|
767
|
-
"parent": "mode/light",
|
|
768
686
|
"$type": "color",
|
|
769
687
|
"$value": "{rhc.color.foreground.default}"
|
|
770
688
|
}
|
|
771
689
|
},
|
|
772
690
|
"bg-document": {
|
|
773
|
-
"parent": "mode/light",
|
|
774
691
|
"$type": "color",
|
|
775
692
|
"$value": "{rhc.color.wit}"
|
|
776
693
|
},
|
|
777
694
|
"positive": {
|
|
778
695
|
"default": {
|
|
779
|
-
"parent": "mode/light",
|
|
780
696
|
"$type": "color",
|
|
781
697
|
"$value": "{rhc.color.groen.500}"
|
|
782
698
|
},
|
|
783
699
|
"subtle": {
|
|
784
|
-
"parent": "mode/light",
|
|
785
700
|
"$type": "color",
|
|
786
701
|
"$value": "{rhc.color.groen.50}"
|
|
787
702
|
}
|
|
788
703
|
},
|
|
789
704
|
"info": {
|
|
790
705
|
"default": {
|
|
791
|
-
"parent": "mode/light",
|
|
792
706
|
"$type": "color",
|
|
793
707
|
"$value": "{rhc.color.hemelblauw.500}"
|
|
794
708
|
},
|
|
795
709
|
"subtle": {
|
|
796
|
-
"parent": "mode/light",
|
|
797
710
|
"$type": "color",
|
|
798
711
|
"$value": "{rhc.color.hemelblauw.50}"
|
|
799
712
|
}
|
|
800
713
|
},
|
|
801
714
|
"negative": {
|
|
802
715
|
"default": {
|
|
803
|
-
"parent": "mode/light",
|
|
804
716
|
"$type": "color",
|
|
805
717
|
"$value": "{rhc.color.rood.500}"
|
|
806
718
|
},
|
|
807
719
|
"subtle": {
|
|
808
|
-
"parent": "mode/light",
|
|
809
720
|
"$type": "color",
|
|
810
721
|
"$value": "{rhc.color.rood.50}"
|
|
811
722
|
}
|
|
812
723
|
},
|
|
813
724
|
"warning": {
|
|
814
725
|
"default": {
|
|
815
|
-
"parent": "mode/light",
|
|
816
726
|
"$type": "color",
|
|
817
727
|
"$value": "{rhc.color.donkergeel.500}"
|
|
818
728
|
},
|
|
819
729
|
"subtle": {
|
|
820
|
-
"parent": "mode/light",
|
|
821
730
|
"$type": "color",
|
|
822
731
|
"$value": "{rhc.color.donkergeel.50}"
|
|
823
732
|
}
|
|
@@ -6861,29 +6770,24 @@
|
|
|
6861
6770
|
"rhc": {
|
|
6862
6771
|
"border-radius": {
|
|
6863
6772
|
"round": {
|
|
6864
|
-
"parent": "core/default",
|
|
6865
6773
|
"$type": "dimension",
|
|
6866
6774
|
"$value": "999px"
|
|
6867
6775
|
},
|
|
6868
6776
|
"none": {
|
|
6869
|
-
"parent": "core/default",
|
|
6870
6777
|
"$type": "dimension",
|
|
6871
6778
|
"$value": "0px"
|
|
6872
6779
|
}
|
|
6873
6780
|
},
|
|
6874
6781
|
"border-width": {
|
|
6875
6782
|
"sm": {
|
|
6876
|
-
"parent": "core/default",
|
|
6877
6783
|
"$type": "dimension",
|
|
6878
6784
|
"$value": "1px"
|
|
6879
6785
|
},
|
|
6880
6786
|
"md": {
|
|
6881
|
-
"parent": "core/default",
|
|
6882
6787
|
"$type": "dimension",
|
|
6883
6788
|
"$value": "2px"
|
|
6884
6789
|
},
|
|
6885
6790
|
"none": {
|
|
6886
|
-
"parent": "core/default",
|
|
6887
6791
|
"$type": "dimension",
|
|
6888
6792
|
"$value": "0px"
|
|
6889
6793
|
}
|
|
@@ -6899,59 +6803,48 @@
|
|
|
6899
6803
|
"$value": "#F8FAFC"
|
|
6900
6804
|
},
|
|
6901
6805
|
"100": {
|
|
6902
|
-
"parent": "core/default",
|
|
6903
6806
|
"$type": "color",
|
|
6904
6807
|
"$value": "#F1F5F9"
|
|
6905
6808
|
},
|
|
6906
6809
|
"200": {
|
|
6907
|
-
"parent": "core/default",
|
|
6908
6810
|
"$type": "color",
|
|
6909
6811
|
"$value": "#E2E8F0"
|
|
6910
6812
|
},
|
|
6911
6813
|
"300": {
|
|
6912
|
-
"parent": "core/default",
|
|
6913
6814
|
"$type": "color",
|
|
6914
6815
|
"$value": "#CBD5E1"
|
|
6915
6816
|
},
|
|
6916
6817
|
"400": {
|
|
6917
|
-
"parent": "core/default",
|
|
6918
6818
|
"$type": "color",
|
|
6919
6819
|
"$value": "#94A3B8"
|
|
6920
6820
|
},
|
|
6921
6821
|
"500": {
|
|
6922
|
-
"parent": "core/default",
|
|
6923
6822
|
"$type": "color",
|
|
6924
6823
|
"$value": "#64748B"
|
|
6925
6824
|
},
|
|
6926
6825
|
"600": {
|
|
6927
|
-
"parent": "core/default",
|
|
6928
6826
|
"$type": "color",
|
|
6929
6827
|
"$value": "#475569"
|
|
6930
6828
|
},
|
|
6931
6829
|
"700": {
|
|
6932
|
-
"parent": "core/default",
|
|
6933
6830
|
"$type": "color",
|
|
6934
6831
|
"$value": "#334155"
|
|
6935
6832
|
},
|
|
6936
6833
|
"800": {
|
|
6937
|
-
"parent": "core/default",
|
|
6938
6834
|
"$type": "color",
|
|
6939
6835
|
"$value": "#1E293B"
|
|
6940
6836
|
},
|
|
6941
6837
|
"900": {
|
|
6942
|
-
"parent": "core/default",
|
|
6943
6838
|
"$type": "color",
|
|
6944
6839
|
"$value": "#0F172A"
|
|
6945
6840
|
}
|
|
6946
6841
|
},
|
|
6947
6842
|
"lichtblauw": {
|
|
6948
6843
|
"50": {
|
|
6949
|
-
"parent": "core/default",
|
|
6950
6844
|
"$type": "color",
|
|
6951
6845
|
"$value": "#eef7fb"
|
|
6952
6846
|
},
|
|
6953
6847
|
"100": {
|
|
6954
|
-
"parent": "core/default",
|
|
6955
6848
|
"$type": "color",
|
|
6956
6849
|
"$value": "#ddeff8"
|
|
6957
6850
|
},
|
|
@@ -6968,19 +6861,16 @@
|
|
|
6968
6861
|
"$value": "#ABD7ED"
|
|
6969
6862
|
},
|
|
6970
6863
|
"500": {
|
|
6971
|
-
"parent": "core/default",
|
|
6972
6864
|
"$type": "color",
|
|
6973
6865
|
"$value": "#8fcae7"
|
|
6974
6866
|
}
|
|
6975
6867
|
},
|
|
6976
6868
|
"violet": {
|
|
6977
6869
|
"50": {
|
|
6978
|
-
"parent": "core/default",
|
|
6979
6870
|
"$type": "color",
|
|
6980
6871
|
"$value": "#f2d9e7"
|
|
6981
6872
|
},
|
|
6982
6873
|
"100": {
|
|
6983
|
-
"parent": "core/default",
|
|
6984
6874
|
"$type": "color",
|
|
6985
6875
|
"$value": "#e5b3d0"
|
|
6986
6876
|
},
|
|
@@ -6997,19 +6887,16 @@
|
|
|
6997
6887
|
"$value": "#BE4088"
|
|
6998
6888
|
},
|
|
6999
6889
|
"500": {
|
|
7000
|
-
"parent": "core/default",
|
|
7001
6890
|
"$type": "color",
|
|
7002
6891
|
"$value": "#a90061"
|
|
7003
6892
|
}
|
|
7004
6893
|
},
|
|
7005
6894
|
"paars": {
|
|
7006
6895
|
"50": {
|
|
7007
|
-
"parent": "core/default",
|
|
7008
6896
|
"$type": "color",
|
|
7009
6897
|
"$value": "#e3dce7"
|
|
7010
6898
|
},
|
|
7011
6899
|
"100": {
|
|
7012
|
-
"parent": "core/default",
|
|
7013
6900
|
"$type": "color",
|
|
7014
6901
|
"$value": "#c6b9cf"
|
|
7015
6902
|
},
|
|
@@ -7022,24 +6909,20 @@
|
|
|
7022
6909
|
"$value": "#8D729F"
|
|
7023
6910
|
},
|
|
7024
6911
|
"400": {
|
|
7025
|
-
"parent": "core/default",
|
|
7026
6912
|
"$type": "color",
|
|
7027
6913
|
"$value": "#714f87"
|
|
7028
6914
|
},
|
|
7029
6915
|
"500": {
|
|
7030
|
-
"parent": "core/default",
|
|
7031
6916
|
"$type": "color",
|
|
7032
6917
|
"$value": "#42145f"
|
|
7033
6918
|
}
|
|
7034
6919
|
},
|
|
7035
6920
|
"hemelblauw": {
|
|
7036
6921
|
"50": {
|
|
7037
|
-
"parent": "core/default",
|
|
7038
6922
|
"$type": "color",
|
|
7039
6923
|
"$value": "#d9ebf7"
|
|
7040
6924
|
},
|
|
7041
6925
|
"100": {
|
|
7042
|
-
"parent": "core/default",
|
|
7043
6926
|
"$type": "color",
|
|
7044
6927
|
"$value": "#b3d7ee"
|
|
7045
6928
|
},
|
|
@@ -7056,19 +6939,16 @@
|
|
|
7056
6939
|
"$value": "#409CD5"
|
|
7057
6940
|
},
|
|
7058
6941
|
"500": {
|
|
7059
|
-
"parent": "core/default",
|
|
7060
6942
|
"$type": "color",
|
|
7061
6943
|
"$value": "#007bc7"
|
|
7062
6944
|
}
|
|
7063
6945
|
},
|
|
7064
6946
|
"donkerblauw": {
|
|
7065
6947
|
"50": {
|
|
7066
|
-
"parent": "core/default",
|
|
7067
6948
|
"$type": "color",
|
|
7068
6949
|
"$value": "#d9e8f0"
|
|
7069
6950
|
},
|
|
7070
6951
|
"100": {
|
|
7071
|
-
"parent": "core/default",
|
|
7072
6952
|
"$type": "color",
|
|
7073
6953
|
"$value": "#b3d2e1"
|
|
7074
6954
|
},
|
|
@@ -7085,19 +6965,16 @@
|
|
|
7085
6965
|
"$value": "#408EB4"
|
|
7086
6966
|
},
|
|
7087
6967
|
"500": {
|
|
7088
|
-
"parent": "core/default",
|
|
7089
6968
|
"$type": "color",
|
|
7090
6969
|
"$value": "#01689b"
|
|
7091
6970
|
}
|
|
7092
6971
|
},
|
|
7093
6972
|
"mintgroen": {
|
|
7094
6973
|
"50": {
|
|
7095
|
-
"parent": "core/default",
|
|
7096
6974
|
"$type": "color",
|
|
7097
6975
|
"$value": "#eaf8f4"
|
|
7098
6976
|
},
|
|
7099
6977
|
"100": {
|
|
7100
|
-
"parent": "core/default",
|
|
7101
6978
|
"$type": "color",
|
|
7102
6979
|
"$value": "#d6f2e9"
|
|
7103
6980
|
},
|
|
@@ -7114,19 +6991,16 @@
|
|
|
7114
6991
|
"$value": "#98DDC8"
|
|
7115
6992
|
},
|
|
7116
6993
|
"500": {
|
|
7117
|
-
"parent": "core/default",
|
|
7118
6994
|
"$type": "color",
|
|
7119
6995
|
"$value": "#76d2b6"
|
|
7120
6996
|
}
|
|
7121
6997
|
},
|
|
7122
6998
|
"mosgroen": {
|
|
7123
6999
|
"50": {
|
|
7124
|
-
"parent": "core/default",
|
|
7125
7000
|
"$type": "color",
|
|
7126
7001
|
"$value": "#ebebd9"
|
|
7127
7002
|
},
|
|
7128
7003
|
"100": {
|
|
7129
|
-
"parent": "core/default",
|
|
7130
7004
|
"$type": "color",
|
|
7131
7005
|
"$value": "#d6d7b3"
|
|
7132
7006
|
},
|
|
@@ -7143,19 +7017,16 @@
|
|
|
7143
7017
|
"$value": "#999C40"
|
|
7144
7018
|
},
|
|
7145
7019
|
"500": {
|
|
7146
|
-
"parent": "core/default",
|
|
7147
7020
|
"$type": "color",
|
|
7148
7021
|
"$value": "#777b00"
|
|
7149
7022
|
}
|
|
7150
7023
|
},
|
|
7151
7024
|
"groen": {
|
|
7152
7025
|
"50": {
|
|
7153
|
-
"parent": "core/default",
|
|
7154
7026
|
"$type": "color",
|
|
7155
7027
|
"$value": "#e1eddb"
|
|
7156
7028
|
},
|
|
7157
7029
|
"100": {
|
|
7158
|
-
"parent": "core/default",
|
|
7159
7030
|
"$type": "color",
|
|
7160
7031
|
"$value": "#c4dbb6"
|
|
7161
7032
|
},
|
|
@@ -7172,19 +7043,16 @@
|
|
|
7172
7043
|
"$value": "#6AA549"
|
|
7173
7044
|
},
|
|
7174
7045
|
"500": {
|
|
7175
|
-
"parent": "core/default",
|
|
7176
7046
|
"$type": "color",
|
|
7177
7047
|
"$value": "#39870c"
|
|
7178
7048
|
}
|
|
7179
7049
|
},
|
|
7180
7050
|
"donkergroen": {
|
|
7181
7051
|
"50": {
|
|
7182
|
-
"parent": "core/default",
|
|
7183
7052
|
"$type": "color",
|
|
7184
7053
|
"$value": "#dfe6e1"
|
|
7185
7054
|
},
|
|
7186
7055
|
"100": {
|
|
7187
|
-
"parent": "core/default",
|
|
7188
7056
|
"$type": "color",
|
|
7189
7057
|
"$value": "#becdc3"
|
|
7190
7058
|
},
|
|
@@ -7201,19 +7069,16 @@
|
|
|
7201
7069
|
"$value": "#5D8269"
|
|
7202
7070
|
},
|
|
7203
7071
|
"500": {
|
|
7204
|
-
"parent": "core/default",
|
|
7205
7072
|
"$type": "color",
|
|
7206
7073
|
"$value": "#275937"
|
|
7207
7074
|
}
|
|
7208
7075
|
},
|
|
7209
7076
|
"bruin": {
|
|
7210
7077
|
"50": {
|
|
7211
|
-
"parent": "core/default",
|
|
7212
7078
|
"$type": "color",
|
|
7213
7079
|
"$value": "#efeada"
|
|
7214
7080
|
},
|
|
7215
7081
|
"100": {
|
|
7216
|
-
"parent": "core/default",
|
|
7217
7082
|
"$type": "color",
|
|
7218
7083
|
"$value": "#dfd4b6"
|
|
7219
7084
|
},
|
|
@@ -7230,19 +7095,16 @@
|
|
|
7230
7095
|
"$value": "#AF9447"
|
|
7231
7096
|
},
|
|
7232
7097
|
"500": {
|
|
7233
|
-
"parent": "core/default",
|
|
7234
7098
|
"$type": "color",
|
|
7235
7099
|
"$value": "#94710a"
|
|
7236
7100
|
}
|
|
7237
7101
|
},
|
|
7238
7102
|
"donkerbruin": {
|
|
7239
7103
|
"50": {
|
|
7240
|
-
"parent": "core/default",
|
|
7241
7104
|
"$type": "color",
|
|
7242
7105
|
"$value": "#e8e0df"
|
|
7243
7106
|
},
|
|
7244
7107
|
"100": {
|
|
7245
|
-
"parent": "core/default",
|
|
7246
7108
|
"$type": "color",
|
|
7247
7109
|
"$value": "#d1c2be"
|
|
7248
7110
|
},
|
|
@@ -7259,19 +7121,16 @@
|
|
|
7259
7121
|
"$value": "#8D665D"
|
|
7260
7122
|
},
|
|
7261
7123
|
"500": {
|
|
7262
|
-
"parent": "core/default",
|
|
7263
7124
|
"$type": "color",
|
|
7264
7125
|
"$value": "#673327"
|
|
7265
7126
|
}
|
|
7266
7127
|
},
|
|
7267
7128
|
"geel": {
|
|
7268
7129
|
"50": {
|
|
7269
|
-
"parent": "core/default",
|
|
7270
7130
|
"$type": "color",
|
|
7271
7131
|
"$value": "#fefbdd"
|
|
7272
7132
|
},
|
|
7273
7133
|
"100": {
|
|
7274
|
-
"parent": "core/default",
|
|
7275
7134
|
"$type": "color",
|
|
7276
7135
|
"$value": "#fdf6bc"
|
|
7277
7136
|
},
|
|
@@ -7288,19 +7147,16 @@
|
|
|
7288
7147
|
"$value": "#FAE856"
|
|
7289
7148
|
},
|
|
7290
7149
|
"500": {
|
|
7291
|
-
"parent": "core/default",
|
|
7292
7150
|
"$type": "color",
|
|
7293
7151
|
"$value": "#f9e11e"
|
|
7294
7152
|
}
|
|
7295
7153
|
},
|
|
7296
7154
|
"donkergeel": {
|
|
7297
7155
|
"50": {
|
|
7298
|
-
"parent": "core/default",
|
|
7299
7156
|
"$type": "color",
|
|
7300
7157
|
"$value": "#fff4db"
|
|
7301
7158
|
},
|
|
7302
7159
|
"100": {
|
|
7303
|
-
"parent": "core/default",
|
|
7304
7160
|
"$type": "color",
|
|
7305
7161
|
"$value": "#ffe9b8"
|
|
7306
7162
|
},
|
|
@@ -7317,19 +7173,16 @@
|
|
|
7317
7173
|
"$value": "#FDC84D"
|
|
7318
7174
|
},
|
|
7319
7175
|
"500": {
|
|
7320
|
-
"parent": "core/default",
|
|
7321
7176
|
"$type": "color",
|
|
7322
7177
|
"$value": "#ffb612"
|
|
7323
7178
|
}
|
|
7324
7179
|
},
|
|
7325
7180
|
"oranje": {
|
|
7326
7181
|
"50": {
|
|
7327
|
-
"parent": "core/default",
|
|
7328
7182
|
"$type": "color",
|
|
7329
7183
|
"$value": "#fbead9"
|
|
7330
7184
|
},
|
|
7331
7185
|
"100": {
|
|
7332
|
-
"parent": "core/default",
|
|
7333
7186
|
"$type": "color",
|
|
7334
7187
|
"$value": "#f6d4b3"
|
|
7335
7188
|
},
|
|
@@ -7346,19 +7199,16 @@
|
|
|
7346
7199
|
"$value": "#E89440"
|
|
7347
7200
|
},
|
|
7348
7201
|
"500": {
|
|
7349
|
-
"parent": "core/default",
|
|
7350
7202
|
"$type": "color",
|
|
7351
7203
|
"$value": "#e17000"
|
|
7352
7204
|
}
|
|
7353
7205
|
},
|
|
7354
7206
|
"rood": {
|
|
7355
7207
|
"50": {
|
|
7356
|
-
"parent": "core/default",
|
|
7357
7208
|
"$type": "color",
|
|
7358
7209
|
"$value": "#f9dfdd"
|
|
7359
7210
|
},
|
|
7360
7211
|
"100": {
|
|
7361
|
-
"parent": "core/default",
|
|
7362
7212
|
"$type": "color",
|
|
7363
7213
|
"$value": "#f2bfbc"
|
|
7364
7214
|
},
|
|
@@ -7375,19 +7225,16 @@
|
|
|
7375
7225
|
"$value": "#DF6056"
|
|
7376
7226
|
},
|
|
7377
7227
|
"500": {
|
|
7378
|
-
"parent": "core/default",
|
|
7379
7228
|
"$type": "color",
|
|
7380
7229
|
"$value": "#d52b1e"
|
|
7381
7230
|
}
|
|
7382
7231
|
},
|
|
7383
7232
|
"roze": {
|
|
7384
7233
|
"50": {
|
|
7385
|
-
"parent": "core/default",
|
|
7386
7234
|
"$type": "color",
|
|
7387
7235
|
"$value": "#fdeff8"
|
|
7388
7236
|
},
|
|
7389
7237
|
"100": {
|
|
7390
|
-
"parent": "core/default",
|
|
7391
7238
|
"$type": "color",
|
|
7392
7239
|
"$value": "#fbdef0"
|
|
7393
7240
|
},
|
|
@@ -7404,19 +7251,16 @@
|
|
|
7404
7251
|
"$value": "#F4ADD9"
|
|
7405
7252
|
},
|
|
7406
7253
|
"500": {
|
|
7407
|
-
"parent": "core/default",
|
|
7408
7254
|
"$type": "color",
|
|
7409
7255
|
"$value": "#f092cd"
|
|
7410
7256
|
}
|
|
7411
7257
|
},
|
|
7412
7258
|
"robijnrood": {
|
|
7413
7259
|
"50": {
|
|
7414
|
-
"parent": "core/default",
|
|
7415
7260
|
"$type": "color",
|
|
7416
7261
|
"$value": "#f7d9e7"
|
|
7417
7262
|
},
|
|
7418
7263
|
"100": {
|
|
7419
|
-
"parent": "core/default",
|
|
7420
7264
|
"$type": "color",
|
|
7421
7265
|
"$value": "#efb3ce"
|
|
7422
7266
|
},
|
|
@@ -7433,7 +7277,6 @@
|
|
|
7433
7277
|
"$value": "#D74085"
|
|
7434
7278
|
},
|
|
7435
7279
|
"500": {
|
|
7436
|
-
"parent": "core/default",
|
|
7437
7280
|
"$type": "color",
|
|
7438
7281
|
"$value": "#ca005d"
|
|
7439
7282
|
}
|
|
@@ -7460,7 +7303,6 @@
|
|
|
7460
7303
|
"$value": "#4f7196"
|
|
7461
7304
|
},
|
|
7462
7305
|
"500": {
|
|
7463
|
-
"parent": "core/default",
|
|
7464
7306
|
"$type": "color",
|
|
7465
7307
|
"$value": "#154273"
|
|
7466
7308
|
}
|
|
@@ -7510,57 +7352,46 @@
|
|
|
7510
7352
|
"rhc": {
|
|
7511
7353
|
"space": {
|
|
7512
7354
|
"0": {
|
|
7513
|
-
"parent": "core/default",
|
|
7514
7355
|
"$type": "dimension",
|
|
7515
7356
|
"$value": "0rem"
|
|
7516
7357
|
},
|
|
7517
7358
|
"25": {
|
|
7518
|
-
"parent": "core/default",
|
|
7519
7359
|
"$type": "dimension",
|
|
7520
7360
|
"$value": "0.25 * 0.5rem"
|
|
7521
7361
|
},
|
|
7522
7362
|
"50": {
|
|
7523
|
-
"parent": "core/default",
|
|
7524
7363
|
"$type": "dimension",
|
|
7525
7364
|
"$value": "0.5 * 0.5rem"
|
|
7526
7365
|
},
|
|
7527
7366
|
"100": {
|
|
7528
|
-
"parent": "core/default",
|
|
7529
7367
|
"$type": "dimension",
|
|
7530
7368
|
"$value": "0.5rem"
|
|
7531
7369
|
},
|
|
7532
7370
|
"150": {
|
|
7533
|
-
"parent": "core/default",
|
|
7534
7371
|
"$type": "dimension",
|
|
7535
7372
|
"$value": "1.5 * 0.5rem"
|
|
7536
7373
|
},
|
|
7537
7374
|
"200": {
|
|
7538
|
-
"parent": "core/default",
|
|
7539
7375
|
"$type": "dimension",
|
|
7540
7376
|
"$value": "2 * 0.5rem"
|
|
7541
7377
|
},
|
|
7542
7378
|
"300": {
|
|
7543
|
-
"parent": "core/default",
|
|
7544
7379
|
"$type": "dimension",
|
|
7545
7380
|
"$value": "3 * 0.5rem"
|
|
7546
7381
|
},
|
|
7547
7382
|
"400": {
|
|
7548
|
-
"parent": "core/default",
|
|
7549
7383
|
"$type": "dimension",
|
|
7550
7384
|
"$value": "4 * 0.5rem"
|
|
7551
7385
|
},
|
|
7552
7386
|
"500": {
|
|
7553
|
-
"parent": "core/default",
|
|
7554
7387
|
"$type": "dimension",
|
|
7555
7388
|
"$value": "5 * 0.5rem"
|
|
7556
7389
|
},
|
|
7557
7390
|
"600": {
|
|
7558
|
-
"parent": "core/default",
|
|
7559
7391
|
"$type": "dimension",
|
|
7560
7392
|
"$value": "6 * 0.5rem"
|
|
7561
7393
|
},
|
|
7562
7394
|
"700": {
|
|
7563
|
-
"parent": "core/default",
|
|
7564
7395
|
"$type": "dimension",
|
|
7565
7396
|
"$value": "7 * 0.5rem"
|
|
7566
7397
|
}
|
|
@@ -7590,7 +7421,6 @@
|
|
|
7590
7421
|
"$value": "{rhc.color.cool-grey.900}"
|
|
7591
7422
|
},
|
|
7592
7423
|
"subtle": {
|
|
7593
|
-
"parent": "mode/light",
|
|
7594
7424
|
"$type": "color",
|
|
7595
7425
|
"$value": "{rhc.color.cool-grey.700}"
|
|
7596
7426
|
},
|
|
@@ -7609,70 +7439,58 @@
|
|
|
7609
7439
|
},
|
|
7610
7440
|
"border": {
|
|
7611
7441
|
"default": {
|
|
7612
|
-
"parent": "mode/light",
|
|
7613
7442
|
"$type": "color",
|
|
7614
7443
|
"$value": "{rhc.color.cool-grey.500}"
|
|
7615
7444
|
},
|
|
7616
7445
|
"subtle": {
|
|
7617
|
-
"parent": "mode/light",
|
|
7618
7446
|
"$type": "color",
|
|
7619
7447
|
"$value": "{rhc.color.cool-grey.400}"
|
|
7620
7448
|
},
|
|
7621
7449
|
"strong": {
|
|
7622
|
-
"parent": "mode/light",
|
|
7623
7450
|
"$type": "color",
|
|
7624
7451
|
"$value": "{rhc.color.foreground.default}"
|
|
7625
7452
|
}
|
|
7626
7453
|
},
|
|
7627
7454
|
"bg-document": {
|
|
7628
|
-
"parent": "mode/light",
|
|
7629
7455
|
"$type": "color",
|
|
7630
7456
|
"$value": "{rhc.color.wit}"
|
|
7631
7457
|
},
|
|
7632
7458
|
"positive": {
|
|
7633
7459
|
"default": {
|
|
7634
|
-
"parent": "mode/light",
|
|
7635
7460
|
"$type": "color",
|
|
7636
7461
|
"$value": "{rhc.color.groen.500}"
|
|
7637
7462
|
},
|
|
7638
7463
|
"subtle": {
|
|
7639
|
-
"parent": "mode/light",
|
|
7640
7464
|
"$type": "color",
|
|
7641
7465
|
"$value": "{rhc.color.groen.50}"
|
|
7642
7466
|
}
|
|
7643
7467
|
},
|
|
7644
7468
|
"info": {
|
|
7645
7469
|
"default": {
|
|
7646
|
-
"parent": "mode/light",
|
|
7647
7470
|
"$type": "color",
|
|
7648
7471
|
"$value": "{rhc.color.hemelblauw.500}"
|
|
7649
7472
|
},
|
|
7650
7473
|
"subtle": {
|
|
7651
|
-
"parent": "mode/light",
|
|
7652
7474
|
"$type": "color",
|
|
7653
7475
|
"$value": "{rhc.color.hemelblauw.50}"
|
|
7654
7476
|
}
|
|
7655
7477
|
},
|
|
7656
7478
|
"negative": {
|
|
7657
7479
|
"default": {
|
|
7658
|
-
"parent": "mode/light",
|
|
7659
7480
|
"$type": "color",
|
|
7660
7481
|
"$value": "{rhc.color.rood.500}"
|
|
7661
7482
|
},
|
|
7662
7483
|
"subtle": {
|
|
7663
|
-
"parent": "mode/light",
|
|
7664
7484
|
"$type": "color",
|
|
7665
7485
|
"$value": "{rhc.color.rood.50}"
|
|
7666
7486
|
}
|
|
7667
7487
|
},
|
|
7668
7488
|
"warning": {
|
|
7669
7489
|
"default": {
|
|
7670
|
-
"parent": "mode/light",
|
|
7671
7490
|
"$type": "color",
|
|
7672
7491
|
"$value": "{rhc.color.donkergeel.500}"
|
|
7673
7492
|
},
|
|
7674
7493
|
"subtle": {
|
|
7675
|
-
"parent": "mode/light",
|
|
7676
7494
|
"$type": "color",
|
|
7677
7495
|
"$value": "{rhc.color.donkergeel.50}"
|
|
7678
7496
|
}
|
|
@@ -13728,29 +13546,24 @@
|
|
|
13728
13546
|
"rhc": {
|
|
13729
13547
|
"border-radius": {
|
|
13730
13548
|
"round": {
|
|
13731
|
-
"parent": "core/default",
|
|
13732
13549
|
"$type": "dimension",
|
|
13733
13550
|
"$value": "999px"
|
|
13734
13551
|
},
|
|
13735
13552
|
"none": {
|
|
13736
|
-
"parent": "core/default",
|
|
13737
13553
|
"$type": "dimension",
|
|
13738
13554
|
"$value": "0px"
|
|
13739
13555
|
}
|
|
13740
13556
|
},
|
|
13741
13557
|
"border-width": {
|
|
13742
13558
|
"sm": {
|
|
13743
|
-
"parent": "core/default",
|
|
13744
13559
|
"$type": "dimension",
|
|
13745
13560
|
"$value": "1px"
|
|
13746
13561
|
},
|
|
13747
13562
|
"md": {
|
|
13748
|
-
"parent": "core/default",
|
|
13749
13563
|
"$type": "dimension",
|
|
13750
13564
|
"$value": "2px"
|
|
13751
13565
|
},
|
|
13752
13566
|
"none": {
|
|
13753
|
-
"parent": "core/default",
|
|
13754
13567
|
"$type": "dimension",
|
|
13755
13568
|
"$value": "0px"
|
|
13756
13569
|
}
|
|
@@ -13766,59 +13579,48 @@
|
|
|
13766
13579
|
"$value": "#F8FAFC"
|
|
13767
13580
|
},
|
|
13768
13581
|
"100": {
|
|
13769
|
-
"parent": "core/default",
|
|
13770
13582
|
"$type": "color",
|
|
13771
13583
|
"$value": "#F1F5F9"
|
|
13772
13584
|
},
|
|
13773
13585
|
"200": {
|
|
13774
|
-
"parent": "core/default",
|
|
13775
13586
|
"$type": "color",
|
|
13776
13587
|
"$value": "#E2E8F0"
|
|
13777
13588
|
},
|
|
13778
13589
|
"300": {
|
|
13779
|
-
"parent": "core/default",
|
|
13780
13590
|
"$type": "color",
|
|
13781
13591
|
"$value": "#CBD5E1"
|
|
13782
13592
|
},
|
|
13783
13593
|
"400": {
|
|
13784
|
-
"parent": "core/default",
|
|
13785
13594
|
"$type": "color",
|
|
13786
13595
|
"$value": "#94A3B8"
|
|
13787
13596
|
},
|
|
13788
13597
|
"500": {
|
|
13789
|
-
"parent": "core/default",
|
|
13790
13598
|
"$type": "color",
|
|
13791
13599
|
"$value": "#64748B"
|
|
13792
13600
|
},
|
|
13793
13601
|
"600": {
|
|
13794
|
-
"parent": "core/default",
|
|
13795
13602
|
"$type": "color",
|
|
13796
13603
|
"$value": "#475569"
|
|
13797
13604
|
},
|
|
13798
13605
|
"700": {
|
|
13799
|
-
"parent": "core/default",
|
|
13800
13606
|
"$type": "color",
|
|
13801
13607
|
"$value": "#334155"
|
|
13802
13608
|
},
|
|
13803
13609
|
"800": {
|
|
13804
|
-
"parent": "core/default",
|
|
13805
13610
|
"$type": "color",
|
|
13806
13611
|
"$value": "#1E293B"
|
|
13807
13612
|
},
|
|
13808
13613
|
"900": {
|
|
13809
|
-
"parent": "core/default",
|
|
13810
13614
|
"$type": "color",
|
|
13811
13615
|
"$value": "#0F172A"
|
|
13812
13616
|
}
|
|
13813
13617
|
},
|
|
13814
13618
|
"lichtblauw": {
|
|
13815
13619
|
"50": {
|
|
13816
|
-
"parent": "core/default",
|
|
13817
13620
|
"$type": "color",
|
|
13818
13621
|
"$value": "#eef7fb"
|
|
13819
13622
|
},
|
|
13820
13623
|
"100": {
|
|
13821
|
-
"parent": "core/default",
|
|
13822
13624
|
"$type": "color",
|
|
13823
13625
|
"$value": "#ddeff8"
|
|
13824
13626
|
},
|
|
@@ -13835,19 +13637,16 @@
|
|
|
13835
13637
|
"$value": "#ABD7ED"
|
|
13836
13638
|
},
|
|
13837
13639
|
"500": {
|
|
13838
|
-
"parent": "core/default",
|
|
13839
13640
|
"$type": "color",
|
|
13840
13641
|
"$value": "#8fcae7"
|
|
13841
13642
|
}
|
|
13842
13643
|
},
|
|
13843
13644
|
"violet": {
|
|
13844
13645
|
"50": {
|
|
13845
|
-
"parent": "core/default",
|
|
13846
13646
|
"$type": "color",
|
|
13847
13647
|
"$value": "#f2d9e7"
|
|
13848
13648
|
},
|
|
13849
13649
|
"100": {
|
|
13850
|
-
"parent": "core/default",
|
|
13851
13650
|
"$type": "color",
|
|
13852
13651
|
"$value": "#e5b3d0"
|
|
13853
13652
|
},
|
|
@@ -13864,19 +13663,16 @@
|
|
|
13864
13663
|
"$value": "#BE4088"
|
|
13865
13664
|
},
|
|
13866
13665
|
"500": {
|
|
13867
|
-
"parent": "core/default",
|
|
13868
13666
|
"$type": "color",
|
|
13869
13667
|
"$value": "#a90061"
|
|
13870
13668
|
}
|
|
13871
13669
|
},
|
|
13872
13670
|
"paars": {
|
|
13873
13671
|
"50": {
|
|
13874
|
-
"parent": "core/default",
|
|
13875
13672
|
"$type": "color",
|
|
13876
13673
|
"$value": "#e3dce7"
|
|
13877
13674
|
},
|
|
13878
13675
|
"100": {
|
|
13879
|
-
"parent": "core/default",
|
|
13880
13676
|
"$type": "color",
|
|
13881
13677
|
"$value": "#c6b9cf"
|
|
13882
13678
|
},
|
|
@@ -13889,24 +13685,20 @@
|
|
|
13889
13685
|
"$value": "#8D729F"
|
|
13890
13686
|
},
|
|
13891
13687
|
"400": {
|
|
13892
|
-
"parent": "core/default",
|
|
13893
13688
|
"$type": "color",
|
|
13894
13689
|
"$value": "#714f87"
|
|
13895
13690
|
},
|
|
13896
13691
|
"500": {
|
|
13897
|
-
"parent": "core/default",
|
|
13898
13692
|
"$type": "color",
|
|
13899
13693
|
"$value": "#42145f"
|
|
13900
13694
|
}
|
|
13901
13695
|
},
|
|
13902
13696
|
"hemelblauw": {
|
|
13903
13697
|
"50": {
|
|
13904
|
-
"parent": "core/default",
|
|
13905
13698
|
"$type": "color",
|
|
13906
13699
|
"$value": "#d9ebf7"
|
|
13907
13700
|
},
|
|
13908
13701
|
"100": {
|
|
13909
|
-
"parent": "core/default",
|
|
13910
13702
|
"$type": "color",
|
|
13911
13703
|
"$value": "#b3d7ee"
|
|
13912
13704
|
},
|
|
@@ -13923,19 +13715,16 @@
|
|
|
13923
13715
|
"$value": "#409CD5"
|
|
13924
13716
|
},
|
|
13925
13717
|
"500": {
|
|
13926
|
-
"parent": "core/default",
|
|
13927
13718
|
"$type": "color",
|
|
13928
13719
|
"$value": "#007bc7"
|
|
13929
13720
|
}
|
|
13930
13721
|
},
|
|
13931
13722
|
"donkerblauw": {
|
|
13932
13723
|
"50": {
|
|
13933
|
-
"parent": "core/default",
|
|
13934
13724
|
"$type": "color",
|
|
13935
13725
|
"$value": "#d9e8f0"
|
|
13936
13726
|
},
|
|
13937
13727
|
"100": {
|
|
13938
|
-
"parent": "core/default",
|
|
13939
13728
|
"$type": "color",
|
|
13940
13729
|
"$value": "#b3d2e1"
|
|
13941
13730
|
},
|
|
@@ -13952,19 +13741,16 @@
|
|
|
13952
13741
|
"$value": "#408EB4"
|
|
13953
13742
|
},
|
|
13954
13743
|
"500": {
|
|
13955
|
-
"parent": "core/default",
|
|
13956
13744
|
"$type": "color",
|
|
13957
13745
|
"$value": "#01689b"
|
|
13958
13746
|
}
|
|
13959
13747
|
},
|
|
13960
13748
|
"mintgroen": {
|
|
13961
13749
|
"50": {
|
|
13962
|
-
"parent": "core/default",
|
|
13963
13750
|
"$type": "color",
|
|
13964
13751
|
"$value": "#eaf8f4"
|
|
13965
13752
|
},
|
|
13966
13753
|
"100": {
|
|
13967
|
-
"parent": "core/default",
|
|
13968
13754
|
"$type": "color",
|
|
13969
13755
|
"$value": "#d6f2e9"
|
|
13970
13756
|
},
|
|
@@ -13981,19 +13767,16 @@
|
|
|
13981
13767
|
"$value": "#98DDC8"
|
|
13982
13768
|
},
|
|
13983
13769
|
"500": {
|
|
13984
|
-
"parent": "core/default",
|
|
13985
13770
|
"$type": "color",
|
|
13986
13771
|
"$value": "#76d2b6"
|
|
13987
13772
|
}
|
|
13988
13773
|
},
|
|
13989
13774
|
"mosgroen": {
|
|
13990
13775
|
"50": {
|
|
13991
|
-
"parent": "core/default",
|
|
13992
13776
|
"$type": "color",
|
|
13993
13777
|
"$value": "#ebebd9"
|
|
13994
13778
|
},
|
|
13995
13779
|
"100": {
|
|
13996
|
-
"parent": "core/default",
|
|
13997
13780
|
"$type": "color",
|
|
13998
13781
|
"$value": "#d6d7b3"
|
|
13999
13782
|
},
|
|
@@ -14010,19 +13793,16 @@
|
|
|
14010
13793
|
"$value": "#999C40"
|
|
14011
13794
|
},
|
|
14012
13795
|
"500": {
|
|
14013
|
-
"parent": "core/default",
|
|
14014
13796
|
"$type": "color",
|
|
14015
13797
|
"$value": "#777b00"
|
|
14016
13798
|
}
|
|
14017
13799
|
},
|
|
14018
13800
|
"groen": {
|
|
14019
13801
|
"50": {
|
|
14020
|
-
"parent": "core/default",
|
|
14021
13802
|
"$type": "color",
|
|
14022
13803
|
"$value": "#e1eddb"
|
|
14023
13804
|
},
|
|
14024
13805
|
"100": {
|
|
14025
|
-
"parent": "core/default",
|
|
14026
13806
|
"$type": "color",
|
|
14027
13807
|
"$value": "#c4dbb6"
|
|
14028
13808
|
},
|
|
@@ -14039,19 +13819,16 @@
|
|
|
14039
13819
|
"$value": "#6AA549"
|
|
14040
13820
|
},
|
|
14041
13821
|
"500": {
|
|
14042
|
-
"parent": "core/default",
|
|
14043
13822
|
"$type": "color",
|
|
14044
13823
|
"$value": "#39870c"
|
|
14045
13824
|
}
|
|
14046
13825
|
},
|
|
14047
13826
|
"donkergroen": {
|
|
14048
13827
|
"50": {
|
|
14049
|
-
"parent": "core/default",
|
|
14050
13828
|
"$type": "color",
|
|
14051
13829
|
"$value": "#dfe6e1"
|
|
14052
13830
|
},
|
|
14053
13831
|
"100": {
|
|
14054
|
-
"parent": "core/default",
|
|
14055
13832
|
"$type": "color",
|
|
14056
13833
|
"$value": "#becdc3"
|
|
14057
13834
|
},
|
|
@@ -14068,19 +13845,16 @@
|
|
|
14068
13845
|
"$value": "#5D8269"
|
|
14069
13846
|
},
|
|
14070
13847
|
"500": {
|
|
14071
|
-
"parent": "core/default",
|
|
14072
13848
|
"$type": "color",
|
|
14073
13849
|
"$value": "#275937"
|
|
14074
13850
|
}
|
|
14075
13851
|
},
|
|
14076
13852
|
"bruin": {
|
|
14077
13853
|
"50": {
|
|
14078
|
-
"parent": "core/default",
|
|
14079
13854
|
"$type": "color",
|
|
14080
13855
|
"$value": "#efeada"
|
|
14081
13856
|
},
|
|
14082
13857
|
"100": {
|
|
14083
|
-
"parent": "core/default",
|
|
14084
13858
|
"$type": "color",
|
|
14085
13859
|
"$value": "#dfd4b6"
|
|
14086
13860
|
},
|
|
@@ -14097,19 +13871,16 @@
|
|
|
14097
13871
|
"$value": "#AF9447"
|
|
14098
13872
|
},
|
|
14099
13873
|
"500": {
|
|
14100
|
-
"parent": "core/default",
|
|
14101
13874
|
"$type": "color",
|
|
14102
13875
|
"$value": "#94710a"
|
|
14103
13876
|
}
|
|
14104
13877
|
},
|
|
14105
13878
|
"donkerbruin": {
|
|
14106
13879
|
"50": {
|
|
14107
|
-
"parent": "core/default",
|
|
14108
13880
|
"$type": "color",
|
|
14109
13881
|
"$value": "#e8e0df"
|
|
14110
13882
|
},
|
|
14111
13883
|
"100": {
|
|
14112
|
-
"parent": "core/default",
|
|
14113
13884
|
"$type": "color",
|
|
14114
13885
|
"$value": "#d1c2be"
|
|
14115
13886
|
},
|
|
@@ -14126,19 +13897,16 @@
|
|
|
14126
13897
|
"$value": "#8D665D"
|
|
14127
13898
|
},
|
|
14128
13899
|
"500": {
|
|
14129
|
-
"parent": "core/default",
|
|
14130
13900
|
"$type": "color",
|
|
14131
13901
|
"$value": "#673327"
|
|
14132
13902
|
}
|
|
14133
13903
|
},
|
|
14134
13904
|
"geel": {
|
|
14135
13905
|
"50": {
|
|
14136
|
-
"parent": "core/default",
|
|
14137
13906
|
"$type": "color",
|
|
14138
13907
|
"$value": "#fefbdd"
|
|
14139
13908
|
},
|
|
14140
13909
|
"100": {
|
|
14141
|
-
"parent": "core/default",
|
|
14142
13910
|
"$type": "color",
|
|
14143
13911
|
"$value": "#fdf6bc"
|
|
14144
13912
|
},
|
|
@@ -14155,19 +13923,16 @@
|
|
|
14155
13923
|
"$value": "#FAE856"
|
|
14156
13924
|
},
|
|
14157
13925
|
"500": {
|
|
14158
|
-
"parent": "core/default",
|
|
14159
13926
|
"$type": "color",
|
|
14160
13927
|
"$value": "#f9e11e"
|
|
14161
13928
|
}
|
|
14162
13929
|
},
|
|
14163
13930
|
"donkergeel": {
|
|
14164
13931
|
"50": {
|
|
14165
|
-
"parent": "core/default",
|
|
14166
13932
|
"$type": "color",
|
|
14167
13933
|
"$value": "#fff4db"
|
|
14168
13934
|
},
|
|
14169
13935
|
"100": {
|
|
14170
|
-
"parent": "core/default",
|
|
14171
13936
|
"$type": "color",
|
|
14172
13937
|
"$value": "#ffe9b8"
|
|
14173
13938
|
},
|
|
@@ -14184,19 +13949,16 @@
|
|
|
14184
13949
|
"$value": "#FDC84D"
|
|
14185
13950
|
},
|
|
14186
13951
|
"500": {
|
|
14187
|
-
"parent": "core/default",
|
|
14188
13952
|
"$type": "color",
|
|
14189
13953
|
"$value": "#ffb612"
|
|
14190
13954
|
}
|
|
14191
13955
|
},
|
|
14192
13956
|
"oranje": {
|
|
14193
13957
|
"50": {
|
|
14194
|
-
"parent": "core/default",
|
|
14195
13958
|
"$type": "color",
|
|
14196
13959
|
"$value": "#fbead9"
|
|
14197
13960
|
},
|
|
14198
13961
|
"100": {
|
|
14199
|
-
"parent": "core/default",
|
|
14200
13962
|
"$type": "color",
|
|
14201
13963
|
"$value": "#f6d4b3"
|
|
14202
13964
|
},
|
|
@@ -14213,19 +13975,16 @@
|
|
|
14213
13975
|
"$value": "#E89440"
|
|
14214
13976
|
},
|
|
14215
13977
|
"500": {
|
|
14216
|
-
"parent": "core/default",
|
|
14217
13978
|
"$type": "color",
|
|
14218
13979
|
"$value": "#e17000"
|
|
14219
13980
|
}
|
|
14220
13981
|
},
|
|
14221
13982
|
"rood": {
|
|
14222
13983
|
"50": {
|
|
14223
|
-
"parent": "core/default",
|
|
14224
13984
|
"$type": "color",
|
|
14225
13985
|
"$value": "#f9dfdd"
|
|
14226
13986
|
},
|
|
14227
13987
|
"100": {
|
|
14228
|
-
"parent": "core/default",
|
|
14229
13988
|
"$type": "color",
|
|
14230
13989
|
"$value": "#f2bfbc"
|
|
14231
13990
|
},
|
|
@@ -14242,19 +14001,16 @@
|
|
|
14242
14001
|
"$value": "#DF6056"
|
|
14243
14002
|
},
|
|
14244
14003
|
"500": {
|
|
14245
|
-
"parent": "core/default",
|
|
14246
14004
|
"$type": "color",
|
|
14247
14005
|
"$value": "#d52b1e"
|
|
14248
14006
|
}
|
|
14249
14007
|
},
|
|
14250
14008
|
"roze": {
|
|
14251
14009
|
"50": {
|
|
14252
|
-
"parent": "core/default",
|
|
14253
14010
|
"$type": "color",
|
|
14254
14011
|
"$value": "#fdeff8"
|
|
14255
14012
|
},
|
|
14256
14013
|
"100": {
|
|
14257
|
-
"parent": "core/default",
|
|
14258
14014
|
"$type": "color",
|
|
14259
14015
|
"$value": "#fbdef0"
|
|
14260
14016
|
},
|
|
@@ -14271,19 +14027,16 @@
|
|
|
14271
14027
|
"$value": "#F4ADD9"
|
|
14272
14028
|
},
|
|
14273
14029
|
"500": {
|
|
14274
|
-
"parent": "core/default",
|
|
14275
14030
|
"$type": "color",
|
|
14276
14031
|
"$value": "#f092cd"
|
|
14277
14032
|
}
|
|
14278
14033
|
},
|
|
14279
14034
|
"robijnrood": {
|
|
14280
14035
|
"50": {
|
|
14281
|
-
"parent": "core/default",
|
|
14282
14036
|
"$type": "color",
|
|
14283
14037
|
"$value": "#f7d9e7"
|
|
14284
14038
|
},
|
|
14285
14039
|
"100": {
|
|
14286
|
-
"parent": "core/default",
|
|
14287
14040
|
"$type": "color",
|
|
14288
14041
|
"$value": "#efb3ce"
|
|
14289
14042
|
},
|
|
@@ -14300,7 +14053,6 @@
|
|
|
14300
14053
|
"$value": "#D74085"
|
|
14301
14054
|
},
|
|
14302
14055
|
"500": {
|
|
14303
|
-
"parent": "core/default",
|
|
14304
14056
|
"$type": "color",
|
|
14305
14057
|
"$value": "#ca005d"
|
|
14306
14058
|
}
|
|
@@ -14327,7 +14079,6 @@
|
|
|
14327
14079
|
"$value": "#4f7196"
|
|
14328
14080
|
},
|
|
14329
14081
|
"500": {
|
|
14330
|
-
"parent": "core/default",
|
|
14331
14082
|
"$type": "color",
|
|
14332
14083
|
"$value": "#154273"
|
|
14333
14084
|
}
|
|
@@ -14377,57 +14128,46 @@
|
|
|
14377
14128
|
"rhc": {
|
|
14378
14129
|
"space": {
|
|
14379
14130
|
"0": {
|
|
14380
|
-
"parent": "core/default",
|
|
14381
14131
|
"$type": "dimension",
|
|
14382
14132
|
"$value": "0rem"
|
|
14383
14133
|
},
|
|
14384
14134
|
"25": {
|
|
14385
|
-
"parent": "core/default",
|
|
14386
14135
|
"$type": "dimension",
|
|
14387
14136
|
"$value": "0.25 * 0.5rem"
|
|
14388
14137
|
},
|
|
14389
14138
|
"50": {
|
|
14390
|
-
"parent": "core/default",
|
|
14391
14139
|
"$type": "dimension",
|
|
14392
14140
|
"$value": "0.5 * 0.5rem"
|
|
14393
14141
|
},
|
|
14394
14142
|
"100": {
|
|
14395
|
-
"parent": "core/default",
|
|
14396
14143
|
"$type": "dimension",
|
|
14397
14144
|
"$value": "0.5rem"
|
|
14398
14145
|
},
|
|
14399
14146
|
"150": {
|
|
14400
|
-
"parent": "core/default",
|
|
14401
14147
|
"$type": "dimension",
|
|
14402
14148
|
"$value": "1.5 * 0.5rem"
|
|
14403
14149
|
},
|
|
14404
14150
|
"200": {
|
|
14405
|
-
"parent": "core/default",
|
|
14406
14151
|
"$type": "dimension",
|
|
14407
14152
|
"$value": "2 * 0.5rem"
|
|
14408
14153
|
},
|
|
14409
14154
|
"300": {
|
|
14410
|
-
"parent": "core/default",
|
|
14411
14155
|
"$type": "dimension",
|
|
14412
14156
|
"$value": "3 * 0.5rem"
|
|
14413
14157
|
},
|
|
14414
14158
|
"400": {
|
|
14415
|
-
"parent": "core/default",
|
|
14416
14159
|
"$type": "dimension",
|
|
14417
14160
|
"$value": "4 * 0.5rem"
|
|
14418
14161
|
},
|
|
14419
14162
|
"500": {
|
|
14420
|
-
"parent": "core/default",
|
|
14421
14163
|
"$type": "dimension",
|
|
14422
14164
|
"$value": "5 * 0.5rem"
|
|
14423
14165
|
},
|
|
14424
14166
|
"600": {
|
|
14425
|
-
"parent": "core/default",
|
|
14426
14167
|
"$type": "dimension",
|
|
14427
14168
|
"$value": "6 * 0.5rem"
|
|
14428
14169
|
},
|
|
14429
14170
|
"700": {
|
|
14430
|
-
"parent": "core/default",
|
|
14431
14171
|
"$type": "dimension",
|
|
14432
14172
|
"$value": "7 * 0.5rem"
|
|
14433
14173
|
}
|
|
@@ -14457,7 +14197,6 @@
|
|
|
14457
14197
|
"$value": "{rhc.color.cool-grey.900}"
|
|
14458
14198
|
},
|
|
14459
14199
|
"subtle": {
|
|
14460
|
-
"parent": "mode/light",
|
|
14461
14200
|
"$type": "color",
|
|
14462
14201
|
"$value": "{rhc.color.cool-grey.700}"
|
|
14463
14202
|
},
|
|
@@ -14476,70 +14215,58 @@
|
|
|
14476
14215
|
},
|
|
14477
14216
|
"border": {
|
|
14478
14217
|
"default": {
|
|
14479
|
-
"parent": "mode/light",
|
|
14480
14218
|
"$type": "color",
|
|
14481
14219
|
"$value": "{rhc.color.cool-grey.500}"
|
|
14482
14220
|
},
|
|
14483
14221
|
"subtle": {
|
|
14484
|
-
"parent": "mode/light",
|
|
14485
14222
|
"$type": "color",
|
|
14486
14223
|
"$value": "{rhc.color.cool-grey.400}"
|
|
14487
14224
|
},
|
|
14488
14225
|
"strong": {
|
|
14489
|
-
"parent": "mode/light",
|
|
14490
14226
|
"$type": "color",
|
|
14491
14227
|
"$value": "{rhc.color.foreground.default}"
|
|
14492
14228
|
}
|
|
14493
14229
|
},
|
|
14494
14230
|
"bg-document": {
|
|
14495
|
-
"parent": "mode/light",
|
|
14496
14231
|
"$type": "color",
|
|
14497
14232
|
"$value": "{rhc.color.wit}"
|
|
14498
14233
|
},
|
|
14499
14234
|
"positive": {
|
|
14500
14235
|
"default": {
|
|
14501
|
-
"parent": "mode/light",
|
|
14502
14236
|
"$type": "color",
|
|
14503
14237
|
"$value": "{rhc.color.groen.500}"
|
|
14504
14238
|
},
|
|
14505
14239
|
"subtle": {
|
|
14506
|
-
"parent": "mode/light",
|
|
14507
14240
|
"$type": "color",
|
|
14508
14241
|
"$value": "{rhc.color.groen.50}"
|
|
14509
14242
|
}
|
|
14510
14243
|
},
|
|
14511
14244
|
"info": {
|
|
14512
14245
|
"default": {
|
|
14513
|
-
"parent": "mode/light",
|
|
14514
14246
|
"$type": "color",
|
|
14515
14247
|
"$value": "{rhc.color.hemelblauw.500}"
|
|
14516
14248
|
},
|
|
14517
14249
|
"subtle": {
|
|
14518
|
-
"parent": "mode/light",
|
|
14519
14250
|
"$type": "color",
|
|
14520
14251
|
"$value": "{rhc.color.hemelblauw.50}"
|
|
14521
14252
|
}
|
|
14522
14253
|
},
|
|
14523
14254
|
"negative": {
|
|
14524
14255
|
"default": {
|
|
14525
|
-
"parent": "mode/light",
|
|
14526
14256
|
"$type": "color",
|
|
14527
14257
|
"$value": "{rhc.color.rood.500}"
|
|
14528
14258
|
},
|
|
14529
14259
|
"subtle": {
|
|
14530
|
-
"parent": "mode/light",
|
|
14531
14260
|
"$type": "color",
|
|
14532
14261
|
"$value": "{rhc.color.rood.50}"
|
|
14533
14262
|
}
|
|
14534
14263
|
},
|
|
14535
14264
|
"warning": {
|
|
14536
14265
|
"default": {
|
|
14537
|
-
"parent": "mode/light",
|
|
14538
14266
|
"$type": "color",
|
|
14539
14267
|
"$value": "{rhc.color.donkergeel.500}"
|
|
14540
14268
|
},
|
|
14541
14269
|
"subtle": {
|
|
14542
|
-
"parent": "mode/light",
|
|
14543
14270
|
"$type": "color",
|
|
14544
14271
|
"$value": "{rhc.color.donkergeel.50}"
|
|
14545
14272
|
}
|
|
@@ -20635,29 +20362,24 @@
|
|
|
20635
20362
|
"rhc": {
|
|
20636
20363
|
"border-radius": {
|
|
20637
20364
|
"round": {
|
|
20638
|
-
"parent": "core/default",
|
|
20639
20365
|
"$type": "dimension",
|
|
20640
20366
|
"$value": "999px"
|
|
20641
20367
|
},
|
|
20642
20368
|
"none": {
|
|
20643
|
-
"parent": "core/default",
|
|
20644
20369
|
"$type": "dimension",
|
|
20645
20370
|
"$value": "0px"
|
|
20646
20371
|
}
|
|
20647
20372
|
},
|
|
20648
20373
|
"border-width": {
|
|
20649
20374
|
"sm": {
|
|
20650
|
-
"parent": "core/default",
|
|
20651
20375
|
"$type": "dimension",
|
|
20652
20376
|
"$value": "1px"
|
|
20653
20377
|
},
|
|
20654
20378
|
"md": {
|
|
20655
|
-
"parent": "core/default",
|
|
20656
20379
|
"$type": "dimension",
|
|
20657
20380
|
"$value": "2px"
|
|
20658
20381
|
},
|
|
20659
20382
|
"none": {
|
|
20660
|
-
"parent": "core/default",
|
|
20661
20383
|
"$type": "dimension",
|
|
20662
20384
|
"$value": "0px"
|
|
20663
20385
|
}
|
|
@@ -20673,59 +20395,48 @@
|
|
|
20673
20395
|
"$value": "#F8FAFC"
|
|
20674
20396
|
},
|
|
20675
20397
|
"100": {
|
|
20676
|
-
"parent": "core/default",
|
|
20677
20398
|
"$type": "color",
|
|
20678
20399
|
"$value": "#F1F5F9"
|
|
20679
20400
|
},
|
|
20680
20401
|
"200": {
|
|
20681
|
-
"parent": "core/default",
|
|
20682
20402
|
"$type": "color",
|
|
20683
20403
|
"$value": "#E2E8F0"
|
|
20684
20404
|
},
|
|
20685
20405
|
"300": {
|
|
20686
|
-
"parent": "core/default",
|
|
20687
20406
|
"$type": "color",
|
|
20688
20407
|
"$value": "#CBD5E1"
|
|
20689
20408
|
},
|
|
20690
20409
|
"400": {
|
|
20691
|
-
"parent": "core/default",
|
|
20692
20410
|
"$type": "color",
|
|
20693
20411
|
"$value": "#94A3B8"
|
|
20694
20412
|
},
|
|
20695
20413
|
"500": {
|
|
20696
|
-
"parent": "core/default",
|
|
20697
20414
|
"$type": "color",
|
|
20698
20415
|
"$value": "#64748B"
|
|
20699
20416
|
},
|
|
20700
20417
|
"600": {
|
|
20701
|
-
"parent": "core/default",
|
|
20702
20418
|
"$type": "color",
|
|
20703
20419
|
"$value": "#475569"
|
|
20704
20420
|
},
|
|
20705
20421
|
"700": {
|
|
20706
|
-
"parent": "core/default",
|
|
20707
20422
|
"$type": "color",
|
|
20708
20423
|
"$value": "#334155"
|
|
20709
20424
|
},
|
|
20710
20425
|
"800": {
|
|
20711
|
-
"parent": "core/default",
|
|
20712
20426
|
"$type": "color",
|
|
20713
20427
|
"$value": "#1E293B"
|
|
20714
20428
|
},
|
|
20715
20429
|
"900": {
|
|
20716
|
-
"parent": "core/default",
|
|
20717
20430
|
"$type": "color",
|
|
20718
20431
|
"$value": "#0F172A"
|
|
20719
20432
|
}
|
|
20720
20433
|
},
|
|
20721
20434
|
"lichtblauw": {
|
|
20722
20435
|
"50": {
|
|
20723
|
-
"parent": "core/default",
|
|
20724
20436
|
"$type": "color",
|
|
20725
20437
|
"$value": "#eef7fb"
|
|
20726
20438
|
},
|
|
20727
20439
|
"100": {
|
|
20728
|
-
"parent": "core/default",
|
|
20729
20440
|
"$type": "color",
|
|
20730
20441
|
"$value": "#ddeff8"
|
|
20731
20442
|
},
|
|
@@ -20742,19 +20453,16 @@
|
|
|
20742
20453
|
"$value": "#ABD7ED"
|
|
20743
20454
|
},
|
|
20744
20455
|
"500": {
|
|
20745
|
-
"parent": "core/default",
|
|
20746
20456
|
"$type": "color",
|
|
20747
20457
|
"$value": "#8fcae7"
|
|
20748
20458
|
}
|
|
20749
20459
|
},
|
|
20750
20460
|
"violet": {
|
|
20751
20461
|
"50": {
|
|
20752
|
-
"parent": "core/default",
|
|
20753
20462
|
"$type": "color",
|
|
20754
20463
|
"$value": "#f2d9e7"
|
|
20755
20464
|
},
|
|
20756
20465
|
"100": {
|
|
20757
|
-
"parent": "core/default",
|
|
20758
20466
|
"$type": "color",
|
|
20759
20467
|
"$value": "#e5b3d0"
|
|
20760
20468
|
},
|
|
@@ -20771,19 +20479,16 @@
|
|
|
20771
20479
|
"$value": "#BE4088"
|
|
20772
20480
|
},
|
|
20773
20481
|
"500": {
|
|
20774
|
-
"parent": "core/default",
|
|
20775
20482
|
"$type": "color",
|
|
20776
20483
|
"$value": "#a90061"
|
|
20777
20484
|
}
|
|
20778
20485
|
},
|
|
20779
20486
|
"paars": {
|
|
20780
20487
|
"50": {
|
|
20781
|
-
"parent": "core/default",
|
|
20782
20488
|
"$type": "color",
|
|
20783
20489
|
"$value": "#e3dce7"
|
|
20784
20490
|
},
|
|
20785
20491
|
"100": {
|
|
20786
|
-
"parent": "core/default",
|
|
20787
20492
|
"$type": "color",
|
|
20788
20493
|
"$value": "#c6b9cf"
|
|
20789
20494
|
},
|
|
@@ -20796,24 +20501,20 @@
|
|
|
20796
20501
|
"$value": "#8D729F"
|
|
20797
20502
|
},
|
|
20798
20503
|
"400": {
|
|
20799
|
-
"parent": "core/default",
|
|
20800
20504
|
"$type": "color",
|
|
20801
20505
|
"$value": "#714f87"
|
|
20802
20506
|
},
|
|
20803
20507
|
"500": {
|
|
20804
|
-
"parent": "core/default",
|
|
20805
20508
|
"$type": "color",
|
|
20806
20509
|
"$value": "#42145f"
|
|
20807
20510
|
}
|
|
20808
20511
|
},
|
|
20809
20512
|
"hemelblauw": {
|
|
20810
20513
|
"50": {
|
|
20811
|
-
"parent": "core/default",
|
|
20812
20514
|
"$type": "color",
|
|
20813
20515
|
"$value": "#d9ebf7"
|
|
20814
20516
|
},
|
|
20815
20517
|
"100": {
|
|
20816
|
-
"parent": "core/default",
|
|
20817
20518
|
"$type": "color",
|
|
20818
20519
|
"$value": "#b3d7ee"
|
|
20819
20520
|
},
|
|
@@ -20830,19 +20531,16 @@
|
|
|
20830
20531
|
"$value": "#409CD5"
|
|
20831
20532
|
},
|
|
20832
20533
|
"500": {
|
|
20833
|
-
"parent": "core/default",
|
|
20834
20534
|
"$type": "color",
|
|
20835
20535
|
"$value": "#007bc7"
|
|
20836
20536
|
}
|
|
20837
20537
|
},
|
|
20838
20538
|
"donkerblauw": {
|
|
20839
20539
|
"50": {
|
|
20840
|
-
"parent": "core/default",
|
|
20841
20540
|
"$type": "color",
|
|
20842
20541
|
"$value": "#d9e8f0"
|
|
20843
20542
|
},
|
|
20844
20543
|
"100": {
|
|
20845
|
-
"parent": "core/default",
|
|
20846
20544
|
"$type": "color",
|
|
20847
20545
|
"$value": "#b3d2e1"
|
|
20848
20546
|
},
|
|
@@ -20859,19 +20557,16 @@
|
|
|
20859
20557
|
"$value": "#408EB4"
|
|
20860
20558
|
},
|
|
20861
20559
|
"500": {
|
|
20862
|
-
"parent": "core/default",
|
|
20863
20560
|
"$type": "color",
|
|
20864
20561
|
"$value": "#01689b"
|
|
20865
20562
|
}
|
|
20866
20563
|
},
|
|
20867
20564
|
"mintgroen": {
|
|
20868
20565
|
"50": {
|
|
20869
|
-
"parent": "core/default",
|
|
20870
20566
|
"$type": "color",
|
|
20871
20567
|
"$value": "#eaf8f4"
|
|
20872
20568
|
},
|
|
20873
20569
|
"100": {
|
|
20874
|
-
"parent": "core/default",
|
|
20875
20570
|
"$type": "color",
|
|
20876
20571
|
"$value": "#d6f2e9"
|
|
20877
20572
|
},
|
|
@@ -20888,19 +20583,16 @@
|
|
|
20888
20583
|
"$value": "#98DDC8"
|
|
20889
20584
|
},
|
|
20890
20585
|
"500": {
|
|
20891
|
-
"parent": "core/default",
|
|
20892
20586
|
"$type": "color",
|
|
20893
20587
|
"$value": "#76d2b6"
|
|
20894
20588
|
}
|
|
20895
20589
|
},
|
|
20896
20590
|
"mosgroen": {
|
|
20897
20591
|
"50": {
|
|
20898
|
-
"parent": "core/default",
|
|
20899
20592
|
"$type": "color",
|
|
20900
20593
|
"$value": "#ebebd9"
|
|
20901
20594
|
},
|
|
20902
20595
|
"100": {
|
|
20903
|
-
"parent": "core/default",
|
|
20904
20596
|
"$type": "color",
|
|
20905
20597
|
"$value": "#d6d7b3"
|
|
20906
20598
|
},
|
|
@@ -20917,19 +20609,16 @@
|
|
|
20917
20609
|
"$value": "#999C40"
|
|
20918
20610
|
},
|
|
20919
20611
|
"500": {
|
|
20920
|
-
"parent": "core/default",
|
|
20921
20612
|
"$type": "color",
|
|
20922
20613
|
"$value": "#777b00"
|
|
20923
20614
|
}
|
|
20924
20615
|
},
|
|
20925
20616
|
"groen": {
|
|
20926
20617
|
"50": {
|
|
20927
|
-
"parent": "core/default",
|
|
20928
20618
|
"$type": "color",
|
|
20929
20619
|
"$value": "#e1eddb"
|
|
20930
20620
|
},
|
|
20931
20621
|
"100": {
|
|
20932
|
-
"parent": "core/default",
|
|
20933
20622
|
"$type": "color",
|
|
20934
20623
|
"$value": "#c4dbb6"
|
|
20935
20624
|
},
|
|
@@ -20946,19 +20635,16 @@
|
|
|
20946
20635
|
"$value": "#6AA549"
|
|
20947
20636
|
},
|
|
20948
20637
|
"500": {
|
|
20949
|
-
"parent": "core/default",
|
|
20950
20638
|
"$type": "color",
|
|
20951
20639
|
"$value": "#39870c"
|
|
20952
20640
|
}
|
|
20953
20641
|
},
|
|
20954
20642
|
"donkergroen": {
|
|
20955
20643
|
"50": {
|
|
20956
|
-
"parent": "core/default",
|
|
20957
20644
|
"$type": "color",
|
|
20958
20645
|
"$value": "#dfe6e1"
|
|
20959
20646
|
},
|
|
20960
20647
|
"100": {
|
|
20961
|
-
"parent": "core/default",
|
|
20962
20648
|
"$type": "color",
|
|
20963
20649
|
"$value": "#becdc3"
|
|
20964
20650
|
},
|
|
@@ -20975,19 +20661,16 @@
|
|
|
20975
20661
|
"$value": "#5D8269"
|
|
20976
20662
|
},
|
|
20977
20663
|
"500": {
|
|
20978
|
-
"parent": "core/default",
|
|
20979
20664
|
"$type": "color",
|
|
20980
20665
|
"$value": "#275937"
|
|
20981
20666
|
}
|
|
20982
20667
|
},
|
|
20983
20668
|
"bruin": {
|
|
20984
20669
|
"50": {
|
|
20985
|
-
"parent": "core/default",
|
|
20986
20670
|
"$type": "color",
|
|
20987
20671
|
"$value": "#efeada"
|
|
20988
20672
|
},
|
|
20989
20673
|
"100": {
|
|
20990
|
-
"parent": "core/default",
|
|
20991
20674
|
"$type": "color",
|
|
20992
20675
|
"$value": "#dfd4b6"
|
|
20993
20676
|
},
|
|
@@ -21004,19 +20687,16 @@
|
|
|
21004
20687
|
"$value": "#AF9447"
|
|
21005
20688
|
},
|
|
21006
20689
|
"500": {
|
|
21007
|
-
"parent": "core/default",
|
|
21008
20690
|
"$type": "color",
|
|
21009
20691
|
"$value": "#94710a"
|
|
21010
20692
|
}
|
|
21011
20693
|
},
|
|
21012
20694
|
"donkerbruin": {
|
|
21013
20695
|
"50": {
|
|
21014
|
-
"parent": "core/default",
|
|
21015
20696
|
"$type": "color",
|
|
21016
20697
|
"$value": "#e8e0df"
|
|
21017
20698
|
},
|
|
21018
20699
|
"100": {
|
|
21019
|
-
"parent": "core/default",
|
|
21020
20700
|
"$type": "color",
|
|
21021
20701
|
"$value": "#d1c2be"
|
|
21022
20702
|
},
|
|
@@ -21033,19 +20713,16 @@
|
|
|
21033
20713
|
"$value": "#8D665D"
|
|
21034
20714
|
},
|
|
21035
20715
|
"500": {
|
|
21036
|
-
"parent": "core/default",
|
|
21037
20716
|
"$type": "color",
|
|
21038
20717
|
"$value": "#673327"
|
|
21039
20718
|
}
|
|
21040
20719
|
},
|
|
21041
20720
|
"geel": {
|
|
21042
20721
|
"50": {
|
|
21043
|
-
"parent": "core/default",
|
|
21044
20722
|
"$type": "color",
|
|
21045
20723
|
"$value": "#fefbdd"
|
|
21046
20724
|
},
|
|
21047
20725
|
"100": {
|
|
21048
|
-
"parent": "core/default",
|
|
21049
20726
|
"$type": "color",
|
|
21050
20727
|
"$value": "#fdf6bc"
|
|
21051
20728
|
},
|
|
@@ -21062,19 +20739,16 @@
|
|
|
21062
20739
|
"$value": "#FAE856"
|
|
21063
20740
|
},
|
|
21064
20741
|
"500": {
|
|
21065
|
-
"parent": "core/default",
|
|
21066
20742
|
"$type": "color",
|
|
21067
20743
|
"$value": "#f9e11e"
|
|
21068
20744
|
}
|
|
21069
20745
|
},
|
|
21070
20746
|
"donkergeel": {
|
|
21071
20747
|
"50": {
|
|
21072
|
-
"parent": "core/default",
|
|
21073
20748
|
"$type": "color",
|
|
21074
20749
|
"$value": "#fff4db"
|
|
21075
20750
|
},
|
|
21076
20751
|
"100": {
|
|
21077
|
-
"parent": "core/default",
|
|
21078
20752
|
"$type": "color",
|
|
21079
20753
|
"$value": "#ffe9b8"
|
|
21080
20754
|
},
|
|
@@ -21091,19 +20765,16 @@
|
|
|
21091
20765
|
"$value": "#FDC84D"
|
|
21092
20766
|
},
|
|
21093
20767
|
"500": {
|
|
21094
|
-
"parent": "core/default",
|
|
21095
20768
|
"$type": "color",
|
|
21096
20769
|
"$value": "#ffb612"
|
|
21097
20770
|
}
|
|
21098
20771
|
},
|
|
21099
20772
|
"oranje": {
|
|
21100
20773
|
"50": {
|
|
21101
|
-
"parent": "core/default",
|
|
21102
20774
|
"$type": "color",
|
|
21103
20775
|
"$value": "#fbead9"
|
|
21104
20776
|
},
|
|
21105
20777
|
"100": {
|
|
21106
|
-
"parent": "core/default",
|
|
21107
20778
|
"$type": "color",
|
|
21108
20779
|
"$value": "#f6d4b3"
|
|
21109
20780
|
},
|
|
@@ -21120,19 +20791,16 @@
|
|
|
21120
20791
|
"$value": "#E89440"
|
|
21121
20792
|
},
|
|
21122
20793
|
"500": {
|
|
21123
|
-
"parent": "core/default",
|
|
21124
20794
|
"$type": "color",
|
|
21125
20795
|
"$value": "#e17000"
|
|
21126
20796
|
}
|
|
21127
20797
|
},
|
|
21128
20798
|
"rood": {
|
|
21129
20799
|
"50": {
|
|
21130
|
-
"parent": "core/default",
|
|
21131
20800
|
"$type": "color",
|
|
21132
20801
|
"$value": "#f9dfdd"
|
|
21133
20802
|
},
|
|
21134
20803
|
"100": {
|
|
21135
|
-
"parent": "core/default",
|
|
21136
20804
|
"$type": "color",
|
|
21137
20805
|
"$value": "#f2bfbc"
|
|
21138
20806
|
},
|
|
@@ -21149,19 +20817,16 @@
|
|
|
21149
20817
|
"$value": "#DF6056"
|
|
21150
20818
|
},
|
|
21151
20819
|
"500": {
|
|
21152
|
-
"parent": "core/default",
|
|
21153
20820
|
"$type": "color",
|
|
21154
20821
|
"$value": "#d52b1e"
|
|
21155
20822
|
}
|
|
21156
20823
|
},
|
|
21157
20824
|
"roze": {
|
|
21158
20825
|
"50": {
|
|
21159
|
-
"parent": "core/default",
|
|
21160
20826
|
"$type": "color",
|
|
21161
20827
|
"$value": "#fdeff8"
|
|
21162
20828
|
},
|
|
21163
20829
|
"100": {
|
|
21164
|
-
"parent": "core/default",
|
|
21165
20830
|
"$type": "color",
|
|
21166
20831
|
"$value": "#fbdef0"
|
|
21167
20832
|
},
|
|
@@ -21178,19 +20843,16 @@
|
|
|
21178
20843
|
"$value": "#F4ADD9"
|
|
21179
20844
|
},
|
|
21180
20845
|
"500": {
|
|
21181
|
-
"parent": "core/default",
|
|
21182
20846
|
"$type": "color",
|
|
21183
20847
|
"$value": "#f092cd"
|
|
21184
20848
|
}
|
|
21185
20849
|
},
|
|
21186
20850
|
"robijnrood": {
|
|
21187
20851
|
"50": {
|
|
21188
|
-
"parent": "core/default",
|
|
21189
20852
|
"$type": "color",
|
|
21190
20853
|
"$value": "#f7d9e7"
|
|
21191
20854
|
},
|
|
21192
20855
|
"100": {
|
|
21193
|
-
"parent": "core/default",
|
|
21194
20856
|
"$type": "color",
|
|
21195
20857
|
"$value": "#efb3ce"
|
|
21196
20858
|
},
|
|
@@ -21207,7 +20869,6 @@
|
|
|
21207
20869
|
"$value": "#D74085"
|
|
21208
20870
|
},
|
|
21209
20871
|
"500": {
|
|
21210
|
-
"parent": "core/default",
|
|
21211
20872
|
"$type": "color",
|
|
21212
20873
|
"$value": "#ca005d"
|
|
21213
20874
|
}
|
|
@@ -21234,7 +20895,6 @@
|
|
|
21234
20895
|
"$value": "#4f7196"
|
|
21235
20896
|
},
|
|
21236
20897
|
"500": {
|
|
21237
|
-
"parent": "core/default",
|
|
21238
20898
|
"$type": "color",
|
|
21239
20899
|
"$value": "#154273"
|
|
21240
20900
|
}
|
|
@@ -21284,57 +20944,46 @@
|
|
|
21284
20944
|
"rhc": {
|
|
21285
20945
|
"space": {
|
|
21286
20946
|
"0": {
|
|
21287
|
-
"parent": "core/default",
|
|
21288
20947
|
"$type": "dimension",
|
|
21289
20948
|
"$value": "0rem"
|
|
21290
20949
|
},
|
|
21291
20950
|
"25": {
|
|
21292
|
-
"parent": "core/default",
|
|
21293
20951
|
"$type": "dimension",
|
|
21294
20952
|
"$value": "0.25 * 0.5rem"
|
|
21295
20953
|
},
|
|
21296
20954
|
"50": {
|
|
21297
|
-
"parent": "core/default",
|
|
21298
20955
|
"$type": "dimension",
|
|
21299
20956
|
"$value": "0.5 * 0.5rem"
|
|
21300
20957
|
},
|
|
21301
20958
|
"100": {
|
|
21302
|
-
"parent": "core/default",
|
|
21303
20959
|
"$type": "dimension",
|
|
21304
20960
|
"$value": "0.5rem"
|
|
21305
20961
|
},
|
|
21306
20962
|
"150": {
|
|
21307
|
-
"parent": "core/default",
|
|
21308
20963
|
"$type": "dimension",
|
|
21309
20964
|
"$value": "1.5 * 0.5rem"
|
|
21310
20965
|
},
|
|
21311
20966
|
"200": {
|
|
21312
|
-
"parent": "core/default",
|
|
21313
20967
|
"$type": "dimension",
|
|
21314
20968
|
"$value": "2 * 0.5rem"
|
|
21315
20969
|
},
|
|
21316
20970
|
"300": {
|
|
21317
|
-
"parent": "core/default",
|
|
21318
20971
|
"$type": "dimension",
|
|
21319
20972
|
"$value": "3 * 0.5rem"
|
|
21320
20973
|
},
|
|
21321
20974
|
"400": {
|
|
21322
|
-
"parent": "core/default",
|
|
21323
20975
|
"$type": "dimension",
|
|
21324
20976
|
"$value": "4 * 0.5rem"
|
|
21325
20977
|
},
|
|
21326
20978
|
"500": {
|
|
21327
|
-
"parent": "core/default",
|
|
21328
20979
|
"$type": "dimension",
|
|
21329
20980
|
"$value": "5 * 0.5rem"
|
|
21330
20981
|
},
|
|
21331
20982
|
"600": {
|
|
21332
|
-
"parent": "core/default",
|
|
21333
20983
|
"$type": "dimension",
|
|
21334
20984
|
"$value": "6 * 0.5rem"
|
|
21335
20985
|
},
|
|
21336
20986
|
"700": {
|
|
21337
|
-
"parent": "core/default",
|
|
21338
20987
|
"$type": "dimension",
|
|
21339
20988
|
"$value": "7 * 0.5rem"
|
|
21340
20989
|
}
|
|
@@ -21364,7 +21013,6 @@
|
|
|
21364
21013
|
"$value": "{rhc.color.cool-grey.900}"
|
|
21365
21014
|
},
|
|
21366
21015
|
"subtle": {
|
|
21367
|
-
"parent": "mode/light",
|
|
21368
21016
|
"$type": "color",
|
|
21369
21017
|
"$value": "{rhc.color.cool-grey.700}"
|
|
21370
21018
|
},
|
|
@@ -21383,70 +21031,58 @@
|
|
|
21383
21031
|
},
|
|
21384
21032
|
"border": {
|
|
21385
21033
|
"default": {
|
|
21386
|
-
"parent": "mode/light",
|
|
21387
21034
|
"$type": "color",
|
|
21388
21035
|
"$value": "{rhc.color.cool-grey.500}"
|
|
21389
21036
|
},
|
|
21390
21037
|
"subtle": {
|
|
21391
|
-
"parent": "mode/light",
|
|
21392
21038
|
"$type": "color",
|
|
21393
21039
|
"$value": "{rhc.color.cool-grey.400}"
|
|
21394
21040
|
},
|
|
21395
21041
|
"strong": {
|
|
21396
|
-
"parent": "mode/light",
|
|
21397
21042
|
"$type": "color",
|
|
21398
21043
|
"$value": "{rhc.color.foreground.default}"
|
|
21399
21044
|
}
|
|
21400
21045
|
},
|
|
21401
21046
|
"bg-document": {
|
|
21402
|
-
"parent": "mode/light",
|
|
21403
21047
|
"$type": "color",
|
|
21404
21048
|
"$value": "{rhc.color.wit}"
|
|
21405
21049
|
},
|
|
21406
21050
|
"positive": {
|
|
21407
21051
|
"default": {
|
|
21408
|
-
"parent": "mode/light",
|
|
21409
21052
|
"$type": "color",
|
|
21410
21053
|
"$value": "{rhc.color.groen.500}"
|
|
21411
21054
|
},
|
|
21412
21055
|
"subtle": {
|
|
21413
|
-
"parent": "mode/light",
|
|
21414
21056
|
"$type": "color",
|
|
21415
21057
|
"$value": "{rhc.color.groen.50}"
|
|
21416
21058
|
}
|
|
21417
21059
|
},
|
|
21418
21060
|
"info": {
|
|
21419
21061
|
"default": {
|
|
21420
|
-
"parent": "mode/light",
|
|
21421
21062
|
"$type": "color",
|
|
21422
21063
|
"$value": "{rhc.color.hemelblauw.500}"
|
|
21423
21064
|
},
|
|
21424
21065
|
"subtle": {
|
|
21425
|
-
"parent": "mode/light",
|
|
21426
21066
|
"$type": "color",
|
|
21427
21067
|
"$value": "{rhc.color.hemelblauw.50}"
|
|
21428
21068
|
}
|
|
21429
21069
|
},
|
|
21430
21070
|
"negative": {
|
|
21431
21071
|
"default": {
|
|
21432
|
-
"parent": "mode/light",
|
|
21433
21072
|
"$type": "color",
|
|
21434
21073
|
"$value": "{rhc.color.rood.500}"
|
|
21435
21074
|
},
|
|
21436
21075
|
"subtle": {
|
|
21437
|
-
"parent": "mode/light",
|
|
21438
21076
|
"$type": "color",
|
|
21439
21077
|
"$value": "{rhc.color.rood.50}"
|
|
21440
21078
|
}
|
|
21441
21079
|
},
|
|
21442
21080
|
"warning": {
|
|
21443
21081
|
"default": {
|
|
21444
|
-
"parent": "mode/light",
|
|
21445
21082
|
"$type": "color",
|
|
21446
21083
|
"$value": "{rhc.color.donkergeel.500}"
|
|
21447
21084
|
},
|
|
21448
21085
|
"subtle": {
|
|
21449
|
-
"parent": "mode/light",
|
|
21450
21086
|
"$type": "color",
|
|
21451
21087
|
"$value": "{rhc.color.donkergeel.50}"
|
|
21452
21088
|
}
|
|
@@ -27542,29 +27178,24 @@
|
|
|
27542
27178
|
"rhc": {
|
|
27543
27179
|
"border-radius": {
|
|
27544
27180
|
"round": {
|
|
27545
|
-
"parent": "core/default",
|
|
27546
27181
|
"$type": "dimension",
|
|
27547
27182
|
"$value": "999px"
|
|
27548
27183
|
},
|
|
27549
27184
|
"none": {
|
|
27550
|
-
"parent": "core/default",
|
|
27551
27185
|
"$type": "dimension",
|
|
27552
27186
|
"$value": "0px"
|
|
27553
27187
|
}
|
|
27554
27188
|
},
|
|
27555
27189
|
"border-width": {
|
|
27556
27190
|
"sm": {
|
|
27557
|
-
"parent": "core/default",
|
|
27558
27191
|
"$type": "dimension",
|
|
27559
27192
|
"$value": "1px"
|
|
27560
27193
|
},
|
|
27561
27194
|
"md": {
|
|
27562
|
-
"parent": "core/default",
|
|
27563
27195
|
"$type": "dimension",
|
|
27564
27196
|
"$value": "2px"
|
|
27565
27197
|
},
|
|
27566
27198
|
"none": {
|
|
27567
|
-
"parent": "core/default",
|
|
27568
27199
|
"$type": "dimension",
|
|
27569
27200
|
"$value": "0px"
|
|
27570
27201
|
}
|
|
@@ -27580,59 +27211,48 @@
|
|
|
27580
27211
|
"$value": "#F8FAFC"
|
|
27581
27212
|
},
|
|
27582
27213
|
"100": {
|
|
27583
|
-
"parent": "core/default",
|
|
27584
27214
|
"$type": "color",
|
|
27585
27215
|
"$value": "#F1F5F9"
|
|
27586
27216
|
},
|
|
27587
27217
|
"200": {
|
|
27588
|
-
"parent": "core/default",
|
|
27589
27218
|
"$type": "color",
|
|
27590
27219
|
"$value": "#E2E8F0"
|
|
27591
27220
|
},
|
|
27592
27221
|
"300": {
|
|
27593
|
-
"parent": "core/default",
|
|
27594
27222
|
"$type": "color",
|
|
27595
27223
|
"$value": "#CBD5E1"
|
|
27596
27224
|
},
|
|
27597
27225
|
"400": {
|
|
27598
|
-
"parent": "core/default",
|
|
27599
27226
|
"$type": "color",
|
|
27600
27227
|
"$value": "#94A3B8"
|
|
27601
27228
|
},
|
|
27602
27229
|
"500": {
|
|
27603
|
-
"parent": "core/default",
|
|
27604
27230
|
"$type": "color",
|
|
27605
27231
|
"$value": "#64748B"
|
|
27606
27232
|
},
|
|
27607
27233
|
"600": {
|
|
27608
|
-
"parent": "core/default",
|
|
27609
27234
|
"$type": "color",
|
|
27610
27235
|
"$value": "#475569"
|
|
27611
27236
|
},
|
|
27612
27237
|
"700": {
|
|
27613
|
-
"parent": "core/default",
|
|
27614
27238
|
"$type": "color",
|
|
27615
27239
|
"$value": "#334155"
|
|
27616
27240
|
},
|
|
27617
27241
|
"800": {
|
|
27618
|
-
"parent": "core/default",
|
|
27619
27242
|
"$type": "color",
|
|
27620
27243
|
"$value": "#1E293B"
|
|
27621
27244
|
},
|
|
27622
27245
|
"900": {
|
|
27623
|
-
"parent": "core/default",
|
|
27624
27246
|
"$type": "color",
|
|
27625
27247
|
"$value": "#0F172A"
|
|
27626
27248
|
}
|
|
27627
27249
|
},
|
|
27628
27250
|
"lichtblauw": {
|
|
27629
27251
|
"50": {
|
|
27630
|
-
"parent": "core/default",
|
|
27631
27252
|
"$type": "color",
|
|
27632
27253
|
"$value": "#eef7fb"
|
|
27633
27254
|
},
|
|
27634
27255
|
"100": {
|
|
27635
|
-
"parent": "core/default",
|
|
27636
27256
|
"$type": "color",
|
|
27637
27257
|
"$value": "#ddeff8"
|
|
27638
27258
|
},
|
|
@@ -27649,19 +27269,16 @@
|
|
|
27649
27269
|
"$value": "#ABD7ED"
|
|
27650
27270
|
},
|
|
27651
27271
|
"500": {
|
|
27652
|
-
"parent": "core/default",
|
|
27653
27272
|
"$type": "color",
|
|
27654
27273
|
"$value": "#8fcae7"
|
|
27655
27274
|
}
|
|
27656
27275
|
},
|
|
27657
27276
|
"violet": {
|
|
27658
27277
|
"50": {
|
|
27659
|
-
"parent": "core/default",
|
|
27660
27278
|
"$type": "color",
|
|
27661
27279
|
"$value": "#f2d9e7"
|
|
27662
27280
|
},
|
|
27663
27281
|
"100": {
|
|
27664
|
-
"parent": "core/default",
|
|
27665
27282
|
"$type": "color",
|
|
27666
27283
|
"$value": "#e5b3d0"
|
|
27667
27284
|
},
|
|
@@ -27678,19 +27295,16 @@
|
|
|
27678
27295
|
"$value": "#BE4088"
|
|
27679
27296
|
},
|
|
27680
27297
|
"500": {
|
|
27681
|
-
"parent": "core/default",
|
|
27682
27298
|
"$type": "color",
|
|
27683
27299
|
"$value": "#a90061"
|
|
27684
27300
|
}
|
|
27685
27301
|
},
|
|
27686
27302
|
"paars": {
|
|
27687
27303
|
"50": {
|
|
27688
|
-
"parent": "core/default",
|
|
27689
27304
|
"$type": "color",
|
|
27690
27305
|
"$value": "#e3dce7"
|
|
27691
27306
|
},
|
|
27692
27307
|
"100": {
|
|
27693
|
-
"parent": "core/default",
|
|
27694
27308
|
"$type": "color",
|
|
27695
27309
|
"$value": "#c6b9cf"
|
|
27696
27310
|
},
|
|
@@ -27703,24 +27317,20 @@
|
|
|
27703
27317
|
"$value": "#8D729F"
|
|
27704
27318
|
},
|
|
27705
27319
|
"400": {
|
|
27706
|
-
"parent": "core/default",
|
|
27707
27320
|
"$type": "color",
|
|
27708
27321
|
"$value": "#714f87"
|
|
27709
27322
|
},
|
|
27710
27323
|
"500": {
|
|
27711
|
-
"parent": "core/default",
|
|
27712
27324
|
"$type": "color",
|
|
27713
27325
|
"$value": "#42145f"
|
|
27714
27326
|
}
|
|
27715
27327
|
},
|
|
27716
27328
|
"hemelblauw": {
|
|
27717
27329
|
"50": {
|
|
27718
|
-
"parent": "core/default",
|
|
27719
27330
|
"$type": "color",
|
|
27720
27331
|
"$value": "#d9ebf7"
|
|
27721
27332
|
},
|
|
27722
27333
|
"100": {
|
|
27723
|
-
"parent": "core/default",
|
|
27724
27334
|
"$type": "color",
|
|
27725
27335
|
"$value": "#b3d7ee"
|
|
27726
27336
|
},
|
|
@@ -27737,19 +27347,16 @@
|
|
|
27737
27347
|
"$value": "#409CD5"
|
|
27738
27348
|
},
|
|
27739
27349
|
"500": {
|
|
27740
|
-
"parent": "core/default",
|
|
27741
27350
|
"$type": "color",
|
|
27742
27351
|
"$value": "#007bc7"
|
|
27743
27352
|
}
|
|
27744
27353
|
},
|
|
27745
27354
|
"donkerblauw": {
|
|
27746
27355
|
"50": {
|
|
27747
|
-
"parent": "core/default",
|
|
27748
27356
|
"$type": "color",
|
|
27749
27357
|
"$value": "#d9e8f0"
|
|
27750
27358
|
},
|
|
27751
27359
|
"100": {
|
|
27752
|
-
"parent": "core/default",
|
|
27753
27360
|
"$type": "color",
|
|
27754
27361
|
"$value": "#b3d2e1"
|
|
27755
27362
|
},
|
|
@@ -27766,19 +27373,16 @@
|
|
|
27766
27373
|
"$value": "#408EB4"
|
|
27767
27374
|
},
|
|
27768
27375
|
"500": {
|
|
27769
|
-
"parent": "core/default",
|
|
27770
27376
|
"$type": "color",
|
|
27771
27377
|
"$value": "#01689b"
|
|
27772
27378
|
}
|
|
27773
27379
|
},
|
|
27774
27380
|
"mintgroen": {
|
|
27775
27381
|
"50": {
|
|
27776
|
-
"parent": "core/default",
|
|
27777
27382
|
"$type": "color",
|
|
27778
27383
|
"$value": "#eaf8f4"
|
|
27779
27384
|
},
|
|
27780
27385
|
"100": {
|
|
27781
|
-
"parent": "core/default",
|
|
27782
27386
|
"$type": "color",
|
|
27783
27387
|
"$value": "#d6f2e9"
|
|
27784
27388
|
},
|
|
@@ -27795,19 +27399,16 @@
|
|
|
27795
27399
|
"$value": "#98DDC8"
|
|
27796
27400
|
},
|
|
27797
27401
|
"500": {
|
|
27798
|
-
"parent": "core/default",
|
|
27799
27402
|
"$type": "color",
|
|
27800
27403
|
"$value": "#76d2b6"
|
|
27801
27404
|
}
|
|
27802
27405
|
},
|
|
27803
27406
|
"mosgroen": {
|
|
27804
27407
|
"50": {
|
|
27805
|
-
"parent": "core/default",
|
|
27806
27408
|
"$type": "color",
|
|
27807
27409
|
"$value": "#ebebd9"
|
|
27808
27410
|
},
|
|
27809
27411
|
"100": {
|
|
27810
|
-
"parent": "core/default",
|
|
27811
27412
|
"$type": "color",
|
|
27812
27413
|
"$value": "#d6d7b3"
|
|
27813
27414
|
},
|
|
@@ -27824,19 +27425,16 @@
|
|
|
27824
27425
|
"$value": "#999C40"
|
|
27825
27426
|
},
|
|
27826
27427
|
"500": {
|
|
27827
|
-
"parent": "core/default",
|
|
27828
27428
|
"$type": "color",
|
|
27829
27429
|
"$value": "#777b00"
|
|
27830
27430
|
}
|
|
27831
27431
|
},
|
|
27832
27432
|
"groen": {
|
|
27833
27433
|
"50": {
|
|
27834
|
-
"parent": "core/default",
|
|
27835
27434
|
"$type": "color",
|
|
27836
27435
|
"$value": "#e1eddb"
|
|
27837
27436
|
},
|
|
27838
27437
|
"100": {
|
|
27839
|
-
"parent": "core/default",
|
|
27840
27438
|
"$type": "color",
|
|
27841
27439
|
"$value": "#c4dbb6"
|
|
27842
27440
|
},
|
|
@@ -27853,19 +27451,16 @@
|
|
|
27853
27451
|
"$value": "#6AA549"
|
|
27854
27452
|
},
|
|
27855
27453
|
"500": {
|
|
27856
|
-
"parent": "core/default",
|
|
27857
27454
|
"$type": "color",
|
|
27858
27455
|
"$value": "#39870c"
|
|
27859
27456
|
}
|
|
27860
27457
|
},
|
|
27861
27458
|
"donkergroen": {
|
|
27862
27459
|
"50": {
|
|
27863
|
-
"parent": "core/default",
|
|
27864
27460
|
"$type": "color",
|
|
27865
27461
|
"$value": "#dfe6e1"
|
|
27866
27462
|
},
|
|
27867
27463
|
"100": {
|
|
27868
|
-
"parent": "core/default",
|
|
27869
27464
|
"$type": "color",
|
|
27870
27465
|
"$value": "#becdc3"
|
|
27871
27466
|
},
|
|
@@ -27882,19 +27477,16 @@
|
|
|
27882
27477
|
"$value": "#5D8269"
|
|
27883
27478
|
},
|
|
27884
27479
|
"500": {
|
|
27885
|
-
"parent": "core/default",
|
|
27886
27480
|
"$type": "color",
|
|
27887
27481
|
"$value": "#275937"
|
|
27888
27482
|
}
|
|
27889
27483
|
},
|
|
27890
27484
|
"bruin": {
|
|
27891
27485
|
"50": {
|
|
27892
|
-
"parent": "core/default",
|
|
27893
27486
|
"$type": "color",
|
|
27894
27487
|
"$value": "#efeada"
|
|
27895
27488
|
},
|
|
27896
27489
|
"100": {
|
|
27897
|
-
"parent": "core/default",
|
|
27898
27490
|
"$type": "color",
|
|
27899
27491
|
"$value": "#dfd4b6"
|
|
27900
27492
|
},
|
|
@@ -27911,19 +27503,16 @@
|
|
|
27911
27503
|
"$value": "#AF9447"
|
|
27912
27504
|
},
|
|
27913
27505
|
"500": {
|
|
27914
|
-
"parent": "core/default",
|
|
27915
27506
|
"$type": "color",
|
|
27916
27507
|
"$value": "#94710a"
|
|
27917
27508
|
}
|
|
27918
27509
|
},
|
|
27919
27510
|
"donkerbruin": {
|
|
27920
27511
|
"50": {
|
|
27921
|
-
"parent": "core/default",
|
|
27922
27512
|
"$type": "color",
|
|
27923
27513
|
"$value": "#e8e0df"
|
|
27924
27514
|
},
|
|
27925
27515
|
"100": {
|
|
27926
|
-
"parent": "core/default",
|
|
27927
27516
|
"$type": "color",
|
|
27928
27517
|
"$value": "#d1c2be"
|
|
27929
27518
|
},
|
|
@@ -27940,19 +27529,16 @@
|
|
|
27940
27529
|
"$value": "#8D665D"
|
|
27941
27530
|
},
|
|
27942
27531
|
"500": {
|
|
27943
|
-
"parent": "core/default",
|
|
27944
27532
|
"$type": "color",
|
|
27945
27533
|
"$value": "#673327"
|
|
27946
27534
|
}
|
|
27947
27535
|
},
|
|
27948
27536
|
"geel": {
|
|
27949
27537
|
"50": {
|
|
27950
|
-
"parent": "core/default",
|
|
27951
27538
|
"$type": "color",
|
|
27952
27539
|
"$value": "#fefbdd"
|
|
27953
27540
|
},
|
|
27954
27541
|
"100": {
|
|
27955
|
-
"parent": "core/default",
|
|
27956
27542
|
"$type": "color",
|
|
27957
27543
|
"$value": "#fdf6bc"
|
|
27958
27544
|
},
|
|
@@ -27969,19 +27555,16 @@
|
|
|
27969
27555
|
"$value": "#FAE856"
|
|
27970
27556
|
},
|
|
27971
27557
|
"500": {
|
|
27972
|
-
"parent": "core/default",
|
|
27973
27558
|
"$type": "color",
|
|
27974
27559
|
"$value": "#f9e11e"
|
|
27975
27560
|
}
|
|
27976
27561
|
},
|
|
27977
27562
|
"donkergeel": {
|
|
27978
27563
|
"50": {
|
|
27979
|
-
"parent": "core/default",
|
|
27980
27564
|
"$type": "color",
|
|
27981
27565
|
"$value": "#fff4db"
|
|
27982
27566
|
},
|
|
27983
27567
|
"100": {
|
|
27984
|
-
"parent": "core/default",
|
|
27985
27568
|
"$type": "color",
|
|
27986
27569
|
"$value": "#ffe9b8"
|
|
27987
27570
|
},
|
|
@@ -27998,19 +27581,16 @@
|
|
|
27998
27581
|
"$value": "#FDC84D"
|
|
27999
27582
|
},
|
|
28000
27583
|
"500": {
|
|
28001
|
-
"parent": "core/default",
|
|
28002
27584
|
"$type": "color",
|
|
28003
27585
|
"$value": "#ffb612"
|
|
28004
27586
|
}
|
|
28005
27587
|
},
|
|
28006
27588
|
"oranje": {
|
|
28007
27589
|
"50": {
|
|
28008
|
-
"parent": "core/default",
|
|
28009
27590
|
"$type": "color",
|
|
28010
27591
|
"$value": "#fbead9"
|
|
28011
27592
|
},
|
|
28012
27593
|
"100": {
|
|
28013
|
-
"parent": "core/default",
|
|
28014
27594
|
"$type": "color",
|
|
28015
27595
|
"$value": "#f6d4b3"
|
|
28016
27596
|
},
|
|
@@ -28027,19 +27607,16 @@
|
|
|
28027
27607
|
"$value": "#E89440"
|
|
28028
27608
|
},
|
|
28029
27609
|
"500": {
|
|
28030
|
-
"parent": "core/default",
|
|
28031
27610
|
"$type": "color",
|
|
28032
27611
|
"$value": "#e17000"
|
|
28033
27612
|
}
|
|
28034
27613
|
},
|
|
28035
27614
|
"rood": {
|
|
28036
27615
|
"50": {
|
|
28037
|
-
"parent": "core/default",
|
|
28038
27616
|
"$type": "color",
|
|
28039
27617
|
"$value": "#f9dfdd"
|
|
28040
27618
|
},
|
|
28041
27619
|
"100": {
|
|
28042
|
-
"parent": "core/default",
|
|
28043
27620
|
"$type": "color",
|
|
28044
27621
|
"$value": "#f2bfbc"
|
|
28045
27622
|
},
|
|
@@ -28056,19 +27633,16 @@
|
|
|
28056
27633
|
"$value": "#DF6056"
|
|
28057
27634
|
},
|
|
28058
27635
|
"500": {
|
|
28059
|
-
"parent": "core/default",
|
|
28060
27636
|
"$type": "color",
|
|
28061
27637
|
"$value": "#d52b1e"
|
|
28062
27638
|
}
|
|
28063
27639
|
},
|
|
28064
27640
|
"roze": {
|
|
28065
27641
|
"50": {
|
|
28066
|
-
"parent": "core/default",
|
|
28067
27642
|
"$type": "color",
|
|
28068
27643
|
"$value": "#fdeff8"
|
|
28069
27644
|
},
|
|
28070
27645
|
"100": {
|
|
28071
|
-
"parent": "core/default",
|
|
28072
27646
|
"$type": "color",
|
|
28073
27647
|
"$value": "#fbdef0"
|
|
28074
27648
|
},
|
|
@@ -28085,19 +27659,16 @@
|
|
|
28085
27659
|
"$value": "#F4ADD9"
|
|
28086
27660
|
},
|
|
28087
27661
|
"500": {
|
|
28088
|
-
"parent": "core/default",
|
|
28089
27662
|
"$type": "color",
|
|
28090
27663
|
"$value": "#f092cd"
|
|
28091
27664
|
}
|
|
28092
27665
|
},
|
|
28093
27666
|
"robijnrood": {
|
|
28094
27667
|
"50": {
|
|
28095
|
-
"parent": "core/default",
|
|
28096
27668
|
"$type": "color",
|
|
28097
27669
|
"$value": "#f7d9e7"
|
|
28098
27670
|
},
|
|
28099
27671
|
"100": {
|
|
28100
|
-
"parent": "core/default",
|
|
28101
27672
|
"$type": "color",
|
|
28102
27673
|
"$value": "#efb3ce"
|
|
28103
27674
|
},
|
|
@@ -28114,7 +27685,6 @@
|
|
|
28114
27685
|
"$value": "#D74085"
|
|
28115
27686
|
},
|
|
28116
27687
|
"500": {
|
|
28117
|
-
"parent": "core/default",
|
|
28118
27688
|
"$type": "color",
|
|
28119
27689
|
"$value": "#ca005d"
|
|
28120
27690
|
}
|
|
@@ -28141,7 +27711,6 @@
|
|
|
28141
27711
|
"$value": "#4f7196"
|
|
28142
27712
|
},
|
|
28143
27713
|
"500": {
|
|
28144
|
-
"parent": "core/default",
|
|
28145
27714
|
"$type": "color",
|
|
28146
27715
|
"$value": "#154273"
|
|
28147
27716
|
}
|
|
@@ -28191,57 +27760,46 @@
|
|
|
28191
27760
|
"rhc": {
|
|
28192
27761
|
"space": {
|
|
28193
27762
|
"0": {
|
|
28194
|
-
"parent": "core/default",
|
|
28195
27763
|
"$type": "dimension",
|
|
28196
27764
|
"$value": "0rem"
|
|
28197
27765
|
},
|
|
28198
27766
|
"25": {
|
|
28199
|
-
"parent": "core/default",
|
|
28200
27767
|
"$type": "dimension",
|
|
28201
27768
|
"$value": "0.25 * 0.5rem"
|
|
28202
27769
|
},
|
|
28203
27770
|
"50": {
|
|
28204
|
-
"parent": "core/default",
|
|
28205
27771
|
"$type": "dimension",
|
|
28206
27772
|
"$value": "0.5 * 0.5rem"
|
|
28207
27773
|
},
|
|
28208
27774
|
"100": {
|
|
28209
|
-
"parent": "core/default",
|
|
28210
27775
|
"$type": "dimension",
|
|
28211
27776
|
"$value": "0.5rem"
|
|
28212
27777
|
},
|
|
28213
27778
|
"150": {
|
|
28214
|
-
"parent": "core/default",
|
|
28215
27779
|
"$type": "dimension",
|
|
28216
27780
|
"$value": "1.5 * 0.5rem"
|
|
28217
27781
|
},
|
|
28218
27782
|
"200": {
|
|
28219
|
-
"parent": "core/default",
|
|
28220
27783
|
"$type": "dimension",
|
|
28221
27784
|
"$value": "2 * 0.5rem"
|
|
28222
27785
|
},
|
|
28223
27786
|
"300": {
|
|
28224
|
-
"parent": "core/default",
|
|
28225
27787
|
"$type": "dimension",
|
|
28226
27788
|
"$value": "3 * 0.5rem"
|
|
28227
27789
|
},
|
|
28228
27790
|
"400": {
|
|
28229
|
-
"parent": "core/default",
|
|
28230
27791
|
"$type": "dimension",
|
|
28231
27792
|
"$value": "4 * 0.5rem"
|
|
28232
27793
|
},
|
|
28233
27794
|
"500": {
|
|
28234
|
-
"parent": "core/default",
|
|
28235
27795
|
"$type": "dimension",
|
|
28236
27796
|
"$value": "5 * 0.5rem"
|
|
28237
27797
|
},
|
|
28238
27798
|
"600": {
|
|
28239
|
-
"parent": "core/default",
|
|
28240
27799
|
"$type": "dimension",
|
|
28241
27800
|
"$value": "6 * 0.5rem"
|
|
28242
27801
|
},
|
|
28243
27802
|
"700": {
|
|
28244
|
-
"parent": "core/default",
|
|
28245
27803
|
"$type": "dimension",
|
|
28246
27804
|
"$value": "7 * 0.5rem"
|
|
28247
27805
|
}
|
|
@@ -28271,7 +27829,6 @@
|
|
|
28271
27829
|
"$value": "{rhc.color.cool-grey.900}"
|
|
28272
27830
|
},
|
|
28273
27831
|
"subtle": {
|
|
28274
|
-
"parent": "mode/light",
|
|
28275
27832
|
"$type": "color",
|
|
28276
27833
|
"$value": "{rhc.color.cool-grey.700}"
|
|
28277
27834
|
},
|
|
@@ -28290,70 +27847,58 @@
|
|
|
28290
27847
|
},
|
|
28291
27848
|
"border": {
|
|
28292
27849
|
"default": {
|
|
28293
|
-
"parent": "mode/light",
|
|
28294
27850
|
"$type": "color",
|
|
28295
27851
|
"$value": "{rhc.color.cool-grey.500}"
|
|
28296
27852
|
},
|
|
28297
27853
|
"subtle": {
|
|
28298
|
-
"parent": "mode/light",
|
|
28299
27854
|
"$type": "color",
|
|
28300
27855
|
"$value": "{rhc.color.cool-grey.400}"
|
|
28301
27856
|
},
|
|
28302
27857
|
"strong": {
|
|
28303
|
-
"parent": "mode/light",
|
|
28304
27858
|
"$type": "color",
|
|
28305
27859
|
"$value": "{rhc.color.foreground.default}"
|
|
28306
27860
|
}
|
|
28307
27861
|
},
|
|
28308
27862
|
"bg-document": {
|
|
28309
|
-
"parent": "mode/light",
|
|
28310
27863
|
"$type": "color",
|
|
28311
27864
|
"$value": "{rhc.color.wit}"
|
|
28312
27865
|
},
|
|
28313
27866
|
"positive": {
|
|
28314
27867
|
"default": {
|
|
28315
|
-
"parent": "mode/light",
|
|
28316
27868
|
"$type": "color",
|
|
28317
27869
|
"$value": "{rhc.color.groen.500}"
|
|
28318
27870
|
},
|
|
28319
27871
|
"subtle": {
|
|
28320
|
-
"parent": "mode/light",
|
|
28321
27872
|
"$type": "color",
|
|
28322
27873
|
"$value": "{rhc.color.groen.50}"
|
|
28323
27874
|
}
|
|
28324
27875
|
},
|
|
28325
27876
|
"info": {
|
|
28326
27877
|
"default": {
|
|
28327
|
-
"parent": "mode/light",
|
|
28328
27878
|
"$type": "color",
|
|
28329
27879
|
"$value": "{rhc.color.hemelblauw.500}"
|
|
28330
27880
|
},
|
|
28331
27881
|
"subtle": {
|
|
28332
|
-
"parent": "mode/light",
|
|
28333
27882
|
"$type": "color",
|
|
28334
27883
|
"$value": "{rhc.color.hemelblauw.50}"
|
|
28335
27884
|
}
|
|
28336
27885
|
},
|
|
28337
27886
|
"negative": {
|
|
28338
27887
|
"default": {
|
|
28339
|
-
"parent": "mode/light",
|
|
28340
27888
|
"$type": "color",
|
|
28341
27889
|
"$value": "{rhc.color.rood.500}"
|
|
28342
27890
|
},
|
|
28343
27891
|
"subtle": {
|
|
28344
|
-
"parent": "mode/light",
|
|
28345
27892
|
"$type": "color",
|
|
28346
27893
|
"$value": "{rhc.color.rood.50}"
|
|
28347
27894
|
}
|
|
28348
27895
|
},
|
|
28349
27896
|
"warning": {
|
|
28350
27897
|
"default": {
|
|
28351
|
-
"parent": "mode/light",
|
|
28352
27898
|
"$type": "color",
|
|
28353
27899
|
"$value": "{rhc.color.donkergeel.500}"
|
|
28354
27900
|
},
|
|
28355
27901
|
"subtle": {
|
|
28356
|
-
"parent": "mode/light",
|
|
28357
27902
|
"$type": "color",
|
|
28358
27903
|
"$value": "{rhc.color.donkergeel.50}"
|
|
28359
27904
|
}
|
|
@@ -34633,29 +34178,24 @@
|
|
|
34633
34178
|
"rhc": {
|
|
34634
34179
|
"border-radius": {
|
|
34635
34180
|
"round": {
|
|
34636
|
-
"parent": "core/default",
|
|
34637
34181
|
"$type": "dimension",
|
|
34638
34182
|
"$value": "999px"
|
|
34639
34183
|
},
|
|
34640
34184
|
"none": {
|
|
34641
|
-
"parent": "core/default",
|
|
34642
34185
|
"$type": "dimension",
|
|
34643
34186
|
"$value": "0px"
|
|
34644
34187
|
}
|
|
34645
34188
|
},
|
|
34646
34189
|
"border-width": {
|
|
34647
34190
|
"sm": {
|
|
34648
|
-
"parent": "core/default",
|
|
34649
34191
|
"$type": "dimension",
|
|
34650
34192
|
"$value": "1px"
|
|
34651
34193
|
},
|
|
34652
34194
|
"md": {
|
|
34653
|
-
"parent": "core/default",
|
|
34654
34195
|
"$type": "dimension",
|
|
34655
34196
|
"$value": "2px"
|
|
34656
34197
|
},
|
|
34657
34198
|
"none": {
|
|
34658
|
-
"parent": "core/default",
|
|
34659
34199
|
"$type": "dimension",
|
|
34660
34200
|
"$value": "0px"
|
|
34661
34201
|
}
|
|
@@ -34671,59 +34211,48 @@
|
|
|
34671
34211
|
"$value": "#F8FAFC"
|
|
34672
34212
|
},
|
|
34673
34213
|
"100": {
|
|
34674
|
-
"parent": "core/default",
|
|
34675
34214
|
"$type": "color",
|
|
34676
34215
|
"$value": "#F1F5F9"
|
|
34677
34216
|
},
|
|
34678
34217
|
"200": {
|
|
34679
|
-
"parent": "core/default",
|
|
34680
34218
|
"$type": "color",
|
|
34681
34219
|
"$value": "#E2E8F0"
|
|
34682
34220
|
},
|
|
34683
34221
|
"300": {
|
|
34684
|
-
"parent": "core/default",
|
|
34685
34222
|
"$type": "color",
|
|
34686
34223
|
"$value": "#CBD5E1"
|
|
34687
34224
|
},
|
|
34688
34225
|
"400": {
|
|
34689
|
-
"parent": "core/default",
|
|
34690
34226
|
"$type": "color",
|
|
34691
34227
|
"$value": "#94A3B8"
|
|
34692
34228
|
},
|
|
34693
34229
|
"500": {
|
|
34694
|
-
"parent": "core/default",
|
|
34695
34230
|
"$type": "color",
|
|
34696
34231
|
"$value": "#64748B"
|
|
34697
34232
|
},
|
|
34698
34233
|
"600": {
|
|
34699
|
-
"parent": "core/default",
|
|
34700
34234
|
"$type": "color",
|
|
34701
34235
|
"$value": "#475569"
|
|
34702
34236
|
},
|
|
34703
34237
|
"700": {
|
|
34704
|
-
"parent": "core/default",
|
|
34705
34238
|
"$type": "color",
|
|
34706
34239
|
"$value": "#334155"
|
|
34707
34240
|
},
|
|
34708
34241
|
"800": {
|
|
34709
|
-
"parent": "core/default",
|
|
34710
34242
|
"$type": "color",
|
|
34711
34243
|
"$value": "#1E293B"
|
|
34712
34244
|
},
|
|
34713
34245
|
"900": {
|
|
34714
|
-
"parent": "core/default",
|
|
34715
34246
|
"$type": "color",
|
|
34716
34247
|
"$value": "#0F172A"
|
|
34717
34248
|
}
|
|
34718
34249
|
},
|
|
34719
34250
|
"lichtblauw": {
|
|
34720
34251
|
"50": {
|
|
34721
|
-
"parent": "core/default",
|
|
34722
34252
|
"$type": "color",
|
|
34723
34253
|
"$value": "#eef7fb"
|
|
34724
34254
|
},
|
|
34725
34255
|
"100": {
|
|
34726
|
-
"parent": "core/default",
|
|
34727
34256
|
"$type": "color",
|
|
34728
34257
|
"$value": "#ddeff8"
|
|
34729
34258
|
},
|
|
@@ -34740,19 +34269,16 @@
|
|
|
34740
34269
|
"$value": "#ABD7ED"
|
|
34741
34270
|
},
|
|
34742
34271
|
"500": {
|
|
34743
|
-
"parent": "core/default",
|
|
34744
34272
|
"$type": "color",
|
|
34745
34273
|
"$value": "#8fcae7"
|
|
34746
34274
|
}
|
|
34747
34275
|
},
|
|
34748
34276
|
"violet": {
|
|
34749
34277
|
"50": {
|
|
34750
|
-
"parent": "core/default",
|
|
34751
34278
|
"$type": "color",
|
|
34752
34279
|
"$value": "#f2d9e7"
|
|
34753
34280
|
},
|
|
34754
34281
|
"100": {
|
|
34755
|
-
"parent": "core/default",
|
|
34756
34282
|
"$type": "color",
|
|
34757
34283
|
"$value": "#e5b3d0"
|
|
34758
34284
|
},
|
|
@@ -34769,19 +34295,16 @@
|
|
|
34769
34295
|
"$value": "#BE4088"
|
|
34770
34296
|
},
|
|
34771
34297
|
"500": {
|
|
34772
|
-
"parent": "core/default",
|
|
34773
34298
|
"$type": "color",
|
|
34774
34299
|
"$value": "#a90061"
|
|
34775
34300
|
}
|
|
34776
34301
|
},
|
|
34777
34302
|
"paars": {
|
|
34778
34303
|
"50": {
|
|
34779
|
-
"parent": "core/default",
|
|
34780
34304
|
"$type": "color",
|
|
34781
34305
|
"$value": "#e3dce7"
|
|
34782
34306
|
},
|
|
34783
34307
|
"100": {
|
|
34784
|
-
"parent": "core/default",
|
|
34785
34308
|
"$type": "color",
|
|
34786
34309
|
"$value": "#c6b9cf"
|
|
34787
34310
|
},
|
|
@@ -34794,24 +34317,20 @@
|
|
|
34794
34317
|
"$value": "#8D729F"
|
|
34795
34318
|
},
|
|
34796
34319
|
"400": {
|
|
34797
|
-
"parent": "core/default",
|
|
34798
34320
|
"$type": "color",
|
|
34799
34321
|
"$value": "#714f87"
|
|
34800
34322
|
},
|
|
34801
34323
|
"500": {
|
|
34802
|
-
"parent": "core/default",
|
|
34803
34324
|
"$type": "color",
|
|
34804
34325
|
"$value": "#42145f"
|
|
34805
34326
|
}
|
|
34806
34327
|
},
|
|
34807
34328
|
"hemelblauw": {
|
|
34808
34329
|
"50": {
|
|
34809
|
-
"parent": "core/default",
|
|
34810
34330
|
"$type": "color",
|
|
34811
34331
|
"$value": "#d9ebf7"
|
|
34812
34332
|
},
|
|
34813
34333
|
"100": {
|
|
34814
|
-
"parent": "core/default",
|
|
34815
34334
|
"$type": "color",
|
|
34816
34335
|
"$value": "#b3d7ee"
|
|
34817
34336
|
},
|
|
@@ -34828,19 +34347,16 @@
|
|
|
34828
34347
|
"$value": "#409CD5"
|
|
34829
34348
|
},
|
|
34830
34349
|
"500": {
|
|
34831
|
-
"parent": "core/default",
|
|
34832
34350
|
"$type": "color",
|
|
34833
34351
|
"$value": "#007bc7"
|
|
34834
34352
|
}
|
|
34835
34353
|
},
|
|
34836
34354
|
"donkerblauw": {
|
|
34837
34355
|
"50": {
|
|
34838
|
-
"parent": "core/default",
|
|
34839
34356
|
"$type": "color",
|
|
34840
34357
|
"$value": "#d9e8f0"
|
|
34841
34358
|
},
|
|
34842
34359
|
"100": {
|
|
34843
|
-
"parent": "core/default",
|
|
34844
34360
|
"$type": "color",
|
|
34845
34361
|
"$value": "#b3d2e1"
|
|
34846
34362
|
},
|
|
@@ -34857,19 +34373,16 @@
|
|
|
34857
34373
|
"$value": "#408EB4"
|
|
34858
34374
|
},
|
|
34859
34375
|
"500": {
|
|
34860
|
-
"parent": "core/default",
|
|
34861
34376
|
"$type": "color",
|
|
34862
34377
|
"$value": "#01689b"
|
|
34863
34378
|
}
|
|
34864
34379
|
},
|
|
34865
34380
|
"mintgroen": {
|
|
34866
34381
|
"50": {
|
|
34867
|
-
"parent": "core/default",
|
|
34868
34382
|
"$type": "color",
|
|
34869
34383
|
"$value": "#eaf8f4"
|
|
34870
34384
|
},
|
|
34871
34385
|
"100": {
|
|
34872
|
-
"parent": "core/default",
|
|
34873
34386
|
"$type": "color",
|
|
34874
34387
|
"$value": "#d6f2e9"
|
|
34875
34388
|
},
|
|
@@ -34886,19 +34399,16 @@
|
|
|
34886
34399
|
"$value": "#98DDC8"
|
|
34887
34400
|
},
|
|
34888
34401
|
"500": {
|
|
34889
|
-
"parent": "core/default",
|
|
34890
34402
|
"$type": "color",
|
|
34891
34403
|
"$value": "#76d2b6"
|
|
34892
34404
|
}
|
|
34893
34405
|
},
|
|
34894
34406
|
"mosgroen": {
|
|
34895
34407
|
"50": {
|
|
34896
|
-
"parent": "core/default",
|
|
34897
34408
|
"$type": "color",
|
|
34898
34409
|
"$value": "#ebebd9"
|
|
34899
34410
|
},
|
|
34900
34411
|
"100": {
|
|
34901
|
-
"parent": "core/default",
|
|
34902
34412
|
"$type": "color",
|
|
34903
34413
|
"$value": "#d6d7b3"
|
|
34904
34414
|
},
|
|
@@ -34915,19 +34425,16 @@
|
|
|
34915
34425
|
"$value": "#999C40"
|
|
34916
34426
|
},
|
|
34917
34427
|
"500": {
|
|
34918
|
-
"parent": "core/default",
|
|
34919
34428
|
"$type": "color",
|
|
34920
34429
|
"$value": "#777b00"
|
|
34921
34430
|
}
|
|
34922
34431
|
},
|
|
34923
34432
|
"groen": {
|
|
34924
34433
|
"50": {
|
|
34925
|
-
"parent": "core/default",
|
|
34926
34434
|
"$type": "color",
|
|
34927
34435
|
"$value": "#e1eddb"
|
|
34928
34436
|
},
|
|
34929
34437
|
"100": {
|
|
34930
|
-
"parent": "core/default",
|
|
34931
34438
|
"$type": "color",
|
|
34932
34439
|
"$value": "#c4dbb6"
|
|
34933
34440
|
},
|
|
@@ -34944,19 +34451,16 @@
|
|
|
34944
34451
|
"$value": "#6AA549"
|
|
34945
34452
|
},
|
|
34946
34453
|
"500": {
|
|
34947
|
-
"parent": "core/default",
|
|
34948
34454
|
"$type": "color",
|
|
34949
34455
|
"$value": "#39870c"
|
|
34950
34456
|
}
|
|
34951
34457
|
},
|
|
34952
34458
|
"donkergroen": {
|
|
34953
34459
|
"50": {
|
|
34954
|
-
"parent": "core/default",
|
|
34955
34460
|
"$type": "color",
|
|
34956
34461
|
"$value": "#dfe6e1"
|
|
34957
34462
|
},
|
|
34958
34463
|
"100": {
|
|
34959
|
-
"parent": "core/default",
|
|
34960
34464
|
"$type": "color",
|
|
34961
34465
|
"$value": "#becdc3"
|
|
34962
34466
|
},
|
|
@@ -34973,19 +34477,16 @@
|
|
|
34973
34477
|
"$value": "#5D8269"
|
|
34974
34478
|
},
|
|
34975
34479
|
"500": {
|
|
34976
|
-
"parent": "core/default",
|
|
34977
34480
|
"$type": "color",
|
|
34978
34481
|
"$value": "#275937"
|
|
34979
34482
|
}
|
|
34980
34483
|
},
|
|
34981
34484
|
"bruin": {
|
|
34982
34485
|
"50": {
|
|
34983
|
-
"parent": "core/default",
|
|
34984
34486
|
"$type": "color",
|
|
34985
34487
|
"$value": "#efeada"
|
|
34986
34488
|
},
|
|
34987
34489
|
"100": {
|
|
34988
|
-
"parent": "core/default",
|
|
34989
34490
|
"$type": "color",
|
|
34990
34491
|
"$value": "#dfd4b6"
|
|
34991
34492
|
},
|
|
@@ -35002,19 +34503,16 @@
|
|
|
35002
34503
|
"$value": "#AF9447"
|
|
35003
34504
|
},
|
|
35004
34505
|
"500": {
|
|
35005
|
-
"parent": "core/default",
|
|
35006
34506
|
"$type": "color",
|
|
35007
34507
|
"$value": "#94710a"
|
|
35008
34508
|
}
|
|
35009
34509
|
},
|
|
35010
34510
|
"donkerbruin": {
|
|
35011
34511
|
"50": {
|
|
35012
|
-
"parent": "core/default",
|
|
35013
34512
|
"$type": "color",
|
|
35014
34513
|
"$value": "#e8e0df"
|
|
35015
34514
|
},
|
|
35016
34515
|
"100": {
|
|
35017
|
-
"parent": "core/default",
|
|
35018
34516
|
"$type": "color",
|
|
35019
34517
|
"$value": "#d1c2be"
|
|
35020
34518
|
},
|
|
@@ -35031,19 +34529,16 @@
|
|
|
35031
34529
|
"$value": "#8D665D"
|
|
35032
34530
|
},
|
|
35033
34531
|
"500": {
|
|
35034
|
-
"parent": "core/default",
|
|
35035
34532
|
"$type": "color",
|
|
35036
34533
|
"$value": "#673327"
|
|
35037
34534
|
}
|
|
35038
34535
|
},
|
|
35039
34536
|
"geel": {
|
|
35040
34537
|
"50": {
|
|
35041
|
-
"parent": "core/default",
|
|
35042
34538
|
"$type": "color",
|
|
35043
34539
|
"$value": "#fefbdd"
|
|
35044
34540
|
},
|
|
35045
34541
|
"100": {
|
|
35046
|
-
"parent": "core/default",
|
|
35047
34542
|
"$type": "color",
|
|
35048
34543
|
"$value": "#fdf6bc"
|
|
35049
34544
|
},
|
|
@@ -35060,19 +34555,16 @@
|
|
|
35060
34555
|
"$value": "#FAE856"
|
|
35061
34556
|
},
|
|
35062
34557
|
"500": {
|
|
35063
|
-
"parent": "core/default",
|
|
35064
34558
|
"$type": "color",
|
|
35065
34559
|
"$value": "#f9e11e"
|
|
35066
34560
|
}
|
|
35067
34561
|
},
|
|
35068
34562
|
"donkergeel": {
|
|
35069
34563
|
"50": {
|
|
35070
|
-
"parent": "core/default",
|
|
35071
34564
|
"$type": "color",
|
|
35072
34565
|
"$value": "#fff4db"
|
|
35073
34566
|
},
|
|
35074
34567
|
"100": {
|
|
35075
|
-
"parent": "core/default",
|
|
35076
34568
|
"$type": "color",
|
|
35077
34569
|
"$value": "#ffe9b8"
|
|
35078
34570
|
},
|
|
@@ -35089,19 +34581,16 @@
|
|
|
35089
34581
|
"$value": "#FDC84D"
|
|
35090
34582
|
},
|
|
35091
34583
|
"500": {
|
|
35092
|
-
"parent": "core/default",
|
|
35093
34584
|
"$type": "color",
|
|
35094
34585
|
"$value": "#ffb612"
|
|
35095
34586
|
}
|
|
35096
34587
|
},
|
|
35097
34588
|
"oranje": {
|
|
35098
34589
|
"50": {
|
|
35099
|
-
"parent": "core/default",
|
|
35100
34590
|
"$type": "color",
|
|
35101
34591
|
"$value": "#fbead9"
|
|
35102
34592
|
},
|
|
35103
34593
|
"100": {
|
|
35104
|
-
"parent": "core/default",
|
|
35105
34594
|
"$type": "color",
|
|
35106
34595
|
"$value": "#f6d4b3"
|
|
35107
34596
|
},
|
|
@@ -35118,19 +34607,16 @@
|
|
|
35118
34607
|
"$value": "#E89440"
|
|
35119
34608
|
},
|
|
35120
34609
|
"500": {
|
|
35121
|
-
"parent": "core/default",
|
|
35122
34610
|
"$type": "color",
|
|
35123
34611
|
"$value": "#e17000"
|
|
35124
34612
|
}
|
|
35125
34613
|
},
|
|
35126
34614
|
"rood": {
|
|
35127
34615
|
"50": {
|
|
35128
|
-
"parent": "core/default",
|
|
35129
34616
|
"$type": "color",
|
|
35130
34617
|
"$value": "#f9dfdd"
|
|
35131
34618
|
},
|
|
35132
34619
|
"100": {
|
|
35133
|
-
"parent": "core/default",
|
|
35134
34620
|
"$type": "color",
|
|
35135
34621
|
"$value": "#f2bfbc"
|
|
35136
34622
|
},
|
|
@@ -35147,19 +34633,16 @@
|
|
|
35147
34633
|
"$value": "#DF6056"
|
|
35148
34634
|
},
|
|
35149
34635
|
"500": {
|
|
35150
|
-
"parent": "core/default",
|
|
35151
34636
|
"$type": "color",
|
|
35152
34637
|
"$value": "#d52b1e"
|
|
35153
34638
|
}
|
|
35154
34639
|
},
|
|
35155
34640
|
"roze": {
|
|
35156
34641
|
"50": {
|
|
35157
|
-
"parent": "core/default",
|
|
35158
34642
|
"$type": "color",
|
|
35159
34643
|
"$value": "#fdeff8"
|
|
35160
34644
|
},
|
|
35161
34645
|
"100": {
|
|
35162
|
-
"parent": "core/default",
|
|
35163
34646
|
"$type": "color",
|
|
35164
34647
|
"$value": "#fbdef0"
|
|
35165
34648
|
},
|
|
@@ -35176,19 +34659,16 @@
|
|
|
35176
34659
|
"$value": "#F4ADD9"
|
|
35177
34660
|
},
|
|
35178
34661
|
"500": {
|
|
35179
|
-
"parent": "core/default",
|
|
35180
34662
|
"$type": "color",
|
|
35181
34663
|
"$value": "#f092cd"
|
|
35182
34664
|
}
|
|
35183
34665
|
},
|
|
35184
34666
|
"robijnrood": {
|
|
35185
34667
|
"50": {
|
|
35186
|
-
"parent": "core/default",
|
|
35187
34668
|
"$type": "color",
|
|
35188
34669
|
"$value": "#f7d9e7"
|
|
35189
34670
|
},
|
|
35190
34671
|
"100": {
|
|
35191
|
-
"parent": "core/default",
|
|
35192
34672
|
"$type": "color",
|
|
35193
34673
|
"$value": "#efb3ce"
|
|
35194
34674
|
},
|
|
@@ -35205,7 +34685,6 @@
|
|
|
35205
34685
|
"$value": "#D74085"
|
|
35206
34686
|
},
|
|
35207
34687
|
"500": {
|
|
35208
|
-
"parent": "core/default",
|
|
35209
34688
|
"$type": "color",
|
|
35210
34689
|
"$value": "#ca005d"
|
|
35211
34690
|
}
|
|
@@ -35232,7 +34711,6 @@
|
|
|
35232
34711
|
"$value": "#4f7196"
|
|
35233
34712
|
},
|
|
35234
34713
|
"500": {
|
|
35235
|
-
"parent": "core/default",
|
|
35236
34714
|
"$type": "color",
|
|
35237
34715
|
"$value": "#154273"
|
|
35238
34716
|
}
|
|
@@ -35282,57 +34760,46 @@
|
|
|
35282
34760
|
"rhc": {
|
|
35283
34761
|
"space": {
|
|
35284
34762
|
"0": {
|
|
35285
|
-
"parent": "core/default",
|
|
35286
34763
|
"$type": "dimension",
|
|
35287
34764
|
"$value": "0rem"
|
|
35288
34765
|
},
|
|
35289
34766
|
"25": {
|
|
35290
|
-
"parent": "core/default",
|
|
35291
34767
|
"$type": "dimension",
|
|
35292
34768
|
"$value": "0.25 * 0.5rem"
|
|
35293
34769
|
},
|
|
35294
34770
|
"50": {
|
|
35295
|
-
"parent": "core/default",
|
|
35296
34771
|
"$type": "dimension",
|
|
35297
34772
|
"$value": "0.5 * 0.5rem"
|
|
35298
34773
|
},
|
|
35299
34774
|
"100": {
|
|
35300
|
-
"parent": "core/default",
|
|
35301
34775
|
"$type": "dimension",
|
|
35302
34776
|
"$value": "0.5rem"
|
|
35303
34777
|
},
|
|
35304
34778
|
"150": {
|
|
35305
|
-
"parent": "core/default",
|
|
35306
34779
|
"$type": "dimension",
|
|
35307
34780
|
"$value": "1.5 * 0.5rem"
|
|
35308
34781
|
},
|
|
35309
34782
|
"200": {
|
|
35310
|
-
"parent": "core/default",
|
|
35311
34783
|
"$type": "dimension",
|
|
35312
34784
|
"$value": "2 * 0.5rem"
|
|
35313
34785
|
},
|
|
35314
34786
|
"300": {
|
|
35315
|
-
"parent": "core/default",
|
|
35316
34787
|
"$type": "dimension",
|
|
35317
34788
|
"$value": "3 * 0.5rem"
|
|
35318
34789
|
},
|
|
35319
34790
|
"400": {
|
|
35320
|
-
"parent": "core/default",
|
|
35321
34791
|
"$type": "dimension",
|
|
35322
34792
|
"$value": "4 * 0.5rem"
|
|
35323
34793
|
},
|
|
35324
34794
|
"500": {
|
|
35325
|
-
"parent": "core/default",
|
|
35326
34795
|
"$type": "dimension",
|
|
35327
34796
|
"$value": "5 * 0.5rem"
|
|
35328
34797
|
},
|
|
35329
34798
|
"600": {
|
|
35330
|
-
"parent": "core/default",
|
|
35331
34799
|
"$type": "dimension",
|
|
35332
34800
|
"$value": "6 * 0.5rem"
|
|
35333
34801
|
},
|
|
35334
34802
|
"700": {
|
|
35335
|
-
"parent": "core/default",
|
|
35336
34803
|
"$type": "dimension",
|
|
35337
34804
|
"$value": "7 * 0.5rem"
|
|
35338
34805
|
}
|
|
@@ -35362,7 +34829,6 @@
|
|
|
35362
34829
|
"$value": "{rhc.color.cool-grey.900}"
|
|
35363
34830
|
},
|
|
35364
34831
|
"subtle": {
|
|
35365
|
-
"parent": "mode/light",
|
|
35366
34832
|
"$type": "color",
|
|
35367
34833
|
"$value": "{rhc.color.cool-grey.700}"
|
|
35368
34834
|
},
|
|
@@ -35381,70 +34847,58 @@
|
|
|
35381
34847
|
},
|
|
35382
34848
|
"border": {
|
|
35383
34849
|
"default": {
|
|
35384
|
-
"parent": "mode/light",
|
|
35385
34850
|
"$type": "color",
|
|
35386
34851
|
"$value": "{rhc.color.cool-grey.500}"
|
|
35387
34852
|
},
|
|
35388
34853
|
"subtle": {
|
|
35389
|
-
"parent": "mode/light",
|
|
35390
34854
|
"$type": "color",
|
|
35391
34855
|
"$value": "{rhc.color.cool-grey.400}"
|
|
35392
34856
|
},
|
|
35393
34857
|
"strong": {
|
|
35394
|
-
"parent": "mode/light",
|
|
35395
34858
|
"$type": "color",
|
|
35396
34859
|
"$value": "{rhc.color.foreground.default}"
|
|
35397
34860
|
}
|
|
35398
34861
|
},
|
|
35399
34862
|
"bg-document": {
|
|
35400
|
-
"parent": "mode/light",
|
|
35401
34863
|
"$type": "color",
|
|
35402
34864
|
"$value": "{rhc.color.wit}"
|
|
35403
34865
|
},
|
|
35404
34866
|
"positive": {
|
|
35405
34867
|
"default": {
|
|
35406
|
-
"parent": "mode/light",
|
|
35407
34868
|
"$type": "color",
|
|
35408
34869
|
"$value": "{rhc.color.groen.500}"
|
|
35409
34870
|
},
|
|
35410
34871
|
"subtle": {
|
|
35411
|
-
"parent": "mode/light",
|
|
35412
34872
|
"$type": "color",
|
|
35413
34873
|
"$value": "{rhc.color.groen.50}"
|
|
35414
34874
|
}
|
|
35415
34875
|
},
|
|
35416
34876
|
"info": {
|
|
35417
34877
|
"default": {
|
|
35418
|
-
"parent": "mode/light",
|
|
35419
34878
|
"$type": "color",
|
|
35420
34879
|
"$value": "{rhc.color.hemelblauw.500}"
|
|
35421
34880
|
},
|
|
35422
34881
|
"subtle": {
|
|
35423
|
-
"parent": "mode/light",
|
|
35424
34882
|
"$type": "color",
|
|
35425
34883
|
"$value": "{rhc.color.hemelblauw.50}"
|
|
35426
34884
|
}
|
|
35427
34885
|
},
|
|
35428
34886
|
"negative": {
|
|
35429
34887
|
"default": {
|
|
35430
|
-
"parent": "mode/light",
|
|
35431
34888
|
"$type": "color",
|
|
35432
34889
|
"$value": "{rhc.color.rood.500}"
|
|
35433
34890
|
},
|
|
35434
34891
|
"subtle": {
|
|
35435
|
-
"parent": "mode/light",
|
|
35436
34892
|
"$type": "color",
|
|
35437
34893
|
"$value": "{rhc.color.rood.50}"
|
|
35438
34894
|
}
|
|
35439
34895
|
},
|
|
35440
34896
|
"warning": {
|
|
35441
34897
|
"default": {
|
|
35442
|
-
"parent": "mode/light",
|
|
35443
34898
|
"$type": "color",
|
|
35444
34899
|
"$value": "{rhc.color.donkergeel.500}"
|
|
35445
34900
|
},
|
|
35446
34901
|
"subtle": {
|
|
35447
|
-
"parent": "mode/light",
|
|
35448
34902
|
"$type": "color",
|
|
35449
34903
|
"$value": "{rhc.color.donkergeel.50}"
|
|
35450
34904
|
}
|
|
@@ -41540,29 +40994,24 @@
|
|
|
41540
40994
|
"rhc": {
|
|
41541
40995
|
"border-radius": {
|
|
41542
40996
|
"round": {
|
|
41543
|
-
"parent": "core/default",
|
|
41544
40997
|
"$type": "dimension",
|
|
41545
40998
|
"$value": "999px"
|
|
41546
40999
|
},
|
|
41547
41000
|
"none": {
|
|
41548
|
-
"parent": "core/default",
|
|
41549
41001
|
"$type": "dimension",
|
|
41550
41002
|
"$value": "0px"
|
|
41551
41003
|
}
|
|
41552
41004
|
},
|
|
41553
41005
|
"border-width": {
|
|
41554
41006
|
"sm": {
|
|
41555
|
-
"parent": "core/default",
|
|
41556
41007
|
"$type": "dimension",
|
|
41557
41008
|
"$value": "1px"
|
|
41558
41009
|
},
|
|
41559
41010
|
"md": {
|
|
41560
|
-
"parent": "core/default",
|
|
41561
41011
|
"$type": "dimension",
|
|
41562
41012
|
"$value": "2px"
|
|
41563
41013
|
},
|
|
41564
41014
|
"none": {
|
|
41565
|
-
"parent": "core/default",
|
|
41566
41015
|
"$type": "dimension",
|
|
41567
41016
|
"$value": "0px"
|
|
41568
41017
|
}
|
|
@@ -41578,59 +41027,48 @@
|
|
|
41578
41027
|
"$value": "#F8FAFC"
|
|
41579
41028
|
},
|
|
41580
41029
|
"100": {
|
|
41581
|
-
"parent": "core/default",
|
|
41582
41030
|
"$type": "color",
|
|
41583
41031
|
"$value": "#F1F5F9"
|
|
41584
41032
|
},
|
|
41585
41033
|
"200": {
|
|
41586
|
-
"parent": "core/default",
|
|
41587
41034
|
"$type": "color",
|
|
41588
41035
|
"$value": "#E2E8F0"
|
|
41589
41036
|
},
|
|
41590
41037
|
"300": {
|
|
41591
|
-
"parent": "core/default",
|
|
41592
41038
|
"$type": "color",
|
|
41593
41039
|
"$value": "#CBD5E1"
|
|
41594
41040
|
},
|
|
41595
41041
|
"400": {
|
|
41596
|
-
"parent": "core/default",
|
|
41597
41042
|
"$type": "color",
|
|
41598
41043
|
"$value": "#94A3B8"
|
|
41599
41044
|
},
|
|
41600
41045
|
"500": {
|
|
41601
|
-
"parent": "core/default",
|
|
41602
41046
|
"$type": "color",
|
|
41603
41047
|
"$value": "#64748B"
|
|
41604
41048
|
},
|
|
41605
41049
|
"600": {
|
|
41606
|
-
"parent": "core/default",
|
|
41607
41050
|
"$type": "color",
|
|
41608
41051
|
"$value": "#475569"
|
|
41609
41052
|
},
|
|
41610
41053
|
"700": {
|
|
41611
|
-
"parent": "core/default",
|
|
41612
41054
|
"$type": "color",
|
|
41613
41055
|
"$value": "#334155"
|
|
41614
41056
|
},
|
|
41615
41057
|
"800": {
|
|
41616
|
-
"parent": "core/default",
|
|
41617
41058
|
"$type": "color",
|
|
41618
41059
|
"$value": "#1E293B"
|
|
41619
41060
|
},
|
|
41620
41061
|
"900": {
|
|
41621
|
-
"parent": "core/default",
|
|
41622
41062
|
"$type": "color",
|
|
41623
41063
|
"$value": "#0F172A"
|
|
41624
41064
|
}
|
|
41625
41065
|
},
|
|
41626
41066
|
"lichtblauw": {
|
|
41627
41067
|
"50": {
|
|
41628
|
-
"parent": "core/default",
|
|
41629
41068
|
"$type": "color",
|
|
41630
41069
|
"$value": "#eef7fb"
|
|
41631
41070
|
},
|
|
41632
41071
|
"100": {
|
|
41633
|
-
"parent": "core/default",
|
|
41634
41072
|
"$type": "color",
|
|
41635
41073
|
"$value": "#ddeff8"
|
|
41636
41074
|
},
|
|
@@ -41647,19 +41085,16 @@
|
|
|
41647
41085
|
"$value": "#ABD7ED"
|
|
41648
41086
|
},
|
|
41649
41087
|
"500": {
|
|
41650
|
-
"parent": "core/default",
|
|
41651
41088
|
"$type": "color",
|
|
41652
41089
|
"$value": "#8fcae7"
|
|
41653
41090
|
}
|
|
41654
41091
|
},
|
|
41655
41092
|
"violet": {
|
|
41656
41093
|
"50": {
|
|
41657
|
-
"parent": "core/default",
|
|
41658
41094
|
"$type": "color",
|
|
41659
41095
|
"$value": "#f2d9e7"
|
|
41660
41096
|
},
|
|
41661
41097
|
"100": {
|
|
41662
|
-
"parent": "core/default",
|
|
41663
41098
|
"$type": "color",
|
|
41664
41099
|
"$value": "#e5b3d0"
|
|
41665
41100
|
},
|
|
@@ -41676,19 +41111,16 @@
|
|
|
41676
41111
|
"$value": "#BE4088"
|
|
41677
41112
|
},
|
|
41678
41113
|
"500": {
|
|
41679
|
-
"parent": "core/default",
|
|
41680
41114
|
"$type": "color",
|
|
41681
41115
|
"$value": "#a90061"
|
|
41682
41116
|
}
|
|
41683
41117
|
},
|
|
41684
41118
|
"paars": {
|
|
41685
41119
|
"50": {
|
|
41686
|
-
"parent": "core/default",
|
|
41687
41120
|
"$type": "color",
|
|
41688
41121
|
"$value": "#e3dce7"
|
|
41689
41122
|
},
|
|
41690
41123
|
"100": {
|
|
41691
|
-
"parent": "core/default",
|
|
41692
41124
|
"$type": "color",
|
|
41693
41125
|
"$value": "#c6b9cf"
|
|
41694
41126
|
},
|
|
@@ -41701,24 +41133,20 @@
|
|
|
41701
41133
|
"$value": "#8D729F"
|
|
41702
41134
|
},
|
|
41703
41135
|
"400": {
|
|
41704
|
-
"parent": "core/default",
|
|
41705
41136
|
"$type": "color",
|
|
41706
41137
|
"$value": "#714f87"
|
|
41707
41138
|
},
|
|
41708
41139
|
"500": {
|
|
41709
|
-
"parent": "core/default",
|
|
41710
41140
|
"$type": "color",
|
|
41711
41141
|
"$value": "#42145f"
|
|
41712
41142
|
}
|
|
41713
41143
|
},
|
|
41714
41144
|
"hemelblauw": {
|
|
41715
41145
|
"50": {
|
|
41716
|
-
"parent": "core/default",
|
|
41717
41146
|
"$type": "color",
|
|
41718
41147
|
"$value": "#d9ebf7"
|
|
41719
41148
|
},
|
|
41720
41149
|
"100": {
|
|
41721
|
-
"parent": "core/default",
|
|
41722
41150
|
"$type": "color",
|
|
41723
41151
|
"$value": "#b3d7ee"
|
|
41724
41152
|
},
|
|
@@ -41735,19 +41163,16 @@
|
|
|
41735
41163
|
"$value": "#409CD5"
|
|
41736
41164
|
},
|
|
41737
41165
|
"500": {
|
|
41738
|
-
"parent": "core/default",
|
|
41739
41166
|
"$type": "color",
|
|
41740
41167
|
"$value": "#007bc7"
|
|
41741
41168
|
}
|
|
41742
41169
|
},
|
|
41743
41170
|
"donkerblauw": {
|
|
41744
41171
|
"50": {
|
|
41745
|
-
"parent": "core/default",
|
|
41746
41172
|
"$type": "color",
|
|
41747
41173
|
"$value": "#d9e8f0"
|
|
41748
41174
|
},
|
|
41749
41175
|
"100": {
|
|
41750
|
-
"parent": "core/default",
|
|
41751
41176
|
"$type": "color",
|
|
41752
41177
|
"$value": "#b3d2e1"
|
|
41753
41178
|
},
|
|
@@ -41764,19 +41189,16 @@
|
|
|
41764
41189
|
"$value": "#408EB4"
|
|
41765
41190
|
},
|
|
41766
41191
|
"500": {
|
|
41767
|
-
"parent": "core/default",
|
|
41768
41192
|
"$type": "color",
|
|
41769
41193
|
"$value": "#01689b"
|
|
41770
41194
|
}
|
|
41771
41195
|
},
|
|
41772
41196
|
"mintgroen": {
|
|
41773
41197
|
"50": {
|
|
41774
|
-
"parent": "core/default",
|
|
41775
41198
|
"$type": "color",
|
|
41776
41199
|
"$value": "#eaf8f4"
|
|
41777
41200
|
},
|
|
41778
41201
|
"100": {
|
|
41779
|
-
"parent": "core/default",
|
|
41780
41202
|
"$type": "color",
|
|
41781
41203
|
"$value": "#d6f2e9"
|
|
41782
41204
|
},
|
|
@@ -41793,19 +41215,16 @@
|
|
|
41793
41215
|
"$value": "#98DDC8"
|
|
41794
41216
|
},
|
|
41795
41217
|
"500": {
|
|
41796
|
-
"parent": "core/default",
|
|
41797
41218
|
"$type": "color",
|
|
41798
41219
|
"$value": "#76d2b6"
|
|
41799
41220
|
}
|
|
41800
41221
|
},
|
|
41801
41222
|
"mosgroen": {
|
|
41802
41223
|
"50": {
|
|
41803
|
-
"parent": "core/default",
|
|
41804
41224
|
"$type": "color",
|
|
41805
41225
|
"$value": "#ebebd9"
|
|
41806
41226
|
},
|
|
41807
41227
|
"100": {
|
|
41808
|
-
"parent": "core/default",
|
|
41809
41228
|
"$type": "color",
|
|
41810
41229
|
"$value": "#d6d7b3"
|
|
41811
41230
|
},
|
|
@@ -41822,19 +41241,16 @@
|
|
|
41822
41241
|
"$value": "#999C40"
|
|
41823
41242
|
},
|
|
41824
41243
|
"500": {
|
|
41825
|
-
"parent": "core/default",
|
|
41826
41244
|
"$type": "color",
|
|
41827
41245
|
"$value": "#777b00"
|
|
41828
41246
|
}
|
|
41829
41247
|
},
|
|
41830
41248
|
"groen": {
|
|
41831
41249
|
"50": {
|
|
41832
|
-
"parent": "core/default",
|
|
41833
41250
|
"$type": "color",
|
|
41834
41251
|
"$value": "#e1eddb"
|
|
41835
41252
|
},
|
|
41836
41253
|
"100": {
|
|
41837
|
-
"parent": "core/default",
|
|
41838
41254
|
"$type": "color",
|
|
41839
41255
|
"$value": "#c4dbb6"
|
|
41840
41256
|
},
|
|
@@ -41851,19 +41267,16 @@
|
|
|
41851
41267
|
"$value": "#6AA549"
|
|
41852
41268
|
},
|
|
41853
41269
|
"500": {
|
|
41854
|
-
"parent": "core/default",
|
|
41855
41270
|
"$type": "color",
|
|
41856
41271
|
"$value": "#39870c"
|
|
41857
41272
|
}
|
|
41858
41273
|
},
|
|
41859
41274
|
"donkergroen": {
|
|
41860
41275
|
"50": {
|
|
41861
|
-
"parent": "core/default",
|
|
41862
41276
|
"$type": "color",
|
|
41863
41277
|
"$value": "#dfe6e1"
|
|
41864
41278
|
},
|
|
41865
41279
|
"100": {
|
|
41866
|
-
"parent": "core/default",
|
|
41867
41280
|
"$type": "color",
|
|
41868
41281
|
"$value": "#becdc3"
|
|
41869
41282
|
},
|
|
@@ -41880,19 +41293,16 @@
|
|
|
41880
41293
|
"$value": "#5D8269"
|
|
41881
41294
|
},
|
|
41882
41295
|
"500": {
|
|
41883
|
-
"parent": "core/default",
|
|
41884
41296
|
"$type": "color",
|
|
41885
41297
|
"$value": "#275937"
|
|
41886
41298
|
}
|
|
41887
41299
|
},
|
|
41888
41300
|
"bruin": {
|
|
41889
41301
|
"50": {
|
|
41890
|
-
"parent": "core/default",
|
|
41891
41302
|
"$type": "color",
|
|
41892
41303
|
"$value": "#efeada"
|
|
41893
41304
|
},
|
|
41894
41305
|
"100": {
|
|
41895
|
-
"parent": "core/default",
|
|
41896
41306
|
"$type": "color",
|
|
41897
41307
|
"$value": "#dfd4b6"
|
|
41898
41308
|
},
|
|
@@ -41909,19 +41319,16 @@
|
|
|
41909
41319
|
"$value": "#AF9447"
|
|
41910
41320
|
},
|
|
41911
41321
|
"500": {
|
|
41912
|
-
"parent": "core/default",
|
|
41913
41322
|
"$type": "color",
|
|
41914
41323
|
"$value": "#94710a"
|
|
41915
41324
|
}
|
|
41916
41325
|
},
|
|
41917
41326
|
"donkerbruin": {
|
|
41918
41327
|
"50": {
|
|
41919
|
-
"parent": "core/default",
|
|
41920
41328
|
"$type": "color",
|
|
41921
41329
|
"$value": "#e8e0df"
|
|
41922
41330
|
},
|
|
41923
41331
|
"100": {
|
|
41924
|
-
"parent": "core/default",
|
|
41925
41332
|
"$type": "color",
|
|
41926
41333
|
"$value": "#d1c2be"
|
|
41927
41334
|
},
|
|
@@ -41938,19 +41345,16 @@
|
|
|
41938
41345
|
"$value": "#8D665D"
|
|
41939
41346
|
},
|
|
41940
41347
|
"500": {
|
|
41941
|
-
"parent": "core/default",
|
|
41942
41348
|
"$type": "color",
|
|
41943
41349
|
"$value": "#673327"
|
|
41944
41350
|
}
|
|
41945
41351
|
},
|
|
41946
41352
|
"geel": {
|
|
41947
41353
|
"50": {
|
|
41948
|
-
"parent": "core/default",
|
|
41949
41354
|
"$type": "color",
|
|
41950
41355
|
"$value": "#fefbdd"
|
|
41951
41356
|
},
|
|
41952
41357
|
"100": {
|
|
41953
|
-
"parent": "core/default",
|
|
41954
41358
|
"$type": "color",
|
|
41955
41359
|
"$value": "#fdf6bc"
|
|
41956
41360
|
},
|
|
@@ -41967,19 +41371,16 @@
|
|
|
41967
41371
|
"$value": "#FAE856"
|
|
41968
41372
|
},
|
|
41969
41373
|
"500": {
|
|
41970
|
-
"parent": "core/default",
|
|
41971
41374
|
"$type": "color",
|
|
41972
41375
|
"$value": "#f9e11e"
|
|
41973
41376
|
}
|
|
41974
41377
|
},
|
|
41975
41378
|
"donkergeel": {
|
|
41976
41379
|
"50": {
|
|
41977
|
-
"parent": "core/default",
|
|
41978
41380
|
"$type": "color",
|
|
41979
41381
|
"$value": "#fff4db"
|
|
41980
41382
|
},
|
|
41981
41383
|
"100": {
|
|
41982
|
-
"parent": "core/default",
|
|
41983
41384
|
"$type": "color",
|
|
41984
41385
|
"$value": "#ffe9b8"
|
|
41985
41386
|
},
|
|
@@ -41996,19 +41397,16 @@
|
|
|
41996
41397
|
"$value": "#FDC84D"
|
|
41997
41398
|
},
|
|
41998
41399
|
"500": {
|
|
41999
|
-
"parent": "core/default",
|
|
42000
41400
|
"$type": "color",
|
|
42001
41401
|
"$value": "#ffb612"
|
|
42002
41402
|
}
|
|
42003
41403
|
},
|
|
42004
41404
|
"oranje": {
|
|
42005
41405
|
"50": {
|
|
42006
|
-
"parent": "core/default",
|
|
42007
41406
|
"$type": "color",
|
|
42008
41407
|
"$value": "#fbead9"
|
|
42009
41408
|
},
|
|
42010
41409
|
"100": {
|
|
42011
|
-
"parent": "core/default",
|
|
42012
41410
|
"$type": "color",
|
|
42013
41411
|
"$value": "#f6d4b3"
|
|
42014
41412
|
},
|
|
@@ -42025,19 +41423,16 @@
|
|
|
42025
41423
|
"$value": "#E89440"
|
|
42026
41424
|
},
|
|
42027
41425
|
"500": {
|
|
42028
|
-
"parent": "core/default",
|
|
42029
41426
|
"$type": "color",
|
|
42030
41427
|
"$value": "#e17000"
|
|
42031
41428
|
}
|
|
42032
41429
|
},
|
|
42033
41430
|
"rood": {
|
|
42034
41431
|
"50": {
|
|
42035
|
-
"parent": "core/default",
|
|
42036
41432
|
"$type": "color",
|
|
42037
41433
|
"$value": "#f9dfdd"
|
|
42038
41434
|
},
|
|
42039
41435
|
"100": {
|
|
42040
|
-
"parent": "core/default",
|
|
42041
41436
|
"$type": "color",
|
|
42042
41437
|
"$value": "#f2bfbc"
|
|
42043
41438
|
},
|
|
@@ -42054,19 +41449,16 @@
|
|
|
42054
41449
|
"$value": "#DF6056"
|
|
42055
41450
|
},
|
|
42056
41451
|
"500": {
|
|
42057
|
-
"parent": "core/default",
|
|
42058
41452
|
"$type": "color",
|
|
42059
41453
|
"$value": "#d52b1e"
|
|
42060
41454
|
}
|
|
42061
41455
|
},
|
|
42062
41456
|
"roze": {
|
|
42063
41457
|
"50": {
|
|
42064
|
-
"parent": "core/default",
|
|
42065
41458
|
"$type": "color",
|
|
42066
41459
|
"$value": "#fdeff8"
|
|
42067
41460
|
},
|
|
42068
41461
|
"100": {
|
|
42069
|
-
"parent": "core/default",
|
|
42070
41462
|
"$type": "color",
|
|
42071
41463
|
"$value": "#fbdef0"
|
|
42072
41464
|
},
|
|
@@ -42083,19 +41475,16 @@
|
|
|
42083
41475
|
"$value": "#F4ADD9"
|
|
42084
41476
|
},
|
|
42085
41477
|
"500": {
|
|
42086
|
-
"parent": "core/default",
|
|
42087
41478
|
"$type": "color",
|
|
42088
41479
|
"$value": "#f092cd"
|
|
42089
41480
|
}
|
|
42090
41481
|
},
|
|
42091
41482
|
"robijnrood": {
|
|
42092
41483
|
"50": {
|
|
42093
|
-
"parent": "core/default",
|
|
42094
41484
|
"$type": "color",
|
|
42095
41485
|
"$value": "#f7d9e7"
|
|
42096
41486
|
},
|
|
42097
41487
|
"100": {
|
|
42098
|
-
"parent": "core/default",
|
|
42099
41488
|
"$type": "color",
|
|
42100
41489
|
"$value": "#efb3ce"
|
|
42101
41490
|
},
|
|
@@ -42112,7 +41501,6 @@
|
|
|
42112
41501
|
"$value": "#D74085"
|
|
42113
41502
|
},
|
|
42114
41503
|
"500": {
|
|
42115
|
-
"parent": "core/default",
|
|
42116
41504
|
"$type": "color",
|
|
42117
41505
|
"$value": "#ca005d"
|
|
42118
41506
|
}
|
|
@@ -42139,7 +41527,6 @@
|
|
|
42139
41527
|
"$value": "#4f7196"
|
|
42140
41528
|
},
|
|
42141
41529
|
"500": {
|
|
42142
|
-
"parent": "core/default",
|
|
42143
41530
|
"$type": "color",
|
|
42144
41531
|
"$value": "#154273"
|
|
42145
41532
|
}
|
|
@@ -42189,57 +41576,46 @@
|
|
|
42189
41576
|
"rhc": {
|
|
42190
41577
|
"space": {
|
|
42191
41578
|
"0": {
|
|
42192
|
-
"parent": "core/default",
|
|
42193
41579
|
"$type": "dimension",
|
|
42194
41580
|
"$value": "0rem"
|
|
42195
41581
|
},
|
|
42196
41582
|
"25": {
|
|
42197
|
-
"parent": "core/default",
|
|
42198
41583
|
"$type": "dimension",
|
|
42199
41584
|
"$value": "0.25 * 0.5rem"
|
|
42200
41585
|
},
|
|
42201
41586
|
"50": {
|
|
42202
|
-
"parent": "core/default",
|
|
42203
41587
|
"$type": "dimension",
|
|
42204
41588
|
"$value": "0.5 * 0.5rem"
|
|
42205
41589
|
},
|
|
42206
41590
|
"100": {
|
|
42207
|
-
"parent": "core/default",
|
|
42208
41591
|
"$type": "dimension",
|
|
42209
41592
|
"$value": "0.5rem"
|
|
42210
41593
|
},
|
|
42211
41594
|
"150": {
|
|
42212
|
-
"parent": "core/default",
|
|
42213
41595
|
"$type": "dimension",
|
|
42214
41596
|
"$value": "1.5 * 0.5rem"
|
|
42215
41597
|
},
|
|
42216
41598
|
"200": {
|
|
42217
|
-
"parent": "core/default",
|
|
42218
41599
|
"$type": "dimension",
|
|
42219
41600
|
"$value": "2 * 0.5rem"
|
|
42220
41601
|
},
|
|
42221
41602
|
"300": {
|
|
42222
|
-
"parent": "core/default",
|
|
42223
41603
|
"$type": "dimension",
|
|
42224
41604
|
"$value": "3 * 0.5rem"
|
|
42225
41605
|
},
|
|
42226
41606
|
"400": {
|
|
42227
|
-
"parent": "core/default",
|
|
42228
41607
|
"$type": "dimension",
|
|
42229
41608
|
"$value": "4 * 0.5rem"
|
|
42230
41609
|
},
|
|
42231
41610
|
"500": {
|
|
42232
|
-
"parent": "core/default",
|
|
42233
41611
|
"$type": "dimension",
|
|
42234
41612
|
"$value": "5 * 0.5rem"
|
|
42235
41613
|
},
|
|
42236
41614
|
"600": {
|
|
42237
|
-
"parent": "core/default",
|
|
42238
41615
|
"$type": "dimension",
|
|
42239
41616
|
"$value": "6 * 0.5rem"
|
|
42240
41617
|
},
|
|
42241
41618
|
"700": {
|
|
42242
|
-
"parent": "core/default",
|
|
42243
41619
|
"$type": "dimension",
|
|
42244
41620
|
"$value": "7 * 0.5rem"
|
|
42245
41621
|
}
|
|
@@ -42269,7 +41645,6 @@
|
|
|
42269
41645
|
"$value": "{rhc.color.cool-grey.900}"
|
|
42270
41646
|
},
|
|
42271
41647
|
"subtle": {
|
|
42272
|
-
"parent": "mode/light",
|
|
42273
41648
|
"$type": "color",
|
|
42274
41649
|
"$value": "{rhc.color.cool-grey.700}"
|
|
42275
41650
|
},
|
|
@@ -42288,70 +41663,58 @@
|
|
|
42288
41663
|
},
|
|
42289
41664
|
"border": {
|
|
42290
41665
|
"default": {
|
|
42291
|
-
"parent": "mode/light",
|
|
42292
41666
|
"$type": "color",
|
|
42293
41667
|
"$value": "{rhc.color.cool-grey.500}"
|
|
42294
41668
|
},
|
|
42295
41669
|
"subtle": {
|
|
42296
|
-
"parent": "mode/light",
|
|
42297
41670
|
"$type": "color",
|
|
42298
41671
|
"$value": "{rhc.color.cool-grey.400}"
|
|
42299
41672
|
},
|
|
42300
41673
|
"strong": {
|
|
42301
|
-
"parent": "mode/light",
|
|
42302
41674
|
"$type": "color",
|
|
42303
41675
|
"$value": "{rhc.color.foreground.default}"
|
|
42304
41676
|
}
|
|
42305
41677
|
},
|
|
42306
41678
|
"bg-document": {
|
|
42307
|
-
"parent": "mode/light",
|
|
42308
41679
|
"$type": "color",
|
|
42309
41680
|
"$value": "{rhc.color.wit}"
|
|
42310
41681
|
},
|
|
42311
41682
|
"positive": {
|
|
42312
41683
|
"default": {
|
|
42313
|
-
"parent": "mode/light",
|
|
42314
41684
|
"$type": "color",
|
|
42315
41685
|
"$value": "{rhc.color.groen.500}"
|
|
42316
41686
|
},
|
|
42317
41687
|
"subtle": {
|
|
42318
|
-
"parent": "mode/light",
|
|
42319
41688
|
"$type": "color",
|
|
42320
41689
|
"$value": "{rhc.color.groen.50}"
|
|
42321
41690
|
}
|
|
42322
41691
|
},
|
|
42323
41692
|
"info": {
|
|
42324
41693
|
"default": {
|
|
42325
|
-
"parent": "mode/light",
|
|
42326
41694
|
"$type": "color",
|
|
42327
41695
|
"$value": "{rhc.color.hemelblauw.500}"
|
|
42328
41696
|
},
|
|
42329
41697
|
"subtle": {
|
|
42330
|
-
"parent": "mode/light",
|
|
42331
41698
|
"$type": "color",
|
|
42332
41699
|
"$value": "{rhc.color.hemelblauw.50}"
|
|
42333
41700
|
}
|
|
42334
41701
|
},
|
|
42335
41702
|
"negative": {
|
|
42336
41703
|
"default": {
|
|
42337
|
-
"parent": "mode/light",
|
|
42338
41704
|
"$type": "color",
|
|
42339
41705
|
"$value": "{rhc.color.rood.500}"
|
|
42340
41706
|
},
|
|
42341
41707
|
"subtle": {
|
|
42342
|
-
"parent": "mode/light",
|
|
42343
41708
|
"$type": "color",
|
|
42344
41709
|
"$value": "{rhc.color.rood.50}"
|
|
42345
41710
|
}
|
|
42346
41711
|
},
|
|
42347
41712
|
"warning": {
|
|
42348
41713
|
"default": {
|
|
42349
|
-
"parent": "mode/light",
|
|
42350
41714
|
"$type": "color",
|
|
42351
41715
|
"$value": "{rhc.color.donkergeel.500}"
|
|
42352
41716
|
},
|
|
42353
41717
|
"subtle": {
|
|
42354
|
-
"parent": "mode/light",
|
|
42355
41718
|
"$type": "color",
|
|
42356
41719
|
"$value": "{rhc.color.donkergeel.50}"
|
|
42357
41720
|
}
|