@utrecht/component-library-design-tokens 1.1.12 → 1.1.13

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 (2) hide show
  1. package/dist/tokens.json +434 -424
  2. package/package.json +2 -2
package/dist/tokens.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "utrecht": {
3
+ "youtube-video": {},
3
4
  "vega-visualization": {
4
5
  "font-family": {
5
6
  "$extensions": {
@@ -26,7 +27,6 @@
26
27
  }
27
28
  }
28
29
  },
29
- "youtube-video": {},
30
30
  "url-data": {},
31
31
  "unordered-list": {
32
32
  "font-size": {
@@ -155,173 +155,6 @@
155
155
  "type": "sizing"
156
156
  }
157
157
  },
158
- "tooltip": {
159
- "background-color": {
160
- "$extensions": {
161
- "nl.nldesignsystem.css.property": {
162
- "syntax": "<color>",
163
- "inherits": true
164
- },
165
- "nl.nldesignsystem.figma.supports-token": false
166
- },
167
- "type": "color"
168
- },
169
- "border-color": {
170
- "$extensions": {
171
- "nl.nldesignsystem.css.property": {
172
- "syntax": "<color>",
173
- "inherits": true
174
- },
175
- "nl.nldesignsystem.figma.supports-token": false
176
- },
177
- "type": "color"
178
- },
179
- "border-radius": {
180
- "$extensions": {
181
- "nl.nldesignsystem.css.property": {
182
- "syntax": "<length-percentage>",
183
- "inherits": true
184
- },
185
- "nl.nldesignsystem.figma.supports-token": false
186
- },
187
- "type": "borderRadius"
188
- },
189
- "border-width": {
190
- "$extensions": {
191
- "nl.nldesignsystem.css.property": {
192
- "syntax": "<length>",
193
- "inherits": true
194
- },
195
- "nl.nldesignsystem.figma.supports-token": false
196
- },
197
- "type": "borderWidth"
198
- },
199
- "color": {
200
- "$extensions": {
201
- "nl.nldesignsystem.css.property": {
202
- "syntax": "<color>",
203
- "inherits": true
204
- },
205
- "nl.nldesignsystem.figma.supports-token": false
206
- },
207
- "type": "color"
208
- },
209
- "font-family": {
210
- "$extensions": {
211
- "nl.nldesignsystem.css.property": {
212
- "syntax": "*",
213
- "inherits": true
214
- },
215
- "nl.nldesignsystem.figma.supports-token": false
216
- },
217
- "type": "fontFamilies"
218
- },
219
- "font-size": {
220
- "$extensions": {
221
- "nl.nldesignsystem.css.property": {
222
- "syntax": "<length>",
223
- "inherits": true
224
- },
225
- "nl.nldesignsystem.figma.supports-token": false
226
- },
227
- "type": "fontSizes"
228
- },
229
- "font-weight": {
230
- "$extensions": {
231
- "nl.nldesignsystem.css.property": {
232
- "syntax": "<number>",
233
- "inherits": false
234
- },
235
- "nl.nldesignsystem.figma.supports-token": false
236
- },
237
- "type": "fontWeights"
238
- },
239
- "line-height": {
240
- "$extensions": {
241
- "nl.nldesignsystem.css.property": {
242
- "syntax": [
243
- "<length>",
244
- "<number>"
245
- ],
246
- "inherits": true
247
- },
248
- "nl.nldesignsystem.figma.supports-token": false
249
- },
250
- "type": "lineHeights"
251
- },
252
- "max-inline-size": {
253
- "$extensions": {
254
- "nl.nldesignsystem.css.property": {
255
- "syntax": "<length>",
256
- "inherits": true
257
- },
258
- "nl.nldesignsystem.figma.supports-token": false
259
- },
260
- "type": "sizing"
261
- },
262
- "padding-block": {
263
- "$extensions": {
264
- "nl.nldesignsystem.css.property": {
265
- "syntax": "<length>",
266
- "inherits": true
267
- },
268
- "nl.nldesignsystem.figma.supports-token": false
269
- },
270
- "type": "spacing"
271
- },
272
- "padding-inline": {
273
- "$extensions": {
274
- "nl.nldesignsystem.css.property": {
275
- "syntax": "<length>",
276
- "inherits": true
277
- },
278
- "nl.nldesignsystem.figma.supports-token": false
279
- },
280
- "type": "spacing"
281
- },
282
- "transition-duration": {
283
- "$extensions": {
284
- "nl.nldesignsystem.css.property": {
285
- "syntax": "<time>",
286
- "inherits": true
287
- },
288
- "nl.nldesignsystem.figma.supports-token": false
289
- },
290
- "type": "other"
291
- },
292
- "transition-timing-function": {
293
- "$extensions": {
294
- "nl.nldesignsystem.css.property": {
295
- "syntax": "<time>",
296
- "inherits": true
297
- },
298
- "nl.nldesignsystem.figma.supports-token": false
299
- },
300
- "type": "other"
301
- },
302
- "z-index": {
303
- "$extensions": {
304
- "nl.nldesignsystem.css.property": {
305
- "syntax": "<number>",
306
- "inherits": true
307
- },
308
- "nl.nldesignsystem.figma.supports-token": false
309
- },
310
- "type": "other"
311
- },
312
- "arrow": {
313
- "size": {
314
- "$extensions": {
315
- "nl.nldesignsystem.css.property": {
316
- "syntax": "<length-percentage>",
317
- "inherits": true
318
- },
319
- "nl.nldesignsystem.figma.supports-token": false
320
- },
321
- "type": "sizing"
322
- }
323
- }
324
- },
325
158
  "toptask-link": {
326
159
  "background-color": {
327
160
  "$extensions": {
@@ -514,50 +347,24 @@
514
347
  }
515
348
  }
516
349
  },
517
- "textbox": {
350
+ "tooltip": {
518
351
  "background-color": {
519
352
  "$extensions": {
520
353
  "nl.nldesignsystem.css.property": {
521
354
  "syntax": "<color>",
522
355
  "inherits": true
523
356
  },
524
- "nl.nldesignsystem.fallback": [
525
- "utrecht.form-control.background-color"
526
- ]
357
+ "nl.nldesignsystem.figma.supports-token": false
527
358
  },
528
359
  "type": "color"
529
360
  },
530
- "border-block-end-width": {
531
- "$extensions": {
532
- "nl.nldesignsystem.css.property": {
533
- "syntax": "<length>",
534
- "inherits": true
535
- },
536
- "nl.nldesignsystem.fallback": [
537
- "utrecht.form-control.border-block-end-width"
538
- ]
539
- },
540
- "type": "borderWidth"
541
- },
542
- "border-bottom-width": {
543
- "$extensions": {
544
- "nl.nldesignsystem.css.property": {
545
- "syntax": "<length>",
546
- "inherits": true
547
- },
548
- "nl.nldesignsystem.deprecated": true
549
- },
550
- "type": "borderWidth"
551
- },
552
361
  "border-color": {
553
362
  "$extensions": {
554
363
  "nl.nldesignsystem.css.property": {
555
364
  "syntax": "<color>",
556
365
  "inherits": true
557
366
  },
558
- "nl.nldesignsystem.fallback": [
559
- "utrecht.form-control.border-color"
560
- ]
367
+ "nl.nldesignsystem.figma.supports-token": false
561
368
  },
562
369
  "type": "color"
563
370
  },
@@ -567,9 +374,7 @@
567
374
  "syntax": "<length-percentage>",
568
375
  "inherits": true
569
376
  },
570
- "nl.nldesignsystem.fallback": [
571
- "utrecht.form-control.border-radius"
572
- ]
377
+ "nl.nldesignsystem.figma.supports-token": false
573
378
  },
574
379
  "type": "borderRadius"
575
380
  },
