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

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 +1470 -651
  2. package/package.json +87 -87
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": {
@@ -5421,71 +5448,886 @@
5421
5448
  ],
5422
5449
  "nl.nldesignsystem.figma.supports-token": true
5423
5450
  },
5424
- "type": "spacing"
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
6221
+ },
6222
+ "type": "color"
6223
+ }
6224
+ },
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
6233
+ },
6234
+ "type": "spacing"
6235
+ },
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
6243
+ },
6244
+ "type": "spacing"
6245
+ },
6246
+ "offset-end": {
6247
+ "$extensions": {
6248
+ "nl.nldesignsystem.css.property": {
6249
+ "syntax": "<length>",
6250
+ "inherits": true
6251
+ },
6252
+ "nl.nldesignsystem.figma.supports-token": false
6253
+ },
6254
+ "type": "spacing"
6255
+ },
6256
+ "offset-start": {
6257
+ "$extensions": {
6258
+ "nl.nldesignsystem.css.property": {
6259
+ "syntax": "<length>",
6260
+ "inherits": true
6261
+ },
6262
+ "nl.nldesignsystem.figma.supports-token": false
6263
+ },
6264
+ "type": "spacing"
6265
+ },
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": {
@@ -7804,27 +8602,163 @@
7804
8602
  "type": "borderWidth"
7805
8603
  }
7806
8604
  },
