@utrecht/component-library-design-tokens 1.1.2 → 1.1.3

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 +966 -147
  2. package/package.json +10 -10
package/dist/tokens.json CHANGED
@@ -5291,6 +5291,33 @@
5291
5291
  }
5292
5292
  }
5293
5293
  },
5294
+ "open-forms-container": {},
5295
+ "number-data": {
5296
+ "positive": {
5297
+ "color": {
5298
+ "$extensions": {
5299
+ "nl.nldesignsystem.css.property": {
5300
+ "syntax": "<color>",
5301
+ "inherits": true
5302
+ },
5303
+ "nl.nldesignsystem.figma.supports-token": false
5304
+ },
5305
+ "type": "color"
5306
+ }
5307
+ },
5308
+ "negative": {
5309
+ "color": {
5310
+ "$extensions": {
5311
+ "nl.nldesignsystem.css.property": {
5312
+ "syntax": "<color>",
5313
+ "inherits": true
5314
+ },
5315
+ "nl.nldesignsystem.figma.supports-token": false
5316
+ },
5317
+ "type": "color"
5318
+ }
5319
+ }
5320
+ },
5294
5321
  "number-badge": {
5295
5322
  "background-color": {
5296
5323
  "$extensions": {
@@ -5358,134 +5385,949 @@
5358
5385
  },
5359
5386
  "type": "color"
5360
5387
  },
5361
- "font-family": {
5362
- "$extensions": {
5363
- "nl.nldesignsystem.css.property": {
5364
- "syntax": "*",
5365
- "inherits": true
5388
+ "font-family": {
5389
+ "$extensions": {
5390
+ "nl.nldesignsystem.css.property": {
5391
+ "syntax": "*",
5392
+ "inherits": true
5393
+ },
5394
+ "nl.nldesignsystem.fallback": [
5395
+ "utrecht.badge.font-family",
5396
+ "utrecht.document.font-family"
5397
+ ],
5398
+ "nl.nldesignsystem.figma.supports-token": true
5399
+ },
5400
+ "type": "fontFamilies"
5401
+ },
5402
+ "font-size": {
5403
+ "$extensions": {
5404
+ "nl.nldesignsystem.css.property": {
5405
+ "syntax": "<length>",
5406
+ "inherits": true
5407
+ },
5408
+ "nl.nldesignsystem.fallback": [
5409
+ "utrecht.badge.font-size"
5410
+ ],
5411
+ "nl.nldesignsystem.figma.supports-token": true
5412
+ },
5413
+ "type": "fontSizes"
5414
+ },
5415
+ "font-weight": {
5416
+ "$extensions": {
5417
+ "nl.nldesignsystem.css.property": {
5418
+ "syntax": "<number>",
5419
+ "inherits": true
5420
+ },
5421
+ "nl.nldesignsystem.fallback": [
5422
+ "utrecht.badge.font-weight"
5423
+ ],
5424
+ "nl.nldesignsystem.figma.supports-token": true
5425
+ },
5426
+ "type": "fontWeights"
5427
+ },
5428
+ "min-size": {
5429
+ "$extensions": {
5430
+ "nl.nldesignsystem.css.property": {
5431
+ "syntax": "<length>",
5432
+ "inherits": true
5433
+ },
5434
+ "nl.nldesignsystem.deprecated": true,
5435
+ "nl.nldesignsystem.figma.supports-token": false,
5436
+ "nl.nldesignsystem.redirect": "utrecht.number-badge.min-inline-size"
5437
+ },
5438
+ "type": "spacing"
5439
+ },
5440
+ "min-block-size": {
5441
+ "$extensions": {
5442
+ "nl.nldesignsystem.css.property": {
5443
+ "syntax": "<length>",
5444
+ "inherits": true
5445
+ },
5446
+ "nl.nldesignsystem.fallback": [
5447
+ "utrecht.number-badge.min-inline-size"
5448
+ ],
5449
+ "nl.nldesignsystem.figma.supports-token": true
5450
+ },
5451
+ "type": "spacing"
5452
+ },
5453
+ "min-inline-size": {
5454
+ "$extensions": {
5455
+ "nl.nldesignsystem.css.property": {
5456
+ "syntax": "<length>",
5457
+ "inherits": true
5458
+ },
5459
+ "nl.nldesignsystem.figma.supports-token": true
5460
+ },
5461
+ "type": "spacing"
5462
+ },
5463
+ "padding-block": {
5464
+ "comment": "Default block padding for badge components",
5465
+ "$extensions": {
5466
+ "nl.nldesignsystem.css.property": {
5467
+ "syntax": "<length>",
5468
+ "inherits": true
5469
+ },
5470
+ "nl.nldesignsystem.fallback": [
5471
+ "utrecht.badge.padding-block"
5472
+ ],
5473
+ "nl.nldesignsystem.figma.supports-token": true
5474
+ },
5475
+ "type": "spacing"
5476
+ },
5477
+ "padding-inline": {
5478
+ "comment": "Default inline padding color for badge components",
5479
+ "$extensions": {
5480
+ "nl.nldesignsystem.css.property": {
5481
+ "syntax": "<length>",
5482
+ "inherits": true
5483
+ },
5484
+ "nl.nldesignsystem.fallback": [
5485
+ "utrecht.badge.padding-inline"
5486
+ ],
5487
+ "nl.nldesignsystem.figma.supports-token": true
5488
+ },
5489
+ "type": "spacing"
5490
+ }
5491
+ },
5492
+ "navigation": {
5493
+ "border-block-end-color": {
5494
+ "$extensions": {
5495
+ "nl.nldesignsystem.css.property": {
5496
+ "syntax": "<color>",
5497
+ "inherits": true
5498
+ },
5499
+ "nl.nldesignsystem.figma.supports-token": false
5500
+ },
5501
+ "type": "color"
5502
+ },
5503
+ "border-block-end-width": {
5504
+ "$extensions": {
5505
+ "nl.nldesignsystem.css.property": {
5506
+ "syntax": "<length>",
5507
+ "inherits": true
5508
+ },
5509
+ "nl.nldesignsystem.figma.supports-token": false
5510
+ },
5511
+ "type": "length"
5512
+ },
5513
+ "border-block-start-color": {
5514
+ "$extensions": {
5515
+ "nl.nldesignsystem.css.property": {
5516
+ "syntax": "<color>",
5517
+ "inherits": true
5518
+ },
5519
+ "nl.nldesignsystem.figma.supports-token": false
5520
+ },
5521
+ "type": "color"
5522
+ },
5523
+ "border-block-start-width": {
5524
+ "$extensions": {
5525
+ "nl.nldesignsystem.css.property": {
5526
+ "syntax": "<length>",
5527
+ "inherits": true
5528
+ },
5529
+ "nl.nldesignsystem.figma.supports-token": false
5530
+ },
5531
+ "type": "length"
5532
+ },
5533
+ "margin-block-end": {
5534
+ "$extensions": {
5535
+ "nl.nldesignsystem.css.property": {
5536
+ "syntax": "<length>",
5537
+ "inherits": true
5538
+ },
5539
+ "nl.nldesignsystem.figma.supports-token": false
5540
+ },
5541
+ "type": "length"
5542
+ },
5543
+ "margin-block-start": {
5544
+ "$extensions": {
5545
+ "nl.nldesignsystem.css.property": {
5546
+ "syntax": "<length>",
5547
+ "inherits": true
5548
+ },
5549
+ "nl.nldesignsystem.figma.supports-token": false
5550
+ },
5551
+ "type": "length"
5552
+ },
5553
+ "drawer": {
5554
+ "background-color": {
5555
+ "$extensions": {
5556
+ "nl.nldesignsystem.css.property": {
5557
+ "syntax": "<color>",
5558
+ "inherits": true
5559
+ },
5560
+ "nl.nldesignsystem.figma.supports-token": false
5561
+ },
5562
+ "type": "color"
5563
+ },
5564
+ "mobile": {
5565
+ "min-inline-size": {
5566
+ "$extensions": {
5567
+ "nl.nldesignsystem.css.property": {
5568
+ "syntax": "<length>",
5569
+ "inherits": true
5570
+ },
5571
+ "nl.nldesignsystem.figma.supports-token": false
5572
+ },
5573
+ "type": "sizing"
5574
+ }
5575
+ }
5576
+ },
5577
+ "item": {
5578
+ "padding-block-start": {
5579
+ "$extensions": {
5580
+ "nl.nldesignsystem.css.property": {
5581
+ "syntax": "<length>",
5582
+ "inherits": true
5583
+ },
5584
+ "nl.nldesignsystem.figma.supports-token": false
5585
+ },
5586
+ "type": "spacing"
5587
+ },
5588
+ "padding-block-end": {
5589
+ "$extensions": {
5590
+ "nl.nldesignsystem.css.property": {
5591
+ "syntax": "<length>",
5592
+ "inherits": true
5593
+ },
5594
+ "nl.nldesignsystem.figma.supports-token": false
5595
+ },
5596
+ "type": "spacing"
5597
+ },
5598
+ "padding-inline-start": {
5599
+ "$extensions": {
5600
+ "nl.nldesignsystem.css.property": {
5601
+ "syntax": "<length>",
5602
+ "inherits": true
5603
+ },
5604
+ "nl.nldesignsystem.figma.supports-token": false
5605
+ },
5606
+ "type": "spacing"
5607
+ },
5608
+ "padding-inline-end": {
5609
+ "$extensions": {
5610
+ "nl.nldesignsystem.css.property": {
5611
+ "syntax": "<length>",
5612
+ "inherits": true
5613
+ },
5614
+ "nl.nldesignsystem.figma.supports-token": false
5615
+ },
5616
+ "type": "spacing"
5617
+ },
5618
+ "border-block-end-color": {
5619
+ "$extensions": {
5620
+ "nl.nldesignsystem.css.property": {
5621
+ "syntax": "<color>",
5622
+ "inherits": true
5623
+ },
5624
+ "nl.nldesignsystem.figma.supports-token": false
5625
+ },
5626
+ "type": "color"
5627
+ },
5628
+ "border-block-end-width": {
5629
+ "$extensions": {
5630
+ "nl.nldesignsystem.css.property": {
5631
+ "syntax": "<length>",
5632
+ "inherits": true
5633
+ },
5634
+ "nl.nldesignsystem.figma.supports-token": false
5635
+ },
5636
+ "type": "length"
5637
+ },
5638
+ "border-block-start-color": {
5639
+ "$extensions": {
5640
+ "nl.nldesignsystem.css.property": {
5641
+ "syntax": "<color>",
5642
+ "inherits": true
5643
+ },
5644
+ "nl.nldesignsystem.figma.supports-token": false
5645
+ },
5646
+ "type": "color"
5647
+ },
5648
+ "border-block-start-width": {
5649
+ "$extensions": {
5650
+ "nl.nldesignsystem.css.property": {
5651
+ "syntax": "<length>",
5652
+ "inherits": true
5653
+ },
5654
+ "nl.nldesignsystem.figma.supports-token": false
5655
+ },
5656
+ "type": "length"
5657
+ },
5658
+ "mobile": {
5659
+ "padding-block-start": {
5660
+ "$extensions": {
5661
+ "nl.nldesignsystem.css.property": {
5662
+ "syntax": "<length>",
5663
+ "inherits": true
5664
+ },
5665
+ "nl.nldesignsystem.figma.supports-token": false
5666
+ },
5667
+ "type": "spacing"
5668
+ },
5669
+ "padding-block-end": {
5670
+ "$extensions": {
5671
+ "nl.nldesignsystem.css.property": {
5672
+ "syntax": "<length>",
5673
+ "inherits": true
5674
+ },
5675
+ "nl.nldesignsystem.figma.supports-token": false
5676
+ },
5677
+ "type": "spacing"
5678
+ },
5679
+ "padding-inline-start": {
5680
+ "$extensions": {
5681
+ "nl.nldesignsystem.css.property": {
5682
+ "syntax": "<length>",
5683
+ "inherits": true
5684
+ },
5685
+ "nl.nldesignsystem.figma.supports-token": false
5686
+ },
5687
+ "type": "spacing"
5688
+ },
5689
+ "padding-inline-end": {
5690
+ "$extensions": {
5691
+ "nl.nldesignsystem.css.property": {
5692
+ "syntax": "<length>",
5693
+ "inherits": true
5694
+ },
5695
+ "nl.nldesignsystem.figma.supports-token": false
5696
+ },
5697
+ "type": "spacing"
5698
+ },
5699
+ "border-block-end-color": {
5700
+ "$extensions": {
5701
+ "nl.nldesignsystem.css.property": {
5702
+ "syntax": "<color>",
5703
+ "inherits": true
5704
+ },
5705
+ "nl.nldesignsystem.figma.supports-token": false
5706
+ },
5707
+ "type": "color"
5708
+ },
5709
+ "border-block-end-width": {
5710
+ "$extensions": {
5711
+ "nl.nldesignsystem.css.property": {
5712
+ "syntax": "<length>",
5713
+ "inherits": true
5714
+ },
5715
+ "nl.nldesignsystem.figma.supports-token": false
5716
+ },
5717
+ "type": "length"
5718
+ },
5719
+ "border-block-start-color": {
5720
+ "$extensions": {
5721
+ "nl.nldesignsystem.css.property": {
5722
+ "syntax": "<color>",
5723
+ "inherits": true
5724
+ },
5725
+ "nl.nldesignsystem.figma.supports-token": false
5726
+ },
5727
+ "type": "color"
5728
+ },
5729
+ "border-block-start-width": {
5730
+ "$extensions": {
5731
+ "nl.nldesignsystem.css.property": {
5732
+ "syntax": "<length>",
5733
+ "inherits": true
5734
+ },
5735
+ "nl.nldesignsystem.figma.supports-token": false
5736
+ },
5737
+ "type": "length"
5738
+ }
5739
+ }
5740
+ },
5741
+ "link": {
5742
+ "active": {
5743
+ "color": {
5744
+ "$extensions": {
5745
+ "nl.nldesignsystem.css.property": {
5746
+ "syntax": "<color>",
5747
+ "inherits": true
5748
+ },
5749
+ "nl.nldesignsystem.figma.supports-token": false
5750
+ },
5751
+ "type": "color"
5752
+ },
5753
+ "focus": {
5754
+ "color": {
5755
+ "$extensions": {
5756
+ "nl.nldesignsystem.css.property": {
5757
+ "syntax": "<color>",
5758
+ "inherits": true
5759
+ },
5760
+ "nl.nldesignsystem.figma.supports-token": false
5761
+ },
5762
+ "type": "color"
5763
+ }
5764
+ }
5765
+ },
5766
+ "background-color": {
5767
+ "$extensions": {
5768
+ "nl.nldesignsystem.css.property": {
5769
+ "syntax": "<color>",
5770
+ "inherits": true
5771
+ },
5772
+ "nl.nldesignsystem.figma.supports-token": false
5773
+ },
5774
+ "type": "color"
5775
+ },
5776
+ "border-color": {
5777
+ "$extensions": {
5778
+ "nl.nldesignsystem.css.property": {
5779
+ "syntax": "<color>",
5780
+ "inherits": true
5781
+ },
5782
+ "nl.nldesignsystem.figma.supports-token": false
5783
+ },
5784
+ "type": "color"
5785
+ },
5786
+ "border-inline-end-width": {
5787
+ "$extensions": {
5788
+ "nl.nldesignsystem.css.property": {
5789
+ "syntax": "<length>",
5790
+ "inherits": true
5791
+ },
5792
+ "nl.nldesignsystem.figma.supports-token": false
5793
+ },
5794
+ "type": "length"
5795
+ },
5796
+ "color": {
5797
+ "$extensions": {
5798
+ "nl.nldesignsystem.css.property": {
5799
+ "syntax": "<color>",
5800
+ "inherits": true
5801
+ },
5802
+ "nl.nldesignsystem.figma.supports-token": false
5803
+ },
5804
+ "type": "color"
5805
+ },
5806
+ "focus": {
5807
+ "color": {
5808
+ "$extensions": {
5809
+ "nl.nldesignsystem.css.property": {
5810
+ "syntax": "<color>",
5811
+ "inherits": true
5812
+ },
5813
+ "nl.nldesignsystem.figma.supports-token": false
5814
+ },
5815
+ "type": "color"
5816
+ },
5817
+ "text-decoration-thickness": {
5818
+ "$extensions": {
5819
+ "nl.nldesignsystem.css.property": {
5820
+ "syntax": "<length>",
5821
+ "inherits": true
5822
+ },
5823
+ "nl.nldesignsystem.figma.supports-token": false
5824
+ },
5825
+ "type": "length"
5826
+ }
5827
+ },
5828
+ "font-weight": {
5829
+ "$extensions": {
5830
+ "nl.nldesignsystem.css.property": {
5831
+ "syntax": "<number>",
5832
+ "inherits": true
5833
+ },
5834
+ "nl.nldesignsystem.figma.supports-token": false
5835
+ },
5836
+ "type": "fontWeight"
5837
+ },
5838
+ "gap": {
5839
+ "$extensions": {
5840
+ "nl.nldesignsystem.css.property": {
5841
+ "syntax": "<length>",
5842
+ "inherits": true
5843
+ },
5844
+ "nl.nldesignsystem.figma.supports-token": false
5845
+ },
5846
+ "type": "spacing"
5847
+ },
5848
+ "hover": {
5849
+ "background-color": {
5850
+ "$extensions": {
5851
+ "nl.nldesignsystem.css.property": {
5852
+ "syntax": "<color>",
5853
+ "inherits": true
5854
+ },
5855
+ "nl.nldesignsystem.figma.supports-token": false
5856
+ },
5857
+ "type": "color"
5858
+ },
5859
+ "color": {
5860
+ "$extensions": {
5861
+ "nl.nldesignsystem.css.property": {
5862
+ "syntax": "<color>",
5863
+ "inherits": true
5864
+ },
5865
+ "nl.nldesignsystem.figma.supports-token": false
5866
+ },
5867
+ "type": "color"
5868
+ },
5869
+ "decoration-thickness": {
5870
+ "$extensions": {
5871
+ "nl.nldesignsystem.css.property": {
5872
+ "syntax": "<length>",
5873
+ "inherits": true
5874
+ },
5875
+ "nl.nldesignsystem.figma.supports-token": false
5876
+ },
5877
+ "type": "length"
5878
+ }
5879
+ },
5880
+ "is-current": {
5881
+ "font-weight": {
5882
+ "$extensions": {
5883
+ "nl.nldesignsystem.css.property": {
5884
+ "syntax": "<number>",
5885
+ "inherits": true
5886
+ },
5887
+ "nl.nldesignsystem.figma.supports-token": false
5888
+ },
5889
+ "type": "fontWeight"
5890
+ }
5891
+ },
5892
+ "mobile": {
5893
+ "background-color": {
5894
+ "$extensions": {
5895
+ "nl.nldesignsystem.css.property": {
5896
+ "syntax": "<color>",
5897
+ "inherits": true
5898
+ },
5899
+ "nl.nldesignsystem.figma.supports-token": false
5900
+ },
5901
+ "type": "color"
5902
+ },
5903
+ "color": {
5904
+ "$extensions": {
5905
+ "nl.nldesignsystem.css.property": {
5906
+ "syntax": "<color>",
5907
+ "inherits": true
5908
+ },
5909
+ "nl.nldesignsystem.figma.supports-token": false
5910
+ },
5911
+ "type": "color"
5912
+ },
5913
+ "hover": {
5914
+ "background-color": {
5915
+ "$extensions": {
5916
+ "nl.nldesignsystem.css.property": {
5917
+ "syntax": "<color>",
5918
+ "inherits": true
5919
+ },
5920
+ "nl.nldesignsystem.figma.supports-token": false
5921
+ },
5922
+ "type": "color"
5923
+ },
5924
+ "color": {
5925
+ "$extensions": {
5926
+ "nl.nldesignsystem.css.property": {
5927
+ "syntax": "<color>",
5928
+ "inherits": true
5929
+ },
5930
+ "nl.nldesignsystem.figma.supports-token": false
5931
+ },
5932
+ "type": "color"
5933
+ },
5934
+ "font-weight": {
5935
+ "$extensions": {
5936
+ "nl.nldesignsystem.css.property": {
5937
+ "syntax": "<number>",
5938
+ "inherits": true
5939
+ },
5940
+ "nl.nldesignsystem.figma.supports-token": false
5941
+ },
5942
+ "type": "fontWeight"
5943
+ }
5944
+ },
5945
+ "justify-content": {
5946
+ "$extensions": {
5947
+ "nl.nldesignsystem.css.property": {
5948
+ "syntax": "*",
5949
+ "inherits": true
5950
+ },
5951
+ "nl.nldesignsystem.figma.supports-token": false
5952
+ },
5953
+ "type": "other"
5954
+ },
5955
+ "min-block-size": {
5956
+ "$extensions": {
5957
+ "nl.nldesignsystem.css.property": {
5958
+ "syntax": "<length>",
5959
+ "inherits": true
5960
+ },
5961
+ "nl.nldesignsystem.figma.supports-token": false
5962
+ },
5963
+ "type": "sizing"
5964
+ },
5965
+ "padding-block-end": {
5966
+ "$extensions": {
5967
+ "nl.nldesignsystem.css.property": {
5968
+ "syntax": "<length>",
5969
+ "inherits": true
5970
+ },
5971
+ "nl.nldesignsystem.figma.supports-token": false
5972
+ },
5973
+ "type": "spacing"
5974
+ },
5975
+ "padding-block-start": {
5976
+ "$extensions": {
5977
+ "nl.nldesignsystem.css.property": {
5978
+ "syntax": "<length>",
5979
+ "inherits": true
5980
+ },
5981
+ "nl.nldesignsystem.figma.supports-token": false
5982
+ },
5983
+ "type": "spacing"
5984
+ },
5985
+ "padding-inline-end": {
5986
+ "$extensions": {
5987
+ "nl.nldesignsystem.css.property": {
5988
+ "syntax": "<length>",
5989
+ "inherits": true
5990
+ },
5991
+ "nl.nldesignsystem.figma.supports-token": false
5992
+ },
5993
+ "type": "spacing"
5994
+ },
5995
+ "padding-inline-start": {
5996
+ "$extensions": {
5997
+ "nl.nldesignsystem.css.property": {
5998
+ "syntax": "<length>",
5999
+ "inherits": true
6000
+ },
6001
+ "nl.nldesignsystem.figma.supports-token": false
6002
+ },
6003
+ "type": "spacing"
6004
+ },
6005
+ "transition-duration": {
6006
+ "$extensions": {
6007
+ "nl.nldesignsystem.css.property": {
6008
+ "syntax": "<time>",
6009
+ "inherits": true
6010
+ },
6011
+ "nl.nldesignsystem.figma.supports-token": false
6012
+ },
6013
+ "type": "duration"
6014
+ },
6015
+ "transition-timing-function": {
6016
+ "$extensions": {
6017
+ "nl.nldesignsystem.css.property": {
6018
+ "syntax": "*",
6019
+ "inherits": true
6020
+ },
6021
+ "nl.nldesignsystem.figma.supports-token": false
6022
+ },
6023
+ "type": "other"
6024
+ }
6025
+ },
6026
+ "padding-block-end": {
6027
+ "$extensions": {
6028
+ "nl.nldesignsystem.css.property": {
6029
+ "syntax": "<length>",
6030
+ "inherits": true
6031
+ },
6032
+ "nl.nldesignsystem.figma.supports-token": false
6033
+ },
6034
+ "type": "spacing"
6035
+ },
6036
+ "padding-block-start": {
6037
+ "$extensions": {
6038
+ "nl.nldesignsystem.css.property": {
6039
+ "syntax": "<length>",
6040
+ "inherits": true
6041
+ },
6042
+ "nl.nldesignsystem.figma.supports-token": false
6043
+ },
6044
+ "type": "spacing"
6045
+ },
6046
+ "padding-inline-end": {
6047
+ "$extensions": {
6048
+ "nl.nldesignsystem.css.property": {
6049
+ "syntax": "<length>",
6050
+ "inherits": true
6051
+ },
6052
+ "nl.nldesignsystem.figma.supports-token": false
6053
+ },
6054
+ "type": "spacing"
6055
+ },
6056
+ "padding-inline-start": {
6057
+ "$extensions": {
6058
+ "nl.nldesignsystem.css.property": {
6059
+ "syntax": "<length>",
6060
+ "inherits": true
6061
+ },
6062
+ "nl.nldesignsystem.figma.supports-token": false
6063
+ },
6064
+ "type": "spacing"
6065
+ },
6066
+ "text-align": {
6067
+ "$extensions": {
6068
+ "nl.nldesignsystem.css.property": {
6069
+ "syntax": "*",
6070
+ "inherits": true
6071
+ },
6072
+ "nl.nldesignsystem.figma.supports-token": false
6073
+ },
6074
+ "type": "other"
6075
+ }
6076
+ },
6077
+ "list": {
6078
+ "display": {
6079
+ "$extensions": {
6080
+ "nl.nldesignsystem.css.property": {
6081
+ "syntax": "*",
6082
+ "inherits": true
6083
+ },
6084
+ "nl.nldesignsystem.figma.supports-token": false
6085
+ },
6086
+ "type": "other"
6087
+ },
6088
+ "inline-size": {
6089
+ "$extensions": {
6090
+ "nl.nldesignsystem.css.property": {
6091
+ "syntax": "<length>",
6092
+ "inherits": true
6093
+ },
6094
+ "nl.nldesignsystem.figma.supports-token": false
6095
+ },
6096
+ "type": "sizing"
6097
+ },
6098
+ "mobile": {
6099
+ "background-color": {
6100
+ "$extensions": {
6101
+ "nl.nldesignsystem.css.property": {
6102
+ "syntax": "<color>",
6103
+ "inherits": true
6104
+ },
6105
+ "nl.nldesignsystem.figma.supports-token": false
6106
+ },
6107
+ "type": "color"
6108
+ },
6109
+ "inline-size": {
6110
+ "$extensions": {
6111
+ "nl.nldesignsystem.css.property": {
6112
+ "syntax": "<length>",
6113
+ "inherits": true
6114
+ },
6115
+ "nl.nldesignsystem.figma.supports-token": false
6116
+ },
6117
+ "type": "sizing"
6118
+ },
6119
+ "padding-block-end": {
6120
+ "$extensions": {
6121
+ "nl.nldesignsystem.css.property": {
6122
+ "syntax": "<length>",
6123
+ "inherits": true
6124
+ },
6125
+ "nl.nldesignsystem.figma.supports-token": false
6126
+ },
6127
+ "type": "spacing"
6128
+ },
6129
+ "padding-block-start": {
6130
+ "$extensions": {
6131
+ "nl.nldesignsystem.css.property": {
6132
+ "syntax": "<length>",
6133
+ "inherits": true
6134
+ },
6135
+ "nl.nldesignsystem.figma.supports-token": false
6136
+ },
6137
+ "type": "spacing"
6138
+ },
6139
+ "padding-inline-end": {
6140
+ "$extensions": {
6141
+ "nl.nldesignsystem.css.property": {
6142
+ "syntax": "<length>",
6143
+ "inherits": true
6144
+ },
6145
+ "nl.nldesignsystem.figma.supports-token": false
6146
+ },
6147
+ "type": "spacing"
6148
+ },
6149
+ "padding-inline-start": {
6150
+ "$extensions": {
6151
+ "nl.nldesignsystem.css.property": {
6152
+ "syntax": "<length>",
6153
+ "inherits": true
6154
+ },
6155
+ "nl.nldesignsystem.figma.supports-token": false
6156
+ },
6157
+ "type": "spacing"
6158
+ }
6159
+ },
6160
+ "padding-block-end": {
6161
+ "$extensions": {
6162
+ "nl.nldesignsystem.css.property": {
6163
+ "syntax": "<length>",
6164
+ "inherits": true
6165
+ },
6166
+ "nl.nldesignsystem.figma.supports-token": false
6167
+ },
6168
+ "type": "spacing"
6169
+ },
6170
+ "padding-block-start": {
6171
+ "$extensions": {
6172
+ "nl.nldesignsystem.css.property": {
6173
+ "syntax": "<length>",
6174
+ "inherits": true
6175
+ },
6176
+ "nl.nldesignsystem.figma.supports-token": false
6177
+ },
6178
+ "type": "spacing"
6179
+ },
6180
+ "padding-inline-end": {
6181
+ "$extensions": {
6182
+ "nl.nldesignsystem.css.property": {
6183
+ "syntax": "<length>",
6184
+ "inherits": true
6185
+ },
6186
+ "nl.nldesignsystem.figma.supports-token": false
6187
+ },
6188
+ "type": "spacing"
6189
+ },
6190
+ "padding-inline-start": {
6191
+ "$extensions": {
6192
+ "nl.nldesignsystem.css.property": {
6193
+ "syntax": "<length>",
6194
+ "inherits": true
6195
+ },
6196
+ "nl.nldesignsystem.figma.supports-token": false
6197
+ },
6198
+ "type": "spacing"
6199
+ },
6200
+ "side-nav": {
6201
+ "inline-size": {
6202
+ "$extensions": {
6203
+ "nl.nldesignsystem.css.property": {
6204
+ "syntax": "<length>",
6205
+ "inherits": true
6206
+ },
6207
+ "nl.nldesignsystem.figma.supports-token": false
6208
+ },
6209
+ "type": "sizing"
6210
+ }
6211
+ }
6212
+ },
6213
+ "marker": {
6214
+ "color": {
6215
+ "$extensions": {
6216
+ "nl.nldesignsystem.css.property": {
6217
+ "syntax": "<color>",
6218
+ "inherits": true
6219
+ },
6220
+ "nl.nldesignsystem.figma.supports-token": false
5366
6221
  },
5367
- "nl.nldesignsystem.fallback": [
5368
- "utrecht.badge.font-family",
5369
- "utrecht.document.font-family"
5370
- ],
5371
- "nl.nldesignsystem.figma.supports-token": true
5372
- },
5373
- "type": "fontFamilies"
6222
+ "type": "color"
6223
+ }
5374
6224
  },
5375
- "font-size": {
5376
- "$extensions": {
5377
- "nl.nldesignsystem.css.property": {
5378
- "syntax": "<length>",
5379
- "inherits": true
6225
+ "toggle-button": {
6226
+ "margin-block-end": {
6227
+ "$extensions": {
6228
+ "nl.nldesignsystem.css.property": {
6229
+ "syntax": "<length>",
6230
+ "inherits": true
6231
+ },
6232
+ "nl.nldesignsystem.figma.supports-token": false
5380
6233
  },
5381
- "nl.nldesignsystem.fallback": [
5382
- "utrecht.badge.font-size"
5383
- ],
5384
- "nl.nldesignsystem.figma.supports-token": true
6234
+ "type": "spacing"
5385
6235
  },
5386
- "type": "fontSizes"
5387
- },
5388
- "font-weight": {
5389
- "$extensions": {
5390
- "nl.nldesignsystem.css.property": {
5391
- "syntax": "<number>",
5392
- "inherits": true
6236
+ "margin-block-start": {
6237
+ "$extensions": {
6238
+ "nl.nldesignsystem.css.property": {
6239
+ "syntax": "<length>",
6240
+ "inherits": true
6241
+ },
6242
+ "nl.nldesignsystem.figma.supports-token": false
5393
6243
  },
5394
- "nl.nldesignsystem.fallback": [
5395
- "utrecht.badge.font-weight"
5396
- ],
5397
- "nl.nldesignsystem.figma.supports-token": true
6244
+ "type": "spacing"
5398
6245
  },
5399
- "type": "fontWeights"
5400
- },
5401
- "min-size": {
5402
- "$extensions": {
5403
- "nl.nldesignsystem.css.property": {
5404
- "syntax": "<length>",
5405
- "inherits": true
6246
+ "offset-end": {
6247
+ "$extensions": {
6248
+ "nl.nldesignsystem.css.property": {
6249
+ "syntax": "<length>",
6250
+ "inherits": true
6251
+ },
6252
+ "nl.nldesignsystem.figma.supports-token": false
5406
6253
  },
5407
- "nl.nldesignsystem.deprecated": true,
5408
- "nl.nldesignsystem.figma.supports-token": false,
5409
- "nl.nldesignsystem.redirect": "utrecht.number-badge.min-inline-size"
6254
+ "type": "spacing"
5410
6255
  },
5411
- "type": "spacing"
5412
- },
5413
- "min-block-size": {
5414
- "$extensions": {
5415
- "nl.nldesignsystem.css.property": {
5416
- "syntax": "<length>",
5417
- "inherits": true
6256
+ "offset-start": {
6257
+ "$extensions": {
6258
+ "nl.nldesignsystem.css.property": {
6259
+ "syntax": "<length>",
6260
+ "inherits": true
6261
+ },
6262
+ "nl.nldesignsystem.figma.supports-token": false
5418
6263
  },
5419
- "nl.nldesignsystem.fallback": [
5420
- "utrecht.number-badge.min-inline-size"
5421
- ],
5422
- "nl.nldesignsystem.figma.supports-token": true
6264
+ "type": "spacing"
5423
6265
  },
5424
- "type": "spacing"
6266
+ "padding-inline-end": {
6267
+ "$extensions": {
6268
+ "nl.nldesignsystem.css.property": {
6269
+ "syntax": "<length>",
6270
+ "inherits": true
6271
+ },
6272
+ "nl.nldesignsystem.figma.supports-token": false
6273
+ },
6274
+ "type": "spacing"
6275
+ }
6276
+ }
6277
+ },
6278
+ "icon": {
6279
+ "custom": {
6280
+ "margin-inline-end": {
6281
+ "$extensions": {
6282
+ "nl.nldesignsystem.css.property": {
6283
+ "syntax": "<length>",
6284
+ "inherits": true
6285
+ },
6286
+ "nl.nldesignsystem.figma.supports-token": false
6287
+ },
6288
+ "type": "spacing"
6289
+ }
5425
6290
  },
5426
- "min-inline-size": {
6291
+ "color": {
5427
6292
  "$extensions": {
5428
6293
  "nl.nldesignsystem.css.property": {
5429
- "syntax": "<length>",
6294
+ "syntax": "<color>",
5430
6295
  "inherits": true
5431
6296
  },
5432
- "nl.nldesignsystem.figma.supports-token": true
6297
+ "nl.nldesignsystem.figma.supports-token": false
5433
6298
  },
5434
- "type": "spacing"
6299
+ "type": "color"
5435
6300
  },
5436
- "padding-block": {
5437
- "comment": "Default block padding for badge components",
6301
+ "size": {
5438
6302
  "$extensions": {
5439
6303
  "nl.nldesignsystem.css.property": {
5440
- "syntax": "<length>",
6304
+ "syntax": "<length-percentage>",
5441
6305
  "inherits": true
5442
6306
  },
5443
- "nl.nldesignsystem.fallback": [
5444
- "utrecht.badge.padding-block"
5445
- ],
5446
- "nl.nldesignsystem.figma.supports-token": true
6307
+ "nl.nldesignsystem.figma.supports-token": false
5447
6308
  },
5448
- "type": "spacing"
6309
+ "type": "sizing"
5449
6310
  },
5450
- "padding-inline": {
5451
- "comment": "Default inline padding color for badge components",
6311
+ "inset-block-start": {
5452
6312
  "$extensions": {
5453
6313
  "nl.nldesignsystem.css.property": {
5454
6314
  "syntax": "<length>",
5455
6315
  "inherits": true
5456
6316
  },
5457
- "nl.nldesignsystem.fallback": [
5458
- "utrecht.badge.padding-inline"
5459
- ],
5460
- "nl.nldesignsystem.figma.supports-token": true
6317
+ "nl.nldesignsystem.figma.supports-token": false
5461
6318
  },
5462
6319
  "type": "spacing"
5463
- }
5464
- },
5465
- "open-forms-container": {},
5466
- "number-data": {
5467
- "positive": {
5468
- "color": {
5469
- "$extensions": {
5470
- "nl.nldesignsystem.css.property": {
5471
- "syntax": "<color>",
5472
- "inherits": true
5473
- },
5474
- "nl.nldesignsystem.figma.supports-token": false
5475
- },
5476
- "type": "color"
5477
- }
5478
6320
  },
5479
- "negative": {
5480
- "color": {
6321
+ "baseline": {
6322
+ "inset-block-start": {
5481
6323
  "$extensions": {
5482
6324
  "nl.nldesignsystem.css.property": {
5483
- "syntax": "<color>",
6325
+ "syntax": "<length>",
5484
6326
  "inherits": true
5485
6327
  },
5486
6328
  "nl.nldesignsystem.figma.supports-token": false
5487
6329
  },
5488
- "type": "color"
6330
+ "type": "spacing"
5489
6331
  }
5490
6332
  }
5491
6333
  },
@@ -6843,50 +7685,6 @@
6843
7685
  }
6844
7686
  },
6845
7687
  "image": {},
6846
- "icon": {
6847
- "color": {
6848
- "$extensions": {
6849
- "nl.nldesignsystem.css.property": {
6850
- "syntax": "<color>",
6851
- "inherits": true
6852
- },
6853
- "nl.nldesignsystem.figma.supports-token": false
6854
- },
6855
- "type": "color"
6856
- },
6857
- "size": {
6858
- "$extensions": {
6859
- "nl.nldesignsystem.css.property": {
6860
- "syntax": "<length-percentage>",
6861
- "inherits": true
6862
- },
6863
- "nl.nldesignsystem.figma.supports-token": false
6864
- },
6865
- "type": "sizing"
6866
- },
6867
- "inset-block-start": {
6868
- "$extensions": {
6869
- "nl.nldesignsystem.css.property": {
6870
- "syntax": "<length>",
6871
- "inherits": true
6872
- },
6873
- "nl.nldesignsystem.figma.supports-token": false
6874
- },
6875
- "type": "spacing"
6876
- },
6877
- "baseline": {
6878
- "inset-block-start": {
6879
- "$extensions": {
6880
- "nl.nldesignsystem.css.property": {
6881
- "syntax": "<length>",
6882
- "inherits": true
6883
- },
6884
- "nl.nldesignsystem.figma.supports-token": false
6885
- },
6886
- "type": "spacing"
6887
- }
6888
- }
6889
- },
6890
7688
  "iban-data": {},
6891
7689
  "html-content": {},
6892
7690
  "heading-group": {
@@ -8837,6 +9635,7 @@
8837
9635
  }
8838
9636
  }
8839
9637
  },
9638
+ "utrecht-flolegal-decision-tree-container": {},
8840
9639
  "flex-wrap-fallback": {},
8841
9640
  "figure": {
8842
9641
  "margin-block-end": {
@@ -8859,6 +9658,26 @@
8859
9658
  },
8860
9659
  "type": "spacing"
8861
9660
  },
9661
+ "margin-inline-end": {
9662
+ "$extensions": {
9663
+ "nl.nldesignsystem.css.property": {
9664
+ "syntax": "<length>",
9665
+ "inherits": true
9666
+ },
9667
+ "nl.nldesignsystem.figma.supports-token": false
9668
+ },
9669
+ "type": "spacing"
9670
+ },
9671
+ "margin-inline-start": {
9672
+ "$extensions": {
9673
+ "nl.nldesignsystem.css.property": {
9674
+ "syntax": "<length>",
9675
+ "inherits": true
9676
+ },
9677
+ "nl.nldesignsystem.figma.supports-token": false
9678
+ },
9679
+ "type": "spacing"
9680
+ },
8862
9681
  "caption": {
8863
9682
  "color": {
8864
9683
  "$extensions": {
@@ -13439,18 +14258,6 @@
13439
14258
  "type": "textCase"
13440
14259
  }
13441
14260
  },
13442
- "article": {
13443
- "max-inline-size": {
13444
- "$extensions": {
13445
- "nl.nldesignsystem.css.property": {
13446
- "syntax": "<length>",
13447
- "inherits": true
13448
- },
13449
- "nl.nldesignsystem.figma.supports-token": false
13450
- },
13451
- "type": "sizing"
13452
- }
13453
- },
13454
14261
  "backdrop": {
13455
14262
  "background-color": {
13456
14263
  "$extensions": {
@@ -13517,6 +14324,18 @@
13517
14324
  }
13518
14325
  }
13519
14326
  },
14327
+ "article": {
14328
+ "max-inline-size": {
14329
+ "$extensions": {
14330
+ "nl.nldesignsystem.css.property": {
14331
+ "syntax": "<length>",
14332
+ "inherits": true
14333
+ },
14334
+ "nl.nldesignsystem.figma.supports-token": false
14335
+ },
14336
+ "type": "sizing"
14337
+ }
14338
+ },
13520
14339
  "alternate-lang-nav": {},
13521
14340
  "alert-dialog": {
13522
14341
  "margin-block-start": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.2",
2
+ "version": "1.1.3",
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",
@@ -29,38 +29,38 @@
29
29
  "@utrecht/build-utils-css": "0.0.3"
30
30
  },
31
31
  "dependencies": {
32
+ "@utrecht/accordion-css": "2.0.0",
32
33
  "@utrecht/action-group-css": "2.0.0",
33
34
  "@utrecht/alert-css": "2.4.0",
34
- "@utrecht/accordion-css": "2.0.0",
35
35
  "@utrecht/alert-dialog-css": "1.4.2",
36
36
  "@utrecht/alternate-lang-nav-css": "1.3.1",
37
37
  "@utrecht/article-css": "1.5.1",
38
38
  "@utrecht/backdrop-css": "1.4.1",
39
39
  "@utrecht/badge-counter-css": "1.4.1",
40
40
  "@utrecht/badge-list-css": "2.2.1",
41
- "@utrecht/badge-status-css": "1.4.1",
42
41
  "@utrecht/blockquote-css": "1.6.1",
42
+ "@utrecht/badge-status-css": "1.4.1",
43
43
  "@utrecht/breadcrumb-nav-css": "1.5.1",
44
44
  "@utrecht/button-css": "2.3.1",
45
+ "@utrecht/button-group-css": "1.5.0",
45
46
  "@utrecht/button-link-css": "1.3.1",
46
- "@utrecht/checkbox-css": "1.6.1",
47
47
  "@utrecht/calendar-css": "1.4.1",
48
- "@utrecht/button-group-css": "1.5.0",
48
+ "@utrecht/checkbox-css": "1.6.1",
49
49
  "@utrecht/code-block-css": "1.5.1",
50
- "@utrecht/code-css": "1.5.1",
51
50
  "@utrecht/color-sample-css": "1.4.1",
51
+ "@utrecht/code-css": "1.5.1",
52
52
  "@utrecht/column-layout-css": "1.5.1",
53
53
  "@utrecht/combobox-css": "1.4.1",
54
54
  "@utrecht/currency-data-css": "1.3.1",
55
55
  "@utrecht/custom-checkbox-css": "1.3.2",
56
- "@utrecht/data-list-css": "1.4.1",
57
56
  "@utrecht/data-badge-css": "1.0.1",
57
+ "@utrecht/data-list-css": "1.4.1",
58
58
  "@utrecht/data-placeholder-css": "1.4.1",
59
59
  "@utrecht/digid-button-css": "1.4.1",
60
60
  "@utrecht/document-css": "1.5.1",
61
61
  "@utrecht/drawer-css": "1.4.1",
62
62
  "@utrecht/emphasis-css": "1.5.1",
63
- "@utrecht/figure-css": "1.5.1",
63
+ "@utrecht/figure-css": "1.6.0",
64
64
  "@utrecht/form-css": "1.5.1",
65
65
  "@utrecht/form-field-css": "1.5.1",
66
66
  "@utrecht/form-field-description-css": "1.5.1",
@@ -96,9 +96,9 @@
96
96
  "@utrecht/nav-list-css": "1.3.1",
97
97
  "@utrecht/number-badge-css": "2.3.1",
98
98
  "@utrecht/number-data-css": "1.4.1",
99
+ "@utrecht/ordered-list-css": "2.0.0",
99
100
  "@utrecht/page-content-css": "1.4.1",
100
101
  "@utrecht/page-css": "1.4.1",
101
- "@utrecht/ordered-list-css": "2.0.0",
102
102
  "@utrecht/page-footer-css": "2.1.1",
103
103
  "@utrecht/page-header-css": "1.5.1",
104
104
  "@utrecht/pagination-css": "1.4.1",
@@ -107,9 +107,9 @@
107
107
  "@utrecht/preserve-data-css": "1.3.1",
108
108
  "@utrecht/radio-button-css": "1.6.1",
109
109
  "@utrecht/rich-text-css": "1.4.0",
110
+ "@utrecht/search-bar-css": "2.2.1",
110
111
  "@utrecht/select-css": "1.8.1",
111
112
  "@utrecht/separator-css": "1.5.1",
112
- "@utrecht/search-bar-css": "2.2.1",
113
113
  "@utrecht/skip-link-css": "1.5.1",
114
114
  "@utrecht/spotlight-section-css": "1.6.1",
115
115
  "@utrecht/surface-css": "1.4.1",