@@ -579,9 +384,7 @@
579
384
  "syntax": "<length>",
580
385
  "inherits": true
581
386
  },
582
- "nl.nldesignsystem.fallback": [
583
- "utrecht.form-control.border-width"
584
- ]
387
+ "nl.nldesignsystem.figma.supports-token": false
585
388
  },
586
389
  "type": "borderWidth"
587
390
  },
@@ -591,9 +394,7 @@
591
394
  "syntax": "<color>",
592
395
  "inherits": true
593
396
  },
594
- "nl.nldesignsystem.fallback": [
595
- "utrecht.form-control.color"
596
- ]
397
+ "nl.nldesignsystem.figma.supports-token": false
597
398
  },
598
399
  "type": "color"
599
400
  },
@@ -603,9 +404,7 @@
603
404
  "syntax": "*",
604
405
  "inherits": true
605
406
  },
606
- "nl.nldesignsystem.fallback": [
607
- "utrecht.form-control.font-family"
608
- ]
407
+ "nl.nldesignsystem.figma.supports-token": false
609
408
  },
610
409
  "type": "fontFamilies"
611
410
  },
@@ -615,9 +414,7 @@
615
414
  "syntax": "<length>",
616
415
  "inherits": true
617
416
  },
618
- "nl.nldesignsystem.fallback": [
619
- "utrecht.form-control.font-size"
620
- ]
417
+ "nl.nldesignsystem.figma.supports-token": false
621
418
  },
