@utrecht/component-library-design-tokens 1.1.3 → 1.1.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 +86 -1
- package/package.json +87 -87
package/dist/tokens.json
CHANGED
|
@@ -4295,6 +4295,19 @@
|
|
|
4295
4295
|
},
|
|
4296
4296
|
"type": "fontFamilies"
|
|
4297
4297
|
},
|
|
4298
|
+
"line-height": {
|
|
4299
|
+
"$extensions": {
|
|
4300
|
+
"nl.nldesignsystem.css.property": {
|
|
4301
|
+
"syntax": [
|
|
4302
|
+
"<length>",
|
|
4303
|
+
"<number>"
|
|
4304
|
+
],
|
|
4305
|
+
"inherits": true
|
|
4306
|
+
},
|
|
4307
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4308
|
+
},
|
|
4309
|
+
"type": "lineHeights"
|
|
4310
|
+
},
|
|
4298
4311
|
"margin-block-start": {
|
|
4299
4312
|
"$extensions": {
|
|
4300
4313
|
"nl.nldesignsystem.css.property": {
|
|
@@ -4460,6 +4473,20 @@
|
|
|
4460
4473
|
"nl.nldesignsystem.figma.supports-token": false
|
|
4461
4474
|
},
|
|
4462
4475
|
"type": "color"
|
|
4476
|
+
},
|
|
4477
|
+
"text-decoration": {
|
|
4478
|
+
"$extensions": {
|
|
4479
|
+
"nl.nldesignsystem.css.property": {
|
|
4480
|
+
"syntax": [
|
|
4481
|
+
"inherit",
|
|
4482
|
+
"none",
|
|
4483
|
+
"underline"
|
|
4484
|
+
],
|
|
4485
|
+
"inherits": true
|
|
4486
|
+
},
|
|
4487
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4488
|
+
},
|
|
4489
|
+
"type": "textDecoration"
|
|
4463
4490
|
}
|
|
4464
4491
|
},
|
|
4465
4492
|
"distanced": {
|
|
@@ -4474,6 +4501,50 @@
|
|
|
4474
4501
|
"type": "spacing"
|
|
4475
4502
|
}
|
|
4476
4503
|
},
|
|
4504
|
+
"focus": {
|
|
4505
|
+
"background-color": {
|
|
4506
|
+
"$extensions": {
|
|
4507
|
+
"nl.nldesignsystem.css.property": {
|
|
4508
|
+
"syntax": "<color>",
|
|
4509
|
+
"inherits": true
|
|
4510
|
+
},
|
|
4511
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4512
|
+
},
|
|
4513
|
+
"type": "color"
|
|
4514
|
+
},
|
|
4515
|
+
"color": {
|
|
4516
|
+
"$extensions": {
|
|
4517
|
+
"nl.nldesignsystem.css.property": {
|
|
4518
|
+
"syntax": "<color>",
|
|
4519
|
+
"inherits": true
|
|
4520
|
+
},
|
|
4521
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4522
|
+
},
|
|
4523
|
+
"type": "color"
|
|
4524
|
+
}
|
|
4525
|
+
},
|
|
4526
|
+
"focus-visible": {
|
|
4527
|
+
"background-color": {
|
|
4528
|
+
"$extensions": {
|
|
4529
|
+
"nl.nldesignsystem.css.property": {
|
|
4530
|
+
"syntax": "<color>",
|
|
4531
|
+
"inherits": true
|
|
4532
|
+
},
|
|
4533
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4534
|
+
},
|
|
4535
|
+
"type": "color"
|
|
4536
|
+
},
|
|
4537
|
+
"color": {
|
|
4538
|
+
"$extensions": {
|
|
4539
|
+
"nl.nldesignsystem.css.property": {
|
|
4540
|
+
"syntax": "<color>",
|
|
4541
|
+
"inherits": true
|
|
4542
|
+
},
|
|
4543
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4544
|
+
},
|
|
4545
|
+
"type": "color"
|
|
4546
|
+
}
|
|
4547
|
+
},
|
|
4477
4548
|
"hover": {
|
|
4478
4549
|
"background-color": {
|
|
4479
4550
|
"$extensions": {
|
|
@@ -4724,11 +4795,24 @@
|
|
|
4724
4795
|
"nl.nldesignsystem.figma.supports-token": false
|
|
4725
4796
|
},
|
|
4726
4797
|
"type": "color"
|
|
4798
|
+
},
|
|
4799
|
+
"text-decoration": {
|
|
4800
|
+
"$extensions": {
|
|
4801
|
+
"nl.nldesignsystem.css.property": {
|
|
4802
|
+
"syntax": [
|
|
4803
|
+
"inherit",
|
|
4804
|
+
"none",
|
|
4805
|
+
"underline"
|
|
4806
|
+
],
|
|
4807
|
+
"inherits": true
|
|
4808
|
+
},
|
|
4809
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4810
|
+
},
|
|
4811
|
+
"type": "textDecoration"
|
|
4727
4812
|
}
|
|
4728
4813
|
}
|
|
4729
4814
|
}
|
|
4730
4815
|
},
|
|
4731
|
-
"page-layout": {},
|
|
4732
4816
|
"page-header": {
|
|
4733
4817
|
"background-color": {
|
|
4734
4818
|
"$extensions": {
|
|
@@ -4863,6 +4947,7 @@
|
|
|
4863
4947
|
}
|
|
4864
4948
|
}
|
|
4865
4949
|
},
|
|
4950
|
+
"page-layout": {},
|
|
4866
4951
|
"page-footer": {
|
|
4867
4952
|
"color": {
|
|
4868
4953
|
"$extensions": {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1.
|
|
2
|
+
"version": "1.1.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",
|
|
@@ -29,98 +29,98 @@
|
|
|
29
29
|
"@utrecht/build-utils-css": "0.0.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@utrecht/accordion-css": "
|
|
33
|
-
"@utrecht/action-group-css": "
|
|
34
|
-
"@utrecht/alert-css": "
|
|
35
|
-
"@utrecht/alert-dialog-css": "
|
|
36
|
-
"@utrecht/alternate-lang-nav-css": "
|
|
37
|
-
"@utrecht/article-css": "
|
|
38
|
-
"@utrecht/backdrop-css": "
|
|
39
|
-
"@utrecht/badge-counter-css": "
|
|
40
|
-
"@utrecht/badge-list-css": "
|
|
41
|
-
"@utrecht/
|
|
42
|
-
"@utrecht/
|
|
43
|
-
"@utrecht/breadcrumb-nav-css": "
|
|
44
|
-
"@utrecht/button-css": "
|
|
45
|
-
"@utrecht/button-group-css": "
|
|
46
|
-
"@utrecht/button-link-css": "
|
|
47
|
-
"@utrecht/calendar-css": "
|
|
48
|
-
"@utrecht/checkbox-css": "
|
|
49
|
-
"@utrecht/code-block-css": "
|
|
50
|
-
"@utrecht/
|
|
51
|
-
"@utrecht/
|
|
52
|
-
"@utrecht/column-layout-css": "
|
|
53
|
-
"@utrecht/combobox-css": "
|
|
54
|
-
"@utrecht/currency-data-css": "
|
|
55
|
-
"@utrecht/custom-checkbox-css": "
|
|
56
|
-
"@utrecht/data-badge-css": "
|
|
57
|
-
"@utrecht/data-list-css": "
|
|
58
|
-
"@utrecht/data-placeholder-css": "
|
|
32
|
+
"@utrecht/accordion-css": "3.0.0",
|
|
33
|
+
"@utrecht/action-group-css": "3.0.0",
|
|
34
|
+
"@utrecht/alert-css": "3.0.0",
|
|
35
|
+
"@utrecht/alert-dialog-css": "2.0.0",
|
|
36
|
+
"@utrecht/alternate-lang-nav-css": "2.0.0",
|
|
37
|
+
"@utrecht/article-css": "2.0.0",
|
|
38
|
+
"@utrecht/backdrop-css": "2.0.0",
|
|
39
|
+
"@utrecht/badge-counter-css": "2.0.0",
|
|
40
|
+
"@utrecht/badge-list-css": "3.0.0",
|
|
41
|
+
"@utrecht/badge-status-css": "2.0.0",
|
|
42
|
+
"@utrecht/blockquote-css": "2.0.0",
|
|
43
|
+
"@utrecht/breadcrumb-nav-css": "2.0.0",
|
|
44
|
+
"@utrecht/button-css": "3.0.0",
|
|
45
|
+
"@utrecht/button-group-css": "2.0.0",
|
|
46
|
+
"@utrecht/button-link-css": "2.0.0",
|
|
47
|
+
"@utrecht/calendar-css": "2.0.0",
|
|
48
|
+
"@utrecht/checkbox-css": "2.0.0",
|
|
49
|
+
"@utrecht/code-block-css": "2.0.0",
|
|
50
|
+
"@utrecht/code-css": "2.0.0",
|
|
51
|
+
"@utrecht/color-sample-css": "2.0.0",
|
|
52
|
+
"@utrecht/column-layout-css": "2.0.0",
|
|
53
|
+
"@utrecht/combobox-css": "2.0.0",
|
|
54
|
+
"@utrecht/currency-data-css": "2.0.0",
|
|
55
|
+
"@utrecht/custom-checkbox-css": "2.0.0",
|
|
56
|
+
"@utrecht/data-badge-css": "2.0.0",
|
|
57
|
+
"@utrecht/data-list-css": "2.0.0",
|
|
58
|
+
"@utrecht/data-placeholder-css": "2.0.0",
|
|
59
59
|
"@utrecht/digid-button-css": "1.4.1",
|
|
60
|
-
"@utrecht/document-css": "
|
|
61
|
-
"@utrecht/drawer-css": "
|
|
62
|
-
"@utrecht/emphasis-css": "
|
|
63
|
-
"@utrecht/figure-css": "
|
|
64
|
-
"@utrecht/form-css": "
|
|
65
|
-
"@utrecht/form-field-css": "
|
|
66
|
-
"@utrecht/form-field-description-css": "
|
|
67
|
-
"@utrecht/form-field-error-message-css": "
|
|
68
|
-
"@utrecht/form-fieldset-css": "
|
|
69
|
-
"@utrecht/form-label-css": "
|
|
70
|
-
"@utrecht/form-toggle-css": "
|
|
71
|
-
"@utrecht/heading-1-css": "
|
|
72
|
-
"@utrecht/heading-2-css": "
|
|
73
|
-
"@utrecht/heading-3-css": "
|
|
74
|
-
"@utrecht/heading-4-css": "
|
|
75
|
-
"@utrecht/heading-5-css": "
|
|
76
|
-
"@utrecht/heading-6-css": "
|
|
77
|
-
"@utrecht/heading-group-css": "
|
|
78
|
-
"@utrecht/html-content-css": "
|
|
79
|
-
"@utrecht/iban-data-css": "
|
|
60
|
+
"@utrecht/document-css": "2.0.0",
|
|
61
|
+
"@utrecht/drawer-css": "2.0.0",
|
|
62
|
+
"@utrecht/emphasis-css": "2.0.0",
|
|
63
|
+
"@utrecht/figure-css": "2.0.0",
|
|
64
|
+
"@utrecht/form-css": "2.0.0",
|
|
65
|
+
"@utrecht/form-field-css": "2.0.0",
|
|
66
|
+
"@utrecht/form-field-description-css": "2.0.0",
|
|
67
|
+
"@utrecht/form-field-error-message-css": "2.0.0",
|
|
68
|
+
"@utrecht/form-fieldset-css": "2.0.0",
|
|
69
|
+
"@utrecht/form-label-css": "2.0.0",
|
|
70
|
+
"@utrecht/form-toggle-css": "2.0.0",
|
|
71
|
+
"@utrecht/heading-1-css": "2.0.0",
|
|
72
|
+
"@utrecht/heading-2-css": "2.0.0",
|
|
73
|
+
"@utrecht/heading-3-css": "2.0.0",
|
|
74
|
+
"@utrecht/heading-4-css": "2.0.0",
|
|
75
|
+
"@utrecht/heading-5-css": "2.0.0",
|
|
76
|
+
"@utrecht/heading-6-css": "2.0.0",
|
|
77
|
+
"@utrecht/heading-group-css": "2.0.0",
|
|
78
|
+
"@utrecht/html-content-css": "2.0.0",
|
|
79
|
+
"@utrecht/iban-data-css": "2.0.0",
|
|
80
80
|
"@utrecht/icon": "2.1.0",
|
|
81
|
-
"@utrecht/img-css": "
|
|
82
|
-
"@utrecht/index-char-nav-css": "
|
|
83
|
-
"@utrecht/link-button-css": "
|
|
84
|
-
"@utrecht/link-css": "
|
|
85
|
-
"@utrecht/link-list-css": "
|
|
86
|
-
"@utrecht/link-social-css": "
|
|
87
|
-
"@utrecht/list-social-css": "
|
|
88
|
-
"@utrecht/listbox-css": "
|
|
81
|
+
"@utrecht/img-css": "2.0.0",
|
|
82
|
+
"@utrecht/index-char-nav-css": "2.0.0",
|
|
83
|
+
"@utrecht/link-button-css": "2.0.0",
|
|
84
|
+
"@utrecht/link-css": "2.0.0",
|
|
85
|
+
"@utrecht/link-list-css": "3.0.0",
|
|
86
|
+
"@utrecht/link-social-css": "2.0.0",
|
|
87
|
+
"@utrecht/list-social-css": "2.0.0",
|
|
88
|
+
"@utrecht/listbox-css": "2.0.0",
|
|
89
89
|
"@utrecht/logo-button-css": "1.4.1",
|
|
90
|
-
"@utrecht/logo-css": "
|
|
90
|
+
"@utrecht/logo-css": "2.0.0",
|
|
91
91
|
"@utrecht/logo-image-css": "1.4.1",
|
|
92
|
-
"@utrecht/map-marker-css": "
|
|
93
|
-
"@utrecht/mark-css": "
|
|
94
|
-
"@utrecht/multiline-data-css": "
|
|
95
|
-
"@utrecht/nav-bar-css": "
|
|
92
|
+
"@utrecht/map-marker-css": "2.0.0",
|
|
93
|
+
"@utrecht/mark-css": "2.0.0",
|
|
94
|
+
"@utrecht/multiline-data-css": "2.0.0",
|
|
95
|
+
"@utrecht/nav-bar-css": "2.0.0",
|
|
96
96
|
"@utrecht/nav-list-css": "1.3.1",
|
|
97
|
-
"@utrecht/number-badge-css": "
|
|
98
|
-
"@utrecht/number-data-css": "
|
|
99
|
-
"@utrecht/ordered-list-css": "
|
|
100
|
-
"@utrecht/page-
|
|
101
|
-
"@utrecht/page-css": "
|
|
102
|
-
"@utrecht/page-footer-css": "
|
|
103
|
-
"@utrecht/
|
|
104
|
-
"@utrecht/
|
|
105
|
-
"@utrecht/
|
|
106
|
-
"@utrecht/
|
|
107
|
-
"@utrecht/
|
|
108
|
-
"@utrecht/
|
|
109
|
-
"@utrecht/
|
|
110
|
-
"@utrecht/
|
|
111
|
-
"@utrecht/
|
|
112
|
-
"@utrecht/
|
|
113
|
-
"@utrecht/
|
|
114
|
-
"@utrecht/
|
|
115
|
-
"@utrecht/
|
|
116
|
-
"@utrecht/table-css": "1.
|
|
117
|
-
"@utrecht/
|
|
118
|
-
"@utrecht/
|
|
119
|
-
"@utrecht/
|
|
120
|
-
"@utrecht/top-task-link-css": "1.4.1",
|
|
97
|
+
"@utrecht/number-badge-css": "3.0.0",
|
|
98
|
+
"@utrecht/number-data-css": "2.0.0",
|
|
99
|
+
"@utrecht/ordered-list-css": "3.0.0",
|
|
100
|
+
"@utrecht/page-css": "2.0.0",
|
|
101
|
+
"@utrecht/page-content-css": "2.0.0",
|
|
102
|
+
"@utrecht/page-footer-css": "3.0.0",
|
|
103
|
+
"@utrecht/pagination-css": "2.0.2",
|
|
104
|
+
"@utrecht/page-header-css": "2.0.0",
|
|
105
|
+
"@utrecht/pre-heading-css": "2.0.0",
|
|
106
|
+
"@utrecht/preserve-data-css": "2.0.0",
|
|
107
|
+
"@utrecht/paragraph-css": "3.0.0",
|
|
108
|
+
"@utrecht/rich-text-css": "2.0.0",
|
|
109
|
+
"@utrecht/search-bar-css": "3.0.0",
|
|
110
|
+
"@utrecht/select-css": "2.0.0",
|
|
111
|
+
"@utrecht/separator-css": "2.0.0",
|
|
112
|
+
"@utrecht/skip-link-css": "2.0.0",
|
|
113
|
+
"@utrecht/spotlight-section-css": "2.0.0",
|
|
114
|
+
"@utrecht/surface-css": "2.0.0",
|
|
115
|
+
"@utrecht/table-css": "2.0.0",
|
|
116
|
+
"@utrecht/table-of-contents-css": "1.0.0",
|
|
117
|
+
"@utrecht/textarea-css": "3.0.0",
|
|
118
|
+
"@utrecht/textbox-css": "3.0.0",
|
|
119
|
+
"@utrecht/top-task-link-css": "2.0.0",
|
|
121
120
|
"@utrecht/top-task-nav-css": "1.3.1",
|
|
122
|
-
"@utrecht/unordered-list-css": "
|
|
123
|
-
"@utrecht/url-data-css": "
|
|
121
|
+
"@utrecht/unordered-list-css": "2.0.0",
|
|
122
|
+
"@utrecht/url-data-css": "2.0.0",
|
|
123
|
+
"@utrecht/radio-button-css": "2.0.0"
|
|
124
124
|
},
|
|
125
125
|
"scripts": {
|
|
126
126
|
"build": "pnpm run '/^build:.*/'",
|