@utrecht/component-library-design-tokens 2.0.4 → 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 +47 -0
- 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": {
|
|
@@ -3896,6 +3929,13 @@
|
|
|
3896
3929
|
},
|
|
3897
3930
|
"$type": "color"
|
|
3898
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
|
+
},
|
|
3899
3939
|
"padding-block-start": {
|
|
3900
3940
|
"$extensions": {
|
|
3901
3941
|
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
@@ -3984,6 +4024,13 @@
|
|
|
3984
4024
|
},
|
|
3985
4025
|
"$type": "color"
|
|
3986
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
|
+
},
|
|
3987
4034
|
"padding-inline": {
|
|
3988
4035
|
"$extensions": {
|
|
3989
4036
|
"nl.nldesignsystem.css-property-syntax": "<length>",
|
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",
|
|
@@ -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.
|
|
33
|
-
"@utrecht/action-group-css": "4.0.
|
|
34
|
-
"@utrecht/alert-css": "4.0.
|
|
35
|
-
"@utrecht/alert-dialog-css": "3.0.
|
|
36
|
-
"@utrecht/alternate-lang-nav-css": "3.0.
|
|
37
|
-
"@utrecht/article-css": "3.0.
|
|
38
|
-
"@utrecht/backdrop-css": "3.0.
|
|
39
|
-
"@utrecht/badge-counter-css": "3.0.
|
|
40
|
-
"@utrecht/badge-list-css": "4.0.
|
|
41
|
-
"@utrecht/blockquote-css": "3.0.
|
|
42
|
-
"@utrecht/breadcrumb-nav-css": "3.0.
|
|
43
|
-
"@utrecht/button-css": "4.0.
|
|
44
|
-
"@utrecht/button-group-css": "3.0.
|
|
45
|
-
"@utrecht/button-link-css": "3.0.
|
|
46
|
-
"@utrecht/calendar-css": "3.0.
|
|
47
|
-
"@utrecht/checkbox-css": "3.0.
|
|
48
|
-
"@utrecht/code-block-css": "3.0.
|
|
49
|
-
"@utrecht/code-css": "3.0.
|
|
50
|
-
"@utrecht/color-sample-css": "3.0.
|
|
51
|
-
"@utrecht/column-layout-css": "3.0.
|
|
52
|
-
"@utrecht/combobox-css": "3.0.
|
|
53
|
-
"@utrecht/currency-data-css": "3.0.
|
|
54
|
-
"@utrecht/custom-checkbox-css": "3.0.
|
|
55
|
-
"@utrecht/data-badge-css": "3.0.
|
|
56
|
-
"@utrecht/data-list-css": "3.0.
|
|
57
|
-
"@utrecht/data-placeholder-css": "3.0.
|
|
58
|
-
"@utrecht/digid-button-css": "2.0.
|
|
59
|
-
"@utrecht/document-css": "3.0.
|
|
60
|
-
"@utrecht/drawer-css": "3.0.
|
|
61
|
-
"@utrecht/emphasis-css": "3.0.
|
|
62
|
-
"@utrecht/figure-css": "3.0.
|
|
63
|
-
"@utrecht/form-css": "3.0.
|
|
64
|
-
"@utrecht/form-field-css": "3.0.
|
|
65
|
-
"@utrecht/form-field-description-css": "3.0.
|
|
66
|
-
"@utrecht/form-field-error-message-css": "3.0.
|
|
67
|
-
"@utrecht/form-fieldset-css": "3.0.
|
|
68
|
-
"@utrecht/form-label-css": "3.0.
|
|
69
|
-
"@utrecht/form-toggle-css": "3.0.
|
|
70
|
-
"@utrecht/heading-1-css": "3.0.
|
|
71
|
-
"@utrecht/heading-2-css": "3.0.
|
|
72
|
-
"@utrecht/heading-3-css": "3.0.
|
|
73
|
-
"@utrecht/heading-4-css": "3.0.
|
|
74
|
-
"@utrecht/heading-5-css": "3.0.
|
|
75
|
-
"@utrecht/heading-6-css": "3.0.
|
|
76
|
-
"@utrecht/heading-group-css": "3.0.
|
|
77
|
-
"@utrecht/html-content-css": "3.0.
|
|
78
|
-
"@utrecht/iban-data-css": "3.0.
|
|
79
|
-
"@utrecht/icon": "2.
|
|
80
|
-
"@utrecht/img-css": "3.0.
|
|
81
|
-
"@utrecht/index-char-nav-css": "3.0.
|
|
82
|
-
"@utrecht/link-button-css": "3.
|
|
83
|
-
"@utrecht/link-css": "3.0.
|
|
84
|
-
"@utrecht/link-list-css": "4.0.
|
|
85
|
-
"@utrecht/link-social-css": "3.0.
|
|
86
|
-
"@utrecht/list-social-css": "3.0.
|
|
87
|
-
"@utrecht/listbox-css": "3.0.
|
|
88
|
-
"@utrecht/logo-button-css": "2.0.
|
|
89
|
-
"@utrecht/logo-css": "3.0.
|
|
90
|
-
"@utrecht/logo-image-css": "2.0.
|
|
91
|
-
"@utrecht/map-marker-css": "3.0.
|
|
92
|
-
"@utrecht/mark-css": "3.0.
|
|
93
|
-
"@utrecht/multiline-data-css": "3.0.
|
|
94
|
-
"@utrecht/nav-bar-css": "3.2.
|
|
95
|
-
"@utrecht/nav-list-css": "2.0.
|
|
96
|
-
"@utrecht/number-badge-css": "4.0.
|
|
97
|
-
"@utrecht/number-data-css": "3.0.
|
|
98
|
-
"@utrecht/ordered-list-css": "4.0.
|
|
99
|
-
"@utrecht/page-content-css": "3.0.
|
|
100
|
-
"@utrecht/page-css": "3.0.
|
|
101
|
-
"@utrecht/page-footer-css": "4.0.
|
|
102
|
-
"@utrecht/page-header-css": "3.0.
|
|
103
|
-
"@utrecht/pagination-css": "3.0.
|
|
104
|
-
"@utrecht/paragraph-css": "4.0.
|
|
105
|
-
"@utrecht/pre-heading-css": "3.0.
|
|
106
|
-
"@utrecht/preserve-data-css": "3.0.
|
|
107
|
-
"@utrecht/radio-button-css": "3.0.
|
|
108
|
-
"@utrecht/rich-text-css": "3.0.
|
|
109
|
-
"@utrecht/search-bar-css": "4.0.
|
|
110
|
-
"@utrecht/select-css": "3.0.
|
|
111
|
-
"@utrecht/separator-css": "3.0.
|
|
112
|
-
"@utrecht/skip-link-css": "3.0.
|
|
113
|
-
"@utrecht/spotlight-section-css": "3.0.
|
|
114
|
-
"@utrecht/status-badge-css": "2.0.
|
|
115
|
-
"@utrecht/surface-css": "3.0.
|
|
116
|
-
"@utrecht/table-css": "3.0.
|
|
117
|
-
"@utrecht/table-of-contents-css": "2.0.
|
|
118
|
-
"@utrecht/textarea-css": "4.0.
|
|
119
|
-
"@utrecht/textbox-css": "4.0.
|
|
120
|
-
"@utrecht/top-task-link-css": "3.
|
|
121
|
-
"@utrecht/top-task-nav-css": "2.0.
|
|
122
|
-
"@utrecht/unordered-list-css": "3.1.
|
|
123
|
-
"@utrecht/url-data-css": "3.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/article-css": "3.0.1",
|
|
37
|
+
"@utrecht/backdrop-css": "3.0.1",
|
|
38
|
+
"@utrecht/badge-counter-css": "3.0.1",
|
|
39
|
+
"@utrecht/badge-list-css": "4.0.1",
|
|
40
|
+
"@utrecht/blockquote-css": "3.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/combobox-css": "3.0.1",
|
|
52
|
+
"@utrecht/currency-data-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/emphasis-css": "3.0.1",
|
|
61
|
+
"@utrecht/figure-css": "3.0.1",
|
|
62
|
+
"@utrecht/form-css": "3.0.1",
|
|
63
|
+
"@utrecht/form-field-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/form-toggle-css": "3.0.1",
|
|
69
|
+
"@utrecht/heading-1-css": "3.0.1",
|
|
70
|
+
"@utrecht/heading-2-css": "3.0.1",
|
|
71
|
+
"@utrecht/heading-3-css": "3.0.1",
|
|
72
|
+
"@utrecht/heading-4-css": "3.0.1",
|
|
73
|
+
"@utrecht/heading-5-css": "3.0.1",
|
|
74
|
+
"@utrecht/heading-6-css": "3.0.1",
|
|
75
|
+
"@utrecht/heading-group-css": "3.0.1",
|
|
76
|
+
"@utrecht/html-content-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/index-char-nav-css": "3.0.1",
|
|
81
|
+
"@utrecht/link-button-css": "3.1.0",
|
|
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/number-data-css": "3.0.1",
|
|
97
|
+
"@utrecht/ordered-list-css": "4.0.1",
|
|
98
|
+
"@utrecht/page-content-css": "3.0.1",
|
|
99
|
+
"@utrecht/page-css": "3.0.1",
|
|
100
|
+
"@utrecht/page-footer-css": "4.0.2",
|
|
101
|
+
"@utrecht/page-header-css": "3.0.2",
|
|
102
|
+
"@utrecht/pagination-css": "3.0.1",
|
|
103
|
+
"@utrecht/paragraph-css": "4.0.1",
|
|
104
|
+
"@utrecht/pre-heading-css": "3.0.1",
|
|
105
|
+
"@utrecht/preserve-data-css": "3.0.1",
|
|
106
|
+
"@utrecht/radio-button-css": "3.0.1",
|
|
107
|
+
"@utrecht/rich-text-css": "3.0.1",
|
|
108
|
+
"@utrecht/search-bar-css": "4.0.1",
|
|
109
|
+
"@utrecht/select-css": "3.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/textarea-css": "4.0.1",
|
|
118
|
+
"@utrecht/textbox-css": "4.0.1",
|
|
119
|
+
"@utrecht/top-task-link-css": "3.1.0",
|
|
120
|
+
"@utrecht/top-task-nav-css": "2.0.1",
|
|
121
|
+
"@utrecht/unordered-list-css": "3.1.1",
|
|
122
|
+
"@utrecht/url-data-css": "3.0.1"
|
|
124
123
|
},
|
|
125
124
|
"scripts": {
|
|
126
125
|
"build": "pnpm run '/^build:.*/'",
|