622
419
  "type": "fontSizes"
623
420
  },
@@ -625,24 +422,22 @@
625
422
  "$extensions": {
626
423
  "nl.nldesignsystem.css.property": {
627
424
  "syntax": "<number>",
628
- "inherits": true
425
+ "inherits": false
629
426
  },
630
- "nl.nldesignsystem.fallback": [
631
- "utrecht.form-control.font-weight"
632
- ],
633
- "nl.nldesignsystem.figma.supports-token": true
427
+ "nl.nldesignsystem.figma.supports-token": false
634
428
  },
635
429
  "type": "fontWeights"
636
430
  },
637
431
  "line-height": {
638
432
  "$extensions": {
639
433
  "nl.nldesignsystem.css.property": {
640
- "syntax": "<length>",
434
+ "syntax": [
435
+ "<length>",
436
+ "<number>"
437
+ ],
641
438
  "inherits": true
642
439
  },
643
- "nl.nldesignsystem.fallback": [
644
- "utrecht.form-control.line-height"
645
- ]
440
+ "nl.nldesignsystem.figma.supports-token": false
646
441
  },
647
442
  "type": "lineHeights"
648
443
  },
@@ -652,40 +447,245 @@
652
447
  "syntax": "<length>",
653
448
  "inherits": true
654
449
  },
655
- "nl.nldesignsystem.fallback": [
656
- "utrecht.form-control.max-inline-size"
657
- ]
450
+ "nl.nldesignsystem.figma.supports-token": false
658
451
  },
659
452
  "type": "sizing"
660
453
  },
