@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.
Files changed (72) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +46 -1
  3. package/build.mjs +36 -10
  4. package/cssFixers.mjs +89 -0
  5. package/cssFixers.spec.mjs +98 -0
  6. package/dist/_variables.scss +1 -0
  7. package/dist/index.css +1 -0
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.js +1 -0
  10. package/dist/kern-lintblauw/_variables.scss +1 -0
  11. package/dist/kern-lintblauw/index.css +1 -0
  12. package/dist/kern-lintblauw/index.d.ts +1 -0
  13. package/dist/kern-lintblauw/index.js +1 -0
  14. package/dist/kern-lintblauw/root.css +1 -0
  15. package/dist/kern-lintblauw/tokens.d.ts +1 -0
  16. package/dist/kern-lintblauw/tokens.js +1 -182
  17. package/dist/root.css +1 -0
  18. package/dist/tokens.d.ts +1 -0
  19. package/dist/tokens.js +1 -182
  20. package/dist/uitvoerend-groen/_variables.scss +1 -0
  21. package/dist/uitvoerend-groen/index.css +1 -0
  22. package/dist/uitvoerend-groen/index.d.ts +1 -0
  23. package/dist/uitvoerend-groen/index.js +1 -0
  24. package/dist/uitvoerend-groen/root.css +1 -0
  25. package/dist/uitvoerend-groen/tokens.d.ts +1 -0
  26. package/dist/uitvoerend-groen/tokens.js +1 -182
  27. package/dist/uitvoerend-hemelblauw/_variables.scss +1 -0
  28. package/dist/uitvoerend-hemelblauw/index.css +1 -0
  29. package/dist/uitvoerend-hemelblauw/index.d.ts +1 -0
  30. package/dist/uitvoerend-hemelblauw/index.js +1 -0
  31. package/dist/uitvoerend-hemelblauw/root.css +1 -0
  32. package/dist/uitvoerend-hemelblauw/tokens.d.ts +1 -0
  33. package/dist/uitvoerend-hemelblauw/tokens.js +1 -182
  34. package/dist/uitvoerend-lintblauw/_variables.scss +1 -0
  35. package/dist/uitvoerend-lintblauw/index.css +1 -0
  36. package/dist/uitvoerend-lintblauw/index.d.ts +1 -0
  37. package/dist/uitvoerend-lintblauw/index.js +1 -0
  38. package/dist/uitvoerend-lintblauw/root.css +1 -0
  39. package/dist/uitvoerend-lintblauw/tokens.d.ts +1 -0
  40. package/dist/uitvoerend-lintblauw/tokens.js +1 -182
  41. package/dist/uitvoerend-oranje/_variables.scss +1 -0
  42. package/dist/uitvoerend-oranje/index.css +1 -0
  43. package/dist/uitvoerend-oranje/index.d.ts +1 -0
  44. package/dist/uitvoerend-oranje/index.js +1 -0
  45. package/dist/uitvoerend-oranje/root.css +1 -0
  46. package/dist/uitvoerend-oranje/tokens.d.ts +1 -0
  47. package/dist/uitvoerend-oranje/tokens.js +1 -182
  48. package/dist/uitvoerend-paars/_variables.scss +1 -0
  49. package/dist/uitvoerend-paars/index.css +1 -0
  50. package/dist/uitvoerend-paars/index.d.ts +1 -0
  51. package/dist/uitvoerend-paars/index.js +1 -0
  52. package/dist/uitvoerend-paars/root.css +1 -0
  53. package/dist/uitvoerend-paars/tokens.d.ts +1 -0
  54. package/dist/uitvoerend-paars/tokens.js +1 -182
  55. package/dist/uitvoerend-robijnrood/_variables.scss +1 -0
  56. package/dist/uitvoerend-robijnrood/index.css +1 -0
  57. package/dist/uitvoerend-robijnrood/index.d.ts +1 -0
  58. package/dist/uitvoerend-robijnrood/index.js +1 -0
  59. package/dist/uitvoerend-robijnrood/root.css +1 -0
  60. package/dist/uitvoerend-robijnrood/tokens.d.ts +1 -0
  61. package/dist/uitvoerend-robijnrood/tokens.js +1 -182
  62. package/figma/figma.tokens.json +1 -92
  63. package/package.json +4 -3
  64. package/src/generated/base.tokens.json +0 -91
  65. package/src/generated/kern-lintblauw/tokens.json +0 -91
  66. package/src/generated/themes.json +0 -637
  67. package/src/generated/uitvoerend-groen/tokens.json +0 -91
  68. package/src/generated/uitvoerend-hemelblauw/tokens.json +0 -91
  69. package/src/generated/uitvoerend-lintblauw/tokens.json +0 -91
  70. package/src/generated/uitvoerend-oranje/tokens.json +0 -91
  71. package/src/generated/uitvoerend-paars/tokens.json +0 -91
  72. package/src/generated/uitvoerend-robijnrood/tokens.json +0 -91
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
+ * Generated on Mon, 15 Dec 2025 18:39:51 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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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-lintblauw/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}",