@rijkshuisstijl-community/design-tokens 10.0.0 → 11.0.0
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 +26 -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 +20 -17
- package/dist/index.css +20 -17
- package/dist/index.d.ts +24 -19
- package/dist/index.js +23 -20
- package/dist/index.json +21 -19
- package/dist/index.tokens.json +33 -31
- package/dist/kern-lintblauw/_variables.scss +20 -17
- package/dist/kern-lintblauw/index.css +20 -17
- package/dist/kern-lintblauw/index.d.ts +24 -19
- package/dist/kern-lintblauw/index.js +23 -20
- package/dist/kern-lintblauw/index.json +21 -19
- package/dist/kern-lintblauw/index.tokens.json +33 -31
- package/dist/kern-lintblauw/root.css +20 -17
- package/dist/kern-lintblauw/tokens.d.ts +31 -28
- package/dist/kern-lintblauw/tokens.js +446 -531
- package/dist/root.css +20 -17
- package/dist/tokens.d.ts +31 -28
- package/dist/tokens.js +446 -531
- package/dist/uitvoerend-groen/_variables.scss +21 -18
- package/dist/uitvoerend-groen/index.css +21 -18
- package/dist/uitvoerend-groen/index.d.ts +24 -19
- package/dist/uitvoerend-groen/index.js +23 -20
- package/dist/uitvoerend-groen/index.json +21 -19
- package/dist/uitvoerend-groen/index.tokens.json +33 -31
- package/dist/uitvoerend-groen/root.css +21 -18
- package/dist/uitvoerend-groen/tokens.d.ts +31 -28
- package/dist/uitvoerend-groen/tokens.js +446 -531
- package/dist/uitvoerend-hemelblauw/_variables.scss +21 -18
- package/dist/uitvoerend-hemelblauw/index.css +21 -18
- package/dist/uitvoerend-hemelblauw/index.d.ts +24 -19
- package/dist/uitvoerend-hemelblauw/index.js +23 -20
- package/dist/uitvoerend-hemelblauw/index.json +21 -19
- package/dist/uitvoerend-hemelblauw/index.tokens.json +33 -31
- package/dist/uitvoerend-hemelblauw/root.css +21 -18
- package/dist/uitvoerend-hemelblauw/tokens.d.ts +31 -28
- package/dist/uitvoerend-hemelblauw/tokens.js +446 -531
- package/dist/uitvoerend-lintblauw/_variables.scss +21 -18
- package/dist/uitvoerend-lintblauw/index.css +21 -18
- package/dist/uitvoerend-lintblauw/index.d.ts +24 -19
- package/dist/uitvoerend-lintblauw/index.js +23 -20
- package/dist/uitvoerend-lintblauw/index.json +21 -19
- package/dist/uitvoerend-lintblauw/index.tokens.json +33 -31
- package/dist/uitvoerend-lintblauw/root.css +21 -18
- package/dist/uitvoerend-lintblauw/tokens.d.ts +31 -28
- package/dist/uitvoerend-lintblauw/tokens.js +446 -531
- package/dist/uitvoerend-oranje/_variables.scss +21 -18
- package/dist/uitvoerend-oranje/index.css +21 -18
- package/dist/uitvoerend-oranje/index.d.ts +24 -19
- package/dist/uitvoerend-oranje/index.js +23 -20
- package/dist/uitvoerend-oranje/index.json +21 -19
- package/dist/uitvoerend-oranje/index.tokens.json +33 -31
- package/dist/uitvoerend-oranje/root.css +21 -18
- package/dist/uitvoerend-oranje/tokens.d.ts +31 -28
- package/dist/uitvoerend-oranje/tokens.js +446 -531
- package/dist/uitvoerend-paars/_variables.scss +21 -18
- package/dist/uitvoerend-paars/index.css +21 -18
- package/dist/uitvoerend-paars/index.d.ts +24 -19
- package/dist/uitvoerend-paars/index.js +23 -20
- package/dist/uitvoerend-paars/index.json +21 -19
- package/dist/uitvoerend-paars/index.tokens.json +33 -31
- package/dist/uitvoerend-paars/root.css +21 -18
- package/dist/uitvoerend-paars/tokens.d.ts +31 -28
- package/dist/uitvoerend-paars/tokens.js +446 -531
- package/dist/uitvoerend-robijnrood/_variables.scss +21 -18
- package/dist/uitvoerend-robijnrood/index.css +21 -18
- package/dist/uitvoerend-robijnrood/index.d.ts +24 -19
- package/dist/uitvoerend-robijnrood/index.js +23 -20
- package/dist/uitvoerend-robijnrood/index.json +21 -19
- package/dist/uitvoerend-robijnrood/index.tokens.json +33 -31
- package/dist/uitvoerend-robijnrood/root.css +21 -18
- package/dist/uitvoerend-robijnrood/tokens.d.ts +31 -28
- package/dist/uitvoerend-robijnrood/tokens.js +446 -531
- package/figma/figma.tokens.json +90 -171
- package/package.json +4 -3
- package/src/generated/base.tokens.json +89 -170
- package/src/generated/kern-lintblauw/tokens.json +89 -170
- package/src/generated/themes.json +623 -1190
- package/src/generated/uitvoerend-groen/tokens.json +89 -170
- package/src/generated/uitvoerend-hemelblauw/tokens.json +89 -170
- package/src/generated/uitvoerend-lintblauw/tokens.json +89 -170
- package/src/generated/uitvoerend-oranje/tokens.json +89 -170
- package/src/generated/uitvoerend-paars/tokens.json +89 -170
- package/src/generated/uitvoerend-robijnrood/tokens.json +89 -170
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:44 GMT
|
|
3
4
|
*/
|
|
4
5
|
|
|
5
6
|
module.exports = {
|
|
@@ -7,13 +8,11 @@ module.exports = {
|
|
|
7
8
|
"border-radius": {
|
|
8
9
|
round: {
|
|
9
10
|
key: "{rhc.border-radius.round}",
|
|
10
|
-
parent: "core/default",
|
|
11
11
|
$type: "dimension",
|
|
12
12
|
$value: "999px",
|
|
13
13
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
14
14
|
isSource: true,
|
|
15
15
|
original: {
|
|
16
|
-
parent: "core/default",
|
|
17
16
|
$type: "dimension",
|
|
18
17
|
$value: "999px",
|
|
19
18
|
key: "{rhc.border-radius.round}",
|
|
@@ -28,13 +27,11 @@ module.exports = {
|
|
|
28
27
|
},
|
|
29
28
|
none: {
|
|
30
29
|
key: "{rhc.border-radius.none}",
|
|
31
|
-
parent: "core/default",
|
|
32
30
|
$type: "dimension",
|
|
33
31
|
$value: "0px",
|
|
34
32
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
35
33
|
isSource: true,
|
|
36
34
|
original: {
|
|
37
|
-
parent: "core/default",
|
|
38
35
|
$type: "dimension",
|
|
39
36
|
$value: "0px",
|
|
40
37
|
key: "{rhc.border-radius.none}",
|
|
@@ -89,13 +86,11 @@ module.exports = {
|
|
|
89
86
|
"border-width": {
|
|
90
87
|
sm: {
|
|
91
88
|
key: "{rhc.border-width.sm}",
|
|
92
|
-
parent: "core/default",
|
|
93
89
|
$type: "dimension",
|
|
94
90
|
$value: "1px",
|
|
95
91
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
96
92
|
isSource: true,
|
|
97
93
|
original: {
|
|
98
|
-
parent: "core/default",
|
|
99
94
|
$type: "dimension",
|
|
100
95
|
$value: "1px",
|
|
101
96
|
key: "{rhc.border-width.sm}",
|
|
@@ -110,13 +105,11 @@ module.exports = {
|
|
|
110
105
|
},
|
|
111
106
|
md: {
|
|
112
107
|
key: "{rhc.border-width.md}",
|
|
113
|
-
parent: "core/default",
|
|
114
108
|
$type: "dimension",
|
|
115
109
|
$value: "2px",
|
|
116
110
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
117
111
|
isSource: true,
|
|
118
112
|
original: {
|
|
119
|
-
parent: "core/default",
|
|
120
113
|
$type: "dimension",
|
|
121
114
|
$value: "2px",
|
|
122
115
|
key: "{rhc.border-width.md}",
|
|
@@ -131,13 +124,11 @@ module.exports = {
|
|
|
131
124
|
},
|
|
132
125
|
none: {
|
|
133
126
|
key: "{rhc.border-width.none}",
|
|
134
|
-
parent: "core/default",
|
|
135
127
|
$type: "dimension",
|
|
136
128
|
$value: "0px",
|
|
137
129
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
138
130
|
isSource: true,
|
|
139
131
|
original: {
|
|
140
|
-
parent: "core/default",
|
|
141
132
|
$type: "dimension",
|
|
142
133
|
$value: "0px",
|
|
143
134
|
key: "{rhc.border-width.none}",
|
|
@@ -175,13 +166,11 @@ module.exports = {
|
|
|
175
166
|
},
|
|
176
167
|
100: {
|
|
177
168
|
key: "{rhc.color.cool-grey.100}",
|
|
178
|
-
parent: "core/default",
|
|
179
169
|
$type: "color",
|
|
180
170
|
$value: "#f1f5f9",
|
|
181
171
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
182
172
|
isSource: true,
|
|
183
173
|
original: {
|
|
184
|
-
parent: "core/default",
|
|
185
174
|
$type: "color",
|
|
186
175
|
$value: "#F1F5F9",
|
|
187
176
|
key: "{rhc.color.cool-grey.100}",
|
|
@@ -197,13 +186,11 @@ module.exports = {
|
|
|
197
186
|
},
|
|
198
187
|
200: {
|
|
199
188
|
key: "{rhc.color.cool-grey.200}",
|
|
200
|
-
parent: "core/default",
|
|
201
189
|
$type: "color",
|
|
202
190
|
$value: "#e2e8f0",
|
|
203
191
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
204
192
|
isSource: true,
|
|
205
193
|
original: {
|
|
206
|
-
parent: "core/default",
|
|
207
194
|
$type: "color",
|
|
208
195
|
$value: "#E2E8F0",
|
|
209
196
|
key: "{rhc.color.cool-grey.200}",
|
|
@@ -219,13 +206,11 @@ module.exports = {
|
|
|
219
206
|
},
|
|
220
207
|
300: {
|
|
221
208
|
key: "{rhc.color.cool-grey.300}",
|
|
222
|
-
parent: "core/default",
|
|
223
209
|
$type: "color",
|
|
224
210
|
$value: "#cbd5e1",
|
|
225
211
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
226
212
|
isSource: true,
|
|
227
213
|
original: {
|
|
228
|
-
parent: "core/default",
|
|
229
214
|
$type: "color",
|
|
230
215
|
$value: "#CBD5E1",
|
|
231
216
|
key: "{rhc.color.cool-grey.300}",
|
|
@@ -241,13 +226,11 @@ module.exports = {
|
|
|
241
226
|
},
|
|
242
227
|
400: {
|
|
243
228
|
key: "{rhc.color.cool-grey.400}",
|
|
244
|
-
parent: "core/default",
|
|
245
229
|
$type: "color",
|
|
246
230
|
$value: "#94a3b8",
|
|
247
231
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
248
232
|
isSource: true,
|
|
249
233
|
original: {
|
|
250
|
-
parent: "core/default",
|
|
251
234
|
$type: "color",
|
|
252
235
|
$value: "#94A3B8",
|
|
253
236
|
key: "{rhc.color.cool-grey.400}",
|
|
@@ -263,13 +246,11 @@ module.exports = {
|
|
|
263
246
|
},
|
|
264
247
|
500: {
|
|
265
248
|
key: "{rhc.color.cool-grey.500}",
|
|
266
|
-
parent: "core/default",
|
|
267
249
|
$type: "color",
|
|
268
250
|
$value: "#64748b",
|
|
269
251
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
270
252
|
isSource: true,
|
|
271
253
|
original: {
|
|
272
|
-
parent: "core/default",
|
|
273
254
|
$type: "color",
|
|
274
255
|
$value: "#64748B",
|
|
275
256
|
key: "{rhc.color.cool-grey.500}",
|
|
@@ -285,13 +266,11 @@ module.exports = {
|
|
|
285
266
|
},
|
|
286
267
|
600: {
|
|
287
268
|
key: "{rhc.color.cool-grey.600}",
|
|
288
|
-
parent: "core/default",
|
|
289
269
|
$type: "color",
|
|
290
270
|
$value: "#475569",
|
|
291
271
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
292
272
|
isSource: true,
|
|
293
273
|
original: {
|
|
294
|
-
parent: "core/default",
|
|
295
274
|
$type: "color",
|
|
296
275
|
$value: "#475569",
|
|
297
276
|
key: "{rhc.color.cool-grey.600}",
|
|
@@ -307,13 +286,11 @@ module.exports = {
|
|
|
307
286
|
},
|
|
308
287
|
700: {
|
|
309
288
|
key: "{rhc.color.cool-grey.700}",
|
|
310
|
-
parent: "core/default",
|
|
311
289
|
$type: "color",
|
|
312
290
|
$value: "#334155",
|
|
313
291
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
314
292
|
isSource: true,
|
|
315
293
|
original: {
|
|
316
|
-
parent: "core/default",
|
|
317
294
|
$type: "color",
|
|
318
295
|
$value: "#334155",
|
|
319
296
|
key: "{rhc.color.cool-grey.700}",
|
|
@@ -329,13 +306,11 @@ module.exports = {
|
|
|
329
306
|
},
|
|
330
307
|
800: {
|
|
331
308
|
key: "{rhc.color.cool-grey.800}",
|
|
332
|
-
parent: "core/default",
|
|
333
309
|
$type: "color",
|
|
334
310
|
$value: "#1e293b",
|
|
335
311
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
336
312
|
isSource: true,
|
|
337
313
|
original: {
|
|
338
|
-
parent: "core/default",
|
|
339
314
|
$type: "color",
|
|
340
315
|
$value: "#1E293B",
|
|
341
316
|
key: "{rhc.color.cool-grey.800}",
|
|
@@ -351,13 +326,11 @@ module.exports = {
|
|
|
351
326
|
},
|
|
352
327
|
900: {
|
|
353
328
|
key: "{rhc.color.cool-grey.900}",
|
|
354
|
-
parent: "core/default",
|
|
355
329
|
$type: "color",
|
|
356
330
|
$value: "#0f172a",
|
|
357
331
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
358
332
|
isSource: true,
|
|
359
333
|
original: {
|
|
360
|
-
parent: "core/default",
|
|
361
334
|
$type: "color",
|
|
362
335
|
$value: "#0F172A",
|
|
363
336
|
key: "{rhc.color.cool-grey.900}",
|
|
@@ -375,13 +348,11 @@ module.exports = {
|
|
|
375
348
|
lichtblauw: {
|
|
376
349
|
50: {
|
|
377
350
|
key: "{rhc.color.lichtblauw.50}",
|
|
378
|
-
parent: "core/default",
|
|
379
351
|
$type: "color",
|
|
380
352
|
$value: "#eef7fb",
|
|
381
353
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
382
354
|
isSource: true,
|
|
383
355
|
original: {
|
|
384
|
-
parent: "core/default",
|
|
385
356
|
$type: "color",
|
|
386
357
|
$value: "#eef7fb",
|
|
387
358
|
key: "{rhc.color.lichtblauw.50}",
|
|
@@ -397,13 +368,11 @@ module.exports = {
|
|
|
397
368
|
},
|
|
398
369
|
100: {
|
|
399
370
|
key: "{rhc.color.lichtblauw.100}",
|
|
400
|
-
parent: "core/default",
|
|
401
371
|
$type: "color",
|
|
402
372
|
$value: "#ddeff8",
|
|
403
373
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
404
374
|
isSource: true,
|
|
405
375
|
original: {
|
|
406
|
-
parent: "core/default",
|
|
407
376
|
$type: "color",
|
|
408
377
|
$value: "#ddeff8",
|
|
409
378
|
key: "{rhc.color.lichtblauw.100}",
|
|
@@ -479,13 +448,11 @@ module.exports = {
|
|
|
479
448
|
},
|
|
480
449
|
500: {
|
|
481
450
|
key: "{rhc.color.lichtblauw.500}",
|
|
482
|
-
parent: "core/default",
|
|
483
451
|
$type: "color",
|
|
484
452
|
$value: "#8fcae7",
|
|
485
453
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
486
454
|
isSource: true,
|
|
487
455
|
original: {
|
|
488
|
-
parent: "core/default",
|
|
489
456
|
$type: "color",
|
|
490
457
|
$value: "#8fcae7",
|
|
491
458
|
key: "{rhc.color.lichtblauw.500}",
|
|
@@ -503,13 +470,11 @@ module.exports = {
|
|
|
503
470
|
violet: {
|
|
504
471
|
50: {
|
|
505
472
|
key: "{rhc.color.violet.50}",
|
|
506
|
-
parent: "core/default",
|
|
507
473
|
$type: "color",
|
|
508
474
|
$value: "#f2d9e7",
|
|
509
475
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
510
476
|
isSource: true,
|
|
511
477
|
original: {
|
|
512
|
-
parent: "core/default",
|
|
513
478
|
$type: "color",
|
|
514
479
|
$value: "#f2d9e7",
|
|
515
480
|
key: "{rhc.color.violet.50}",
|
|
@@ -525,13 +490,11 @@ module.exports = {
|
|
|
525
490
|
},
|
|
526
491
|
100: {
|
|
527
492
|
key: "{rhc.color.violet.100}",
|
|
528
|
-
parent: "core/default",
|
|
529
493
|
$type: "color",
|
|
530
494
|
$value: "#e5b3d0",
|
|
531
495
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
532
496
|
isSource: true,
|
|
533
497
|
original: {
|
|
534
|
-
parent: "core/default",
|
|
535
498
|
$type: "color",
|
|
536
499
|
$value: "#e5b3d0",
|
|
537
500
|
key: "{rhc.color.violet.100}",
|
|
@@ -607,13 +570,11 @@ module.exports = {
|
|
|
607
570
|
},
|
|
608
571
|
500: {
|
|
609
572
|
key: "{rhc.color.violet.500}",
|
|
610
|
-
parent: "core/default",
|
|
611
573
|
$type: "color",
|
|
612
574
|
$value: "#a90061",
|
|
613
575
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
614
576
|
isSource: true,
|
|
615
577
|
original: {
|
|
616
|
-
parent: "core/default",
|
|
617
578
|
$type: "color",
|
|
618
579
|
$value: "#a90061",
|
|
619
580
|
key: "{rhc.color.violet.500}",
|
|
@@ -631,13 +592,11 @@ module.exports = {
|
|
|
631
592
|
paars: {
|
|
632
593
|
50: {
|
|
633
594
|
key: "{rhc.color.paars.50}",
|
|
634
|
-
parent: "core/default",
|
|
635
595
|
$type: "color",
|
|
636
596
|
$value: "#e3dce7",
|
|
637
597
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
638
598
|
isSource: true,
|
|
639
599
|
original: {
|
|
640
|
-
parent: "core/default",
|
|
641
600
|
$type: "color",
|
|
642
601
|
$value: "#e3dce7",
|
|
643
602
|
key: "{rhc.color.paars.50}",
|
|
@@ -653,13 +612,11 @@ module.exports = {
|
|
|
653
612
|
},
|
|
654
613
|
100: {
|
|
655
614
|
key: "{rhc.color.paars.100}",
|
|
656
|
-
parent: "core/default",
|
|
657
615
|
$type: "color",
|
|
658
616
|
$value: "#c6b9cf",
|
|
659
617
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
660
618
|
isSource: true,
|
|
661
619
|
original: {
|
|
662
|
-
parent: "core/default",
|
|
663
620
|
$type: "color",
|
|
664
621
|
$value: "#c6b9cf",
|
|
665
622
|
key: "{rhc.color.paars.100}",
|
|
@@ -715,13 +672,11 @@ module.exports = {
|
|
|
715
672
|
},
|
|
716
673
|
400: {
|
|
717
674
|
key: "{rhc.color.paars.400}",
|
|
718
|
-
parent: "core/default",
|
|
719
675
|
$type: "color",
|
|
720
676
|
$value: "#714f87",
|
|
721
677
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
722
678
|
isSource: true,
|
|
723
679
|
original: {
|
|
724
|
-
parent: "core/default",
|
|
725
680
|
$type: "color",
|
|
726
681
|
$value: "#714f87",
|
|
727
682
|
key: "{rhc.color.paars.400}",
|
|
@@ -737,13 +692,11 @@ module.exports = {
|
|
|
737
692
|
},
|
|
738
693
|
500: {
|
|
739
694
|
key: "{rhc.color.paars.500}",
|
|
740
|
-
parent: "core/default",
|
|
741
695
|
$type: "color",
|
|
742
696
|
$value: "#42145f",
|
|
743
697
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
744
698
|
isSource: true,
|
|
745
699
|
original: {
|
|
746
|
-
parent: "core/default",
|
|
747
700
|
$type: "color",
|
|
748
701
|
$value: "#42145f",
|
|
749
702
|
key: "{rhc.color.paars.500}",
|
|
@@ -761,13 +714,11 @@ module.exports = {
|
|
|
761
714
|
hemelblauw: {
|
|
762
715
|
50: {
|
|
763
716
|
key: "{rhc.color.hemelblauw.50}",
|
|
764
|
-
parent: "core/default",
|
|
765
717
|
$type: "color",
|
|
766
718
|
$value: "#d9ebf7",
|
|
767
719
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
768
720
|
isSource: true,
|
|
769
721
|
original: {
|
|
770
|
-
parent: "core/default",
|
|
771
722
|
$type: "color",
|
|
772
723
|
$value: "#d9ebf7",
|
|
773
724
|
key: "{rhc.color.hemelblauw.50}",
|
|
@@ -783,13 +734,11 @@ module.exports = {
|
|
|
783
734
|
},
|
|
784
735
|
100: {
|
|
785
736
|
key: "{rhc.color.hemelblauw.100}",
|
|
786
|
-
parent: "core/default",
|
|
787
737
|
$type: "color",
|
|
788
738
|
$value: "#b3d7ee",
|
|
789
739
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
790
740
|
isSource: true,
|
|
791
741
|
original: {
|
|
792
|
-
parent: "core/default",
|
|
793
742
|
$type: "color",
|
|
794
743
|
$value: "#b3d7ee",
|
|
795
744
|
key: "{rhc.color.hemelblauw.100}",
|
|
@@ -865,13 +814,11 @@ module.exports = {
|
|
|
865
814
|
},
|
|
866
815
|
500: {
|
|
867
816
|
key: "{rhc.color.hemelblauw.500}",
|
|
868
|
-
parent: "core/default",
|
|
869
817
|
$type: "color",
|
|
870
818
|
$value: "#007bc7",
|
|
871
819
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
872
820
|
isSource: true,
|
|
873
821
|
original: {
|
|
874
|
-
parent: "core/default",
|
|
875
822
|
$type: "color",
|
|
876
823
|
$value: "#007bc7",
|
|
877
824
|
key: "{rhc.color.hemelblauw.500}",
|
|
@@ -889,13 +836,11 @@ module.exports = {
|
|
|
889
836
|
donkerblauw: {
|
|
890
837
|
50: {
|
|
891
838
|
key: "{rhc.color.donkerblauw.50}",
|
|
892
|
-
parent: "core/default",
|
|
893
839
|
$type: "color",
|
|
894
840
|
$value: "#d9e8f0",
|
|
895
841
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
896
842
|
isSource: true,
|
|
897
843
|
original: {
|
|
898
|
-
parent: "core/default",
|
|
899
844
|
$type: "color",
|
|
900
845
|
$value: "#d9e8f0",
|
|
901
846
|
key: "{rhc.color.donkerblauw.50}",
|
|
@@ -911,13 +856,11 @@ module.exports = {
|
|
|
911
856
|
},
|
|
912
857
|
100: {
|
|
913
858
|
key: "{rhc.color.donkerblauw.100}",
|
|
914
|
-
parent: "core/default",
|
|
915
859
|
$type: "color",
|
|
916
860
|
$value: "#b3d2e1",
|
|
917
861
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
918
862
|
isSource: true,
|
|
919
863
|
original: {
|
|
920
|
-
parent: "core/default",
|
|
921
864
|
$type: "color",
|
|
922
865
|
$value: "#b3d2e1",
|
|
923
866
|
key: "{rhc.color.donkerblauw.100}",
|
|
@@ -993,13 +936,11 @@ module.exports = {
|
|
|
993
936
|
},
|
|
994
937
|
500: {
|
|
995
938
|
key: "{rhc.color.donkerblauw.500}",
|
|
996
|
-
parent: "core/default",
|
|
997
939
|
$type: "color",
|
|
998
940
|
$value: "#01689b",
|
|
999
941
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1000
942
|
isSource: true,
|
|
1001
943
|
original: {
|
|
1002
|
-
parent: "core/default",
|
|
1003
944
|
$type: "color",
|
|
1004
945
|
$value: "#01689b",
|
|
1005
946
|
key: "{rhc.color.donkerblauw.500}",
|
|
@@ -1017,13 +958,11 @@ module.exports = {
|
|
|
1017
958
|
mintgroen: {
|
|
1018
959
|
50: {
|
|
1019
960
|
key: "{rhc.color.mintgroen.50}",
|
|
1020
|
-
parent: "core/default",
|
|
1021
961
|
$type: "color",
|
|
1022
962
|
$value: "#eaf8f4",
|
|
1023
963
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1024
964
|
isSource: true,
|
|
1025
965
|
original: {
|
|
1026
|
-
parent: "core/default",
|
|
1027
966
|
$type: "color",
|
|
1028
967
|
$value: "#eaf8f4",
|
|
1029
968
|
key: "{rhc.color.mintgroen.50}",
|
|
@@ -1039,13 +978,11 @@ module.exports = {
|
|
|
1039
978
|
},
|
|
1040
979
|
100: {
|
|
1041
980
|
key: "{rhc.color.mintgroen.100}",
|
|
1042
|
-
parent: "core/default",
|
|
1043
981
|
$type: "color",
|
|
1044
982
|
$value: "#d6f2e9",
|
|
1045
983
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1046
984
|
isSource: true,
|
|
1047
985
|
original: {
|
|
1048
|
-
parent: "core/default",
|
|
1049
986
|
$type: "color",
|
|
1050
987
|
$value: "#d6f2e9",
|
|
1051
988
|
key: "{rhc.color.mintgroen.100}",
|
|
@@ -1121,13 +1058,11 @@ module.exports = {
|
|
|
1121
1058
|
},
|
|
1122
1059
|
500: {
|
|
1123
1060
|
key: "{rhc.color.mintgroen.500}",
|
|
1124
|
-
parent: "core/default",
|
|
1125
1061
|
$type: "color",
|
|
1126
1062
|
$value: "#76d2b6",
|
|
1127
1063
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1128
1064
|
isSource: true,
|
|
1129
1065
|
original: {
|
|
1130
|
-
parent: "core/default",
|
|
1131
1066
|
$type: "color",
|
|
1132
1067
|
$value: "#76d2b6",
|
|
1133
1068
|
key: "{rhc.color.mintgroen.500}",
|
|
@@ -1145,13 +1080,11 @@ module.exports = {
|
|
|
1145
1080
|
mosgroen: {
|
|
1146
1081
|
50: {
|
|
1147
1082
|
key: "{rhc.color.mosgroen.50}",
|
|
1148
|
-
parent: "core/default",
|
|
1149
1083
|
$type: "color",
|
|
1150
1084
|
$value: "#ebebd9",
|
|
1151
1085
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1152
1086
|
isSource: true,
|
|
1153
1087
|
original: {
|
|
1154
|
-
parent: "core/default",
|
|
1155
1088
|
$type: "color",
|
|
1156
1089
|
$value: "#ebebd9",
|
|
1157
1090
|
key: "{rhc.color.mosgroen.50}",
|
|
@@ -1167,13 +1100,11 @@ module.exports = {
|
|
|
1167
1100
|
},
|
|
1168
1101
|
100: {
|
|
1169
1102
|
key: "{rhc.color.mosgroen.100}",
|
|
1170
|
-
parent: "core/default",
|
|
1171
1103
|
$type: "color",
|
|
1172
1104
|
$value: "#d6d7b3",
|
|
1173
1105
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1174
1106
|
isSource: true,
|
|
1175
1107
|
original: {
|
|
1176
|
-
parent: "core/default",
|
|
1177
1108
|
$type: "color",
|
|
1178
1109
|
$value: "#d6d7b3",
|
|
1179
1110
|
key: "{rhc.color.mosgroen.100}",
|
|
@@ -1249,13 +1180,11 @@ module.exports = {
|
|
|
1249
1180
|
},
|
|
1250
1181
|
500: {
|
|
1251
1182
|
key: "{rhc.color.mosgroen.500}",
|
|
1252
|
-
parent: "core/default",
|
|
1253
1183
|
$type: "color",
|
|
1254
1184
|
$value: "#777b00",
|
|
1255
1185
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1256
1186
|
isSource: true,
|
|
1257
1187
|
original: {
|
|
1258
|
-
parent: "core/default",
|
|
1259
1188
|
$type: "color",
|
|
1260
1189
|
$value: "#777b00",
|
|
1261
1190
|
key: "{rhc.color.mosgroen.500}",
|
|
@@ -1273,13 +1202,11 @@ module.exports = {
|
|
|
1273
1202
|
groen: {
|
|
1274
1203
|
50: {
|
|
1275
1204
|
key: "{rhc.color.groen.50}",
|
|
1276
|
-
parent: "core/default",
|
|
1277
1205
|
$type: "color",
|
|
1278
1206
|
$value: "#e1eddb",
|
|
1279
1207
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1280
1208
|
isSource: true,
|
|
1281
1209
|
original: {
|
|
1282
|
-
parent: "core/default",
|
|
1283
1210
|
$type: "color",
|
|
1284
1211
|
$value: "#e1eddb",
|
|
1285
1212
|
key: "{rhc.color.groen.50}",
|
|
@@ -1295,13 +1222,11 @@ module.exports = {
|
|
|
1295
1222
|
},
|
|
1296
1223
|
100: {
|
|
1297
1224
|
key: "{rhc.color.groen.100}",
|
|
1298
|
-
parent: "core/default",
|
|
1299
1225
|
$type: "color",
|
|
1300
1226
|
$value: "#c4dbb6",
|
|
1301
1227
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1302
1228
|
isSource: true,
|
|
1303
1229
|
original: {
|
|
1304
|
-
parent: "core/default",
|
|
1305
1230
|
$type: "color",
|
|
1306
1231
|
$value: "#c4dbb6",
|
|
1307
1232
|
key: "{rhc.color.groen.100}",
|
|
@@ -1377,13 +1302,11 @@ module.exports = {
|
|
|
1377
1302
|
},
|
|
1378
1303
|
500: {
|
|
1379
1304
|
key: "{rhc.color.groen.500}",
|
|
1380
|
-
parent: "core/default",
|
|
1381
1305
|
$type: "color",
|
|
1382
1306
|
$value: "#39870c",
|
|
1383
1307
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1384
1308
|
isSource: true,
|
|
1385
1309
|
original: {
|
|
1386
|
-
parent: "core/default",
|
|
1387
1310
|
$type: "color",
|
|
1388
1311
|
$value: "#39870c",
|
|
1389
1312
|
key: "{rhc.color.groen.500}",
|
|
@@ -1401,13 +1324,11 @@ module.exports = {
|
|
|
1401
1324
|
donkergroen: {
|
|
1402
1325
|
50: {
|
|
1403
1326
|
key: "{rhc.color.donkergroen.50}",
|
|
1404
|
-
parent: "core/default",
|
|
1405
1327
|
$type: "color",
|
|
1406
1328
|
$value: "#dfe6e1",
|
|
1407
1329
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1408
1330
|
isSource: true,
|
|
1409
1331
|
original: {
|
|
1410
|
-
parent: "core/default",
|
|
1411
1332
|
$type: "color",
|
|
1412
1333
|
$value: "#dfe6e1",
|
|
1413
1334
|
key: "{rhc.color.donkergroen.50}",
|
|
@@ -1423,13 +1344,11 @@ module.exports = {
|
|
|
1423
1344
|
},
|
|
1424
1345
|
100: {
|
|
1425
1346
|
key: "{rhc.color.donkergroen.100}",
|
|
1426
|
-
parent: "core/default",
|
|
1427
1347
|
$type: "color",
|
|
1428
1348
|
$value: "#becdc3",
|
|
1429
1349
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1430
1350
|
isSource: true,
|
|
1431
1351
|
original: {
|
|
1432
|
-
parent: "core/default",
|
|
1433
1352
|
$type: "color",
|
|
1434
1353
|
$value: "#becdc3",
|
|
1435
1354
|
key: "{rhc.color.donkergroen.100}",
|
|
@@ -1505,13 +1424,11 @@ module.exports = {
|
|
|
1505
1424
|
},
|
|
1506
1425
|
500: {
|
|
1507
1426
|
key: "{rhc.color.donkergroen.500}",
|
|
1508
|
-
parent: "core/default",
|
|
1509
1427
|
$type: "color",
|
|
1510
1428
|
$value: "#275937",
|
|
1511
1429
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1512
1430
|
isSource: true,
|
|
1513
1431
|
original: {
|
|
1514
|
-
parent: "core/default",
|
|
1515
1432
|
$type: "color",
|
|
1516
1433
|
$value: "#275937",
|
|
1517
1434
|
key: "{rhc.color.donkergroen.500}",
|
|
@@ -1529,13 +1446,11 @@ module.exports = {
|
|
|
1529
1446
|
bruin: {
|
|
1530
1447
|
50: {
|
|
1531
1448
|
key: "{rhc.color.bruin.50}",
|
|
1532
|
-
parent: "core/default",
|
|
1533
1449
|
$type: "color",
|
|
1534
1450
|
$value: "#efeada",
|
|
1535
1451
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1536
1452
|
isSource: true,
|
|
1537
1453
|
original: {
|
|
1538
|
-
parent: "core/default",
|
|
1539
1454
|
$type: "color",
|
|
1540
1455
|
$value: "#efeada",
|
|
1541
1456
|
key: "{rhc.color.bruin.50}",
|
|
@@ -1551,13 +1466,11 @@ module.exports = {
|
|
|
1551
1466
|
},
|
|
1552
1467
|
100: {
|
|
1553
1468
|
key: "{rhc.color.bruin.100}",
|
|
1554
|
-
parent: "core/default",
|
|
1555
1469
|
$type: "color",
|
|
1556
1470
|
$value: "#dfd4b6",
|
|
1557
1471
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1558
1472
|
isSource: true,
|
|
1559
1473
|
original: {
|
|
1560
|
-
parent: "core/default",
|
|
1561
1474
|
$type: "color",
|
|
1562
1475
|
$value: "#dfd4b6",
|
|
1563
1476
|
key: "{rhc.color.bruin.100}",
|
|
@@ -1633,13 +1546,11 @@ module.exports = {
|
|
|
1633
1546
|
},
|
|
1634
1547
|
500: {
|
|
1635
1548
|
key: "{rhc.color.bruin.500}",
|
|
1636
|
-
parent: "core/default",
|
|
1637
1549
|
$type: "color",
|
|
1638
1550
|
$value: "#94710a",
|
|
1639
1551
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1640
1552
|
isSource: true,
|
|
1641
1553
|
original: {
|
|
1642
|
-
parent: "core/default",
|
|
1643
1554
|
$type: "color",
|
|
1644
1555
|
$value: "#94710a",
|
|
1645
1556
|
key: "{rhc.color.bruin.500}",
|
|
@@ -1657,13 +1568,11 @@ module.exports = {
|
|
|
1657
1568
|
donkerbruin: {
|
|
1658
1569
|
50: {
|
|
1659
1570
|
key: "{rhc.color.donkerbruin.50}",
|
|
1660
|
-
parent: "core/default",
|
|
1661
1571
|
$type: "color",
|
|
1662
1572
|
$value: "#e8e0df",
|
|
1663
1573
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1664
1574
|
isSource: true,
|
|
1665
1575
|
original: {
|
|
1666
|
-
parent: "core/default",
|
|
1667
1576
|
$type: "color",
|
|
1668
1577
|
$value: "#e8e0df",
|
|
1669
1578
|
key: "{rhc.color.donkerbruin.50}",
|
|
@@ -1679,13 +1588,11 @@ module.exports = {
|
|
|
1679
1588
|
},
|
|
1680
1589
|
100: {
|
|
1681
1590
|
key: "{rhc.color.donkerbruin.100}",
|
|
1682
|
-
parent: "core/default",
|
|
1683
1591
|
$type: "color",
|
|
1684
1592
|
$value: "#d1c2be",
|
|
1685
1593
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1686
1594
|
isSource: true,
|
|
1687
1595
|
original: {
|
|
1688
|
-
parent: "core/default",
|
|
1689
1596
|
$type: "color",
|
|
1690
1597
|
$value: "#d1c2be",
|
|
1691
1598
|
key: "{rhc.color.donkerbruin.100}",
|
|
@@ -1761,13 +1668,11 @@ module.exports = {
|
|
|
1761
1668
|
},
|
|
1762
1669
|
500: {
|
|
1763
1670
|
key: "{rhc.color.donkerbruin.500}",
|
|
1764
|
-
parent: "core/default",
|
|
1765
1671
|
$type: "color",
|
|
1766
1672
|
$value: "#673327",
|
|
1767
1673
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1768
1674
|
isSource: true,
|
|
1769
1675
|
original: {
|
|
1770
|
-
parent: "core/default",
|
|
1771
1676
|
$type: "color",
|
|
1772
1677
|
$value: "#673327",
|
|
1773
1678
|
key: "{rhc.color.donkerbruin.500}",
|
|
@@ -1785,13 +1690,11 @@ module.exports = {
|
|
|
1785
1690
|
geel: {
|
|
1786
1691
|
50: {
|
|
1787
1692
|
key: "{rhc.color.geel.50}",
|
|
1788
|
-
parent: "core/default",
|
|
1789
1693
|
$type: "color",
|
|
1790
1694
|
$value: "#fefbdd",
|
|
1791
1695
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1792
1696
|
isSource: true,
|
|
1793
1697
|
original: {
|
|
1794
|
-
parent: "core/default",
|
|
1795
1698
|
$type: "color",
|
|
1796
1699
|
$value: "#fefbdd",
|
|
1797
1700
|
key: "{rhc.color.geel.50}",
|
|
@@ -1807,13 +1710,11 @@ module.exports = {
|
|
|
1807
1710
|
},
|
|
1808
1711
|
100: {
|
|
1809
1712
|
key: "{rhc.color.geel.100}",
|
|
1810
|
-
parent: "core/default",
|
|
1811
1713
|
$type: "color",
|
|
1812
1714
|
$value: "#fdf6bc",
|
|
1813
1715
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1814
1716
|
isSource: true,
|
|
1815
1717
|
original: {
|
|
1816
|
-
parent: "core/default",
|
|
1817
1718
|
$type: "color",
|
|
1818
1719
|
$value: "#fdf6bc",
|
|
1819
1720
|
key: "{rhc.color.geel.100}",
|
|
@@ -1889,13 +1790,11 @@ module.exports = {
|
|
|
1889
1790
|
},
|
|
1890
1791
|
500: {
|
|
1891
1792
|
key: "{rhc.color.geel.500}",
|
|
1892
|
-
parent: "core/default",
|
|
1893
1793
|
$type: "color",
|
|
1894
1794
|
$value: "#f9e11e",
|
|
1895
1795
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1896
1796
|
isSource: true,
|
|
1897
1797
|
original: {
|
|
1898
|
-
parent: "core/default",
|
|
1899
1798
|
$type: "color",
|
|
1900
1799
|
$value: "#f9e11e",
|
|
1901
1800
|
key: "{rhc.color.geel.500}",
|
|
@@ -1913,13 +1812,11 @@ module.exports = {
|
|
|
1913
1812
|
donkergeel: {
|
|
1914
1813
|
50: {
|
|
1915
1814
|
key: "{rhc.color.donkergeel.50}",
|
|
1916
|
-
parent: "core/default",
|
|
1917
1815
|
$type: "color",
|
|
1918
1816
|
$value: "#fff4db",
|
|
1919
1817
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1920
1818
|
isSource: true,
|
|
1921
1819
|
original: {
|
|
1922
|
-
parent: "core/default",
|
|
1923
1820
|
$type: "color",
|
|
1924
1821
|
$value: "#fff4db",
|
|
1925
1822
|
key: "{rhc.color.donkergeel.50}",
|
|
@@ -1935,13 +1832,11 @@ module.exports = {
|
|
|
1935
1832
|
},
|
|
1936
1833
|
100: {
|
|
1937
1834
|
key: "{rhc.color.donkergeel.100}",
|
|
1938
|
-
parent: "core/default",
|
|
1939
1835
|
$type: "color",
|
|
1940
1836
|
$value: "#ffe9b8",
|
|
1941
1837
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
1942
1838
|
isSource: true,
|
|
1943
1839
|
original: {
|
|
1944
|
-
parent: "core/default",
|
|
1945
1840
|
$type: "color",
|
|
1946
1841
|
$value: "#ffe9b8",
|
|
1947
1842
|
key: "{rhc.color.donkergeel.100}",
|
|
@@ -2017,13 +1912,11 @@ module.exports = {
|
|
|
2017
1912
|
},
|
|
2018
1913
|
500: {
|
|
2019
1914
|
key: "{rhc.color.donkergeel.500}",
|
|
2020
|
-
parent: "core/default",
|
|
2021
1915
|
$type: "color",
|
|
2022
1916
|
$value: "#ffb612",
|
|
2023
1917
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2024
1918
|
isSource: true,
|
|
2025
1919
|
original: {
|
|
2026
|
-
parent: "core/default",
|
|
2027
1920
|
$type: "color",
|
|
2028
1921
|
$value: "#ffb612",
|
|
2029
1922
|
key: "{rhc.color.donkergeel.500}",
|
|
@@ -2041,13 +1934,11 @@ module.exports = {
|
|
|
2041
1934
|
oranje: {
|
|
2042
1935
|
50: {
|
|
2043
1936
|
key: "{rhc.color.oranje.50}",
|
|
2044
|
-
parent: "core/default",
|
|
2045
1937
|
$type: "color",
|
|
2046
1938
|
$value: "#fbead9",
|
|
2047
1939
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2048
1940
|
isSource: true,
|
|
2049
1941
|
original: {
|
|
2050
|
-
parent: "core/default",
|
|
2051
1942
|
$type: "color",
|
|
2052
1943
|
$value: "#fbead9",
|
|
2053
1944
|
key: "{rhc.color.oranje.50}",
|
|
@@ -2063,13 +1954,11 @@ module.exports = {
|
|
|
2063
1954
|
},
|
|
2064
1955
|
100: {
|
|
2065
1956
|
key: "{rhc.color.oranje.100}",
|
|
2066
|
-
parent: "core/default",
|
|
2067
1957
|
$type: "color",
|
|
2068
1958
|
$value: "#f6d4b3",
|
|
2069
1959
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2070
1960
|
isSource: true,
|
|
2071
1961
|
original: {
|
|
2072
|
-
parent: "core/default",
|
|
2073
1962
|
$type: "color",
|
|
2074
1963
|
$value: "#f6d4b3",
|
|
2075
1964
|
key: "{rhc.color.oranje.100}",
|
|
@@ -2145,13 +2034,11 @@ module.exports = {
|
|
|
2145
2034
|
},
|
|
2146
2035
|
500: {
|
|
2147
2036
|
key: "{rhc.color.oranje.500}",
|
|
2148
|
-
parent: "core/default",
|
|
2149
2037
|
$type: "color",
|
|
2150
2038
|
$value: "#e17000",
|
|
2151
2039
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2152
2040
|
isSource: true,
|
|
2153
2041
|
original: {
|
|
2154
|
-
parent: "core/default",
|
|
2155
2042
|
$type: "color",
|
|
2156
2043
|
$value: "#e17000",
|
|
2157
2044
|
key: "{rhc.color.oranje.500}",
|
|
@@ -2169,13 +2056,11 @@ module.exports = {
|
|
|
2169
2056
|
rood: {
|
|
2170
2057
|
50: {
|
|
2171
2058
|
key: "{rhc.color.rood.50}",
|
|
2172
|
-
parent: "core/default",
|
|
2173
2059
|
$type: "color",
|
|
2174
2060
|
$value: "#f9dfdd",
|
|
2175
2061
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2176
2062
|
isSource: true,
|
|
2177
2063
|
original: {
|
|
2178
|
-
parent: "core/default",
|
|
2179
2064
|
$type: "color",
|
|
2180
2065
|
$value: "#f9dfdd",
|
|
2181
2066
|
key: "{rhc.color.rood.50}",
|
|
@@ -2191,13 +2076,11 @@ module.exports = {
|
|
|
2191
2076
|
},
|
|
2192
2077
|
100: {
|
|
2193
2078
|
key: "{rhc.color.rood.100}",
|
|
2194
|
-
parent: "core/default",
|
|
2195
2079
|
$type: "color",
|
|
2196
2080
|
$value: "#f2bfbc",
|
|
2197
2081
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2198
2082
|
isSource: true,
|
|
2199
2083
|
original: {
|
|
2200
|
-
parent: "core/default",
|
|
2201
2084
|
$type: "color",
|
|
2202
2085
|
$value: "#f2bfbc",
|
|
2203
2086
|
key: "{rhc.color.rood.100}",
|
|
@@ -2273,13 +2156,11 @@ module.exports = {
|
|
|
2273
2156
|
},
|
|
2274
2157
|
500: {
|
|
2275
2158
|
key: "{rhc.color.rood.500}",
|
|
2276
|
-
parent: "core/default",
|
|
2277
2159
|
$type: "color",
|
|
2278
2160
|
$value: "#d52b1e",
|
|
2279
2161
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2280
2162
|
isSource: true,
|
|
2281
2163
|
original: {
|
|
2282
|
-
parent: "core/default",
|
|
2283
2164
|
$type: "color",
|
|
2284
2165
|
$value: "#d52b1e",
|
|
2285
2166
|
key: "{rhc.color.rood.500}",
|
|
@@ -2297,13 +2178,11 @@ module.exports = {
|
|
|
2297
2178
|
roze: {
|
|
2298
2179
|
50: {
|
|
2299
2180
|
key: "{rhc.color.roze.50}",
|
|
2300
|
-
parent: "core/default",
|
|
2301
2181
|
$type: "color",
|
|
2302
2182
|
$value: "#fdeff8",
|
|
2303
2183
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2304
2184
|
isSource: true,
|
|
2305
2185
|
original: {
|
|
2306
|
-
parent: "core/default",
|
|
2307
2186
|
$type: "color",
|
|
2308
2187
|
$value: "#fdeff8",
|
|
2309
2188
|
key: "{rhc.color.roze.50}",
|
|
@@ -2319,13 +2198,11 @@ module.exports = {
|
|
|
2319
2198
|
},
|
|
2320
2199
|
100: {
|
|
2321
2200
|
key: "{rhc.color.roze.100}",
|
|
2322
|
-
parent: "core/default",
|
|
2323
2201
|
$type: "color",
|
|
2324
2202
|
$value: "#fbdef0",
|
|
2325
2203
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2326
2204
|
isSource: true,
|
|
2327
2205
|
original: {
|
|
2328
|
-
parent: "core/default",
|
|
2329
2206
|
$type: "color",
|
|
2330
2207
|
$value: "#fbdef0",
|
|
2331
2208
|
key: "{rhc.color.roze.100}",
|
|
@@ -2401,13 +2278,11 @@ module.exports = {
|
|
|
2401
2278
|
},
|
|
2402
2279
|
500: {
|
|
2403
2280
|
key: "{rhc.color.roze.500}",
|
|
2404
|
-
parent: "core/default",
|
|
2405
2281
|
$type: "color",
|
|
2406
2282
|
$value: "#f092cd",
|
|
2407
2283
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2408
2284
|
isSource: true,
|
|
2409
2285
|
original: {
|
|
2410
|
-
parent: "core/default",
|
|
2411
2286
|
$type: "color",
|
|
2412
2287
|
$value: "#f092cd",
|
|
2413
2288
|
key: "{rhc.color.roze.500}",
|
|
@@ -2425,13 +2300,11 @@ module.exports = {
|
|
|
2425
2300
|
robijnrood: {
|
|
2426
2301
|
50: {
|
|
2427
2302
|
key: "{rhc.color.robijnrood.50}",
|
|
2428
|
-
parent: "core/default",
|
|
2429
2303
|
$type: "color",
|
|
2430
2304
|
$value: "#f7d9e7",
|
|
2431
2305
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2432
2306
|
isSource: true,
|
|
2433
2307
|
original: {
|
|
2434
|
-
parent: "core/default",
|
|
2435
2308
|
$type: "color",
|
|
2436
2309
|
$value: "#f7d9e7",
|
|
2437
2310
|
key: "{rhc.color.robijnrood.50}",
|
|
@@ -2447,13 +2320,11 @@ module.exports = {
|
|
|
2447
2320
|
},
|
|
2448
2321
|
100: {
|
|
2449
2322
|
key: "{rhc.color.robijnrood.100}",
|
|
2450
|
-
parent: "core/default",
|
|
2451
2323
|
$type: "color",
|
|
2452
2324
|
$value: "#efb3ce",
|
|
2453
2325
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2454
2326
|
isSource: true,
|
|
2455
2327
|
original: {
|
|
2456
|
-
parent: "core/default",
|
|
2457
2328
|
$type: "color",
|
|
2458
2329
|
$value: "#efb3ce",
|
|
2459
2330
|
key: "{rhc.color.robijnrood.100}",
|
|
@@ -2529,13 +2400,11 @@ module.exports = {
|
|
|
2529
2400
|
},
|
|
2530
2401
|
500: {
|
|
2531
2402
|
key: "{rhc.color.robijnrood.500}",
|
|
2532
|
-
parent: "core/default",
|
|
2533
2403
|
$type: "color",
|
|
2534
2404
|
$value: "#ca005d",
|
|
2535
2405
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2536
2406
|
isSource: true,
|
|
2537
2407
|
original: {
|
|
2538
|
-
parent: "core/default",
|
|
2539
2408
|
$type: "color",
|
|
2540
2409
|
$value: "#ca005d",
|
|
2541
2410
|
key: "{rhc.color.robijnrood.500}",
|
|
@@ -2653,13 +2522,11 @@ module.exports = {
|
|
|
2653
2522
|
},
|
|
2654
2523
|
500: {
|
|
2655
2524
|
key: "{rhc.color.lintblauw.500}",
|
|
2656
|
-
parent: "core/default",
|
|
2657
2525
|
$type: "color",
|
|
2658
2526
|
$value: "#154273",
|
|
2659
2527
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2660
2528
|
isSource: true,
|
|
2661
2529
|
original: {
|
|
2662
|
-
parent: "core/default",
|
|
2663
2530
|
$type: "color",
|
|
2664
2531
|
$value: "#154273",
|
|
2665
2532
|
key: "{rhc.color.lintblauw.500}",
|
|
@@ -2754,13 +2621,11 @@ module.exports = {
|
|
|
2754
2621
|
},
|
|
2755
2622
|
subtle: {
|
|
2756
2623
|
key: "{rhc.color.foreground.subtle}",
|
|
2757
|
-
parent: "mode/light",
|
|
2758
2624
|
$type: "color",
|
|
2759
2625
|
$value: "#334155",
|
|
2760
2626
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2761
2627
|
isSource: true,
|
|
2762
2628
|
original: {
|
|
2763
|
-
parent: "mode/light",
|
|
2764
2629
|
$type: "color",
|
|
2765
2630
|
$value: "{rhc.color.cool-grey.700}",
|
|
2766
2631
|
key: "{rhc.color.foreground.subtle}",
|
|
@@ -2838,13 +2703,11 @@ module.exports = {
|
|
|
2838
2703
|
border: {
|
|
2839
2704
|
default: {
|
|
2840
2705
|
key: "{rhc.color.border.default}",
|
|
2841
|
-
parent: "mode/light",
|
|
2842
2706
|
$type: "color",
|
|
2843
2707
|
$value: "#64748b",
|
|
2844
2708
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2845
2709
|
isSource: true,
|
|
2846
2710
|
original: {
|
|
2847
|
-
parent: "mode/light",
|
|
2848
2711
|
$type: "color",
|
|
2849
2712
|
$value: "{rhc.color.cool-grey.500}",
|
|
2850
2713
|
key: "{rhc.color.border.default}",
|
|
@@ -2860,13 +2723,11 @@ module.exports = {
|
|
|
2860
2723
|
},
|
|
2861
2724
|
subtle: {
|
|
2862
2725
|
key: "{rhc.color.border.subtle}",
|
|
2863
|
-
parent: "mode/light",
|
|
2864
2726
|
$type: "color",
|
|
2865
2727
|
$value: "#94a3b8",
|
|
2866
2728
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2867
2729
|
isSource: true,
|
|
2868
2730
|
original: {
|
|
2869
|
-
parent: "mode/light",
|
|
2870
2731
|
$type: "color",
|
|
2871
2732
|
$value: "{rhc.color.cool-grey.400}",
|
|
2872
2733
|
key: "{rhc.color.border.subtle}",
|
|
@@ -2882,13 +2743,11 @@ module.exports = {
|
|
|
2882
2743
|
},
|
|
2883
2744
|
strong: {
|
|
2884
2745
|
key: "{rhc.color.border.strong}",
|
|
2885
|
-
parent: "mode/light",
|
|
2886
2746
|
$type: "color",
|
|
2887
2747
|
$value: "#0f172a",
|
|
2888
2748
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2889
2749
|
isSource: true,
|
|
2890
2750
|
original: {
|
|
2891
|
-
parent: "mode/light",
|
|
2892
2751
|
$type: "color",
|
|
2893
2752
|
$value: "{rhc.color.foreground.default}",
|
|
2894
2753
|
key: "{rhc.color.border.strong}",
|
|
@@ -2905,13 +2764,11 @@ module.exports = {
|
|
|
2905
2764
|
},
|
|
2906
2765
|
"bg-document": {
|
|
2907
2766
|
key: "{rhc.color.bg-document}",
|
|
2908
|
-
parent: "mode/light",
|
|
2909
2767
|
$type: "color",
|
|
2910
2768
|
$value: "#ffffff",
|
|
2911
2769
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2912
2770
|
isSource: true,
|
|
2913
2771
|
original: {
|
|
2914
|
-
parent: "mode/light",
|
|
2915
2772
|
$type: "color",
|
|
2916
2773
|
$value: "{rhc.color.wit}",
|
|
2917
2774
|
key: "{rhc.color.bg-document}",
|
|
@@ -2927,13 +2784,11 @@ module.exports = {
|
|
|
2927
2784
|
positive: {
|
|
2928
2785
|
default: {
|
|
2929
2786
|
key: "{rhc.color.positive.default}",
|
|
2930
|
-
parent: "mode/light",
|
|
2931
2787
|
$type: "color",
|
|
2932
2788
|
$value: "#39870c",
|
|
2933
2789
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2934
2790
|
isSource: true,
|
|
2935
2791
|
original: {
|
|
2936
|
-
parent: "mode/light",
|
|
2937
2792
|
$type: "color",
|
|
2938
2793
|
$value: "{rhc.color.groen.500}",
|
|
2939
2794
|
key: "{rhc.color.positive.default}",
|
|
@@ -2949,13 +2804,11 @@ module.exports = {
|
|
|
2949
2804
|
},
|
|
2950
2805
|
subtle: {
|
|
2951
2806
|
key: "{rhc.color.positive.subtle}",
|
|
2952
|
-
parent: "mode/light",
|
|
2953
2807
|
$type: "color",
|
|
2954
2808
|
$value: "#e1eddb",
|
|
2955
2809
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2956
2810
|
isSource: true,
|
|
2957
2811
|
original: {
|
|
2958
|
-
parent: "mode/light",
|
|
2959
2812
|
$type: "color",
|
|
2960
2813
|
$value: "{rhc.color.groen.50}",
|
|
2961
2814
|
key: "{rhc.color.positive.subtle}",
|
|
@@ -2973,13 +2826,11 @@ module.exports = {
|
|
|
2973
2826
|
info: {
|
|
2974
2827
|
default: {
|
|
2975
2828
|
key: "{rhc.color.info.default}",
|
|
2976
|
-
parent: "mode/light",
|
|
2977
2829
|
$type: "color",
|
|
2978
2830
|
$value: "#007bc7",
|
|
2979
2831
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
2980
2832
|
isSource: true,
|
|
2981
2833
|
original: {
|
|
2982
|
-
parent: "mode/light",
|
|
2983
2834
|
$type: "color",
|
|
2984
2835
|
$value: "{rhc.color.hemelblauw.500}",
|
|
2985
2836
|
key: "{rhc.color.info.default}",
|
|
@@ -2995,13 +2846,11 @@ module.exports = {
|
|
|
2995
2846
|
},
|
|
2996
2847
|
subtle: {
|
|
2997
2848
|
key: "{rhc.color.info.subtle}",
|
|
2998
|
-
parent: "mode/light",
|
|
2999
2849
|
$type: "color",
|
|
3000
2850
|
$value: "#d9ebf7",
|
|
3001
2851
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3002
2852
|
isSource: true,
|
|
3003
2853
|
original: {
|
|
3004
|
-
parent: "mode/light",
|
|
3005
2854
|
$type: "color",
|
|
3006
2855
|
$value: "{rhc.color.hemelblauw.50}",
|
|
3007
2856
|
key: "{rhc.color.info.subtle}",
|
|
@@ -3019,13 +2868,11 @@ module.exports = {
|
|
|
3019
2868
|
negative: {
|
|
3020
2869
|
default: {
|
|
3021
2870
|
key: "{rhc.color.negative.default}",
|
|
3022
|
-
parent: "mode/light",
|
|
3023
2871
|
$type: "color",
|
|
3024
2872
|
$value: "#d52b1e",
|
|
3025
2873
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3026
2874
|
isSource: true,
|
|
3027
2875
|
original: {
|
|
3028
|
-
parent: "mode/light",
|
|
3029
2876
|
$type: "color",
|
|
3030
2877
|
$value: "{rhc.color.rood.500}",
|
|
3031
2878
|
key: "{rhc.color.negative.default}",
|
|
@@ -3041,13 +2888,11 @@ module.exports = {
|
|
|
3041
2888
|
},
|
|
3042
2889
|
subtle: {
|
|
3043
2890
|
key: "{rhc.color.negative.subtle}",
|
|
3044
|
-
parent: "mode/light",
|
|
3045
2891
|
$type: "color",
|
|
3046
2892
|
$value: "#f9dfdd",
|
|
3047
2893
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3048
2894
|
isSource: true,
|
|
3049
2895
|
original: {
|
|
3050
|
-
parent: "mode/light",
|
|
3051
2896
|
$type: "color",
|
|
3052
2897
|
$value: "{rhc.color.rood.50}",
|
|
3053
2898
|
key: "{rhc.color.negative.subtle}",
|
|
@@ -3065,13 +2910,11 @@ module.exports = {
|
|
|
3065
2910
|
warning: {
|
|
3066
2911
|
default: {
|
|
3067
2912
|
key: "{rhc.color.warning.default}",
|
|
3068
|
-
parent: "mode/light",
|
|
3069
2913
|
$type: "color",
|
|
3070
2914
|
$value: "#ffb612",
|
|
3071
2915
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3072
2916
|
isSource: true,
|
|
3073
2917
|
original: {
|
|
3074
|
-
parent: "mode/light",
|
|
3075
2918
|
$type: "color",
|
|
3076
2919
|
$value: "{rhc.color.donkergeel.500}",
|
|
3077
2920
|
key: "{rhc.color.warning.default}",
|
|
@@ -3087,13 +2930,11 @@ module.exports = {
|
|
|
3087
2930
|
},
|
|
3088
2931
|
subtle: {
|
|
3089
2932
|
key: "{rhc.color.warning.subtle}",
|
|
3090
|
-
parent: "mode/light",
|
|
3091
2933
|
$type: "color",
|
|
3092
2934
|
$value: "#fff4db",
|
|
3093
2935
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3094
2936
|
isSource: true,
|
|
3095
2937
|
original: {
|
|
3096
|
-
parent: "mode/light",
|
|
3097
2938
|
$type: "color",
|
|
3098
2939
|
$value: "{rhc.color.donkergeel.50}",
|
|
3099
2940
|
key: "{rhc.color.warning.subtle}",
|
|
@@ -3420,13 +3261,11 @@ module.exports = {
|
|
|
3420
3261
|
space: {
|
|
3421
3262
|
0: {
|
|
3422
3263
|
key: "{rhc.space.0}",
|
|
3423
|
-
parent: "core/default",
|
|
3424
3264
|
$type: "dimension",
|
|
3425
3265
|
$value: "0rem",
|
|
3426
3266
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3427
3267
|
isSource: true,
|
|
3428
3268
|
original: {
|
|
3429
|
-
parent: "core/default",
|
|
3430
3269
|
$type: "dimension",
|
|
3431
3270
|
$value: "0rem",
|
|
3432
3271
|
key: "{rhc.space.0}",
|
|
@@ -3441,13 +3280,11 @@ module.exports = {
|
|
|
3441
3280
|
},
|
|
3442
3281
|
25: {
|
|
3443
3282
|
key: "{rhc.space.25}",
|
|
3444
|
-
parent: "core/default",
|
|
3445
3283
|
$type: "dimension",
|
|
3446
3284
|
$value: "0.125rem",
|
|
3447
3285
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3448
3286
|
isSource: true,
|
|
3449
3287
|
original: {
|
|
3450
|
-
parent: "core/default",
|
|
3451
3288
|
$type: "dimension",
|
|
3452
3289
|
$value: "0.25 * 0.5rem",
|
|
3453
3290
|
key: "{rhc.space.25}",
|
|
@@ -3462,13 +3299,11 @@ module.exports = {
|
|
|
3462
3299
|
},
|
|
3463
3300
|
50: {
|
|
3464
3301
|
key: "{rhc.space.50}",
|
|
3465
|
-
parent: "core/default",
|
|
3466
3302
|
$type: "dimension",
|
|
3467
3303
|
$value: "0.25rem",
|
|
3468
3304
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3469
3305
|
isSource: true,
|
|
3470
3306
|
original: {
|
|
3471
|
-
parent: "core/default",
|
|
3472
3307
|
$type: "dimension",
|
|
3473
3308
|
$value: "0.5 * 0.5rem",
|
|
3474
3309
|
key: "{rhc.space.50}",
|
|
@@ -3483,13 +3318,11 @@ module.exports = {
|
|
|
3483
3318
|
},
|
|
3484
3319
|
100: {
|
|
3485
3320
|
key: "{rhc.space.100}",
|
|
3486
|
-
parent: "core/default",
|
|
3487
3321
|
$type: "dimension",
|
|
3488
3322
|
$value: "0.5rem",
|
|
3489
3323
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3490
3324
|
isSource: true,
|
|
3491
3325
|
original: {
|
|
3492
|
-
parent: "core/default",
|
|
3493
3326
|
$type: "dimension",
|
|
3494
3327
|
$value: "0.5rem",
|
|
3495
3328
|
key: "{rhc.space.100}",
|
|
@@ -3504,13 +3337,11 @@ module.exports = {
|
|
|
3504
3337
|
},
|
|
3505
3338
|
150: {
|
|
3506
3339
|
key: "{rhc.space.150}",
|
|
3507
|
-
parent: "core/default",
|
|
3508
3340
|
$type: "dimension",
|
|
3509
3341
|
$value: "0.75rem",
|
|
3510
3342
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3511
3343
|
isSource: true,
|
|
3512
3344
|
original: {
|
|
3513
|
-
parent: "core/default",
|
|
3514
3345
|
$type: "dimension",
|
|
3515
3346
|
$value: "1.5 * 0.5rem",
|
|
3516
3347
|
key: "{rhc.space.150}",
|
|
@@ -3525,13 +3356,11 @@ module.exports = {
|
|
|
3525
3356
|
},
|
|
3526
3357
|
200: {
|
|
3527
3358
|
key: "{rhc.space.200}",
|
|
3528
|
-
parent: "core/default",
|
|
3529
3359
|
$type: "dimension",
|
|
3530
3360
|
$value: "1rem",
|
|
3531
3361
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3532
3362
|
isSource: true,
|
|
3533
3363
|
original: {
|
|
3534
|
-
parent: "core/default",
|
|
3535
3364
|
$type: "dimension",
|
|
3536
3365
|
$value: "2 * 0.5rem",
|
|
3537
3366
|
key: "{rhc.space.200}",
|
|
@@ -3546,13 +3375,11 @@ module.exports = {
|
|
|
3546
3375
|
},
|
|
3547
3376
|
300: {
|
|
3548
3377
|
key: "{rhc.space.300}",
|
|
3549
|
-
parent: "core/default",
|
|
3550
3378
|
$type: "dimension",
|
|
3551
3379
|
$value: "1.5rem",
|
|
3552
3380
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3553
3381
|
isSource: true,
|
|
3554
3382
|
original: {
|
|
3555
|
-
parent: "core/default",
|
|
3556
3383
|
$type: "dimension",
|
|
3557
3384
|
$value: "3 * 0.5rem",
|
|
3558
3385
|
key: "{rhc.space.300}",
|
|
@@ -3567,13 +3394,11 @@ module.exports = {
|
|
|
3567
3394
|
},
|
|
3568
3395
|
400: {
|
|
3569
3396
|
key: "{rhc.space.400}",
|
|
3570
|
-
parent: "core/default",
|
|
3571
3397
|
$type: "dimension",
|
|
3572
3398
|
$value: "2rem",
|
|
3573
3399
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3574
3400
|
isSource: true,
|
|
3575
3401
|
original: {
|
|
3576
|
-
parent: "core/default",
|
|
3577
3402
|
$type: "dimension",
|
|
3578
3403
|
$value: "4 * 0.5rem",
|
|
3579
3404
|
key: "{rhc.space.400}",
|
|
@@ -3588,13 +3413,11 @@ module.exports = {
|
|
|
3588
3413
|
},
|
|
3589
3414
|
500: {
|
|
3590
3415
|
key: "{rhc.space.500}",
|
|
3591
|
-
parent: "core/default",
|
|
3592
3416
|
$type: "dimension",
|
|
3593
3417
|
$value: "2.5rem",
|
|
3594
3418
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3595
3419
|
isSource: true,
|
|
3596
3420
|
original: {
|
|
3597
|
-
parent: "core/default",
|
|
3598
3421
|
$type: "dimension",
|
|
3599
3422
|
$value: "5 * 0.5rem",
|
|
3600
3423
|
key: "{rhc.space.500}",
|
|
@@ -3609,13 +3432,11 @@ module.exports = {
|
|
|
3609
3432
|
},
|
|
3610
3433
|
600: {
|
|
3611
3434
|
key: "{rhc.space.600}",
|
|
3612
|
-
parent: "core/default",
|
|
3613
3435
|
$type: "dimension",
|
|
3614
3436
|
$value: "3rem",
|
|
3615
3437
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3616
3438
|
isSource: true,
|
|
3617
3439
|
original: {
|
|
3618
|
-
parent: "core/default",
|
|
3619
3440
|
$type: "dimension",
|
|
3620
3441
|
$value: "6 * 0.5rem",
|
|
3621
3442
|
key: "{rhc.space.600}",
|
|
@@ -3630,13 +3451,11 @@ module.exports = {
|
|
|
3630
3451
|
},
|
|
3631
3452
|
700: {
|
|
3632
3453
|
key: "{rhc.space.700}",
|
|
3633
|
-
parent: "core/default",
|
|
3634
3454
|
$type: "dimension",
|
|
3635
3455
|
$value: "3.5rem",
|
|
3636
3456
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
3637
3457
|
isSource: true,
|
|
3638
3458
|
original: {
|
|
3639
|
-
parent: "core/default",
|
|
3640
3459
|
$type: "dimension",
|
|
3641
3460
|
$value: "7 * 0.5rem",
|
|
3642
3461
|
key: "{rhc.space.700}",
|
|
@@ -9348,175 +9167,246 @@ module.exports = {
|
|
|
9348
9167
|
},
|
|
9349
9168
|
},
|
|
9350
9169
|
"navigation-list": {
|
|
9351
|
-
|
|
9170
|
+
item: {
|
|
9352
9171
|
"background-color": {
|
|
9353
|
-
key: "{rhc.navigation-list.
|
|
9172
|
+
key: "{rhc.navigation-list.item.background-color}",
|
|
9354
9173
|
$type: "color",
|
|
9355
|
-
$value: "#
|
|
9174
|
+
$value: "#ffffff",
|
|
9356
9175
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9357
9176
|
isSource: true,
|
|
9358
9177
|
original: {
|
|
9359
9178
|
$type: "color",
|
|
9360
|
-
$value: "{rhc.color.
|
|
9361
|
-
key: "{rhc.navigation-list.
|
|
9179
|
+
$value: "{rhc.color.bg-document}",
|
|
9180
|
+
key: "{rhc.navigation-list.item.background-color}",
|
|
9362
9181
|
},
|
|
9363
|
-
name: "
|
|
9182
|
+
name: "rhcNavigationListItemBackgroundColor",
|
|
9364
9183
|
attributes: {
|
|
9365
9184
|
category: "rhc",
|
|
9366
9185
|
type: "navigation-list",
|
|
9367
|
-
item: "
|
|
9186
|
+
item: "item",
|
|
9368
9187
|
subitem: "background-color",
|
|
9369
9188
|
},
|
|
9370
|
-
path: ["rhc", "navigation-list", "
|
|
9189
|
+
path: ["rhc", "navigation-list", "item", "background-color"],
|
|
9371
9190
|
},
|
|
9372
|
-
"border-
|
|
9373
|
-
key: "{rhc.navigation-list.
|
|
9191
|
+
"border-color": {
|
|
9192
|
+
key: "{rhc.navigation-list.item.border-color}",
|
|
9193
|
+
$type: "color",
|
|
9194
|
+
$value: "#cbd5e1",
|
|
9195
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9196
|
+
isSource: true,
|
|
9197
|
+
original: {
|
|
9198
|
+
$type: "color",
|
|
9199
|
+
$value: "{rhc.color.cool-grey.300}",
|
|
9200
|
+
key: "{rhc.navigation-list.item.border-color}",
|
|
9201
|
+
},
|
|
9202
|
+
name: "rhcNavigationListItemBorderColor",
|
|
9203
|
+
attributes: {
|
|
9204
|
+
category: "rhc",
|
|
9205
|
+
type: "navigation-list",
|
|
9206
|
+
item: "item",
|
|
9207
|
+
subitem: "border-color",
|
|
9208
|
+
},
|
|
9209
|
+
path: ["rhc", "navigation-list", "item", "border-color"],
|
|
9210
|
+
},
|
|
9211
|
+
"border-width": {
|
|
9212
|
+
key: "{rhc.navigation-list.item.border-width}",
|
|
9374
9213
|
$type: "dimension",
|
|
9375
|
-
$value: "
|
|
9214
|
+
$value: "1px",
|
|
9376
9215
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9377
9216
|
isSource: true,
|
|
9378
9217
|
original: {
|
|
9379
9218
|
$type: "dimension",
|
|
9380
|
-
$value: "{rhc.border-
|
|
9381
|
-
key: "{rhc.navigation-list.
|
|
9219
|
+
$value: "{rhc.border-width.sm}",
|
|
9220
|
+
key: "{rhc.navigation-list.item.border-width}",
|
|
9382
9221
|
},
|
|
9383
|
-
name: "
|
|
9222
|
+
name: "rhcNavigationListItemBorderWidth",
|
|
9384
9223
|
attributes: {
|
|
9385
9224
|
category: "rhc",
|
|
9386
9225
|
type: "navigation-list",
|
|
9387
|
-
item: "
|
|
9388
|
-
subitem: "border-
|
|
9226
|
+
item: "item",
|
|
9227
|
+
subitem: "border-width",
|
|
9389
9228
|
},
|
|
9390
|
-
path: ["rhc", "navigation-list", "
|
|
9229
|
+
path: ["rhc", "navigation-list", "item", "border-width"],
|
|
9391
9230
|
},
|
|
9392
|
-
|
|
9393
|
-
key: "{rhc.navigation-list.
|
|
9394
|
-
$type: "
|
|
9395
|
-
$value: "
|
|
9231
|
+
"column-gap": {
|
|
9232
|
+
key: "{rhc.navigation-list.item.column-gap}",
|
|
9233
|
+
$type: "dimension",
|
|
9234
|
+
$value: "1rem",
|
|
9396
9235
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9397
9236
|
isSource: true,
|
|
9398
9237
|
original: {
|
|
9399
|
-
$type: "
|
|
9400
|
-
$value: "{rhc.
|
|
9401
|
-
key: "{rhc.navigation-list.
|
|
9238
|
+
$type: "dimension",
|
|
9239
|
+
$value: "{rhc.space.200}",
|
|
9240
|
+
key: "{rhc.navigation-list.item.column-gap}",
|
|
9402
9241
|
},
|
|
9403
|
-
name: "
|
|
9242
|
+
name: "rhcNavigationListItemColumnGap",
|
|
9404
9243
|
attributes: {
|
|
9405
9244
|
category: "rhc",
|
|
9406
9245
|
type: "navigation-list",
|
|
9407
|
-
item: "
|
|
9408
|
-
subitem: "
|
|
9246
|
+
item: "item",
|
|
9247
|
+
subitem: "column-gap",
|
|
9409
9248
|
},
|
|
9410
|
-
path: ["rhc", "navigation-list", "
|
|
9249
|
+
path: ["rhc", "navigation-list", "item", "column-gap"],
|
|
9411
9250
|
},
|
|
9412
|
-
|
|
9413
|
-
|
|
9414
|
-
|
|
9415
|
-
"
|
|
9416
|
-
|
|
9251
|
+
"min-height": {
|
|
9252
|
+
key: "{rhc.navigation-list.item.min-height}",
|
|
9253
|
+
$type: "dimension",
|
|
9254
|
+
$value: "48px",
|
|
9255
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9256
|
+
isSource: true,
|
|
9257
|
+
original: {
|
|
9417
9258
|
$type: "dimension",
|
|
9418
|
-
$value: "
|
|
9419
|
-
|
|
9420
|
-
isSource: true,
|
|
9421
|
-
original: {
|
|
9422
|
-
$type: "dimension",
|
|
9423
|
-
$value: "{rhc.space.100}",
|
|
9424
|
-
key: "{rhc.navigation-list.item.icon.padding-inline}",
|
|
9425
|
-
},
|
|
9426
|
-
name: "rhcNavigationListItemIconPaddingInline",
|
|
9427
|
-
attributes: {
|
|
9428
|
-
category: "rhc",
|
|
9429
|
-
type: "navigation-list",
|
|
9430
|
-
item: "item",
|
|
9431
|
-
subitem: "icon",
|
|
9432
|
-
state: "padding-inline",
|
|
9433
|
-
},
|
|
9434
|
-
path: ["rhc", "navigation-list", "item", "icon", "padding-inline"],
|
|
9259
|
+
$value: "{rhc.size.pointer-target}",
|
|
9260
|
+
key: "{rhc.navigation-list.item.min-height}",
|
|
9435
9261
|
},
|
|
9436
|
-
"
|
|
9437
|
-
|
|
9262
|
+
name: "rhcNavigationListItemMinHeight",
|
|
9263
|
+
attributes: {
|
|
9264
|
+
category: "rhc",
|
|
9265
|
+
type: "navigation-list",
|
|
9266
|
+
item: "item",
|
|
9267
|
+
subitem: "min-height",
|
|
9268
|
+
},
|
|
9269
|
+
path: ["rhc", "navigation-list", "item", "min-height"],
|
|
9270
|
+
},
|
|
9271
|
+
"padding-block": {
|
|
9272
|
+
key: "{rhc.navigation-list.item.padding-block}",
|
|
9273
|
+
$type: "dimension",
|
|
9274
|
+
$value: "0.75rem",
|
|
9275
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9276
|
+
isSource: true,
|
|
9277
|
+
original: {
|
|
9438
9278
|
$type: "dimension",
|
|
9439
|
-
$value: "
|
|
9279
|
+
$value: "{rhc.space.150}",
|
|
9280
|
+
key: "{rhc.navigation-list.item.padding-block}",
|
|
9281
|
+
},
|
|
9282
|
+
name: "rhcNavigationListItemPaddingBlock",
|
|
9283
|
+
attributes: {
|
|
9284
|
+
category: "rhc",
|
|
9285
|
+
type: "navigation-list",
|
|
9286
|
+
item: "item",
|
|
9287
|
+
subitem: "padding-block",
|
|
9288
|
+
},
|
|
9289
|
+
path: ["rhc", "navigation-list", "item", "padding-block"],
|
|
9290
|
+
},
|
|
9291
|
+
"padding-inline": {
|
|
9292
|
+
key: "{rhc.navigation-list.item.padding-inline}",
|
|
9293
|
+
$type: "dimension",
|
|
9294
|
+
$value: "1rem",
|
|
9295
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9296
|
+
isSource: true,
|
|
9297
|
+
original: {
|
|
9298
|
+
$type: "dimension",
|
|
9299
|
+
$value: "{rhc.space.200}",
|
|
9300
|
+
key: "{rhc.navigation-list.item.padding-inline}",
|
|
9301
|
+
},
|
|
9302
|
+
name: "rhcNavigationListItemPaddingInline",
|
|
9303
|
+
attributes: {
|
|
9304
|
+
category: "rhc",
|
|
9305
|
+
type: "navigation-list",
|
|
9306
|
+
item: "item",
|
|
9307
|
+
subitem: "padding-inline",
|
|
9308
|
+
},
|
|
9309
|
+
path: ["rhc", "navigation-list", "item", "padding-inline"],
|
|
9310
|
+
},
|
|
9311
|
+
active: {
|
|
9312
|
+
"background-color": {
|
|
9313
|
+
key: "{rhc.navigation-list.item.active.background-color}",
|
|
9314
|
+
$type: "color",
|
|
9315
|
+
$value: "#f1f5f9",
|
|
9440
9316
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9441
9317
|
isSource: true,
|
|
9442
9318
|
original: {
|
|
9443
|
-
$type: "
|
|
9444
|
-
$value: "{rhc.
|
|
9445
|
-
key: "{rhc.navigation-list.item.
|
|
9319
|
+
$type: "color",
|
|
9320
|
+
$value: "{rhc.color.cool-grey.100}",
|
|
9321
|
+
key: "{rhc.navigation-list.item.active.background-color}",
|
|
9446
9322
|
},
|
|
9447
|
-
name: "
|
|
9323
|
+
name: "rhcNavigationListItemActiveBackgroundColor",
|
|
9448
9324
|
attributes: {
|
|
9449
9325
|
category: "rhc",
|
|
9450
9326
|
type: "navigation-list",
|
|
9451
9327
|
item: "item",
|
|
9452
|
-
subitem: "
|
|
9453
|
-
state: "
|
|
9328
|
+
subitem: "active",
|
|
9329
|
+
state: "background-color",
|
|
9454
9330
|
},
|
|
9455
|
-
path: [
|
|
9331
|
+
path: [
|
|
9332
|
+
"rhc",
|
|
9333
|
+
"navigation-list",
|
|
9334
|
+
"item",
|
|
9335
|
+
"active",
|
|
9336
|
+
"background-color",
|
|
9337
|
+
],
|
|
9456
9338
|
},
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9339
|
+
},
|
|
9340
|
+
hover: {
|
|
9341
|
+
"background-color": {
|
|
9342
|
+
key: "{rhc.navigation-list.item.hover.background-color}",
|
|
9343
|
+
$type: "color",
|
|
9344
|
+
$value: "#f8fafc",
|
|
9461
9345
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9462
9346
|
isSource: true,
|
|
9463
9347
|
original: {
|
|
9464
|
-
$type: "
|
|
9465
|
-
$value: "{rhc.
|
|
9466
|
-
key: "{rhc.navigation-list.item.
|
|
9348
|
+
$type: "color",
|
|
9349
|
+
$value: "{rhc.color.cool-grey.50}",
|
|
9350
|
+
key: "{rhc.navigation-list.item.hover.background-color}",
|
|
9467
9351
|
},
|
|
9468
|
-
name: "
|
|
9352
|
+
name: "rhcNavigationListItemHoverBackgroundColor",
|
|
9469
9353
|
attributes: {
|
|
9470
9354
|
category: "rhc",
|
|
9471
9355
|
type: "navigation-list",
|
|
9472
9356
|
item: "item",
|
|
9473
|
-
subitem: "
|
|
9474
|
-
state: "
|
|
9357
|
+
subitem: "hover",
|
|
9358
|
+
state: "background-color",
|
|
9475
9359
|
},
|
|
9476
|
-
path: [
|
|
9360
|
+
path: [
|
|
9361
|
+
"rhc",
|
|
9362
|
+
"navigation-list",
|
|
9363
|
+
"item",
|
|
9364
|
+
"hover",
|
|
9365
|
+
"background-color",
|
|
9366
|
+
],
|
|
9477
9367
|
},
|
|
9478
9368
|
},
|
|
9479
|
-
|
|
9480
|
-
"
|
|
9481
|
-
key: "{rhc.navigation-list.item.
|
|
9482
|
-
$type: "
|
|
9483
|
-
$value: "
|
|
9369
|
+
focus: {
|
|
9370
|
+
"background-color": {
|
|
9371
|
+
key: "{rhc.navigation-list.item.focus.background-color}",
|
|
9372
|
+
$type: "color",
|
|
9373
|
+
$value: "#e1eddb",
|
|
9484
9374
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9485
9375
|
isSource: true,
|
|
9486
|
-
$extensions: {
|
|
9487
|
-
"studio.tokens": {
|
|
9488
|
-
originalType: "fontSizes",
|
|
9489
|
-
},
|
|
9490
|
-
},
|
|
9491
9376
|
original: {
|
|
9492
|
-
$type: "
|
|
9493
|
-
$value: "{rhc.
|
|
9494
|
-
|
|
9495
|
-
"studio.tokens": {
|
|
9496
|
-
originalType: "fontSizes",
|
|
9497
|
-
},
|
|
9498
|
-
},
|
|
9499
|
-
key: "{rhc.navigation-list.item.content.font-size}",
|
|
9377
|
+
$type: "color",
|
|
9378
|
+
$value: "{rhc.color.primary.50}",
|
|
9379
|
+
key: "{rhc.navigation-list.item.focus.background-color}",
|
|
9500
9380
|
},
|
|
9501
|
-
name: "
|
|
9381
|
+
name: "rhcNavigationListItemFocusBackgroundColor",
|
|
9502
9382
|
attributes: {
|
|
9503
9383
|
category: "rhc",
|
|
9504
9384
|
type: "navigation-list",
|
|
9505
9385
|
item: "item",
|
|
9506
|
-
subitem: "
|
|
9507
|
-
state: "
|
|
9386
|
+
subitem: "focus",
|
|
9387
|
+
state: "background-color",
|
|
9508
9388
|
},
|
|
9509
|
-
path: [
|
|
9389
|
+
path: [
|
|
9390
|
+
"rhc",
|
|
9391
|
+
"navigation-list",
|
|
9392
|
+
"item",
|
|
9393
|
+
"focus",
|
|
9394
|
+
"background-color",
|
|
9395
|
+
],
|
|
9510
9396
|
},
|
|
9397
|
+
},
|
|
9398
|
+
content: {
|
|
9511
9399
|
"column-gap": {
|
|
9512
9400
|
key: "{rhc.navigation-list.item.content.column-gap}",
|
|
9513
9401
|
$type: "dimension",
|
|
9514
9402
|
$value: "0.5rem",
|
|
9403
|
+
$description: "[code-only]",
|
|
9515
9404
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9516
9405
|
isSource: true,
|
|
9517
9406
|
original: {
|
|
9518
9407
|
$type: "dimension",
|
|
9519
9408
|
$value: "{rhc.space.100}",
|
|
9409
|
+
$description: "[code-only]",
|
|
9520
9410
|
key: "{rhc.navigation-list.item.content.column-gap}",
|
|
9521
9411
|
},
|
|
9522
9412
|
name: "rhcNavigationListItemContentColumnGap",
|
|
@@ -9533,11 +9423,13 @@ module.exports = {
|
|
|
9533
9423
|
key: "{rhc.navigation-list.item.content.row-gap}",
|
|
9534
9424
|
$type: "dimension",
|
|
9535
9425
|
$value: "0.25rem",
|
|
9426
|
+
$description: "[code-only]",
|
|
9536
9427
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9537
9428
|
isSource: true,
|
|
9538
9429
|
original: {
|
|
9539
9430
|
$type: "dimension",
|
|
9540
9431
|
$value: "{rhc.space.50}",
|
|
9432
|
+
$description: "[code-only]",
|
|
9541
9433
|
key: "{rhc.navigation-list.item.content.row-gap}",
|
|
9542
9434
|
},
|
|
9543
9435
|
name: "rhcNavigationListItemContentRowGap",
|
|
@@ -9551,42 +9443,32 @@ module.exports = {
|
|
|
9551
9443
|
path: ["rhc", "navigation-list", "item", "content", "row-gap"],
|
|
9552
9444
|
},
|
|
9553
9445
|
},
|
|
9554
|
-
|
|
9555
|
-
|
|
9556
|
-
key: "{rhc.navigation-list.item.
|
|
9557
|
-
$type: "
|
|
9558
|
-
$value: "
|
|
9446
|
+
description: {
|
|
9447
|
+
color: {
|
|
9448
|
+
key: "{rhc.navigation-list.item.description.color}",
|
|
9449
|
+
$type: "color",
|
|
9450
|
+
$value: "#334155",
|
|
9559
9451
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9560
9452
|
isSource: true,
|
|
9561
|
-
$extensions: {
|
|
9562
|
-
"studio.tokens": {
|
|
9563
|
-
originalType: "fontFamilies",
|
|
9564
|
-
},
|
|
9565
|
-
},
|
|
9566
9453
|
original: {
|
|
9567
|
-
$type: "
|
|
9568
|
-
$value: "{rhc.
|
|
9569
|
-
|
|
9570
|
-
"studio.tokens": {
|
|
9571
|
-
originalType: "fontFamilies",
|
|
9572
|
-
},
|
|
9573
|
-
},
|
|
9574
|
-
key: "{rhc.navigation-list.item.label.font-family}",
|
|
9454
|
+
$type: "color",
|
|
9455
|
+
$value: "{rhc.color.foreground.subtle}",
|
|
9456
|
+
key: "{rhc.navigation-list.item.description.color}",
|
|
9575
9457
|
},
|
|
9576
|
-
name: "
|
|
9458
|
+
name: "rhcNavigationListItemDescriptionColor",
|
|
9577
9459
|
attributes: {
|
|
9578
9460
|
category: "rhc",
|
|
9579
9461
|
type: "navigation-list",
|
|
9580
9462
|
item: "item",
|
|
9581
|
-
subitem: "
|
|
9582
|
-
state: "
|
|
9463
|
+
subitem: "description",
|
|
9464
|
+
state: "color",
|
|
9583
9465
|
},
|
|
9584
|
-
path: ["rhc", "navigation-list", "item", "
|
|
9466
|
+
path: ["rhc", "navigation-list", "item", "description", "color"],
|
|
9585
9467
|
},
|
|
9586
9468
|
"font-size": {
|
|
9587
|
-
key: "{rhc.navigation-list.item.
|
|
9469
|
+
key: "{rhc.navigation-list.item.description.font-size}",
|
|
9588
9470
|
$type: "fontSize",
|
|
9589
|
-
$value: "1.
|
|
9471
|
+
$value: "1.25rem",
|
|
9590
9472
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9591
9473
|
isSource: true,
|
|
9592
9474
|
$extensions: {
|
|
@@ -9596,257 +9478,246 @@ module.exports = {
|
|
|
9596
9478
|
},
|
|
9597
9479
|
original: {
|
|
9598
9480
|
$type: "fontSize",
|
|
9599
|
-
$value: "{rhc.text.font-size.
|
|
9481
|
+
$value: "{rhc.text.font-size.md}",
|
|
9600
9482
|
$extensions: {
|
|
9601
9483
|
"studio.tokens": {
|
|
9602
9484
|
originalType: "fontSizes",
|
|
9603
9485
|
},
|
|
9604
9486
|
},
|
|
9605
|
-
key: "{rhc.navigation-list.item.
|
|
9487
|
+
key: "{rhc.navigation-list.item.description.font-size}",
|
|
9606
9488
|
},
|
|
9607
|
-
name: "
|
|
9489
|
+
name: "rhcNavigationListItemDescriptionFontSize",
|
|
9608
9490
|
attributes: {
|
|
9609
9491
|
category: "rhc",
|
|
9610
9492
|
type: "navigation-list",
|
|
9611
9493
|
item: "item",
|
|
9612
|
-
subitem: "
|
|
9494
|
+
subitem: "description",
|
|
9613
9495
|
state: "font-size",
|
|
9614
9496
|
},
|
|
9615
|
-
path: [
|
|
9497
|
+
path: [
|
|
9498
|
+
"rhc",
|
|
9499
|
+
"navigation-list",
|
|
9500
|
+
"item",
|
|
9501
|
+
"description",
|
|
9502
|
+
"font-size",
|
|
9503
|
+
],
|
|
9616
9504
|
},
|
|
9617
|
-
"
|
|
9618
|
-
key: "{rhc.navigation-list.item.
|
|
9619
|
-
$type: "
|
|
9620
|
-
$value: "
|
|
9505
|
+
"line-height": {
|
|
9506
|
+
key: "{rhc.navigation-list.item.description.line-height}",
|
|
9507
|
+
$type: "lineHeight",
|
|
9508
|
+
$value: "150%",
|
|
9621
9509
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9622
9510
|
isSource: true,
|
|
9623
9511
|
$extensions: {
|
|
9624
9512
|
"studio.tokens": {
|
|
9625
|
-
originalType: "
|
|
9513
|
+
originalType: "lineHeights",
|
|
9626
9514
|
},
|
|
9627
9515
|
},
|
|
9628
9516
|
original: {
|
|
9629
|
-
$type: "
|
|
9630
|
-
$value: "{rhc.text.
|
|
9517
|
+
$type: "lineHeight",
|
|
9518
|
+
$value: "{rhc.text.line-height.md}",
|
|
9631
9519
|
$extensions: {
|
|
9632
9520
|
"studio.tokens": {
|
|
9633
|
-
originalType: "
|
|
9521
|
+
originalType: "lineHeights",
|
|
9634
9522
|
},
|
|
9635
9523
|
},
|
|
9636
|
-
key: "{rhc.navigation-list.item.
|
|
9524
|
+
key: "{rhc.navigation-list.item.description.line-height}",
|
|
9637
9525
|
},
|
|
9638
|
-
name: "
|
|
9526
|
+
name: "rhcNavigationListItemDescriptionLineHeight",
|
|
9639
9527
|
attributes: {
|
|
9640
9528
|
category: "rhc",
|
|
9641
9529
|
type: "navigation-list",
|
|
9642
9530
|
item: "item",
|
|
9643
|
-
subitem: "
|
|
9644
|
-
state: "
|
|
9531
|
+
subitem: "description",
|
|
9532
|
+
state: "line-height",
|
|
9645
9533
|
},
|
|
9646
|
-
path: [
|
|
9534
|
+
path: [
|
|
9535
|
+
"rhc",
|
|
9536
|
+
"navigation-list",
|
|
9537
|
+
"item",
|
|
9538
|
+
"description",
|
|
9539
|
+
"line-height",
|
|
9540
|
+
],
|
|
9647
9541
|
},
|
|
9648
|
-
|
|
9649
|
-
|
|
9650
|
-
|
|
9651
|
-
|
|
9542
|
+
},
|
|
9543
|
+
"icon-end": {
|
|
9544
|
+
color: {
|
|
9545
|
+
key: "{rhc.navigation-list.item.icon-end.color}",
|
|
9546
|
+
$type: "color",
|
|
9547
|
+
$value: "#334155",
|
|
9652
9548
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9653
9549
|
isSource: true,
|
|
9654
|
-
$extensions: {
|
|
9655
|
-
"studio.tokens": {
|
|
9656
|
-
originalType: "lineHeights",
|
|
9657
|
-
},
|
|
9658
|
-
},
|
|
9659
9550
|
original: {
|
|
9660
|
-
$type: "
|
|
9661
|
-
$value: "{rhc.
|
|
9662
|
-
|
|
9663
|
-
"studio.tokens": {
|
|
9664
|
-
originalType: "lineHeights",
|
|
9665
|
-
},
|
|
9666
|
-
},
|
|
9667
|
-
key: "{rhc.navigation-list.item.label.line-height}",
|
|
9551
|
+
$type: "color",
|
|
9552
|
+
$value: "{rhc.color.foreground.subtle}",
|
|
9553
|
+
key: "{rhc.navigation-list.item.icon-end.color}",
|
|
9668
9554
|
},
|
|
9669
|
-
name: "
|
|
9555
|
+
name: "rhcNavigationListItemIconEndColor",
|
|
9670
9556
|
attributes: {
|
|
9671
9557
|
category: "rhc",
|
|
9672
9558
|
type: "navigation-list",
|
|
9673
9559
|
item: "item",
|
|
9674
|
-
subitem: "
|
|
9675
|
-
state: "
|
|
9560
|
+
subitem: "icon-end",
|
|
9561
|
+
state: "color",
|
|
9676
9562
|
},
|
|
9677
|
-
path: ["rhc", "navigation-list", "item", "
|
|
9563
|
+
path: ["rhc", "navigation-list", "item", "icon-end", "color"],
|
|
9678
9564
|
},
|
|
9679
9565
|
},
|
|
9680
|
-
|
|
9566
|
+
"icon-start": {
|
|
9681
9567
|
"background-color": {
|
|
9682
|
-
key: "{rhc.navigation-list.item.
|
|
9568
|
+
key: "{rhc.navigation-list.item.icon-start.background-color}",
|
|
9683
9569
|
$type: "color",
|
|
9684
|
-
$value: "#
|
|
9570
|
+
$value: "#0f172a",
|
|
9685
9571
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9686
9572
|
isSource: true,
|
|
9687
9573
|
original: {
|
|
9688
9574
|
$type: "color",
|
|
9689
|
-
$value: "{rhc.color.
|
|
9690
|
-
key: "{rhc.navigation-list.item.
|
|
9575
|
+
$value: "{rhc.color.foreground.default}",
|
|
9576
|
+
key: "{rhc.navigation-list.item.icon-start.background-color}",
|
|
9691
9577
|
},
|
|
9692
|
-
name: "
|
|
9578
|
+
name: "rhcNavigationListItemIconStartBackgroundColor",
|
|
9693
9579
|
attributes: {
|
|
9694
9580
|
category: "rhc",
|
|
9695
9581
|
type: "navigation-list",
|
|
9696
9582
|
item: "item",
|
|
9697
|
-
subitem: "
|
|
9583
|
+
subitem: "icon-start",
|
|
9698
9584
|
state: "background-color",
|
|
9699
9585
|
},
|
|
9700
9586
|
path: [
|
|
9701
9587
|
"rhc",
|
|
9702
9588
|
"navigation-list",
|
|
9703
9589
|
"item",
|
|
9704
|
-
"
|
|
9590
|
+
"icon-start",
|
|
9705
9591
|
"background-color",
|
|
9706
9592
|
],
|
|
9707
9593
|
},
|
|
9708
|
-
|
|
9709
|
-
|
|
9710
|
-
|
|
9711
|
-
|
|
9712
|
-
$type: "color",
|
|
9713
|
-
$value: "#f8fafc",
|
|
9594
|
+
"border-radius": {
|
|
9595
|
+
key: "{rhc.navigation-list.item.icon-start.border-radius}",
|
|
9596
|
+
$type: "dimension",
|
|
9597
|
+
$value: "999px",
|
|
9714
9598
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9715
9599
|
isSource: true,
|
|
9716
9600
|
original: {
|
|
9717
|
-
$type: "
|
|
9718
|
-
$value: "{rhc.
|
|
9719
|
-
key: "{rhc.navigation-list.item.
|
|
9601
|
+
$type: "dimension",
|
|
9602
|
+
$value: "{rhc.border-radius.round}",
|
|
9603
|
+
key: "{rhc.navigation-list.item.icon-start.border-radius}",
|
|
9720
9604
|
},
|
|
9721
|
-
name: "
|
|
9605
|
+
name: "rhcNavigationListItemIconStartBorderRadius",
|
|
9722
9606
|
attributes: {
|
|
9723
9607
|
category: "rhc",
|
|
9724
9608
|
type: "navigation-list",
|
|
9725
9609
|
item: "item",
|
|
9726
|
-
subitem: "
|
|
9727
|
-
state: "
|
|
9610
|
+
subitem: "icon-start",
|
|
9611
|
+
state: "border-radius",
|
|
9728
9612
|
},
|
|
9729
9613
|
path: [
|
|
9730
9614
|
"rhc",
|
|
9731
9615
|
"navigation-list",
|
|
9732
9616
|
"item",
|
|
9733
|
-
"
|
|
9734
|
-
"
|
|
9617
|
+
"icon-start",
|
|
9618
|
+
"border-radius",
|
|
9735
9619
|
],
|
|
9736
9620
|
},
|
|
9737
|
-
|
|
9738
|
-
|
|
9739
|
-
"background-color": {
|
|
9740
|
-
key: "{rhc.navigation-list.item.focus.background-color}",
|
|
9621
|
+
color: {
|
|
9622
|
+
key: "{rhc.navigation-list.item.icon-start.color}",
|
|
9741
9623
|
$type: "color",
|
|
9742
|
-
$value: "#
|
|
9624
|
+
$value: "#ffffff",
|
|
9743
9625
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9744
9626
|
isSource: true,
|
|
9745
9627
|
original: {
|
|
9746
9628
|
$type: "color",
|
|
9747
|
-
$value: "{rhc.color.
|
|
9748
|
-
key: "{rhc.navigation-list.item.
|
|
9629
|
+
$value: "{rhc.color.foreground.on-dark-color}",
|
|
9630
|
+
key: "{rhc.navigation-list.item.icon-start.color}",
|
|
9749
9631
|
},
|
|
9750
|
-
name: "
|
|
9632
|
+
name: "rhcNavigationListItemIconStartColor",
|
|
9751
9633
|
attributes: {
|
|
9752
9634
|
category: "rhc",
|
|
9753
9635
|
type: "navigation-list",
|
|
9754
9636
|
item: "item",
|
|
9755
|
-
subitem: "
|
|
9756
|
-
state: "
|
|
9637
|
+
subitem: "icon-start",
|
|
9638
|
+
state: "color",
|
|
9639
|
+
},
|
|
9640
|
+
path: ["rhc", "navigation-list", "item", "icon-start", "color"],
|
|
9641
|
+
},
|
|
9642
|
+
"padding-block": {
|
|
9643
|
+
key: "{rhc.navigation-list.item.icon-start.padding-block}",
|
|
9644
|
+
$type: "dimension",
|
|
9645
|
+
$value: "0.5rem",
|
|
9646
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9647
|
+
isSource: true,
|
|
9648
|
+
original: {
|
|
9649
|
+
$type: "dimension",
|
|
9650
|
+
$value: "{rhc.space.100}",
|
|
9651
|
+
key: "{rhc.navigation-list.item.icon-start.padding-block}",
|
|
9652
|
+
},
|
|
9653
|
+
name: "rhcNavigationListItemIconStartPaddingBlock",
|
|
9654
|
+
attributes: {
|
|
9655
|
+
category: "rhc",
|
|
9656
|
+
type: "navigation-list",
|
|
9657
|
+
item: "item",
|
|
9658
|
+
subitem: "icon-start",
|
|
9659
|
+
state: "padding-block",
|
|
9757
9660
|
},
|
|
9758
9661
|
path: [
|
|
9759
9662
|
"rhc",
|
|
9760
9663
|
"navigation-list",
|
|
9761
9664
|
"item",
|
|
9762
|
-
"
|
|
9763
|
-
"
|
|
9665
|
+
"icon-start",
|
|
9666
|
+
"padding-block",
|
|
9764
9667
|
],
|
|
9765
9668
|
},
|
|
9766
|
-
|
|
9767
|
-
|
|
9768
|
-
key: "{rhc.navigation-list.item.background-color}",
|
|
9769
|
-
$type: "color",
|
|
9770
|
-
$value: "#ffffff",
|
|
9771
|
-
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9772
|
-
isSource: true,
|
|
9773
|
-
original: {
|
|
9774
|
-
$type: "color",
|
|
9775
|
-
$value: "{rhc.color.bg-document}",
|
|
9776
|
-
key: "{rhc.navigation-list.item.background-color}",
|
|
9777
|
-
},
|
|
9778
|
-
name: "rhcNavigationListItemBackgroundColor",
|
|
9779
|
-
attributes: {
|
|
9780
|
-
category: "rhc",
|
|
9781
|
-
type: "navigation-list",
|
|
9782
|
-
item: "item",
|
|
9783
|
-
subitem: "background-color",
|
|
9784
|
-
},
|
|
9785
|
-
path: ["rhc", "navigation-list", "item", "background-color"],
|
|
9786
|
-
},
|
|
9787
|
-
color: {
|
|
9788
|
-
key: "{rhc.navigation-list.item.color}",
|
|
9789
|
-
$type: "color",
|
|
9790
|
-
$value: "#334155",
|
|
9791
|
-
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9792
|
-
isSource: true,
|
|
9793
|
-
original: {
|
|
9794
|
-
$type: "color",
|
|
9795
|
-
$value: "{rhc.color.foreground.subtle}",
|
|
9796
|
-
key: "{rhc.navigation-list.item.color}",
|
|
9797
|
-
},
|
|
9798
|
-
name: "rhcNavigationListItemColor",
|
|
9799
|
-
attributes: {
|
|
9800
|
-
category: "rhc",
|
|
9801
|
-
type: "navigation-list",
|
|
9802
|
-
item: "item",
|
|
9803
|
-
subitem: "color",
|
|
9804
|
-
},
|
|
9805
|
-
path: ["rhc", "navigation-list", "item", "color"],
|
|
9806
|
-
},
|
|
9807
|
-
"border-width": {
|
|
9808
|
-
key: "{rhc.navigation-list.item.border-width}",
|
|
9809
|
-
$type: "dimension",
|
|
9810
|
-
$value: "1px",
|
|
9811
|
-
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9812
|
-
isSource: true,
|
|
9813
|
-
original: {
|
|
9669
|
+
"padding-inline": {
|
|
9670
|
+
key: "{rhc.navigation-list.item.icon-start.padding-inline}",
|
|
9814
9671
|
$type: "dimension",
|
|
9815
|
-
$value: "
|
|
9816
|
-
|
|
9817
|
-
|
|
9818
|
-
|
|
9819
|
-
|
|
9820
|
-
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
|
|
9825
|
-
|
|
9826
|
-
|
|
9827
|
-
|
|
9828
|
-
|
|
9829
|
-
|
|
9830
|
-
|
|
9831
|
-
|
|
9832
|
-
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
|
|
9836
|
-
|
|
9672
|
+
$value: "0.5rem",
|
|
9673
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9674
|
+
isSource: true,
|
|
9675
|
+
original: {
|
|
9676
|
+
$type: "dimension",
|
|
9677
|
+
$value: "{rhc.space.100}",
|
|
9678
|
+
key: "{rhc.navigation-list.item.icon-start.padding-inline}",
|
|
9679
|
+
},
|
|
9680
|
+
name: "rhcNavigationListItemIconStartPaddingInline",
|
|
9681
|
+
attributes: {
|
|
9682
|
+
category: "rhc",
|
|
9683
|
+
type: "navigation-list",
|
|
9684
|
+
item: "item",
|
|
9685
|
+
subitem: "icon-start",
|
|
9686
|
+
state: "padding-inline",
|
|
9687
|
+
},
|
|
9688
|
+
path: [
|
|
9689
|
+
"rhc",
|
|
9690
|
+
"navigation-list",
|
|
9691
|
+
"item",
|
|
9692
|
+
"icon-start",
|
|
9693
|
+
"padding-inline",
|
|
9694
|
+
],
|
|
9837
9695
|
},
|
|
9838
|
-
|
|
9839
|
-
|
|
9840
|
-
|
|
9841
|
-
|
|
9842
|
-
|
|
9843
|
-
|
|
9696
|
+
size: {
|
|
9697
|
+
key: "{rhc.navigation-list.item.icon-start.size}",
|
|
9698
|
+
$type: "dimension",
|
|
9699
|
+
$value: "24px",
|
|
9700
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9701
|
+
isSource: true,
|
|
9702
|
+
original: {
|
|
9703
|
+
$type: "dimension",
|
|
9704
|
+
$value: "{rhc.size.icon.md}",
|
|
9705
|
+
key: "{rhc.navigation-list.item.icon-start.size}",
|
|
9706
|
+
},
|
|
9707
|
+
name: "rhcNavigationListItemIconStartSize",
|
|
9708
|
+
attributes: {
|
|
9709
|
+
category: "rhc",
|
|
9710
|
+
type: "navigation-list",
|
|
9711
|
+
item: "item",
|
|
9712
|
+
subitem: "icon-start",
|
|
9713
|
+
state: "size",
|
|
9714
|
+
},
|
|
9715
|
+
path: ["rhc", "navigation-list", "item", "icon-start", "size"],
|
|
9844
9716
|
},
|
|
9845
|
-
path: ["rhc", "navigation-list", "item", "border-color"],
|
|
9846
9717
|
},
|
|
9847
|
-
|
|
9718
|
+
label: {
|
|
9848
9719
|
color: {
|
|
9849
|
-
key: "{rhc.navigation-list.item.
|
|
9720
|
+
key: "{rhc.navigation-list.item.label.color}",
|
|
9850
9721
|
$type: "color",
|
|
9851
9722
|
$value: "#0f172a",
|
|
9852
9723
|
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
@@ -9854,98 +9725,142 @@ module.exports = {
|
|
|
9854
9725
|
original: {
|
|
9855
9726
|
$type: "color",
|
|
9856
9727
|
$value: "{rhc.color.foreground.default}",
|
|
9857
|
-
key: "{rhc.navigation-list.item.
|
|
9728
|
+
key: "{rhc.navigation-list.item.label.color}",
|
|
9858
9729
|
},
|
|
9859
|
-
name: "
|
|
9730
|
+
name: "rhcNavigationListItemLabelColor",
|
|
9860
9731
|
attributes: {
|
|
9861
9732
|
category: "rhc",
|
|
9862
9733
|
type: "navigation-list",
|
|
9863
9734
|
item: "item",
|
|
9864
|
-
subitem: "
|
|
9735
|
+
subitem: "label",
|
|
9865
9736
|
state: "color",
|
|
9866
9737
|
},
|
|
9867
|
-
path: ["rhc", "navigation-list", "item", "
|
|
9738
|
+
path: ["rhc", "navigation-list", "item", "label", "color"],
|
|
9868
9739
|
},
|
|
9869
|
-
|
|
9870
|
-
|
|
9871
|
-
|
|
9872
|
-
|
|
9873
|
-
|
|
9874
|
-
|
|
9875
|
-
|
|
9876
|
-
|
|
9877
|
-
|
|
9878
|
-
|
|
9879
|
-
|
|
9880
|
-
|
|
9881
|
-
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
|
|
9885
|
-
|
|
9886
|
-
|
|
9887
|
-
|
|
9888
|
-
|
|
9889
|
-
|
|
9890
|
-
|
|
9891
|
-
|
|
9892
|
-
|
|
9893
|
-
|
|
9894
|
-
|
|
9895
|
-
|
|
9896
|
-
|
|
9897
|
-
|
|
9898
|
-
|
|
9899
|
-
key: "{rhc.navigation-list.item.min-height}",
|
|
9900
|
-
},
|
|
9901
|
-
name: "rhcNavigationListItemMinHeight",
|
|
9902
|
-
attributes: {
|
|
9903
|
-
category: "rhc",
|
|
9904
|
-
type: "navigation-list",
|
|
9905
|
-
item: "item",
|
|
9906
|
-
subitem: "min-height",
|
|
9907
|
-
},
|
|
9908
|
-
path: ["rhc", "navigation-list", "item", "min-height"],
|
|
9909
|
-
},
|
|
9910
|
-
"padding-block": {
|
|
9911
|
-
key: "{rhc.navigation-list.item.padding-block}",
|
|
9912
|
-
$type: "dimension",
|
|
9913
|
-
$value: "0.75rem",
|
|
9914
|
-
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9915
|
-
isSource: true,
|
|
9916
|
-
original: {
|
|
9917
|
-
$type: "dimension",
|
|
9918
|
-
$value: "{rhc.space.150}",
|
|
9919
|
-
key: "{rhc.navigation-list.item.padding-block}",
|
|
9740
|
+
"font-family": {
|
|
9741
|
+
key: "{rhc.navigation-list.item.label.font-family}",
|
|
9742
|
+
$type: "fontFamily",
|
|
9743
|
+
$value: "RijksSans, Arial, Verdana, sans-serif",
|
|
9744
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9745
|
+
isSource: true,
|
|
9746
|
+
$extensions: {
|
|
9747
|
+
"studio.tokens": {
|
|
9748
|
+
originalType: "fontFamilies",
|
|
9749
|
+
},
|
|
9750
|
+
},
|
|
9751
|
+
original: {
|
|
9752
|
+
$type: "fontFamily",
|
|
9753
|
+
$value: "{rhc.text.font-family.default}",
|
|
9754
|
+
$extensions: {
|
|
9755
|
+
"studio.tokens": {
|
|
9756
|
+
originalType: "fontFamilies",
|
|
9757
|
+
},
|
|
9758
|
+
},
|
|
9759
|
+
key: "{rhc.navigation-list.item.label.font-family}",
|
|
9760
|
+
},
|
|
9761
|
+
name: "rhcNavigationListItemLabelFontFamily",
|
|
9762
|
+
attributes: {
|
|
9763
|
+
category: "rhc",
|
|
9764
|
+
type: "navigation-list",
|
|
9765
|
+
item: "item",
|
|
9766
|
+
subitem: "label",
|
|
9767
|
+
state: "font-family",
|
|
9768
|
+
},
|
|
9769
|
+
path: ["rhc", "navigation-list", "item", "label", "font-family"],
|
|
9920
9770
|
},
|
|
9921
|
-
|
|
9922
|
-
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9771
|
+
"font-size": {
|
|
9772
|
+
key: "{rhc.navigation-list.item.label.font-size}",
|
|
9773
|
+
$type: "fontSize",
|
|
9774
|
+
$value: "1.875rem",
|
|
9775
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9776
|
+
isSource: true,
|
|
9777
|
+
$extensions: {
|
|
9778
|
+
"studio.tokens": {
|
|
9779
|
+
originalType: "fontSizes",
|
|
9780
|
+
},
|
|
9781
|
+
},
|
|
9782
|
+
original: {
|
|
9783
|
+
$type: "fontSize",
|
|
9784
|
+
$value: "{rhc.text.font-size.xl}",
|
|
9785
|
+
$extensions: {
|
|
9786
|
+
"studio.tokens": {
|
|
9787
|
+
originalType: "fontSizes",
|
|
9788
|
+
},
|
|
9789
|
+
},
|
|
9790
|
+
key: "{rhc.navigation-list.item.label.font-size}",
|
|
9791
|
+
},
|
|
9792
|
+
name: "rhcNavigationListItemLabelFontSize",
|
|
9793
|
+
attributes: {
|
|
9794
|
+
category: "rhc",
|
|
9795
|
+
type: "navigation-list",
|
|
9796
|
+
item: "item",
|
|
9797
|
+
subitem: "label",
|
|
9798
|
+
state: "font-size",
|
|
9799
|
+
},
|
|
9800
|
+
path: ["rhc", "navigation-list", "item", "label", "font-size"],
|
|
9927
9801
|
},
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9932
|
-
|
|
9933
|
-
|
|
9934
|
-
|
|
9935
|
-
|
|
9936
|
-
|
|
9937
|
-
|
|
9938
|
-
|
|
9939
|
-
|
|
9802
|
+
"font-weight": {
|
|
9803
|
+
key: "{rhc.navigation-list.item.label.font-weight}",
|
|
9804
|
+
$type: "fontWeight",
|
|
9805
|
+
$value: "700",
|
|
9806
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9807
|
+
isSource: true,
|
|
9808
|
+
$extensions: {
|
|
9809
|
+
"studio.tokens": {
|
|
9810
|
+
originalType: "fontWeights",
|
|
9811
|
+
},
|
|
9812
|
+
},
|
|
9813
|
+
original: {
|
|
9814
|
+
$type: "fontWeight",
|
|
9815
|
+
$value: "{rhc.text.font-weight.strong}",
|
|
9816
|
+
$extensions: {
|
|
9817
|
+
"studio.tokens": {
|
|
9818
|
+
originalType: "fontWeights",
|
|
9819
|
+
},
|
|
9820
|
+
},
|
|
9821
|
+
key: "{rhc.navigation-list.item.label.font-weight}",
|
|
9822
|
+
},
|
|
9823
|
+
name: "rhcNavigationListItemLabelFontWeight",
|
|
9824
|
+
attributes: {
|
|
9825
|
+
category: "rhc",
|
|
9826
|
+
type: "navigation-list",
|
|
9827
|
+
item: "item",
|
|
9828
|
+
subitem: "label",
|
|
9829
|
+
state: "font-weight",
|
|
9830
|
+
},
|
|
9831
|
+
path: ["rhc", "navigation-list", "item", "label", "font-weight"],
|
|
9940
9832
|
},
|
|
9941
|
-
|
|
9942
|
-
|
|
9943
|
-
|
|
9944
|
-
|
|
9945
|
-
|
|
9946
|
-
|
|
9833
|
+
"line-height": {
|
|
9834
|
+
key: "{rhc.navigation-list.item.label.line-height}",
|
|
9835
|
+
$type: "lineHeight",
|
|
9836
|
+
$value: "150%",
|
|
9837
|
+
filePath: "src/generated/uitvoerend-groen/tokens.json",
|
|
9838
|
+
isSource: true,
|
|
9839
|
+
$extensions: {
|
|
9840
|
+
"studio.tokens": {
|
|
9841
|
+
originalType: "lineHeights",
|
|
9842
|
+
},
|
|
9843
|
+
},
|
|
9844
|
+
original: {
|
|
9845
|
+
$type: "lineHeight",
|
|
9846
|
+
$value: "{rhc.text.line-height.md}",
|
|
9847
|
+
$extensions: {
|
|
9848
|
+
"studio.tokens": {
|
|
9849
|
+
originalType: "lineHeights",
|
|
9850
|
+
},
|
|
9851
|
+
},
|
|
9852
|
+
key: "{rhc.navigation-list.item.label.line-height}",
|
|
9853
|
+
},
|
|
9854
|
+
name: "rhcNavigationListItemLabelLineHeight",
|
|
9855
|
+
attributes: {
|
|
9856
|
+
category: "rhc",
|
|
9857
|
+
type: "navigation-list",
|
|
9858
|
+
item: "item",
|
|
9859
|
+
subitem: "label",
|
|
9860
|
+
state: "line-height",
|
|
9861
|
+
},
|
|
9862
|
+
path: ["rhc", "navigation-list", "item", "label", "line-height"],
|
|
9947
9863
|
},
|
|
9948
|
-
path: ["rhc", "navigation-list", "item", "padding-inline"],
|
|
9949
9864
|
},
|
|
9950
9865
|
},
|
|
9951
9866
|
},
|