@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.
- package/CHANGELOG.md +12 -0
- package/dist/_mixin-theme.scss +62 -0
- package/dist/_mixin.scss +62 -0
- package/dist/_variables.scss +62 -0
- package/dist/dark/_mixin-theme.scss +62 -0
- package/dist/dark/_mixin.scss +62 -0
- package/dist/dark/_variables.scss +62 -0
- package/dist/dark/index.cjs +63 -1
- package/dist/dark/index.css +62 -0
- package/dist/dark/index.d.ts +63 -1
- package/dist/dark/index.flat.json +62 -0
- package/dist/dark/index.json +5634 -3521
- package/dist/dark/index.mjs +63 -1
- package/dist/dark/index.tokens.json +558 -10
- package/dist/dark/list.json +5634 -3521
- package/dist/dark/list.mjs +5634 -3521
- package/dist/dark/property.css +58 -0
- package/dist/dark/root.css +62 -0
- package/dist/dark/theme-prince-xml.css +62 -0
- package/dist/dark/theme.css +62 -0
- package/dist/dark/tokens.cjs +2623 -24
- package/dist/dark/tokens.d.ts +324 -3
- package/dist/dark/tokens.json +2623 -24
- package/dist/dark/variables.cjs +63 -1
- package/dist/dark/variables.css +62 -0
- package/dist/dark/variables.d.ts +63 -1
- package/dist/dark/variables.json +62 -0
- package/dist/dark/variables.less +62 -0
- package/dist/dark/variables.mjs +63 -1
- package/dist/index.cjs +63 -1
- package/dist/index.css +124 -0
- package/dist/index.d.ts +63 -1
- package/dist/index.flat.json +62 -0
- package/dist/index.json +5650 -3537
- package/dist/index.mjs +63 -1
- package/dist/index.tokens.json +558 -10
- package/dist/list.json +5650 -3537
- package/dist/list.mjs +5650 -3537
- package/dist/property.css +58 -0
- package/dist/root.css +62 -0
- package/dist/theme-prince-xml.css +62 -0
- package/dist/theme.css +62 -0
- package/dist/tokens.cjs +2623 -24
- package/dist/tokens.d.ts +324 -3
- package/dist/tokens.json +2623 -24
- package/dist/variables.cjs +63 -1
- package/dist/variables.css +62 -0
- package/dist/variables.d.ts +63 -1
- package/dist/variables.json +62 -0
- package/dist/variables.less +62 -0
- package/dist/variables.mjs +63 -1
- package/package.json +1 -1
- package/src/component/utrecht/navigation.tokens.json +229 -0
- 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": {
|
|
@@ -961,11 +1035,11 @@
|
|
|
961
1035
|
"disabled": {
|
|
962
1036
|
"color": "hsl(0 0% 40%)"
|
|
963
1037
|
},
|
|
964
|
-
"background-color": {},
|
|
965
|
-
"text-decoration": "none",
|
|
966
1038
|
"icon": {
|
|
967
1039
|
"size": "16px"
|
|
968
|
-
}
|
|
1040
|
+
},
|
|
1041
|
+
"background-color": {},
|
|
1042
|
+
"text-decoration": "none"
|
|
969
1043
|
},
|
|
970
1044
|
"separator": {
|
|
971
1045
|
"color": "hsl(211 60% 35%)",
|
|
@@ -994,7 +1068,9 @@
|
|
|
994
1068
|
"syntax": "<color>",
|
|
995
1069
|
"inherits": true
|
|
996
1070
|
},
|
|
997
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
1071
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
1072
|
+
"nl.nldesignsystem.deprecated": true,
|
|
1073
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.background-color"
|
|
998
1074
|
},
|
|
999
1075
|
"type": "color"
|
|
1000
1076
|
},
|
|
@@ -1004,7 +1080,9 @@
|
|
|
1004
1080
|
"syntax": "<length>",
|
|
1005
1081
|
"inherits": true
|
|
1006
1082
|
},
|
|
1007
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
1083
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
1084
|
+
"nl.nldesignsystem.deprecated": true,
|
|
1085
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.column-gap"
|
|
1008
1086
|
},
|
|
1009
1087
|
"comment": "'column-gap', for lack of a better existing property.",
|
|
1010
1088
|
"type": "spacing"
|
|
@@ -1015,7 +1093,9 @@
|
|
|
1015
1093
|
"syntax": "<length>",
|
|
1016
1094
|
"inherits": true
|
|
1017
1095
|
},
|
|
1018
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1096
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
1097
|
+
"nl.nldesignsystem.deprecated": true,
|
|
1098
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-end"
|
|
1019
1099
|
},
|
|
1020
1100
|
"type": "spacing"
|
|
1021
1101
|
},
|
|
@@ -1025,7 +1105,9 @@
|
|
|
1025
1105
|
"syntax": "<length>",
|
|
1026
1106
|
"inherits": true
|
|
1027
1107
|
},
|
|
1028
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
1108
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
1109
|
+
"nl.nldesignsystem.deprecated": true,
|
|
1110
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-start"
|
|
1029
1111
|
},
|
|
1030
1112
|
"type": "spacing"
|
|
1031
1113
|
},
|
|
@@ -1035,7 +1117,9 @@
|
|
|
1035
1117
|
"syntax": "<length>",
|
|
1036
1118
|
"inherits": true
|
|
1037
1119
|
},
|
|
1038
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
1120
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
1121
|
+
"nl.nldesignsystem.deprecated": true,
|
|
1122
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-end"
|
|
1039
1123
|
},
|
|
1040
1124
|
"type": "spacing"
|
|
1041
1125
|
},
|
|
@@ -1045,7 +1129,9 @@
|
|
|
1045
1129
|
"syntax": "<length>",
|
|
1046
1130
|
"inherits": true
|
|
1047
1131
|
},
|
|
1048
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
1132
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
1133
|
+
"nl.nldesignsystem.deprecated": true,
|
|
1134
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-start"
|
|
1049
1135
|
},
|
|
1050
1136
|
"type": "spacing"
|
|
1051
1137
|
},
|
|
@@ -1055,7 +1141,9 @@
|
|
|
1055
1141
|
"syntax": "<length>",
|
|
1056
1142
|
"inherits": true
|
|
1057
1143
|
},
|
|
1058
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
1144
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
1145
|
+
"nl.nldesignsystem.deprecated": true,
|
|
1146
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.row-gap"
|
|
1059
1147
|
},
|
|
1060
1148
|
"comment": "'row-gap', for lack of a better existing property.",
|
|
1061
1149
|
"type": "spacing"
|
|
@@ -3162,6 +3250,26 @@
|
|
|
3162
3250
|
},
|
|
3163
3251
|
"type": "spacing"
|
|
3164
3252
|
},
|
|
3253
|
+
"margin-inline-end": {
|
|
3254
|
+
"$extensions": {
|
|
3255
|
+
"nl.nldesignsystem.css.property": {
|
|
3256
|
+
"syntax": "<length>",
|
|
3257
|
+
"inherits": true
|
|
3258
|
+
},
|
|
3259
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
3260
|
+
},
|
|
3261
|
+
"type": "spacing"
|
|
3262
|
+
},
|
|
3263
|
+
"margin-inline-start": {
|
|
3264
|
+
"$extensions": {
|
|
3265
|
+
"nl.nldesignsystem.css.property": {
|
|
3266
|
+
"syntax": "<length>",
|
|
3267
|
+
"inherits": true
|
|
3268
|
+
},
|
|
3269
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
3270
|
+
},
|
|
3271
|
+
"type": "spacing"
|
|
3272
|
+
},
|
|
3165
3273
|
"caption": {
|
|
3166
3274
|
"color": "#727272",
|
|
3167
3275
|
"font-size": "0.875rem",
|
|
@@ -3169,6 +3277,7 @@
|
|
|
3169
3277
|
}
|
|
3170
3278
|
},
|
|
3171
3279
|
"flex-wrap-fallback": {},
|
|
3280
|
+
"utrecht-flolegal-decision-tree-container": {},
|
|
3172
3281
|
"focus": {
|
|
3173
3282
|
"background-color": "hsl(48 100% 60%)",
|
|
3174
3283
|
"color": {
|
|
@@ -4121,6 +4230,9 @@
|
|
|
4121
4230
|
},
|
|
4122
4231
|
"baseline": {
|
|
4123
4232
|
"inset-block-start": "0.125em"
|
|
4233
|
+
},
|
|
4234
|
+
"custom": {
|
|
4235
|
+
"margin-inline-end": "8px"
|
|
4124
4236
|
}
|
|
4125
4237
|
},
|
|
4126
4238
|
"image": {},
|
|
@@ -4824,6 +4936,356 @@
|
|
|
4824
4936
|
}
|
|
4825
4937
|
}
|
|
4826
4938
|
},
|
|
4939
|
+
"navigation": {
|
|
4940
|
+
"border-block-end-color": "transparent",
|
|
4941
|
+
"border-block-end-width": "0",
|
|
4942
|
+
"border-block-start-color": "transparent",
|
|
4943
|
+
"border-block-start-width": "0",
|
|
4944
|
+
"margin-block-end": {
|
|
4945
|
+
"$extensions": {
|
|
4946
|
+
"nl.nldesignsystem.css.property": {
|
|
4947
|
+
"syntax": "<length>",
|
|
4948
|
+
"inherits": true
|
|
4949
|
+
},
|
|
4950
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4951
|
+
},
|
|
4952
|
+
"type": "length"
|
|
4953
|
+
},
|
|
4954
|
+
"margin-block-start": {
|
|
4955
|
+
"$extensions": {
|
|
4956
|
+
"nl.nldesignsystem.css.property": {
|
|
4957
|
+
"syntax": "<length>",
|
|
4958
|
+
"inherits": true
|
|
4959
|
+
},
|
|
4960
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4961
|
+
},
|
|
4962
|
+
"type": "length"
|
|
4963
|
+
},
|
|
4964
|
+
"drawer": {
|
|
4965
|
+
"background-color": {
|
|
4966
|
+
"$extensions": {
|
|
4967
|
+
"nl.nldesignsystem.css.property": {
|
|
4968
|
+
"syntax": "<color>",
|
|
4969
|
+
"inherits": true
|
|
4970
|
+
},
|
|
4971
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4972
|
+
},
|
|
4973
|
+
"type": "color"
|
|
4974
|
+
},
|
|
4975
|
+
"mobile": {
|
|
4976
|
+
"min-inline-size": "50%"
|
|
4977
|
+
},
|
|
4978
|
+
"backdrop": {
|
|
4979
|
+
"background-color": "rgb(0 0 0 / 30%)"
|
|
4980
|
+
},
|
|
4981
|
+
"min-inline-size": "100%"
|
|
4982
|
+
},
|
|
4983
|
+
"item": {
|
|
4984
|
+
"padding-block-start": {
|
|
4985
|
+
"$extensions": {
|
|
4986
|
+
"nl.nldesignsystem.css.property": {
|
|
4987
|
+
"syntax": "<length>",
|
|
4988
|
+
"inherits": true
|
|
4989
|
+
},
|
|
4990
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4991
|
+
},
|
|
4992
|
+
"type": "spacing"
|
|
4993
|
+
},
|
|
4994
|
+
"padding-block-end": {
|
|
4995
|
+
"$extensions": {
|
|
4996
|
+
"nl.nldesignsystem.css.property": {
|
|
4997
|
+
"syntax": "<length>",
|
|
4998
|
+
"inherits": true
|
|
4999
|
+
},
|
|
5000
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5001
|
+
},
|
|
5002
|
+
"type": "spacing"
|
|
5003
|
+
},
|
|
5004
|
+
"padding-inline-start": {
|
|
5005
|
+
"$extensions": {
|
|
5006
|
+
"nl.nldesignsystem.css.property": {
|
|
5007
|
+
"syntax": "<length>",
|
|
5008
|
+
"inherits": true
|
|
5009
|
+
},
|
|
5010
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5011
|
+
},
|
|
5012
|
+
"type": "spacing"
|
|
5013
|
+
},
|
|
5014
|
+
"padding-inline-end": {
|
|
5015
|
+
"$extensions": {
|
|
5016
|
+
"nl.nldesignsystem.css.property": {
|
|
5017
|
+
"syntax": "<length>",
|
|
5018
|
+
"inherits": true
|
|
5019
|
+
},
|
|
5020
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5021
|
+
},
|
|
5022
|
+
"type": "spacing"
|
|
5023
|
+
},
|
|
5024
|
+
"border-block-end-color": "transparent",
|
|
5025
|
+
"border-block-end-width": "0",
|
|
5026
|
+
"border-block-start-color": "transparent",
|
|
5027
|
+
"border-block-start-width": "0",
|
|
5028
|
+
"mobile": {
|
|
5029
|
+
"padding-block-start": {
|
|
5030
|
+
"$extensions": {
|
|
5031
|
+
"nl.nldesignsystem.css.property": {
|
|
5032
|
+
"syntax": "<length>",
|
|
5033
|
+
"inherits": true
|
|
5034
|
+
},
|
|
5035
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5036
|
+
},
|
|
5037
|
+
"type": "spacing"
|
|
5038
|
+
},
|
|
5039
|
+
"padding-block-end": {
|
|
5040
|
+
"$extensions": {
|
|
5041
|
+
"nl.nldesignsystem.css.property": {
|
|
5042
|
+
"syntax": "<length>",
|
|
5043
|
+
"inherits": true
|
|
5044
|
+
},
|
|
5045
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5046
|
+
},
|
|
5047
|
+
"type": "spacing"
|
|
5048
|
+
},
|
|
5049
|
+
"padding-inline-start": {
|
|
5050
|
+
"$extensions": {
|
|
5051
|
+
"nl.nldesignsystem.css.property": {
|
|
5052
|
+
"syntax": "<length>",
|
|
5053
|
+
"inherits": true
|
|
5054
|
+
},
|
|
5055
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5056
|
+
},
|
|
5057
|
+
"type": "spacing"
|
|
5058
|
+
},
|
|
5059
|
+
"padding-inline-end": {
|
|
5060
|
+
"$extensions": {
|
|
5061
|
+
"nl.nldesignsystem.css.property": {
|
|
5062
|
+
"syntax": "<length>",
|
|
5063
|
+
"inherits": true
|
|
5064
|
+
},
|
|
5065
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5066
|
+
},
|
|
5067
|
+
"type": "spacing"
|
|
5068
|
+
},
|
|
5069
|
+
"border-block-end-color": "hsl(0 0% 80%)",
|
|
5070
|
+
"border-block-end-width": "1px",
|
|
5071
|
+
"border-block-start-color": "hsl(0 0% 80%)",
|
|
5072
|
+
"border-block-start-width": "1px"
|
|
5073
|
+
}
|
|
5074
|
+
},
|
|
5075
|
+
"link": {
|
|
5076
|
+
"active": {
|
|
5077
|
+
"color": "hsl(0 0% 100%)",
|
|
5078
|
+
"focus": {
|
|
5079
|
+
"color": "hsl(0 0% 0%)"
|
|
5080
|
+
}
|
|
5081
|
+
},
|
|
5082
|
+
"background-color": "hsl(0 0% 15%)",
|
|
5083
|
+
"border-color": "hsl(0 0% 40%)",
|
|
5084
|
+
"border-inline-end-width": "1px",
|
|
5085
|
+
"color": "hsl(0 0% 100%)",
|
|
5086
|
+
"focus": {
|
|
5087
|
+
"color": "hsl(0 0% 0%)",
|
|
5088
|
+
"text-decoration-thickness": "3px",
|
|
5089
|
+
"background-color": "hsl(48 100% 80%)"
|
|
5090
|
+
},
|
|
5091
|
+
"font-weight": "400",
|
|
5092
|
+
"gap": "8px",
|
|
5093
|
+
"hover": {
|
|
5094
|
+
"background-color": "hsl(0 0% 0%)",
|
|
5095
|
+
"color": "hsl(0 0% 100%)",
|
|
5096
|
+
"decoration-thickness": "3px"
|
|
5097
|
+
},
|
|
5098
|
+
"is-current": {
|
|
5099
|
+
"font-weight": "700"
|
|
5100
|
+
},
|
|
5101
|
+
"mobile": {
|
|
5102
|
+
"background-color": "hsl(0 0% 100%)",
|
|
5103
|
+
"color": "hsl(211 60% 35%)",
|
|
5104
|
+
"hover": {
|
|
5105
|
+
"background-color": "hsl(0 0% 100%)",
|
|
5106
|
+
"color": "hsl(211 60% 35%)",
|
|
5107
|
+
"font-weight": "700"
|
|
5108
|
+
},
|
|
5109
|
+
"justify-content": {
|
|
5110
|
+
"$extensions": {
|
|
5111
|
+
"nl.nldesignsystem.css.property": {
|
|
5112
|
+
"syntax": "*",
|
|
5113
|
+
"inherits": true
|
|
5114
|
+
},
|
|
5115
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5116
|
+
},
|
|
5117
|
+
"type": "other"
|
|
5118
|
+
},
|
|
5119
|
+
"min-block-size": "44px",
|
|
5120
|
+
"padding-block-end": "8px",
|
|
5121
|
+
"padding-block-start": "8px",
|
|
5122
|
+
"padding-inline-end": {
|
|
5123
|
+
"$extensions": {
|
|
5124
|
+
"nl.nldesignsystem.css.property": {
|
|
5125
|
+
"syntax": "<length>",
|
|
5126
|
+
"inherits": true
|
|
5127
|
+
},
|
|
5128
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5129
|
+
},
|
|
5130
|
+
"type": "spacing"
|
|
5131
|
+
},
|
|
5132
|
+
"padding-inline-start": "16px",
|
|
5133
|
+
"transition-duration": "300ms",
|
|
5134
|
+
"transition-timing-function": "ease-in-out"
|
|
5135
|
+
},
|
|
5136
|
+
"padding-block-end": "16px",
|
|
5137
|
+
"padding-block-start": "16px",
|
|
5138
|
+
"padding-inline-end": {
|
|
5139
|
+
"$extensions": {
|
|
5140
|
+
"nl.nldesignsystem.css.property": {
|
|
5141
|
+
"syntax": "<length>",
|
|
5142
|
+
"inherits": true
|
|
5143
|
+
},
|
|
5144
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5145
|
+
},
|
|
5146
|
+
"type": "spacing"
|
|
5147
|
+
},
|
|
5148
|
+
"padding-inline-start": {
|
|
5149
|
+
"$extensions": {
|
|
5150
|
+
"nl.nldesignsystem.css.property": {
|
|
5151
|
+
"syntax": "<length>",
|
|
5152
|
+
"inherits": true
|
|
5153
|
+
},
|
|
5154
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5155
|
+
},
|
|
5156
|
+
"type": "spacing"
|
|
5157
|
+
},
|
|
5158
|
+
"text-align": {
|
|
5159
|
+
"$extensions": {
|
|
5160
|
+
"nl.nldesignsystem.css.property": {
|
|
5161
|
+
"syntax": "*",
|
|
5162
|
+
"inherits": true
|
|
5163
|
+
},
|
|
5164
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5165
|
+
},
|
|
5166
|
+
"type": "other"
|
|
5167
|
+
}
|
|
5168
|
+
},
|
|
5169
|
+
"list": {
|
|
5170
|
+
"display": {
|
|
5171
|
+
"$extensions": {
|
|
5172
|
+
"nl.nldesignsystem.css.property": {
|
|
5173
|
+
"syntax": "*",
|
|
5174
|
+
"inherits": true
|
|
5175
|
+
},
|
|
5176
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5177
|
+
},
|
|
5178
|
+
"type": "other"
|
|
5179
|
+
},
|
|
5180
|
+
"inline-size": {
|
|
5181
|
+
"$extensions": {
|
|
5182
|
+
"nl.nldesignsystem.css.property": {
|
|
5183
|
+
"syntax": "<length>",
|
|
5184
|
+
"inherits": true
|
|
5185
|
+
},
|
|
5186
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5187
|
+
},
|
|
5188
|
+
"type": "sizing"
|
|
5189
|
+
},
|
|
5190
|
+
"mobile": {
|
|
5191
|
+
"background-color": "hsl(0 0% 100%)",
|
|
5192
|
+
"inline-size": "100%",
|
|
5193
|
+
"padding-block-end": "8px",
|
|
5194
|
+
"padding-block-start": {
|
|
5195
|
+
"$extensions": {
|
|
5196
|
+
"nl.nldesignsystem.css.property": {
|
|
5197
|
+
"syntax": "<length>",
|
|
5198
|
+
"inherits": true
|
|
5199
|
+
},
|
|
5200
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5201
|
+
},
|
|
5202
|
+
"type": "spacing"
|
|
5203
|
+
},
|
|
5204
|
+
"padding-inline-end": "16px",
|
|
5205
|
+
"padding-inline-start": "16px"
|
|
5206
|
+
},
|
|
5207
|
+
"padding-block-end": {
|
|
5208
|
+
"$extensions": {
|
|
5209
|
+
"nl.nldesignsystem.css.property": {
|
|
5210
|
+
"syntax": "<length>",
|
|
5211
|
+
"inherits": true
|
|
5212
|
+
},
|
|
5213
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5214
|
+
},
|
|
5215
|
+
"type": "spacing"
|
|
5216
|
+
},
|
|
5217
|
+
"padding-block-start": {
|
|
5218
|
+
"$extensions": {
|
|
5219
|
+
"nl.nldesignsystem.css.property": {
|
|
5220
|
+
"syntax": "<length>",
|
|
5221
|
+
"inherits": true
|
|
5222
|
+
},
|
|
5223
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5224
|
+
},
|
|
5225
|
+
"type": "spacing"
|
|
5226
|
+
},
|
|
5227
|
+
"padding-inline-end": {
|
|
5228
|
+
"$extensions": {
|
|
5229
|
+
"nl.nldesignsystem.css.property": {
|
|
5230
|
+
"syntax": "<length>",
|
|
5231
|
+
"inherits": true
|
|
5232
|
+
},
|
|
5233
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5234
|
+
},
|
|
5235
|
+
"type": "spacing"
|
|
5236
|
+
},
|
|
5237
|
+
"padding-inline-start": {
|
|
5238
|
+
"$extensions": {
|
|
5239
|
+
"nl.nldesignsystem.css.property": {
|
|
5240
|
+
"syntax": "<length>",
|
|
5241
|
+
"inherits": true
|
|
5242
|
+
},
|
|
5243
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5244
|
+
},
|
|
5245
|
+
"type": "spacing"
|
|
5246
|
+
},
|
|
5247
|
+
"side-nav": {
|
|
5248
|
+
"inline-size": "100%"
|
|
5249
|
+
}
|
|
5250
|
+
},
|
|
5251
|
+
"marker": {
|
|
5252
|
+
"color": "hsl(0 0% 80%)"
|
|
5253
|
+
},
|
|
5254
|
+
"toggle-button": {
|
|
5255
|
+
"margin-block-end": {
|
|
5256
|
+
"$extensions": {
|
|
5257
|
+
"nl.nldesignsystem.css.property": {
|
|
5258
|
+
"syntax": "<length>",
|
|
5259
|
+
"inherits": true
|
|
5260
|
+
},
|
|
5261
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5262
|
+
},
|
|
5263
|
+
"type": "spacing"
|
|
5264
|
+
},
|
|
5265
|
+
"margin-block-start": {
|
|
5266
|
+
"$extensions": {
|
|
5267
|
+
"nl.nldesignsystem.css.property": {
|
|
5268
|
+
"syntax": "<length>",
|
|
5269
|
+
"inherits": true
|
|
5270
|
+
},
|
|
5271
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5272
|
+
},
|
|
5273
|
+
"type": "spacing"
|
|
5274
|
+
},
|
|
5275
|
+
"offset-end": "16px",
|
|
5276
|
+
"offset-start": "16px",
|
|
5277
|
+
"padding-inline-end": {
|
|
5278
|
+
"$extensions": {
|
|
5279
|
+
"nl.nldesignsystem.css.property": {
|
|
5280
|
+
"syntax": "<length>",
|
|
5281
|
+
"inherits": true
|
|
5282
|
+
},
|
|
5283
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5284
|
+
},
|
|
5285
|
+
"type": "spacing"
|
|
5286
|
+
}
|
|
5287
|
+
}
|
|
5288
|
+
},
|
|
4827
5289
|
"number-badge": {
|
|
4828
5290
|
"background-color": "hsl(0 100% 40%)",
|
|
4829
5291
|
"border-color": {
|
|
@@ -7801,6 +8263,92 @@
|
|
|
7801
8263
|
}
|
|
7802
8264
|
}
|
|
7803
8265
|
},
|
|
8266
|
+
"tooltip": {
|
|
8267
|
+
"background-color": "hsl(0 0% 100%)",
|
|
8268
|
+
"border-color": "hsl(0 0% 40%)",
|
|
8269
|
+
"border-radius": "0",
|
|
8270
|
+
"border-width": "1px",
|
|
8271
|
+
"color": "hsl(0 0% 40%)",
|
|
8272
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8273
|
+
"font-size": "1rem",
|
|
8274
|
+
"font-weight": {
|
|
8275
|
+
"$extensions": {
|
|
8276
|
+
"nl.nldesignsystem.css.property": {
|
|
8277
|
+
"syntax": "<number>",
|
|
8278
|
+
"inherits": false
|
|
8279
|
+
},
|
|
8280
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
8281
|
+
},
|
|
8282
|
+
"type": "fontWeights"
|
|
8283
|
+
},
|
|
8284
|
+
"line-height": {
|
|
8285
|
+
"$extensions": {
|
|
8286
|
+
"nl.nldesignsystem.css.property": {
|
|
8287
|
+
"syntax": [
|
|
8288
|
+
"<length>",
|
|
8289
|
+
"<number>"
|
|
8290
|
+
],
|
|
8291
|
+
"inherits": true
|
|
8292
|
+
},
|
|
8293
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
8294
|
+
},
|
|
8295
|
+
"type": "lineHeights"
|
|
8296
|
+
},
|
|
8297
|
+
"max-inline-size": {
|
|
8298
|
+
"$extensions": {
|
|
8299
|
+
"nl.nldesignsystem.css.property": {
|
|
8300
|
+
"syntax": "<length>",
|
|
8301
|
+
"inherits": true
|
|
8302
|
+
},
|
|
8303
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
8304
|
+
},
|
|
8305
|
+
"type": "sizing"
|
|
8306
|
+
},
|
|
8307
|
+
"padding-block": "8px",
|
|
8308
|
+
"padding-inline": "16px",
|
|
8309
|
+
"transition-duration": {
|
|
8310
|
+
"$extensions": {
|
|
8311
|
+
"nl.nldesignsystem.css.property": {
|
|
8312
|
+
"syntax": "<time>",
|
|
8313
|
+
"inherits": true
|
|
8314
|
+
},
|
|
8315
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
8316
|
+
},
|
|
8317
|
+
"type": "other"
|
|
8318
|
+
},
|
|
8319
|
+
"transition-timing-function": {
|
|
8320
|
+
"$extensions": {
|
|
8321
|
+
"nl.nldesignsystem.css.property": {
|
|
8322
|
+
"syntax": "<time>",
|
|
8323
|
+
"inherits": true
|
|
8324
|
+
},
|
|
8325
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
8326
|
+
},
|
|
8327
|
+
"type": "other"
|
|
8328
|
+
},
|
|
8329
|
+
"z-index": {
|
|
8330
|
+
"$extensions": {
|
|
8331
|
+
"nl.nldesignsystem.css.property": {
|
|
8332
|
+
"syntax": "<number>",
|
|
8333
|
+
"inherits": true
|
|
8334
|
+
},
|
|
8335
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
8336
|
+
},
|
|
8337
|
+
"type": "other"
|
|
8338
|
+
},
|
|
8339
|
+
"arrow": {
|
|
8340
|
+
"size": {
|
|
8341
|
+
"$extensions": {
|
|
8342
|
+
"nl.nldesignsystem.css.property": {
|
|
8343
|
+
"syntax": "<length-percentage>",
|
|
8344
|
+
"inherits": true
|
|
8345
|
+
},
|
|
8346
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
8347
|
+
},
|
|
8348
|
+
"type": "sizing"
|
|
8349
|
+
}
|
|
8350
|
+
}
|
|
8351
|
+
},
|
|
7804
8352
|
"toptask-link": {
|
|
7805
8353
|
"background-color": "hsl(211 60% 80%)",
|
|
7806
8354
|
"color": "hsl(0 0% 15%)",
|