@utrecht/design-tokens 3.2.0 → 3.4.0

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 (54) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/_mixin-theme.scss +62 -0
  3. package/dist/_mixin.scss +62 -0
  4. package/dist/_variables.scss +62 -0
  5. package/dist/dark/_mixin-theme.scss +62 -0
  6. package/dist/dark/_mixin.scss +62 -0
  7. package/dist/dark/_variables.scss +62 -0
  8. package/dist/dark/index.cjs +63 -1
  9. package/dist/dark/index.css +62 -0
  10. package/dist/dark/index.d.ts +63 -1
  11. package/dist/dark/index.flat.json +62 -0
  12. package/dist/dark/index.json +5634 -3521
  13. package/dist/dark/index.mjs +63 -1
  14. package/dist/dark/index.tokens.json +558 -10
  15. package/dist/dark/list.json +5634 -3521
  16. package/dist/dark/list.mjs +5634 -3521
  17. package/dist/dark/property.css +58 -0
  18. package/dist/dark/root.css +62 -0
  19. package/dist/dark/theme-prince-xml.css +62 -0
  20. package/dist/dark/theme.css +62 -0
  21. package/dist/dark/tokens.cjs +2623 -24
  22. package/dist/dark/tokens.d.ts +324 -3
  23. package/dist/dark/tokens.json +2623 -24
  24. package/dist/dark/variables.cjs +63 -1
  25. package/dist/dark/variables.css +62 -0
  26. package/dist/dark/variables.d.ts +63 -1
  27. package/dist/dark/variables.json +62 -0
  28. package/dist/dark/variables.less +62 -0
  29. package/dist/dark/variables.mjs +63 -1
  30. package/dist/index.cjs +63 -1
  31. package/dist/index.css +124 -0
  32. package/dist/index.d.ts +63 -1
  33. package/dist/index.flat.json +62 -0
  34. package/dist/index.json +5650 -3537
  35. package/dist/index.mjs +63 -1
  36. package/dist/index.tokens.json +558 -10
  37. package/dist/list.json +5650 -3537
  38. package/dist/list.mjs +5650 -3537
  39. package/dist/property.css +58 -0
  40. package/dist/root.css +62 -0
  41. package/dist/theme-prince-xml.css +62 -0
  42. package/dist/theme.css +62 -0
  43. package/dist/tokens.cjs +2623 -24
  44. package/dist/tokens.d.ts +324 -3
  45. package/dist/tokens.json +2623 -24
  46. package/dist/variables.cjs +63 -1
  47. package/dist/variables.css +62 -0
  48. package/dist/variables.d.ts +63 -1
  49. package/dist/variables.json +62 -0
  50. package/dist/variables.less +62 -0
  51. package/dist/variables.mjs +63 -1
  52. package/package.json +1 -1
  53. package/src/component/utrecht/navigation.tokens.json +229 -0
  54. package/src/component/utrecht/tooltip.tokens.json +15 -0
@@ -124,6 +124,80 @@
124
124
  }
125
125
  }
126
126
  },
