@utrecht/component-library-design-tokens 2.0.0 → 2.0.1

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 +194 -36
  2. package/package.json +3 -3
package/dist/tokens.json CHANGED
@@ -97,6 +97,164 @@
97
97
  "nl.nldesignsystem.figma-implementation": true
98
98
  },
99
99
  "$type": "color"
100
+ },
101
+ "font-size": {
102
+ "$extensions": {
103
+ "nl.nldesignsystem.css-property-syntax": "<length>",
104
+ "nl.nldesignsystem.figma-implementation": false
105
+ },
106
+ "$type": "dimension"
107
+ }
108
+ },
109
+ "level-1": {
110
+ "list-style-type": {
111
+ "$extensions": {
112
+ "nl.nldesignsystem.css-property-syntax": "<string>",
113
+ "nl.nldesignsystem.figma-implementation": false
114
+ },
115
+ "$type": "string"
116
+ },
117
+ "marker": {
118
+ "font-size": {
119
+ "$extensions": {
120
+ "nl.nldesignsystem.css-property-syntax": "<length>",
121
+ "nl.nldesignsystem.figma-implementation": false
122
+ },
123
+ "$type": "dimension"
124
+ }
125
+ }
126
+ },
127
+ "level-2": {
128
+ "list-style-type": {
129
+ "$extensions": {
130
+ "nl.nldesignsystem.css-property-syntax": "<string>",
131
+ "nl.nldesignsystem.figma-implementation": false
132
+ },
133
+ "$type": "string"
134
+ },
135
+ "marker": {
136
+ "font-size": {
137
+ "$extensions": {
138
+ "nl.nldesignsystem.css-property-syntax": "<length>",
139
+ "nl.nldesignsystem.figma-implementation": false
140
+ },
141
+ "$type": "dimension"
142
+ }
143
+ }
144
+ },
145
+ "level-3": {
146
+ "list-style-type": {
147
+ "$extensions": {
148
+ "nl.nldesignsystem.css-property-syntax": "<string>",
149
+ "nl.nldesignsystem.figma-implementation": false
150
+ },
151
+ "$type": "string"
152
+ },
153
+ "marker": {
154
+ "font-size": {
155
+ "$extensions": {
156
+ "nl.nldesignsystem.css-property-syntax": "<length>",
157
+ "nl.nldesignsystem.figma-implementation": false
158
+ },
159
+ "$type": "dimension"
160
+ }
161
+ }
162
+ },
163
+ "level-4": {
164
+ "list-style-type": {
165
+ "$extensions": {
166
+ "nl.nldesignsystem.css-property-syntax": "<string>",
167
+ "nl.nldesignsystem.figma-implementation": false
168
+ },
169
+ "$type": "string"
170
+ },
171
+ "marker": {
172
+ "font-size": {
173
+ "$extensions": {
174
+ "nl.nldesignsystem.css-property-syntax": "<length>",
175
+ "nl.nldesignsystem.figma-implementation": false
176
+ },
177
+ "$type": "dimension"
178
+ }
179
+ }
180
+ },
181
+ "level-5": {
182
+ "list-style-type": {
183
+ "$extensions": {
184
+ "nl.nldesignsystem.css-property-syntax": "<string>",
185
+ "nl.nldesignsystem.figma-implementation": false
186
+ },
187
+ "$type": "string"
188
+ },
189
+ "marker": {
190
+ "font-size": {
191
+ "$extensions": {
192
+ "nl.nldesignsystem.css-property-syntax": "<length>",
193
+ "nl.nldesignsystem.figma-implementation": false
194
+ },
195
+ "$type": "dimension"
196
+ }
197
+ }
198
+ },
199
+ "level-6": {
200
+ "list-style-type": {
201
+ "$extensions": {
202
+ "nl.nldesignsystem.css-property-syntax": "<string>",
203
+ "nl.nldesignsystem.figma-implementation": false
204
+ },
205
+ "$type": "string"
206
+ },
207
+ "marker": {
208
+ "font-size": {
209
+ "$extensions": {
210
+ "nl.nldesignsystem.css-property-syntax": "<length>",
211
+ "nl.nldesignsystem.figma-implementation": false
212
+ },
213
+ "$type": "dimension"
214
+ }
215
+ }
216
+ },
217
+ "level-7": {
218
+ "list-style-type": {
219
+ "$extensions": {
220
+ "nl.nldesignsystem.css-property-syntax": "<string>",
221
+ "nl.nldesignsystem.figma-implementation": false
222
+ },
223
+ "$type": "string"
224
+ },
225
+ "marker": {
226
+ "font-size": {
227
+ "$extensions": {
228
+ "nl.nldesignsystem.css-property-syntax": "<length>",
229
+ "nl.nldesignsystem.figma-implementation": false
230
+ },
231
+ "$type": "dimension"
232
+ }
233
+ }
234
+ },
235
+ "level-8": {
236
+ "list-style-type": {
237
+ "$extensions": {
238
+ "nl.nldesignsystem.css-property-syntax": "<string>",
239
+ "nl.nldesignsystem.figma-implementation": false
240
+ },
241
+ "$type": "string"
242
+ },
243
+ "marker": {
244
+ "content": {
245
+ "$extensions": {
246
+ "nl.nldesignsystem.css-property-syntax": "<string>",
247
+ "nl.nldesignsystem.figma-implementation": false
248
+ },
249
+ "$type": "string"
250
+ },
251
+ "font-size": {
252
+ "$extensions": {
253
+ "nl.nldesignsystem.css-property-syntax": "<length>",
254
+ "nl.nldesignsystem.figma-implementation": false
255
+ },
256
+ "$type": "dimension"
257
+ }
100
258
  }
101
259
  }
