@utrecht/component-library-design-tokens 1.1.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tokens.json +598 -513
- package/package.json +17 -17
package/dist/tokens.json
CHANGED
|
@@ -4295,6 +4295,19 @@
|
|
|
4295
4295
|
},
|
|
4296
4296
|
"type": "fontFamilies"
|
|
4297
4297
|
},
|
|
4298
|
+
"line-height": {
|
|
4299
|
+
"$extensions": {
|
|
4300
|
+
"nl.nldesignsystem.css.property": {
|
|
4301
|
+
"syntax": [
|
|
4302
|
+
"<length>",
|
|
4303
|
+
"<number>"
|
|
4304
|
+
],
|
|
4305
|
+
"inherits": true
|
|
4306
|
+
},
|
|
4307
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4308
|
+
},
|
|
4309
|
+
"type": "lineHeights"
|
|
4310
|
+
},
|
|
4298
4311
|
"margin-block-start": {
|
|
4299
4312
|
"$extensions": {
|
|
4300
4313
|
"nl.nldesignsystem.css.property": {
|
|
@@ -4460,6 +4473,20 @@
|
|
|
4460
4473
|
"nl.nldesignsystem.figma.supports-token": false
|
|
4461
4474
|
},
|
|
4462
4475
|
"type": "color"
|
|
4476
|
+
},
|
|
4477
|
+
"text-decoration": {
|
|
4478
|
+
"$extensions": {
|
|
4479
|
+
"nl.nldesignsystem.css.property": {
|
|
4480
|
+
"syntax": [
|
|
4481
|
+
"inherit",
|
|
4482
|
+
"none",
|
|
4483
|
+
"underline"
|
|
4484
|
+
],
|
|
4485
|
+
"inherits": true
|
|
4486
|
+
},
|
|
4487
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4488
|
+
},
|
|
4489
|
+
"type": "textDecoration"
|
|
4463
4490
|
}
|
|
4464
4491
|
},
|
|
4465
4492
|
"distanced": {
|
|
@@ -4474,6 +4501,50 @@
|
|
|
4474
4501
|
"type": "spacing"
|
|
4475
4502
|
}
|
|
4476
4503
|
},
|
|
4504
|
+
"focus": {
|
|
4505
|
+
"background-color": {
|
|
4506
|
+
"$extensions": {
|
|
4507
|
+
"nl.nldesignsystem.css.property": {
|
|
4508
|
+
"syntax": "<color>",
|
|
4509
|
+
"inherits": true
|
|
4510
|
+
},
|
|
4511
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4512
|
+
},
|
|
4513
|
+
"type": "color"
|
|
4514
|
+
},
|
|
4515
|
+
"color": {
|
|
4516
|
+
"$extensions": {
|
|
4517
|
+
"nl.nldesignsystem.css.property": {
|
|
4518
|
+
"syntax": "<color>",
|
|
4519
|
+
"inherits": true
|
|
4520
|
+
},
|
|
4521
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4522
|
+
},
|
|
4523
|
+
"type": "color"
|
|
4524
|
+
}
|
|
4525
|
+
},
|
|
4526
|
+
"focus-visible": {
|
|
4527
|
+
"background-color": {
|
|
4528
|
+
"$extensions": {
|
|
4529
|
+
"nl.nldesignsystem.css.property": {
|
|
4530
|
+
"syntax": "<color>",
|
|
4531
|
+
"inherits": true
|
|
4532
|
+
},
|
|
4533
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4534
|
+
},
|
|
4535
|
+
"type": "color"
|
|
4536
|
+
},
|
|
4537
|
+
"color": {
|
|
4538
|
+
"$extensions": {
|
|
4539
|
+
"nl.nldesignsystem.css.property": {
|
|
4540
|
+
"syntax": "<color>",
|
|
4541
|
+
"inherits": true
|
|
4542
|
+
},
|
|
4543
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4544
|
+
},
|
|
4545
|
+
"type": "color"
|
|
4546
|
+
}
|
|
4547
|
+
},
|
|
4477
4548
|
"hover": {
|
|
4478
4549
|
"background-color": {
|
|
4479
4550
|
"$extensions": {
|
|
@@ -4724,11 +4795,24 @@
|
|
|
4724
4795
|
"nl.nldesignsystem.figma.supports-token": false
|
|
4725
4796
|
},
|
|
4726
4797
|
"type": "color"
|
|
4798
|
+
},
|
|
4799
|
+
"text-decoration": {
|
|
4800
|
+
"$extensions": {
|
|
4801
|
+
"nl.nldesignsystem.css.property": {
|
|
4802
|
+
"syntax": [
|
|
4803
|
+
"inherit",
|
|
4804
|
+
"none",
|
|
4805
|
+
"underline"
|
|
4806
|
+
],
|
|
4807
|
+
"inherits": true
|
|
4808
|
+
},
|
|
4809
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4810
|
+
},
|
|
4811
|
+
"type": "textDecoration"
|
|
4727
4812
|
}
|
|
4728
4813
|
}
|
|
4729
4814
|
}
|
|
4730
4815
|
},
|
|
4731
|
-
"page-layout": {},
|
|
4732
4816
|
"page-header": {
|
|
4733
4817
|
"background-color": {
|
|
4734
4818
|
"$extensions": {
|
|
@@ -4863,6 +4947,7 @@
|
|
|
4863
4947
|
}
|
|
4864
4948
|
}
|
|
4865
4949
|
},
|
|
4950
|
+
"page-layout": {},
|
|
4866
4951
|
"page-footer": {
|
|
4867
4952
|
"color": {
|
|
4868
4953
|
"$extensions": {
|
|
@@ -8625,142 +8710,6 @@
|
|
|
8625
8710
|
}
|
|
8626
8711
|
}
|
|
8627
8712
|
},
|
|
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
|
|
8748
|
-
},
|
|
8749
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
8750
|
-
},
|
|
8751
|
-
"type": "spacing"
|
|
8752
|
-
},
|
|
8753
|
-
"padding-inline-end": {
|
|
8754
|
-
"$extensions": {
|
|
8755
|
-
"nl.nldesignsystem.css.property": {
|
|
8756
|
-
"syntax": "<length>",
|
|
8757
|
-
"inherits": true
|
|
8758
|
-
},
|
|
8759
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
8760
|
-
},
|
|
8761
|
-
"type": "spacing"
|
|
8762
|
-
}
|
|
8763
|
-
},
|
|
8764
8713
|
"form-label": {
|
|
8765
8714
|
"color": {
|
|
8766
8715
|
"$extensions": {
|
|
@@ -9037,7 +8986,17 @@
|
|
|
9037
8986
|
}
|
|
9038
8987
|
}
|
|
9039
8988
|
},
|
|
9040
|
-
"form-field-
|
|
8989
|
+
"form-field-error-message": {
|
|
8990
|
+
"background-color": {
|
|
8991
|
+
"$extensions": {
|
|
8992
|
+
"nl.nldesignsystem.css.property": {
|
|
8993
|
+
"syntax": "<color>",
|
|
8994
|
+
"inherits": true
|
|
8995
|
+
},
|
|
8996
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
8997
|
+
},
|
|
8998
|
+
"type": "color"
|
|
8999
|
+
},
|
|
9041
9000
|
"color": {
|
|
9042
9001
|
"$extensions": {
|
|
9043
9002
|
"nl.nldesignsystem.css.property": {
|
|
@@ -9082,10 +9041,20 @@
|
|
|
9082
9041
|
},
|
|
9083
9042
|
"type": "other"
|
|
9084
9043
|
},
|
|
9044
|
+
"font-weight": {
|
|
9045
|
+
"$extensions": {
|
|
9046
|
+
"nl.nldesignsystem.css.property": {
|
|
9047
|
+
"syntax": "<number>",
|
|
9048
|
+
"inherits": true
|
|
9049
|
+
},
|
|
9050
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9051
|
+
},
|
|
9052
|
+
"type": "fontWeights"
|
|
9053
|
+
},
|
|
9085
9054
|
"line-height": {
|
|
9086
9055
|
"$extensions": {
|
|
9087
9056
|
"nl.nldesignsystem.css.property": {
|
|
9088
|
-
"syntax": "<length>",
|
|
9057
|
+
"syntax": "<length> | <number>",
|
|
9089
9058
|
"inherits": true
|
|
9090
9059
|
},
|
|
9091
9060
|
"nl.nldesignsystem.figma.supports-token": true
|
|
@@ -9100,7 +9069,7 @@
|
|
|
9100
9069
|
},
|
|
9101
9070
|
"nl.nldesignsystem.figma.supports-token": false
|
|
9102
9071
|
},
|
|
9103
|
-
"type": "
|
|
9072
|
+
"type": "spacing"
|
|
9104
9073
|
},
|
|
9105
9074
|
"margin-block-end": {
|
|
9106
9075
|
"$extensions": {
|
|
@@ -9110,13 +9079,129 @@
|
|
|
9110
9079
|
},
|
|
9111
9080
|
"nl.nldesignsystem.figma.supports-token": false
|
|
9112
9081
|
},
|
|
9113
|
-
"type": "
|
|
9082
|
+
"type": "spacing"
|
|
9114
9083
|
},
|
|
9115
|
-
"
|
|
9116
|
-
"
|
|
9117
|
-
"
|
|
9118
|
-
"
|
|
9119
|
-
|
|
9084
|
+
"padding-block-start": {
|
|
9085
|
+
"$extensions": {
|
|
9086
|
+
"nl.nldesignsystem.css.property": {
|
|
9087
|
+
"syntax": "<length>",
|
|
9088
|
+
"inherits": true
|
|
9089
|
+
},
|
|
9090
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9091
|
+
},
|
|
9092
|
+
"type": "spacing"
|
|
9093
|
+
},
|
|
9094
|
+
"padding-block-end": {
|
|
9095
|
+
"$extensions": {
|
|
9096
|
+
"nl.nldesignsystem.css.property": {
|
|
9097
|
+
"syntax": "<length>",
|
|
9098
|
+
"inherits": true
|
|
9099
|
+
},
|
|
9100
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9101
|
+
},
|
|
9102
|
+
"type": "spacing"
|
|
9103
|
+
},
|
|
9104
|
+
"padding-inline-start": {
|
|
9105
|
+
"$extensions": {
|
|
9106
|
+
"nl.nldesignsystem.css.property": {
|
|
9107
|
+
"syntax": "<length>",
|
|
9108
|
+
"inherits": true
|
|
9109
|
+
},
|
|
9110
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9111
|
+
},
|
|
9112
|
+
"type": "spacing"
|
|
9113
|
+
},
|
|
9114
|
+
"padding-inline-end": {
|
|
9115
|
+
"$extensions": {
|
|
9116
|
+
"nl.nldesignsystem.css.property": {
|
|
9117
|
+
"syntax": "<length>",
|
|
9118
|
+
"inherits": true
|
|
9119
|
+
},
|
|
9120
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9121
|
+
},
|
|
9122
|
+
"type": "spacing"
|
|
9123
|
+
}
|
|
9124
|
+
},
|
|
9125
|
+
"form-field-description": {
|
|
9126
|
+
"color": {
|
|
9127
|
+
"$extensions": {
|
|
9128
|
+
"nl.nldesignsystem.css.property": {
|
|
9129
|
+
"syntax": "<color>",
|
|
9130
|
+
"inherits": true
|
|
9131
|
+
},
|
|
9132
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9133
|
+
},
|
|
9134
|
+
"type": "color"
|
|
9135
|
+
},
|
|
9136
|
+
"font-family": {
|
|
9137
|
+
"$extensions": {
|
|
9138
|
+
"nl.nldesignsystem.css.property": {
|
|
9139
|
+
"syntax": "*",
|
|
9140
|
+
"inherits": true
|
|
9141
|
+
},
|
|
9142
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9143
|
+
},
|
|
9144
|
+
"type": "fontFamilies"
|
|
9145
|
+
},
|
|
9146
|
+
"font-size": {
|
|
9147
|
+
"$extensions": {
|
|
9148
|
+
"nl.nldesignsystem.css.property": {
|
|
9149
|
+
"syntax": "<length>",
|
|
9150
|
+
"inherits": true
|
|
9151
|
+
},
|
|
9152
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9153
|
+
},
|
|
9154
|
+
"type": "fontSizes"
|
|
9155
|
+
},
|
|
9156
|
+
"font-style": {
|
|
9157
|
+
"$extensions": {
|
|
9158
|
+
"nl.nldesignsystem.css.property": {
|
|
9159
|
+
"syntax": [
|
|
9160
|
+
"inherit",
|
|
9161
|
+
"italic",
|
|
9162
|
+
"normal"
|
|
9163
|
+
],
|
|
9164
|
+
"inherits": true
|
|
9165
|
+
},
|
|
9166
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9167
|
+
},
|
|
9168
|
+
"type": "other"
|
|
9169
|
+
},
|
|
9170
|
+
"line-height": {
|
|
9171
|
+
"$extensions": {
|
|
9172
|
+
"nl.nldesignsystem.css.property": {
|
|
9173
|
+
"syntax": "<length>",
|
|
9174
|
+
"inherits": true
|
|
9175
|
+
},
|
|
9176
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
9177
|
+
},
|
|
9178
|
+
"type": "lineHeights"
|
|
9179
|
+
},
|
|
9180
|
+
"margin-block-start": {
|
|
9181
|
+
"$extensions": {
|
|
9182
|
+
"nl.nldesignsystem.css.property": {
|
|
9183
|
+
"syntax": "<length>",
|
|
9184
|
+
"inherits": true
|
|
9185
|
+
},
|
|
9186
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9187
|
+
},
|
|
9188
|
+
"type": "sizing"
|
|
9189
|
+
},
|
|
9190
|
+
"margin-block-end": {
|
|
9191
|
+
"$extensions": {
|
|
9192
|
+
"nl.nldesignsystem.css.property": {
|
|
9193
|
+
"syntax": "<length>",
|
|
9194
|
+
"inherits": true
|
|
9195
|
+
},
|
|
9196
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9197
|
+
},
|
|
9198
|
+
"type": "sizing"
|
|
9199
|
+
},
|
|
9200
|
+
"invalid": {
|
|
9201
|
+
"font-weight": {
|
|
9202
|
+
"$extensions": {
|
|
9203
|
+
"nl.nldesignsystem.css.property": {
|
|
9204
|
+
"syntax": "<number>",
|
|
9120
9205
|
"inherits": true
|
|
9121
9206
|
},
|
|
9122
9207
|
"nl.nldesignsystem.deprecated": true,
|
|
@@ -9635,6 +9720,7 @@
|
|
|
9635
9720
|
}
|
|
9636
9721
|
}
|
|
9637
9722
|
},
|
|
9723
|
+
"utrecht-flolegal-decision-tree-container": {},
|
|
9638
9724
|
"flex-wrap-fallback": {},
|
|
9639
9725
|
"figure": {
|
|
9640
9726
|
"margin-block-end": {
|
|
@@ -9710,7 +9796,6 @@
|
|
|
9710
9796
|
}
|
|
9711
9797
|
}
|
|
9712
9798
|
},
|
|
9713
|
-
"utrecht-flolegal-decision-tree-container": {},
|
|
9714
9799
|
"emphasis": {
|
|
9715
9800
|
"stressed": {
|
|
9716
9801
|
"font-style": {
|
|
@@ -10361,153 +10446,153 @@
|
|
|
10361
10446
|
}
|
|
10362
10447
|
}
|
|
10363
10448
|
},
|
|
10364
|
-
"
|
|
10365
|
-
"
|
|
10449
|
+
"column-layout": {
|
|
10450
|
+
"column-rule-color": {
|
|
10366
10451
|
"$extensions": {
|
|
10367
10452
|
"nl.nldesignsystem.css.property": {
|
|
10368
10453
|
"syntax": "<color>",
|
|
10369
10454
|
"inherits": true
|
|
10370
10455
|
},
|
|
10371
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10456
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10372
10457
|
},
|
|
10373
10458
|
"type": "color"
|
|
10374
10459
|
},
|
|
10375
|
-
"
|
|
10460
|
+
"column-rule-width": {
|
|
10376
10461
|
"$extensions": {
|
|
10377
10462
|
"nl.nldesignsystem.css.property": {
|
|
10378
10463
|
"syntax": "<length>",
|
|
10379
10464
|
"inherits": true
|
|
10380
10465
|
},
|
|
10381
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10382
|
-
},
|
|
10383
|
-
"type": "borderWidth"
|
|
10384
|
-
},
|
|
10385
|
-
"border-color": {
|
|
10386
|
-
"$extensions": {
|
|
10387
|
-
"nl.nldesignsystem.css.property": {
|
|
10388
|
-
"syntax": "<color>",
|
|
10389
|
-
"inherits": true
|
|
10390
|
-
},
|
|
10391
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10392
|
-
},
|
|
10393
|
-
"type": "color"
|
|
10394
|
-
},
|
|
10395
|
-
"border-radius": {
|
|
10396
|
-
"$extensions": {
|
|
10397
|
-
"nl.nldesignsystem.css.property": {
|
|
10398
|
-
"syntax": "<length-percentage>",
|
|
10399
|
-
"inherits": true
|
|
10400
|
-
},
|
|
10401
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10466
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10402
10467
|
},
|
|
10403
|
-
"type": "
|
|
10468
|
+
"type": "sizing"
|
|
10404
10469
|
},
|
|
10405
|
-
"
|
|
10470
|
+
"column-width": {
|
|
10406
10471
|
"$extensions": {
|
|
10407
10472
|
"nl.nldesignsystem.css.property": {
|
|
10408
10473
|
"syntax": "<length>",
|
|
10409
10474
|
"inherits": true
|
|
10410
10475
|
},
|
|
10411
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10476
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10412
10477
|
},
|
|
10413
10478
|
"type": "sizing"
|
|
10414
10479
|
},
|
|
10415
|
-
"
|
|
10480
|
+
"gap": {
|
|
10416
10481
|
"$extensions": {
|
|
10417
10482
|
"nl.nldesignsystem.css.property": {
|
|
10418
10483
|
"syntax": "<length>",
|
|
10419
10484
|
"inherits": true
|
|
10420
10485
|
},
|
|
10421
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10486
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10422
10487
|
},
|
|
10423
|
-
"type": "
|
|
10488
|
+
"type": "spacing"
|
|
10424
10489
|
},
|
|
10425
|
-
"
|
|
10426
|
-
"
|
|
10490
|
+
"print": {
|
|
10491
|
+
"column-count": {
|
|
10427
10492
|
"$extensions": {
|
|
10428
10493
|
"nl.nldesignsystem.css.property": {
|
|
10429
|
-
"syntax": "<
|
|
10494
|
+
"syntax": "<number>",
|
|
10430
10495
|
"inherits": true
|
|
10431
10496
|
},
|
|
10432
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10497
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10433
10498
|
},
|
|
10434
|
-
"type": "
|
|
10435
|
-
}
|
|
10436
|
-
|
|
10437
|
-
"light": {
|
|
10438
|
-
"border-color": {
|
|
10499
|
+
"type": "other"
|
|
10500
|
+
},
|
|
10501
|
+
"column-width": {
|
|
10439
10502
|
"$extensions": {
|
|
10440
10503
|
"nl.nldesignsystem.css.property": {
|
|
10441
|
-
"syntax": "<
|
|
10504
|
+
"syntax": "<length>",
|
|
10442
10505
|
"inherits": true
|
|
10443
10506
|
},
|
|
10444
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10507
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10445
10508
|
},
|
|
10446
|
-
"type": "
|
|
10509
|
+
"type": "sizing"
|
|
10447
10510
|
}
|
|
10448
10511
|
}
|
|
10449
10512
|
},
|
|
10450
|
-
"
|
|
10451
|
-
"
|
|
10513
|
+
"color-sample": {
|
|
10514
|
+
"background-color": {
|
|
10452
10515
|
"$extensions": {
|
|
10453
10516
|
"nl.nldesignsystem.css.property": {
|
|
10454
10517
|
"syntax": "<color>",
|
|
10455
10518
|
"inherits": true
|
|
10456
10519
|
},
|
|
10457
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10520
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10458
10521
|
},
|
|
10459
10522
|
"type": "color"
|
|
10460
10523
|
},
|
|
10461
|
-
"
|
|
10524
|
+
"border-width": {
|
|
10462
10525
|
"$extensions": {
|
|
10463
10526
|
"nl.nldesignsystem.css.property": {
|
|
10464
10527
|
"syntax": "<length>",
|
|
10465
10528
|
"inherits": true
|
|
10466
10529
|
},
|
|
10467
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10530
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10468
10531
|
},
|
|
10469
|
-
"type": "
|
|
10532
|
+
"type": "borderWidth"
|
|
10470
10533
|
},
|
|
10471
|
-
"
|
|
10534
|
+
"border-color": {
|
|
10535
|
+
"$extensions": {
|
|
10536
|
+
"nl.nldesignsystem.css.property": {
|
|
10537
|
+
"syntax": "<color>",
|
|
10538
|
+
"inherits": true
|
|
10539
|
+
},
|
|
10540
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10541
|
+
},
|
|
10542
|
+
"type": "color"
|
|
10543
|
+
},
|
|
10544
|
+
"border-radius": {
|
|
10545
|
+
"$extensions": {
|
|
10546
|
+
"nl.nldesignsystem.css.property": {
|
|
10547
|
+
"syntax": "<length-percentage>",
|
|
10548
|
+
"inherits": true
|
|
10549
|
+
},
|
|
10550
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10551
|
+
},
|
|
10552
|
+
"type": "borderRadius"
|
|
10553
|
+
},
|
|
10554
|
+
"block-size": {
|
|
10472
10555
|
"$extensions": {
|
|
10473
10556
|
"nl.nldesignsystem.css.property": {
|
|
10474
10557
|
"syntax": "<length>",
|
|
10475
10558
|
"inherits": true
|
|
10476
10559
|
},
|
|
10477
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10560
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10478
10561
|
},
|
|
10479
10562
|
"type": "sizing"
|
|
10480
10563
|
},
|
|
10481
|
-
"
|
|
10564
|
+
"inline-size": {
|
|
10482
10565
|
"$extensions": {
|
|
10483
10566
|
"nl.nldesignsystem.css.property": {
|
|
10484
10567
|
"syntax": "<length>",
|
|
10485
10568
|
"inherits": true
|
|
10486
10569
|
},
|
|
10487
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10570
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10488
10571
|
},
|
|
10489
|
-
"type": "
|
|
10572
|
+
"type": "sizing"
|
|
10490
10573
|
},
|
|
10491
|
-
"
|
|
10492
|
-
"
|
|
10574
|
+
"dark": {
|
|
10575
|
+
"border-color": {
|
|
10493
10576
|
"$extensions": {
|
|
10494
10577
|
"nl.nldesignsystem.css.property": {
|
|
10495
|
-
"syntax": "<
|
|
10578
|
+
"syntax": "<color>",
|
|
10496
10579
|
"inherits": true
|
|
10497
10580
|
},
|
|
10498
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10581
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10499
10582
|
},
|
|
10500
|
-
"type": "
|
|
10501
|
-
}
|
|
10502
|
-
|
|
10583
|
+
"type": "color"
|
|
10584
|
+
}
|
|
10585
|
+
},
|
|
10586
|
+
"light": {
|
|
10587
|
+
"border-color": {
|
|
10503
10588
|
"$extensions": {
|
|
10504
10589
|
"nl.nldesignsystem.css.property": {
|
|
10505
|
-
"syntax": "<
|
|
10590
|
+
"syntax": "<color>",
|
|
10506
10591
|
"inherits": true
|
|
10507
10592
|
},
|
|
10508
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
10593
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10509
10594
|
},
|
|
10510
|
-
"type": "
|
|
10595
|
+
"type": "color"
|
|
10511
10596
|
}
|
|
10512
10597
|
}
|
|
10513
10598
|
},
|
|
@@ -10701,186 +10786,14 @@
|
|
|
10701
10786
|
"type": "lineHeights"
|
|
10702
10787
|
}
|
|
10703
10788
|
},
|
|
10704
|
-
"
|
|
10789
|
+
"checkbox": {
|
|
10705
10790
|
"background-color": {
|
|
10706
10791
|
"$extensions": {
|
|
10707
10792
|
"nl.nldesignsystem.css.property": {
|
|
10708
10793
|
"syntax": "<color>",
|
|
10709
10794
|
"inherits": true
|
|
10710
10795
|
},
|
|
10711
|
-
"nl.nldesignsystem.figma.supports-token":
|
|
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
|
|
10829
|
-
},
|
|
10830
|
-
"type": "dimension"
|
|
10831
|
-
},
|
|
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
|
|
10839
|
-
},
|
|
10840
|
-
"type": "dimension"
|
|
10841
|
-
},
|
|
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
|
|
10849
|
-
},
|
|
10850
|
-
"type": "dimension"
|
|
10851
|
-
}
|
|
10852
|
-
},
|
|
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
|
|
10861
|
-
},
|
|
10862
|
-
"type": "dimension"
|
|
10863
|
-
},
|
|
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
|
-
}
|
|
10874
|
-
}
|
|
10875
|
-
},
|
|
10876
|
-
"checkbox": {
|
|
10877
|
-
"background-color": {
|
|
10878
|
-
"$extensions": {
|
|
10879
|
-
"nl.nldesignsystem.css.property": {
|
|
10880
|
-
"syntax": "<color>",
|
|
10881
|
-
"inherits": true
|
|
10882
|
-
},
|
|
10883
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10796
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
10884
10797
|
},
|
|
10885
10798
|
"type": "color"
|
|
10886
10799
|
},
|
|
@@ -11296,17 +11209,189 @@
|
|
|
11296
11209
|
},
|
|
11297
11210
|
"nl.nldesignsystem.figma.supports-token": true
|
|
11298
11211
|
},
|
|
11299
|
-
"type": "color"
|
|
11212
|
+
"type": "color"
|
|
11213
|
+
},
|
|
11214
|
+
"color": {
|
|
11215
|
+
"$extensions": {
|
|
11216
|
+
"nl.nldesignsystem.css.property": {
|
|
11217
|
+
"syntax": "<color>",
|
|
11218
|
+
"inherits": true
|
|
11219
|
+
},
|
|
11220
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11221
|
+
},
|
|
11222
|
+
"type": "color"
|
|
11223
|
+
}
|
|
11224
|
+
}
|
|
11225
|
+
},
|
|
11226
|
+
"card": {
|
|
11227
|
+
"background-color": {
|
|
11228
|
+
"$extensions": {
|
|
11229
|
+
"nl.nldesignsystem.css.property": {
|
|
11230
|
+
"syntax": "<color>",
|
|
11231
|
+
"inherits": true
|
|
11232
|
+
},
|
|
11233
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11234
|
+
},
|
|
11235
|
+
"type": "color"
|
|
11236
|
+
},
|
|
11237
|
+
"color": {
|
|
11238
|
+
"$extensions": {
|
|
11239
|
+
"nl.nldesignsystem.css.property": {
|
|
11240
|
+
"syntax": "<color>",
|
|
11241
|
+
"inherits": true
|
|
11242
|
+
},
|
|
11243
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11244
|
+
},
|
|
11245
|
+
"type": "color"
|
|
11246
|
+
},
|
|
11247
|
+
"max-inline-size": {
|
|
11248
|
+
"$extensions": {
|
|
11249
|
+
"nl.nldesignsystem.css.property": {
|
|
11250
|
+
"syntax": "<length>",
|
|
11251
|
+
"inherits": true
|
|
11252
|
+
},
|
|
11253
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11254
|
+
},
|
|
11255
|
+
"type": "dimension"
|
|
11256
|
+
},
|
|
11257
|
+
"border-radius": {
|
|
11258
|
+
"$extensions": {
|
|
11259
|
+
"nl.nldesignsystem.css.property": {
|
|
11260
|
+
"syntax": "<length>",
|
|
11261
|
+
"inherits": true
|
|
11262
|
+
},
|
|
11263
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11264
|
+
},
|
|
11265
|
+
"type": "dimension"
|
|
11266
|
+
},
|
|
11267
|
+
"box-shadow": {
|
|
11268
|
+
"$extensions": {
|
|
11269
|
+
"nl.nldesignsystem.css.property": {
|
|
11270
|
+
"syntax": "<shadow>",
|
|
11271
|
+
"inherits": true
|
|
11272
|
+
},
|
|
11273
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11274
|
+
},
|
|
11275
|
+
"type": "shadow"
|
|
11276
|
+
},
|
|
11277
|
+
"inline-size": {
|
|
11278
|
+
"$extensions": {
|
|
11279
|
+
"nl.nldesignsystem.css.property": {
|
|
11280
|
+
"syntax": "<length>",
|
|
11281
|
+
"inherits": true
|
|
11282
|
+
},
|
|
11283
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11284
|
+
},
|
|
11285
|
+
"type": "dimension"
|
|
11286
|
+
},
|
|
11287
|
+
"row-gap": {
|
|
11288
|
+
"$extensions": {
|
|
11289
|
+
"nl.nldesignsystem.css.property": {
|
|
11290
|
+
"syntax": "<length>",
|
|
11291
|
+
"inherits": true
|
|
11292
|
+
},
|
|
11293
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11294
|
+
},
|
|
11295
|
+
"type": "dimension"
|
|
11296
|
+
},
|
|
11297
|
+
"heading": {
|
|
11298
|
+
"color": {
|
|
11299
|
+
"$extensions": {
|
|
11300
|
+
"nl.nldesignsystem.css.property": {
|
|
11301
|
+
"syntax": "<color>",
|
|
11302
|
+
"inherits": true
|
|
11303
|
+
},
|
|
11304
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11305
|
+
},
|
|
11306
|
+
"type": "color"
|
|
11307
|
+
},
|
|
11308
|
+
"padding-inline-start": {
|
|
11309
|
+
"$extensions": {
|
|
11310
|
+
"nl.nldesignsystem.css.property": {
|
|
11311
|
+
"syntax": "<length>",
|
|
11312
|
+
"inherits": true
|
|
11313
|
+
},
|
|
11314
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11315
|
+
},
|
|
11316
|
+
"type": "dimension"
|
|
11317
|
+
},
|
|
11318
|
+
"padding-inline-end": {
|
|
11319
|
+
"$extensions": {
|
|
11320
|
+
"nl.nldesignsystem.css.property": {
|
|
11321
|
+
"syntax": "<length>",
|
|
11322
|
+
"inherits": true
|
|
11323
|
+
},
|
|
11324
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11325
|
+
},
|
|
11326
|
+
"type": "dimension"
|
|
11327
|
+
}
|
|
11328
|
+
},
|
|
11329
|
+
"link": {
|
|
11330
|
+
"hover": {
|
|
11331
|
+
"text-decoration-thickness": {
|
|
11332
|
+
"$extensions": {
|
|
11333
|
+
"nl.nldesignsystem.css.property": {
|
|
11334
|
+
"syntax": "<length>",
|
|
11335
|
+
"inherits": true
|
|
11336
|
+
},
|
|
11337
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11338
|
+
},
|
|
11339
|
+
"type": "borderWidth"
|
|
11340
|
+
}
|
|
11341
|
+
}
|
|
11342
|
+
},
|
|
11343
|
+
"content": {
|
|
11344
|
+
"row-gap": {
|
|
11345
|
+
"$extensions": {
|
|
11346
|
+
"nl.nldesignsystem.css.property": {
|
|
11347
|
+
"syntax": "<length>",
|
|
11348
|
+
"inherits": true
|
|
11349
|
+
},
|
|
11350
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11351
|
+
},
|
|
11352
|
+
"type": "dimension"
|
|
11353
|
+
},
|
|
11354
|
+
"padding-block-start": {
|
|
11355
|
+
"$extensions": {
|
|
11356
|
+
"nl.nldesignsystem.css.property": {
|
|
11357
|
+
"syntax": "<length>",
|
|
11358
|
+
"inherits": true
|
|
11359
|
+
},
|
|
11360
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11361
|
+
},
|
|
11362
|
+
"type": "dimension"
|
|
11363
|
+
},
|
|
11364
|
+
"padding-block-end": {
|
|
11365
|
+
"$extensions": {
|
|
11366
|
+
"nl.nldesignsystem.css.property": {
|
|
11367
|
+
"syntax": "<length>",
|
|
11368
|
+
"inherits": true
|
|
11369
|
+
},
|
|
11370
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11371
|
+
},
|
|
11372
|
+
"type": "dimension"
|
|
11373
|
+
}
|
|
11374
|
+
},
|
|
11375
|
+
"body": {
|
|
11376
|
+
"padding-inline-start": {
|
|
11377
|
+
"$extensions": {
|
|
11378
|
+
"nl.nldesignsystem.css.property": {
|
|
11379
|
+
"syntax": "<length>",
|
|
11380
|
+
"inherits": true
|
|
11381
|
+
},
|
|
11382
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11383
|
+
},
|
|
11384
|
+
"type": "dimension"
|
|
11300
11385
|
},
|
|
11301
|
-
"
|
|
11386
|
+
"padding-inline-end": {
|
|
11302
11387
|
"$extensions": {
|
|
11303
11388
|
"nl.nldesignsystem.css.property": {
|
|
11304
|
-
"syntax": "<
|
|
11389
|
+
"syntax": "<length>",
|
|
11305
11390
|
"inherits": true
|
|
11306
11391
|
},
|
|
11307
11392
|
"nl.nldesignsystem.figma.supports-token": false
|
|
11308
11393
|
},
|
|
11309
|
-
"type": "
|
|
11394
|
+
"type": "dimension"
|
|
11310
11395
|
}
|
|
11311
11396
|
}
|
|
11312
11397
|
},
|
|
@@ -13986,6 +14071,28 @@
|
|
|
13986
14071
|
"type": "textCase"
|
|
13987
14072
|
}
|
|
13988
14073
|
},
|
|
14074
|
+
"badge-list": {
|
|
14075
|
+
"row-gap": {
|
|
14076
|
+
"$extensions": {
|
|
14077
|
+
"nl.nldesignsystem.css.property": {
|
|
14078
|
+
"syntax": "<length>",
|
|
14079
|
+
"inherits": true
|
|
14080
|
+
},
|
|
14081
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14082
|
+
},
|
|
14083
|
+
"type": "spacing"
|
|
14084
|
+
},
|
|
14085
|
+
"column-gap": {
|
|
14086
|
+
"$extensions": {
|
|
14087
|
+
"nl.nldesignsystem.css.property": {
|
|
14088
|
+
"syntax": "<length>",
|
|
14089
|
+
"inherits": true
|
|
14090
|
+
},
|
|
14091
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14092
|
+
},
|
|
14093
|
+
"type": "spacing"
|
|
14094
|
+
}
|
|
14095
|
+
},
|
|
13989
14096
|
"badge-counter": {
|
|
13990
14097
|
"background-color": {
|
|
13991
14098
|
"comment": "Default background color for badge components",
|
|
@@ -14236,28 +14343,6 @@
|
|
|
14236
14343
|
"type": "textCase"
|
|
14237
14344
|
}
|
|
14238
14345
|
},
|
|
14239
|
-
"badge-list": {
|
|
14240
|
-
"row-gap": {
|
|
14241
|
-
"$extensions": {
|
|
14242
|
-
"nl.nldesignsystem.css.property": {
|
|
14243
|
-
"syntax": "<length>",
|
|
14244
|
-
"inherits": true
|
|
14245
|
-
},
|
|
14246
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
14247
|
-
},
|
|
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"
|
|
14259
|
-
}
|
|
14260
|
-
},
|
|
14261
14346
|
"backdrop": {
|
|
14262
14347
|
"background-color": {
|
|
14263
14348
|
"$extensions": {
|
|
@@ -14337,6 +14422,108 @@
|
|
|
14337
14422
|
}
|
|
14338
14423
|
},
|
|
14339
14424
|
"alternate-lang-nav": {},
|
|
14425
|
+
"alert-dialog": {
|
|
14426
|
+
"margin-block-start": {
|
|
14427
|
+
"$extensions": {
|
|
14428
|
+
"nl.nldesignsystem.css.property": {
|
|
14429
|
+
"syntax": "<length>",
|
|
14430
|
+
"inherits": true
|
|
14431
|
+
},
|
|
14432
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14433
|
+
},
|
|
14434
|
+
"type": "spacing"
|
|
14435
|
+
},
|
|
14436
|
+
"margin-block-end": {
|
|
14437
|
+
"$extensions": {
|
|
14438
|
+
"nl.nldesignsystem.css.property": {
|
|
14439
|
+
"syntax": "<length>",
|
|
14440
|
+
"inherits": true
|
|
14441
|
+
},
|
|
14442
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14443
|
+
},
|
|
14444
|
+
"type": "spacing"
|
|
14445
|
+
},
|
|
14446
|
+
"border-color": {
|
|
14447
|
+
"$extensions": {
|
|
14448
|
+
"nl.nldesignsystem.css.property": {
|
|
14449
|
+
"syntax": "<color>",
|
|
14450
|
+
"inherits": true
|
|
14451
|
+
},
|
|
14452
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14453
|
+
},
|
|
14454
|
+
"type": "color"
|
|
14455
|
+
},
|
|
14456
|
+
"border-radius": {
|
|
14457
|
+
"$extensions": {
|
|
14458
|
+
"nl.nldesignsystem.css.property": {
|
|
14459
|
+
"syntax": "<length-percentage>",
|
|
14460
|
+
"inherits": true
|
|
14461
|
+
},
|
|
14462
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14463
|
+
},
|
|
14464
|
+
"type": "borderRadius"
|
|
14465
|
+
},
|
|
14466
|
+
"border-width": {
|
|
14467
|
+
"$extensions": {
|
|
14468
|
+
"nl.nldesignsystem.css.property": {
|
|
14469
|
+
"syntax": "<length>",
|
|
14470
|
+
"inherits": true
|
|
14471
|
+
},
|
|
14472
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14473
|
+
},
|
|
14474
|
+
"type": "borderWidth"
|
|
14475
|
+
},
|
|
14476
|
+
"box-shadow": {
|
|
14477
|
+
"$extensions": {
|
|
14478
|
+
"nl.nldesignsystem.css.property": {
|
|
14479
|
+
"syntax": "*",
|
|
14480
|
+
"inherits": true
|
|
14481
|
+
},
|
|
14482
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14483
|
+
},
|
|
14484
|
+
"type": "boxShadow"
|
|
14485
|
+
},
|
|
14486
|
+
"max-block-size": {
|
|
14487
|
+
"$extensions": {
|
|
14488
|
+
"nl.nldesignsystem.css.property": {
|
|
14489
|
+
"syntax": "<length>",
|
|
14490
|
+
"inherits": true
|
|
14491
|
+
},
|
|
14492
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14493
|
+
},
|
|
14494
|
+
"type": "sizing"
|
|
14495
|
+
},
|
|
14496
|
+
"max-inline-size": {
|
|
14497
|
+
"$extensions": {
|
|
14498
|
+
"nl.nldesignsystem.css.property": {
|
|
14499
|
+
"syntax": "<length>",
|
|
14500
|
+
"inherits": true
|
|
14501
|
+
},
|
|
14502
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14503
|
+
},
|
|
14504
|
+
"type": "sizing"
|
|
14505
|
+
},
|
|
14506
|
+
"min-block-size": {
|
|
14507
|
+
"$extensions": {
|
|
14508
|
+
"nl.nldesignsystem.css.property": {
|
|
14509
|
+
"syntax": "<length>",
|
|
14510
|
+
"inherits": true
|
|
14511
|
+
},
|
|
14512
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14513
|
+
},
|
|
14514
|
+
"type": "sizing"
|
|
14515
|
+
},
|
|
14516
|
+
"min-inline-size": {
|
|
14517
|
+
"$extensions": {
|
|
14518
|
+
"nl.nldesignsystem.css.property": {
|
|
14519
|
+
"syntax": "<length>",
|
|
14520
|
+
"inherits": true
|
|
14521
|
+
},
|
|
14522
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14523
|
+
},
|
|
14524
|
+
"type": "sizing"
|
|
14525
|
+
}
|
|
14526
|
+
},
|
|
14340
14527
|
"alert": {
|
|
14341
14528
|
"background-color": {
|
|
14342
14529
|
"$extensions": {
|
|
@@ -14791,108 +14978,6 @@
|
|
|
14791
14978
|
}
|
|
14792
14979
|
}
|
|
14793
14980
|
},
|
|
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
|
-
},
|
|
14896
14981
|
"action-group": {
|
|
14897
14982
|
"background-color": {
|
|
14898
14983
|
"$extensions": {
|