127
+ "action-group": {
128
+ "background-color": {
129
+ "$extensions": {
130
+ "nl.nldesignsystem.css.property": {
131
+ "syntax": "<color>",
132
+ "inherits": true
133
+ },
134
+ "nl.nldesignsystem.figma.supports-token": true
135
+ },
136
+ "type": "color"
137
+ },
138
+ "column-gap": {
139
+ "$extensions": {
140
+ "nl.nldesignsystem.css.property": {
141
+ "syntax": "<length>",
142
+ "inherits": true
143
+ },
144
+ "nl.nldesignsystem.figma.supports-token": true
145
+ },
146
+ "comment": "'column-gap', for lack of a better existing property.",
147
+ "type": "spacing"
148
+ },
149
+ "margin-block-end": {
150
+ "$extensions": {
151
+ "nl.nldesignsystem.css.property": {
152
+ "syntax": "<length>",
153
+ "inherits": true
154
+ },
155
+ "nl.nldesignsystem.figma.supports-token": false
156
+ },
157
+ "type": "spacing"
158
+ },
159
+ "margin-block-start": {
160
+ "$extensions": {
161
+ "nl.nldesignsystem.css.property": {
162
+ "syntax": "<length>",
163
+ "inherits": true
164
+ },
165
+ "nl.nldesignsystem.figma.supports-token": false
166
+ },
167
+ "type": "spacing"
168
+ },
169
+ "padding-block-end": {
170
+ "$extensions": {
171
+ "nl.nldesignsystem.css.property": {
172
+ "syntax": "<length>",
173
+ "inherits": true
174
+ },
175
+ "nl.nldesignsystem.figma.supports-token": true
176
+ },
177
+ "type": "spacing"
178
+ },
179
+ "padding-block-start": {
180
+ "$extensions": {
181
+ "nl.nldesignsystem.css.property": {
182
+ "syntax": "<length>",
183
+ "inherits": true
184
+ },
185
+ "nl.nldesignsystem.figma.supports-token": true
186
+ },
187
+ "type": "spacing"
188
+ },
189
+ "row-gap": {
190
+ "$extensions": {
191
+ "nl.nldesignsystem.css.property": {
192
+ "syntax": "<length>",
193
+ "inherits": true
194
+ },
195
+ "nl.nldesignsystem.figma.supports-token": true
196
+ },
197
+ "comment": "'row-gap', for lack of a better existing property.",
198
+ "type": "spacing"
199
+ }
200
+ },
127
201
  "alert-dialog": {
128
202
  "margin-block-start": {
129
203
  "$extensions": {
@@ -957,11 +1031,11 @@
957
1031
  "disabled": {
958
1032
  "color": "hsl(0 0% 40%)"
959
1033
  },
960
- "background-color": {},
961
- "text-decoration": "none",
962
1034
  "icon": {
963
1035
  "size": "16px"
964
- }
1036
+ },
1037
+ "background-color": {},
1038
+ "text-decoration": "none"
965
1039
  },
966
1040
  "separator": {
967
1041
  "color": "hsl(211 60% 35%)",
@@ -990,7 +1064,9 @@
990
1064
  "syntax": "<color>",
991
1065
  "inherits": true
992
1066
  },
993
- "nl.nldesignsystem.figma.supports-token": true
1067
+ "nl.nldesignsystem.figma.supports-token": true,
1068
+ "nl.nldesignsystem.deprecated": true,
1069
+ "nl.nldesignsystem.redirect": "utrecht.action-group.background-color"
994
1070
  },
995
1071
  "type": "color"
996
1072
  },
@@ -1000,7 +1076,9 @@
1000
1076
  "syntax": "<length>",
1001
1077
  "inherits": true
1002
1078
  },
1003
- "nl.nldesignsystem.figma.supports-token": true
1079
+ "nl.nldesignsystem.figma.supports-token": true,
1080
+ "nl.nldesignsystem.deprecated": true,
1081
+ "nl.nldesignsystem.redirect": "utrecht.action-group.column-gap"
1004
1082
  },
1005
1083
  "comment": "'column-gap', for lack of a better existing property.",
1006
1084
  "type": "spacing"
@@ -1011,7 +1089,9 @@
1011
1089
  "syntax": "<length>",
1012
1090
  "inherits": true
1013
1091
  },
1014
- "nl.nldesignsystem.figma.supports-token": false
1092
+ "nl.nldesignsystem.figma.supports-token": false,
1093
+ "nl.nldesignsystem.deprecated": true,
1094
+ "nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-end"
1015
1095
  },
1016
1096
  "type": "spacing"
1017
1097
  },
@@ -1021,7 +1101,9 @@
1021
1101
  "syntax": "<length>",
1022
1102
  "inherits": true
1023
1103
  },
