@rijkshuisstijl-community/design-tokens 1.0.0-alpha.13 → 1.0.0-alpha.130

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 (88) hide show
  1. package/LICENSE.md +7 -282
  2. package/README.md +21 -3
  3. package/build.mjs +129 -0
  4. package/dist/_variables.scss +1190 -300
  5. package/dist/index.css +1190 -300
  6. package/dist/index.d.ts +1168 -280
  7. package/dist/index.js +1190 -300
  8. package/dist/index.json +1189 -299
  9. package/dist/index.tokens.json +1754 -594
  10. package/dist/root.css +1190 -300
  11. package/dist/tokens.d.ts +1728 -567
  12. package/dist/tokens.js +26510 -5057
  13. package/dist/uitvoerend-mintgroen-focus/_variables.scss +1198 -0
  14. package/dist/uitvoerend-mintgroen-focus/index.css +1201 -0
  15. package/dist/uitvoerend-mintgroen-focus/index.d.ts +1199 -0
  16. package/dist/uitvoerend-mintgroen-focus/index.js +1199 -0
  17. package/dist/uitvoerend-mintgroen-focus/index.json +1196 -0
  18. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +1884 -0
  19. package/dist/uitvoerend-mintgroen-focus/root.css +1201 -0
  20. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +1907 -0
  21. package/dist/uitvoerend-mintgroen-focus/tokens.js +28101 -0
  22. package/dist/uitvoerend-violet/_variables.scss +1191 -0
  23. package/dist/uitvoerend-violet/index.css +1194 -0
  24. package/dist/uitvoerend-violet/index.d.ts +1192 -0
  25. package/dist/uitvoerend-violet/index.js +1192 -0
  26. package/dist/uitvoerend-violet/index.json +1189 -0
  27. package/dist/uitvoerend-violet/index.tokens.json +1841 -0
  28. package/dist/uitvoerend-violet/root.css +1194 -0
  29. package/dist/uitvoerend-violet/tokens.d.ts +1864 -0
  30. package/dist/uitvoerend-violet/tokens.js +27900 -0
  31. package/dist/uitvoerend-violet-oud/_variables.scss +1191 -0
  32. package/dist/uitvoerend-violet-oud/index.css +1194 -0
  33. package/dist/uitvoerend-violet-oud/index.d.ts +1192 -0
  34. package/dist/uitvoerend-violet-oud/index.js +1192 -0
  35. package/dist/uitvoerend-violet-oud/index.json +1189 -0
  36. package/dist/uitvoerend-violet-oud/index.tokens.json +1841 -0
  37. package/dist/uitvoerend-violet-oud/root.css +1194 -0
  38. package/dist/uitvoerend-violet-oud/tokens.d.ts +1864 -0
  39. package/dist/uitvoerend-violet-oud/tokens.js +27900 -0
  40. package/dist/wetgevend/_variables.scss +1191 -0
  41. package/dist/wetgevend/index.css +1194 -0
  42. package/dist/wetgevend/index.d.ts +1192 -0
  43. package/dist/wetgevend/index.js +1192 -0
  44. package/dist/wetgevend/index.json +1189 -0
  45. package/dist/wetgevend/index.tokens.json +1841 -0
  46. package/dist/wetgevend/root.css +1194 -0
  47. package/dist/wetgevend/tokens.d.ts +1864 -0
  48. package/dist/wetgevend/tokens.js +27900 -0
  49. package/figma/figma.tokens.json +7651 -0
  50. package/package.json +15 -13
  51. package/src/common/utrecht/focus.tokens.json +2 -2
  52. package/src/generated/base.tokens.json +5586 -0
  53. package/src/generated/themes.json +22338 -0
  54. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +5628 -0
  55. package/src/generated/uitvoerend-violet/tokens.json +5564 -0
  56. package/src/generated/uitvoerend-violet-oud/tokens.json +5564 -0
  57. package/src/generated/wetgevend/tokens.json +5564 -0
  58. package/token-transformer.mjs +85 -0
  59. package/dist/variables.less +0 -306
  60. package/src/brand/rhc/color.tokens.json +0 -103
  61. package/src/brand/rhc/font.tokens.json +0 -34
  62. package/src/components/basiselementen/document.tokens.json +0 -15
  63. package/src/components/rvo/button.tokens.json +0 -33
  64. package/src/components/rvo/checkbox.tokens.json +0 -32
  65. package/src/components/rvo/custom-radio-button.tokens.json +0 -24
  66. package/src/components/rvo/heading.tokens.json +0 -24
  67. package/src/components/rvo/logo.tokens.json +0 -13
  68. package/src/components/rvo/select.tokens.json +0 -15
  69. package/src/components/utrecht/breadcrumbs.tokens.json +0 -66
  70. package/src/components/utrecht/button.tokens.json +0 -120
  71. package/src/components/utrecht/custom-radio-button.tokens.json +0 -53
  72. package/src/components/utrecht/data-list.tokens.json +0 -91
  73. package/src/components/utrecht/document.tokens.json +0 -12
  74. package/src/components/utrecht/form-field.tokens.json +0 -21
  75. package/src/components/utrecht/form-fieldset.tokens.json +0 -27
  76. package/src/components/utrecht/form-input.tokens.json +0 -42
  77. package/src/components/utrecht/form-label.tokens.json +0 -23
  78. package/src/components/utrecht/heading-1.tokens.json +0 -13
  79. package/src/components/utrecht/heading-2.tokens.json +0 -13
  80. package/src/components/utrecht/heading-3.tokens.json +0 -13
  81. package/src/components/utrecht/heading-4.tokens.json +0 -13
  82. package/src/components/utrecht/heading-5.tokens.json +0 -13
  83. package/src/components/utrecht/heading-6.tokens.json +0 -13
  84. package/src/components/utrecht/link.tokens.json +0 -44
  85. package/src/components/utrecht/ordered-list.tokens.json +0 -19
  86. package/src/components/utrecht/paragraph.tokens.json +0 -23
  87. package/src/components/utrecht/unordered-list.tokens.json +0 -31
  88. package/style-dictionary.config.json +0 -101
