@rijkshuisstijl-community/design-tokens 1.0.0-alpha.11 → 1.0.0-alpha.110

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