7807
- "hover": {
7808
- "background-color": {
7809
- "$extensions": {
7810
- "nl.nldesignsystem.css.property": {
7811
- "syntax": "<color>",
7812
- "inherits": true
7813
- },
7814
- "nl.nldesignsystem.figma.supports-token": false
8605
+ "hover": {
8606
+ "background-color": {
8607
+ "$extensions": {
8608
+ "nl.nldesignsystem.css.property": {
8609
+ "syntax": "<color>",
8610
+ "inherits": true
8611
+ },
8612
+ "nl.nldesignsystem.figma.supports-token": false
8613
+ },
8614
+ "type": "color"
8615
+ },
8616
+ "color": {
8617
+ "$extensions": {
8618
+ "nl.nldesignsystem.css.property": {
8619
+ "syntax": "<color>",
8620
+ "inherits": true
8621
+ },
8622
+ "nl.nldesignsystem.figma.supports-token": false
8623
+ },
8624
+ "type": "color"
8625
+ }
8626
+ }
8627
+ },
8628
+ "form-field-error-message": {
8629
+ "background-color": {
8630
+ "$extensions": {
8631
+ "nl.nldesignsystem.css.property": {
8632
+ "syntax": "<color>",
8633
+ "inherits": true
8634
+ },
8635
+ "nl.nldesignsystem.figma.supports-token": true
8636
+ },
8637
+ "type": "color"
8638
+ },
8639
+ "color": {
8640
+ "$extensions": {
8641
+ "nl.nldesignsystem.css.property": {
8642
+ "syntax": "<color>",
8643
+ "inherits": true
8644
+ },
8645
+ "nl.nldesignsystem.figma.supports-token": true
8646
+ },
8647
+ "type": "color"
8648
+ },
8649
+ "font-family": {
8650
+ "$extensions": {
8651
+ "nl.nldesignsystem.css.property": {
8652
+ "syntax": "*",
8653
+ "inherits": true
8654
+ },
8655
+ "nl.nldesignsystem.figma.supports-token": true
8656
+ },
8657
+ "type": "fontFamilies"
8658
+ },
8659
+ "font-size": {
8660
+ "$extensions": {
8661
+ "nl.nldesignsystem.css.property": {
8662
+ "syntax": "<length>",
8663
+ "inherits": true
8664
+ },
8665
+ "nl.nldesignsystem.figma.supports-token": true
8666
+ },
8667
+ "type": "fontSizes"
8668
+ },
8669
+ "font-style": {
8670
+ "$extensions": {
8671
+ "nl.nldesignsystem.css.property": {
8672
+ "syntax": [
8673
+ "inherit",
8674
+ "italic",
8675
+ "normal"
8676
+ ],
8677
+ "inherits": true
8678
+ },
8679
+ "nl.nldesignsystem.figma.supports-token": false
8680
+ },
8681
+ "type": "other"
8682
+ },
8683
+ "font-weight": {
8684
+ "$extensions": {
8685
+ "nl.nldesignsystem.css.property": {
8686
+ "syntax": "<number>",
8687
+ "inherits": true
8688
+ },
8689
+ "nl.nldesignsystem.figma.supports-token": true
8690
+ },
8691
+ "type": "fontWeights"
8692
+ },
8693
+ "line-height": {
8694
+ "$extensions": {
8695
+ "nl.nldesignsystem.css.property": {
8696
+ "syntax": "<length> | <number>",
8697
+ "inherits": true
8698
+ },
8699
+ "nl.nldesignsystem.figma.supports-token": true
8700
+ },
8701
+ "type": "lineHeights"
8702
+ },
8703
+ "margin-block-start": {
8704
+ "$extensions": {
8705
+ "nl.nldesignsystem.css.property": {
8706
+ "syntax": "<length>",
8707
+ "inherits": true
8708
+ },
8709
+ "nl.nldesignsystem.figma.supports-token": false
8710
+ },
8711
+ "type": "spacing"
8712
+ },
8713
+ "margin-block-end": {
8714
+ "$extensions": {
8715
+ "nl.nldesignsystem.css.property": {
8716
+ "syntax": "<length>",
8717
+ "inherits": true
8718
+ },
8719
+ "nl.nldesignsystem.figma.supports-token": false
8720
+ },
8721
+ "type": "spacing"
8722
+ },
8723
+ "padding-block-start": {
8724
+ "$extensions": {
8725
+ "nl.nldesignsystem.css.property": {
8726
+ "syntax": "<length>",
8727
+ "inherits": true
8728
+ },
8729
+ "nl.nldesignsystem.figma.supports-token": true
8730
+ },
8731
+ "type": "spacing"
8732
+ },
8733
+ "padding-block-end": {
8734
+ "$extensions": {
8735
+ "nl.nldesignsystem.css.property": {
8736
+ "syntax": "<length>",
8737
+ "inherits": true
8738
+ },
8739
+ "nl.nldesignsystem.figma.supports-token": true
8740
+ },
8741
+ "type": "spacing"
8742
+ },
8743
+ "padding-inline-start": {
8744
+ "$extensions": {
8745
+ "nl.nldesignsystem.css.property": {
8746
+ "syntax": "<length>",
8747
+ "inherits": true
7815
8748
  },
7816
- "type": "color"
8749
+ "nl.nldesignsystem.figma.supports-token": true
7817
8750
  },
7818
- "color": {
7819
- "$extensions": {
7820
- "nl.nldesignsystem.css.property": {
7821
- "syntax": "<color>",
7822
- "inherits": true
7823
- },
7824
- "nl.nldesignsystem.figma.supports-token": false
8751
+ "type": "spacing"
8752
+ },
8753
+ "padding-inline-end": {
8754
+ "$extensions": {
8755
+ "nl.nldesignsystem.css.property": {
8756
+ "syntax": "<length>",
8757
+ "inherits": true
7825
8758
  },
7826
- "type": "color"
7827
- }
8759
+ "nl.nldesignsystem.figma.supports-token": true
8760
+ },
8761
+ "type": "spacing"
7828
8762
  }
7829
8763
  },
7830
8764
  "form-label": {
@@ -8103,142 +9037,6 @@
8103
9037
  }
8104
9038
  }
8105
9039
  },
8106
- "form-field-error-message": {
8107
- "background-color": {
8108
- "$extensions": {
8109
- "nl.nldesignsystem.css.property": {
8110
- "syntax": "<color>",
8111
- "inherits": true
8112
- },
8113
- "nl.nldesignsystem.figma.supports-token": true
8114
- },
8115
- "type": "color"
8116
- },
8117
- "color": {
8118
- "$extensions": {
8119
- "nl.nldesignsystem.css.property": {
8120
- "syntax": "<color>",
8121
- "inherits": true
8122
- },
8123
- "nl.nldesignsystem.figma.supports-token": true
8124
- },
8125
- "type": "color"
8126
- },
8127
- "font-family": {
8128
- "$extensions": {
8129
- "nl.nldesignsystem.css.property": {
8130
- "syntax": "*",
8131
- "inherits": true
8132
- },
8133
- "nl.nldesignsystem.figma.supports-token": true
8134
- },
8135
- "type": "fontFamilies"
8136
- },
8137
- "font-size": {
8138
- "$extensions": {
8139
- "nl.nldesignsystem.css.property": {
8140
- "syntax": "<length>",
8141
- "inherits": true
8142
- },
8143
- "nl.nldesignsystem.figma.supports-token": true
8144
- },
8145
- "type": "fontSizes"
8146
- },
8147
- "font-style": {
8148
- "$extensions": {
8149
- "nl.nldesignsystem.css.property": {
8150
- "syntax": [
8151
- "inherit",
8152
- "italic",
8153
- "normal"
8154
- ],
8155
- "inherits": true
8156
- },
8157
- "nl.nldesignsystem.figma.supports-token": false
8158
- },
8159
- "type": "other"
8160
- },
8161
- "font-weight": {
8162
- "$extensions": {
8163
- "nl.nldesignsystem.css.property": {
8164
- "syntax": "<number>",
8165
- "inherits": true
8166
- },
8167
- "nl.nldesignsystem.figma.supports-token": true
8168
- },
8169
- "type": "fontWeights"
8170
- },
8171
- "line-height": {
8172
- "$extensions": {
8173
- "nl.nldesignsystem.css.property": {
8174
- "syntax": "<length> | <number>",
8175
- "inherits": true
8176
- },
8177
- "nl.nldesignsystem.figma.supports-token": true
8178
- },
8179
- "type": "lineHeights"
8180
- },
8181
- "margin-block-start": {
8182
- "$extensions": {
8183
- "nl.nldesignsystem.css.property": {
8184
- "syntax": "<length>",
8185
- "inherits": true
8186
- },
8187
- "nl.nldesignsystem.figma.supports-token": false
8188
- },
8189
- "type": "spacing"
8190
- },
8191
- "margin-block-end": {
8192
- "$extensions": {
8193
- "nl.nldesignsystem.css.property": {
8194
- "syntax": "<length>",
8195
- "inherits": true
8196
- },
8197
- "nl.nldesignsystem.figma.supports-token": false
8198
- },
8199
- "type": "spacing"
8200
- },
8201
- "padding-block-start": {
8202
- "$extensions": {
8203
- "nl.nldesignsystem.css.property": {
8204
- "syntax": "<length>",
8205
- "inherits": true
8206
- },
8207
- "nl.nldesignsystem.figma.supports-token": true
8208
- },
8209
- "type": "spacing"
8210
- },
8211
- "padding-block-end": {
8212
- "$extensions": {
8213
- "nl.nldesignsystem.css.property": {
8214
- "syntax": "<length>",
8215
- "inherits": true
8216
- },
8217
- "nl.nldesignsystem.figma.supports-token": true
8218
- },
8219
- "type": "spacing"
8220
- },
8221
- "padding-inline-start": {
8222
- "$extensions": {
8223
- "nl.nldesignsystem.css.property": {
8224
- "syntax": "<length>",
8225
- "inherits": true
8226
- },
8227
- "nl.nldesignsystem.figma.supports-token": true
8228
- },
8229
- "type": "spacing"
8230
- },
8231
- "padding-inline-end": {
8232
- "$extensions": {
8233
- "nl.nldesignsystem.css.property": {
8234
- "syntax": "<length>",
8235
- "inherits": true
8236
- },
8237
- "nl.nldesignsystem.figma.supports-token": true
8238
- },
8239
- "type": "spacing"
8240
- }
8241
- },
8242
9040
  "form-field-description": {
8243
9041
  "color": {
8244
9042
  "$extensions": {
@@ -8859,6 +9657,26 @@
8859
9657
  },
8860
9658
  "type": "spacing"
8861
9659
  },
9660
+ "margin-inline-end": {
9661
+ "$extensions": {
9662
+ "nl.nldesignsystem.css.property": {
9663
+ "syntax": "<length>",
9664
+ "inherits": true
9665
+ },
9666
+ "nl.nldesignsystem.figma.supports-token": false
9667
+ },
9668
+ "type": "spacing"
9669
+ },
9670
+ "margin-inline-start": {
9671
+ "$extensions": {
9672
+ "nl.nldesignsystem.css.property": {
9673
+ "syntax": "<length>",
9674
+ "inherits": true
9675
+ },
9676
+ "nl.nldesignsystem.figma.supports-token": false
9677
+ },
9678
+ "type": "spacing"
9679
+ },
8862
9680
  "caption": {
8863
9681
  "color": {
8864
9682
  "$extensions": {
@@ -8892,6 +9710,7 @@
8892
9710
  }
8893
9711
  }
8894
9712
  },
9713
+ "utrecht-flolegal-decision-tree-container": {},
8895
9714
  "emphasis": {
8896
9715
  "stressed": {
8897
9716
  "font-style": {
@@ -9482,78 +10301,19 @@
9482
10301
  },
9483
10302
  "nl.nldesignsystem.figma.supports-token": false
9484
10303
  },
9485
- "type": "lineHeights"
9486
- },
9487
- "min-block-size": {
9488
- "$extensions": {
9489
- "nl.nldesignsystem.css.property": {
9490
- "syntax": "<length>",
9491
- "inherits": true
9492
- },
9493
- "nl.nldesignsystem.figma.supports-token": false
9494
- },
9495
- "type": "sizing"
9496
- },
9497
- "min-inline-size": {
9498
- "$extensions": {
9499
- "nl.nldesignsystem.css.property": {
9500
- "syntax": "<length>",
9501
- "inherits": true
9502
- },
9503
- "nl.nldesignsystem.figma.supports-token": false
9504
- },
9505
- "type": "sizing"
9506
- },
9507
- "padding-block": {
9508
- "comment": "Default block padding for badge components",
9509
- "$extensions": {
9510
- "nl.nldesignsystem.css.property": {
9511
- "syntax": "<length>",
9512
- "inherits": true
9513
- },
9514
- "nl.nldesignsystem.figma.supports-token": false
9515
- },
9516
- "type": "spacing"
9517
- },
9518
- "padding-inline": {
9519
- "comment": "Default inline padding color for badge components",
9520
- "$extensions": {
9521
- "nl.nldesignsystem.css.property": {
9522
- "syntax": "<length>",
9523
- "inherits": true
9524
- },
9525
- "nl.nldesignsystem.figma.supports-token": false
9526
- },
9527
- "type": "spacing"
9528
- }
9529
- },
9530
- "currency-data": {},
9531
- "combobox": {
9532
- "popover": {
9533
- "z-index": {
9534
- "$extensions": {
9535
- "nl.nldesignsystem.css.property": {
9536
- "syntax": "<number>",
9537
- "inherits": true
9538
- },
9539
- "nl.nldesignsystem.figma.supports-token": false
9540
- },
9541
- "type": "other"
9542
- }
9543
- }
9544
- },
9545
- "column-layout": {
9546
- "column-rule-color": {
10304
+ "type": "lineHeights"
10305
+ },
10306
+ "min-block-size": {
9547
10307
  "$extensions": {
9548
10308
  "nl.nldesignsystem.css.property": {
9549
- "syntax": "<color>",
10309
+ "syntax": "<length>",
9550
10310
  "inherits": true
9551
10311
  },
9552
10312
  "nl.nldesignsystem.figma.supports-token": false
9553
10313
  },
9554
- "type": "color"
10314
+ "type": "sizing"
9555
10315
  },
9556
- "column-rule-width": {
10316
+ "min-inline-size": {
9557
10317
  "$extensions": {
9558
10318
  "nl.nldesignsystem.css.property": {
9559
10319
  "syntax": "<length>",
@@ -9563,7 +10323,8 @@
9563
10323
  },
9564
10324
  "type": "sizing"
9565
10325
  },
9566
- "column-width": {
10326
+ "padding-block": {
10327
+ "comment": "Default block padding for badge components",
9567
10328
  "$extensions": {
9568
10329
  "nl.nldesignsystem.css.property": {
9569
10330
  "syntax": "<length>",
@@ -9571,9 +10332,10 @@
9571
10332
  },
9572
10333
  "nl.nldesignsystem.figma.supports-token": false
9573
10334
  },
9574
- "type": "sizing"
10335
+ "type": "spacing"
9575
10336
  },
9576
- "gap": {
10337
+ "padding-inline": {
10338
+ "comment": "Default inline padding color for badge components",
9577
10339
  "$extensions": {
9578
10340
  "nl.nldesignsystem.css.property": {
9579
10341
  "syntax": "<length>",
@@ -9582,9 +10344,12 @@
9582
10344
  "nl.nldesignsystem.figma.supports-token": false
9583
10345
  },
9584
10346
  "type": "spacing"
9585
- },
9586
- "print": {
9587
- "column-count": {
10347
+ }
10348
+ },
10349
+ "currency-data": {},
10350
+ "combobox": {
10351
+ "popover": {
10352
+ "z-index": {
9588
10353
  "$extensions": {
9589
10354
  "nl.nldesignsystem.css.property": {
9590
10355
  "syntax": "<number>",
@@ -9593,16 +10358,6 @@
9593
10358
  "nl.nldesignsystem.figma.supports-token": false
9594
10359
  },
9595
10360
  "type": "other"
9596
- },
9597
- "column-width": {
9598
- "$extensions": {
9599
- "nl.nldesignsystem.css.property": {
9600
- "syntax": "<length>",
9601
- "inherits": true
9602
- },
9603
- "nl.nldesignsystem.figma.supports-token": false
9604
- },
9605
- "type": "sizing"
9606
10361
  }
9607
10362
  }
9608
10363
  },
@@ -9692,6 +10447,70 @@
9692
10447
  }
9693
10448
  }
9694
10449
  },
10450
+ "column-layout": {
10451
+ "column-rule-color": {
10452
+ "$extensions": {
10453
+ "nl.nldesignsystem.css.property": {
10454
+ "syntax": "<color>",
10455
+ "inherits": true
10456
+ },
10457
+ "nl.nldesignsystem.figma.supports-token": false
10458
+ },
10459
+ "type": "color"
10460
+ },
10461
+ "column-rule-width": {
10462
+ "$extensions": {
10463
+ "nl.nldesignsystem.css.property": {
10464
+ "syntax": "<length>",
10465
+ "inherits": true
10466
+ },
10467
+ "nl.nldesignsystem.figma.supports-token": false
10468
+ },
10469
+ "type": "sizing"
10470
+ },
10471
+ "column-width": {
10472
+ "$extensions": {
10473
+ "nl.nldesignsystem.css.property": {
10474
+ "syntax": "<length>",
10475
+ "inherits": true
10476
+ },
10477
+ "nl.nldesignsystem.figma.supports-token": false
10478
+ },
10479
+ "type": "sizing"
10480
+ },
10481
+ "gap": {
10482
+ "$extensions": {
10483
+ "nl.nldesignsystem.css.property": {
10484
+ "syntax": "<length>",
10485
+ "inherits": true
10486
+ },
10487
+ "nl.nldesignsystem.figma.supports-token": false
10488
+ },
10489
+ "type": "spacing"
10490
+ },
10491
+ "print": {
10492
+ "column-count": {
10493
+ "$extensions": {
10494
+ "nl.nldesignsystem.css.property": {
10495
+ "syntax": "<number>",
10496
+ "inherits": true
10497
+ },
10498
+ "nl.nldesignsystem.figma.supports-token": false
10499
+ },
10500
+ "type": "other"
10501
+ },
10502
+ "column-width": {
10503
+ "$extensions": {
10504
+ "nl.nldesignsystem.css.property": {
10505
+ "syntax": "<length>",
10506
+ "inherits": true
10507
+ },
10508
+ "nl.nldesignsystem.figma.supports-token": false
10509
+ },
10510
+ "type": "sizing"
10511
+ }
10512
+ }
10513
+ },
9695
10514
  "code-block": {
9696
10515
  "background-color": {
9697
10516
  "$extensions": {
@@ -9838,48 +10657,220 @@
9838
10657
  },
9839
10658
  "type": "color"
9840
10659
  },
9841
- "color": {
9842
- "$extensions": {
9843
- "nl.nldesignsystem.css.property": {
9844
- "syntax": "<color>",
9845
- "inherits": true
10660
+ "color": {
10661
+ "$extensions": {
10662
+ "nl.nldesignsystem.css.property": {
10663
+ "syntax": "<color>",
10664
+ "inherits": true
10665
+ },
10666
+ "nl.nldesignsystem.figma.supports-token": true
10667
+ },
10668
+ "type": "color"
10669
+ },
10670
+ "font-family": {
10671
+ "$extensions": {
10672
+ "nl.nldesignsystem.css.property": {
10673
+ "syntax": "*",
10674
+ "inherits": true
10675
+ },
10676
+ "nl.nldesignsystem.figma.supports-token": true
10677
+ },
10678
+ "type": "fontFamilies"
10679
+ },
10680
+ "font-size": {
10681
+ "$extensions": {
10682
+ "nl.nldesignsystem.css.property": {
10683
+ "syntax": "<length>",
10684
+ "inherits": true
10685
+ },
10686
+ "nl.nldesignsystem.figma.supports-token": true
10687
+ },
10688
+ "type": "fontSizes"
10689
+ },
10690
+ "line-height": {
10691
+ "$extensions": {
10692
+ "nl.nldesignsystem.css.property": {
10693
+ "syntax": [
10694
+ "<length>",
10695
+ "<number>"
10696
+ ],
10697
+ "inherits": true
10698
+ },
10699
+ "nl.nldesignsystem.figma.supports-token": true
10700
+ },
10701
+ "type": "lineHeights"
10702
+ }
10703
+ },
10704
+ "card": {
10705
+ "background-color": {
10706
+ "$extensions": {
10707
+ "nl.nldesignsystem.css.property": {
10708
+ "syntax": "<color>",
10709
+ "inherits": true
10710
+ },
10711
+ "nl.nldesignsystem.figma.supports-token": false
10712
+ },
10713
+ "type": "color"
10714
+ },
10715
+ "color": {
10716
+ "$extensions": {
10717
+ "nl.nldesignsystem.css.property": {
10718
+ "syntax": "<color>",
10719
+ "inherits": true
10720
+ },
10721
+ "nl.nldesignsystem.figma.supports-token": false
10722
+ },
10723
+ "type": "color"
10724
+ },
10725
+ "max-inline-size": {
10726
+ "$extensions": {
10727
+ "nl.nldesignsystem.css.property": {
10728
+ "syntax": "<length>",
10729
+ "inherits": true
10730
+ },
10731
+ "nl.nldesignsystem.figma.supports-token": false
10732
+ },
10733
+ "type": "dimension"
10734
+ },
10735
+ "border-radius": {
10736
+ "$extensions": {
10737
+ "nl.nldesignsystem.css.property": {
10738
+ "syntax": "<length>",
10739
+ "inherits": true
10740
+ },
10741
+ "nl.nldesignsystem.figma.supports-token": false
10742
+ },
10743
+ "type": "dimension"
10744
+ },
10745
+ "box-shadow": {
10746
+ "$extensions": {
10747
+ "nl.nldesignsystem.css.property": {
10748
+ "syntax": "<shadow>",
10749
+ "inherits": true
10750
+ },
10751
+ "nl.nldesignsystem.figma.supports-token": false
10752
+ },
10753
+ "type": "shadow"
10754
+ },
10755
+ "inline-size": {
10756
+ "$extensions": {
10757
+ "nl.nldesignsystem.css.property": {
10758
+ "syntax": "<length>",
10759
+ "inherits": true
10760
+ },
10761
+ "nl.nldesignsystem.figma.supports-token": false
10762
+ },
10763
+ "type": "dimension"
10764
+ },
10765
+ "row-gap": {
10766
+ "$extensions": {
10767
+ "nl.nldesignsystem.css.property": {
10768
+ "syntax": "<length>",
10769
+ "inherits": true
10770
+ },
10771
+ "nl.nldesignsystem.figma.supports-token": false
10772
+ },
10773
+ "type": "dimension"
10774
+ },
10775
+ "heading": {
10776
+ "color": {
10777
+ "$extensions": {
10778
+ "nl.nldesignsystem.css.property": {
10779
+ "syntax": "<color>",
10780
+ "inherits": true
10781
+ },
10782
+ "nl.nldesignsystem.figma.supports-token": false
10783
+ },
10784
+ "type": "color"
10785
+ },
10786
+ "padding-inline-start": {
10787
+ "$extensions": {
10788
+ "nl.nldesignsystem.css.property": {
10789
+ "syntax": "<length>",
10790
+ "inherits": true
10791
+ },
10792
+ "nl.nldesignsystem.figma.supports-token": false
10793
+ },
10794
+ "type": "dimension"
10795
+ },
10796
+ "padding-inline-end": {
10797
+ "$extensions": {
10798
+ "nl.nldesignsystem.css.property": {
10799
+ "syntax": "<length>",
10800
+ "inherits": true
10801
+ },
10802
+ "nl.nldesignsystem.figma.supports-token": false
10803
+ },
10804
+ "type": "dimension"
10805
+ }
10806
+ },
10807
+ "link": {
10808
+ "hover": {
10809
+ "text-decoration-thickness": {
10810
+ "$extensions": {
10811
+ "nl.nldesignsystem.css.property": {
10812
+ "syntax": "<length>",
10813
+ "inherits": true
10814
+ },
10815
+ "nl.nldesignsystem.figma.supports-token": false
10816
+ },
10817
+ "type": "borderWidth"
10818
+ }
10819
+ }
10820
+ },
10821
+ "content": {
10822
+ "row-gap": {
10823
+ "$extensions": {
10824
+ "nl.nldesignsystem.css.property": {
10825
+ "syntax": "<length>",
10826
+ "inherits": true
10827
+ },
10828
+ "nl.nldesignsystem.figma.supports-token": false
9846
10829
  },
9847
- "nl.nldesignsystem.figma.supports-token": true
10830
+ "type": "dimension"
9848
10831
  },
9849
- "type": "color"
9850
- },
9851
- "font-family": {
9852
- "$extensions": {
9853
- "nl.nldesignsystem.css.property": {
9854
- "syntax": "*",
9855
- "inherits": true
10832
+ "padding-block-start": {
10833
+ "$extensions": {
10834
+ "nl.nldesignsystem.css.property": {
10835
+ "syntax": "<length>",
10836
+ "inherits": true
10837
+ },
10838
+ "nl.nldesignsystem.figma.supports-token": false
9856
10839
  },
9857
- "nl.nldesignsystem.figma.supports-token": true
10840
+ "type": "dimension"
9858
10841
  },
9859
- "type": "fontFamilies"
9860
- },
9861
- "font-size": {
9862
- "$extensions": {
9863
- "nl.nldesignsystem.css.property": {
9864
- "syntax": "<length>",
9865
- "inherits": true
10842
+ "padding-block-end": {
10843
+ "$extensions": {
10844
+ "nl.nldesignsystem.css.property": {
10845
+ "syntax": "<length>",
10846
+ "inherits": true
10847
+ },
10848
+ "nl.nldesignsystem.figma.supports-token": false
9866
10849
  },
9867
- "nl.nldesignsystem.figma.supports-token": true
9868
- },
9869
- "type": "fontSizes"
10850
+ "type": "dimension"
10851
+ }
9870
10852
  },
9871
- "line-height": {
9872
- "$extensions": {
9873
- "nl.nldesignsystem.css.property": {
9874
- "syntax": [
9875
- "<length>",
9876
- "<number>"
9877
- ],
9878
- "inherits": true
10853
+ "body": {
10854
+ "padding-inline-start": {
10855
+ "$extensions": {
10856
+ "nl.nldesignsystem.css.property": {
10857
+ "syntax": "<length>",
10858
+ "inherits": true
10859
+ },
10860
+ "nl.nldesignsystem.figma.supports-token": false
9879
10861
  },
9880
- "nl.nldesignsystem.figma.supports-token": true
10862
+ "type": "dimension"
9881
10863
  },
9882
- "type": "lineHeights"
10864
+ "padding-inline-end": {
10865
+ "$extensions": {
10866
+ "nl.nldesignsystem.css.property": {
10867
+ "syntax": "<length>",
10868
+ "inherits": true
10869
+ },
10870
+ "nl.nldesignsystem.figma.supports-token": false
10871
+ },
10872
+ "type": "dimension"
10873
+ }
9883
10874
  }
9884
10875
  },
9885
10876
  "checkbox": {
@@ -10292,202 +11283,30 @@
10292
11283
  },
10293
11284
  "nl.nldesignsystem.fallback": [
10294
11285
  "utrecht.checkbox.border-width"
10295
- ],
10296
- "nl.nldesignsystem.figma.supports-token": true
10297
- },
10298
- "type": "borderWidth"
10299
- },
10300
- "background-color": {
10301
- "$extensions": {
10302
- "nl.nldesignsystem.css.property": {
10303
- "syntax": "<color>",
10304
- "inherits": true
10305
- },
10306
- "nl.nldesignsystem.figma.supports-token": true
10307
- },
10308
- "type": "color"
10309
- },
10310
- "color": {
10311
- "$extensions": {
10312
- "nl.nldesignsystem.css.property": {
10313
- "syntax": "<color>",
10314
- "inherits": true
10315
- },
10316
- "nl.nldesignsystem.figma.supports-token": false
10317
- },
10318
- "type": "color"
10319
- }
10320
- }
10321
- },
10322
- "card": {
10323
- "background-color": {
10324
- "$extensions": {
10325
- "nl.nldesignsystem.css.property": {
10326
- "syntax": "<color>",
10327
- "inherits": true
10328
- },
10329
- "nl.nldesignsystem.figma.supports-token": false
10330
- },
10331
- "type": "color"
10332
- },
10333
- "color": {
10334
- "$extensions": {
10335
- "nl.nldesignsystem.css.property": {
10336
- "syntax": "<color>",
10337
- "inherits": true
10338
- },
10339
- "nl.nldesignsystem.figma.supports-token": false
10340
- },
10341
- "type": "color"
10342
- },
10343
- "max-inline-size": {
10344
- "$extensions": {
10345
- "nl.nldesignsystem.css.property": {
10346
- "syntax": "<length>",
10347
- "inherits": true
10348
- },
10349
- "nl.nldesignsystem.figma.supports-token": false
10350
- },
10351
- "type": "dimension"
10352
- },
10353
- "border-radius": {
10354
- "$extensions": {
10355
- "nl.nldesignsystem.css.property": {
10356
- "syntax": "<length>",
10357
- "inherits": true
10358
- },
10359
- "nl.nldesignsystem.figma.supports-token": false
10360
- },
10361
- "type": "dimension"
10362
- },
10363
- "box-shadow": {
10364
- "$extensions": {
10365
- "nl.nldesignsystem.css.property": {
10366
- "syntax": "<shadow>",
10367
- "inherits": true
10368
- },
10369
- "nl.nldesignsystem.figma.supports-token": false
10370
- },
10371
- "type": "shadow"
10372
- },
10373
- "inline-size": {
10374
- "$extensions": {
10375
- "nl.nldesignsystem.css.property": {
10376
- "syntax": "<length>",
10377
- "inherits": true
10378
- },
10379
- "nl.nldesignsystem.figma.supports-token": false
10380
- },
10381
- "type": "dimension"
10382
- },
10383
- "row-gap": {
10384
- "$extensions": {
10385
- "nl.nldesignsystem.css.property": {
10386
- "syntax": "<length>",
10387
- "inherits": true
10388
- },
10389
- "nl.nldesignsystem.figma.supports-token": false
10390
- },
10391
- "type": "dimension"
10392
- },
10393
- "heading": {
10394
- "color": {
10395
- "$extensions": {
10396
- "nl.nldesignsystem.css.property": {
10397
- "syntax": "<color>",
10398
- "inherits": true
10399
- },
10400
- "nl.nldesignsystem.figma.supports-token": false
10401
- },
10402
- "type": "color"
10403
- },
10404
- "padding-inline-start": {
10405
- "$extensions": {
10406
- "nl.nldesignsystem.css.property": {
10407
- "syntax": "<length>",
10408
- "inherits": true
10409
- },
10410
- "nl.nldesignsystem.figma.supports-token": false
10411
- },
10412
- "type": "dimension"
10413
- },
10414
- "padding-inline-end": {
10415
- "$extensions": {
10416
- "nl.nldesignsystem.css.property": {
10417
- "syntax": "<length>",
10418
- "inherits": true
10419
- },
10420
- "nl.nldesignsystem.figma.supports-token": false
10421
- },
10422
- "type": "dimension"
10423
- }
10424
- },
10425
- "link": {
10426
- "hover": {
10427
- "text-decoration-thickness": {
10428
- "$extensions": {
10429
- "nl.nldesignsystem.css.property": {
10430
- "syntax": "<length>",
10431
- "inherits": true
10432
- },
10433
- "nl.nldesignsystem.figma.supports-token": false
10434
- },
10435
- "type": "borderWidth"
10436
- }
10437
- }
10438
- },
10439
- "content": {
10440
- "row-gap": {
10441
- "$extensions": {
10442
- "nl.nldesignsystem.css.property": {
10443
- "syntax": "<length>",
10444
- "inherits": true
10445
- },
10446
- "nl.nldesignsystem.figma.supports-token": false
10447
- },
10448
- "type": "dimension"
10449
- },
10450
- "padding-block-start": {
10451
- "$extensions": {
10452
- "nl.nldesignsystem.css.property": {
10453
- "syntax": "<length>",
10454
- "inherits": true
10455
- },
10456
- "nl.nldesignsystem.figma.supports-token": false
10457
- },
10458
- "type": "dimension"
10459
- },
10460
- "padding-block-end": {
10461
- "$extensions": {
10462
- "nl.nldesignsystem.css.property": {
10463
- "syntax": "<length>",
10464
- "inherits": true
10465
- },
10466
- "nl.nldesignsystem.figma.supports-token": false
11286
+ ],
11287
+ "nl.nldesignsystem.figma.supports-token": true
10467
11288
  },
10468
- "type": "dimension"
10469
- }
10470
- },
10471
- "body": {
10472
- "padding-inline-start": {
11289
+ "type": "borderWidth"
11290
+ },
11291
+ "background-color": {
10473
11292
  "$extensions": {
10474
11293
  "nl.nldesignsystem.css.property": {
10475
- "syntax": "<length>",
11294
+ "syntax": "<color>",
10476
11295
  "inherits": true
10477
11296
  },
10478
- "nl.nldesignsystem.figma.supports-token": false
11297
+ "nl.nldesignsystem.figma.supports-token": true
10479
11298
  },
10480
- "type": "dimension"
11299
+ "type": "color"
10481
11300
  },
10482
- "padding-inline-end": {
11301
+ "color": {
10483
11302
  "$extensions": {
10484
11303
  "nl.nldesignsystem.css.property": {
10485
- "syntax": "<length>",
11304
+ "syntax": "<color>",
10486
11305
  "inherits": true
10487
11306
  },
10488
11307
  "nl.nldesignsystem.figma.supports-token": false
10489
11308
  },
10490
- "type": "dimension"
11309
+ "type": "color"
10491
11310
  }
10492
11311
  }
10493
11312
  },
@@ -13167,28 +13986,6 @@
13167
13986
  "type": "textCase"
13168
13987
  }
13169
13988
  },
13170
- "badge-list": {
13171
- "row-gap": {
13172
- "$extensions": {
13173
- "nl.nldesignsystem.css.property": {
13174
- "syntax": "<length>",
13175
- "inherits": true
13176
- },
13177
- "nl.nldesignsystem.figma.supports-token": false
13178
- },
13179
- "type": "spacing"
13180
- },
13181
- "column-gap": {
13182
- "$extensions": {
13183
- "nl.nldesignsystem.css.property": {
13184
- "syntax": "<length>",
13185
- "inherits": true
13186
- },
13187
- "nl.nldesignsystem.figma.supports-token": false
13188
- },
13189
- "type": "spacing"
13190
- }
13191
- },
13192
13989
  "badge-counter": {
13193
13990
  "background-color": {
13194
13991
  "comment": "Default background color for badge components",
@@ -13439,8 +14236,8 @@
13439
14236
  "type": "textCase"
13440
14237
  }
13441
14238
  },
13442
- "article": {
13443
- "max-inline-size": {
14239
+ "badge-list": {
14240
+ "row-gap": {
13444
14241
  "$extensions": {
13445
14242
  "nl.nldesignsystem.css.property": {
13446
14243
  "syntax": "<length>",
@@ -13448,7 +14245,17 @@
13448
14245
  },
13449
14246
  "nl.nldesignsystem.figma.supports-token": false
13450
14247
  },
13451
- "type": "sizing"
14248
+ "type": "spacing"
14249
+ },
14250
+ "column-gap": {
14251
+ "$extensions": {
14252
+ "nl.nldesignsystem.css.property": {
14253
+ "syntax": "<length>",
14254
+ "inherits": true
14255
+ },
14256
+ "nl.nldesignsystem.figma.supports-token": false
14257
+ },
14258
+ "type": "spacing"
13452
14259
  }
13453
14260
  },
13454
14261
  "backdrop": {
@@ -13517,78 +14324,7 @@
13517
14324
  }
13518
14325
  }
13519
14326
  },
13520
- "alternate-lang-nav": {},
13521
- "alert-dialog": {
13522
- "margin-block-start": {
13523
- "$extensions": {
13524
- "nl.nldesignsystem.css.property": {
13525
- "syntax": "<length>",
13526
- "inherits": true
13527
- },
13528
- "nl.nldesignsystem.figma.supports-token": false
13529
- },
13530
- "type": "spacing"
13531
- },
13532
- "margin-block-end": {
13533
- "$extensions": {
13534
- "nl.nldesignsystem.css.property": {
13535
- "syntax": "<length>",
13536
- "inherits": true
13537
- },
13538
- "nl.nldesignsystem.figma.supports-token": false
13539
- },
13540
- "type": "spacing"
13541
- },
13542
- "border-color": {
13543
- "$extensions": {
13544
- "nl.nldesignsystem.css.property": {
13545
- "syntax": "<color>",
13546
- "inherits": true
13547
- },
13548
- "nl.nldesignsystem.figma.supports-token": false
13549
- },
13550
- "type": "color"
13551
- },
13552
- "border-radius": {
13553
- "$extensions": {
13554
- "nl.nldesignsystem.css.property": {
13555
- "syntax": "<length-percentage>",
13556
- "inherits": true
13557
- },
13558
- "nl.nldesignsystem.figma.supports-token": false
13559
- },
13560
- "type": "borderRadius"
13561
- },
13562
- "border-width": {
13563
- "$extensions": {
13564
- "nl.nldesignsystem.css.property": {
13565
- "syntax": "<length>",
13566
- "inherits": true
13567
- },
13568
- "nl.nldesignsystem.figma.supports-token": false
13569
- },
13570
- "type": "borderWidth"
13571
- },
13572
- "box-shadow": {
13573
- "$extensions": {
13574
- "nl.nldesignsystem.css.property": {
13575
- "syntax": "*",
13576
- "inherits": true
13577
- },
13578
- "nl.nldesignsystem.figma.supports-token": false
13579
- },
13580
- "type": "boxShadow"
13581
- },
13582
- "max-block-size": {
13583
- "$extensions": {
13584
- "nl.nldesignsystem.css.property": {
13585
- "syntax": "<length>",
13586
- "inherits": true
13587
- },
13588
- "nl.nldesignsystem.figma.supports-token": false
13589
- },
13590
- "type": "sizing"
13591
- },
14327
+ "article": {
13592
14328
  "max-inline-size": {
13593
14329
  "$extensions": {
13594
14330
  "nl.nldesignsystem.css.property": {
@@ -13598,28 +14334,9 @@
13598
14334
  "nl.nldesignsystem.figma.supports-token": false
13599
14335
  },
13600
14336
  "type": "sizing"
13601
- },
13602
- "min-block-size": {
13603
- "$extensions": {
13604
- "nl.nldesignsystem.css.property": {
13605
- "syntax": "<length>",
13606
- "inherits": true
13607
- },
13608
- "nl.nldesignsystem.figma.supports-token": false
13609
- },
13610
- "type": "sizing"
13611
- },
13612
- "min-inline-size": {
13613
- "$extensions": {
13614
- "nl.nldesignsystem.css.property": {
13615
- "syntax": "<length>",
13616
- "inherits": true
13617
- },
13618
- "nl.nldesignsystem.figma.supports-token": false
13619
- },
13620
- "type": "sizing"
13621
14337
  }
13622
14338
  },
14339
+ "alternate-lang-nav": {},
13623
14340
  "alert": {
13624
14341
  "background-color": {
13625
14342
  "$extensions": {
@@ -14074,6 +14791,108 @@
14074
14791
  }
14075
14792
  }
14076
14793
  },
14794
+ "alert-dialog": {
14795
+ "margin-block-start": {
14796
+ "$extensions": {
14797
+ "nl.nldesignsystem.css.property": {
14798
+ "syntax": "<length>",
14799
+ "inherits": true
14800
+ },
14801
+ "nl.nldesignsystem.figma.supports-token": false
14802
+ },
14803
+ "type": "spacing"
14804
+ },
14805
+ "margin-block-end": {
14806
+ "$extensions": {
14807
+ "nl.nldesignsystem.css.property": {
14808
+ "syntax": "<length>",
14809
+ "inherits": true
14810
+ },
14811
+ "nl.nldesignsystem.figma.supports-token": false
14812
+ },
14813
+ "type": "spacing"
14814
+ },
14815
+ "border-color": {
14816
+ "$extensions": {
14817
+ "nl.nldesignsystem.css.property": {
14818
+ "syntax": "<color>",
14819
+ "inherits": true
14820
+ },
14821
+ "nl.nldesignsystem.figma.supports-token": false
14822
+ },
14823
+ "type": "color"
14824
+ },
14825
+ "border-radius": {
14826
+ "$extensions": {
14827
+ "nl.nldesignsystem.css.property": {
14828
+ "syntax": "<length-percentage>",
14829
+ "inherits": true
14830
+ },
14831
+ "nl.nldesignsystem.figma.supports-token": false
14832
+ },
14833
+ "type": "borderRadius"
14834
+ },
14835
+ "border-width": {
14836
+ "$extensions": {
14837
+ "nl.nldesignsystem.css.property": {
14838
+ "syntax": "<length>",
14839
+ "inherits": true
14840
+ },
14841
+ "nl.nldesignsystem.figma.supports-token": false
14842
+ },
14843
+ "type": "borderWidth"
14844
+ },
14845
+ "box-shadow": {
14846
+ "$extensions": {
14847
+ "nl.nldesignsystem.css.property": {
14848
+ "syntax": "*",
14849
+ "inherits": true
14850
+ },
14851
+ "nl.nldesignsystem.figma.supports-token": false
14852
+ },
14853
+ "type": "boxShadow"
14854
+ },
14855
+ "max-block-size": {
14856
+ "$extensions": {
14857
+ "nl.nldesignsystem.css.property": {
14858
+ "syntax": "<length>",
14859
+ "inherits": true
14860
+ },
14861
+ "nl.nldesignsystem.figma.supports-token": false
14862
+ },
14863
+ "type": "sizing"
14864
+ },
14865
+ "max-inline-size": {
14866
+ "$extensions": {
14867
+ "nl.nldesignsystem.css.property": {
14868
+ "syntax": "<length>",
14869
+ "inherits": true
14870
+ },
14871
+ "nl.nldesignsystem.figma.supports-token": false
14872
+ },
14873
+ "type": "sizing"
14874
+ },
14875
+ "min-block-size": {
14876
+ "$extensions": {
14877
+ "nl.nldesignsystem.css.property": {
14878
+ "syntax": "<length>",
14879
+ "inherits": true
14880
+ },
14881
+ "nl.nldesignsystem.figma.supports-token": false
14882
+ },
14883
+ "type": "sizing"
14884
+ },
14885
+ "min-inline-size": {
14886
+ "$extensions": {
14887
+ "nl.nldesignsystem.css.property": {
14888
+ "syntax": "<length>",
14889
+ "inherits": true
14890
+ },
14891
+ "nl.nldesignsystem.figma.supports-token": false
14892
+ },
14893
+ "type": "sizing"
14894
+ }
14895
+ },
14077
14896
  "action-group": {
14078
14897
  "background-color": {
14079
14898
  "$extensions": {