1024
- "nl.nldesignsystem.figma.supports-token": false
1104
+ "nl.nldesignsystem.figma.supports-token": false,
1105
+ "nl.nldesignsystem.deprecated": true,
1106
+ "nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-start"
1025
1107
  },
1026
1108
  "type": "spacing"
1027
1109
  },
@@ -1031,7 +1113,9 @@
1031
1113
  "syntax": "<length>",
1032
1114
  "inherits": true
1033
1115
  },
1034
- "nl.nldesignsystem.figma.supports-token": true
1116
+ "nl.nldesignsystem.figma.supports-token": true,
1117
+ "nl.nldesignsystem.deprecated": true,
1118
+ "nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-end"
1035
1119
  },
1036
1120
  "type": "spacing"
1037
1121
  },
@@ -1041,7 +1125,9 @@
1041
1125
  "syntax": "<length>",
1042
1126
  "inherits": true
1043
1127
  },
1044
- "nl.nldesignsystem.figma.supports-token": true
1128
+ "nl.nldesignsystem.figma.supports-token": true,
1129
+ "nl.nldesignsystem.deprecated": true,
1130
+ "nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-start"
1045
1131
  },
1046
1132
  "type": "spacing"
1047
1133
  },
@@ -1051,7 +1137,9 @@
1051
1137
  "syntax": "<length>",
1052
1138
  "inherits": true
1053
1139
  },
1054
- "nl.nldesignsystem.figma.supports-token": true
1140
+ "nl.nldesignsystem.figma.supports-token": true,
1141
+ "nl.nldesignsystem.deprecated": true,
1142
+ "nl.nldesignsystem.redirect": "utrecht.action-group.row-gap"
1055
1143
  },
1056
1144
  "comment": "'row-gap', for lack of a better existing property.",
1057
1145
  "type": "spacing"
@@ -3158,6 +3246,26 @@
3158
3246
  },
3159
3247
  "type": "spacing"
3160
3248
  },
3249
+ "margin-inline-end": {
3250
+ "$extensions": {
3251
+ "nl.nldesignsystem.css.property": {
3252
+ "syntax": "<length>",
3253
+ "inherits": true
3254
+ },
3255
+ "nl.nldesignsystem.figma.supports-token": false
3256
+ },
3257
+ "type": "spacing"
3258
+ },
3259
+ "margin-inline-start": {
3260
+ "$extensions": {
3261
+ "nl.nldesignsystem.css.property": {
3262
+ "syntax": "<length>",
3263
+ "inherits": true
3264
+ },
3265
+ "nl.nldesignsystem.figma.supports-token": false
3266
+ },
3267
+ "type": "spacing"
3268
+ },
3161
3269
  "caption": {
3162
3270
  "color": "#727272",
3163
3271
  "font-size": "0.875rem",
@@ -3165,6 +3273,7 @@
3165
3273
  }
3166
3274
  },
3167
3275
  "flex-wrap-fallback": {},
3276
+ "utrecht-flolegal-decision-tree-container": {},
3168
3277
  "focus": {
3169
3278
  "background-color": "hsl(48 100% 60%)",
3170
3279
  "color": {
@@ -4117,6 +4226,9 @@
4117
4226
  },
4118
4227
  "baseline": {
4119
4228
  "inset-block-start": "0.125em"
4229
+ },
4230
+ "custom": {
4231
+ "margin-inline-end": "8px"
4120
4232
  }
4121
4233
  },
4122
4234
  "image": {},
@@ -4820,6 +4932,356 @@
4820
4932
  }
4821
4933
  }
4822
4934
  },
