@rijkshuisstijl-community/design-tokens 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/_variables.scss +114 -4
- package/dist/index.css +114 -4
- package/dist/index.d.ts +111 -1
- package/dist/index.js +114 -4
- package/dist/index.json +113 -3
- package/dist/index.tokens.json +149 -3
- package/dist/root.css +114 -4
- package/dist/tokens.d.ts +147 -1
- package/dist/tokens.js +6284 -3880
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +724 -610
- package/dist/uitvoerend-mintgroen-focus/index.css +724 -610
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +612 -498
- package/dist/uitvoerend-mintgroen-focus/index.js +613 -499
- package/dist/uitvoerend-mintgroen-focus/index.json +612 -498
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +1654 -1506
- package/dist/uitvoerend-mintgroen-focus/root.css +724 -610
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +1573 -1425
- package/dist/uitvoerend-mintgroen-focus/tokens.js +22376 -19892
- package/dist/uitvoerend-violet/_variables.scss +723 -608
- package/dist/uitvoerend-violet/index.css +723 -608
- package/dist/uitvoerend-violet/index.d.ts +613 -498
- package/dist/uitvoerend-violet/index.js +614 -499
- package/dist/uitvoerend-violet/index.json +613 -498
- package/dist/uitvoerend-violet/index.tokens.json +1652 -1499
- package/dist/uitvoerend-violet/root.css +723 -608
- package/dist/uitvoerend-violet/tokens.d.ts +1545 -1392
- package/dist/uitvoerend-violet/tokens.js +22572 -20061
- package/dist/uitvoerend-violet-oud/_variables.scss +723 -608
- package/dist/uitvoerend-violet-oud/index.css +723 -608
- package/dist/uitvoerend-violet-oud/index.d.ts +613 -498
- package/dist/uitvoerend-violet-oud/index.js +614 -499
- package/dist/uitvoerend-violet-oud/index.json +613 -498
- package/dist/uitvoerend-violet-oud/index.tokens.json +1645 -1492
- package/dist/uitvoerend-violet-oud/root.css +723 -608
- package/dist/uitvoerend-violet-oud/tokens.d.ts +1556 -1403
- package/dist/uitvoerend-violet-oud/tokens.js +23087 -20576
- package/dist/wetgevend/_variables.scss +723 -608
- package/dist/wetgevend/index.css +723 -608
- package/dist/wetgevend/index.d.ts +613 -498
- package/dist/wetgevend/index.js +614 -499
- package/dist/wetgevend/index.json +613 -498
- package/dist/wetgevend/index.tokens.json +1660 -1507
- package/dist/wetgevend/root.css +723 -608
- package/dist/wetgevend/tokens.d.ts +1572 -1419
- package/dist/wetgevend/tokens.js +23030 -20519
- package/figma/figma.tokens.json +571 -46
- package/package.json +1 -1
- package/src/generated/base.tokens.json +488 -12
- package/src/generated/themes.json +17956 -15972
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +4568 -4078
- package/src/generated/uitvoerend-violet/tokens.json +4468 -3970
- package/src/generated/uitvoerend-violet-oud/tokens.json +4510 -4012
- package/src/generated/wetgevend/tokens.json +4478 -3980
package/figma/figma.tokens.json
CHANGED
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
},
|
|
1199
1199
|
"inverse": {
|
|
1200
1200
|
"outline-color": {
|
|
1201
|
-
"value": "
|
|
1201
|
+
"value": "{rhc.color.wit}",
|
|
1202
1202
|
"type": "color"
|
|
1203
1203
|
}
|
|
1204
1204
|
}
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
},
|
|
2568
2568
|
"icon": {
|
|
2569
2569
|
"color": {
|
|
2570
|
-
"value": "{rhc.color.
|
|
2570
|
+
"value": "{rhc.color.lintblauw.500}",
|
|
2571
2571
|
"type": "color"
|
|
2572
2572
|
},
|
|
2573
2573
|
"size": {
|
|
@@ -2605,7 +2605,7 @@
|
|
|
2605
2605
|
},
|
|
2606
2606
|
"metadata": {
|
|
2607
2607
|
"color": {
|
|
2608
|
-
"value": "{rhc.color.foreground.
|
|
2608
|
+
"value": "{rhc.color.foreground.subdued}",
|
|
2609
2609
|
"type": "color"
|
|
2610
2610
|
}
|
|
2611
2611
|
},
|
|
@@ -2678,6 +2678,10 @@
|
|
|
2678
2678
|
}
|
|
2679
2679
|
},
|
|
2680
2680
|
"heading": {
|
|
2681
|
+
"color": {
|
|
2682
|
+
"value": "{rhc.color.lintblauw.500}",
|
|
2683
|
+
"type": "color"
|
|
2684
|
+
},
|
|
2681
2685
|
"padding-block-start": {
|
|
2682
2686
|
"value": "{rhc.space.100}",
|
|
2683
2687
|
"type": "spacing"
|
|
@@ -3042,7 +3046,7 @@
|
|
|
3042
3046
|
}
|
|
3043
3047
|
}
|
|
3044
3048
|
},
|
|
3045
|
-
"components/counter-badge": {
|
|
3049
|
+
"components/counter-badge/nl": {
|
|
3046
3050
|
"nl": {
|
|
3047
3051
|
"number-badge": {
|
|
3048
3052
|
"font-size": {
|
|
@@ -3100,6 +3104,64 @@
|
|
|
3100
3104
|
}
|
|
3101
3105
|
}
|
|
3102
3106
|
},
|
|
3107
|
+
"components/counter-badge/utrecht": {
|
|
3108
|
+
"utrecht": {
|
|
3109
|
+
"number-badge": {
|
|
3110
|
+
"font-size": {
|
|
3111
|
+
"value": "{nl.number-badge.font-size}",
|
|
3112
|
+
"type": "fontSizes"
|
|
3113
|
+
},
|
|
3114
|
+
"line-height": {
|
|
3115
|
+
"value": "{nl.number-badge.line-height}",
|
|
3116
|
+
"type": "lineHeights"
|
|
3117
|
+
},
|
|
3118
|
+
"min-block-size": {
|
|
3119
|
+
"value": "{nl.number-badge.min-block-size}",
|
|
3120
|
+
"type": "sizing"
|
|
3121
|
+
},
|
|
3122
|
+
"min-inline-size": {
|
|
3123
|
+
"value": "{nl.number-badge.min-inline-size}",
|
|
3124
|
+
"type": "sizing"
|
|
3125
|
+
},
|
|
3126
|
+
"font-weight": {
|
|
3127
|
+
"value": "{nl.number-badge.font-weight}",
|
|
3128
|
+
"type": "fontWeights"
|
|
3129
|
+
},
|
|
3130
|
+
"border-width": {
|
|
3131
|
+
"value": "{nl.number-badge.border-width}",
|
|
3132
|
+
"type": "borderWidth"
|
|
3133
|
+
},
|
|
3134
|
+
"border-radius": {
|
|
3135
|
+
"value": "{nl.number-badge.border-radius}",
|
|
3136
|
+
"type": "borderRadius"
|
|
3137
|
+
},
|
|
3138
|
+
"font-family": {
|
|
3139
|
+
"value": "{nl.number-badge.font-family}",
|
|
3140
|
+
"type": "fontFamilies"
|
|
3141
|
+
},
|
|
3142
|
+
"background-color": {
|
|
3143
|
+
"value": "{nl.number-badge.background-color}",
|
|
3144
|
+
"type": "color"
|
|
3145
|
+
},
|
|
3146
|
+
"border-color": {
|
|
3147
|
+
"value": "{nl.number-badge.border-color}",
|
|
3148
|
+
"type": "color"
|
|
3149
|
+
},
|
|
3150
|
+
"color": {
|
|
3151
|
+
"value": "{nl.number-badge.color}",
|
|
3152
|
+
"type": "color"
|
|
3153
|
+
},
|
|
3154
|
+
"padding-inline": {
|
|
3155
|
+
"value": "{nl.number-badge.padding-inline}",
|
|
3156
|
+
"type": "spacing"
|
|
3157
|
+
},
|
|
3158
|
+
"padding-block": {
|
|
3159
|
+
"value": "{nl.number-badge.padding-block}",
|
|
3160
|
+
"type": "spacing"
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
}
|
|
3164
|
+
},
|
|
3103
3165
|
"components/dot-badge": {
|
|
3104
3166
|
"rhc": {
|
|
3105
3167
|
"dot-badge": {
|
|
@@ -3809,7 +3871,7 @@
|
|
|
3809
3871
|
}
|
|
3810
3872
|
}
|
|
3811
3873
|
},
|
|
3812
|
-
"components/heading": {
|
|
3874
|
+
"components/heading/nl": {
|
|
3813
3875
|
"nl": {
|
|
3814
3876
|
"heading-level-1": {
|
|
3815
3877
|
"color": {
|
|
@@ -3963,6 +4025,160 @@
|
|
|
3963
4025
|
}
|
|
3964
4026
|
}
|
|
3965
4027
|
},
|
|
4028
|
+
"components/heading/utrecht": {
|
|
4029
|
+
"utrecht": {
|
|
4030
|
+
"heading-1": {
|
|
4031
|
+
"color": {
|
|
4032
|
+
"value": "{nl.heading-level-1.color}",
|
|
4033
|
+
"type": "color"
|
|
4034
|
+
},
|
|
4035
|
+
"font-family": {
|
|
4036
|
+
"value": "{nl.heading-level-1.font-family}",
|
|
4037
|
+
"type": "fontFamilies"
|
|
4038
|
+
},
|
|
4039
|
+
"font-weight": {
|
|
4040
|
+
"value": "{nl.heading-level-1.font-weight}",
|
|
4041
|
+
"type": "fontWeights"
|
|
4042
|
+
},
|
|
4043
|
+
"line-height": {
|
|
4044
|
+
"value": "{nl.heading-level-1.line-height}",
|
|
4045
|
+
"type": "lineHeights"
|
|
4046
|
+
},
|
|
4047
|
+
"font-size": {
|
|
4048
|
+
"value": "{nl.heading-level-1.font-size}",
|
|
4049
|
+
"type": "fontSizes"
|
|
4050
|
+
},
|
|
4051
|
+
"margin-block-end": {
|
|
4052
|
+
"value": "{nl.heading-level-1.margin-block-end}",
|
|
4053
|
+
"type": "spacing"
|
|
4054
|
+
},
|
|
4055
|
+
"margin-block-start": {
|
|
4056
|
+
"value": "{nl.heading-level-1.margin-block-start}",
|
|
4057
|
+
"type": "spacing"
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4060
|
+
"heading-2": {
|
|
4061
|
+
"color": {
|
|
4062
|
+
"value": "{nl.heading-level-2.color}",
|
|
4063
|
+
"type": "color"
|
|
4064
|
+
},
|
|
4065
|
+
"font-family": {
|
|
4066
|
+
"value": "{nl.heading-level-2.font-family}",
|
|
4067
|
+
"type": "fontFamilies"
|
|
4068
|
+
},
|
|
4069
|
+
"font-weight": {
|
|
4070
|
+
"value": "{nl.heading-level-2.font-weight}",
|
|
4071
|
+
"type": "fontWeights"
|
|
4072
|
+
},
|
|
4073
|
+
"line-height": {
|
|
4074
|
+
"value": "{nl.heading-level-2.line-height}",
|
|
4075
|
+
"type": "lineHeights"
|
|
4076
|
+
},
|
|
4077
|
+
"font-size": {
|
|
4078
|
+
"value": "{nl.heading-level-2.font-size}",
|
|
4079
|
+
"type": "fontSizes"
|
|
4080
|
+
},
|
|
4081
|
+
"margin-block-end": {
|
|
4082
|
+
"value": "{nl.heading-level-2.margin-block-end}",
|
|
4083
|
+
"type": "spacing"
|
|
4084
|
+
},
|
|
4085
|
+
"margin-block-start": {
|
|
4086
|
+
"value": "{nl.heading-level-2.margin-block-start}",
|
|
4087
|
+
"type": "spacing"
|
|
4088
|
+
}
|
|
4089
|
+
},
|
|
4090
|
+
"heading-3": {
|
|
4091
|
+
"color": {
|
|
4092
|
+
"value": "{nl.heading-level-3.color}",
|
|
4093
|
+
"type": "color"
|
|
4094
|
+
},
|
|
4095
|
+
"font-family": {
|
|
4096
|
+
"value": "{nl.heading-level-3.font-family}",
|
|
4097
|
+
"type": "fontFamilies"
|
|
4098
|
+
},
|
|
4099
|
+
"font-weight": {
|
|
4100
|
+
"value": "{nl.heading-level-3.font-weight}",
|
|
4101
|
+
"type": "fontWeights"
|
|
4102
|
+
},
|
|
4103
|
+
"line-height": {
|
|
4104
|
+
"value": "{nl.heading-level-3.line-height}",
|
|
4105
|
+
"type": "lineHeights"
|
|
4106
|
+
},
|
|
4107
|
+
"font-size": {
|
|
4108
|
+
"value": "{nl.heading-level-3.font-size}",
|
|
4109
|
+
"type": "fontSizes"
|
|
4110
|
+
},
|
|
4111
|
+
"margin-block-end": {
|
|
4112
|
+
"value": "{nl.heading-level-3.margin-block-end}",
|
|
4113
|
+
"type": "spacing"
|
|
4114
|
+
},
|
|
4115
|
+
"margin-block-start": {
|
|
4116
|
+
"value": "{nl.heading-level-3.margin-block-start}",
|
|
4117
|
+
"type": "spacing"
|
|
4118
|
+
}
|
|
4119
|
+
},
|
|
4120
|
+
"heading-4": {
|
|
4121
|
+
"color": {
|
|
4122
|
+
"value": "{nl.heading-level-4.color}",
|
|
4123
|
+
"type": "color"
|
|
4124
|
+
},
|
|
4125
|
+
"font-family": {
|
|
4126
|
+
"value": "{nl.heading-level-4.font-family}",
|
|
4127
|
+
"type": "fontFamilies"
|
|
4128
|
+
},
|
|
4129
|
+
"font-weight": {
|
|
4130
|
+
"value": "{nl.heading-level-4.font-weight}",
|
|
4131
|
+
"type": "fontWeights"
|
|
4132
|
+
},
|
|
4133
|
+
"line-height": {
|
|
4134
|
+
"value": "{nl.heading-level-4.line-height}",
|
|
4135
|
+
"type": "lineHeights"
|
|
4136
|
+
},
|
|
4137
|
+
"font-size": {
|
|
4138
|
+
"value": "{nl.heading-level-4.font-size}",
|
|
4139
|
+
"type": "fontSizes"
|
|
4140
|
+
},
|
|
4141
|
+
"margin-block-end": {
|
|
4142
|
+
"value": "{nl.heading-level-4.margin-block-end}",
|
|
4143
|
+
"type": "spacing"
|
|
4144
|
+
},
|
|
4145
|
+
"margin-block-start": {
|
|
4146
|
+
"value": "{nl.heading-level-4.margin-block-start}",
|
|
4147
|
+
"type": "spacing"
|
|
4148
|
+
}
|
|
4149
|
+
},
|
|
4150
|
+
"heading-5": {
|
|
4151
|
+
"color": {
|
|
4152
|
+
"value": "{nl.heading-level-5.color}",
|
|
4153
|
+
"type": "color"
|
|
4154
|
+
},
|
|
4155
|
+
"font-family": {
|
|
4156
|
+
"value": "{nl.heading-level-5.font-family}",
|
|
4157
|
+
"type": "fontFamilies"
|
|
4158
|
+
},
|
|
4159
|
+
"font-weight": {
|
|
4160
|
+
"value": "{nl.heading-level-5.font-weight}",
|
|
4161
|
+
"type": "fontWeights"
|
|
4162
|
+
},
|
|
4163
|
+
"line-height": {
|
|
4164
|
+
"value": "{nl.heading-level-5.line-height}",
|
|
4165
|
+
"type": "lineHeights"
|
|
4166
|
+
},
|
|
4167
|
+
"font-size": {
|
|
4168
|
+
"value": "{nl.heading-level-5.font-size}",
|
|
4169
|
+
"type": "fontSizes"
|
|
4170
|
+
},
|
|
4171
|
+
"margin-block-end": {
|
|
4172
|
+
"value": "{nl.heading-level-5.margin-block-end}",
|
|
4173
|
+
"type": "spacing"
|
|
4174
|
+
},
|
|
4175
|
+
"margin-block-start": {
|
|
4176
|
+
"value": "{nl.heading-level-5.margin-block-start}",
|
|
4177
|
+
"type": "spacing"
|
|
4178
|
+
}
|
|
4179
|
+
}
|
|
4180
|
+
}
|
|
4181
|
+
},
|
|
3966
4182
|
"components/hero": {
|
|
3967
4183
|
"rhc": {
|
|
3968
4184
|
"hero": {
|
|
@@ -4073,8 +4289,8 @@
|
|
|
4073
4289
|
}
|
|
4074
4290
|
}
|
|
4075
4291
|
},
|
|
4076
|
-
"components/link": {
|
|
4077
|
-
"
|
|
4292
|
+
"components/link/nl": {
|
|
4293
|
+
"nl": {
|
|
4078
4294
|
"link": {
|
|
4079
4295
|
"color": {
|
|
4080
4296
|
"value": "{rhc.color.foreground.link}",
|
|
@@ -4186,6 +4402,110 @@
|
|
|
4186
4402
|
}
|
|
4187
4403
|
}
|
|
4188
4404
|
},
|
|
4405
|
+
"components/link/utrecht": {
|
|
4406
|
+
"utrecht": {
|
|
4407
|
+
"link": {
|
|
4408
|
+
"color": {
|
|
4409
|
+
"value": "{nl.link.color}",
|
|
4410
|
+
"type": "color"
|
|
4411
|
+
},
|
|
4412
|
+
"text-decoration-color": {
|
|
4413
|
+
"value": "{nl.link.text-decoration-color}",
|
|
4414
|
+
"type": "color"
|
|
4415
|
+
},
|
|
4416
|
+
"active": {
|
|
4417
|
+
"color": {
|
|
4418
|
+
"value": "{nl.link.active.color}",
|
|
4419
|
+
"type": "color"
|
|
4420
|
+
},
|
|
4421
|
+
"text-decoration": {
|
|
4422
|
+
"value": "{nl.link.active.text-decoration}",
|
|
4423
|
+
"type": "textDecoration"
|
|
4424
|
+
}
|
|
4425
|
+
},
|
|
4426
|
+
"focus": {
|
|
4427
|
+
"background-color": {
|
|
4428
|
+
"value": "{nl.link.focus.background-color}",
|
|
4429
|
+
"type": "color"
|
|
4430
|
+
},
|
|
4431
|
+
"color": {
|
|
4432
|
+
"value": "{nl.link.focus.color}",
|
|
4433
|
+
"type": "color"
|
|
4434
|
+
},
|
|
4435
|
+
"text-decoration": {
|
|
4436
|
+
"value": "{nl.link.focus.text-decoration}",
|
|
4437
|
+
"type": "textDecoration"
|
|
4438
|
+
},
|
|
4439
|
+
"text-decoration-thickness": {
|
|
4440
|
+
"value": "{nl.link.focus.text-decoration-thickness}",
|
|
4441
|
+
"type": "other"
|
|
4442
|
+
}
|
|
4443
|
+
},
|
|
4444
|
+
"hover": {
|
|
4445
|
+
"color": {
|
|
4446
|
+
"value": "{nl.link.hover.color}",
|
|
4447
|
+
"type": "color"
|
|
4448
|
+
},
|
|
4449
|
+
"text-decoration": {
|
|
4450
|
+
"value": "{nl.link.hover.text-decoration}",
|
|
4451
|
+
"type": "textDecoration"
|
|
4452
|
+
},
|
|
4453
|
+
"text-decoration-thickness": {
|
|
4454
|
+
"value": "{nl.link.hover.text-decoration-thickness}",
|
|
4455
|
+
"type": "other"
|
|
4456
|
+
}
|
|
4457
|
+
},
|
|
4458
|
+
"visited": {
|
|
4459
|
+
"color": {
|
|
4460
|
+
"value": "{nl.link.visited.color}",
|
|
4461
|
+
"type": "color"
|
|
4462
|
+
}
|
|
4463
|
+
},
|
|
4464
|
+
"text-decoration": {
|
|
4465
|
+
"value": "{nl.link.text-decoration}",
|
|
4466
|
+
"type": "textDecoration"
|
|
4467
|
+
},
|
|
4468
|
+
"icon": {
|
|
4469
|
+
"inset-block-start": {
|
|
4470
|
+
"value": "{nl.link.icon.inset-block-start}",
|
|
4471
|
+
"type": "spacing"
|
|
4472
|
+
},
|
|
4473
|
+
"size": {
|
|
4474
|
+
"value": "{nl.link.icon.size}",
|
|
4475
|
+
"type": "sizing"
|
|
4476
|
+
}
|
|
4477
|
+
},
|
|
4478
|
+
"column-gap": {
|
|
4479
|
+
"value": "{nl.link.column-gap}",
|
|
4480
|
+
"type": "spacing"
|
|
4481
|
+
},
|
|
4482
|
+
"text-decoration-thickness": {
|
|
4483
|
+
"value": "{nl.link.text-decoration-thickness}",
|
|
4484
|
+
"type": "other"
|
|
4485
|
+
},
|
|
4486
|
+
"text-underline-offset": {
|
|
4487
|
+
"value": "{nl.link.text-underline-offset}",
|
|
4488
|
+
"type": "other"
|
|
4489
|
+
},
|
|
4490
|
+
"font-family": {
|
|
4491
|
+
"value": "{nl.link.font-family}",
|
|
4492
|
+
"type": "fontFamilies"
|
|
4493
|
+
},
|
|
4494
|
+
"font-weight": {
|
|
4495
|
+
"value": "{nl.link.font-weight}",
|
|
4496
|
+
"type": "fontWeights"
|
|
4497
|
+
},
|
|
4498
|
+
"font-size": {
|
|
4499
|
+
"value": "{nl.link.font-size}",
|
|
4500
|
+
"type": "fontSizes"
|
|
4501
|
+
},
|
|
4502
|
+
"line-height": {
|
|
4503
|
+
"value": "{nl.link.line-height}",
|
|
4504
|
+
"type": "lineHeights"
|
|
4505
|
+
}
|
|
4506
|
+
}
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4189
4509
|
"components/link-list": {
|
|
4190
4510
|
"utrecht": {
|
|
4191
4511
|
"link-list": {
|
|
@@ -5160,7 +5480,7 @@
|
|
|
5160
5480
|
}
|
|
5161
5481
|
}
|
|
5162
5482
|
},
|
|
5163
|
-
"components/paragraph": {
|
|
5483
|
+
"components/paragraph/nl": {
|
|
5164
5484
|
"nl": {
|
|
5165
5485
|
"paragraph": {
|
|
5166
5486
|
"color": {
|
|
@@ -5212,6 +5532,58 @@
|
|
|
5212
5532
|
}
|
|
5213
5533
|
}
|
|
5214
5534
|
},
|
|
5535
|
+
"components/paragraph/utrecht": {
|
|
5536
|
+
"utrecht": {
|
|
5537
|
+
"paragraph": {
|
|
5538
|
+
"color": {
|
|
5539
|
+
"value": "{nl.paragraph.color}",
|
|
5540
|
+
"type": "color"
|
|
5541
|
+
},
|
|
5542
|
+
"font-family": {
|
|
5543
|
+
"value": "{nl.paragraph.font-family}",
|
|
5544
|
+
"type": "fontFamilies"
|
|
5545
|
+
},
|
|
5546
|
+
"font-size": {
|
|
5547
|
+
"value": "{nl.paragraph.font-size}",
|
|
5548
|
+
"type": "fontSizes"
|
|
5549
|
+
},
|
|
5550
|
+
"font-weight": {
|
|
5551
|
+
"value": "{nl.paragraph.font-weight}",
|
|
5552
|
+
"type": "fontWeights"
|
|
5553
|
+
},
|
|
5554
|
+
"line-height": {
|
|
5555
|
+
"value": "{nl.paragraph.line-height}",
|
|
5556
|
+
"type": "lineHeights"
|
|
5557
|
+
},
|
|
5558
|
+
"margin-block-end": {
|
|
5559
|
+
"value": "{nl.paragraph.margin-block-end}",
|
|
5560
|
+
"type": "spacing"
|
|
5561
|
+
},
|
|
5562
|
+
"margin-block-start": {
|
|
5563
|
+
"value": "{nl.paragraph.margin-block-start}",
|
|
5564
|
+
"type": "spacing"
|
|
5565
|
+
},
|
|
5566
|
+
"lead": {
|
|
5567
|
+
"color": {
|
|
5568
|
+
"value": "{nl.paragraph.lead.color}",
|
|
5569
|
+
"type": "color"
|
|
5570
|
+
},
|
|
5571
|
+
"font-size": {
|
|
5572
|
+
"value": "{nl.paragraph.lead.font-size}",
|
|
5573
|
+
"type": "fontSizes"
|
|
5574
|
+
},
|
|
5575
|
+
"font-weight": {
|
|
5576
|
+
"value": "{nl.paragraph.lead.font-weight}",
|
|
5577
|
+
"type": "fontWeights"
|
|
5578
|
+
},
|
|
5579
|
+
"line-height": {
|
|
5580
|
+
"value": "{nl.paragraph.lead.line-height}",
|
|
5581
|
+
"type": "lineHeights"
|
|
5582
|
+
}
|
|
5583
|
+
}
|
|
5584
|
+
}
|
|
5585
|
+
}
|
|
5586
|
+
},
|
|
5215
5587
|
"components/pre-heading": {
|
|
5216
5588
|
"utrecht": {
|
|
5217
5589
|
"pre-heading": {
|
|
@@ -5737,7 +6109,7 @@
|
|
|
5737
6109
|
}
|
|
5738
6110
|
}
|
|
5739
6111
|
},
|
|
5740
|
-
"components/skip-link": {
|
|
6112
|
+
"components/skip-link/nl": {
|
|
5741
6113
|
"nl": {
|
|
5742
6114
|
"skip-link": {
|
|
5743
6115
|
"font-weight": {
|
|
@@ -5861,6 +6233,130 @@
|
|
|
5861
6233
|
}
|
|
5862
6234
|
}
|
|
5863
6235
|
},
|
|
6236
|
+
"components/skip-link/utrecht": {
|
|
6237
|
+
"utrecht": {
|
|
6238
|
+
"skip-link": {
|
|
6239
|
+
"font-weight": {
|
|
6240
|
+
"value": "{nl.skip-link.font-weight}",
|
|
6241
|
+
"type": "fontWeights"
|
|
6242
|
+
},
|
|
6243
|
+
"font-family": {
|
|
6244
|
+
"value": "{nl.skip-link.font-family}",
|
|
6245
|
+
"type": "fontFamilies"
|
|
6246
|
+
},
|
|
6247
|
+
"font-size": {
|
|
6248
|
+
"value": "{nl.skip-link.font-size}",
|
|
6249
|
+
"type": "fontSizes"
|
|
6250
|
+
},
|
|
6251
|
+
"line-height": {
|
|
6252
|
+
"value": "{nl.skip-link.line-height}",
|
|
6253
|
+
"type": "lineHeights"
|
|
6254
|
+
},
|
|
6255
|
+
"min-block-size": {
|
|
6256
|
+
"value": "{nl.skip-link.min-block-size}",
|
|
6257
|
+
"type": "sizing"
|
|
6258
|
+
},
|
|
6259
|
+
"min-inline-size": {
|
|
6260
|
+
"value": "{nl.skip-link.min-inline-size}",
|
|
6261
|
+
"type": "sizing"
|
|
6262
|
+
},
|
|
6263
|
+
"padding-block-end": {
|
|
6264
|
+
"value": "{nl.skip-link.padding-block-end}",
|
|
6265
|
+
"type": "spacing"
|
|
6266
|
+
},
|
|
6267
|
+
"padding-block-start": {
|
|
6268
|
+
"value": "{nl.skip-link.padding-block-start}",
|
|
6269
|
+
"type": "spacing"
|
|
6270
|
+
},
|
|
6271
|
+
"padding-inline-end": {
|
|
6272
|
+
"value": "{nl.skip-link.padding-inline-end}",
|
|
6273
|
+
"type": "spacing"
|
|
6274
|
+
},
|
|
6275
|
+
"padding-inline-start": {
|
|
6276
|
+
"value": "{nl.skip-link.padding-inline-start}",
|
|
6277
|
+
"type": "spacing"
|
|
6278
|
+
},
|
|
6279
|
+
"focus": {
|
|
6280
|
+
"background-color": {
|
|
6281
|
+
"value": "{nl.skip-link.focus.background-color}",
|
|
6282
|
+
"type": "color"
|
|
6283
|
+
},
|
|
6284
|
+
"border-color": {
|
|
6285
|
+
"value": "{nl.skip-link.focus.border-color}",
|
|
6286
|
+
"type": "color"
|
|
6287
|
+
},
|
|
6288
|
+
"border-style": {
|
|
6289
|
+
"value": "{nl.skip-link.focus.border-style}",
|
|
6290
|
+
"type": "borderStyle"
|
|
6291
|
+
},
|
|
6292
|
+
"border-width": {
|
|
6293
|
+
"value": "{nl.skip-link.focus.border-width}",
|
|
6294
|
+
"type": "borderWidth"
|
|
6295
|
+
},
|
|
6296
|
+
"color": {
|
|
6297
|
+
"value": "{nl.skip-link.focus.color}",
|
|
6298
|
+
"type": "color"
|
|
6299
|
+
},
|
|
6300
|
+
"text-decoration": {
|
|
6301
|
+
"value": "{nl.skip-link.focus.text-decoration}",
|
|
6302
|
+
"type": "textDecoration"
|
|
6303
|
+
}
|
|
6304
|
+
},
|
|
6305
|
+
"focus-visible": {
|
|
6306
|
+
"outline-color": {
|
|
6307
|
+
"value": "{nl.skip-link.focus-visible.outline-color}",
|
|
6308
|
+
"type": "color"
|
|
6309
|
+
}
|
|
6310
|
+
},
|
|
6311
|
+
"background-color": {
|
|
6312
|
+
"value": "{nl.skip-link.background-color}",
|
|
6313
|
+
"type": "color"
|
|
6314
|
+
},
|
|
6315
|
+
"border-color": {
|
|
6316
|
+
"value": "{nl.skip-link.border-color}",
|
|
6317
|
+
"type": "color"
|
|
6318
|
+
},
|
|
6319
|
+
"color": {
|
|
6320
|
+
"value": "{nl.skip-link.color}",
|
|
6321
|
+
"type": "color"
|
|
6322
|
+
},
|
|
6323
|
+
"border-width": {
|
|
6324
|
+
"value": "{nl.skip-link.border-width}",
|
|
6325
|
+
"type": "borderWidth"
|
|
6326
|
+
},
|
|
6327
|
+
"box-block-end-shadow": {
|
|
6328
|
+
"offset-x": {
|
|
6329
|
+
"value": "{nl.skip-link.box-block-end-shadow.offset-x}",
|
|
6330
|
+
"type": "other"
|
|
6331
|
+
},
|
|
6332
|
+
"offset-y": {
|
|
6333
|
+
"value": "{nl.skip-link.box-block-end-shadow.offset-y}",
|
|
6334
|
+
"type": "other"
|
|
6335
|
+
},
|
|
6336
|
+
"blur-radius": {
|
|
6337
|
+
"value": "{nl.skip-link.box-block-end-shadow.blur-radius}",
|
|
6338
|
+
"type": "other"
|
|
6339
|
+
},
|
|
6340
|
+
"spread-radius": {
|
|
6341
|
+
"value": "{nl.skip-link.box-block-end-shadow.spread-radius}",
|
|
6342
|
+
"type": "other"
|
|
6343
|
+
},
|
|
6344
|
+
"color": {
|
|
6345
|
+
"value": "{nl.skip-link.box-block-end-shadow.color}",
|
|
6346
|
+
"type": "color"
|
|
6347
|
+
}
|
|
6348
|
+
},
|
|
6349
|
+
"text-decoration": {
|
|
6350
|
+
"value": "{nl.skip-link.text-decoration}",
|
|
6351
|
+
"type": "textDecoration"
|
|
6352
|
+
},
|
|
6353
|
+
"text-underline-offset": {
|
|
6354
|
+
"value": "{nl.skip-link.text-underline-offset}",
|
|
6355
|
+
"type": "other"
|
|
6356
|
+
}
|
|
6357
|
+
}
|
|
6358
|
+
}
|
|
6359
|
+
},
|
|
5864
6360
|
"components/status-badge": {
|
|
5865
6361
|
"utrecht": {
|
|
5866
6362
|
"status-badge": {
|
|
@@ -7266,7 +7762,8 @@
|
|
|
7266
7762
|
"components/checkbox-group": "enabled",
|
|
7267
7763
|
"components/code-input-group": "enabled",
|
|
7268
7764
|
"components/code-input": "enabled",
|
|
7269
|
-
"components/counter-badge": "enabled",
|
|
7765
|
+
"components/counter-badge/utrecht": "enabled",
|
|
7766
|
+
"components/counter-badge/nl": "enabled",
|
|
7270
7767
|
"components/dot-badge": "enabled",
|
|
7271
7768
|
"components/drawer": "enabled",
|
|
7272
7769
|
"components/fieldset": "enabled",
|
|
@@ -7281,10 +7778,12 @@
|
|
|
7281
7778
|
"components/form-field-option-label": "enabled",
|
|
7282
7779
|
"components/form-field-radio-option": "enabled",
|
|
7283
7780
|
"components/form-label": "enabled",
|
|
7284
|
-
"components/heading": "enabled",
|
|
7781
|
+
"components/heading/utrecht": "enabled",
|
|
7782
|
+
"components/heading/nl": "enabled",
|
|
7285
7783
|
"components/hero": "enabled",
|
|
7286
7784
|
"components/icon-only-button": "enabled",
|
|
7287
|
-
"components/link": "enabled",
|
|
7785
|
+
"components/link/utrecht": "enabled",
|
|
7786
|
+
"components/link/nl": "enabled",
|
|
7288
7787
|
"components/link-list": "enabled",
|
|
7289
7788
|
"components/link-list-card": "enabled",
|
|
7290
7789
|
"components/logo": "enabled",
|
|
@@ -7294,13 +7793,15 @@
|
|
|
7294
7793
|
"components/navigation-list": "enabled",
|
|
7295
7794
|
"components/ordered-list": "enabled",
|
|
7296
7795
|
"components/pagination": "enabled",
|
|
7297
|
-
"components/paragraph": "enabled",
|
|
7796
|
+
"components/paragraph/utrecht": "enabled",
|
|
7797
|
+
"components/paragraph/nl": "enabled",
|
|
7298
7798
|
"components/radio": "enabled",
|
|
7299
7799
|
"components/radio-group": "enabled",
|
|
7300
7800
|
"components/select": "enabled",
|
|
7301
7801
|
"components/separator": "enabled",
|
|
7302
7802
|
"components/side-nav": "enabled",
|
|
7303
|
-
"components/skip-link": "enabled",
|
|
7803
|
+
"components/skip-link/utrecht": "enabled",
|
|
7804
|
+
"components/skip-link/nl": "enabled",
|
|
7304
7805
|
"components/status-badge": "enabled",
|
|
7305
7806
|
"components/summary-list": "enabled",
|
|
7306
7807
|
"components/table": "enabled",
|
|
@@ -7311,10 +7812,11 @@
|
|
|
7311
7812
|
"components/toolbar-button": "enabled",
|
|
7312
7813
|
"components/unordered-list": "enabled",
|
|
7313
7814
|
"components/icon": "enabled",
|
|
7314
|
-
"components/sub-nav-bar": "enabled"
|
|
7815
|
+
"components/sub-nav-bar": "enabled",
|
|
7816
|
+
"components/pre-heading": "enabled"
|
|
7315
7817
|
},
|
|
7316
|
-
"
|
|
7317
|
-
"
|
|
7818
|
+
"$figmaVariableReferences": {},
|
|
7819
|
+
"group": "Rijkshuisstijl"
|
|
7318
7820
|
},
|
|
7319
7821
|
{
|
|
7320
7822
|
"id": "c6dd93b7ffde608ac96ec3b636875b6534dca15e",
|
|
@@ -7350,7 +7852,8 @@
|
|
|
7350
7852
|
"components/checkbox-group": "enabled",
|
|
7351
7853
|
"components/code-input-group": "enabled",
|
|
7352
7854
|
"components/code-input": "enabled",
|
|
7353
|
-
"components/counter-badge": "enabled",
|
|
7855
|
+
"components/counter-badge/utrecht": "enabled",
|
|
7856
|
+
"components/counter-badge/nl": "enabled",
|
|
7354
7857
|
"components/dot-badge": "enabled",
|
|
7355
7858
|
"components/drawer": "enabled",
|
|
7356
7859
|
"components/fieldset": "enabled",
|
|
@@ -7365,10 +7868,12 @@
|
|
|
7365
7868
|
"components/form-field-option-label": "enabled",
|
|
7366
7869
|
"components/form-field-radio-option": "enabled",
|
|
7367
7870
|
"components/form-label": "enabled",
|
|
7368
|
-
"components/heading": "enabled",
|
|
7871
|
+
"components/heading/utrecht": "enabled",
|
|
7872
|
+
"components/heading/nl": "enabled",
|
|
7369
7873
|
"components/hero": "enabled",
|
|
7370
7874
|
"components/icon-only-button": "enabled",
|
|
7371
|
-
"components/link": "enabled",
|
|
7875
|
+
"components/link/utrecht": "enabled",
|
|
7876
|
+
"components/link/nl": "enabled",
|
|
7372
7877
|
"components/link-list": "enabled",
|
|
7373
7878
|
"components/link-list-card": "enabled",
|
|
7374
7879
|
"components/logo": "enabled",
|
|
@@ -7378,13 +7883,15 @@
|
|
|
7378
7883
|
"components/navigation-list": "enabled",
|
|
7379
7884
|
"components/ordered-list": "enabled",
|
|
7380
7885
|
"components/pagination": "enabled",
|
|
7381
|
-
"components/paragraph": "enabled",
|
|
7886
|
+
"components/paragraph/utrecht": "enabled",
|
|
7887
|
+
"components/paragraph/nl": "enabled",
|
|
7382
7888
|
"components/radio": "enabled",
|
|
7383
7889
|
"components/radio-group": "enabled",
|
|
7384
7890
|
"components/select": "enabled",
|
|
7385
7891
|
"components/separator": "enabled",
|
|
7386
7892
|
"components/side-nav": "enabled",
|
|
7387
|
-
"components/skip-link": "enabled",
|
|
7893
|
+
"components/skip-link/utrecht": "enabled",
|
|
7894
|
+
"components/skip-link/nl": "enabled",
|
|
7388
7895
|
"components/status-badge": "enabled",
|
|
7389
7896
|
"components/summary-list": "enabled",
|
|
7390
7897
|
"components/table": "enabled",
|
|
@@ -7396,10 +7903,11 @@
|
|
|
7396
7903
|
"components/unordered-list": "enabled",
|
|
7397
7904
|
"components/icon": "enabled",
|
|
7398
7905
|
"components/sub-nav-bar": "enabled",
|
|
7399
|
-
"overwrites/primaire kleur/violet": "enabled"
|
|
7906
|
+
"overwrites/primaire kleur/violet": "enabled",
|
|
7907
|
+
"components/pre-heading": "enabled"
|
|
7400
7908
|
},
|
|
7401
|
-
"
|
|
7402
|
-
"
|
|
7909
|
+
"$figmaVariableReferences": {},
|
|
7910
|
+
"group": "Rijkshuisstijl"
|
|
7403
7911
|
},
|
|
7404
7912
|
{
|
|
7405
7913
|
"id": "786957ab6fd72ed726e59e0415f638eea0de0995",
|
|
@@ -7435,7 +7943,8 @@
|
|
|
7435
7943
|
"components/checkbox-group": "enabled",
|
|
7436
7944
|
"components/code-input-group": "enabled",
|
|
7437
7945
|
"components/code-input": "enabled",
|
|
7438
|
-
"components/counter-badge": "enabled",
|
|
7946
|
+
"components/counter-badge/utrecht": "enabled",
|
|
7947
|
+
"components/counter-badge/nl": "enabled",
|
|
7439
7948
|
"components/dot-badge": "enabled",
|
|
7440
7949
|
"components/drawer": "enabled",
|
|
7441
7950
|
"components/fieldset": "enabled",
|
|
@@ -7450,10 +7959,12 @@
|
|
|
7450
7959
|
"components/form-field-option-label": "enabled",
|
|
7451
7960
|
"components/form-field-radio-option": "enabled",
|
|
7452
7961
|
"components/form-label": "enabled",
|
|
7453
|
-
"components/heading": "enabled",
|
|
7962
|
+
"components/heading/utrecht": "enabled",
|
|
7963
|
+
"components/heading/nl": "enabled",
|
|
7454
7964
|
"components/hero": "enabled",
|
|
7455
7965
|
"components/icon-only-button": "enabled",
|
|
7456
|
-
"components/link": "enabled",
|
|
7966
|
+
"components/link/utrecht": "enabled",
|
|
7967
|
+
"components/link/nl": "enabled",
|
|
7457
7968
|
"components/link-list": "enabled",
|
|
7458
7969
|
"components/link-list-card": "enabled",
|
|
7459
7970
|
"components/logo": "enabled",
|
|
@@ -7463,13 +7974,15 @@
|
|
|
7463
7974
|
"components/navigation-list": "enabled",
|
|
7464
7975
|
"components/ordered-list": "enabled",
|
|
7465
7976
|
"components/pagination": "enabled",
|
|
7466
|
-
"components/paragraph": "enabled",
|
|
7977
|
+
"components/paragraph/utrecht": "enabled",
|
|
7978
|
+
"components/paragraph/nl": "enabled",
|
|
7467
7979
|
"components/radio": "enabled",
|
|
7468
7980
|
"components/radio-group": "enabled",
|
|
7469
7981
|
"components/select": "enabled",
|
|
7470
7982
|
"components/separator": "enabled",
|
|
7471
7983
|
"components/side-nav": "enabled",
|
|
7472
|
-
"components/skip-link": "enabled",
|
|
7984
|
+
"components/skip-link/utrecht": "enabled",
|
|
7985
|
+
"components/skip-link/nl": "enabled",
|
|
7473
7986
|
"components/status-badge": "enabled",
|
|
7474
7987
|
"components/summary-list": "enabled",
|
|
7475
7988
|
"components/table": "enabled",
|
|
@@ -7482,10 +7995,11 @@
|
|
|
7482
7995
|
"components/icon": "enabled",
|
|
7483
7996
|
"components/sub-nav-bar": "enabled",
|
|
7484
7997
|
"overwrites/oude rijkshuisstijl/border": "enabled",
|
|
7485
|
-
"overwrites/primaire kleur/violet": "enabled"
|
|
7998
|
+
"overwrites/primaire kleur/violet": "enabled",
|
|
7999
|
+
"components/pre-heading": "enabled"
|
|
7486
8000
|
},
|
|
7487
|
-
"
|
|
7488
|
-
"
|
|
8001
|
+
"$figmaVariableReferences": {},
|
|
8002
|
+
"group": "Rijkshuisstijl"
|
|
7489
8003
|
},
|
|
7490
8004
|
{
|
|
7491
8005
|
"id": "6dc199872ed7ed864f33144bdffb286fdedbf473",
|
|
@@ -7521,7 +8035,8 @@
|
|
|
7521
8035
|
"components/checkbox-group": "enabled",
|
|
7522
8036
|
"components/code-input-group": "enabled",
|
|
7523
8037
|
"components/code-input": "enabled",
|
|
7524
|
-
"components/counter-badge": "enabled",
|
|
8038
|
+
"components/counter-badge/utrecht": "enabled",
|
|
8039
|
+
"components/counter-badge/nl": "enabled",
|
|
7525
8040
|
"components/dot-badge": "enabled",
|
|
7526
8041
|
"components/drawer": "enabled",
|
|
7527
8042
|
"components/fieldset": "enabled",
|
|
@@ -7536,10 +8051,12 @@
|
|
|
7536
8051
|
"components/form-field-option-label": "enabled",
|
|
7537
8052
|
"components/form-field-radio-option": "enabled",
|
|
7538
8053
|
"components/form-label": "enabled",
|
|
7539
|
-
"components/heading": "enabled",
|
|
8054
|
+
"components/heading/utrecht": "enabled",
|
|
8055
|
+
"components/heading/nl": "enabled",
|
|
7540
8056
|
"components/hero": "enabled",
|
|
7541
8057
|
"components/icon-only-button": "enabled",
|
|
7542
|
-
"components/link": "enabled",
|
|
8058
|
+
"components/link/utrecht": "enabled",
|
|
8059
|
+
"components/link/nl": "enabled",
|
|
7543
8060
|
"components/link-list": "enabled",
|
|
7544
8061
|
"components/link-list-card": "enabled",
|
|
7545
8062
|
"components/logo": "enabled",
|
|
@@ -7549,13 +8066,15 @@
|
|
|
7549
8066
|
"components/navigation-list": "enabled",
|
|
7550
8067
|
"components/ordered-list": "enabled",
|
|
7551
8068
|
"components/pagination": "enabled",
|
|
7552
|
-
"components/paragraph": "enabled",
|
|
8069
|
+
"components/paragraph/utrecht": "enabled",
|
|
8070
|
+
"components/paragraph/nl": "enabled",
|
|
7553
8071
|
"components/radio": "enabled",
|
|
7554
8072
|
"components/radio-group": "enabled",
|
|
7555
8073
|
"components/select": "enabled",
|
|
7556
8074
|
"components/separator": "enabled",
|
|
7557
8075
|
"components/side-nav": "enabled",
|
|
7558
|
-
"components/skip-link": "enabled",
|
|
8076
|
+
"components/skip-link/utrecht": "enabled",
|
|
8077
|
+
"components/skip-link/nl": "enabled",
|
|
7559
8078
|
"components/status-badge": "enabled",
|
|
7560
8079
|
"components/summary-list": "enabled",
|
|
7561
8080
|
"components/table": "enabled",
|
|
@@ -7569,10 +8088,11 @@
|
|
|
7569
8088
|
"components/sub-nav-bar": "enabled",
|
|
7570
8089
|
"overwrites/focus/background": "enabled",
|
|
7571
8090
|
"overwrites/focus/outline-color": "enabled",
|
|
7572
|
-
"overwrites/primaire kleur/mintgroen": "enabled"
|
|
8091
|
+
"overwrites/primaire kleur/mintgroen": "enabled",
|
|
8092
|
+
"components/pre-heading": "enabled"
|
|
7573
8093
|
},
|
|
7574
|
-
"
|
|
7575
|
-
"
|
|
8094
|
+
"$figmaVariableReferences": {},
|
|
8095
|
+
"group": "Rijkshuisstijl"
|
|
7576
8096
|
}
|
|
7577
8097
|
],
|
|
7578
8098
|
"$metadata": {
|
|
@@ -7606,7 +8126,8 @@
|
|
|
7606
8126
|
"components/checkbox-group",
|
|
7607
8127
|
"components/code-input-group",
|
|
7608
8128
|
"components/code-input",
|
|
7609
|
-
"components/counter-badge",
|
|
8129
|
+
"components/counter-badge/nl",
|
|
8130
|
+
"components/counter-badge/utrecht",
|
|
7610
8131
|
"components/dot-badge",
|
|
7611
8132
|
"components/drawer",
|
|
7612
8133
|
"components/fieldset",
|
|
@@ -7621,10 +8142,12 @@
|
|
|
7621
8142
|
"components/form-field-option-label",
|
|
7622
8143
|
"components/form-field-radio-option",
|
|
7623
8144
|
"components/form-label",
|
|
7624
|
-
"components/heading",
|
|
8145
|
+
"components/heading/nl",
|
|
8146
|
+
"components/heading/utrecht",
|
|
7625
8147
|
"components/hero",
|
|
7626
8148
|
"components/icon-only-button",
|
|
7627
|
-
"components/link",
|
|
8149
|
+
"components/link/nl",
|
|
8150
|
+
"components/link/utrecht",
|
|
7628
8151
|
"components/link-list",
|
|
7629
8152
|
"components/link-list-card",
|
|
7630
8153
|
"components/logo",
|
|
@@ -7634,14 +8157,16 @@
|
|
|
7634
8157
|
"components/navigation-list",
|
|
7635
8158
|
"components/ordered-list",
|
|
7636
8159
|
"components/pagination",
|
|
7637
|
-
"components/paragraph",
|
|
8160
|
+
"components/paragraph/utrecht",
|
|
8161
|
+
"components/paragraph/nl",
|
|
7638
8162
|
"components/pre-heading",
|
|
7639
8163
|
"components/radio",
|
|
7640
8164
|
"components/radio-group",
|
|
7641
8165
|
"components/select",
|
|
7642
8166
|
"components/separator",
|
|
7643
8167
|
"components/side-nav",
|
|
7644
|
-
"components/skip-link",
|
|
8168
|
+
"components/skip-link/utrecht",
|
|
8169
|
+
"components/skip-link/nl",
|
|
7645
8170
|
"components/status-badge",
|
|
7646
8171
|
"components/summary-list",
|
|
7647
8172
|
"components/table",
|