@utrecht/component-library-design-tokens 2.0.5 → 2.0.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 +72 -58
- package/package.json +17 -17
package/dist/tokens.json
CHANGED
|
@@ -3241,6 +3241,63 @@
|
|
|
3241
3241
|
}
|
|
3242
3242
|
},
|
|
3243
3243
|
"preserve-data": {},
|
|
3244
|
+
"pre-heading": {
|
|
3245
|
+
"color": {
|
|
3246
|
+
"$extensions": {
|
|
3247
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
3248
|
+
"nl.nldesignsystem.fallback": [
|
|
3249
|
+
"utrecht.document.color"
|
|
3250
|
+
],
|
|
3251
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
3252
|
+
},
|
|
3253
|
+
"$type": "color"
|
|
3254
|
+
},
|
|
3255
|
+
"font-family": {
|
|
3256
|
+
"$extensions": {
|
|
3257
|
+
"nl.nldesignsystem.css-property-syntax": "*",
|
|
3258
|
+
"nl.nldesignsystem.fallback": [
|
|
3259
|
+
"utrecht.document.font-family"
|
|
3260
|
+
],
|
|
3261
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
3262
|
+
},
|
|
3263
|
+
"$type": "fontFamily"
|
|
3264
|
+
},
|
|
3265
|
+
"font-size": {
|
|
3266
|
+
"$extensions": {
|
|
3267
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
3268
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
3269
|
+
},
|
|
3270
|
+
"$type": "dimension"
|
|
3271
|
+
},
|
|
3272
|
+
"font-weight": {
|
|
3273
|
+
"$extensions": {
|
|
3274
|
+
"nl.nldesignsystem.css-property-syntax": "<number>",
|
|
3275
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
3276
|
+
},
|
|
3277
|
+
"$type": "fontWeight"
|
|
3278
|
+
},
|
|
3279
|
+
"line-height": {
|
|
3280
|
+
"$extensions": {
|
|
3281
|
+
"nl.nldesignsystem.css-property-syntax": "<length-percentage>",
|
|
3282
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
3283
|
+
},
|
|
3284
|
+
"$type": "dimension"
|
|
3285
|
+
},
|
|
3286
|
+
"margin-block-end": {
|
|
3287
|
+
"$extensions": {
|
|
3288
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
3289
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
3290
|
+
},
|
|
3291
|
+
"$type": "dimension"
|
|
3292
|
+
},
|
|
3293
|
+
"margin-block-start": {
|
|
3294
|
+
"$extensions": {
|
|
3295
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
3296
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
3297
|
+
},
|
|
3298
|
+
"$type": "dimension"
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3244
3301
|
"paragraph": {
|
|
3245
3302
|
"color": {
|
|
3246
3303
|
"$extensions": {
|
|
@@ -3405,63 +3462,6 @@
|
|
|
3405
3462
|
}
|
|
3406
3463
|
}
|
|
3407
3464
|
},
|
|
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
|
-
},
|
|
3465
3465
|
"pagination": {
|
|
3466
3466
|
"font-size": {
|
|
3467
3467
|
"$extensions": {
|
|
@@ -3929,6 +3929,13 @@
|
|
|
3929
3929
|
},
|
|
3930
3930
|
"$type": "color"
|
|
3931
3931
|
},
|
|
3932
|
+
"max-inline-size": {
|
|
3933
|
+
"$extensions": {
|
|
3934
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
3935
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
3936
|
+
},
|
|
3937
|
+
"$type": "dimension"
|
|
3938
|
+
},
|
|
3932
3939
|
"padding-block-start": {
|
|
3933
3940
|
"$extensions": {
|
|
3934
3941
|
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
@@ -4017,6 +4024,13 @@
|
|
|
4017
4024
|
},
|
|
4018
4025
|
"$type": "color"
|
|
4019
4026
|
},
|
|
4027
|
+
"max-inline-size": {
|
|
4028
|
+
"$extensions": {
|
|
4029
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
4030
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
4031
|
+
},
|
|
4032
|
+
"$type": "dimension"
|
|
4033
|
+
},
|
|
4020
4034
|
"padding-inline": {
|
|
4021
4035
|
"$extensions": {
|
|
4022
4036
|
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
@@ -7634,7 +7648,6 @@
|
|
|
7634
7648
|
}
|
|
7635
7649
|
}
|
|
7636
7650
|
},
|
|
7637
|
-
"flex-wrap-fallback": {},
|
|
7638
7651
|
"flo-decision": {
|
|
7639
7652
|
"explanation": {
|
|
7640
7653
|
"margin-inline-start": {
|
|
@@ -7872,6 +7885,7 @@
|
|
|
7872
7885
|
}
|
|
7873
7886
|
}
|
|
7874
7887
|
},
|
|
7888
|
+
"flex-wrap-fallback": {},
|
|
7875
7889
|
"figure": {
|
|
7876
7890
|
"margin-block-end": {
|
|
7877
7891
|
"$extensions": {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.6",
|
|
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",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"@utrecht/alert-css": "4.0.2",
|
|
34
34
|
"@utrecht/alert-dialog-css": "3.0.1",
|
|
35
35
|
"@utrecht/alternate-lang-nav-css": "3.0.1",
|
|
36
|
-
"@utrecht/backdrop-css": "3.0.1",
|
|
37
36
|
"@utrecht/article-css": "3.0.1",
|
|
37
|
+
"@utrecht/backdrop-css": "3.0.1",
|
|
38
38
|
"@utrecht/badge-counter-css": "3.0.1",
|
|
39
|
-
"@utrecht/blockquote-css": "3.0.1",
|
|
40
39
|
"@utrecht/badge-list-css": "4.0.1",
|
|
40
|
+
"@utrecht/blockquote-css": "3.0.1",
|
|
41
41
|
"@utrecht/breadcrumb-nav-css": "3.0.1",
|
|
42
42
|
"@utrecht/button-css": "4.0.1",
|
|
43
43
|
"@utrecht/button-group-css": "3.0.1",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@utrecht/code-css": "3.0.1",
|
|
49
49
|
"@utrecht/color-sample-css": "3.0.1",
|
|
50
50
|
"@utrecht/column-layout-css": "3.0.1",
|
|
51
|
-
"@utrecht/currency-data-css": "3.0.1",
|
|
52
51
|
"@utrecht/combobox-css": "3.0.1",
|
|
52
|
+
"@utrecht/currency-data-css": "3.0.1",
|
|
53
53
|
"@utrecht/custom-checkbox-css": "3.0.1",
|
|
54
54
|
"@utrecht/data-badge-css": "3.0.1",
|
|
55
55
|
"@utrecht/data-list-css": "3.0.1",
|
|
@@ -57,28 +57,28 @@
|
|
|
57
57
|
"@utrecht/digid-button-css": "2.0.1",
|
|
58
58
|
"@utrecht/document-css": "3.0.1",
|
|
59
59
|
"@utrecht/drawer-css": "3.0.1",
|
|
60
|
-
"@utrecht/figure-css": "3.0.1",
|
|
61
60
|
"@utrecht/emphasis-css": "3.0.1",
|
|
62
|
-
"@utrecht/
|
|
61
|
+
"@utrecht/figure-css": "3.0.1",
|
|
63
62
|
"@utrecht/form-css": "3.0.1",
|
|
63
|
+
"@utrecht/form-field-css": "3.0.1",
|
|
64
64
|
"@utrecht/form-field-description-css": "3.0.1",
|
|
65
65
|
"@utrecht/form-field-error-message-css": "3.0.1",
|
|
66
66
|
"@utrecht/form-fieldset-css": "3.0.1",
|
|
67
67
|
"@utrecht/form-label-css": "3.0.1",
|
|
68
|
-
"@utrecht/heading-1-css": "3.0.1",
|
|
69
68
|
"@utrecht/form-toggle-css": "3.0.1",
|
|
70
|
-
"@utrecht/heading-
|
|
69
|
+
"@utrecht/heading-1-css": "3.0.1",
|
|
71
70
|
"@utrecht/heading-2-css": "3.0.1",
|
|
71
|
+
"@utrecht/heading-3-css": "3.0.1",
|
|
72
72
|
"@utrecht/heading-4-css": "3.0.1",
|
|
73
|
-
"@utrecht/heading-6-css": "3.0.1",
|
|
74
73
|
"@utrecht/heading-5-css": "3.0.1",
|
|
75
|
-
"@utrecht/
|
|
74
|
+
"@utrecht/heading-6-css": "3.0.1",
|
|
76
75
|
"@utrecht/heading-group-css": "3.0.1",
|
|
76
|
+
"@utrecht/html-content-css": "3.0.1",
|
|
77
77
|
"@utrecht/iban-data-css": "3.0.1",
|
|
78
78
|
"@utrecht/icon": "2.3.0",
|
|
79
79
|
"@utrecht/img-css": "3.0.1",
|
|
80
|
-
"@utrecht/link-button-css": "3.0.1",
|
|
81
80
|
"@utrecht/index-char-nav-css": "3.0.1",
|
|
81
|
+
"@utrecht/link-button-css": "3.1.0",
|
|
82
82
|
"@utrecht/link-css": "3.0.1",
|
|
83
83
|
"@utrecht/link-list-css": "4.0.1",
|
|
84
84
|
"@utrecht/link-social-css": "3.0.1",
|
|
@@ -93,20 +93,20 @@
|
|
|
93
93
|
"@utrecht/nav-bar-css": "3.2.1",
|
|
94
94
|
"@utrecht/nav-list-css": "2.0.1",
|
|
95
95
|
"@utrecht/number-badge-css": "4.0.1",
|
|
96
|
-
"@utrecht/ordered-list-css": "4.0.1",
|
|
97
96
|
"@utrecht/number-data-css": "3.0.1",
|
|
97
|
+
"@utrecht/ordered-list-css": "4.0.1",
|
|
98
98
|
"@utrecht/page-content-css": "3.0.1",
|
|
99
99
|
"@utrecht/page-css": "3.0.1",
|
|
100
|
-
"@utrecht/page-header-css": "3.0.2",
|
|
101
100
|
"@utrecht/page-footer-css": "4.0.2",
|
|
101
|
+
"@utrecht/page-header-css": "3.0.2",
|
|
102
102
|
"@utrecht/pagination-css": "3.0.1",
|
|
103
103
|
"@utrecht/paragraph-css": "4.0.1",
|
|
104
|
-
"@utrecht/preserve-data-css": "3.0.1",
|
|
105
104
|
"@utrecht/pre-heading-css": "3.0.1",
|
|
105
|
+
"@utrecht/preserve-data-css": "3.0.1",
|
|
106
106
|
"@utrecht/radio-button-css": "3.0.1",
|
|
107
107
|
"@utrecht/rich-text-css": "3.0.1",
|
|
108
|
-
"@utrecht/select-css": "3.0.1",
|
|
109
108
|
"@utrecht/search-bar-css": "4.0.1",
|
|
109
|
+
"@utrecht/select-css": "3.0.1",
|
|
110
110
|
"@utrecht/separator-css": "3.0.1",
|
|
111
111
|
"@utrecht/skip-link-css": "3.0.1",
|
|
112
112
|
"@utrecht/spotlight-section-css": "3.0.2",
|
|
@@ -114,12 +114,12 @@
|
|
|
114
114
|
"@utrecht/surface-css": "3.0.1",
|
|
115
115
|
"@utrecht/table-css": "3.0.1",
|
|
116
116
|
"@utrecht/table-of-contents-css": "2.0.1",
|
|
117
|
+
"@utrecht/textarea-css": "4.0.1",
|
|
117
118
|
"@utrecht/textbox-css": "4.0.1",
|
|
118
119
|
"@utrecht/top-task-link-css": "3.1.0",
|
|
119
120
|
"@utrecht/top-task-nav-css": "2.0.1",
|
|
120
121
|
"@utrecht/unordered-list-css": "3.1.1",
|
|
121
|
-
"@utrecht/url-data-css": "3.0.1"
|
|
122
|
-
"@utrecht/textarea-css": "4.0.1"
|
|
122
|
+
"@utrecht/url-data-css": "3.0.1"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"build": "pnpm run '/^build:.*/'",
|