@utrecht/component-library-design-tokens 1.1.11 → 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.
- package/dist/tokens.json +1098 -1098
- package/package.json +4 -4
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
|
-
"
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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":
|
|
628
|
+
"inherits": true
|
|
426
629
|
},
|
|
427
|
-
"nl.nldesignsystem.
|
|
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.
|
|
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.
|
|
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.
|
|
667
|
+
"nl.nldesignsystem.fallback": [
|
|
668
|
+
"utrecht.form-control.padding-block-end"
|
|
669
|
+
]
|
|
461
670
|
},
|
|
462
671
|
"type": "spacing"
|
|
463
672
|
},
|
|
464
|
-
"padding-
|
|
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.
|
|
679
|
+
"nl.nldesignsystem.fallback": [
|
|
680
|
+
"utrecht.form-control.padding-block-start"
|
|
681
|
+
]
|
|
471
682
|
},
|
|
472
683
|
"type": "spacing"
|
|
473
684
|
},
|
|
474
|
-
"
|
|
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>",
|
|
@@ -1384,8 +1384,8 @@
|
|
|
1384
1384
|
}
|
|
1385
1385
|
},
|
|
1386
1386
|
"table-of-contents": {},
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1387
|
+
"table": {
|
|
1388
|
+
"border-color": {
|
|
1389
1389
|
"$extensions": {
|
|
1390
1390
|
"nl.nldesignsystem.css.property": {
|
|
1391
1391
|
"syntax": "<color>",
|
|
@@ -1395,126 +1395,53 @@
|
|
|
1395
1395
|
},
|
|
1396
1396
|
"type": "color"
|
|
1397
1397
|
},
|
|
1398
|
-
"
|
|
1398
|
+
"border-width": {
|
|
1399
1399
|
"$extensions": {
|
|
1400
1400
|
"nl.nldesignsystem.css.property": {
|
|
1401
|
-
"syntax": "<
|
|
1401
|
+
"syntax": "<length>",
|
|
1402
1402
|
"inherits": true
|
|
1403
1403
|
},
|
|
1404
1404
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1405
1405
|
},
|
|
1406
|
-
"type": "
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
"superscript": {},
|
|
1410
|
-
"subscript": {},
|
|
1411
|
-
"status-badge": {
|
|
1412
|
-
"letter-spacing": {
|
|
1406
|
+
"type": "borderWidth"
|
|
1407
|
+
},
|
|
1408
|
+
"font-family": {
|
|
1413
1409
|
"$extensions": {
|
|
1414
1410
|
"nl.nldesignsystem.css.property": {
|
|
1415
|
-
"syntax": "
|
|
1411
|
+
"syntax": "*",
|
|
1416
1412
|
"inherits": true
|
|
1417
1413
|
},
|
|
1414
|
+
"nl.nldesignsystem.fallback": [
|
|
1415
|
+
"utrecht.document.color"
|
|
1416
|
+
],
|
|
1418
1417
|
"nl.nldesignsystem.figma.supports-token": true
|
|
1419
1418
|
},
|
|
1420
|
-
"type": "
|
|
1419
|
+
"type": "fontFamilies"
|
|
1421
1420
|
},
|
|
1422
|
-
"
|
|
1421
|
+
"font-size": {
|
|
1423
1422
|
"$extensions": {
|
|
1424
1423
|
"nl.nldesignsystem.css.property": {
|
|
1425
|
-
"syntax":
|
|
1426
|
-
"inherit",
|
|
1427
|
-
"uppercase"
|
|
1428
|
-
],
|
|
1424
|
+
"syntax": "<length>",
|
|
1429
1425
|
"inherits": true
|
|
1430
1426
|
},
|
|
1431
1427
|
"nl.nldesignsystem.figma.supports-token": true
|
|
1432
1428
|
},
|
|
1433
|
-
"type": "
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
"spotlight-section": {
|
|
1437
|
-
"background-color": {
|
|
1429
|
+
"type": "fontSizes"
|
|
1430
|
+
},
|
|
1431
|
+
"line-height": {
|
|
1438
1432
|
"$extensions": {
|
|
1439
1433
|
"nl.nldesignsystem.css.property": {
|
|
1440
|
-
"syntax":
|
|
1434
|
+
"syntax": [
|
|
1435
|
+
"<length>",
|
|
1436
|
+
"<number>"
|
|
1437
|
+
],
|
|
1441
1438
|
"inherits": true
|
|
1442
1439
|
},
|
|
1443
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1444
|
-
},
|
|
1445
|
-
"type": "color"
|
|
1446
|
-
},
|
|
1447
|
-
"border-color": {
|
|
1448
|
-
"$extensions": {
|
|
1449
|
-
"nl.nldesignsystem.css.property": {
|
|
1450
|
-
"syntax": "<color>",
|
|
1451
|
-
"inherits": true
|
|
1452
|
-
},
|
|
1453
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1454
|
-
},
|
|
1455
|
-
"type": "color"
|
|
1456
|
-
},
|
|
1457
|
-
"border-radius": {
|
|
1458
|
-
"$extensions": {
|
|
1459
|
-
"nl.nldesignsystem.css.property": {
|
|
1460
|
-
"syntax": "<length-percentage>",
|
|
1461
|
-
"inherits": true
|
|
1462
|
-
},
|
|
1463
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1464
|
-
},
|
|
1465
|
-
"type": "borderRadius"
|
|
1466
|
-
},
|
|
1467
|
-
"border-width": {
|
|
1468
|
-
"$extensions": {
|
|
1469
|
-
"nl.nldesignsystem.css.property": {
|
|
1470
|
-
"syntax": "<length>",
|
|
1471
|
-
"inherits": true
|
|
1472
|
-
},
|
|
1473
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1474
|
-
},
|
|
1475
|
-
"type": "borderWidth"
|
|
1476
|
-
},
|
|
1477
|
-
"color": {
|
|
1478
|
-
"$extensions": {
|
|
1479
|
-
"nl.nldesignsystem.css.property": {
|
|
1480
|
-
"syntax": "<color>",
|
|
1481
|
-
"inherits": true
|
|
1482
|
-
},
|
|
1483
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1484
|
-
},
|
|
1485
|
-
"type": "color"
|
|
1486
|
-
},
|
|
1487
|
-
"padding-block-start": {
|
|
1488
|
-
"$extensions": {
|
|
1489
|
-
"nl.nldesignsystem.css.property": {
|
|
1490
|
-
"syntax": "<length>",
|
|
1491
|
-
"inherits": true
|
|
1492
|
-
},
|
|
1493
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1494
|
-
},
|
|
1495
|
-
"type": "spacing"
|
|
1496
|
-
},
|
|
1497
|
-
"padding-block-end": {
|
|
1498
|
-
"$extensions": {
|
|
1499
|
-
"nl.nldesignsystem.css.property": {
|
|
1500
|
-
"syntax": "<length>",
|
|
1501
|
-
"inherits": true
|
|
1502
|
-
},
|
|
1503
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1504
|
-
},
|
|
1505
|
-
"type": "spacing"
|
|
1506
|
-
},
|
|
1507
|
-
"padding-inline-start": {
|
|
1508
|
-
"$extensions": {
|
|
1509
|
-
"nl.nldesignsystem.css.property": {
|
|
1510
|
-
"syntax": "<length>",
|
|
1511
|
-
"inherits": true
|
|
1512
|
-
},
|
|
1513
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1440
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1514
1441
|
},
|
|
1515
|
-
"type": "
|
|
1442
|
+
"type": "lineHeights"
|
|
1516
1443
|
},
|
|
1517
|
-
"
|
|
1444
|
+
"margin-block-end": {
|
|
1518
1445
|
"$extensions": {
|
|
1519
1446
|
"nl.nldesignsystem.css.property": {
|
|
1520
1447
|
"syntax": "<length>",
|
|
@@ -1534,46 +1461,36 @@
|
|
|
1534
1461
|
},
|
|
1535
1462
|
"type": "spacing"
|
|
1536
1463
|
},
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
1539
|
-
"nl.nldesignsystem.css.property": {
|
|
1540
|
-
"syntax": "<length>",
|
|
1541
|
-
"inherits": true
|
|
1542
|
-
},
|
|
1543
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1544
|
-
},
|
|
1545
|
-
"type": "spacing"
|
|
1546
|
-
},
|
|
1547
|
-
"info": {
|
|
1548
|
-
"background-color": {
|
|
1464
|
+
"caption": {
|
|
1465
|
+
"font-weight": {
|
|
1549
1466
|
"$extensions": {
|
|
1550
1467
|
"nl.nldesignsystem.css.property": {
|
|
1551
|
-
"syntax": "<
|
|
1468
|
+
"syntax": "<number>",
|
|
1552
1469
|
"inherits": true
|
|
1553
1470
|
},
|
|
1554
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1471
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1555
1472
|
},
|
|
1556
|
-
"type": "
|
|
1473
|
+
"type": "fontWeights"
|
|
1557
1474
|
},
|
|
1558
|
-
"
|
|
1475
|
+
"font-family": {
|
|
1559
1476
|
"$extensions": {
|
|
1560
1477
|
"nl.nldesignsystem.css.property": {
|
|
1561
|
-
"syntax": "
|
|
1478
|
+
"syntax": "*",
|
|
1562
1479
|
"inherits": true
|
|
1563
1480
|
},
|
|
1564
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1481
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1565
1482
|
},
|
|
1566
|
-
"type": "
|
|
1483
|
+
"type": "fontFamilies"
|
|
1567
1484
|
},
|
|
1568
|
-
"
|
|
1485
|
+
"font-size": {
|
|
1569
1486
|
"$extensions": {
|
|
1570
1487
|
"nl.nldesignsystem.css.property": {
|
|
1571
1488
|
"syntax": "<length>",
|
|
1572
1489
|
"inherits": true
|
|
1573
1490
|
},
|
|
1574
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1491
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1575
1492
|
},
|
|
1576
|
-
"type": "
|
|
1493
|
+
"type": "fontSizes"
|
|
1577
1494
|
},
|
|
1578
1495
|
"color": {
|
|
1579
1496
|
"$extensions": {
|
|
@@ -1581,89 +1498,71 @@
|
|
|
1581
1498
|
"syntax": "<color>",
|
|
1582
1499
|
"inherits": true
|
|
1583
1500
|
},
|
|
1584
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1501
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1585
1502
|
},
|
|
1586
1503
|
"type": "color"
|
|
1587
1504
|
},
|
|
1588
|
-
"
|
|
1589
|
-
"color": {
|
|
1590
|
-
"$extensions": {
|
|
1591
|
-
"nl.nldesignsystem.css.property": {
|
|
1592
|
-
"syntax": "<color>",
|
|
1593
|
-
"inherits": true
|
|
1594
|
-
},
|
|
1595
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1596
|
-
},
|
|
1597
|
-
"type": "color"
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
},
|
|
1601
|
-
"warning": {
|
|
1602
|
-
"background-color": {
|
|
1505
|
+
"line-height": {
|
|
1603
1506
|
"$extensions": {
|
|
1604
1507
|
"nl.nldesignsystem.css.property": {
|
|
1605
|
-
"syntax":
|
|
1508
|
+
"syntax": [
|
|
1509
|
+
"<length>",
|
|
1510
|
+
"<number>"
|
|
1511
|
+
],
|
|
1606
1512
|
"inherits": true
|
|
1607
1513
|
},
|
|
1608
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1514
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1609
1515
|
},
|
|
1610
|
-
"type": "
|
|
1516
|
+
"type": "lineHeights"
|
|
1611
1517
|
},
|
|
1612
|
-
"
|
|
1518
|
+
"text-align": {
|
|
1613
1519
|
"$extensions": {
|
|
1614
1520
|
"nl.nldesignsystem.css.property": {
|
|
1615
|
-
"syntax":
|
|
1521
|
+
"syntax": [
|
|
1522
|
+
"left",
|
|
1523
|
+
"right",
|
|
1524
|
+
"start",
|
|
1525
|
+
"end"
|
|
1526
|
+
],
|
|
1616
1527
|
"inherits": true
|
|
1617
1528
|
},
|
|
1618
1529
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1619
1530
|
},
|
|
1620
|
-
"type": "
|
|
1531
|
+
"type": "other"
|
|
1621
1532
|
},
|
|
1622
|
-
"
|
|
1533
|
+
"margin-block-end": {
|
|
1623
1534
|
"$extensions": {
|
|
1624
1535
|
"nl.nldesignsystem.css.property": {
|
|
1625
1536
|
"syntax": "<length>",
|
|
1626
1537
|
"inherits": true
|
|
1627
1538
|
},
|
|
1628
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1539
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1629
1540
|
},
|
|
1630
|
-
"type": "
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1541
|
+
"type": "spacing"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
"header": {
|
|
1545
|
+
"font-weight": {
|
|
1633
1546
|
"$extensions": {
|
|
1634
1547
|
"nl.nldesignsystem.css.property": {
|
|
1635
|
-
"syntax": "<
|
|
1548
|
+
"syntax": "<number>",
|
|
1636
1549
|
"inherits": true
|
|
1637
1550
|
},
|
|
1638
1551
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1639
1552
|
},
|
|
1640
|
-
"type": "
|
|
1553
|
+
"type": "fontWeights"
|
|
1641
1554
|
},
|
|
1642
|
-
"icon": {
|
|
1643
|
-
"color": {
|
|
1644
|
-
"$extensions": {
|
|
1645
|
-
"nl.nldesignsystem.css.property": {
|
|
1646
|
-
"syntax": "<color>",
|
|
1647
|
-
"inherits": true
|
|
1648
|
-
},
|
|
1649
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1650
|
-
},
|
|
1651
|
-
"type": "color"
|
|
1652
|
-
}
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
"error": {
|
|
1656
1555
|
"background-color": {
|
|
1657
1556
|
"$extensions": {
|
|
1658
1557
|
"nl.nldesignsystem.css.property": {
|
|
1659
1558
|
"syntax": "<color>",
|
|
1660
1559
|
"inherits": true
|
|
1661
1560
|
},
|
|
1662
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1561
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1663
1562
|
},
|
|
1664
1563
|
"type": "color"
|
|
1665
1564
|
},
|
|
1666
|
-
"
|
|
1565
|
+
"color": {
|
|
1667
1566
|
"$extensions": {
|
|
1668
1567
|
"nl.nldesignsystem.css.property": {
|
|
1669
1568
|
"syntax": "<color>",
|
|
@@ -1673,27 +1572,50 @@
|
|
|
1673
1572
|
},
|
|
1674
1573
|
"type": "color"
|
|
1675
1574
|
},
|
|
1676
|
-
"
|
|
1575
|
+
"text-transform": {
|
|
1677
1576
|
"$extensions": {
|
|
1678
1577
|
"nl.nldesignsystem.css.property": {
|
|
1679
|
-
"syntax":
|
|
1578
|
+
"syntax": [
|
|
1579
|
+
"inherit",
|
|
1580
|
+
"uppercase"
|
|
1581
|
+
],
|
|
1680
1582
|
"inherits": true
|
|
1681
1583
|
},
|
|
1682
1584
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1683
1585
|
},
|
|
1684
|
-
"type": "
|
|
1586
|
+
"type": "textCase"
|
|
1685
1587
|
},
|
|
1686
|
-
"color": {
|
|
1588
|
+
"border-block-end-color": {
|
|
1687
1589
|
"$extensions": {
|
|
1688
1590
|
"nl.nldesignsystem.css.property": {
|
|
1689
1591
|
"syntax": "<color>",
|
|
1690
1592
|
"inherits": true
|
|
1691
1593
|
},
|
|
1692
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1594
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1693
1595
|
},
|
|
1694
1596
|
"type": "color"
|
|
1695
1597
|
},
|
|
1696
|
-
"
|
|
1598
|
+
"border-block-end-width": {
|
|
1599
|
+
"$extensions": {
|
|
1600
|
+
"nl.nldesignsystem.css.property": {
|
|
1601
|
+
"syntax": "<length>",
|
|
1602
|
+
"inherits": true
|
|
1603
|
+
},
|
|
1604
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1605
|
+
},
|
|
1606
|
+
"type": "borderWidth"
|
|
1607
|
+
},
|
|
1608
|
+
"sticky": {
|
|
1609
|
+
"background-color": {
|
|
1610
|
+
"$extensions": {
|
|
1611
|
+
"nl.nldesignsystem.css.property": {
|
|
1612
|
+
"syntax": "<color>",
|
|
1613
|
+
"inherits": true
|
|
1614
|
+
},
|
|
1615
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1616
|
+
},
|
|
1617
|
+
"type": "color"
|
|
1618
|
+
},
|
|
1697
1619
|
"color": {
|
|
1698
1620
|
"$extensions": {
|
|
1699
1621
|
"nl.nldesignsystem.css.property": {
|
|
@@ -1703,21 +1625,41 @@
|
|
|
1703
1625
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1704
1626
|
},
|
|
1705
1627
|
"type": "color"
|
|
1628
|
+
},
|
|
1629
|
+
"border-block-end-color": {
|
|
1630
|
+
"$extensions": {
|
|
1631
|
+
"nl.nldesignsystem.css.property": {
|
|
1632
|
+
"syntax": "<color>",
|
|
1633
|
+
"inherits": true
|
|
1634
|
+
},
|
|
1635
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1636
|
+
},
|
|
1637
|
+
"type": "color"
|
|
1638
|
+
},
|
|
1639
|
+
"border-block-end-width": {
|
|
1640
|
+
"$extensions": {
|
|
1641
|
+
"nl.nldesignsystem.css.property": {
|
|
1642
|
+
"syntax": "<length>",
|
|
1643
|
+
"inherits": true
|
|
1644
|
+
},
|
|
1645
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1646
|
+
},
|
|
1647
|
+
"type": "borderWidth"
|
|
1706
1648
|
}
|
|
1707
1649
|
}
|
|
1708
1650
|
},
|
|
1709
|
-
"
|
|
1651
|
+
"footer": {
|
|
1710
1652
|
"background-color": {
|
|
1711
1653
|
"$extensions": {
|
|
1712
1654
|
"nl.nldesignsystem.css.property": {
|
|
1713
1655
|
"syntax": "<color>",
|
|
1714
1656
|
"inherits": true
|
|
1715
1657
|
},
|
|
1716
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1658
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1717
1659
|
},
|
|
1718
1660
|
"type": "color"
|
|
1719
1661
|
},
|
|
1720
|
-
"
|
|
1662
|
+
"color": {
|
|
1721
1663
|
"$extensions": {
|
|
1722
1664
|
"nl.nldesignsystem.css.property": {
|
|
1723
1665
|
"syntax": "<color>",
|
|
@@ -1727,15 +1669,49 @@
|
|
|
1727
1669
|
},
|
|
1728
1670
|
"type": "color"
|
|
1729
1671
|
},
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1733
|
-
"
|
|
1734
|
-
|
|
1672
|
+
"sticky": {
|
|
1673
|
+
"background-color": {
|
|
1674
|
+
"$extensions": {
|
|
1675
|
+
"nl.nldesignsystem.css.property": {
|
|
1676
|
+
"syntax": "<color>",
|
|
1677
|
+
"inherits": true
|
|
1678
|
+
},
|
|
1679
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1735
1680
|
},
|
|
1736
|
-
"
|
|
1681
|
+
"type": "color"
|
|
1737
1682
|
},
|
|
1738
|
-
"
|
|
1683
|
+
"color": {
|
|
1684
|
+
"$extensions": {
|
|
1685
|
+
"nl.nldesignsystem.css.property": {
|
|
1686
|
+
"syntax": "<color>",
|
|
1687
|
+
"inherits": true
|
|
1688
|
+
},
|
|
1689
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1690
|
+
},
|
|
1691
|
+
"type": "color"
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
"header-cell": {
|
|
1696
|
+
"font-size": {
|
|
1697
|
+
"$extensions": {
|
|
1698
|
+
"nl.nldesignsystem.css.property": {
|
|
1699
|
+
"syntax": "<length>",
|
|
1700
|
+
"inherits": true
|
|
1701
|
+
},
|
|
1702
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1703
|
+
},
|
|
1704
|
+
"type": "fontSizes"
|
|
1705
|
+
},
|
|
1706
|
+
"font-weight": {
|
|
1707
|
+
"$extensions": {
|
|
1708
|
+
"nl.nldesignsystem.css.property": {
|
|
1709
|
+
"syntax": "<number>",
|
|
1710
|
+
"inherits": true
|
|
1711
|
+
},
|
|
1712
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1713
|
+
},
|
|
1714
|
+
"type": "fontWeights"
|
|
1739
1715
|
},
|
|
1740
1716
|
"color": {
|
|
1741
1717
|
"$extensions": {
|
|
@@ -1743,11 +1719,193 @@
|
|
|
1743
1719
|
"syntax": "<color>",
|
|
1744
1720
|
"inherits": true
|
|
1745
1721
|
},
|
|
1746
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1722
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1747
1723
|
},
|
|
1748
1724
|
"type": "color"
|
|
1749
1725
|
},
|
|
1726
|
+
"text-transform": {
|
|
1727
|
+
"$extensions": {
|
|
1728
|
+
"nl.nldesignsystem.css.property": {
|
|
1729
|
+
"syntax": [
|
|
1730
|
+
"inherit",
|
|
1731
|
+
"uppercase"
|
|
1732
|
+
],
|
|
1733
|
+
"inherits": true
|
|
1734
|
+
},
|
|
1735
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1736
|
+
},
|
|
1737
|
+
"type": "textCase"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"cell": {
|
|
1741
|
+
"line-height": {
|
|
1742
|
+
"$extensions": {
|
|
1743
|
+
"nl.nldesignsystem.css.property": {
|
|
1744
|
+
"syntax": [
|
|
1745
|
+
"<length>",
|
|
1746
|
+
"<number>"
|
|
1747
|
+
],
|
|
1748
|
+
"inherits": true
|
|
1749
|
+
},
|
|
1750
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1751
|
+
},
|
|
1752
|
+
"type": "lineHeights"
|
|
1753
|
+
},
|
|
1754
|
+
"padding-block-end": {
|
|
1755
|
+
"$extensions": {
|
|
1756
|
+
"nl.nldesignsystem.css.property": {
|
|
1757
|
+
"syntax": "<length>",
|
|
1758
|
+
"inherits": true
|
|
1759
|
+
},
|
|
1760
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1761
|
+
},
|
|
1762
|
+
"type": "spacing"
|
|
1763
|
+
},
|
|
1764
|
+
"padding-block-start": {
|
|
1765
|
+
"$extensions": {
|
|
1766
|
+
"nl.nldesignsystem.css.property": {
|
|
1767
|
+
"syntax": "<length>",
|
|
1768
|
+
"inherits": true
|
|
1769
|
+
},
|
|
1770
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1771
|
+
},
|
|
1772
|
+
"type": "spacing"
|
|
1773
|
+
},
|
|
1774
|
+
"padding-inline-end": {
|
|
1775
|
+
"$extensions": {
|
|
1776
|
+
"nl.nldesignsystem.css.property": {
|
|
1777
|
+
"syntax": "<length>",
|
|
1778
|
+
"inherits": true
|
|
1779
|
+
},
|
|
1780
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1781
|
+
},
|
|
1782
|
+
"type": "spacing"
|
|
1783
|
+
},
|
|
1784
|
+
"padding-inline-start": {
|
|
1785
|
+
"$extensions": {
|
|
1786
|
+
"nl.nldesignsystem.css.property": {
|
|
1787
|
+
"syntax": "<length>",
|
|
1788
|
+
"inherits": true
|
|
1789
|
+
},
|
|
1790
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1791
|
+
},
|
|
1792
|
+
"type": "spacing"
|
|
1793
|
+
},
|
|
1794
|
+
"selected": {
|
|
1795
|
+
"background-color": {
|
|
1796
|
+
"$extensions": {
|
|
1797
|
+
"nl.nldesignsystem.css.property": {
|
|
1798
|
+
"syntax": "<color>",
|
|
1799
|
+
"inherits": true
|
|
1800
|
+
},
|
|
1801
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1802
|
+
},
|
|
1803
|
+
"type": "color"
|
|
1804
|
+
},
|
|
1805
|
+
"color": {
|
|
1806
|
+
"$extensions": {
|
|
1807
|
+
"nl.nldesignsystem.css.property": {
|
|
1808
|
+
"syntax": "<color>",
|
|
1809
|
+
"inherits": true
|
|
1810
|
+
},
|
|
1811
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1812
|
+
},
|
|
1813
|
+
"type": "color"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1750
1816
|
"icon": {
|
|
1817
|
+
"size": {
|
|
1818
|
+
"$extensions": {
|
|
1819
|
+
"nl.nldesignsystem.css.property": {
|
|
1820
|
+
"syntax": "<length>",
|
|
1821
|
+
"inherits": true
|
|
1822
|
+
},
|
|
1823
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1824
|
+
},
|
|
1825
|
+
"type": "sizing"
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1829
|
+
"row": {
|
|
1830
|
+
"border-block-end-color": {
|
|
1831
|
+
"$extensions": {
|
|
1832
|
+
"nl.nldesignsystem.css.property": {
|
|
1833
|
+
"syntax": "<color>",
|
|
1834
|
+
"inherits": true
|
|
1835
|
+
},
|
|
1836
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1837
|
+
},
|
|
1838
|
+
"type": "color"
|
|
1839
|
+
},
|
|
1840
|
+
"border-block-end-width": {
|
|
1841
|
+
"$extensions": {
|
|
1842
|
+
"nl.nldesignsystem.css.property": {
|
|
1843
|
+
"syntax": "<length>",
|
|
1844
|
+
"inherits": true
|
|
1845
|
+
},
|
|
1846
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
1847
|
+
},
|
|
1848
|
+
"type": "borderWidth"
|
|
1849
|
+
},
|
|
1850
|
+
"padding-inline-end": {
|
|
1851
|
+
"$extensions": {
|
|
1852
|
+
"nl.nldesignsystem.css.property": {
|
|
1853
|
+
"syntax": "<length>",
|
|
1854
|
+
"inherits": true
|
|
1855
|
+
},
|
|
1856
|
+
"nl.nldesignsystem.fallback": [
|
|
1857
|
+
"utrecht.table.cell.padding-inline-end"
|
|
1858
|
+
],
|
|
1859
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1860
|
+
},
|
|
1861
|
+
"type": "spacing"
|
|
1862
|
+
},
|
|
1863
|
+
"padding-inline-start": {
|
|
1864
|
+
"$extensions": {
|
|
1865
|
+
"nl.nldesignsystem.css.property": {
|
|
1866
|
+
"syntax": "<length>",
|
|
1867
|
+
"inherits": true
|
|
1868
|
+
},
|
|
1869
|
+
"nl.nldesignsystem.fallback": [
|
|
1870
|
+
"utrecht.table.cell.padding-inline-start"
|
|
1871
|
+
],
|
|
1872
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1873
|
+
},
|
|
1874
|
+
"type": "spacing"
|
|
1875
|
+
},
|
|
1876
|
+
"alternate-odd": {
|
|
1877
|
+
"background-color": {
|
|
1878
|
+
"$extensions": {
|
|
1879
|
+
"nl.nldesignsystem.css.property": {
|
|
1880
|
+
"syntax": "<color>",
|
|
1881
|
+
"inherits": true
|
|
1882
|
+
},
|
|
1883
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1884
|
+
},
|
|
1885
|
+
"type": "color"
|
|
1886
|
+
},
|
|
1887
|
+
"color": {
|
|
1888
|
+
"$extensions": {
|
|
1889
|
+
"nl.nldesignsystem.css.property": {
|
|
1890
|
+
"syntax": "<color>",
|
|
1891
|
+
"inherits": true
|
|
1892
|
+
},
|
|
1893
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1894
|
+
},
|
|
1895
|
+
"type": "color"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"alternate-even": {
|
|
1899
|
+
"background-color": {
|
|
1900
|
+
"$extensions": {
|
|
1901
|
+
"nl.nldesignsystem.css.property": {
|
|
1902
|
+
"syntax": "<color>",
|
|
1903
|
+
"inherits": true
|
|
1904
|
+
},
|
|
1905
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1906
|
+
},
|
|
1907
|
+
"type": "color"
|
|
1908
|
+
},
|
|
1751
1909
|
"color": {
|
|
1752
1910
|
"$extensions": {
|
|
1753
1911
|
"nl.nldesignsystem.css.property": {
|
|
@@ -1761,8 +1919,8 @@
|
|
|
1761
1919
|
}
|
|
1762
1920
|
}
|
|
1763
1921
|
},
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1922
|
+
"surface": {
|
|
1923
|
+
"background-color": {
|
|
1766
1924
|
"$extensions": {
|
|
1767
1925
|
"nl.nldesignsystem.css.property": {
|
|
1768
1926
|
"syntax": "<color>",
|
|
@@ -1772,174 +1930,167 @@
|
|
|
1772
1930
|
},
|
|
1773
1931
|
"type": "color"
|
|
1774
1932
|
},
|
|
1775
|
-
"
|
|
1933
|
+
"color": {
|
|
1776
1934
|
"$extensions": {
|
|
1777
1935
|
"nl.nldesignsystem.css.property": {
|
|
1778
|
-
"syntax": "<
|
|
1936
|
+
"syntax": "<color>",
|
|
1779
1937
|
"inherits": true
|
|
1780
1938
|
},
|
|
1781
1939
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1782
1940
|
},
|
|
1783
|
-
"type": "
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1941
|
+
"type": "color"
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
"superscript": {},
|
|
1945
|
+
"subscript": {},
|
|
1946
|
+
"status-badge": {
|
|
1947
|
+
"letter-spacing": {
|
|
1786
1948
|
"$extensions": {
|
|
1787
1949
|
"nl.nldesignsystem.css.property": {
|
|
1788
|
-
"syntax": "
|
|
1950
|
+
"syntax": "<length>",
|
|
1789
1951
|
"inherits": true
|
|
1790
1952
|
},
|
|
1791
|
-
"nl.nldesignsystem.fallback": [
|
|
1792
|
-
"utrecht.document.color"
|
|
1793
|
-
],
|
|
1794
1953
|
"nl.nldesignsystem.figma.supports-token": true
|
|
1795
1954
|
},
|
|
1796
|
-
"type": "
|
|
1955
|
+
"type": "letterSpacing"
|
|
1797
1956
|
},
|
|
1798
|
-
"
|
|
1957
|
+
"text-transform": {
|
|
1799
1958
|
"$extensions": {
|
|
1800
1959
|
"nl.nldesignsystem.css.property": {
|
|
1801
|
-
"syntax":
|
|
1960
|
+
"syntax": [
|
|
1961
|
+
"inherit",
|
|
1962
|
+
"uppercase"
|
|
1963
|
+
],
|
|
1802
1964
|
"inherits": true
|
|
1803
1965
|
},
|
|
1804
1966
|
"nl.nldesignsystem.figma.supports-token": true
|
|
1805
1967
|
},
|
|
1806
|
-
"type": "
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1968
|
+
"type": "textCase"
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
"spotlight-section": {
|
|
1972
|
+
"background-color": {
|
|
1809
1973
|
"$extensions": {
|
|
1810
1974
|
"nl.nldesignsystem.css.property": {
|
|
1811
|
-
"syntax":
|
|
1812
|
-
"<length>",
|
|
1813
|
-
"<number>"
|
|
1814
|
-
],
|
|
1975
|
+
"syntax": "<color>",
|
|
1815
1976
|
"inherits": true
|
|
1816
1977
|
},
|
|
1817
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
1978
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1818
1979
|
},
|
|
1819
|
-
"type": "
|
|
1980
|
+
"type": "color"
|
|
1820
1981
|
},
|
|
1821
|
-
"
|
|
1982
|
+
"border-color": {
|
|
1822
1983
|
"$extensions": {
|
|
1823
1984
|
"nl.nldesignsystem.css.property": {
|
|
1824
|
-
"syntax": "<
|
|
1985
|
+
"syntax": "<color>",
|
|
1825
1986
|
"inherits": true
|
|
1826
1987
|
},
|
|
1827
1988
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1828
1989
|
},
|
|
1829
|
-
"type": "
|
|
1990
|
+
"type": "color"
|
|
1830
1991
|
},
|
|
1831
|
-
"
|
|
1992
|
+
"border-radius": {
|
|
1832
1993
|
"$extensions": {
|
|
1833
1994
|
"nl.nldesignsystem.css.property": {
|
|
1834
|
-
"syntax": "<length>",
|
|
1995
|
+
"syntax": "<length-percentage>",
|
|
1835
1996
|
"inherits": true
|
|
1836
1997
|
},
|
|
1837
1998
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1838
1999
|
},
|
|
1839
|
-
"type": "
|
|
2000
|
+
"type": "borderRadius"
|
|
1840
2001
|
},
|
|
1841
|
-
"
|
|
1842
|
-
"
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
1845
|
-
|
|
1846
|
-
"inherits": true
|
|
1847
|
-
},
|
|
1848
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2002
|
+
"border-width": {
|
|
2003
|
+
"$extensions": {
|
|
2004
|
+
"nl.nldesignsystem.css.property": {
|
|
2005
|
+
"syntax": "<length>",
|
|
2006
|
+
"inherits": true
|
|
1849
2007
|
},
|
|
1850
|
-
"
|
|
2008
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1851
2009
|
},
|
|
1852
|
-
"
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
"
|
|
2010
|
+
"type": "borderWidth"
|
|
2011
|
+
},
|
|
2012
|
+
"color": {
|
|
2013
|
+
"$extensions": {
|
|
2014
|
+
"nl.nldesignsystem.css.property": {
|
|
2015
|
+
"syntax": "<color>",
|
|
2016
|
+
"inherits": true
|
|
1859
2017
|
},
|
|
1860
|
-
"
|
|
2018
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1861
2019
|
},
|
|
1862
|
-
"
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
"
|
|
2020
|
+
"type": "color"
|
|
2021
|
+
},
|
|
2022
|
+
"padding-block-start": {
|
|
2023
|
+
"$extensions": {
|
|
2024
|
+
"nl.nldesignsystem.css.property": {
|
|
2025
|
+
"syntax": "<length>",
|
|
2026
|
+
"inherits": true
|
|
1869
2027
|
},
|
|
1870
|
-
"
|
|
2028
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1871
2029
|
},
|
|
1872
|
-
"
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
"
|
|
2030
|
+
"type": "spacing"
|
|
2031
|
+
},
|
|
2032
|
+
"padding-block-end": {
|
|
2033
|
+
"$extensions": {
|
|
2034
|
+
"nl.nldesignsystem.css.property": {
|
|
2035
|
+
"syntax": "<length>",
|
|
2036
|
+
"inherits": true
|
|
1879
2037
|
},
|
|
1880
|
-
"
|
|
2038
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1881
2039
|
},
|
|
1882
|
-
"
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
"inherits": true
|
|
1890
|
-
},
|
|
1891
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2040
|
+
"type": "spacing"
|
|
2041
|
+
},
|
|
2042
|
+
"padding-inline-start": {
|
|
2043
|
+
"$extensions": {
|
|
2044
|
+
"nl.nldesignsystem.css.property": {
|
|
2045
|
+
"syntax": "<length>",
|
|
2046
|
+
"inherits": true
|
|
1892
2047
|
},
|
|
1893
|
-
"
|
|
2048
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1894
2049
|
},
|
|
1895
|
-
"
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
"end"
|
|
1903
|
-
],
|
|
1904
|
-
"inherits": true
|
|
1905
|
-
},
|
|
1906
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2050
|
+
"type": "spacing"
|
|
2051
|
+
},
|
|
2052
|
+
"padding-inline-end": {
|
|
2053
|
+
"$extensions": {
|
|
2054
|
+
"nl.nldesignsystem.css.property": {
|
|
2055
|
+
"syntax": "<length>",
|
|
2056
|
+
"inherits": true
|
|
1907
2057
|
},
|
|
1908
|
-
"
|
|
2058
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1909
2059
|
},
|
|
1910
|
-
"
|
|
1911
|
-
"$extensions": {
|
|
1912
|
-
"nl.nldesignsystem.css.property": {
|
|
1913
|
-
"syntax": "<length>",
|
|
1914
|
-
"inherits": true
|
|
1915
|
-
},
|
|
1916
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
1917
|
-
},
|
|
1918
|
-
"type": "spacing"
|
|
1919
|
-
}
|
|
2060
|
+
"type": "spacing"
|
|
1920
2061
|
},
|
|
1921
|
-
"
|
|
1922
|
-
"
|
|
1923
|
-
"
|
|
1924
|
-
"
|
|
1925
|
-
|
|
1926
|
-
"inherits": true
|
|
1927
|
-
},
|
|
1928
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2062
|
+
"margin-block-start": {
|
|
2063
|
+
"$extensions": {
|
|
2064
|
+
"nl.nldesignsystem.css.property": {
|
|
2065
|
+
"syntax": "<length>",
|
|
2066
|
+
"inherits": true
|
|
1929
2067
|
},
|
|
1930
|
-
"
|
|
2068
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2069
|
+
},
|
|
2070
|
+
"type": "spacing"
|
|
2071
|
+
},
|
|
2072
|
+
"margin-block-end": {
|
|
2073
|
+
"$extensions": {
|
|
2074
|
+
"nl.nldesignsystem.css.property": {
|
|
2075
|
+
"syntax": "<length>",
|
|
2076
|
+
"inherits": true
|
|
2077
|
+
},
|
|
2078
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1931
2079
|
},
|
|
2080
|
+
"type": "spacing"
|
|
2081
|
+
},
|
|
2082
|
+
"info": {
|
|
1932
2083
|
"background-color": {
|
|
1933
2084
|
"$extensions": {
|
|
1934
2085
|
"nl.nldesignsystem.css.property": {
|
|
1935
2086
|
"syntax": "<color>",
|
|
1936
2087
|
"inherits": true
|
|
1937
2088
|
},
|
|
1938
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
2089
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1939
2090
|
},
|
|
1940
2091
|
"type": "color"
|
|
1941
2092
|
},
|
|
1942
|
-
"color": {
|
|
2093
|
+
"border-color": {
|
|
1943
2094
|
"$extensions": {
|
|
1944
2095
|
"nl.nldesignsystem.css.property": {
|
|
1945
2096
|
"syntax": "<color>",
|
|
@@ -1949,50 +2100,27 @@
|
|
|
1949
2100
|
},
|
|
1950
2101
|
"type": "color"
|
|
1951
2102
|
},
|
|
1952
|
-
"
|
|
2103
|
+
"border-width": {
|
|
1953
2104
|
"$extensions": {
|
|
1954
2105
|
"nl.nldesignsystem.css.property": {
|
|
1955
|
-
"syntax":
|
|
1956
|
-
"inherit",
|
|
1957
|
-
"uppercase"
|
|
1958
|
-
],
|
|
2106
|
+
"syntax": "<length>",
|
|
1959
2107
|
"inherits": true
|
|
1960
2108
|
},
|
|
1961
2109
|
"nl.nldesignsystem.figma.supports-token": false
|
|
1962
2110
|
},
|
|
1963
|
-
"type": "
|
|
2111
|
+
"type": "borderWidth"
|
|
1964
2112
|
},
|
|
1965
|
-
"
|
|
2113
|
+
"color": {
|
|
1966
2114
|
"$extensions": {
|
|
1967
2115
|
"nl.nldesignsystem.css.property": {
|
|
1968
2116
|
"syntax": "<color>",
|
|
1969
2117
|
"inherits": true
|
|
1970
2118
|
},
|
|
1971
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
2119
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
1972
2120
|
},
|
|
1973
2121
|
"type": "color"
|
|
1974
2122
|
},
|
|
1975
|
-
"
|
|
1976
|
-
"$extensions": {
|
|
1977
|
-
"nl.nldesignsystem.css.property": {
|
|
1978
|
-
"syntax": "<length>",
|
|
1979
|
-
"inherits": true
|
|
1980
|
-
},
|
|
1981
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
1982
|
-
},
|
|
1983
|
-
"type": "borderWidth"
|
|
1984
|
-
},
|
|
1985
|
-
"sticky": {
|
|
1986
|
-
"background-color": {
|
|
1987
|
-
"$extensions": {
|
|
1988
|
-
"nl.nldesignsystem.css.property": {
|
|
1989
|
-
"syntax": "<color>",
|
|
1990
|
-
"inherits": true
|
|
1991
|
-
},
|
|
1992
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1993
|
-
},
|
|
1994
|
-
"type": "color"
|
|
1995
|
-
},
|
|
2123
|
+
"icon": {
|
|
1996
2124
|
"color": {
|
|
1997
2125
|
"$extensions": {
|
|
1998
2126
|
"nl.nldesignsystem.css.property": {
|
|
@@ -2002,41 +2130,21 @@
|
|
|
2002
2130
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2003
2131
|
},
|
|
2004
2132
|
"type": "color"
|
|
2005
|
-
},
|
|
2006
|
-
"border-block-end-color": {
|
|
2007
|
-
"$extensions": {
|
|
2008
|
-
"nl.nldesignsystem.css.property": {
|
|
2009
|
-
"syntax": "<color>",
|
|
2010
|
-
"inherits": true
|
|
2011
|
-
},
|
|
2012
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2013
|
-
},
|
|
2014
|
-
"type": "color"
|
|
2015
|
-
},
|
|
2016
|
-
"border-block-end-width": {
|
|
2017
|
-
"$extensions": {
|
|
2018
|
-
"nl.nldesignsystem.css.property": {
|
|
2019
|
-
"syntax": "<length>",
|
|
2020
|
-
"inherits": true
|
|
2021
|
-
},
|
|
2022
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2023
|
-
},
|
|
2024
|
-
"type": "borderWidth"
|
|
2025
2133
|
}
|
|
2026
2134
|
}
|
|
2027
2135
|
},
|
|
2028
|
-
"
|
|
2136
|
+
"warning": {
|
|
2029
2137
|
"background-color": {
|
|
2030
2138
|
"$extensions": {
|
|
2031
2139
|
"nl.nldesignsystem.css.property": {
|
|
2032
2140
|
"syntax": "<color>",
|
|
2033
2141
|
"inherits": true
|
|
2034
2142
|
},
|
|
2035
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
2143
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2036
2144
|
},
|
|
2037
2145
|
"type": "color"
|
|
2038
2146
|
},
|
|
2039
|
-
"color": {
|
|
2147
|
+
"border-color": {
|
|
2040
2148
|
"$extensions": {
|
|
2041
2149
|
"nl.nldesignsystem.css.property": {
|
|
2042
2150
|
"syntax": "<color>",
|
|
@@ -2046,31 +2154,7 @@
|
|
|
2046
2154
|
},
|
|
2047
2155
|
"type": "color"
|
|
2048
2156
|
},
|
|
2049
|
-
"
|
|
2050
|
-
"background-color": {
|
|
2051
|
-
"$extensions": {
|
|
2052
|
-
"nl.nldesignsystem.css.property": {
|
|
2053
|
-
"syntax": "<color>",
|
|
2054
|
-
"inherits": true
|
|
2055
|
-
},
|
|
2056
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2057
|
-
},
|
|
2058
|
-
"type": "color"
|
|
2059
|
-
},
|
|
2060
|
-
"color": {
|
|
2061
|
-
"$extensions": {
|
|
2062
|
-
"nl.nldesignsystem.css.property": {
|
|
2063
|
-
"syntax": "<color>",
|
|
2064
|
-
"inherits": true
|
|
2065
|
-
},
|
|
2066
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2067
|
-
},
|
|
2068
|
-
"type": "color"
|
|
2069
|
-
}
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
"header-cell": {
|
|
2073
|
-
"font-size": {
|
|
2157
|
+
"border-width": {
|
|
2074
2158
|
"$extensions": {
|
|
2075
2159
|
"nl.nldesignsystem.css.property": {
|
|
2076
2160
|
"syntax": "<length>",
|
|
@@ -2078,17 +2162,7 @@
|
|
|
2078
2162
|
},
|
|
2079
2163
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2080
2164
|
},
|
|
2081
|
-
"type": "
|
|
2082
|
-
},
|
|
2083
|
-
"font-weight": {
|
|
2084
|
-
"$extensions": {
|
|
2085
|
-
"nl.nldesignsystem.css.property": {
|
|
2086
|
-
"syntax": "<number>",
|
|
2087
|
-
"inherits": true
|
|
2088
|
-
},
|
|
2089
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2090
|
-
},
|
|
2091
|
-
"type": "fontWeights"
|
|
2165
|
+
"type": "borderWidth"
|
|
2092
2166
|
},
|
|
2093
2167
|
"color": {
|
|
2094
2168
|
"$extensions": {
|
|
@@ -2096,89 +2170,65 @@
|
|
|
2096
2170
|
"syntax": "<color>",
|
|
2097
2171
|
"inherits": true
|
|
2098
2172
|
},
|
|
2099
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
2173
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2100
2174
|
},
|
|
2101
2175
|
"type": "color"
|
|
2102
2176
|
},
|
|
2103
|
-
"
|
|
2104
|
-
"
|
|
2105
|
-
"
|
|
2106
|
-
"
|
|
2107
|
-
"
|
|
2108
|
-
"
|
|
2109
|
-
|
|
2110
|
-
"
|
|
2177
|
+
"icon": {
|
|
2178
|
+
"color": {
|
|
2179
|
+
"$extensions": {
|
|
2180
|
+
"nl.nldesignsystem.css.property": {
|
|
2181
|
+
"syntax": "<color>",
|
|
2182
|
+
"inherits": true
|
|
2183
|
+
},
|
|
2184
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2111
2185
|
},
|
|
2112
|
-
"
|
|
2113
|
-
}
|
|
2114
|
-
"type": "textCase"
|
|
2186
|
+
"type": "color"
|
|
2187
|
+
}
|
|
2115
2188
|
}
|
|
2116
2189
|
},
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
2190
|
+
"error": {
|
|
2191
|
+
"background-color": {
|
|
2119
2192
|
"$extensions": {
|
|
2120
2193
|
"nl.nldesignsystem.css.property": {
|
|
2121
|
-
"syntax":
|
|
2122
|
-
"<length>",
|
|
2123
|
-
"<number>"
|
|
2124
|
-
],
|
|
2194
|
+
"syntax": "<color>",
|
|
2125
2195
|
"inherits": true
|
|
2126
2196
|
},
|
|
2127
2197
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2128
2198
|
},
|
|
2129
|
-
"type": "
|
|
2130
|
-
},
|
|
2131
|
-
"padding-block-end": {
|
|
2132
|
-
"$extensions": {
|
|
2133
|
-
"nl.nldesignsystem.css.property": {
|
|
2134
|
-
"syntax": "<length>",
|
|
2135
|
-
"inherits": true
|
|
2136
|
-
},
|
|
2137
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2138
|
-
},
|
|
2139
|
-
"type": "spacing"
|
|
2199
|
+
"type": "color"
|
|
2140
2200
|
},
|
|
2141
|
-
"
|
|
2201
|
+
"border-color": {
|
|
2142
2202
|
"$extensions": {
|
|
2143
2203
|
"nl.nldesignsystem.css.property": {
|
|
2144
|
-
"syntax": "<
|
|
2204
|
+
"syntax": "<color>",
|
|
2145
2205
|
"inherits": true
|
|
2146
2206
|
},
|
|
2147
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
2207
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2148
2208
|
},
|
|
2149
|
-
"type": "
|
|
2209
|
+
"type": "color"
|
|
2150
2210
|
},
|
|
2151
|
-
"
|
|
2211
|
+
"border-width": {
|
|
2152
2212
|
"$extensions": {
|
|
2153
2213
|
"nl.nldesignsystem.css.property": {
|
|
2154
2214
|
"syntax": "<length>",
|
|
2155
2215
|
"inherits": true
|
|
2156
2216
|
},
|
|
2157
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
2217
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2158
2218
|
},
|
|
2159
|
-
"type": "
|
|
2219
|
+
"type": "borderWidth"
|
|
2160
2220
|
},
|
|
2161
|
-
"
|
|
2221
|
+
"color": {
|
|
2162
2222
|
"$extensions": {
|
|
2163
2223
|
"nl.nldesignsystem.css.property": {
|
|
2164
|
-
"syntax": "<
|
|
2224
|
+
"syntax": "<color>",
|
|
2165
2225
|
"inherits": true
|
|
2166
2226
|
},
|
|
2167
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
2227
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2168
2228
|
},
|
|
2169
|
-
"type": "
|
|
2229
|
+
"type": "color"
|
|
2170
2230
|
},
|
|
2171
|
-
"
|
|
2172
|
-
"background-color": {
|
|
2173
|
-
"$extensions": {
|
|
2174
|
-
"nl.nldesignsystem.css.property": {
|
|
2175
|
-
"syntax": "<color>",
|
|
2176
|
-
"inherits": true
|
|
2177
|
-
},
|
|
2178
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2179
|
-
},
|
|
2180
|
-
"type": "color"
|
|
2181
|
-
},
|
|
2231
|
+
"icon": {
|
|
2182
2232
|
"color": {
|
|
2183
2233
|
"$extensions": {
|
|
2184
2234
|
"nl.nldesignsystem.css.property": {
|
|
@@ -2189,100 +2239,50 @@
|
|
|
2189
2239
|
},
|
|
2190
2240
|
"type": "color"
|
|
2191
2241
|
}
|
|
2192
|
-
},
|
|
2193
|
-
"icon": {
|
|
2194
|
-
"size": {
|
|
2195
|
-
"$extensions": {
|
|
2196
|
-
"nl.nldesignsystem.css.property": {
|
|
2197
|
-
"syntax": "<length>",
|
|
2198
|
-
"inherits": true
|
|
2199
|
-
},
|
|
2200
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2201
|
-
},
|
|
2202
|
-
"type": "sizing"
|
|
2203
|
-
}
|
|
2204
2242
|
}
|
|
2205
2243
|
},
|
|
2206
|
-
"
|
|
2207
|
-
"
|
|
2244
|
+
"ok": {
|
|
2245
|
+
"background-color": {
|
|
2208
2246
|
"$extensions": {
|
|
2209
2247
|
"nl.nldesignsystem.css.property": {
|
|
2210
2248
|
"syntax": "<color>",
|
|
2211
2249
|
"inherits": true
|
|
2212
2250
|
},
|
|
2213
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
2251
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2214
2252
|
},
|
|
2215
2253
|
"type": "color"
|
|
2216
2254
|
},
|
|
2217
|
-
"border-
|
|
2218
|
-
"$extensions": {
|
|
2219
|
-
"nl.nldesignsystem.css.property": {
|
|
2220
|
-
"syntax": "<length>",
|
|
2221
|
-
"inherits": true
|
|
2222
|
-
},
|
|
2223
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2224
|
-
},
|
|
2225
|
-
"type": "borderWidth"
|
|
2226
|
-
},
|
|
2227
|
-
"padding-inline-end": {
|
|
2255
|
+
"border-color": {
|
|
2228
2256
|
"$extensions": {
|
|
2229
2257
|
"nl.nldesignsystem.css.property": {
|
|
2230
|
-
"syntax": "<
|
|
2258
|
+
"syntax": "<color>",
|
|
2231
2259
|
"inherits": true
|
|
2232
2260
|
},
|
|
2233
|
-
"nl.nldesignsystem.fallback": [
|
|
2234
|
-
"utrecht.table.cell.padding-inline-end"
|
|
2235
|
-
],
|
|
2236
2261
|
"nl.nldesignsystem.figma.supports-token": false
|
|
2237
2262
|
},
|
|
2238
|
-
"type": "
|
|
2263
|
+
"type": "color"
|
|
2239
2264
|
},
|
|
2240
|
-
"
|
|
2265
|
+
"border-width": {
|
|
2241
2266
|
"$extensions": {
|
|
2242
|
-
"nl.nldesignsystem.css.property": {
|
|
2243
|
-
"syntax": "<length>",
|
|
2244
|
-
"inherits": true
|
|
2245
|
-
},
|
|
2246
|
-
"nl.nldesignsystem.fallback": [
|
|
2247
|
-
"utrecht.table.cell.padding-inline-start"
|
|
2248
|
-
],
|
|
2249
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2250
|
-
},
|
|
2251
|
-
"type": "spacing"
|
|
2252
|
-
},
|
|
2253
|
-
"alternate-odd": {
|
|
2254
|
-
"background-color": {
|
|
2255
|
-
"$extensions": {
|
|
2256
|
-
"nl.nldesignsystem.css.property": {
|
|
2257
|
-
"syntax": "<color>",
|
|
2258
|
-
"inherits": true
|
|
2259
|
-
},
|
|
2260
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2267
|
+
"nl.nldesignsystem.css.property": {
|
|
2268
|
+
"syntax": "<length>",
|
|
2269
|
+
"inherits": true
|
|
2261
2270
|
},
|
|
2262
|
-
"
|
|
2271
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2263
2272
|
},
|
|
2264
|
-
"
|
|
2265
|
-
"$extensions": {
|
|
2266
|
-
"nl.nldesignsystem.css.property": {
|
|
2267
|
-
"syntax": "<color>",
|
|
2268
|
-
"inherits": true
|
|
2269
|
-
},
|
|
2270
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2271
|
-
},
|
|
2272
|
-
"type": "color"
|
|
2273
|
-
}
|
|
2273
|
+
"type": "borderWidth"
|
|
2274
2274
|
},
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2279
|
-
|
|
2280
|
-
"inherits": true
|
|
2281
|
-
},
|
|
2282
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
2275
|
+
"color": {
|
|
2276
|
+
"$extensions": {
|
|
2277
|
+
"nl.nldesignsystem.css.property": {
|
|
2278
|
+
"syntax": "<color>",
|
|
2279
|
+
"inherits": true
|
|
2283
2280
|
},
|
|
2284
|
-
"
|
|
2281
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2285
2282
|
},
|
|
2283
|
+
"type": "color"
|
|
2284
|
+
},
|
|
2285
|
+
"icon": {
|
|
2286
2286
|
"color": {
|
|
2287
2287
|
"$extensions": {
|
|
2288
2288
|
"nl.nldesignsystem.css.property": {
|
|
@@ -6667,6 +6667,28 @@
|
|
|
6667
6667
|
}
|
|
6668
6668
|
},
|
|
6669
6669
|
"multiline-data": {},
|
|
6670
|
+
"mark": {
|
|
6671
|
+
"background-color": {
|
|
6672
|
+
"$extensions": {
|
|
6673
|
+
"nl.nldesignsystem.css.property": {
|
|
6674
|
+
"syntax": "<color>",
|
|
6675
|
+
"inherits": true
|
|
6676
|
+
},
|
|
6677
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6678
|
+
},
|
|
6679
|
+
"type": "color"
|
|
6680
|
+
},
|
|
6681
|
+
"color": {
|
|
6682
|
+
"$extensions": {
|
|
6683
|
+
"nl.nldesignsystem.css.property": {
|
|
6684
|
+
"syntax": "<color>",
|
|
6685
|
+
"inherits": true
|
|
6686
|
+
},
|
|
6687
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6688
|
+
},
|
|
6689
|
+
"type": "color"
|
|
6690
|
+
}
|
|
6691
|
+
},
|
|
6670
6692
|
"mapcontrolbutton": {
|
|
6671
6693
|
"background-color": {
|
|
6672
6694
|
"$extensions": {
|
|
@@ -6847,66 +6869,6 @@
|
|
|
6847
6869
|
}
|
|
6848
6870
|
}
|
|
6849
6871
|
},
|
|
6850
|
-
"mark": {
|
|
6851
|
-
"background-color": {
|
|
6852
|
-
"$extensions": {
|
|
6853
|
-
"nl.nldesignsystem.css.property": {
|
|
6854
|
-
"syntax": "<color>",
|
|
6855
|
-
"inherits": true
|
|
6856
|
-
},
|
|
6857
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
6858
|
-
},
|
|
6859
|
-
"type": "color"
|
|
6860
|
-
},
|
|
6861
|
-
"color": {
|
|
6862
|
-
"$extensions": {
|
|
6863
|
-
"nl.nldesignsystem.css.property": {
|
|
6864
|
-
"syntax": "<color>",
|
|
6865
|
-
"inherits": true
|
|
6866
|
-
},
|
|
6867
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
6868
|
-
},
|
|
6869
|
-
"type": "color"
|
|
6870
|
-
}
|
|
6871
|
-
},
|
|
6872
|
-
"logo-image": {
|
|
6873
|
-
"decoration-1": {
|
|
6874
|
-
"color": {
|
|
6875
|
-
"$extensions": {
|
|
6876
|
-
"nl.nldesignsystem.css.property": {
|
|
6877
|
-
"syntax": "<color>",
|
|
6878
|
-
"inherits": true
|
|
6879
|
-
},
|
|
6880
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
6881
|
-
},
|
|
6882
|
-
"type": "color"
|
|
6883
|
-
}
|
|
6884
|
-
},
|
|
6885
|
-
"decoration-2": {
|
|
6886
|
-
"color": {
|
|
6887
|
-
"$extensions": {
|
|
6888
|
-
"nl.nldesignsystem.css.property": {
|
|
6889
|
-
"syntax": "<color>",
|
|
6890
|
-
"inherits": true
|
|
6891
|
-
},
|
|
6892
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
6893
|
-
},
|
|
6894
|
-
"type": "color"
|
|
6895
|
-
}
|
|
6896
|
-
},
|
|
6897
|
-
"decoration-3": {
|
|
6898
|
-
"color": {
|
|
6899
|
-
"$extensions": {
|
|
6900
|
-
"nl.nldesignsystem.css.property": {
|
|
6901
|
-
"syntax": "<color>",
|
|
6902
|
-
"inherits": true
|
|
6903
|
-
},
|
|
6904
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
6905
|
-
},
|
|
6906
|
-
"type": "color"
|
|
6907
|
-
}
|
|
6908
|
-
}
|
|
6909
|
-
},
|
|
6910
6872
|
"map-marker": {
|
|
6911
6873
|
"background-color": {
|
|
6912
6874
|
"$extensions": {
|
|
@@ -6981,6 +6943,44 @@
|
|
|
6981
6943
|
}
|
|
6982
6944
|
}
|
|
6983
6945
|
},
|
|
6946
|
+
"logo-image": {
|
|
6947
|
+
"decoration-1": {
|
|
6948
|
+
"color": {
|
|
6949
|
+
"$extensions": {
|
|
6950
|
+
"nl.nldesignsystem.css.property": {
|
|
6951
|
+
"syntax": "<color>",
|
|
6952
|
+
"inherits": true
|
|
6953
|
+
},
|
|
6954
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
6955
|
+
},
|
|
6956
|
+
"type": "color"
|
|
6957
|
+
}
|
|
6958
|
+
},
|
|
6959
|
+
"decoration-2": {
|
|
6960
|
+
"color": {
|
|
6961
|
+
"$extensions": {
|
|
6962
|
+
"nl.nldesignsystem.css.property": {
|
|
6963
|
+
"syntax": "<color>",
|
|
6964
|
+
"inherits": true
|
|
6965
|
+
},
|
|
6966
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
6967
|
+
},
|
|
6968
|
+
"type": "color"
|
|
6969
|
+
}
|
|
6970
|
+
},
|
|
6971
|
+
"decoration-3": {
|
|
6972
|
+
"color": {
|
|
6973
|
+
"$extensions": {
|
|
6974
|
+
"nl.nldesignsystem.css.property": {
|
|
6975
|
+
"syntax": "<color>",
|
|
6976
|
+
"inherits": true
|
|
6977
|
+
},
|
|
6978
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
6979
|
+
},
|
|
6980
|
+
"type": "color"
|
|
6981
|
+
}
|
|
6982
|
+
}
|
|
6983
|
+
},
|
|
6984
6984
|
"logo-button": {
|
|
6985
6985
|
"block-size": {
|
|
6986
6986
|
"$extensions": {
|
|
@@ -7035,60 +7035,6 @@
|
|
|
7035
7035
|
"type": "sizing"
|
|
7036
7036
|
}
|
|
7037
7037
|
},
|
|
7038
|
-
"list-social": {
|
|
7039
|
-
"margin-block-start": {
|
|
7040
|
-
"$extensions": {
|
|
7041
|
-
"nl.nldesignsystem.css.property": {
|
|
7042
|
-
"syntax": "<length>",
|
|
7043
|
-
"inherits": true
|
|
7044
|
-
},
|
|
7045
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
7046
|
-
},
|
|
7047
|
-
"type": "spacing"
|
|
7048
|
-
},
|
|
7049
|
-
"margin-block-end": {
|
|
7050
|
-
"$extensions": {
|
|
7051
|
-
"nl.nldesignsystem.css.property": {
|
|
7052
|
-
"syntax": "<length>",
|
|
7053
|
-
"inherits": true
|
|
7054
|
-
},
|
|
7055
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
7056
|
-
},
|
|
7057
|
-
"type": "spacing"
|
|
7058
|
-
},
|
|
7059
|
-
"padding-inline-start": {
|
|
7060
|
-
"$extensions": {
|
|
7061
|
-
"nl.nldesignsystem.css.property": {
|
|
7062
|
-
"syntax": "<length>",
|
|
7063
|
-
"inherits": true
|
|
7064
|
-
},
|
|
7065
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
7066
|
-
},
|
|
7067
|
-
"type": "spacing"
|
|
7068
|
-
},
|
|
7069
|
-
"padding-inline-end": {
|
|
7070
|
-
"$extensions": {
|
|
7071
|
-
"nl.nldesignsystem.css.property": {
|
|
7072
|
-
"syntax": "<length>",
|
|
7073
|
-
"inherits": true
|
|
7074
|
-
},
|
|
7075
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
7076
|
-
},
|
|
7077
|
-
"type": "spacing"
|
|
7078
|
-
},
|
|
7079
|
-
"item": {
|
|
7080
|
-
"margin-inline-end": {
|
|
7081
|
-
"$extensions": {
|
|
7082
|
-
"nl.nldesignsystem.css.property": {
|
|
7083
|
-
"syntax": "<length>",
|
|
7084
|
-
"inherits": true
|
|
7085
|
-
},
|
|
7086
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
7087
|
-
},
|
|
7088
|
-
"type": "spacing"
|
|
7089
|
-
}
|
|
7090
|
-
}
|
|
7091
|
-
},
|
|
7092
7038
|
"listbox": {
|
|
7093
7039
|
"background-color": {
|
|
7094
7040
|
"$extensions": {
|
|
@@ -7406,15 +7352,69 @@
|
|
|
7406
7352
|
}
|
|
7407
7353
|
}
|
|
7408
7354
|
},
|
|
7409
|
-
"icon": {
|
|
7410
|
-
"size": {
|
|
7411
|
-
"$extensions": {
|
|
7412
|
-
"nl.nldesignsystem.css.property": {
|
|
7413
|
-
"syntax": "<length>",
|
|
7414
|
-
"inherits": true
|
|
7415
|
-
}
|
|
7416
|
-
}
|
|
7417
|
-
}
|
|
7355
|
+
"icon": {
|
|
7356
|
+
"size": {
|
|
7357
|
+
"$extensions": {
|
|
7358
|
+
"nl.nldesignsystem.css.property": {
|
|
7359
|
+
"syntax": "<length>",
|
|
7360
|
+
"inherits": true
|
|
7361
|
+
}
|
|
7362
|
+
}
|
|
7363
|
+
}
|
|
7364
|
+
}
|
|
7365
|
+
}
|
|
7366
|
+
},
|
|
7367
|
+
"list-social": {
|
|
7368
|
+
"margin-block-start": {
|
|
7369
|
+
"$extensions": {
|
|
7370
|
+
"nl.nldesignsystem.css.property": {
|
|
7371
|
+
"syntax": "<length>",
|
|
7372
|
+
"inherits": true
|
|
7373
|
+
},
|
|
7374
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
7375
|
+
},
|
|
7376
|
+
"type": "spacing"
|
|
7377
|
+
},
|
|
7378
|
+
"margin-block-end": {
|
|
7379
|
+
"$extensions": {
|
|
7380
|
+
"nl.nldesignsystem.css.property": {
|
|
7381
|
+
"syntax": "<length>",
|
|
7382
|
+
"inherits": true
|
|
7383
|
+
},
|
|
7384
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
7385
|
+
},
|
|
7386
|
+
"type": "spacing"
|
|
7387
|
+
},
|
|
7388
|
+
"padding-inline-start": {
|
|
7389
|
+
"$extensions": {
|
|
7390
|
+
"nl.nldesignsystem.css.property": {
|
|
7391
|
+
"syntax": "<length>",
|
|
7392
|
+
"inherits": true
|
|
7393
|
+
},
|
|
7394
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
7395
|
+
},
|
|
7396
|
+
"type": "spacing"
|
|
7397
|
+
},
|
|
7398
|
+
"padding-inline-end": {
|
|
7399
|
+
"$extensions": {
|
|
7400
|
+
"nl.nldesignsystem.css.property": {
|
|
7401
|
+
"syntax": "<length>",
|
|
7402
|
+
"inherits": true
|
|
7403
|
+
},
|
|
7404
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
7405
|
+
},
|
|
7406
|
+
"type": "spacing"
|
|
7407
|
+
},
|
|
7408
|
+
"item": {
|
|
7409
|
+
"margin-inline-end": {
|
|
7410
|
+
"$extensions": {
|
|
7411
|
+
"nl.nldesignsystem.css.property": {
|
|
7412
|
+
"syntax": "<length>",
|
|
7413
|
+
"inherits": true
|
|
7414
|
+
},
|
|
7415
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
7416
|
+
},
|
|
7417
|
+
"type": "spacing"
|
|
7418
7418
|
}
|
|
7419
7419
|
}
|
|
7420
7420
|
},
|
|
@@ -7874,7 +7874,6 @@
|
|
|
7874
7874
|
}
|
|
7875
7875
|
}
|
|
7876
7876
|
},
|
|
7877
|
-
"image": {},
|
|
7878
7877
|
"index-char-nav": {
|
|
7879
7878
|
"margin-block-start": {
|
|
7880
7879
|
"$extensions": {
|
|
@@ -7921,6 +7920,7 @@
|
|
|
7921
7920
|
}
|
|
7922
7921
|
}
|
|
7923
7922
|
},
|
|
7923
|
+
"image": {},
|
|
7924
7924
|
"iban-data": {},
|
|
7925
7925
|
"html-content": {},
|
|
7926
7926
|
"heading-group": {
|
|
@@ -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": {
|
|
@@ -9390,9 +9228,79 @@
|
|
|
9390
9228
|
"syntax": "<length>",
|
|
9391
9229
|
"inherits": true
|
|
9392
9230
|
},
|
|
9393
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
9231
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9232
|
+
},
|
|
9233
|
+
"type": "lineHeights"
|
|
9234
|
+
},
|
|
9235
|
+
"margin-block-start": {
|
|
9236
|
+
"$extensions": {
|
|
9237
|
+
"nl.nldesignsystem.css.property": {
|
|
9238
|
+
"syntax": "<length>",
|
|
9239
|
+
"inherits": true
|
|
9240
|
+
},
|
|
9241
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9242
|
+
},
|
|
9243
|
+
"type": "sizing"
|
|
9244
|
+
},
|
|
9245
|
+
"margin-block-end": {
|
|
9246
|
+
"$extensions": {
|
|
9247
|
+
"nl.nldesignsystem.css.property": {
|
|
9248
|
+
"syntax": "<length>",
|
|
9249
|
+
"inherits": true
|
|
9250
|
+
},
|
|
9251
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9252
|
+
},
|
|
9253
|
+
"type": "sizing"
|
|
9254
|
+
},
|
|
9255
|
+
"invalid": {
|
|
9256
|
+
"font-weight": {
|
|
9257
|
+
"$extensions": {
|
|
9258
|
+
"nl.nldesignsystem.css.property": {
|
|
9259
|
+
"syntax": "<number>",
|
|
9260
|
+
"inherits": true
|
|
9261
|
+
},
|
|
9262
|
+
"nl.nldesignsystem.deprecated": true,
|
|
9263
|
+
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.font-weight",
|
|
9264
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9265
|
+
},
|
|
9266
|
+
"type": "fontWeights"
|
|
9267
|
+
},
|
|
9268
|
+
"color": {
|
|
9269
|
+
"$extensions": {
|
|
9270
|
+
"nl.nldesignsystem.css.property": {
|
|
9271
|
+
"syntax": "<color>",
|
|
9272
|
+
"inherits": true
|
|
9273
|
+
},
|
|
9274
|
+
"nl.nldesignsystem.deprecated": true,
|
|
9275
|
+
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.color",
|
|
9276
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9277
|
+
},
|
|
9278
|
+
"type": "color"
|
|
9279
|
+
}
|
|
9280
|
+
},
|
|
9281
|
+
"valid": {
|
|
9282
|
+
"color": {
|
|
9283
|
+
"$extensions": {
|
|
9284
|
+
"nl.nldesignsystem.css.property": {
|
|
9285
|
+
"syntax": "<color>",
|
|
9286
|
+
"inherits": true
|
|
9287
|
+
},
|
|
9288
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9289
|
+
},
|
|
9290
|
+
"type": "color"
|
|
9291
|
+
}
|
|
9292
|
+
}
|
|
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
|
|
9394
9302
|
},
|
|
9395
|
-
"type": "
|
|
9303
|
+
"type": "spacing"
|
|
9396
9304
|
},
|
|
9397
9305
|
"margin-block-start": {
|
|
9398
9306
|
"$extensions": {
|
|
@@ -9402,30 +9310,52 @@
|
|
|
9402
9310
|
},
|
|
9403
9311
|
"nl.nldesignsystem.figma.supports-token": false
|
|
9404
9312
|
},
|
|
9405
|
-
"type": "
|
|
9313
|
+
"type": "spacing"
|
|
9406
9314
|
},
|
|
9407
|
-
"
|
|
9408
|
-
"
|
|
9409
|
-
"
|
|
9410
|
-
"
|
|
9411
|
-
|
|
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
|
|
9412
9335
|
},
|
|
9413
|
-
"
|
|
9336
|
+
"type": "borderWidth"
|
|
9414
9337
|
},
|
|
9415
|
-
"
|
|
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
|
+
}
|
|
9416
9348
|
},
|
|
9417
|
-
"
|
|
9418
|
-
"
|
|
9349
|
+
"section": {
|
|
9350
|
+
"background-color": {
|
|
9419
9351
|
"$extensions": {
|
|
9420
9352
|
"nl.nldesignsystem.css.property": {
|
|
9421
|
-
"syntax": "<
|
|
9353
|
+
"syntax": "<color>",
|
|
9422
9354
|
"inherits": true
|
|
9423
9355
|
},
|
|
9424
|
-
"nl.nldesignsystem.deprecated": true,
|
|
9425
|
-
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.font-weight",
|
|
9426
9356
|
"nl.nldesignsystem.figma.supports-token": false
|
|
9427
9357
|
},
|
|
9428
|
-
"type": "
|
|
9358
|
+
"type": "color"
|
|
9429
9359
|
},
|
|
9430
9360
|
"color": {
|
|
9431
9361
|
"$extensions": {
|
|
@@ -9433,14 +9363,12 @@
|
|
|
9433
9363
|
"syntax": "<color>",
|
|
9434
9364
|
"inherits": true
|
|
9435
9365
|
},
|
|
9436
|
-
"nl.nldesignsystem.deprecated": true,
|
|
9437
|
-
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.color",
|
|
9438
9366
|
"nl.nldesignsystem.figma.supports-token": false
|
|
9439
9367
|
},
|
|
9440
9368
|
"type": "color"
|
|
9441
9369
|
}
|
|
9442
9370
|
},
|
|
9443
|
-
"
|
|
9371
|
+
"legend": {
|
|
9444
9372
|
"color": {
|
|
9445
9373
|
"$extensions": {
|
|
9446
9374
|
"nl.nldesignsystem.css.property": {
|
|
@@ -9450,6 +9378,78 @@
|
|
|
9450
9378
|
"nl.nldesignsystem.figma.supports-token": false
|
|
9451
9379
|
},
|
|
9452
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
9453
|
}
|
|
9454
9454
|
}
|
|
9455
9455
|
},
|
|
@@ -16488,68 +16488,6 @@
|
|
|
16488
16488
|
}
|
|
16489
16489
|
}
|
|
16490
16490
|
},
|
|
16491
|
-
"action": {
|
|
16492
|
-
"activate": {
|
|
16493
|
-
"cursor": {
|
|
16494
|
-
"$extensions": {
|
|
16495
|
-
"nl.nldesignsystem.css.property": {
|
|
16496
|
-
"syntax": "*",
|
|
16497
|
-
"inherits": true
|
|
16498
|
-
}
|
|
16499
|
-
}
|
|
16500
|
-
}
|
|
16501
|
-
},
|
|
16502
|
-
"busy": {
|
|
16503
|
-
"cursor": {
|
|
16504
|
-
"$extensions": {
|
|
16505
|
-
"nl.nldesignsystem.css.property": {
|
|
16506
|
-
"syntax": "*",
|
|
16507
|
-
"inherits": true
|
|
16508
|
-
}
|
|
16509
|
-
}
|
|
16510
|
-
}
|
|
16511
|
-
},
|
|
16512
|
-
"disabled": {
|
|
16513
|
-
"cursor": {
|
|
16514
|
-
"$extensions": {
|
|
16515
|
-
"nl.nldesignsystem.css.property": {
|
|
16516
|
-
"syntax": "*",
|
|
16517
|
-
"inherits": true
|
|
16518
|
-
}
|
|
16519
|
-
}
|
|
16520
|
-
}
|
|
16521
|
-
},
|
|
16522
|
-
"inert": {
|
|
16523
|
-
"cursor": {
|
|
16524
|
-
"$extensions": {
|
|
16525
|
-
"nl.nldesignsystem.css.property": {
|
|
16526
|
-
"syntax": "*",
|
|
16527
|
-
"inherits": true
|
|
16528
|
-
}
|
|
16529
|
-
}
|
|
16530
|
-
}
|
|
16531
|
-
},
|
|
16532
|
-
"navigate": {
|
|
16533
|
-
"cursor": {
|
|
16534
|
-
"$extensions": {
|
|
16535
|
-
"nl.nldesignsystem.css.property": {
|
|
16536
|
-
"syntax": "*",
|
|
16537
|
-
"inherits": true
|
|
16538
|
-
}
|
|
16539
|
-
}
|
|
16540
|
-
}
|
|
16541
|
-
},
|
|
16542
|
-
"submit": {
|
|
16543
|
-
"cursor": {
|
|
16544
|
-
"$extensions": {
|
|
16545
|
-
"nl.nldesignsystem.css.property": {
|
|
16546
|
-
"syntax": "*",
|
|
16547
|
-
"inherits": true
|
|
16548
|
-
}
|
|
16549
|
-
}
|
|
16550
|
-
}
|
|
16551
|
-
}
|
|
16552
|
-
},
|
|
16553
16491
|
"feedback": {
|
|
16554
16492
|
"danger": {
|
|
16555
16493
|
"background-color": {
|
|
@@ -16947,6 +16885,68 @@
|
|
|
16947
16885
|
}
|
|
16948
16886
|
}
|
|
16949
16887
|
}
|
|
16888
|
+
},
|
|
16889
|
+
"action": {
|
|
16890
|
+
"activate": {
|
|
16891
|
+
"cursor": {
|
|
16892
|
+
"$extensions": {
|
|
16893
|
+
"nl.nldesignsystem.css.property": {
|
|
16894
|
+
"syntax": "*",
|
|
16895
|
+
"inherits": true
|
|
16896
|
+
}
|
|
16897
|
+
}
|
|
16898
|
+
}
|
|
16899
|
+
},
|
|
16900
|
+
"busy": {
|
|
16901
|
+
"cursor": {
|
|
16902
|
+
"$extensions": {
|
|
16903
|
+
"nl.nldesignsystem.css.property": {
|
|
16904
|
+
"syntax": "*",
|
|
16905
|
+
"inherits": true
|
|
16906
|
+
}
|
|
16907
|
+
}
|
|
16908
|
+
}
|
|
16909
|
+
},
|
|
16910
|
+
"disabled": {
|
|
16911
|
+
"cursor": {
|
|
16912
|
+
"$extensions": {
|
|
16913
|
+
"nl.nldesignsystem.css.property": {
|
|
16914
|
+
"syntax": "*",
|
|
16915
|
+
"inherits": true
|
|
16916
|
+
}
|
|
16917
|
+
}
|
|
16918
|
+
}
|
|
16919
|
+
},
|
|
16920
|
+
"inert": {
|
|
16921
|
+
"cursor": {
|
|
16922
|
+
"$extensions": {
|
|
16923
|
+
"nl.nldesignsystem.css.property": {
|
|
16924
|
+
"syntax": "*",
|
|
16925
|
+
"inherits": true
|
|
16926
|
+
}
|
|
16927
|
+
}
|
|
16928
|
+
}
|
|
16929
|
+
},
|
|
16930
|
+
"navigate": {
|
|
16931
|
+
"cursor": {
|
|
16932
|
+
"$extensions": {
|
|
16933
|
+
"nl.nldesignsystem.css.property": {
|
|
16934
|
+
"syntax": "*",
|
|
16935
|
+
"inherits": true
|
|
16936
|
+
}
|
|
16937
|
+
}
|
|
16938
|
+
}
|
|
16939
|
+
},
|
|
16940
|
+
"submit": {
|
|
16941
|
+
"cursor": {
|
|
16942
|
+
"$extensions": {
|
|
16943
|
+
"nl.nldesignsystem.css.property": {
|
|
16944
|
+
"syntax": "*",
|
|
16945
|
+
"inherits": true
|
|
16946
|
+
}
|
|
16947
|
+
}
|
|
16948
|
+
}
|
|
16949
|
+
}
|
|
16950
16950
|
}
|
|
16951
16951
|
},
|
|
16952
16952
|
"denhaag": {
|