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

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 +481 -481
  2. package/package.json +10 -10
package/dist/tokens.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "utrecht": {
3
- "youtube-video": {},
4
3
  "vega-visualization": {
5
4
  "font-family": {
6
5
  "$extensions": {
@@ -27,6 +26,7 @@
27
26
  }
28
27
  }
29
28
  },
29
+ "youtube-video": {},
30
30
  "url-data": {},
31
31
  "unordered-list": {
32
32
  "font-size": {
@@ -155,6 +155,173 @@
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
+ },
158
325
  "toptask-link": {
159
326
  "background-color": {
160
327
  "$extensions": {
@@ -347,24 +514,50 @@
347
514
  }
348
515
  }
349
516
  },
350
- "tooltip": {
517
+ "textbox": {
351
518
  "background-color": {
352
519
  "$extensions": {
353
520
  "nl.nldesignsystem.css.property": {
354
521
  "syntax": "<color>",
355
522
  "inherits": true
356
523
  },
357
- "nl.nldesignsystem.figma.supports-token": false
524
+ "nl.nldesignsystem.fallback": [
525
+ "utrecht.form-control.background-color"
526
+ ]
358
527
  },
359
528
  "type": "color"
360
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
+ },
361
552
  "border-color": {
362
553
  "$extensions": {
363
554
  "nl.nldesignsystem.css.property": {
364
555
  "syntax": "<color>",
365
556
  "inherits": true
366
557
  },
367
- "nl.nldesignsystem.figma.supports-token": false
558
+ "nl.nldesignsystem.fallback": [
559
+ "utrecht.form-control.border-color"
560
+ ]
368
561
  },
369
562
  "type": "color"
370
563
  },
@@ -374,7 +567,9 @@
374
567
  "syntax": "<length-percentage>",
375
568
  "inherits": true
376
569
  },
377
- "nl.nldesignsystem.figma.supports-token": false
570
+ "nl.nldesignsystem.fallback": [
571
+ "utrecht.form-control.border-radius"
572
+ ]
378
573
  },
379
574
  "type": "borderRadius"
380
575
  },
@@ -384,7 +579,9 @@
384
579
  "syntax": "<length>",
385
580
  "inherits": true
386
581
  },
387
- "nl.nldesignsystem.figma.supports-token": false
582
+ "nl.nldesignsystem.fallback": [
583
+ "utrecht.form-control.border-width"
584
+ ]
388
585
  },
389
586
  "type": "borderWidth"
390
587
  },
@@ -394,7 +591,9 @@
394
591
  "syntax": "<color>",
395
592
  "inherits": true
396
593
  },
397
- "nl.nldesignsystem.figma.supports-token": false
594
+ "nl.nldesignsystem.fallback": [
595
+ "utrecht.form-control.color"
596
+ ]
398
597
  },
399
598
  "type": "color"
400
599
  },
@@ -404,7 +603,9 @@
404
603
  "syntax": "*",
405
604
  "inherits": true
406
605
  },
407
- "nl.nldesignsystem.figma.supports-token": false
606
+ "nl.nldesignsystem.fallback": [
607
+ "utrecht.form-control.font-family"
608
+ ]
408
609
  },
409
610
  "type": "fontFamilies"
410
611
  },
@@ -414,7 +615,9 @@
414
615
  "syntax": "<length>",
415
616
  "inherits": true
416
617
  },
417
- "nl.nldesignsystem.figma.supports-token": false
618
+ "nl.nldesignsystem.fallback": [
619
+ "utrecht.form-control.font-size"
620
+ ]
418
621
  },
419
622
  "type": "fontSizes"
420
623
  },
@@ -422,22 +625,24 @@
422
625
  "$extensions": {
423
626
  "nl.nldesignsystem.css.property": {
424
627
  "syntax": "<number>",
425
- "inherits": false
628
+ "inherits": true
426
629
  },
427
- "nl.nldesignsystem.figma.supports-token": false
630
+ "nl.nldesignsystem.fallback": [
631
+ "utrecht.form-control.font-weight"
632
+ ],
633
+ "nl.nldesignsystem.figma.supports-token": true
428
634
  },
