@utrecht/component-library-design-tokens 1.0.9 → 1.0.11

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 +245 -30
  2. package/package.json +92 -92
package/dist/tokens.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "utrecht": {
3
+ "youtube-video": {},
3
4
  "vega-visualization": {
4
5
  "font-family": {
5
6
  "$extensions": {
@@ -10151,6 +10152,178 @@
10151
10152
  }
10152
10153
  }
10153
10154
  },
10155
+ "card": {
10156
+ "background-color": {
10157
+ "$extensions": {
10158
+ "nl.nldesignsystem.css.property": {
10159
+ "syntax": "<color>",
10160
+ "inherits": true
10161
+ },
10162
+ "nl.nldesignsystem.figma.supports-token": false
10163
+ },
10164
+ "type": "color"
10165
+ },
10166
+ "color": {
10167
+ "$extensions": {
10168
+ "nl.nldesignsystem.css.property": {
10169
+ "syntax": "<color>",
10170
+ "inherits": true
10171
+ },
10172
+ "nl.nldesignsystem.figma.supports-token": false
10173
+ },
10174
+ "type": "color"
10175
+ },
10176
+ "max-inline-size": {
10177
+ "$extensions": {
10178
+ "nl.nldesignsystem.css.property": {
10179
+ "syntax": "<length>",
10180
+ "inherits": true
10181
+ },
10182
+ "nl.nldesignsystem.figma.supports-token": false
10183
+ },
10184
+ "type": "dimension"
10185
+ },
10186
+ "border-radius": {
10187
+ "$extensions": {
10188
+ "nl.nldesignsystem.css.property": {
10189
+ "syntax": "<length>",
10190
+ "inherits": true
10191
+ },
10192
+ "nl.nldesignsystem.figma.supports-token": false
10193
+ },
10194
+ "type": "dimension"
10195
+ },
10196
+ "box-shadow": {
10197
+ "$extensions": {
10198
+ "nl.nldesignsystem.css.property": {
10199
+ "syntax": "<shadow>",
10200
+ "inherits": true
10201
+ },
10202
+ "nl.nldesignsystem.figma.supports-token": false
10203
+ },
10204
+ "type": "shadow"
10205
+ },
10206
+ "inline-size": {
10207
+ "$extensions": {
10208
+ "nl.nldesignsystem.css.property": {
10209
+ "syntax": "<length>",
10210
+ "inherits": true
10211
+ },
10212
+ "nl.nldesignsystem.figma.supports-token": false
10213
+ },
10214
+ "type": "dimension"
10215
+ },
10216
+ "row-gap": {
10217
+ "$extensions": {
10218
+ "nl.nldesignsystem.css.property": {
10219
+ "syntax": "<length>",
10220
+ "inherits": true
10221
+ },
10222
+ "nl.nldesignsystem.figma.supports-token": false
10223
+ },
10224
+ "type": "dimension"
10225
+ },
10226
+ "heading": {
10227
+ "color": {
10228
+ "$extensions": {
10229
+ "nl.nldesignsystem.css.property": {
10230
+ "syntax": "<color>",
10231
+ "inherits": true
10232
+ },
10233
+ "nl.nldesignsystem.figma.supports-token": false
10234
+ },
10235
+ "type": "color"
10236
+ },
10237
+ "padding-inline-start": {
10238
+ "$extensions": {
10239
+ "nl.nldesignsystem.css.property": {
10240
+ "syntax": "<length>",
10241
+ "inherits": true
10242
+ },
10243
+ "nl.nldesignsystem.figma.supports-token": false
10244
+ },
10245
+ "type": "dimension"
10246
+ },
10247
+ "padding-inline-end": {
10248
+ "$extensions": {
10249
+ "nl.nldesignsystem.css.property": {
10250
+ "syntax": "<length>",
10251
+ "inherits": true
10252
+ },
10253
+ "nl.nldesignsystem.figma.supports-token": false
10254
+ },
10255
+ "type": "dimension"
10256
+ }
10257
+ },
10258
+ "link": {
10259
+ "hover": {
10260
+ "text-decoration-thickness": {
10261
+ "$extensions": {
10262
+ "nl.nldesignsystem.css.property": {
10263
+ "syntax": "<length>",
10264
+ "inherits": true
10265
+ },
10266
+ "nl.nldesignsystem.figma.supports-token": false
10267
+ },
10268
+ "type": "borderWidth"
10269
+ }
10270
+ }
10271
+ },
10272
+ "content": {
10273
+ "row-gap": {
10274
+ "$extensions": {
10275
+ "nl.nldesignsystem.css.property": {
10276
+ "syntax": "<length>",
10277
+ "inherits": true
10278
+ },
10279
+ "nl.nldesignsystem.figma.supports-token": false
10280
+ },
10281
+ "type": "dimension"
10282
+ },
10283
+ "padding-block-start": {
10284
+ "$extensions": {
10285
+ "nl.nldesignsystem.css.property": {
10286
+ "syntax": "<length>",
10287
+ "inherits": true
10288
+ },
10289
+ "nl.nldesignsystem.figma.supports-token": false
10290
+ },
10291
+ "type": "dimension"
10292
+ },
10293
+ "padding-block-end": {
10294
+ "$extensions": {
10295
+ "nl.nldesignsystem.css.property": {
10296
+ "syntax": "<length>",
10297
+ "inherits": true
10298
+ },
10299
+ "nl.nldesignsystem.figma.supports-token": false
10300
+ },
10301
+ "type": "dimension"
10302
+ }
10303
+ },
10304
+ "body": {
10305
+ "padding-inline-start": {
10306
+ "$extensions": {
10307
+ "nl.nldesignsystem.css.property": {
10308
+ "syntax": "<length>",
10309
+ "inherits": true
10310
+ },
10311
+ "nl.nldesignsystem.figma.supports-token": false
10312
+ },
10313
+ "type": "dimension"
10314
+ },
10315
+ "padding-inline-end": {
10316
+ "$extensions": {
10317
+ "nl.nldesignsystem.css.property": {
10318
+ "syntax": "<length>",
10319
+ "inherits": true
10320
+ },
10321
+ "nl.nldesignsystem.figma.supports-token": false
10322
+ },
10323
+ "type": "dimension"
10324
+ }
10325
+ }
10326
+ },
10154
10327
  "calendar": {
10155
10328
  "width": {
10156
10329
  "$extensions": {
@@ -13924,48 +14097,58 @@
13924
14097
  "type": "color"
13925
14098
  }
13926
14099
  },
13927
- "icon": {
13928
- "size": {
14100
+ "focus-visible": {
14101
+ "border-color": {
14102
+ "$extensions": {
14103
+ "nl.nldesignsystem.css.property": {
14104
+ "syntax": "<color>",
14105
+ "inherits": true
14106
+ },
14107
+ "nl.nldesignsystem.figma.supports-token": false
14108
+ },
14109
+ "type": "color"
14110
+ },
14111
+ "border-width": {
13929
14112
  "$extensions": {
13930
14113
  "nl.nldesignsystem.css.property": {
13931
14114
  "syntax": "<length>",
13932
14115
  "inherits": true
13933
14116
  },
13934
- "nl.nldesignsystem.figma.supports-token": true
14117
+ "nl.nldesignsystem.figma.supports-token": false
13935
14118
  },
13936
- "type": "sizing"
14119
+ "type": "borderWidth"
13937
14120
  },
13938
- "utrecht": {
13939
- "arrow-down": {
13940
- "$extensions": {
13941
- "nl.nldesignsystem.css.property": {
13942
- "syntax": "<url>",
13943
- "inherits": true
13944
- },
13945
- "nl.nldesignsystem.figma.supports-token": false
14121
+ "background-color": {
14122
+ "$extensions": {
14123
+ "nl.nldesignsystem.css.property": {
14124
+ "syntax": "<color>",
14125
+ "inherits": true
13946
14126
  },
13947
- "type": "other"
14127
+ "nl.nldesignsystem.figma.supports-token": false
13948
14128
  },
13949
- "arrow-up": {
13950
- "$extensions": {
13951
- "nl.nldesignsystem.css.property": {
13952
- "syntax": "<url>",
13953
- "inherits": true
13954
- },
13955
- "nl.nldesignsystem.figma.supports-token": false
14129
+ "type": "color"
14130
+ },
14131
+ "color": {
14132
+ "$extensions": {
14133
+ "nl.nldesignsystem.css.property": {
14134
+ "syntax": "<color>",
14135
+ "inherits": true
13956
14136
  },
13957
- "type": "other"
14137
+ "nl.nldesignsystem.figma.supports-token": false
13958
14138
  },
13959
- "background-color": {
13960
- "$extensions": {
13961
- "nl.nldesignsystem.css.property": {
13962
- "syntax": "<color>",
13963
- "inherits": true
13964
- },
13965
- "nl.nldesignsystem.figma.supports-token": false
14139
+ "type": "color"
14140
+ }
14141
+ },
14142
+ "icon": {
14143
+ "size": {
14144
+ "$extensions": {
14145
+ "nl.nldesignsystem.css.property": {
14146
+ "syntax": "<length>",
14147
+ "inherits": true
13966
14148
  },
13967
- "type": "color"
13968
- }
14149
+ "nl.nldesignsystem.figma.supports-token": true
14150
+ },
14151
+ "type": "sizing"
13969
14152
  }
13970
14153
  }
13971
14154
  },
@@ -14051,6 +14234,38 @@
14051
14234
  "nl.nldesignsystem.figma.supports-token": false
14052
14235
  },
14053
14236
  "type": "spacing"
14237
+ },
14238
+ "border-color": {
14239
+ "$extensions": {
14240
+ "nl.nldesignsystem.css.property": {
14241
+ "syntax": "<color>",
14242
+ "inherits": true
14243
+ },
14244
+ "nl.nldesignsystem.figma.supports-token": false
14245
+ },
14246
+ "type": "color"
14247
+ },
14248
+ "border-width": {
14249
+ "$extensions": {
14250
+ "nl.nldesignsystem.css.property": {
14251
+ "syntax": "<length>",
14252
+ "inherits": true
14253
+ },
14254
+ "nl.nldesignsystem.figma.supports-token": false
14255
+ },
14256
+ "type": "borderWidth"
14257
+ },
14258
+ "hover": {
14259
+ "border-color": {
14260
+ "$extensions": {
14261
+ "nl.nldesignsystem.css.property": {
14262
+ "syntax": "<color>",
14263
+ "inherits": true
14264
+ },
14265
+ "nl.nldesignsystem.figma.supports-token": false
14266
+ },
14267
+ "type": "color"
14268
+ }
14054
14269
  }
14055
14270
  }
14056
14271
  },
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.9",
2
+ "version": "1.0.11",
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",
@@ -26,100 +26,100 @@
26
26
  "lodash.isplainobject": "4.0.6",
27
27
  "lodash.merge": "4.6.2",
28
28
  "rimraf": "5.0.7",
29
- "@utrecht/build-utils-css": "0.0.2"
29
+ "@utrecht/build-utils-css": "0.0.3"
30
30
  },
31
31
  "dependencies": {
32
- "@utrecht/accordion-css": "1.6.0",
33
- "@utrecht/alert-css": "2.2.0",
34
- "@utrecht/alert-dialog-css": "1.4.1",
35
- "@utrecht/alternate-lang-nav-css": "1.3.0",
36
- "@utrecht/article-css": "1.5.0",
37
- "@utrecht/backdrop-css": "1.4.0",
38
- "@utrecht/badge-counter-css": "1.4.0",
39
- "@utrecht/badge-list-css": "2.2.0",
40
- "@utrecht/badge-status-css": "1.4.0",
41
- "@utrecht/blockquote-css": "1.6.0",
42
- "@utrecht/breadcrumb-nav-css": "1.4.0",
43
- "@utrecht/button-css": "2.3.0",
44
- "@utrecht/button-group-css": "1.4.0",
45
- "@utrecht/button-link-css": "1.3.0",
46
- "@utrecht/calendar-css": "1.4.0",
47
- "@utrecht/checkbox-css": "1.6.0",
48
- "@utrecht/code-block-css": "1.5.0",
49
- "@utrecht/code-css": "1.5.0",
50
- "@utrecht/color-sample-css": "1.4.0",
51
- "@utrecht/column-layout-css": "1.5.0",
52
- "@utrecht/combobox-css": "1.4.0",
53
- "@utrecht/currency-data-css": "1.3.0",
54
- "@utrecht/custom-checkbox-css": "1.3.1",
55
- "@utrecht/data-badge-css": "1.0.0",
56
- "@utrecht/data-list-css": "1.4.0",
57
- "@utrecht/data-placeholder-css": "1.4.0",
58
- "@utrecht/digid-button-css": "1.4.0",
59
- "@utrecht/document-css": "1.5.0",
60
- "@utrecht/drawer-css": "1.4.0",
61
- "@utrecht/emphasis-css": "1.5.0",
62
- "@utrecht/figure-css": "1.5.0",
63
- "@utrecht/form-css": "1.5.0",
64
- "@utrecht/form-field-css": "1.5.0",
65
- "@utrecht/form-field-description-css": "1.5.0",
66
- "@utrecht/form-field-error-message-css": "1.5.0",
67
- "@utrecht/form-fieldset-css": "1.5.0",
68
- "@utrecht/form-label-css": "1.6.0",
69
- "@utrecht/form-toggle-css": "1.5.0",
70
- "@utrecht/heading-1-css": "1.5.0",
71
- "@utrecht/heading-2-css": "1.5.0",
72
- "@utrecht/heading-3-css": "1.5.0",
73
- "@utrecht/heading-4-css": "1.5.0",
74
- "@utrecht/heading-5-css": "1.5.0",
75
- "@utrecht/heading-6-css": "1.5.0",
76
- "@utrecht/heading-group-css": "1.5.0",
77
- "@utrecht/html-content-css": "1.4.0",
78
- "@utrecht/iban-data-css": "1.3.0",
32
+ "@utrecht/accordion-css": "2.0.0",
33
+ "@utrecht/alert-css": "2.3.0",
34
+ "@utrecht/alert-dialog-css": "1.4.2",
35
+ "@utrecht/alternate-lang-nav-css": "1.3.1",
36
+ "@utrecht/article-css": "1.5.1",
37
+ "@utrecht/backdrop-css": "1.4.1",
38
+ "@utrecht/badge-counter-css": "1.4.1",
39
+ "@utrecht/badge-list-css": "2.2.1",
40
+ "@utrecht/badge-status-css": "1.4.1",
41
+ "@utrecht/blockquote-css": "1.6.1",
42
+ "@utrecht/breadcrumb-nav-css": "1.4.1",
43
+ "@utrecht/button-css": "2.3.1",
44
+ "@utrecht/button-group-css": "1.4.1",
45
+ "@utrecht/button-link-css": "1.3.1",
46
+ "@utrecht/calendar-css": "1.4.1",
47
+ "@utrecht/checkbox-css": "1.6.1",
48
+ "@utrecht/code-block-css": "1.5.1",
49
+ "@utrecht/code-css": "1.5.1",
50
+ "@utrecht/color-sample-css": "1.4.1",
51
+ "@utrecht/column-layout-css": "1.5.1",
52
+ "@utrecht/combobox-css": "1.4.1",
53
+ "@utrecht/currency-data-css": "1.3.1",
54
+ "@utrecht/custom-checkbox-css": "1.3.2",
55
+ "@utrecht/data-badge-css": "1.0.1",
56
+ "@utrecht/data-list-css": "1.4.1",
57
+ "@utrecht/data-placeholder-css": "1.4.1",
58
+ "@utrecht/digid-button-css": "1.4.1",
59
+ "@utrecht/document-css": "1.5.1",
60
+ "@utrecht/drawer-css": "1.4.1",
61
+ "@utrecht/emphasis-css": "1.5.1",
62
+ "@utrecht/figure-css": "1.5.1",
63
+ "@utrecht/form-css": "1.5.1",
64
+ "@utrecht/form-field-css": "1.5.1",
65
+ "@utrecht/form-field-description-css": "1.5.1",
66
+ "@utrecht/form-field-error-message-css": "1.5.1",
67
+ "@utrecht/form-fieldset-css": "1.5.1",
68
+ "@utrecht/form-label-css": "1.6.1",
69
+ "@utrecht/form-toggle-css": "1.5.1",
70
+ "@utrecht/heading-1-css": "1.5.1",
71
+ "@utrecht/heading-2-css": "1.5.1",
72
+ "@utrecht/heading-3-css": "1.5.1",
73
+ "@utrecht/heading-4-css": "1.5.1",
74
+ "@utrecht/heading-5-css": "1.5.1",
75
+ "@utrecht/heading-6-css": "1.5.1",
76
+ "@utrecht/heading-group-css": "1.5.1",
77
+ "@utrecht/html-content-css": "1.4.1",
78
+ "@utrecht/iban-data-css": "1.3.1",
79
79
  "@utrecht/icon": "2.1.0",
80
- "@utrecht/img-css": "1.3.0",
81
- "@utrecht/index-char-nav-css": "1.4.0",
82
- "@utrecht/link-button-css": "1.4.0",
83
- "@utrecht/link-css": "1.6.0",
84
- "@utrecht/link-list-css": "2.3.0",
85
- "@utrecht/link-social-css": "1.4.0",
86
- "@utrecht/list-social-css": "1.4.0",
87
- "@utrecht/listbox-css": "1.5.1",
88
- "@utrecht/logo-button-css": "1.4.0",
89
- "@utrecht/logo-css": "1.4.0",
90
- "@utrecht/logo-image-css": "1.4.0",
91
- "@utrecht/map-marker-css": "1.4.0",
92
- "@utrecht/mark-css": "1.5.0",
93
- "@utrecht/multiline-data-css": "1.3.0",
94
- "@utrecht/nav-bar-css": "1.4.0",
95
- "@utrecht/nav-list-css": "1.3.0",
96
- "@utrecht/number-badge-css": "2.3.0",
97
- "@utrecht/number-data-css": "1.4.0",
98
- "@utrecht/ordered-list-css": "1.5.1",
99
- "@utrecht/page-content-css": "1.4.0",
100
- "@utrecht/page-css": "1.4.0",
101
- "@utrecht/page-footer-css": "2.1.0",
102
- "@utrecht/page-header-css": "1.5.0",
103
- "@utrecht/pagination-css": "1.4.0",
104
- "@utrecht/paragraph-css": "2.3.0",
105
- "@utrecht/pre-heading-css": "1.4.0",
106
- "@utrecht/preserve-data-css": "1.3.0",
107
- "@utrecht/radio-button-css": "1.6.0",
108
- "@utrecht/rich-text-css": "1.3.0",
109
- "@utrecht/search-bar-css": "2.2.0",
110
- "@utrecht/select-css": "1.8.0",
111
- "@utrecht/separator-css": "1.5.0",
112
- "@utrecht/skip-link-css": "1.5.0",
113
- "@utrecht/spotlight-section-css": "1.6.0",
114
- "@utrecht/surface-css": "1.4.0",
115
- "@utrecht/table-css": "1.6.0",
116
- "@utrecht/table-of-contents-css": "0.3.0",
117
- "@utrecht/textarea-css": "2.3.1",
118
- "@utrecht/textbox-css": "1.7.0",
119
- "@utrecht/top-task-link-css": "1.4.0",
120
- "@utrecht/top-task-nav-css": "1.3.0",
121
- "@utrecht/unordered-list-css": "1.5.0",
122
- "@utrecht/url-data-css": "1.3.0"
80
+ "@utrecht/img-css": "1.3.1",
81
+ "@utrecht/index-char-nav-css": "1.4.1",
82
+ "@utrecht/link-button-css": "1.4.1",
83
+ "@utrecht/link-css": "1.6.1",
84
+ "@utrecht/link-list-css": "2.3.1",
85
+ "@utrecht/link-social-css": "1.4.1",
86
+ "@utrecht/list-social-css": "1.4.1",
87
+ "@utrecht/listbox-css": "1.5.2",
88
+ "@utrecht/logo-button-css": "1.4.1",
89
+ "@utrecht/logo-css": "1.4.1",
90
+ "@utrecht/logo-image-css": "1.4.1",
91
+ "@utrecht/map-marker-css": "1.4.1",
92
+ "@utrecht/mark-css": "1.5.1",
93
+ "@utrecht/multiline-data-css": "1.3.1",
94
+ "@utrecht/nav-bar-css": "1.4.1",
95
+ "@utrecht/nav-list-css": "1.3.1",
96
+ "@utrecht/number-badge-css": "2.3.1",
97
+ "@utrecht/number-data-css": "1.4.1",
98
+ "@utrecht/ordered-list-css": "1.5.2",
99
+ "@utrecht/page-content-css": "1.4.1",
100
+ "@utrecht/page-css": "1.4.1",
101
+ "@utrecht/page-footer-css": "2.1.1",
102
+ "@utrecht/page-header-css": "1.5.1",
103
+ "@utrecht/pagination-css": "1.4.1",
104
+ "@utrecht/paragraph-css": "2.3.1",
105
+ "@utrecht/pre-heading-css": "1.4.1",
106
+ "@utrecht/preserve-data-css": "1.3.1",
107
+ "@utrecht/radio-button-css": "1.6.1",
108
+ "@utrecht/rich-text-css": "1.3.1",
109
+ "@utrecht/search-bar-css": "2.2.1",
110
+ "@utrecht/select-css": "1.8.1",
111
+ "@utrecht/separator-css": "1.5.1",
112
+ "@utrecht/skip-link-css": "1.5.1",
113
+ "@utrecht/spotlight-section-css": "1.6.1",
114
+ "@utrecht/surface-css": "1.4.1",
115
+ "@utrecht/table-css": "1.6.1",
116
+ "@utrecht/table-of-contents-css": "0.3.1",
117
+ "@utrecht/textarea-css": "2.3.2",
118
+ "@utrecht/textbox-css": "1.7.1",
119
+ "@utrecht/top-task-link-css": "1.4.1",
120
+ "@utrecht/top-task-nav-css": "1.3.1",
121
+ "@utrecht/unordered-list-css": "1.5.1",
122
+ "@utrecht/url-data-css": "1.3.1"
123
123
  },
124
124
  "scripts": {
125
125
  "build": "pnpm run '/^build:.*/'",