@utrecht/component-library-design-tokens 2.0.3 → 2.0.5

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 +121 -74
  2. package/package.json +96 -97
package/dist/tokens.json CHANGED
@@ -286,6 +286,13 @@
286
286
  },
287
287
  "$type": "color"
288
288
  },
289
+ "border-radius": {
290
+ "$extensions": {
291
+ "nl.nldesignsystem.css-property-syntax": "<length-percentage>",
292
+ "nl.nldesignsystem.figma-implementation": false
293
+ },
294
+ "$type": "dimension"
295
+ },
289
296
  "color": {
290
297
  "$extensions": {
291
298
  "nl.nldesignsystem.css-property-syntax": "<color>",
@@ -293,6 +300,16 @@
293
300
  },
294
301
  "$type": "color"
295
302
  },
303
+ "font-family": {
304
+ "$extensions": {
305
+ "nl.nldesignsystem.css-property-syntax": "*",
306
+ "nl.nldesignsystem.fallback": [
307
+ "utrecht.document.font-family"
308
+ ],
309
+ "nl.nldesignsystem.figma-implementation": false
310
+ },
311
+ "$type": "fontFamily"
312
+ },
296
313
  "font-size": {
297
314
  "$extensions": {
298
315
  "nl.nldesignsystem.css-property-syntax": "<length>",
@@ -300,6 +317,13 @@
300
317
  },
301
318
  "$type": "dimension"
302
319
  },
320
+ "font-weight": {
321
+ "$extensions": {
322
+ "nl.nldesignsystem.css-property-syntax": "<number>",
323
+ "nl.nldesignsystem.figma-implementation": false
324
+ },
325
+ "$type": "fontWeight"
326
+ },
303
327
  "line-height": {
304
328
  "$extensions": {
305
329
  "nl.nldesignsystem.css-property-syntax": [
@@ -843,6 +867,15 @@
843
867
  },
844
868
  "$type": "color"
845
869
  }
870
+ },
871
+ "icon": {
872
+ "size": {
873
+ "$extensions": {
874
+ "nl.nldesignsystem.css-property-syntax": "<length>",
875
+ "nl.nldesignsystem.figma-implementation": true
876
+ },
877
+ "$type": "dimension"
878
+ }
846
879
  }
847
880
  },
848
881
  "textarea": {
@@ -3208,63 +3241,6 @@
3208
3241
  }
3209
3242
  },
3210
3243
  "preserve-data": {},
3211
- "pre-heading": {
3212
- "color": {
3213
- "$extensions": {
3214
- "nl.nldesignsystem.css-property-syntax": "<color>",
3215
- "nl.nldesignsystem.fallback": [
3216
- "utrecht.document.color"
3217
- ],
3218
- "nl.nldesignsystem.figma-implementation": true
3219
- },
3220
- "$type": "color"
3221
- },
3222
- "font-family": {
3223
- "$extensions": {
3224
- "nl.nldesignsystem.css-property-syntax": "*",
3225
- "nl.nldesignsystem.fallback": [
3226
- "utrecht.document.font-family"
3227
- ],
3228
- "nl.nldesignsystem.figma-implementation": true
3229
- },
3230
- "$type": "fontFamily"
3231
- },
3232
- "font-size": {
3233
- "$extensions": {
3234
- "nl.nldesignsystem.css-property-syntax": "<length>",
3235
- "nl.nldesignsystem.figma-implementation": true
3236
- },
3237
- "$type": "dimension"
3238
- },
3239
- "font-weight": {
3240
- "$extensions": {
3241
- "nl.nldesignsystem.css-property-syntax": "<number>",
3242
- "nl.nldesignsystem.figma-implementation": true
3243
- },
3244
- "$type": "fontWeight"
3245
- },
3246
- "line-height": {
3247
- "$extensions": {
3248
- "nl.nldesignsystem.css-property-syntax": "<length-percentage>",
3249
- "nl.nldesignsystem.figma-implementation": true
3250
- },
3251
- "$type": "dimension"
3252
- },
3253
- "margin-block-end": {
3254
- "$extensions": {
3255
- "nl.nldesignsystem.css-property-syntax": "<length>",
3256
- "nl.nldesignsystem.figma-implementation": false
3257
- },
3258
- "$type": "dimension"
3259
- },
3260
- "margin-block-start": {
3261
- "$extensions": {
3262
- "nl.nldesignsystem.css-property-syntax": "<length>",
3263
- "nl.nldesignsystem.figma-implementation": false
3264
- },
3265
- "$type": "dimension"
3266
- }
3267
- },
3268
3244
  "paragraph": {
3269
3245
  "color": {
3270
3246
  "$extensions": {
@@ -3429,6 +3405,63 @@
3429
3405
  }
3430
3406
  }
3431
3407
  },