429
635
  "type": "fontWeights"
430
636
  },
431
637
  "line-height": {
432
638
  "$extensions": {
433
639
  "nl.nldesignsystem.css.property": {
434
- "syntax": [
435
- "<length>",
436
- "<number>"
437
- ],
640
+ "syntax": "<length>",
438
641
  "inherits": true
439
642
  },
440
- "nl.nldesignsystem.figma.supports-token": false
643
+ "nl.nldesignsystem.fallback": [
644
+ "utrecht.form-control.line-height"
645
+ ]
441
646
  },
442
647
  "type": "lineHeights"
443
648
  },
@@ -447,242 +652,37 @@
447
652
  "syntax": "<length>",
448
653
  "inherits": true
449
654
  },
450
- "nl.nldesignsystem.figma.supports-token": false
655
+ "nl.nldesignsystem.fallback": [
656
+ "utrecht.form-control.max-inline-size"
657
+ ]
451
658
  },
452
659
  "type": "sizing"
453
660
  },
454
- "padding-block": {
661
+ "padding-block-end": {
455
662
  "$extensions": {
456
663
  "nl.nldesignsystem.css.property": {
457
664
  "syntax": "<length>",
458
665
  "inherits": true
459
666
  },
460
- "nl.nldesignsystem.figma.supports-token": false
667
+ "nl.nldesignsystem.fallback": [
668
+ "utrecht.form-control.padding-block-end"
669
+ ]
461
670
  },
462
671
  "type": "spacing"
463
672
  },
464
- "padding-inline": {
673
+ "padding-block-start": {
465
674
  "$extensions": {
466
675
  "nl.nldesignsystem.css.property": {
467
676
  "syntax": "<length>",
468
677
  "inherits": true
469
678
  },
470
- "nl.nldesignsystem.figma.supports-token": false
679
+ "nl.nldesignsystem.fallback": [
680
+ "utrecht.form-control.padding-block-start"
681
+ ]
471
682
  },
472
683
  "type": "spacing"
473
684
  },
474
- "transition-duration": {
475
- "$extensions": {
476
- "nl.nldesignsystem.css.property": {
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": {
685
+ "padding-inline-end": {
686
686
  "$extensions": {
687
687
  "nl.nldesignsystem.css.property": {
688
688
  "syntax": "<length>",
@@ -5233,75 +5233,127 @@
5233
5233
  }
5234
5234
  }
5235
5235
  },
5236
- "ordered-list": {
5237
- "font-size": {
5236
+ "page": {
5237
+ "background-color": {
5238
5238
  "$extensions": {
5239
5239
  "nl.nldesignsystem.css.property": {
5240
- "syntax": "<length>",
5240
+ "syntax": "<color>",
5241
5241
  "inherits": true
5242
5242
  },
5243
- "nl.nldesignsystem.fallback": [
5244
- "utrecht.unordered-list.font-size",
5245
- "utrecht.document.font-size"
5246
- ],
5247
- "nl.nldesignsystem.figma.supports-token": true
5243
+ "nl.nldesignsystem.figma.supports-token": false
5248
5244
  },
5249
- "type": "fontSizes"
5245
+ "type": "color"
5250
5246
  },
5251
- "line-height": {
5247
+ "color": {
5252
5248
  "$extensions": {
5253
5249
  "nl.nldesignsystem.css.property": {
5254
- "syntax": [
5255
- "<length>",
5256
- "<number>"
5257
- ],
5250
+ "syntax": "<color>",
5258
5251
  "inherits": true
5259
5252
  },
5260
- "nl.nldesignsystem.fallback": [
5261
- "utrecht.unordered-list.line-height",
5262
- "utrecht.document.line-height"
5263
- ],
5264
- "nl.nldesignsystem.figma.supports-token": true
5253
+ "nl.nldesignsystem.figma.supports-token": false
5265
5254
  },
5266
- "type": "lineHeights"
5255
+ "type": "color"
5267
5256
  },
5268
- "margin-block-start": {
5257
+ "margin-inline-start": {
5269
5258
  "$extensions": {
5270
5259
  "nl.nldesignsystem.css.property": {
5271
5260
  "syntax": "<length>",
5272
5261
  "inherits": true
5273
5262
  },
5274
- "nl.nldesignsystem.fallback": [
5275
- "utrecht.unordered-list.margin-block-start",
5276
- "utrecht.document.margin-block-start"
5277
- ],
5278
5263
  "nl.nldesignsystem.figma.supports-token": false
5279
5264
  },
5280
5265
  "type": "spacing"
5281
5266
  },
5282
- "margin-block-end": {
5267
+ "margin-inline-end": {
5283
5268
  "$extensions": {
5284
5269
  "nl.nldesignsystem.css.property": {
5285
5270
  "syntax": "<length>",
5286
5271
  "inherits": true
5287
5272
  },
5288
- "nl.nldesignsystem.fallback": [
5289
- "utrecht.unordered-list.margin-block-end",
5290
- "utrecht.document.margin-block-end"
5291
- ],
5292
5273
  "nl.nldesignsystem.figma.supports-token": false
5293
5274
  },
5294
5275
  "type": "spacing"
5295
5276
  },
5296
- "padding-inline-start": {
5277
+ "max-inline-size": {
5297
5278
  "$extensions": {
5298
5279
  "nl.nldesignsystem.css.property": {
5299
5280
  "syntax": "<length>",
5300
5281
  "inherits": true
5301
5282
  },
5302
- "nl.nldesignsystem.fallback": [
5303
- "utrecht.unordered-list.padding-inline-start",
5304
- "utrecht.document.padding-inline-start"
5283
+ "nl.nldesignsystem.figma.supports-token": false
5284
+ },
5285
+ "type": "sizing"
5286
+ }
5287
+ },
5288
+ "ordered-list": {
5289
+ "font-size": {
5290
+ "$extensions": {
5291
+ "nl.nldesignsystem.css.property": {
5292
+ "syntax": "<length>",
5293
+ "inherits": true
5294
+ },
5295
+ "nl.nldesignsystem.fallback": [
5296
+ "utrecht.unordered-list.font-size",
5297
+ "utrecht.document.font-size"
5298
+ ],
5299
+ "nl.nldesignsystem.figma.supports-token": true
5300
+ },
5301
+ "type": "fontSizes"
5302
+ },
5303
+ "line-height": {
5304
+ "$extensions": {
5305
+ "nl.nldesignsystem.css.property": {
5306
+ "syntax": [
5307
+ "<length>",
5308
+ "<number>"
5309
+ ],
5310
+ "inherits": true
5311
+ },
5312
+ "nl.nldesignsystem.fallback": [
5313
+ "utrecht.unordered-list.line-height",
5314
+ "utrecht.document.line-height"
5315
+ ],
5316
+ "nl.nldesignsystem.figma.supports-token": true
5317
+ },
5318
+ "type": "lineHeights"
5319
+ },
5320
+ "margin-block-start": {
5321
+ "$extensions": {
5322
+ "nl.nldesignsystem.css.property": {
5323
+ "syntax": "<length>",
5324
+ "inherits": true
5325
+ },
5326
+ "nl.nldesignsystem.fallback": [
5327
+ "utrecht.unordered-list.margin-block-start",
5328
+ "utrecht.document.margin-block-start"
5329
+ ],
5330
+ "nl.nldesignsystem.figma.supports-token": false
5331
+ },
5332
+ "type": "spacing"
5333
+ },
5334
+ "margin-block-end": {
5335
+ "$extensions": {
5336
+ "nl.nldesignsystem.css.property": {
5337
+ "syntax": "<length>",
5338
+ "inherits": true
5339
+ },
5340
+ "nl.nldesignsystem.fallback": [
5341
+ "utrecht.unordered-list.margin-block-end",
5342
+ "utrecht.document.margin-block-end"
5343
+ ],
5344
+ "nl.nldesignsystem.figma.supports-token": false
5345
+ },
5346
+ "type": "spacing"
5347
+ },
5348
+ "padding-inline-start": {
5349
+ "$extensions": {
5350
+ "nl.nldesignsystem.css.property": {
5351
+ "syntax": "<length>",
5352
+ "inherits": true
5353
+ },
5354
+ "nl.nldesignsystem.fallback": [
5355
+ "utrecht.unordered-list.padding-inline-start",
5356
+ "utrecht.document.padding-inline-start"
5305
5357
  ],
5306
5358
  "nl.nldesignsystem.figma.supports-token": true
5307
5359
  },
@@ -5349,58 +5401,6 @@
5349
5401
  }
5350
5402
  }
5351
5403
  },
5352
- "page": {
5353
- "background-color": {
5354
- "$extensions": {
5355
- "nl.nldesignsystem.css.property": {
5356
- "syntax": "<color>",
5357
- "inherits": true
5358
- },
5359
- "nl.nldesignsystem.figma.supports-token": false
5360
- },
5361
- "type": "color"
5362
- },
5363
- "color": {
5364
- "$extensions": {
5365
- "nl.nldesignsystem.css.property": {
5366
- "syntax": "<color>",
5367
- "inherits": true
5368
- },
5369
- "nl.nldesignsystem.figma.supports-token": false
5370
- },
5371
- "type": "color"
5372
- },
5373
- "margin-inline-start": {
5374
- "$extensions": {
5375
- "nl.nldesignsystem.css.property": {
5376
- "syntax": "<length>",
5377
- "inherits": true
5378
- },
5379
- "nl.nldesignsystem.figma.supports-token": false
5380
- },
5381
- "type": "spacing"
5382
- },
5383
- "margin-inline-end": {
5384
- "$extensions": {
5385
- "nl.nldesignsystem.css.property": {
5386
- "syntax": "<length>",
5387
- "inherits": true
5388
- },
5389
- "nl.nldesignsystem.figma.supports-token": false
5390
- },
5391
- "type": "spacing"
5392
- },
5393
- "max-inline-size": {
5394
- "$extensions": {
5395
- "nl.nldesignsystem.css.property": {
5396
- "syntax": "<length>",
5397
- "inherits": true
5398
- },
5399
- "nl.nldesignsystem.figma.supports-token": false
5400
- },
5401
- "type": "sizing"
5402
- }
5403
- },
5404
5404
  "open-forms-container": {},
5405
5405
  "number-data": {
5406
5406
  "positive": {
@@ -9041,168 +9041,6 @@
9041
9041
  }
9042
9042
  }
9043
9043
  },
9044
- "form-fieldset": {
9045
- "margin-block-end": {
9046
- "$extensions": {
9047
- "nl.nldesignsystem.css.property": {
9048
- "syntax": "<length>",
9049
- "inherits": true
9050
- },
9051
- "nl.nldesignsystem.figma.supports-token": false
9052
- },
9053
- "type": "spacing"
9054
- },
9055
- "margin-block-start": {
9056
- "$extensions": {
9057
- "nl.nldesignsystem.css.property": {
9058
- "syntax": "<length>",
9059
- "inherits": true
9060
- },
9061
- "nl.nldesignsystem.figma.supports-token": false
9062
- },
9063
- "type": "spacing"
9064
- },
9065
- "invalid": {
9066
- "border-inline-start-color": {
9067
- "color": {
9068
- "$extensions": {
9069
- "nl.nldesignsystem.css.property": {
9070
- "syntax": "<color>",
9071
- "inherits": true
9072
- },
9073
- "nl.nldesignsystem.figma.supports-token": false
9074
- },
9075
- "type": "color"
9076
- }
9077
- },
9078
- "border-inline-start-width": {
9079
- "$extensions": {
9080
- "nl.nldesignsystem.css.property": {
9081
- "syntax": "<length>",
9082
- "inherits": true
9083
- },
9084
- "nl.nldesignsystem.figma.supports-token": false
9085
- },
9086
- "type": "borderWidth"
9087
- },
9088
- "padding-inline-start": {
9089
- "$extensions": {
9090
- "nl.nldesignsystem.css.property": {
9091
- "syntax": "<length>",
9092
- "inherits": true
9093
- },
9094
- "nl.nldesignsystem.figma.supports-token": false
9095
- },
9096
- "type": "spacing"
9097
- }
9098
- },
9099
- "section": {
9100
- "background-color": {
9101
- "$extensions": {
9102
- "nl.nldesignsystem.css.property": {
9103
- "syntax": "<color>",
9104
- "inherits": true
9105
- },
9106
- "nl.nldesignsystem.figma.supports-token": false
9107
- },
9108
- "type": "color"
9109
- },
9110
- "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
- },
9121
- "legend": {
9122
- "color": {
9123
- "$extensions": {
9124
- "nl.nldesignsystem.css.property": {
9125
- "syntax": "<color>",
9126
- "inherits": true
9127
- },
9128
- "nl.nldesignsystem.figma.supports-token": false
9129
- },
9130
- "type": "color"
9131
- },
9132
- "font-family": {
9133
- "$extensions": {
9134
- "nl.nldesignsystem.css.property": {
9135
- "syntax": "*",
9136
- "inherits": true
9137
- },
9138
- "nl.nldesignsystem.figma.supports-token": false
9139
- },
9140
- "type": "fontFamilies"
9141
- },
9142
- "font-size": {
9143
- "$extensions": {
9144
- "nl.nldesignsystem.css.property": {
9145
- "syntax": "<length>",
9146
- "inherits": true
9147
- },
9148
- "nl.nldesignsystem.figma.supports-token": false
9149
- },
9150
- "type": "fontSizes"
9151
- },
9152
- "font-weight": {
9153
- "$extensions": {
9154
- "nl.nldesignsystem.css.property": {
9155
- "syntax": "<number>",
9156
- "inherits": true
9157
- },
9158
- "nl.nldesignsystem.figma.supports-token": false
9159
- },
9160
- "type": "fontWeights"
9161
- },
9162
- "line-height": {
9163
- "$extensions": {
9164
- "nl.nldesignsystem.css.property": {
9165
- "syntax": "<length> | <number>",
9166
- "inherits": true
9167
- },
9168
- "nl.nldesignsystem.figma.supports-token": false
9169
- },
9170
- "type": "lineHeights"
9171
- },
9172
- "margin-block-end": {
9173
- "$extensions": {
9174
- "nl.nldesignsystem.css.property": {
9175
- "syntax": "<length>",
9176
- "inherits": true
9177
- },
9178
- "nl.nldesignsystem.figma.supports-token": false
9179
- },
9180
- "type": "spacing"
9181
- },
9182
- "margin-block-start": {
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
- "disabled": {
9193
- "color": {
9194
- "$extensions": {
9195
- "nl.nldesignsystem.css.property": {
9196
- "syntax": "<color>",
9197
- "inherits": true
9198
- },
9199
- "nl.nldesignsystem.figma.supports-token": false
9200
- },
9201
- "type": "color"
9202
- }
9203
- }
9204
- }
9205
- },
9206
9044
  "form-field-error-message": {
9207
9045
  "background-color": {
9208
9046
  "$extensions": {
@@ -9453,6 +9291,168 @@
9453
9291
  }
9454
9292
  }
9455
9293
  },
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
9456
  "form-field": {
9457
9457
  "margin-block-start": {
9458
9458
  "$extensions": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.10",
2
+ "version": "1.1.12",
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",
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@nl-design-system-unstable/theme-toolkit": "1.0.0",
24
- "glob": "10.4.2",
24
+ "glob": "10.4.5",
25
25
  "lodash.clonedeepwith": "4.5.0",
26
26
  "lodash.isplainobject": "4.0.6",
27
27
  "lodash.merge": "4.6.2",
28
- "rimraf": "5.0.7",
28
+ "rimraf": "5.0.10",
29
29
  "@utrecht/build-utils-css": "0.0.4"
30
30
  },
31
31
  "dependencies": {
@@ -40,7 +40,7 @@
40
40
  "@utrecht/badge-list-css": "3.0.1",
41
41
  "@utrecht/blockquote-css": "2.0.1",
42
42
  "@utrecht/breadcrumb-nav-css": "2.1.0",
43
- "@utrecht/button-css": "3.0.1",
43
+ "@utrecht/button-css": "3.1.0",
44
44
  "@utrecht/button-group-css": "2.0.1",
45
45
  "@utrecht/button-link-css": "2.0.1",
46
46
  "@utrecht/calendar-css": "2.0.1",
@@ -71,6 +71,7 @@
71
71
  "@utrecht/heading-2-css": "2.0.1",
72
72
  "@utrecht/heading-3-css": "2.0.1",
73
73
  "@utrecht/heading-4-css": "2.0.1",
74
+ "@utrecht/heading-5-css": "2.0.1",
74
75
  "@utrecht/heading-6-css": "2.0.1",
75
76
  "@utrecht/heading-group-css": "2.0.1",
76
77
  "@utrecht/html-content-css": "2.0.1",
@@ -78,12 +79,12 @@
78
79
  "@utrecht/icon": "2.2.0",
79
80
  "@utrecht/img-css": "2.0.1",
80
81
  "@utrecht/index-char-nav-css": "2.0.1",
82
+ "@utrecht/link-button-css": "2.0.1",
81
83
  "@utrecht/link-css": "2.0.1",
82
84
  "@utrecht/link-list-css": "3.0.1",
83
85
  "@utrecht/link-social-css": "2.0.1",
84
86
  "@utrecht/list-social-css": "2.0.1",
85
- "@utrecht/link-button-css": "2.0.1",
86
- "@utrecht/listbox-css": "2.0.1",
87
+ "@utrecht/listbox-css": "2.1.0",
87
88
  "@utrecht/logo-button-css": "1.4.2",
88
89
  "@utrecht/logo-css": "2.0.1",
89
90
  "@utrecht/logo-image-css": "1.4.2",
@@ -112,15 +113,14 @@
112
113
  "@utrecht/spotlight-section-css": "2.0.1",
113
114
  "@utrecht/status-badge-css": "1.0.0",
114
115
  "@utrecht/surface-css": "2.0.1",
115
- "@utrecht/table-css": "2.0.1",
116
+ "@utrecht/table-css": "2.0.2",
116
117
  "@utrecht/table-of-contents-css": "1.0.1",
117
118
  "@utrecht/textarea-css": "3.0.1",
118
- "@utrecht/textbox-css": "3.0.1",
119
+ "@utrecht/textbox-css": "3.1.0",
119
120
  "@utrecht/top-task-link-css": "2.0.1",
120
121
  "@utrecht/top-task-nav-css": "1.3.2",
121
122
  "@utrecht/unordered-list-css": "2.0.1",
122
- "@utrecht/url-data-css": "2.0.1",
123
- "@utrecht/heading-5-css": "2.0.1"
123
+ "@utrecht/url-data-css": "2.0.1"
124
124
  },
125
125
  "scripts": {
126
126
  "build": "pnpm run '/^build:.*/'",