4935
+ "navigation": {
4936
+ "border-block-end-color": "transparent",
4937
+ "border-block-end-width": "0",
4938
+ "border-block-start-color": "transparent",
4939
+ "border-block-start-width": "0",
4940
+ "margin-block-end": {
4941
+ "$extensions": {
4942
+ "nl.nldesignsystem.css.property": {
4943
+ "syntax": "<length>",
4944
+ "inherits": true
4945
+ },
4946
+ "nl.nldesignsystem.figma.supports-token": false
4947
+ },
4948
+ "type": "length"
4949
+ },
4950
+ "margin-block-start": {
4951
+ "$extensions": {
4952
+ "nl.nldesignsystem.css.property": {
4953
+ "syntax": "<length>",
4954
+ "inherits": true
4955
+ },
4956
+ "nl.nldesignsystem.figma.supports-token": false
4957
+ },
4958
+ "type": "length"
4959
+ },
4960
+ "drawer": {
4961
+ "background-color": {
4962
+ "$extensions": {
4963
+ "nl.nldesignsystem.css.property": {
4964
+ "syntax": "<color>",
4965
+ "inherits": true
4966
+ },
4967
+ "nl.nldesignsystem.figma.supports-token": false
4968
+ },
4969
+ "type": "color"
4970
+ },
4971
+ "mobile": {
4972
+ "min-inline-size": "50%"
4973
+ },
4974
+ "backdrop": {
4975
+ "background-color": "rgb(0 0 0 / 30%)"
4976
+ },
4977
+ "min-inline-size": "100%"
4978
+ },
4979
+ "item": {
4980
+ "padding-block-start": {
4981
+ "$extensions": {
4982
+ "nl.nldesignsystem.css.property": {
4983
+ "syntax": "<length>",
4984
+ "inherits": true
4985
+ },
4986
+ "nl.nldesignsystem.figma.supports-token": false
4987
+ },
4988
+ "type": "spacing"
4989
+ },
4990
+ "padding-block-end": {
4991
+ "$extensions": {
4992
+ "nl.nldesignsystem.css.property": {
4993
+ "syntax": "<length>",
4994
+ "inherits": true
4995
+ },
4996
+ "nl.nldesignsystem.figma.supports-token": false
4997
+ },
4998
+ "type": "spacing"
4999
+ },
5000
+ "padding-inline-start": {
5001
+ "$extensions": {
5002
+ "nl.nldesignsystem.css.property": {
5003
+ "syntax": "<length>",
5004
+ "inherits": true
5005
+ },
5006
+ "nl.nldesignsystem.figma.supports-token": false
5007
+ },
5008
+ "type": "spacing"
5009
+ },
5010
+ "padding-inline-end": {
5011
+ "$extensions": {
5012
+ "nl.nldesignsystem.css.property": {
5013
+ "syntax": "<length>",
5014
+ "inherits": true
5015
+ },
5016
+ "nl.nldesignsystem.figma.supports-token": false
5017
+ },
5018
+ "type": "spacing"
5019
+ },
5020
+ "border-block-end-color": "transparent",
5021
+ "border-block-end-width": "0",
5022
+ "border-block-start-color": "transparent",
5023
+ "border-block-start-width": "0",
5024
+ "mobile": {
5025
+ "padding-block-start": {
5026
+ "$extensions": {
5027
+ "nl.nldesignsystem.css.property": {
5028
+ "syntax": "<length>",
5029
+ "inherits": true
5030
+ },
5031
+ "nl.nldesignsystem.figma.supports-token": false
5032
+ },
5033
+ "type": "spacing"
5034
+ },
5035
+ "padding-block-end": {
5036
+ "$extensions": {
5037
+ "nl.nldesignsystem.css.property": {
5038
+ "syntax": "<length>",
5039
+ "inherits": true
5040
+ },
5041
+ "nl.nldesignsystem.figma.supports-token": false
5042
+ },
5043
+ "type": "spacing"
5044
+ },
5045
+ "padding-inline-start": {
5046
+ "$extensions": {
5047
+ "nl.nldesignsystem.css.property": {
5048
+ "syntax": "<length>",
5049
+ "inherits": true
5050
+ },
5051
+ "nl.nldesignsystem.figma.supports-token": false
5052
+ },
5053
+ "type": "spacing"
5054
+ },
5055
+ "padding-inline-end": {
5056
+ "$extensions": {
5057
+ "nl.nldesignsystem.css.property": {
5058
+ "syntax": "<length>",
5059
+ "inherits": true
5060
+ },
5061
+ "nl.nldesignsystem.figma.supports-token": false
5062
+ },
5063
+ "type": "spacing"
5064
+ },
5065
+ "border-block-end-color": "hsl(0 0% 80%)",
5066
+ "border-block-end-width": "1px",
5067
+ "border-block-start-color": "hsl(0 0% 80%)",
5068
+ "border-block-start-width": "1px"
5069
+ }
5070
+ },
5071
+ "link": {
5072
+ "active": {
5073
+ "color": "hsl(0 0% 100%)",
5074
+ "focus": {
5075
+ "color": "hsl(0 0% 0%)"
5076
+ }
5077
+ },
5078
+ "background-color": "hsl(0 0% 15%)",
5079
+ "border-color": "hsl(0 0% 40%)",
5080
+ "border-inline-end-width": "1px",
5081
+ "color": "hsl(0 0% 100%)",
5082
+ "focus": {
5083
+ "color": "hsl(0 0% 0%)",
5084
+ "text-decoration-thickness": "3px",
5085
+ "background-color": "hsl(48 100% 80%)"
5086
+ },
5087
+ "font-weight": "400",
5088
+ "gap": "8px",
5089
+ "hover": {
5090
+ "background-color": "hsl(0 0% 0%)",
5091
+ "color": "hsl(0 0% 100%)",
5092
+ "decoration-thickness": "3px"
5093
+ },
5094
+ "is-current": {
5095
+ "font-weight": "700"
5096
+ },
5097
+ "mobile": {
5098
+ "background-color": "hsl(0 0% 100%)",
5099
+ "color": "hsl(211 60% 35%)",
5100
+ "hover": {
5101
+ "background-color": "hsl(0 0% 100%)",
5102
+ "color": "hsl(211 60% 35%)",
5103
+ "font-weight": "700"
5104
+ },
5105
+ "justify-content": {
5106
+ "$extensions": {
5107
+ "nl.nldesignsystem.css.property": {
5108
+ "syntax": "*",
5109
+ "inherits": true
5110
+ },
5111
+ "nl.nldesignsystem.figma.supports-token": false
5112
+ },
5113
+ "type": "other"
5114
+ },
5115
+ "min-block-size": "44px",
5116
+ "padding-block-end": "8px",
5117
+ "padding-block-start": "8px",
5118
+ "padding-inline-end": {
5119
+ "$extensions": {
5120
+ "nl.nldesignsystem.css.property": {
5121
+ "syntax": "<length>",
5122
+ "inherits": true
5123
+ },
5124
+ "nl.nldesignsystem.figma.supports-token": false
5125
+ },
5126
+ "type": "spacing"
5127
+ },
5128
+ "padding-inline-start": "16px",
5129
+ "transition-duration": "300ms",
5130
+ "transition-timing-function": "ease-in-out"
5131
+ },
5132
+ "padding-block-end": "16px",
5133
+ "padding-block-start": "16px",
5134
+ "padding-inline-end": {
5135
+ "$extensions": {
5136
+ "nl.nldesignsystem.css.property": {
5137
+ "syntax": "<length>",
5138
+ "inherits": true
5139
+ },
5140
+ "nl.nldesignsystem.figma.supports-token": false
5141
+ },
5142
+ "type": "spacing"
5143
+ },
5144
+ "padding-inline-start": {
5145
+ "$extensions": {
5146
+ "nl.nldesignsystem.css.property": {
5147
+ "syntax": "<length>",
5148
+ "inherits": true
5149
+ },
5150
+ "nl.nldesignsystem.figma.supports-token": false
5151
+ },
5152
+ "type": "spacing"
5153
+ },
5154
+ "text-align": {
5155
+ "$extensions": {
5156
+ "nl.nldesignsystem.css.property": {
5157
+ "syntax": "*",
5158
+ "inherits": true
5159
+ },
5160
+ "nl.nldesignsystem.figma.supports-token": false
5161
+ },
5162
+ "type": "other"
5163
+ }
5164
+ },
5165
+ "list": {
5166
+ "display": {
5167
+ "$extensions": {
5168
+ "nl.nldesignsystem.css.property": {
5169
+ "syntax": "*",
5170
+ "inherits": true
5171
+ },
5172
+ "nl.nldesignsystem.figma.supports-token": false
5173
+ },
5174
+ "type": "other"
5175
+ },
5176
+ "inline-size": {
5177
+ "$extensions": {
5178
+ "nl.nldesignsystem.css.property": {
5179
+ "syntax": "<length>",
5180
+ "inherits": true
5181
+ },
5182
+ "nl.nldesignsystem.figma.supports-token": false
5183
+ },
5184
+ "type": "sizing"
5185
+ },
5186
+ "mobile": {
5187
+ "background-color": "hsl(0 0% 100%)",
5188
+ "inline-size": "100%",
5189
+ "padding-block-end": "8px",
5190
+ "padding-block-start": {
5191
+ "$extensions": {
5192
+ "nl.nldesignsystem.css.property": {
5193
+ "syntax": "<length>",
5194
+ "inherits": true
5195
+ },
5196
+ "nl.nldesignsystem.figma.supports-token": false
5197
+ },
5198
+ "type": "spacing"
5199
+ },
5200
+ "padding-inline-end": "16px",
5201
+ "padding-inline-start": "16px"
5202
+ },
5203
+ "padding-block-end": {
5204
+ "$extensions": {
5205
+ "nl.nldesignsystem.css.property": {
5206
+ "syntax": "<length>",
5207
+ "inherits": true
5208
+ },
5209
+ "nl.nldesignsystem.figma.supports-token": false
5210
+ },
5211
+ "type": "spacing"
5212
+ },
5213
+ "padding-block-start": {
5214
+ "$extensions": {
5215
+ "nl.nldesignsystem.css.property": {
5216
+ "syntax": "<length>",
5217
+ "inherits": true
5218
+ },
5219
+ "nl.nldesignsystem.figma.supports-token": false
5220
+ },
5221
+ "type": "spacing"
5222
+ },
5223
+ "padding-inline-end": {
5224
+ "$extensions": {
5225
+ "nl.nldesignsystem.css.property": {
5226
+ "syntax": "<length>",
5227
+ "inherits": true
5228
+ },
5229
+ "nl.nldesignsystem.figma.supports-token": false
5230
+ },
5231
+ "type": "spacing"
5232
+ },
5233
+ "padding-inline-start": {
5234
+ "$extensions": {
5235
+ "nl.nldesignsystem.css.property": {
5236
+ "syntax": "<length>",
5237
+ "inherits": true
5238
+ },
5239
+ "nl.nldesignsystem.figma.supports-token": false
5240
+ },
5241
+ "type": "spacing"
5242
+ },
5243
+ "side-nav": {
5244
+ "inline-size": "100%"
5245
+ }
5246
+ },
5247
+ "marker": {
5248
+ "color": "hsl(0 0% 80%)"
5249
+ },
5250
+ "toggle-button": {
5251
+ "margin-block-end": {
5252
+ "$extensions": {
5253
+ "nl.nldesignsystem.css.property": {
5254
+ "syntax": "<length>",
5255
+ "inherits": true
5256
+ },
5257
+ "nl.nldesignsystem.figma.supports-token": false
5258
+ },
5259
+ "type": "spacing"
5260
+ },
5261
+ "margin-block-start": {
5262
+ "$extensions": {
5263
+ "nl.nldesignsystem.css.property": {
5264
+ "syntax": "<length>",
5265
+ "inherits": true
5266
+ },
5267
+ "nl.nldesignsystem.figma.supports-token": false
5268
+ },
5269
+ "type": "spacing"
5270
+ },
5271
+ "offset-end": "16px",
5272
+ "offset-start": "16px",
5273
+ "padding-inline-end": {
5274
+ "$extensions": {
5275
+ "nl.nldesignsystem.css.property": {
5276
+ "syntax": "<length>",
5277
+ "inherits": true
5278
+ },
5279
+ "nl.nldesignsystem.figma.supports-token": false
5280
+ },
5281
+ "type": "spacing"
5282
+ }
5283
+ }
5284
+ },
4823
5285
  "number-badge": {
4824
5286
  "background-color": "hsl(0 100% 40%)",
4825
5287
  "border-color": {
@@ -7815,6 +8277,92 @@
7815
8277
  }
7816
8278
  }
