@rijkshuisstijl-community/design-tokens 1.0.0-alpha.12 → 1.0.0-alpha.121

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