@@ -0,0 +1,1841 @@
1
+ {
2
+ "rhc": {
3
+ "color": {
4
+ "primary": {
5
+ "50": "#f2d9e7",
6
+ "100": "#e5b3d0",
7
+ "200": "#D88CB7",
8
+ "300": "#CB66A0",
9
+ "400": "#BE4088",
10
+ "500": "#a90061",
11
+ "hover": "#741344"
12
+ },
13
+ "focus": {
14
+ "outline": "#000"
15
+ },
16
+ "foreground": {
17
+ "default": "#000",
18
+ "lint": "#154273",
19
+ "subdued": "#334155",
20
+ "onEmphasis": "#fff",
21
+ "link": "#01689b"
22
+ },
23
+ "border": {
24
+ "default": "#64748B",
25
+ "subdued": "#94A3B8",
26
+ "strong": "#000"
27
+ },
28
+ "canvas": "#fff",
29
+ "feedback": {
30
+ "success": {
31
+ "default": "#39870c",
32
+ "subdued": "#e1eddb"
33
+ },
34
+ "info": {
35
+ "default": "#007bc7",
36
+ "subdued": "#d9ebf7"
37
+ },
38
+ "error": {
39
+ "default": "#d52b1e",
40
+ "subdued": "#f9dfdd"
41
+ },
42
+ "warning": {
43
+ "default": "#ffb612",
44
+ "subdued": "#fff4db"
45
+ }
46
+ },
47
+ "accent": {
48
+ "500": "#8fcae7"
49
+ },
50
+ "grijs": {
51
+ "50": "#F8FAFC",
52
+ "100": "#F1F5F9",
53
+ "200": "#E2E8F0",
54
+ "300": "#CBD5E1",
55
+ "400": "#94A3B8",
56
+ "500": "#64748B",
57
+ "600": "#475569",
58
+ "700": "#334155",
59
+ "800": "#1E293B",
60
+ "900": "#0F172A"
61
+ },
62
+ "lichtblauw": {
63
+ "50": "#eef7fb",
64
+ "100": "#ddeff8",
65
+ "200": "#CCE7F4",
66
+ "300": "#BCDFF0",
67
+ "400": "#ABD7ED",
68
+ "500": "#8fcae7"
69
+ },
70
+ "violet": {
71
+ "50": "#f2d9e7",
72
+ "100": "#e5b3d0",
73
+ "200": "#D88CB7",
74
+ "300": "#CB66A0",
75
+ "400": "#BE4088",
76
+ "500": "#a90061"
77
+ },
78
+ "paars": {
79
+ "50": "#e3dce7",
80
+ "100": "#c6b9cf",
81
+ "200": "#A995B7",
82
+ "300": "#8D729F",
83
+ "400": "#714f87",
84
+ "500": "#42145f"
85
+ },
86
+ "hemelblauw": {
87
+ "50": "#d9ebf7",
88
+ "100": "#b3d7ee",
89
+ "200": "#8CC3E6",
90
+ "300": "#66AFDD",
91
+ "400": "#409CD5",
92
+ "500": "#007bc7"
93
+ },
94
+ "donkerblauw": {
95
+ "50": "#d9e8f0",
96
+ "100": "#b3d2e1",
97
+ "200": "#8CBBD2",
98
+ "300": "#66A4C3",
99
+ "400": "#408EB4",
100
+ "500": "#01689b"
101
+ },
102
+ "mintgroen": {
103
+ "50": "#eaf8f4",
104
+ "100": "#d6f2e9",
105
+ "200": "#C1EBDE",
106
+ "300": "#ACE4D3",
107
+ "400": "#98DDC8",
108
+ "500": "#76d2b6"
109
+ },
110
+ "mosgroen": {
111
+ "50": "#ebebd9",
112
+ "100": "#d6d7b3",
113
+ "200": "#C1C38C",
114
+ "300": "#ADAF66",
115
+ "400": "#999C40",
116
+ "500": "#777b00"
117
+ },
118
+ "groen": {
119
+ "50": "#e1eddb",
120
+ "100": "#c4dbb6",
121
+ "200": "#A5C991",
122
+ "300": "#88B76D",
123
+ "400": "#6AA549",
124
+ "500": "#39870c"
125
+ },
126
+ "donkergroen": {
127
+ "50": "#dfe6e1",
128
+ "100": "#becdc3",
129
+ "200": "#9DB4A4",
130
+ "300": "#7D9B87",
131
+ "400": "#5D8269",
132
+ "500": "#275937"
133
+ },
134
+ "bruin": {
135
+ "50": "#efeada",
136
+ "100": "#dfd4b6",
137
+ "200": "#CFBF90",
138
+ "300": "#BFA96C",
139
+ "400": "#AF9447",
140
+ "500": "#94710a"
141
+ },
142
+ "donkerbruin": {
143
+ "50": "#e8e0df",
144
+ "100": "#d1c2be",
145
+ "200": "#BAA39D",
146
+ "300": "#A3847D",
147
+ "400": "#8D665D",
148
+ "500": "#673327"
149
+ },
150
+ "geel": {
151
+ "50": "#fefbdd",
152
+ "100": "#fdf6bc",
153
+ "200": "#FCF199",
154
+ "300": "#FBED78",
155
+ "400": "#FAE856",
156
+ "500": "#f9e11e"
157
+ },
158
+ "donkergeel": {
159
+ "50": "#fff4db",
160
+ "100": "#ffe9b8",
161
+ "200": "#FDDE94",
162
+ "300": "#FDD370",
163
+ "400": "#FDC84D",
164
+ "500": "#ffb612"
165
+ },
166
+ "oranje": {
167
+ "50": "#fbead9",
168
+ "100": "#f6d4b3",
169
+ "200": "#F1BE8C",
170
+ "300": "#EDA966",
171
+ "400": "#E89440",
172
+ "500": "#e17000"
173
+ },
174
+ "rood": {
175
+ "50": "#f9dfdd",
176
+ "100": "#f2bfbc",
177
+ "200": "#EC9F99",
178
+ "300": "#E67F78",
179
+ "400": "#DF6056",
180
+ "500": "#d52b1e"
181
+ },
182
+ "roze": {
183
+ "50": "#fdeff8",
184
+ "100": "#fbdef0",
185
+ "200": "#F8CEE8",
186
+ "300": "#F6BDE1",
187
+ "400": "#F4ADD9",
188
+ "500": "#f092cd"
189
+ },
190
+ "robijnrood": {
191
+ "50": "#f7d9e7",
192
+ "100": "#efb3ce",
193
+ "200": "#E78CB6",
194
+ "300": "#DF669D",
195
+ "400": "#D74085",
196
+ "500": "#ca005d"
197
+ },
198
+ "lintblauw": {
199
+ "50": "#dce3ea",
200
+ "100": "#b8c6d5",
201
+ "200": "#95a9c0",
202
+ "300": "#738eab",
203
+ "400": "#4f7196",
204
+ "500": "#154273"
205
+ },
206
+ "wit": "#fff",
207
+ "zwart": "#000",
208
+ "none": "transparent"
209
+ },
210
+ "sub-nav-bar": {
211
+ "background-color": "#f2f4f6",
212
+ "column-gap": "0.5rem",
213
+ "column-width": "375px",
214
+ "padding-block-end": "2rem",
215
+ "padding-block-start": "2rem",
216
+ "inline-size": "100%",
217
+ "content": {
218
+ "padding-inline-end": "1rem",
219
+ "padding-inline-start": "1rem",
220
+ "max-inline-size": "1280px",
221
+ "list": {
222
+ "row-gap": "0.5rem"
223
+ }
224
+ }
225
+ },
226
+ "toggletip": {
227
+ "color": "#fff",
228
+ "background-color": "#007bc7",
229
+ "border-color": "transparent",
230
+ "border-radius": "5px",
231
+ "border-width": "1px",
232
+ "icon": {
233
+ "size": "24px"
234
+ },
235
+ "size": "24px",
236
+ "active": {
237
+ "color": "#007bc7",
238
+ "background-color": "#fff",
239
+ "border-color": "#007bc7"
240
+ },
241
+ "hover": {
242
+ "color": "#154273",
243
+ "background-color": "#66AFDD"
244
+ },
245
+ "focus": {
246
+ "color": "#fff",
247
+ "background-color": "#007bc7"
248
+ }
249
+ },
250
+ "sidenav": {
251
+ "display": "flex",
252
+ "link": {
253
+ "line-height": "150%",
254
+ "icon": {
255
+ "size": "24px",
256
+ "margin-inline": "0.5rem"
257
+ },
258
+ "font-size": "1.25rem",
259
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
260
+ "font-weight": 400,
261
+ "current": {
262
+ "font-weight": 700,
263
+ "color": "#154273"
264
+ },
265
+ "color": "#01689b",
266
+ "active": {
267
+ "color": "#42145f",
268
+ "text-decoration": "underline"
269
+ },
270
+ "focus": {
271
+ "border-radius": "5px",
272
+ "border-width": "2px",
273
+ "border-style": "solid",
274
+ "border-color": "#154273",
275
+ "background-color": "none",
276
+ "color": "#01689b",
277
+ "text-decoration": "None"
278
+ },
279
+ "hover": {
280
+ "color": "#15496a",
281
+ "text-decoration": "underline"
282
+ },
283
+ "padding-block-start": "0.75rem",
284
+ "padding-block-end": "0.75rem",
285
+ "text-decoration": "None",
286
+ "column-gap": "0.5rem"
287
+ }
288
+ },
289
+ "radio-group": {
290
+ "padding-block-end": "0.5rem",
291
+ "padding-block-start": "0.5rem",
292
+ "row-gap": "1rem"
293
+ },
294
+ "navigation-list": {
295
+ "icon": {
296
+ "background-color": "#154273",
297
+ "border-radius": "999px",
298
+ "color": "#fff"
299
+ },
300
+ "item": {
301
+ "icon": {
302
+ "padding-inline": "0.5rem",
303
+ "padding-block": "0.5rem",
304
+ "size": "24px"
305
+ },
306
+ "content": {
307
+ "column-gap": "0.5rem",
308
+ "row-gap": "0.25rem"
309
+ },
310
+ "label": {
311
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
312
+ "font-size": "1.875rem",
313
+ "font-weight": 700,
314
+ "line-height": "150%"
315
+ },
316
+ "active": {
317
+ "background-color": "#F1F5F9"
318
+ },
319
+ "hover": {
320
+ "background-color": "#F8FAFC"
321
+ },
322
+ "focus": {
323
+ "background-color": "#dce3ea"
324
+ },
325
+ "background-color": "#fff",
326
+ "color": "#334155",
327
+ "border-width": "1px",
328
+ "border-color": "#CBD5E1",
329
+ "heading": {
330
+ "color": "#154273"
331
+ },
332
+ "column-gap": "1rem",
333
+ "min-height": "48px",
334
+ "padding-block": "0.75rem",
335
+ "padding-inline": "1rem"
336
+ }
337
+ },
338
+ "nav-bar": {
339
+ "border-block-end-width": "1px",
340
+ "max-inline-size": "1280px",
341
+ "padding-inline": "1rem",
342
+ "container": {
343
+ "inline-size": "100%"
344
+ },
345
+ "content": {
346
+ "column-gap": "1rem"
347
+ },
348
+ "icon": {
349
+ "color": "#154273",
350
+ "active": {
351
+ "color": "#fff"
352
+ },
353
+ "size": "24px"
354
+ },
355
+ "link": {
356
+ "active": {
357
+ "background-color": "#154273",
358
+ "color": "#fff"
359
+ },
360
+ "background-color": "#fff",
361
+ "color": "#154273",
362
+ "focus": {
363
+ "background-color": "#dce3ea",
364
+ "color": "#154273"
365
+ },
366
+ "hover": {
367
+ "background-color": "#F8FAFC",
368
+ "color": "#154273"
369
+ },
370
+ "padding-block-end": "1rem",
371
+ "padding-block-start": "1rem",
372
+ "padding-inline-end": "0.75rem",
373
+ "padding-inline-start": "0.75rem",
374
+ "column-gap": "0.5rem"
375
+ },
376
+ "heading": {
377
+ "font-weight": 700
378
+ },
379
+ "background-color": "#fff",
380
+ "color": "#154273",
381
+ "border-color": "#64748B"
382
+ },
383
+ "message-list": {
384
+ "item": {
385
+ "background-color": "#fff",
386
+ "border-color": "#CBD5E1",
387
+ "border-width": "1px",
388
+ "color": "#334155",
389
+ "column-gap": "1rem",
390
+ "icon": {
391
+ "size": "24px",
392
+ "color": "#154273"
393
+ },
394
+ "min-height": "48px",
395
+ "padding-block": "0.75rem",
396
+ "padding-inline": "1rem",
397
+ "content": {
398
+ "column-gap": "0.5rem",
399
+ "row-gap": "0.5rem"
400
+ },
401
+ "label": {
402
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
403
+ "font-size": "1.25rem",
404
+ "font-weight": 700,
405
+ "line-height": "150%"
406
+ },
407
+ "heading": {
408
+ "color": "#154273"
409
+ }
410
+ }
411
+ },
412
+ "logo": {
413
+ "image": {
414
+ "background-color": "#fff",
415
+ "inline-size": "48px",
416
+ "block-size": "96px",
417
+ "color": "#154273"
418
+ },
419
+ "title": {
420
+ "font-weight": 600,
421
+ "line-height": "1.063rem",
422
+ "font-size": "0.913rem",
423
+ "padding-block-start": "3.125rem"
424
+ },
425
+ "subtitle": {
426
+ "font-weight": 400,
427
+ "line-height": "1rem",
428
+ "font-size": "0.775rem"
429
+ },
430
+ "column-gap": "12px",
431
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
432
+ "color": "#154273"
433
+ },
434
+ "link-list-card": {
435
+ "background-color": "#fff",
436
+ "padding-block-start": "1.5rem",
437
+ "padding-block-end": "1.5rem",
438
+ "row-gap": "1rem",
439
+ "padding-inline-start": "1.5rem",
440
+ "padding-inline-end": "1.5rem"
441
+ },
442
+ "link-list": {
443
+ "text-decoration": "None"
444
+ },
445
+ "icon-only-button": {
446
+ "padding-block-end": "0.75rem",
447
+ "padding-block-start": "0.75rem",
448
+ "padding-inline-end": "0.75rem",
449
+ "padding-inline-start": "0.75rem"
450
+ },
451
+ "hero": {
452
+ "heading": {
453
+ "font-weight": 700,
454
+ "line-height": "125%",
455
+ "font-size": "1.875rem",
456
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif"
457
+ },
458
+ "sub-heading": {
459
+ "font-weight": 400,
460
+ "line-height": "150%",
461
+ "font-size": "1.25rem",
462
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif"
463
+ },
464
+ "message": {
465
+ "background-color": "#154273",
466
+ "color": "#fff",
467
+ "row-gap": "0.125rem",
468
+ "padding-block-end": "1rem",
469
+ "padding-inline-end": "1rem",
470
+ "padding-inline-start": "1rem",
471
+ "padding-block-start": "1rem",
472
+ "border-radius": "20px",
473
+ "inline-size": "90%"
474
+ },
475
+ "border-radius": "40px",
476
+ "inline-size": "100%"
477
+ },
478
+ "form-field-radio-option": {
479
+ "column-gap": "0.5rem",
480
+ "font-weight": 400,
481
+ "row-gap": "0.5rem",
482
+ "label": {
483
+ "margin-block-end": 0
484
+ },
485
+ "input": {
486
+ "margin": {
487
+ "block-start": "0.25rem"
488
+ }
489
+ }
490
+ },
491
+ "form-field-checkbox-option": {
492
+ "column-gap": "0.5rem",
493
+ "margin-block-end": 0
494
+ },
495
+ "page-footer": {
496
+ "column-gap": "1.5rem",
497
+ "column-width": "200px",
498
+ "column": {
499
+ "title": {
500
+ "margin-block-end": "0.75rem"
501
+ }
502
+ },
503
+ "content": {
504
+ "max-inline-size": "1280px",
505
+ "padding-inline-start": "1rem",
506
+ "padding-inline-end": "1rem"
507
+ },
508
+ "border": {
509
+ "block-start": {
510
+ "width": "2px",
511
+ "color": "#a90061",
512
+ "style": "solid"
513
+ }
514
+ },
515
+ "padding": {
516
+ "block-start": "2.5rem",
517
+ "block-end": "2.5rem",
518
+ "inline-start": "2.5rem"
519
+ },
520
+ "flex": {
521
+ "direction": "row"
522
+ }
523
+ },
524
+ "file-input": {
525
+ "column-gap": "0.75rem",
526
+ "row-gap": "0.75rem",
527
+ "feedback": {
528
+ "color": "#475569",
529
+ "font-size": "1rem"
530
+ }
531
+ },
532
+ "file": {
533
+ "border-style": "solid",
534
+ "border-color": "#154273",
535
+ "border-width": "1px",
536
+ "border-radius": "5px",
537
+ "padding-inline-start": "1rem",
538
+ "padding-inline-end": "1rem",
539
+ "padding-block-start": "0.75rem",
540
+ "padding-block-end": "0.75rem",
541
+ "column-gap": "0.25rem",
542
+ "error": {
543
+ "border-color": "#d52b1e"
544
+ },
545
+ "subtitle": {
546
+ "color": "#64748B"
547
+ }
548
+ },
549
+ "dot-badge": {
550
+ "border-radius": "999px",
551
+ "color": "#d52b1e",
552
+ "size": "12px"
553
+ },
554
+ "code-input": {
555
+ "size": "48px"
556
+ },
557
+ "code-input-group": {
558
+ "column-gap": "0.5rem"
559
+ },
560
+ "checkbox-group": {
561
+ "padding-block-end": "0.5rem",
562
+ "padding-block-start": "0.5rem",
563
+ "row-gap": "1rem"
564
+ },
565
+ "card-as-link": {
566
+ "background-color": "#fff",
567
+ "border-color": "#CBD5E1",
568
+ "border-radius": "5px",
569
+ "border-width": "1px",
570
+ "color": "#154273",
571
+ "column-gap": "1rem",
572
+ "inline-size": "328px",
573
+ "icon": {
574
+ "color": "#154273",
575
+ "size": "24px"
576
+ },
577
+ "link": {
578
+ "color": "#01689b",
579
+ "text-decoration": "underline",
580
+ "active": {
581
+ "text-decoration": "none"
582
+ },
583
+ "hover": {
584
+ "text-decoration": "none"
585
+ },
586
+ "focus": {
587
+ "text-decoration": "none"
588
+ }
589
+ },
590
+ "metadata": {
591
+ "color": "#154273"
592
+ },
593
+ "padding-block-end": "1rem",
594
+ "padding-block-start": "1rem",
595
+ "padding-inline-end": "1rem",
596
+ "padding-inline-start": "1rem",
597
+ "row-gap": "0.75rem",
598
+ "active": {
599
+ "background-color": "#F1F5F9",
600
+ "text-decoration": "underline"
601
+ },
602
+ "hover": {
603
+ "background-color": "#F8FAFC",
604
+ "text-decoration": "underline"
605
+ },
606
+ "focus": {
607
+ "background-color": "#dce3ea",
608
+ "text-decoration": "underline"
609
+ },
610
+ "full-bleed": {
611
+ "background-color": "#000",
612
+ "border-color": "transparent",
613
+ "color": "#fff",
614
+ "opacity": 0.5
615
+ },
616
+ "heading": {
617
+ "padding-block-start": "0.5rem",
618
+ "font-size": "1.5rem",
619
+ "font-weight": 700
620
+ },
621
+ "horizontal": {
622
+ "background-color": "#154273",
623
+ "border-color": "transparent",
624
+ "color": "#fff",
625
+ "max-block-size": "96px",
626
+ "padding-block-end": 0,
627
+ "padding-block-start": 0,
628
+ "padding-inline-end": "1rem",
629
+ "padding-inline-start": "1rem",
630
+ "heading": {
631
+ "inline-size": "200px"
632
+ }
633
+ }
634
+ },
635
+ "accordion": {
636
+ "button": {
637
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
638
+ "font-size": "1.25rem",
639
+ "font-weight": 400,
640
+ "line-height": "150%",
641
+ "icon": {
642
+ "margin-block": "0.25rem"
643
+ },
644
+ "padding-block-end": "0.75rem",
645
+ "padding-block-start": "0.75rem",
646
+ "padding-inline-end": "1rem",
647
+ "padding-inline-start": "1rem",
648
+ "expanded": {
649
+ "background-color": "#fff",
650
+ "color": "#154273"
651
+ }
652
+ },
653
+ "section": {
654
+ "border-block-end-width": "1px",
655
+ "border-width": 0,
656
+ "border-color": "#94A3B8"
657
+ },
658
+ "header": {
659
+ "margin": 0
660
+ },
661
+ "border-radius": "0px",
662
+ "color": "#154273"
663
+ },
664
+ "keep": {
665
+ "top-left": {
666
+ "borderRadiusTopLeft": "48px",
667
+ "borderRadiusTopRight": 0,
668
+ "borderRadiusBottomRight": 0,
669
+ "borderRadiusBottomLeft": 0
670
+ },
671
+ "top-right": {
672
+ "borderRadiusTopRight": "48px",
673
+ "borderRadiusTopLeft": 0,
674
+ "borderRadiusBottomRight": 0,
675
+ "borderRadiusBottomLeft": 0
676
+ },
677
+ "bottom-right": {
678
+ "borderRadiusTopLeft": 0,
679
+ "borderRadiusTopRight": 0,
680
+ "borderRadiusBottomRight": "48px",
681
+ "borderRadiusBottomLeft": 0
682
+ },
683
+ "bottom-left": {
684
+ "borderRadiusTopLeft": 0,
685
+ "borderRadiusTopRight": 0,
686
+ "borderRadiusBottomRight": 0,
687
+ "borderRadiusBottomLeft": "48px"
688
+ }
689
+ },
690
+ "border-radius": {
691
+ "sm": "2.5px",
692
+ "md": "5px",
693
+ "keep": "48px",
694
+ "circle": "999px",
695
+ "none": "0px"
696
+ },
697
+ "focus": {
698
+ "outline-offset": "0.125rem",
699
+ "outline-style": "solid",
700
+ "outline-width": "2px"
701
+ },
702
+ "font-size": {
703
+ "heading": {
704
+ "level-1": "3.125rem",
705
+ "level-2": "2.5rem",
706
+ "level-3": "1.875rem",
707
+ "level-4": "1.5rem",
708
+ "level-5": "1.25rem"
709
+ },
710
+ "paragraph": {
711
+ "intro": "1.5rem",
712
+ "default": "1.25rem",
713
+ "small": "1.125rem"
714
+ },
715
+ "xs": {
716
+ "desktop": "1.25rem",
717
+ "tablet": "1.125rem",
718
+ "mobile": "1rem"
719
+ },
720
+ "sm": {
721
+ "desktop": "1.5rem",
722
+ "tablet": "1.35rem",
723
+ "mobile": "1.2rem"
724
+ },
725
+ "md": {
726
+ "desktop": "1.875rem",
727
+ "tablet": "1.688rem",
728
+ "mobile": "1.5rem"
729
+ },
730
+ "lg": {
731
+ "desktop": "2.5rem",
732
+ "tablet": "2.25rem",
733
+ "mobile": "2rem"
734
+ },
735
+ "xl": {
736
+ "desktop": "3.125rem",
737
+ "tablet": "2.813rem",
738
+ "mobile": "2.5rem"
739
+ }
740
+ },
741
+ "line-height": {
742
+ "paragraph": "150%",
743
+ "sm": "125%",
744
+ "md": "150%"
745
+ },
746
+ "size": {
747
+ "target": "48px",
748
+ "icon": {
749
+ "functional": "24px"
750
+ },
751
+ "quarter-lint": "12px",
752
+ "half-lint": "24px",
753
+ "lint": "48px",
754
+ "2-lint": "96px",
755
+ "3-lint": "1440px"
756
+ },
757
+ "font-weight": {
758
+ "extra-bold": 800,
759
+ "bold": 700,
760
+ "semi-bold": 550,
761
+ "regular": 400,
762
+ "chosen-regular": 400,
763
+ "light": 300,
764
+ "thin": 200
765
+ },
766
+ "font-family": {
767
+ "primary": "Fira Sans, Arial, Verdana, sans-serif",
768
+ "secondary": "RijksoverheidSerifWeb, 'Times New Roman', serif"
769
+ },
770
+ "border-width": {
771
+ "default": "1px",
772
+ "m": "2px",
773
+ "none": "0px"
774
+ },
775
+ "space": {
776
+ "0": 0,
777
+ "25": "0.125rem",
778
+ "50": "0.25rem",
779
+ "100": "0.5rem",
780
+ "150": "0.75rem",
781
+ "200": "1rem",
782
+ "300": "1.5rem",
783
+ "400": "2rem",
784
+ "500": "2.5rem",
785
+ "600": "3rem",
786
+ "700": "3.5rem"
787
+ }
788
+ },
789
+ "utrecht": {
790
+ "icon": {
791
+ "color": "inherit",
792
+ "size": "24px",
793
+ "inset-block-start": 0
794
+ },
795
+ "unordered-list": {
796
+ "padding-inline-start": "1.5rem",
797
+ "margin-block-end": "0.25rem",
798
+ "margin-block-start": "0.25rem",
799
+ "color": "#154273",
800
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
801
+ "font-weight": 400,
802
+ "font-size": "1.25rem",
803
+ "line-height": "150%",
804
+ "item": {
805
+ "padding-inline-start": "0.5rem",
806
+ "margin-block-end": "0.25rem",
807
+ "margin-block-start": "0.25rem"
808
+ },
809
+ "marker": {
810
+ "color": "#154273",
811
+ "border-color": "#154273"
812
+ }
813
+ },
814
+ "textbox": {
815
+ "border-radius": "2.5px",
816
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
817
+ "font-size": "1.25rem",
818
+ "font-weight": 400,
819
+ "line-height": "150%",
820
+ "max-inline-size": "400px",
821
+ "padding-block-end": "0.5rem",
822
+ "padding-block-start": "0.5rem",
823
+ "padding-inline-end": "0.75rem",
824
+ "padding-inline-start": "0.75rem",
825
+ "background-color": "#fff",
826
+ "border-color": "#154273",
827
+ "color": "#154273",
828
+ "invalid": {
829
+ "background-color": "#f9dfdd",
830
+ "border-color": "#d52b1e",
831
+ "color": "#154273",
832
+ "border-width": "1px"
833
+ },
834
+ "placeholder": {
835
+ "color": "#64748B"
836
+ },
837
+ "border-block-end-width": "auto",
838
+ "border-width": "1px",
839
+ "focus": {
840
+ "border-width": "2px",
841
+ "background-color": "#fff",
842
+ "border-color": "#154273",
843
+ "color": "#154273"
844
+ },
845
+ "disabled": {
846
+ "background-color": "#CBD5E1",
847
+ "border-color": "#94A3B8",
848
+ "color": "#475569"
849
+ },
850
+ "read-only": {
851
+ "background-color": "#F1F5F9",
852
+ "border-color": "transparent",
853
+ "color": "#154273"
854
+ },
855
+ "hover": {
856
+ "border-width": "1px",
857
+ "background-color": "#fff",
858
+ "border-color": "#738eab",
859
+ "color": "#154273"
860
+ }
861
+ },
862
+ "textarea": {
863
+ "max-inline-size": "400px",
864
+ "padding-block-end": "0.5rem",
865
+ "padding-block-start": "0.5rem",
866
+ "padding-inline-end": "0.75rem",
867
+ "padding-inline-start": "0.75rem",
868
+ "background-color": "#fff",
869
+ "border-color": "#154273",
870
+ "color": "#154273",
871
+ "invalid": {
872
+ "background-color": "#f9dfdd",
873
+ "border-color": "#d52b1e",
874
+ "color": "#154273",
875
+ "border-width": "1px"
876
+ },
877
+ "placeholder": {
878
+ "color": "#64748B"
879
+ },
880
+ "focus": {
881
+ "background-color": "#fff",
882
+ "border-color": "#154273",
883
+ "color": "#154273",
884
+ "border-width": "2px"
885
+ },
886
+ "disabled": {
887
+ "background-color": "#CBD5E1",
888
+ "border-color": "#94A3B8",
889
+ "color": "#475569"
890
+ },
891
+ "read-only": {
892
+ "background-color": "#F1F5F9",
893
+ "border-color": "transparent",
894
+ "color": "#154273"
895
+ },
896
+ "hover": {
897
+ "background-color": "#fff",
898
+ "border-color": "#738eab",
899
+ "color": "#154273",
900
+ "border-width": "1px"
901
+ },
902
+ "border-radius": "2.5px",
903
+ "border-bottom-width": "1px",
904
+ "border-width": "1px",
905
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
906
+ "font-weight": 400,
907
+ "line-height": "150%",
908
+ "font-size": "1.25rem"
909
+ },
910
+ "table": {
911
+ "header-cell": {
912
+ "line-height": "150%",
913
+ "color": "#154273",
914
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
915
+ "font-weight": 700,
916
+ "font-size": "1.25rem"
917
+ },
918
+ "caption": {
919
+ "line-height": "125%",
920
+ "margin-block-end": "1.5rem",
921
+ "color": "#154273",
922
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
923
+ "font-weight": 700,
924
+ "font-size": "1.875rem"
925
+ },
926
+ "cell": {
927
+ "padding-block-end": "0.75rem",
928
+ "padding-block-start": "0.75rem",
929
+ "padding-inline-end": "1rem",
930
+ "padding-inline-start": "1rem",
931
+ "line-height": "150%"
932
+ },
933
+ "data-cell": {
934
+ "color": "#154273",
935
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
936
+ "font-weight": 400,
937
+ "line-height": "150%",
938
+ "font-size": "1.25rem"
939
+ },
940
+ "header": {
941
+ "border-block-end-width": "2px",
942
+ "border-block-end-color": "#CBD5E1",
943
+ "background-color": "transparent"
944
+ },
945
+ "footer": {
946
+ "border-block-end-width": "1px",
947
+ "border-block-end-color": "#CBD5E1",
948
+ "background-color": "transparent"
949
+ },
950
+ "row": {
951
+ "border-block-end-width": "1px",
952
+ "border-block-end-color": "#CBD5E1",
953
+ "background-color": "transparent"
954
+ },
955
+ "footer-cell": {
956
+ "font-weight": 700,
957
+ "font-size": "1.25rem",
958
+ "color": "#154273",
959
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
960
+ "line-height": "150%"
961
+ },
962
+ "container": {
963
+ "box-inline-end-shadow": {
964
+ "x": 0,
965
+ "y": "16px",
966
+ "blur": "48px",
967
+ "spread": 0,
968
+ "color": "#0000001a"
969
+ },
970
+ "box-inline-start-shadow": {
971
+ "x": 0,
972
+ "y": "16px",
973
+ "blur": "48px",
974
+ "spread": 0,
975
+ "color": "#0000001a"
976
+ }
977
+ },
978
+ "font-size": "1.25rem"
979
+ },
980
+ "skip-link": {
981
+ "font-weight": 700,
982
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
983
+ "font-size": "1.25rem",
984
+ "line-height": "150%",
985
+ "min-block-size": "48px",
986
+ "min-inline-size": "48px",
987
+ "padding-block-end": "0.75rem",
988
+ "padding-block-start": "0.75rem",
989
+ "padding-inline-end": "1rem",
990
+ "padding-inline-start": "1rem",
991
+ "focus": {
992
+ "background-color": "#fff",
993
+ "border-color": "#154273",
994
+ "border-style": "solid",
995
+ "border-width": "2px",
996
+ "color": "#154273",
997
+ "text-decoration": "None"
998
+ },
999
+ "focus-visible": {
1000
+ "outline-color": "#000"
1001
+ },
1002
+ "background-color": "#154273",
1003
+ "border-color": "transparent",
1004
+ "color": "#fff",
1005
+ "border-width": "2px",
1006
+ "box-block-end-shadow": {
1007
+ "offset-x": 0,
1008
+ "offset-y": "16px",
1009
+ "blur-radius": "48px",
1010
+ "spread-radius": 0,
1011
+ "color": "#0000001a"
1012
+ },
1013
+ "text-decoration": "underline",
1014
+ "text-underline-offset": "0.125rem"
1015
+ },
1016
+ "separator": {
1017
+ "color": "#CBD5E1",
1018
+ "block-size": "2px",
1019
+ "margin-block-end": "0.75rem",
1020
+ "margin-block-start": "0.75rem"
1021
+ },
1022
+ "select": {
1023
+ "image-background-position": "right 0.5rem center",
1024
+ "icon": {
1025
+ "size": "24px"
1026
+ },
1027
+ "background-color": "#fff",
1028
+ "border-color": "#154273",
1029
+ "color": "#154273",
1030
+ "invalid": {
1031
+ "background-color": "#f9dfdd",
1032
+ "border-color": "#d52b1e",
1033
+ "color": "#154273",
1034
+ "border-width": "1px"
1035
+ },
1036
+ "focus": {
1037
+ "background-color": "#fff",
1038
+ "border-color": "#154273",
1039
+ "color": "#154273",
1040
+ "border-width": "2px"
1041
+ },
1042
+ "disabled": {
1043
+ "background-color": "#CBD5E1",
1044
+ "border-color": "#94A3B8",
1045
+ "color": "#475569"
1046
+ },
1047
+ "hover": {
1048
+ "background-color": "#fff",
1049
+ "border-color": "#738eab",
1050
+ "color": "#154273",
1051
+ "border-width": "1px"
1052
+ },
1053
+ "padding-block-end": "0.5rem",
1054
+ "padding-block-start": "0.5rem",
1055
+ "padding-inline-end": "0.75rem",
1056
+ "padding-inline-start": "0.75rem",
1057
+ "border-radius": "2.5px",
1058
+ "border-bottom-width": "auto",
1059
+ "border-width": "1px",
1060
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1061
+ "font-weight": 400,
1062
+ "line-height": "150%",
1063
+ "font-size": "1.25rem",
1064
+ "max-inline-size": "400px"
1065
+ },
1066
+ "radio-button": {
1067
+ "active": {
1068
+ "border-width": "1px",
1069
+ "background-color": "#fff",
1070
+ "border-color": "#4f7196"
1071
+ },
1072
+ "size": "24px",
1073
+ "dot": {
1074
+ "size": "12px"
1075
+ },
1076
+ "background-color": "#fff",
1077
+ "border-color": "#154273",
1078
+ "invalid": {
1079
+ "background-color": "#f9dfdd",
1080
+ "border-color": "#d52b1e",
1081
+ "border-width": "1px"
1082
+ },
1083
+ "focus": {
1084
+ "background-color": "#fff",
1085
+ "border-color": "#154273",
1086
+ "border-width": "2px"
1087
+ },
1088
+ "disabled": {
1089
+ "background-color": "#CBD5E1",
1090
+ "border-color": "#94A3B8",
1091
+ "color": "#475569"
1092
+ },
1093
+ "checked": {
1094
+ "background-color": "#154273",
1095
+ "border-color": "transparent",
1096
+ "color": "#fff",
1097
+ "hover": {
1098
+ "background-color": "#738eab",
1099
+ "border-color": "transparent",
1100
+ "color": "#fff",
1101
+ "border-width": "1px"
1102
+ },
1103
+ "active": {
1104
+ "background-color": "#4f7196",
1105
+ "border-color": "transparent",
1106
+ "color": "#fff",
1107
+ "border-width": "1px"
1108
+ },
1109
+ "focus": {
1110
+ "background-color": "#fff",
1111
+ "border-color": "#154273",
1112
+ "color": "#154273",
1113
+ "border-width": "2px"
1114
+ },
1115
+ "disabled": {
1116
+ "background-color": "#CBD5E1",
1117
+ "border-color": "#94A3B8",
1118
+ "color": "#475569"
1119
+ },
1120
+ "border-width": "1px"
1121
+ },
1122
+ "hover": {
1123
+ "background-color": "#fff",
1124
+ "border-color": "#738eab",
1125
+ "border-width": "1px"
1126
+ },
1127
+ "border-radius": "999px",
1128
+ "border-width": "1px"
1129
+ },
1130
+ "paragraph": {
1131
+ "color": "#154273",
1132
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1133
+ "font-size": "1.25rem",
1134
+ "font-weight": 400,
1135
+ "line-height": "150%",
1136
+ "margin-block-end": 0,
1137
+ "margin-block-start": 0,
1138
+ "lead": {
1139
+ "color": "#154273",
1140
+ "font-size": "1.5rem",
1141
+ "font-weight": 400,
1142
+ "line-height": "150%"
1143
+ },
1144
+ "small": {
1145
+ "color": "#154273",
1146
+ "font-size": "1.125rem",
1147
+ "font-weight": 400,
1148
+ "line-height": "150%"
1149
+ }
1150
+ },
1151
+ "ordered-list": {
1152
+ "padding-inline-start": "1.5rem",
1153
+ "margin-block-end": "0.25rem",
1154
+ "margin-block-start": "0.25rem",
1155
+ "margin-inline-start": "0.625rem",
1156
+ "item": {
1157
+ "padding-inline-start": 0,
1158
+ "margin-block-end": "0.25rem",
1159
+ "margin-block-start": "0.25rem"
1160
+ },
1161
+ "color": "#154273",
1162
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1163
+ "font-weight": 400,
1164
+ "font-size": "1.25rem",
1165
+ "line-height": "150%"
1166
+ },
1167
+ "link-list": {
1168
+ "margin-block-start": 0,
1169
+ "row-gap": "0.5rem",
1170
+ "margin-block-end": 0,
1171
+ "item": {
1172
+ "column-gap": "0.5rem",
1173
+ "text-decoration": "None"
1174
+ },
1175
+ "icon": {
1176
+ "size": "24px",
1177
+ "inset-block-start": "0.188rem"
1178
+ }
1179
+ },
1180
+ "link": {
1181
+ "color": "#01689b",
1182
+ "text-decoration-color": "#01689b",
1183
+ "active": {
1184
+ "color": "#42145f",
1185
+ "text-decoration": "None"
1186
+ },
1187
+ "focus": {
1188
+ "background-color": "transparent",
1189
+ "color": "#01689b",
1190
+ "text-decoration": "None",
1191
+ "text-decoration-thickness": "auto"
1192
+ },
1193
+ "hover": {
1194
+ "color": "#01496c",
1195
+ "text-decoration": "None",
1196
+ "text-decoration-thickness": "auto"
1197
+ },
1198
+ "visited": {
1199
+ "color": "#42145f"
1200
+ },
1201
+ "text-decoration": "underline",
1202
+ "icon": {
1203
+ "inset-block-start": "0.25rem",
1204
+ "size": "24px"
1205
+ },
1206
+ "column-gap": "0.25rem",
1207
+ "text-decoration-thickness": "auto",
1208
+ "text-underline-offset": "0.125rem",
1209
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1210
+ "font-weight": 400,
1211
+ "font-size": "1.25rem",
1212
+ "line-height": "150%"
1213
+ },
1214
+ "form-label": {
1215
+ "color": "#154273",
1216
+ "font-size": "1.25rem",
1217
+ "font-weight": 700
1218
+ },
1219
+ "form-field-label": {
1220
+ "color": "#154273",
1221
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1222
+ "font-size": "1.25rem",
1223
+ "font-weight": 700,
1224
+ "line-height": "150%"
1225
+ },
1226
+ "form-field-error-message": {
1227
+ "icon": {
1228
+ "size": "24px",
1229
+ "margin-inline-end": "0.5rem"
1230
+ },
1231
+ "color": "#d52b1e",
1232
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1233
+ "font-size": "1.25rem",
1234
+ "font-weight": 400,
1235
+ "margin-block-end": "0.5rem",
1236
+ "padding-block-end": "0.5rem"
1237
+ },
1238
+ "form-field-description": {
1239
+ "color": "#334155",
1240
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1241
+ "font-size": "1.25rem",
1242
+ "line-height": "150%",
1243
+ "margin-block-start": "-0.5rem",
1244
+ "margin-block-end": "0.5rem",
1245
+ "padding-block-end": "0.5rem"
1246
+ },
1247
+ "form-field": {
1248
+ "margin-block-start": "0.5rem",
1249
+ "margin-block-end": "0.5rem",
1250
+ "invalid": {
1251
+ "border-inline-start-color": "#d52b1e",
1252
+ "border-inline-start-width": "0px",
1253
+ "padding-inline-start": 0
1254
+ },
1255
+ "label": {
1256
+ "margin-block-end": "0.5rem"
1257
+ },
1258
+ "error-message": {
1259
+ "line-height": "normal"
1260
+ }
1261
+ },
1262
+ "page-footer": {
1263
+ "background-color": "#154273",
1264
+ "color": "#fff",
1265
+ "padding-block-start": "3rem",
1266
+ "padding-block-end": "3rem",
1267
+ "padding-inline-start": "80px",
1268
+ "padding-inline-end": "80px"
1269
+ },
1270
+ "figure": {
1271
+ "caption": {
1272
+ "border-color": "#CBD5E1",
1273
+ "border-width": "4px",
1274
+ "color": "#a90061",
1275
+ "padding-block-end": "0.5rem",
1276
+ "padding-block-start": "0.5rem",
1277
+ "padding-inline-start": "1rem",
1278
+ "line-height": "150%",
1279
+ "font-size": "1.25rem"
1280
+ },
1281
+ "img": {
1282
+ "border-end-end-radius": 0,
1283
+ "border-end-start-radius": 0,
1284
+ "border-start-end-radius": 0,
1285
+ "border-start-start-radius": 0
1286
+ }
1287
+ },
1288
+ "form-fieldset": {
1289
+ "legend": {
1290
+ "color": "#154273",
1291
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1292
+ "font-size": "1.25rem",
1293
+ "font-weight": 700,
1294
+ "line-height": "150%",
1295
+ "disabled": {
1296
+ "color": "#334155"
1297
+ }
1298
+ },
1299
+ "section": {
1300
+ "background-color": "transparent",
1301
+ "color": "#154273"
1302
+ },
1303
+ "invalid": {
1304
+ "border-inline-start": {
1305
+ "color": "#d52b1e"
1306
+ },
1307
+ "padding-inline-start": 0,
1308
+ "border-inline-start-width": "0px"
1309
+ }
1310
+ },
1311
+ "badge-counter": {
1312
+ "font-size": "1.25rem",
1313
+ "line-height": "150%",
1314
+ "min-block-size": "24px",
1315
+ "min-inline-size": "24px",
1316
+ "font-weight": 700,
1317
+ "border-width": "0px",
1318
+ "border-radius": "999px",
1319
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1320
+ "background-color": "#154273",
1321
+ "border-color": "transparent",
1322
+ "color": "#fff",
1323
+ "padding-inline": "0.5rem",
1324
+ "padding-block": "0.5rem"
1325
+ },
1326
+ "checkbox": {
1327
+ "border-radius": "2.5px",
1328
+ "size": "24px",
1329
+ "icon": {
1330
+ "size": "24px"
1331
+ },
1332
+ "background-color": "#fff",
1333
+ "border-color": "#154273",
1334
+ "invalid": {
1335
+ "background-color": "#f9dfdd",
1336
+ "border-color": "#d52b1e",
1337
+ "border-width": "1px"
1338
+ },
1339
+ "focus": {
1340
+ "background-color": "#fff",
1341
+ "border-color": "#154273",
1342
+ "border-width": "2px"
1343
+ },
1344
+ "disabled": {
1345
+ "background-color": "#CBD5E1",
1346
+ "border-color": "#94A3B8"
1347
+ },
1348
+ "checked": {
1349
+ "background-color": "#154273",
1350
+ "border-color": "transparent",
1351
+ "color": "#fff",
1352
+ "border-width": "1px",
1353
+ "disabled": {
1354
+ "background-color": "#CBD5E1",
1355
+ "border-color": "#94A3B8",
1356
+ "color": "#475569"
1357
+ },
1358
+ "focus": {
1359
+ "border-width": "2px",
1360
+ "background-color": "#fff",
1361
+ "border-color": "#154273",
1362
+ "color": "#154273"
1363
+ },
1364
+ "hover": {
1365
+ "border-width": "1px",
1366
+ "background-color": "#738eab",
1367
+ "border-color": "transparent",
1368
+ "color": "#fff"
1369
+ },
1370
+ "active": {
1371
+ "border-width": "1px",
1372
+ "background-color": "#4f7196",
1373
+ "border-color": "transparent",
1374
+ "color": "#fff"
1375
+ }
1376
+ },
1377
+ "indeterminate": {
1378
+ "background-color": "#154273",
1379
+ "border-color": "transparent",
1380
+ "color": "#fff",
1381
+ "border-width": "1px",
1382
+ "disabled": {
1383
+ "background-color": "#CBD5E1",
1384
+ "border-color": "#94A3B8",
1385
+ "color": "#475569"
1386
+ },
1387
+ "active": {
1388
+ "background-color": "#4f7196",
1389
+ "border-color": "transparent",
1390
+ "color": "#fff",
1391
+ "border-width": "1px"
1392
+ },
1393
+ "hover": {
1394
+ "background-color": "#738eab",
1395
+ "border-color": "transparent",
1396
+ "color": "#fff",
1397
+ "border-width": "1px"
1398
+ },
1399
+ "focus": {
1400
+ "background-color": "#fff",
1401
+ "border-color": "#154273",
1402
+ "color": "#154273",
1403
+ "border-width": "2px"
1404
+ }
1405
+ },
1406
+ "border-width": "1px",
1407
+ "hover": {
1408
+ "border-width": "1px",
1409
+ "background-color": "#fff",
1410
+ "border-color": "#738eab"
1411
+ },
1412
+ "active": {
1413
+ "border-width": "1px",
1414
+ "background-color": "#fff",
1415
+ "border-color": "#4f7196"
1416
+ }
1417
+ },
1418
+ "button-group": {
1419
+ "background-color": "transparent",
1420
+ "column-gap": "0.5rem",
1421
+ "margin-block-end": "0px",
1422
+ "margin-block-start": "0px",
1423
+ "padding-block-end": "0px",
1424
+ "padding-block-start": "0px",
1425
+ "row-gap": "0.5rem"
1426
+ },
1427
+ "button": {
1428
+ "background-color": "transparent",
1429
+ "border-color": "#334155",
1430
+ "color": "#334155",
1431
+ "border-radius": "5px",
1432
+ "border-width": "1px",
1433
+ "icon": {
1434
+ "gap": "0.5rem",
1435
+ "size": "24px"
1436
+ },
1437
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1438
+ "font-size": "1.25rem",
1439
+ "font-weight": 700,
1440
+ "line-height": "150%",
1441
+ "padding-block-end": "0.5rem",
1442
+ "padding-block-start": "0.5rem",
1443
+ "padding-inline-end": "1rem",
1444
+ "padding-inline-start": "1rem",
1445
+ "disabled": {
1446
+ "background-color": "#F8FAFC",
1447
+ "border-color": "transparent",
1448
+ "color": "#64748B"
1449
+ },
1450
+ "focus": {
1451
+ "background-color": "#FDDE94",
1452
+ "border-color": "transparent",
1453
+ "color": "#1E293B"
1454
+ },
1455
+ "hover": {
1456
+ "background-color": "#F8FAFC",
1457
+ "border-color": "#1E293B",
1458
+ "color": "#1E293B"
1459
+ },
1460
+ "active": {
1461
+ "background-color": "#CBD5E1",
1462
+ "border-color": "#0F172A",
1463
+ "color": "#0F172A"
1464
+ },
1465
+ "min-block-size": "48px",
1466
+ "min-inline-size": "48px",
1467
+ "column-gap": "0.5rem",
1468
+ "primary-action": {
1469
+ "hover": {
1470
+ "background-color": "#741344",
1471
+ "border-color": "transparent",
1472
+ "color": "#fff"
1473
+ },
1474
+ "background-color": "#a90061",
1475
+ "border-color": "transparent",
1476
+ "color": "#fff",
1477
+ "disabled": {
1478
+ "background-color": "#e5b3d0",
1479
+ "border-color": "#D88CB7",
1480
+ "color": "#BE4088"
1481
+ },
1482
+ "focus": {
1483
+ "background-color": "#a90061",
1484
+ "border-color": "transparent",
1485
+ "color": "#fff"
1486
+ },
1487
+ "font-weight": 700,
1488
+ "active": {
1489
+ "background-color": "#65003a",
1490
+ "border-color": "transparent",
1491
+ "color": "#fff"
1492
+ },
1493
+ "font-size": "1.25rem",
1494
+ "line-height": "1.875rem"
1495
+ },
1496
+ "secondary-action": {
1497
+ "hover": {
1498
+ "background-color": "#e5b3d0",
1499
+ "border-color": "transparent",
1500
+ "color": "#a90061"
1501
+ },
1502
+ "background-color": "transparent",
1503
+ "border-color": "#a90061",
1504
+ "color": "#a90061",
1505
+ "disabled": {
1506
+ "background-color": "transparent",
1507
+ "border-color": "#CB66A0",
1508
+ "color": "#CB66A0"
1509
+ },
1510
+ "focus": {
1511
+ "background-color": "#e5b3d0",
1512
+ "border-color": "transparent",
1513
+ "color": "#a90061"
1514
+ },
1515
+ "font-weight": 700,
1516
+ "active": {
1517
+ "background-color": "#D88CB7",
1518
+ "border-color": "#a90061",
1519
+ "color": "#a90061"
1520
+ },
1521
+ "font-size": "1.25rem",
1522
+ "line-height": "1.875rem"
1523
+ },
1524
+ "subtle": {
1525
+ "font-size": "1.25rem",
1526
+ "font-weight": 700,
1527
+ "hover": {
1528
+ "background-color": "transparent",
1529
+ "border-color": "transparent",
1530
+ "color": "#741344"
1531
+ },
1532
+ "background-color": "transparent",
1533
+ "border-color": "transparent",
1534
+ "color": "#a90061",
1535
+ "disabled": {
1536
+ "background-color": "transparent",
1537
+ "border-color": "transparent",
1538
+ "color": "#e5b3d0"
1539
+ },
1540
+ "focus": {
1541
+ "background-color": "#f2d9e7",
1542
+ "border-color": "transparent",
1543
+ "color": "#a90061"
1544
+ },
1545
+ "active": {
1546
+ "background-color": "transparent",
1547
+ "border-color": "transparent",
1548
+ "color": "#65003a"
1549
+ },
1550
+ "line-height": "1.875rem"
1551
+ }
1552
+ },
1553
+ "breadcrumb-nav": {
1554
+ "line-height": 1.4,
1555
+ "font-size": "1.25rem",
1556
+ "link": {
1557
+ "icon": {
1558
+ "size": "24px",
1559
+ "margin-inline": "0.25rem",
1560
+ "inset-block-start": 0
1561
+ },
1562
+ "padding-block-end": "0.75rem",
1563
+ "padding-block-start": "0.75rem",
1564
+ "padding-inline-end": 0,
1565
+ "padding-inline-start": 0,
1566
+ "color": "#01689b",
1567
+ "active": {
1568
+ "color": "#42145f",
1569
+ "text-decoration": "None"
1570
+ },
1571
+ "focus": {
1572
+ "background-color": "transparent",
1573
+ "color": "#01689b",
1574
+ "text-decoration": "None"
1575
+ },
1576
+ "hover": {
1577
+ "color": "#01496c",
1578
+ "text-decoration": "None"
1579
+ },
1580
+ "current": {
1581
+ "color": "#334155"
1582
+ },
1583
+ "text-decoration": "underline"
1584
+ },
1585
+ "divider": {
1586
+ "size": "24px",
1587
+ "color": "#334155",
1588
+ "inset-block-start": 0
1589
+ },
1590
+ "margin-inline": "0.5rem",
1591
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1592
+ "font-weight": 400
1593
+ },
1594
+ "blockquote": {
1595
+ "caption": {
1596
+ "font-size": "1.25rem",
1597
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1598
+ "line-height": "150%",
1599
+ "font-weight": 400,
1600
+ "padding-block-start": "0.75rem",
1601
+ "color": "#334155"
1602
+ },
1603
+ "content": {
1604
+ "font-family": "RijksoverheidSerifWeb, 'Times New Roman', serif",
1605
+ "line-height": "150%",
1606
+ "font-weight": 400,
1607
+ "font-size": "1.5rem",
1608
+ "color": "#154273"
1609
+ },
1610
+ "margin-block-end": 0,
1611
+ "margin-block-start": 0,
1612
+ "margin-inline-end": 0,
1613
+ "margin-inline-start": 0,
1614
+ "padding-block-end": "2rem",
1615
+ "padding-block-start": "2rem",
1616
+ "padding-inline-end": "2rem",
1617
+ "padding-inline-start": "2rem",
1618
+ "row-gap": "0.75rem",
1619
+ "background-color": "transparent",
1620
+ "border-color": "#a90061",
1621
+ "border-block-start-width": 0,
1622
+ "border-block-end-width": 0,
1623
+ "border-inline-start-width": 0,
1624
+ "border-inline-end-width": 0,
1625
+ "border-start-start-radius": 0,
1626
+ "border-start-end-radius": 0,
1627
+ "border-end-start-radius": 0,
1628
+ "border-end-end-radius": 0,
1629
+ "border-width": "2px",
1630
+ "blue-corner-border-variation": {
1631
+ "border-color": "#a90061",
1632
+ "border-block-end-width": "2px",
1633
+ "border-inline-end-width": "2px",
1634
+ "border-end-end-radius": "3rem"
1635
+ },
1636
+ "pink-background-variation": {
1637
+ "background-color": "#F6BDE1",
1638
+ "border-end-start-radius": "3rem",
1639
+ "padding": "2.5rem"
1640
+ },
1641
+ "pink-left-border-variation": {
1642
+ "border-color": "#F6BDE1",
1643
+ "border-inline-start-width": "0.75rem",
1644
+ "padding-inline-start": "2.5rem",
1645
+ "padding-inline-end": "2.5rem",
1646
+ "padding-block-start": "1.5rem",
1647
+ "padding-block-end": "1.5rem"
1648
+ },
1649
+ "pink-corner-border-variation": {
1650
+ "border-color": "#F6BDE1",
1651
+ "border-block-start-width": "0.25rem",
1652
+ "border-inline-start-width": "0.25rem",
1653
+ "border-start-start-radius": "3rem",
1654
+ "padding": "2.5rem"
1655
+ }
1656
+ },
1657
+ "article": {
1658
+ "max-inline-size": "75ch"
1659
+ },
1660
+ "alert": {
1661
+ "heading": {
1662
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1663
+ "font-weight": 700,
1664
+ "line-height": "150%",
1665
+ "font-size": "1.25rem"
1666
+ },
1667
+ "column-gap": "0.5rem",
1668
+ "border-width": "0px",
1669
+ "margin-block-end": "0.75rem",
1670
+ "margin-block-start": "0.75rem",
1671
+ "padding-block-end": "1rem",
1672
+ "padding-block-start": "1rem",
1673
+ "padding-inline-end": "1rem",
1674
+ "padding-inline-start": "1rem",
1675
+ "background-color": "#d9ebf7",
1676
+ "border-color": "transparent",
1677
+ "color": "#154273",
1678
+ "info": {
1679
+ "background-color": "#d9ebf7",
1680
+ "border-color": "transparent",
1681
+ "color": "#154273"
1682
+ },
1683
+ "error": {
1684
+ "background-color": "#f9dfdd",
1685
+ "border-color": "transparent",
1686
+ "color": "#154273"
1687
+ },
1688
+ "ok": {
1689
+ "background-color": "#e1eddb",
1690
+ "border-color": "transparent",
1691
+ "color": "#154273"
1692
+ },
1693
+ "warning": {
1694
+ "background-color": "#fff4db",
1695
+ "border-color": "transparent",
1696
+ "color": "#154273"
1697
+ },
1698
+ "icon": {
1699
+ "inset-block-start": "3px",
1700
+ "info": {
1701
+ "color": "#007bc7"
1702
+ },
1703
+ "error": {
1704
+ "color": "#d52b1e"
1705
+ },
1706
+ "ok": {
1707
+ "color": "#39870c"
1708
+ },
1709
+ "warning": {
1710
+ "color": "#ffb612"
1711
+ },
1712
+ "size": "24px"
1713
+ },
1714
+ "message": {
1715
+ "line-height": "150%",
1716
+ "column-gap": "0.5rem"
1717
+ },
1718
+ "border-radius": "5px"
1719
+ },
1720
+ "accordion": {
1721
+ "panel": {
1722
+ "border-color": "#94A3B8",
1723
+ "border-width": 0,
1724
+ "padding-block-end": "1.5rem",
1725
+ "padding-block-start": "1rem",
1726
+ "padding-inline-end": "1rem",
1727
+ "padding-inline-start": "1rem"
1728
+ },
1729
+ "button": {
1730
+ "gap": "0.5rem",
1731
+ "icon": {
1732
+ "size": "24px"
1733
+ },
1734
+ "hover": {
1735
+ "background-color": "#F8FAFC",
1736
+ "border-color": "#94A3B8",
1737
+ "color": "#154273"
1738
+ },
1739
+ "background-color": "#fff",
1740
+ "border-color": "#94A3B8",
1741
+ "border-width": 0,
1742
+ "color": "#154273",
1743
+ "focus": {
1744
+ "background-color": "#dce3ea",
1745
+ "border-color": "#154273",
1746
+ "color": "#154273"
1747
+ },
1748
+ "active": {
1749
+ "background-color": "#F1F5F9",
1750
+ "border-color": "#94A3B8",
1751
+ "color": "#154273",
1752
+ "row-gap": 0
1753
+ }
1754
+ }
1755
+ },
1756
+ "document": {
1757
+ "background-color": "#fff",
1758
+ "color": "#000",
1759
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1760
+ "font-size": "1.25rem",
1761
+ "line-height": "150%",
1762
+ "font-weight": 400
1763
+ },
1764
+ "rich-text": {
1765
+ "stranger": {
1766
+ "margin-block-end": "2rem"
1767
+ },
1768
+ "acquaintance": {
1769
+ "margin-block-end": "1rem"
1770
+ },
1771
+ "friend": {
1772
+ "margin-block-end": "0.5rem"
1773
+ },
1774
+ "best-friend": {
1775
+ "margin-block-end": "0.25rem"
1776
+ },
1777
+ "confidant": {
1778
+ "margin-block-end": 0
1779
+ }
1780
+ },
1781
+ "pointer-target": {
1782
+ "min-size": "48px"
1783
+ },
1784
+ "focus": {
1785
+ "outline-color": "#000",
1786
+ "outline-offset": "0.125rem",
1787
+ "outline-style": "solid",
1788
+ "outline-width": "2px",
1789
+ "inverse": {
1790
+ "outline-color": "transparant"
1791
+ }
1792
+ }
1793
+ },
1794
+ "nl": {
1795
+ "heading-level-1": {
1796
+ "color": "#154273",
1797
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1798
+ "font-weight": 700,
1799
+ "line-height": "125%",
1800
+ "font-size": "3.125rem",
1801
+ "margin-block-end": 0,
1802
+ "margin-block-start": 0
1803
+ },
1804
+ "heading-level-2": {
1805
+ "color": "#154273",
1806
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1807
+ "font-weight": 700,
1808
+ "line-height": "125%",
1809
+ "font-size": "2.5rem",
1810
+ "margin-block-end": 0,
1811
+ "margin-block-start": 0
1812
+ },
1813
+ "heading-level-3": {
1814
+ "color": "#154273",
1815
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1816
+ "font-weight": 700,
1817
+ "line-height": "125%",
1818
+ "font-size": "1.875rem",
1819
+ "margin-block-end": 0,
1820
+ "margin-block-start": 0
1821
+ },
1822
+ "heading-level-4": {
1823
+ "color": "#154273",
1824
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1825
+ "font-weight": 700,
1826
+ "line-height": "125%",
1827
+ "font-size": "1.5rem",
1828
+ "margin-block-end": 0,
1829
+ "margin-block-start": 0
1830
+ },
1831
+ "heading-level-5": {
1832
+ "color": "#154273",
1833
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1834
+ "font-weight": 700,
1835
+ "line-height": "125%",
1836
+ "font-size": "1.25rem",
1837
+ "margin-block-end": 0,
1838
+ "margin-block-start": 0
1839
+ }
1840
+ }
1841
+ }