7817
8279
  },
8280
+ "tooltip": {
8281
+ "background-color": "hsl(0 0% 100%)",
8282
+ "border-color": "hsl(0 0% 40%)",
8283
+ "border-radius": "0",
8284
+ "border-width": "1px",
8285
+ "color": "hsl(0 0% 40%)",
8286
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
8287
+ "font-size": "1rem",
8288
+ "font-weight": {
8289
+ "$extensions": {
8290
+ "nl.nldesignsystem.css.property": {
8291
+ "syntax": "<number>",
8292
+ "inherits": false
8293
+ },
8294
+ "nl.nldesignsystem.figma.supports-token": false
8295
+ },
8296
+ "type": "fontWeights"
8297
+ },
8298
+ "line-height": {
8299
+ "$extensions": {
8300
+ "nl.nldesignsystem.css.property": {
8301
+ "syntax": [
8302
+ "<length>",
8303
+ "<number>"
8304
+ ],
8305
+ "inherits": true
8306
+ },
8307
+ "nl.nldesignsystem.figma.supports-token": false
8308
+ },
8309
+ "type": "lineHeights"
8310
+ },
8311
+ "max-inline-size": {
8312
+ "$extensions": {
8313
+ "nl.nldesignsystem.css.property": {
8314
+ "syntax": "<length>",
8315
+ "inherits": true
8316
+ },
8317
+ "nl.nldesignsystem.figma.supports-token": false
8318
+ },
8319
+ "type": "sizing"
8320
+ },
8321
+ "padding-block": "8px",
8322
+ "padding-inline": "16px",
8323
+ "transition-duration": {
8324
+ "$extensions": {
8325
+ "nl.nldesignsystem.css.property": {
8326
+ "syntax": "<time>",
8327
+ "inherits": true
8328
+ },
8329
+ "nl.nldesignsystem.figma.supports-token": false
8330
+ },
8331
+ "type": "other"
8332
+ },
8333
+ "transition-timing-function": {
8334
+ "$extensions": {
8335
+ "nl.nldesignsystem.css.property": {
8336
+ "syntax": "<time>",
8337
+ "inherits": true
8338
+ },
8339
+ "nl.nldesignsystem.figma.supports-token": false
8340
+ },
8341
+ "type": "other"
8342
+ },
8343
+ "z-index": {
8344
+ "$extensions": {
8345
+ "nl.nldesignsystem.css.property": {
8346
+ "syntax": "<number>",
8347
+ "inherits": true
8348
+ },
8349
+ "nl.nldesignsystem.figma.supports-token": false
8350
+ },
8351
+ "type": "other"
8352
+ },
8353
+ "arrow": {
8354
+ "size": {
8355
+ "$extensions": {
8356
+ "nl.nldesignsystem.css.property": {
8357
+ "syntax": "<length-percentage>",
8358
+ "inherits": true
8359
+ },
8360
+ "nl.nldesignsystem.figma.supports-token": false
8361
+ },
8362
+ "type": "sizing"
8363
+ }
8364
+ }
8365
+ },
7818
8366
  "toptask-link": {
7819
8367
  "background-color": "hsl(211 60% 35%)",
7820
8368
  "color": "hsl(0 0% 100%)",