661
- "padding-block-end": {
454
+ "padding-block": {
662
455
  "$extensions": {
663
456
  "nl.nldesignsystem.css.property": {
664
457
  "syntax": "<length>",
665
458
  "inherits": true
666
459
  },
667
- "nl.nldesignsystem.fallback": [
668
- "utrecht.form-control.padding-block-end"
669
- ]
460
+ "nl.nldesignsystem.figma.supports-token": false
670
461
  },
671
462
  "type": "spacing"
672
463
  },
673
- "padding-block-start": {
464
+ "padding-inline": {
674
465
  "$extensions": {
675
466
  "nl.nldesignsystem.css.property": {
676
467
  "syntax": "<length>",
677
468
  "inherits": true
678
469
  },
679
- "nl.nldesignsystem.fallback": [
680
- "utrecht.form-control.padding-block-start"
681
- ]
470
+ "nl.nldesignsystem.figma.supports-token": false
682
471
  },
683
472
  "type": "spacing"
684
473
  },
685
- "padding-inline-end": {
474
+ "transition-duration": {
686
475
  "$extensions": {
687
476
  "nl.nldesignsystem.css.property": {
688
- "syntax": "<length>",
477
+ "syntax": "<time>",
478
+ "inherits": true
479
+ },
480
+ "nl.nldesignsystem.figma.supports-token": false
481
+ },
482
+ "type": "other"
483
+ },
484
+ "transition-timing-function": {
485
+ "$extensions": {
486
+ "nl.nldesignsystem.css.property": {
487
+ "syntax": "<time>",
488
+ "inherits": true
489
+ },
490
+ "nl.nldesignsystem.figma.supports-token": false
491
+ },
492
+ "type": "other"
493
+ },
494
+ "z-index": {
495
+ "$extensions": {
496
+ "nl.nldesignsystem.css.property": {
497
+ "syntax": "<number>",
498
+ "inherits": true
499
+ },
500
+ "nl.nldesignsystem.figma.supports-token": false
501
+ },
502
+ "type": "other"
503
+ },
504
+ "arrow": {
505
+ "size": {
506
+ "$extensions": {
507
+ "nl.nldesignsystem.css.property": {
508
+ "syntax": "<length-percentage>",
509
+ "inherits": true
510
+ },
511
+ "nl.nldesignsystem.figma.supports-token": false
512
+ },
513
+ "type": "sizing"
514
+ }
515
+ }
516
+ },
517
+ "textbox": {
518
+ "background-color": {
519
+ "$extensions": {
520
+ "nl.nldesignsystem.css.property": {
521
+ "syntax": "<color>",
522
+ "inherits": true
523
+ },
524
+ "nl.nldesignsystem.fallback": [
525
+ "utrecht.form-control.background-color"
526
+ ]
527
+ },
528
+ "type": "color"
529
+ },
530
+ "border-block-end-width": {
531
+ "$extensions": {
532
+ "nl.nldesignsystem.css.property": {
533
+ "syntax": "<length>",
534
+ "inherits": true
535
+ },
536
+ "nl.nldesignsystem.fallback": [
537
+ "utrecht.form-control.border-block-end-width"
538
+ ]
539
+ },
540
+ "type": "borderWidth"
541
+ },
542
+ "border-bottom-width": {
543
+ "$extensions": {
544
+ "nl.nldesignsystem.css.property": {
545
+ "syntax": "<length>",
546
+ "inherits": true
547
+ },
548
+ "nl.nldesignsystem.deprecated": true
549
+ },
550
+ "type": "borderWidth"
551
+ },
552
+ "border-color": {
553
+ "$extensions": {
554
+ "nl.nldesignsystem.css.property": {
555
+ "syntax": "<color>",
556
+ "inherits": true
557
+ },
558
+ "nl.nldesignsystem.fallback": [
559
+ "utrecht.form-control.border-color"
560
+ ]
561
+ },
562
+ "type": "color"
563
+ },
564
+ "border-radius": {
565
+ "$extensions": {
566
+ "nl.nldesignsystem.css.property": {
567
+ "syntax": "<length-percentage>",
568
+ "inherits": true
569
+ },
570
+ "nl.nldesignsystem.fallback": [
571
+ "utrecht.form-control.border-radius"
572
+ ]
573
+ },
574
+ "type": "borderRadius"
575
+ },
576
+ "border-width": {
577
+ "$extensions": {
578
+ "nl.nldesignsystem.css.property": {
579
+ "syntax": "<length>",
580
+ "inherits": true
581
+ },
582
+ "nl.nldesignsystem.fallback": [
583
+ "utrecht.form-control.border-width"
584
+ ]
585
+ },
586
+ "type": "borderWidth"
587
+ },
588
+ "color": {
589
+ "$extensions": {
590
+ "nl.nldesignsystem.css.property": {
591
+ "syntax": "<color>",
592
+ "inherits": true
593
+ },
594
+ "nl.nldesignsystem.fallback": [
595
+ "utrecht.form-control.color"
596
+ ]
597
+ },
598
+ "type": "color"
599
+ },
600
+ "font-family": {
601
+ "$extensions": {
602
+ "nl.nldesignsystem.css.property": {
603
+ "syntax": "*",
604
+ "inherits": true
605
+ },
606
+ "nl.nldesignsystem.fallback": [
607
+ "utrecht.form-control.font-family"
608
+ ]
609
+ },
610
+ "type": "fontFamilies"
611
+ },
612
+ "font-size": {
613
+ "$extensions": {
614
+ "nl.nldesignsystem.css.property": {
615
+ "syntax": "<length>",
616
+ "inherits": true
617
+ },
618
+ "nl.nldesignsystem.fallback": [
619
+ "utrecht.form-control.font-size"
620
+ ]
621
+ },
622
+ "type": "fontSizes"
623
+ },
624
+ "font-weight": {
625
+ "$extensions": {
626
+ "nl.nldesignsystem.css.property": {
627
+ "syntax": "<number>",
628
+ "inherits": true
629
+ },
630
+ "nl.nldesignsystem.fallback": [
631
+ "utrecht.form-control.font-weight"
632
+ ],
633
+ "nl.nldesignsystem.figma.supports-token": true
634
+ },
635
+ "type": "fontWeights"
636
+ },
637
+ "line-height": {
638
+ "$extensions": {
639
+ "nl.nldesignsystem.css.property": {
640
+ "syntax": "<length>",
641
+ "inherits": true
642
+ },
643
+ "nl.nldesignsystem.fallback": [
644
+ "utrecht.form-control.line-height"
645
+ ]
646
+ },
647
+ "type": "lineHeights"
648
+ },
649
+ "max-inline-size": {
650
+ "$extensions": {
651
+ "nl.nldesignsystem.css.property": {
652
+ "syntax": "<length>",
653
+ "inherits": true
654
+ },
655
+ "nl.nldesignsystem.fallback": [
656
+ "utrecht.form-control.max-inline-size"
657
+ ]
658
+ },
659
+ "type": "sizing"
660
+ },
661
+ "padding-block-end": {
662
+ "$extensions": {
663
+ "nl.nldesignsystem.css.property": {
664
+ "syntax": "<length>",
665
+ "inherits": true
666
+ },
667
+ "nl.nldesignsystem.fallback": [
668
+ "utrecht.form-control.padding-block-end"
669
+ ]
670
+ },
671
+ "type": "spacing"
672
+ },
673
+ "padding-block-start": {
674
+ "$extensions": {
675
+ "nl.nldesignsystem.css.property": {
676
+ "syntax": "<length>",
677
+ "inherits": true
678
+ },
679
+ "nl.nldesignsystem.fallback": [
680
+ "utrecht.form-control.padding-block-start"
681
+ ]
682
+ },
683
+ "type": "spacing"
684
+ },
685
+ "padding-inline-end": {
686
+ "$extensions": {
687
+ "nl.nldesignsystem.css.property": {
688
+ "syntax": "<length>",
689
689
  "inherits": true
690
690
  },
691
691
  "nl.nldesignsystem.fallback": [
@@ -3398,6 +3398,16 @@
3398
3398
  "nl.nldesignsystem.figma.supports-token": false
3399
3399
  },
3400
3400
  "type": "fontFamilies"
3401
+ },
3402
+ "font-size-adjust": {
3403
+ "$extensions": {
3404
+ "nl.nldesignsystem.css.property": {
3405
+ "syntax": "<number>",
3406
+ "inherits": true
3407
+ },
3408
+ "nl.nldesignsystem.figma.supports-token": false
3409
+ },
3410
+ "type": "other"
3401
3411
  }
3402
3412
  },
3403
3413
  "rich-text": {
@@ -9041,46 +9051,208 @@
9041
9051
  }
9042
9052
  }
9043
9053
  },
9044
- "form-field-error-message": {
9045
- "background-color": {
9046
- "$extensions": {
9047
- "nl.nldesignsystem.css.property": {
9048
- "syntax": "<color>",
9049
- "inherits": true
9050
- },
9051
- "nl.nldesignsystem.figma.supports-token": true
9052
- },
9053
- "type": "color"
9054
- },
9055
- "color": {
9056
- "$extensions": {
9057
- "nl.nldesignsystem.css.property": {
9058
- "syntax": "<color>",
9059
- "inherits": true
9060
- },
9061
- "nl.nldesignsystem.figma.supports-token": true
9062
- },
9063
- "type": "color"
9064
- },
9065
- "font-family": {
9054
+ "form-fieldset": {
9055
+ "margin-block-end": {
9066
9056
  "$extensions": {
9067
9057
  "nl.nldesignsystem.css.property": {
9068
- "syntax": "*",
9058
+ "syntax": "<length>",
9069
9059
  "inherits": true
9070
9060
  },
9071
- "nl.nldesignsystem.figma.supports-token": true
9061
+ "nl.nldesignsystem.figma.supports-token": false
9072
9062
  },
9073
- "type": "fontFamilies"
9063
+ "type": "spacing"
9074
9064
  },
9075
- "font-size": {
9065
+ "margin-block-start": {
9076
9066
  "$extensions": {
9077
9067
  "nl.nldesignsystem.css.property": {
9078
9068
  "syntax": "<length>",
9079
9069
  "inherits": true
9080
9070
  },
9081
- "nl.nldesignsystem.figma.supports-token": true
9071
+ "nl.nldesignsystem.figma.supports-token": false
9082
9072
  },
9083
- "type": "fontSizes"
9073
+ "type": "spacing"
9074
+ },
9075
+ "invalid": {
9076
+ "border-inline-start-color": {
9077
+ "color": {
9078
+ "$extensions": {
9079
+ "nl.nldesignsystem.css.property": {
9080
+ "syntax": "<color>",
9081
+ "inherits": true
9082
+ },
9083
+ "nl.nldesignsystem.figma.supports-token": false
9084
+ },
9085
+ "type": "color"
9086
+ }
9087
+ },
9088
+ "border-inline-start-width": {
9089
+ "$extensions": {
9090
+ "nl.nldesignsystem.css.property": {
9091
+ "syntax": "<length>",
9092
+ "inherits": true
9093
+ },
9094
+ "nl.nldesignsystem.figma.supports-token": false
9095
+ },
9096
+ "type": "borderWidth"
9097
+ },
9098
+ "padding-inline-start": {
9099
+ "$extensions": {
9100
+ "nl.nldesignsystem.css.property": {
9101
+ "syntax": "<length>",
9102
+ "inherits": true
9103
+ },
9104
+ "nl.nldesignsystem.figma.supports-token": false
9105
+ },
9106
+ "type": "spacing"
9107
+ }
9108
+ },
9109
+ "section": {
9110
+ "background-color": {
9111
+ "$extensions": {
9112
+ "nl.nldesignsystem.css.property": {
9113
+ "syntax": "<color>",
9114
+ "inherits": true
9115
+ },
9116
+ "nl.nldesignsystem.figma.supports-token": false
9117
+ },
9118
+ "type": "color"
9119
+ },
9120
+ "color": {
9121
+ "$extensions": {
9122
+ "nl.nldesignsystem.css.property": {
9123
+ "syntax": "<color>",
9124
+ "inherits": true
9125
+ },
9126
+ "nl.nldesignsystem.figma.supports-token": false
9127
+ },
9128
+ "type": "color"
9129
+ }
9130
+ },
9131
+ "legend": {
9132
+ "color": {
9133
+ "$extensions": {
9134
+ "nl.nldesignsystem.css.property": {
9135
+ "syntax": "<color>",
9136
+ "inherits": true
9137
+ },
9138
+ "nl.nldesignsystem.figma.supports-token": false
9139
+ },
9140
+ "type": "color"
9141
+ },
9142
+ "font-family": {
9143
+ "$extensions": {
9144
+ "nl.nldesignsystem.css.property": {
9145
+ "syntax": "*",
9146
+ "inherits": true
9147
+ },
9148
+ "nl.nldesignsystem.figma.supports-token": false
9149
+ },
9150
+ "type": "fontFamilies"
9151
+ },
9152
+ "font-size": {
9153
+ "$extensions": {
9154
+ "nl.nldesignsystem.css.property": {
9155
+ "syntax": "<length>",
9156
+ "inherits": true
9157
+ },
9158
+ "nl.nldesignsystem.figma.supports-token": false
9159
+ },
9160
+ "type": "fontSizes"
9161
+ },
9162
+ "font-weight": {
9163
+ "$extensions": {
9164
+ "nl.nldesignsystem.css.property": {
9165
+ "syntax": "<number>",
9166
+ "inherits": true
9167
+ },
9168
+ "nl.nldesignsystem.figma.supports-token": false
9169
+ },
9170
+ "type": "fontWeights"
9171
+ },
9172
+ "line-height": {
9173
+ "$extensions": {
9174
+ "nl.nldesignsystem.css.property": {
9175
+ "syntax": "<length> | <number>",
9176
+ "inherits": true
9177
+ },
9178
+ "nl.nldesignsystem.figma.supports-token": false
9179
+ },
9180
+ "type": "lineHeights"
9181
+ },
9182
+ "margin-block-end": {
9183
+ "$extensions": {
9184
+ "nl.nldesignsystem.css.property": {
9185
+ "syntax": "<length>",
9186
+ "inherits": true
9187
+ },
9188
+ "nl.nldesignsystem.figma.supports-token": false
9189
+ },
9190
+ "type": "spacing"
9191
+ },
9192
+ "margin-block-start": {
9193
+ "$extensions": {
9194
+ "nl.nldesignsystem.css.property": {
9195
+ "syntax": "<length>",
9196
+ "inherits": true
9197
+ },
9198
+ "nl.nldesignsystem.figma.supports-token": false
9199
+ },
9200
+ "type": "spacing"
9201
+ },
9202
+ "disabled": {
9203
+ "color": {
9204
+ "$extensions": {
9205
+ "nl.nldesignsystem.css.property": {
9206
+ "syntax": "<color>",
9207
+ "inherits": true
9208
+ },
9209
+ "nl.nldesignsystem.figma.supports-token": false
9210
+ },
9211
+ "type": "color"
9212
+ }
9213
+ }
9214
+ }
9215
+ },
9216
+ "form-field-error-message": {
9217
+ "background-color": {
9218
+ "$extensions": {
9219
+ "nl.nldesignsystem.css.property": {
9220
+ "syntax": "<color>",
9221
+ "inherits": true
9222
+ },
9223
+ "nl.nldesignsystem.figma.supports-token": true
9224
+ },
9225
+ "type": "color"
9226
+ },
9227
+ "color": {
9228
+ "$extensions": {
9229
+ "nl.nldesignsystem.css.property": {
9230
+ "syntax": "<color>",
9231
+ "inherits": true
9232
+ },
9233
+ "nl.nldesignsystem.figma.supports-token": true
9234
+ },
9235
+ "type": "color"
9236
+ },
9237
+ "font-family": {
9238
+ "$extensions": {
9239
+ "nl.nldesignsystem.css.property": {
9240
+ "syntax": "*",
9241
+ "inherits": true
9242
+ },
9243
+ "nl.nldesignsystem.figma.supports-token": true
9244
+ },
9245
+ "type": "fontFamilies"
9246
+ },
9247
+ "font-size": {
9248
+ "$extensions": {
9249
+ "nl.nldesignsystem.css.property": {
9250
+ "syntax": "<length>",
9251
+ "inherits": true
9252
+ },
9253
+ "nl.nldesignsystem.figma.supports-token": true
9254
+ },
9255
+ "type": "fontSizes"
9084
9256
  },
9085
9257
  "font-style": {
9086
9258
  "$extensions": {
@@ -9291,168 +9463,6 @@
9291
9463
  }
9292
9464
  }
9293
9465
  },
9294
- "form-fieldset": {
9295
- "margin-block-end": {
9296
- "$extensions": {
9297
- "nl.nldesignsystem.css.property": {
9298
- "syntax": "<length>",
9299
- "inherits": true
9300
- },
9301
- "nl.nldesignsystem.figma.supports-token": false
9302
- },
9303
- "type": "spacing"
9304
- },
9305
- "margin-block-start": {
9306
- "$extensions": {
9307
- "nl.nldesignsystem.css.property": {
9308
- "syntax": "<length>",
9309
- "inherits": true
9310
- },
9311
- "nl.nldesignsystem.figma.supports-token": false
9312
- },
9313
- "type": "spacing"
9314
- },
9315
- "invalid": {
9316
- "border-inline-start-color": {
9317
- "color": {
9318
- "$extensions": {
9319
- "nl.nldesignsystem.css.property": {
9320
- "syntax": "<color>",
9321
- "inherits": true
9322
- },
9323
- "nl.nldesignsystem.figma.supports-token": false
9324
- },
9325
- "type": "color"
9326
- }
9327
- },
9328
- "border-inline-start-width": {
9329
- "$extensions": {
9330
- "nl.nldesignsystem.css.property": {
9331
- "syntax": "<length>",
9332
- "inherits": true
9333
- },
9334
- "nl.nldesignsystem.figma.supports-token": false
9335
- },
9336
- "type": "borderWidth"
9337
- },
9338
- "padding-inline-start": {
9339
- "$extensions": {
9340
- "nl.nldesignsystem.css.property": {
9341
- "syntax": "<length>",
9342
- "inherits": true
9343
- },
9344
- "nl.nldesignsystem.figma.supports-token": false
9345
- },
9346
- "type": "spacing"
9347
- }
9348
- },
9349
- "section": {
9350
- "background-color": {
9351
- "$extensions": {
9352
- "nl.nldesignsystem.css.property": {
9353
- "syntax": "<color>",
9354
- "inherits": true
9355
- },
9356
- "nl.nldesignsystem.figma.supports-token": false
9357
- },
9358
- "type": "color"
9359
- },
9360
- "color": {
9361
- "$extensions": {
9362
- "nl.nldesignsystem.css.property": {
9363
- "syntax": "<color>",
9364
- "inherits": true
9365
- },
9366
- "nl.nldesignsystem.figma.supports-token": false
9367
- },
9368
- "type": "color"
9369
- }
9370
- },
9371
- "legend": {
9372
- "color": {
9373
- "$extensions": {
9374
- "nl.nldesignsystem.css.property": {
9375
- "syntax": "<color>",
9376
- "inherits": true
9377
- },
9378
- "nl.nldesignsystem.figma.supports-token": false
9379
- },
9380
- "type": "color"
9381
- },
9382
- "font-family": {
9383
- "$extensions": {
9384
- "nl.nldesignsystem.css.property": {
9385
- "syntax": "*",
9386
- "inherits": true
9387
- },
9388
- "nl.nldesignsystem.figma.supports-token": false
9389
- },
9390
- "type": "fontFamilies"
9391
- },
9392
- "font-size": {
9393
- "$extensions": {
9394
- "nl.nldesignsystem.css.property": {
9395
- "syntax": "<length>",
9396
- "inherits": true
9397
- },
9398
- "nl.nldesignsystem.figma.supports-token": false
9399
- },
9400
- "type": "fontSizes"
9401
- },
9402
- "font-weight": {
9403
- "$extensions": {
9404
- "nl.nldesignsystem.css.property": {
9405
- "syntax": "<number>",
9406
- "inherits": true
9407
- },
9408
- "nl.nldesignsystem.figma.supports-token": false
9409
- },
9410
- "type": "fontWeights"
9411
- },
9412
- "line-height": {
9413
- "$extensions": {
9414
- "nl.nldesignsystem.css.property": {
9415
- "syntax": "<length> | <number>",
9416
- "inherits": true
9417
- },
9418
- "nl.nldesignsystem.figma.supports-token": false
9419
- },
9420
- "type": "lineHeights"
9421
- },
9422
- "margin-block-end": {
9423
- "$extensions": {
9424
- "nl.nldesignsystem.css.property": {
9425
- "syntax": "<length>",
9426
- "inherits": true
9427
- },
9428
- "nl.nldesignsystem.figma.supports-token": false
9429
- },
9430
- "type": "spacing"
9431
- },
9432
- "margin-block-start": {
9433
- "$extensions": {
9434
- "nl.nldesignsystem.css.property": {
9435
- "syntax": "<length>",
9436
- "inherits": true
9437
- },
9438
- "nl.nldesignsystem.figma.supports-token": false
9439
- },
9440
- "type": "spacing"
9441
- },
9442
- "disabled": {
9443
- "color": {
9444
- "$extensions": {
9445
- "nl.nldesignsystem.css.property": {
9446
- "syntax": "<color>",
9447
- "inherits": true
9448
- },
9449
- "nl.nldesignsystem.figma.supports-token": false
9450
- },
9451
- "type": "color"
9452
- }
9453
- }
9454
- }
9455
- },
9456
9466
  "form-field": {
9457
9467
  "margin-block-start": {
9458
9468
  "$extensions": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.12",
2
+ "version": "1.1.13",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design tokens metadata for the component library for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -74,7 +74,7 @@
74
74
  "@utrecht/heading-5-css": "2.0.1",
75
75
  "@utrecht/heading-6-css": "2.0.1",
76
76
  "@utrecht/heading-group-css": "2.0.1",
77
- "@utrecht/html-content-css": "2.0.1",
77
+ "@utrecht/html-content-css": "2.1.0",
78
78
  "@utrecht/iban-data-css": "2.0.1",
79
79
  "@utrecht/icon": "2.2.0",
80
80
  "@utrecht/img-css": "2.0.1",