3408
+ "pre-heading": {
3409
+ "color": {
3410
+ "$extensions": {
3411
+ "nl.nldesignsystem.css-property-syntax": "<color>",
3412
+ "nl.nldesignsystem.fallback": [
3413
+ "utrecht.document.color"
3414
+ ],
3415
+ "nl.nldesignsystem.figma-implementation": true
3416
+ },
3417
+ "$type": "color"
3418
+ },
3419
+ "font-family": {
3420
+ "$extensions": {
3421
+ "nl.nldesignsystem.css-property-syntax": "*",
3422
+ "nl.nldesignsystem.fallback": [
3423
+ "utrecht.document.font-family"
3424
+ ],
3425
+ "nl.nldesignsystem.figma-implementation": true
3426
+ },
3427
+ "$type": "fontFamily"
3428
+ },
3429
+ "font-size": {
3430
+ "$extensions": {
3431
+ "nl.nldesignsystem.css-property-syntax": "<length>",
3432
+ "nl.nldesignsystem.figma-implementation": true
3433
+ },
3434
+ "$type": "dimension"
3435
+ },
3436
+ "font-weight": {
3437
+ "$extensions": {
3438
+ "nl.nldesignsystem.css-property-syntax": "<number>",
3439
+ "nl.nldesignsystem.figma-implementation": true
3440
+ },
3441
+ "$type": "fontWeight"
3442
+ },
3443
+ "line-height": {
3444
+ "$extensions": {
3445
+ "nl.nldesignsystem.css-property-syntax": "<length-percentage>",
3446
+ "nl.nldesignsystem.figma-implementation": true
3447
+ },
3448
+ "$type": "dimension"
3449
+ },
3450
+ "margin-block-end": {
3451
+ "$extensions": {
3452
+ "nl.nldesignsystem.css-property-syntax": "<length>",
3453
+ "nl.nldesignsystem.figma-implementation": false
3454
+ },
3455
+ "$type": "dimension"
3456
+ },
3457
+ "margin-block-start": {
3458
+ "$extensions": {
3459
+ "nl.nldesignsystem.css-property-syntax": "<length>",
3460
+ "nl.nldesignsystem.figma-implementation": false
3461
+ },
3462
+ "$type": "dimension"
3463
+ }
3464
+ },
3432
3465
  "pagination": {
3433
3466
  "font-size": {
3434
3467
  "$extensions": {
@@ -3910,14 +3943,7 @@
3910
3943
  },
3911
3944
  "$type": "dimension"
3912
3945
  },
3913
- "padding-inline-start": {
3914
- "$extensions": {
3915
- "nl.nldesignsystem.css-property-syntax": "<length>",
3916
- "nl.nldesignsystem.figma-implementation": false
3917
- },
3918
- "$type": "dimension"
3919
- },
3920
- "padding-inline-end": {
3946
+ "padding-inline": {
3921
3947
  "$extensions": {
3922
3948
  "nl.nldesignsystem.css-property-syntax": "<length>",
3923
3949
  "nl.nldesignsystem.figma-implementation": false
@@ -3991,14 +4017,7 @@
3991
4017
  },
3992
4018
  "$type": "color"
3993
4019
  },
3994
- "padding-inline-end": {
3995
- "$extensions": {
3996
- "nl.nldesignsystem.css-property-syntax": "<length>",
3997
- "nl.nldesignsystem.figma-implementation": false
3998
- },
3999
- "$type": "dimension"
4000
- },
4001
- "padding-inline-start": {
4020
+ "padding-inline": {
4002
4021
  "$extensions": {
4003
4022
  "nl.nldesignsystem.css-property-syntax": "<length>",
4004
4023
  "nl.nldesignsystem.figma-implementation": false
@@ -4066,6 +4085,34 @@
4066
4085
  },
4067
4086
  "$type": "color"
4068
4087
  },
4088
+ "padding-block-start": {
4089
+ "$extensions": {
4090
+ "nl.nldesignsystem.css-property-syntax": "<length>",
4091
+ "nl.nldesignsystem.figma-implementation": false
4092
+ },
4093
+ "$type": "dimension"
4094
+ },
4095
+ "padding-block-end": {
4096
+ "$extensions": {
4097
+ "nl.nldesignsystem.css-property-syntax": "<length>",
4098
+ "nl.nldesignsystem.figma-implementation": false
4099
+ },
4100
+ "$type": "dimension"
4101
+ },
4102
+ "padding-inline-start": {
4103
+ "$extensions": {
4104
+ "nl.nldesignsystem.css-property-syntax": "<length>",
4105
+ "nl.nldesignsystem.figma-implementation": false
4106
+ },
4107
+ "$type": "dimension"
4108
+ },
4109
+ "padding-inline-end": {
4110
+ "$extensions": {
4111
+ "nl.nldesignsystem.css-property-syntax": "<length>",
4112
+ "nl.nldesignsystem.figma-implementation": false
4113
+ },
4114
+ "$type": "dimension"
4115
+ },
4069
4116
  "content": {
4070
4117
  "background-color": {
4071
4118
  "$extensions": {
@@ -7587,6 +7634,7 @@
7587
7634
  }
7588
7635
  }
7589
7636
  },
7637
+ "flex-wrap-fallback": {},
7590
7638
  "flo-decision": {
7591
7639
  "explanation": {
7592
7640
  "margin-inline-start": {
@@ -7824,7 +7872,6 @@
7824
7872
  }
7825
7873
  }
7826
7874
  },
7827
- "flex-wrap-fallback": {},
7828
7875
  "figure": {
7829
7876
  "margin-block-end": {
7830
7877
  "$extensions": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.3",
2
+ "version": "2.0.5",
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",
@@ -12,7 +12,8 @@
12
12
  ],
13
13
  "private": false,
14
14
  "publishConfig": {
15
- "access": "public"
15
+ "access": "public",
16
+ "provenance": true
16
17
  },
17
18
  "repository": {
18
19
  "type": "git+ssh",
@@ -21,106 +22,104 @@
21
22
  },
22
23
  "devDependencies": {
23
24
  "@nl-design-system-unstable/theme-toolkit": "1.0.0",
25
+ "es-toolkit": "1.46.0",
24
26
  "glob": "10.4.5",
25
- "lodash.clonedeepwith": "4.5.0",
26
- "lodash.isplainobject": "4.0.6",
27
- "lodash.merge": "4.6.2",
28
27
  "rimraf": "5.0.10",
29
28
  "@utrecht/build-utils-css": "0.0.4"
30
29
  },
31
30
  "dependencies": {
32
- "@utrecht/accordion-css": "4.0.0",
33
- "@utrecht/action-group-css": "4.0.0",
34
- "@utrecht/alert-css": "4.0.1",
35
- "@utrecht/alert-dialog-css": "3.0.0",
36
- "@utrecht/alternate-lang-nav-css": "3.0.0",
37
- "@utrecht/article-css": "3.0.0",
38
- "@utrecht/backdrop-css": "3.0.0",
39
- "@utrecht/badge-counter-css": "3.0.0",
40
- "@utrecht/badge-list-css": "4.0.0",
41
- "@utrecht/blockquote-css": "3.0.0",
42
- "@utrecht/breadcrumb-nav-css": "3.0.0",
43
- "@utrecht/button-css": "4.0.0",
44
- "@utrecht/button-group-css": "3.0.0",
45
- "@utrecht/button-link-css": "3.0.0",
46
- "@utrecht/calendar-css": "3.0.0",
47
- "@utrecht/checkbox-css": "3.0.0",
48
- "@utrecht/code-block-css": "3.0.0",
49
- "@utrecht/code-css": "3.0.0",
50
- "@utrecht/color-sample-css": "3.0.0",
51
- "@utrecht/column-layout-css": "3.0.0",
52
- "@utrecht/combobox-css": "3.0.0",
53
- "@utrecht/currency-data-css": "3.0.0",
54
- "@utrecht/custom-checkbox-css": "3.0.0",
55
- "@utrecht/data-badge-css": "3.0.0",
56
- "@utrecht/data-list-css": "3.0.0",
57
- "@utrecht/data-placeholder-css": "3.0.0",
58
- "@utrecht/digid-button-css": "2.0.0",
59
- "@utrecht/document-css": "3.0.0",
60
- "@utrecht/drawer-css": "3.0.0",
61
- "@utrecht/emphasis-css": "3.0.0",
62
- "@utrecht/figure-css": "3.0.0",
63
- "@utrecht/form-css": "3.0.0",
64
- "@utrecht/form-field-css": "3.0.0",
65
- "@utrecht/form-field-description-css": "3.0.0",
66
- "@utrecht/form-field-error-message-css": "3.0.0",
67
- "@utrecht/form-fieldset-css": "3.0.0",
68
- "@utrecht/form-label-css": "3.0.0",
69
- "@utrecht/form-toggle-css": "3.0.0",
70
- "@utrecht/heading-1-css": "3.0.0",
71
- "@utrecht/heading-2-css": "3.0.0",
72
- "@utrecht/heading-3-css": "3.0.0",
73
- "@utrecht/heading-4-css": "3.0.0",
74
- "@utrecht/heading-5-css": "3.0.0",
75
- "@utrecht/heading-6-css": "3.0.0",
76
- "@utrecht/heading-group-css": "3.0.0",
77
- "@utrecht/html-content-css": "3.0.0",
78
- "@utrecht/iban-data-css": "3.0.0",
79
- "@utrecht/icon": "2.2.0",
80
- "@utrecht/img-css": "3.0.0",
81
- "@utrecht/index-char-nav-css": "3.0.0",
82
- "@utrecht/link-button-css": "3.0.0",
83
- "@utrecht/link-css": "3.0.0",
84
- "@utrecht/link-list-css": "4.0.0",
85
- "@utrecht/link-social-css": "3.0.0",
86
- "@utrecht/list-social-css": "3.0.0",
87
- "@utrecht/listbox-css": "3.0.0",
88
- "@utrecht/logo-button-css": "2.0.0",
89
- "@utrecht/logo-css": "3.0.0",
90
- "@utrecht/logo-image-css": "2.0.0",
91
- "@utrecht/map-marker-css": "3.0.0",
92
- "@utrecht/mark-css": "3.0.0",
93
- "@utrecht/multiline-data-css": "3.0.0",
94
- "@utrecht/nav-bar-css": "3.2.0",
95
- "@utrecht/nav-list-css": "2.0.0",
96
- "@utrecht/number-badge-css": "4.0.0",
97
- "@utrecht/number-data-css": "3.0.0",
98
- "@utrecht/ordered-list-css": "4.0.0",
99
- "@utrecht/page-content-css": "3.0.0",
100
- "@utrecht/page-css": "3.0.0",
101
- "@utrecht/page-footer-css": "4.0.0",
102
- "@utrecht/page-header-css": "3.0.0",
103
- "@utrecht/pagination-css": "3.0.0",
104
- "@utrecht/paragraph-css": "4.0.0",
105
- "@utrecht/pre-heading-css": "3.0.0",
106
- "@utrecht/preserve-data-css": "3.0.0",
107
- "@utrecht/radio-button-css": "3.0.0",
108
- "@utrecht/rich-text-css": "3.0.0",
109
- "@utrecht/search-bar-css": "4.0.0",
110
- "@utrecht/select-css": "3.0.0",
111
- "@utrecht/separator-css": "3.0.0",
112
- "@utrecht/skip-link-css": "3.0.0",
113
- "@utrecht/spotlight-section-css": "3.0.1",
114
- "@utrecht/status-badge-css": "2.0.0",
115
- "@utrecht/surface-css": "3.0.0",
116
- "@utrecht/table-css": "3.0.0",
117
- "@utrecht/table-of-contents-css": "2.0.0",
118
- "@utrecht/textarea-css": "4.0.0",
119
- "@utrecht/textbox-css": "4.0.0",
120
- "@utrecht/top-task-link-css": "3.0.0",
121
- "@utrecht/top-task-nav-css": "2.0.0",
122
- "@utrecht/unordered-list-css": "3.1.0",
123
- "@utrecht/url-data-css": "3.0.0"
31
+ "@utrecht/accordion-css": "4.0.1",
32
+ "@utrecht/action-group-css": "4.0.1",
33
+ "@utrecht/alert-css": "4.0.2",
34
+ "@utrecht/alert-dialog-css": "3.0.1",
35
+ "@utrecht/alternate-lang-nav-css": "3.0.1",
36
+ "@utrecht/backdrop-css": "3.0.1",
37
+ "@utrecht/article-css": "3.0.1",
38
+ "@utrecht/badge-counter-css": "3.0.1",
39
+ "@utrecht/blockquote-css": "3.0.1",
40
+ "@utrecht/badge-list-css": "4.0.1",
41
+ "@utrecht/breadcrumb-nav-css": "3.0.1",
42
+ "@utrecht/button-css": "4.0.1",
43
+ "@utrecht/button-group-css": "3.0.1",
44
+ "@utrecht/button-link-css": "3.0.1",
45
+ "@utrecht/calendar-css": "3.0.1",
46
+ "@utrecht/checkbox-css": "3.0.1",
47
+ "@utrecht/code-block-css": "3.0.1",
48
+ "@utrecht/code-css": "3.0.1",
49
+ "@utrecht/color-sample-css": "3.0.1",
50
+ "@utrecht/column-layout-css": "3.0.1",
51
+ "@utrecht/currency-data-css": "3.0.1",
52
+ "@utrecht/combobox-css": "3.0.1",
53
+ "@utrecht/custom-checkbox-css": "3.0.1",
54
+ "@utrecht/data-badge-css": "3.0.1",
55
+ "@utrecht/data-list-css": "3.0.1",
56
+ "@utrecht/data-placeholder-css": "3.0.1",
57
+ "@utrecht/digid-button-css": "2.0.1",
58
+ "@utrecht/document-css": "3.0.1",
59
+ "@utrecht/drawer-css": "3.0.1",
60
+ "@utrecht/figure-css": "3.0.1",
61
+ "@utrecht/emphasis-css": "3.0.1",
62
+ "@utrecht/form-field-css": "3.0.1",
63
+ "@utrecht/form-css": "3.0.1",
64
+ "@utrecht/form-field-description-css": "3.0.1",
65
+ "@utrecht/form-field-error-message-css": "3.0.1",
66
+ "@utrecht/form-fieldset-css": "3.0.1",
67
+ "@utrecht/form-label-css": "3.0.1",
68
+ "@utrecht/heading-1-css": "3.0.1",
69
+ "@utrecht/form-toggle-css": "3.0.1",
70
+ "@utrecht/heading-3-css": "3.0.1",
71
+ "@utrecht/heading-2-css": "3.0.1",
72
+ "@utrecht/heading-4-css": "3.0.1",
73
+ "@utrecht/heading-6-css": "3.0.1",
74
+ "@utrecht/heading-5-css": "3.0.1",
75
+ "@utrecht/html-content-css": "3.0.1",
76
+ "@utrecht/heading-group-css": "3.0.1",
77
+ "@utrecht/iban-data-css": "3.0.1",
78
+ "@utrecht/icon": "2.3.0",
79
+ "@utrecht/img-css": "3.0.1",
80
+ "@utrecht/link-button-css": "3.0.1",
81
+ "@utrecht/index-char-nav-css": "3.0.1",
82
+ "@utrecht/link-css": "3.0.1",
83
+ "@utrecht/link-list-css": "4.0.1",
84
+ "@utrecht/link-social-css": "3.0.1",
85
+ "@utrecht/list-social-css": "3.0.1",
86
+ "@utrecht/listbox-css": "3.0.1",
87
+ "@utrecht/logo-button-css": "2.0.1",
88
+ "@utrecht/logo-css": "3.0.1",
89
+ "@utrecht/logo-image-css": "2.0.1",
90
+ "@utrecht/map-marker-css": "3.0.1",
91
+ "@utrecht/mark-css": "3.0.1",
92
+ "@utrecht/multiline-data-css": "3.0.1",
93
+ "@utrecht/nav-bar-css": "3.2.1",
94
+ "@utrecht/nav-list-css": "2.0.1",
95
+ "@utrecht/number-badge-css": "4.0.1",
96
+ "@utrecht/ordered-list-css": "4.0.1",
97
+ "@utrecht/number-data-css": "3.0.1",
98
+ "@utrecht/page-content-css": "3.0.1",
99
+ "@utrecht/page-css": "3.0.1",
100
+ "@utrecht/page-header-css": "3.0.2",
101
+ "@utrecht/page-footer-css": "4.0.2",
102
+ "@utrecht/pagination-css": "3.0.1",
103
+ "@utrecht/paragraph-css": "4.0.1",
104
+ "@utrecht/preserve-data-css": "3.0.1",
105
+ "@utrecht/pre-heading-css": "3.0.1",
106
+ "@utrecht/radio-button-css": "3.0.1",
107
+ "@utrecht/rich-text-css": "3.0.1",
108
+ "@utrecht/select-css": "3.0.1",
109
+ "@utrecht/search-bar-css": "4.0.1",
110
+ "@utrecht/separator-css": "3.0.1",
111
+ "@utrecht/skip-link-css": "3.0.1",
112
+ "@utrecht/spotlight-section-css": "3.0.2",
113
+ "@utrecht/status-badge-css": "2.0.1",
114
+ "@utrecht/surface-css": "3.0.1",
115
+ "@utrecht/table-css": "3.0.1",
116
+ "@utrecht/table-of-contents-css": "2.0.1",
117
+ "@utrecht/textbox-css": "4.0.1",
118
+ "@utrecht/top-task-link-css": "3.1.0",
119
+ "@utrecht/top-task-nav-css": "2.0.1",
120
+ "@utrecht/unordered-list-css": "3.1.1",
121
+ "@utrecht/url-data-css": "3.0.1",
122
+ "@utrecht/textarea-css": "4.0.1"
124
123
  },
125
124
  "scripts": {
126
125
  "build": "pnpm run '/^build:.*/'",