102
260
  },
@@ -5691,6 +5849,40 @@
5691
5849
  }
5692
5850
  },
5693
5851
  "link-button": {},
5852
+ "index-char-nav": {
5853
+ "margin-block-start": {
5854
+ "$extensions": {
5855
+ "nl.nldesignsystem.css-property-syntax": "<length>",
5856
+ "nl.nldesignsystem.figma-implementation": false
5857
+ },
5858
+ "$type": "dimension"
5859
+ },
5860
+ "margin-block-end": {
5861
+ "$extensions": {
5862
+ "nl.nldesignsystem.css-property-syntax": "<length>",
5863
+ "nl.nldesignsystem.figma-implementation": false
5864
+ },
5865
+ "$type": "dimension"
5866
+ },
5867
+ "gap": {
5868
+ "$extensions": {
5869
+ "nl.nldesignsystem.css-property-syntax": "<length>",
5870
+ "nl.nldesignsystem.figma-implementation": false
5871
+ },
5872
+ "$type": "dimension"
5873
+ },
5874
+ "link": {
5875
+ "current": {
5876
+ "font-weight": {
5877
+ "$extensions": {
5878
+ "nl.nldesignsystem.css-property-syntax": "<number>",
5879
+ "nl.nldesignsystem.figma-implementation": false
5880
+ },
5881
+ "$type": "fontWeight"
5882
+ }
5883
+ }
5884
+ }
5885
+ },
5694
5886
  "link": {
5695
5887
  "color": {
5696
5888
  "$extensions": {
@@ -5893,40 +6085,6 @@
5893
6085
  }
5894
6086
  }
5895
6087
  },
5896
- "index-char-nav": {
5897
- "margin-block-start": {
5898
- "$extensions": {
5899
- "nl.nldesignsystem.css-property-syntax": "<length>",
5900
- "nl.nldesignsystem.figma-implementation": false
5901
- },
5902
- "$type": "dimension"
5903
- },
5904
- "margin-block-end": {
5905
- "$extensions": {
5906
- "nl.nldesignsystem.css-property-syntax": "<length>",
5907
- "nl.nldesignsystem.figma-implementation": false
5908
- },
5909
- "$type": "dimension"
5910
- },
5911
- "gap": {
5912
- "$extensions": {
5913
- "nl.nldesignsystem.css-property-syntax": "<length>",
5914
- "nl.nldesignsystem.figma-implementation": false
5915
- },
5916
- "$type": "dimension"
5917
- },
5918
- "link": {
5919
- "current": {
5920
- "font-weight": {
5921
- "$extensions": {
5922
- "nl.nldesignsystem.css-property-syntax": "<number>",
5923
- "nl.nldesignsystem.figma-implementation": false
5924
- },
5925
- "$type": "fontWeight"
5926
- }
5927
- }
5928
- }
5929
- },
5930
6088
  "image": {},
5931
6089
  "iban-data": {},
5932
6090
  "html-content": {},
@@ -6011,7 +6169,7 @@
6011
6169
  "$type": "dimension"
6012
6170
  }
6013
6171
  },
6014
- "heading-5": {
6172
+ "heading-4": {
6015
6173
  "color": {
6016
6174
  "$extensions": {
6017
6175
  "nl.nldesignsystem.css-property-syntax": "<color>",
@@ -6076,7 +6234,7 @@
6076
6234
  "$type": "dimension"
6077
6235
  }
6078
6236
  },
6079
- "heading-4": {
6237
+ "heading-5": {
6080
6238
  "color": {
6081
6239
  "$extensions": {
6082
6240
  "nl.nldesignsystem.css-property-syntax": "<color>",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0",
2
+ "version": "2.0.1",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design tokens metadata for the component library for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -34,8 +34,8 @@
34
34
  "@utrecht/alert-css": "4.0.0",
35
35
  "@utrecht/alert-dialog-css": "3.0.0",
36
36
  "@utrecht/alternate-lang-nav-css": "3.0.0",
37
- "@utrecht/backdrop-css": "3.0.0",
38
37
  "@utrecht/article-css": "3.0.0",
38
+ "@utrecht/backdrop-css": "3.0.0",
39
39
  "@utrecht/badge-counter-css": "3.0.0",
40
40
  "@utrecht/badge-list-css": "4.0.0",
41
41
  "@utrecht/blockquote-css": "3.0.0",
@@ -119,7 +119,7 @@
119
119
  "@utrecht/textbox-css": "4.0.0",
120
120
  "@utrecht/top-task-link-css": "3.0.0",
121
121
  "@utrecht/top-task-nav-css": "2.0.0",
122
- "@utrecht/unordered-list-css": "3.0.0",
122
+ "@utrecht/unordered-list-css": "3.1.0",
123
123
  "@utrecht/url-data-css": "3.0.0"
124
124
  },
125
125
  "scripts": {