@utrecht/component-library-design-tokens 1.0.10 → 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 +173 -0
  2. package/package.json +9 -9
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": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.10",
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",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@utrecht/accordion-css": "2.0.0",
33
- "@utrecht/alert-css": "2.2.1",
33
+ "@utrecht/alert-css": "2.3.0",
34
34
  "@utrecht/alert-dialog-css": "1.4.2",
35
35
  "@utrecht/alternate-lang-nav-css": "1.3.1",
36
36
  "@utrecht/article-css": "1.5.1",
@@ -47,6 +47,7 @@
47
47
  "@utrecht/checkbox-css": "1.6.1",
48
48
  "@utrecht/code-block-css": "1.5.1",
49
49
  "@utrecht/code-css": "1.5.1",
50
+ "@utrecht/color-sample-css": "1.4.1",
50
51
  "@utrecht/column-layout-css": "1.5.1",
51
52
  "@utrecht/combobox-css": "1.4.1",
52
53
  "@utrecht/currency-data-css": "1.3.1",
@@ -63,7 +64,6 @@
63
64
  "@utrecht/form-field-css": "1.5.1",
64
65
  "@utrecht/form-field-description-css": "1.5.1",
65
66
  "@utrecht/form-field-error-message-css": "1.5.1",
66
- "@utrecht/color-sample-css": "1.4.1",
67
67
  "@utrecht/form-fieldset-css": "1.5.1",
68
68
  "@utrecht/form-label-css": "1.6.1",
69
69
  "@utrecht/form-toggle-css": "1.5.1",
@@ -77,6 +77,7 @@
77
77
  "@utrecht/html-content-css": "1.4.1",
78
78
  "@utrecht/iban-data-css": "1.3.1",
79
79
  "@utrecht/icon": "2.1.0",
80
+ "@utrecht/img-css": "1.3.1",
80
81
  "@utrecht/index-char-nav-css": "1.4.1",
81
82
  "@utrecht/link-button-css": "1.4.1",
82
83
  "@utrecht/link-css": "1.6.1",
@@ -93,7 +94,6 @@
93
94
  "@utrecht/nav-bar-css": "1.4.1",
94
95
  "@utrecht/nav-list-css": "1.3.1",
95
96
  "@utrecht/number-badge-css": "2.3.1",
96
- "@utrecht/img-css": "1.3.1",
97
97
  "@utrecht/number-data-css": "1.4.1",
98
98
  "@utrecht/ordered-list-css": "1.5.2",
99
99
  "@utrecht/page-content-css": "1.4.1",
@@ -103,11 +103,13 @@
103
103
  "@utrecht/pagination-css": "1.4.1",
104
104
  "@utrecht/paragraph-css": "2.3.1",
105
105
  "@utrecht/pre-heading-css": "1.4.1",
106
- "@utrecht/radio-button-css": "1.6.1",
107
106
  "@utrecht/preserve-data-css": "1.3.1",
107
+ "@utrecht/radio-button-css": "1.6.1",
108
108
  "@utrecht/rich-text-css": "1.3.1",
109
+ "@utrecht/search-bar-css": "2.2.1",
109
110
  "@utrecht/select-css": "1.8.1",
110
111
  "@utrecht/separator-css": "1.5.1",
112
+ "@utrecht/skip-link-css": "1.5.1",
111
113
  "@utrecht/spotlight-section-css": "1.6.1",
112
114
  "@utrecht/surface-css": "1.4.1",
113
115
  "@utrecht/table-css": "1.6.1",
@@ -116,10 +118,8 @@
116
118
  "@utrecht/textbox-css": "1.7.1",
117
119
  "@utrecht/top-task-link-css": "1.4.1",
118
120
  "@utrecht/top-task-nav-css": "1.3.1",
119
- "@utrecht/skip-link-css": "1.5.1",
120
- "@utrecht/search-bar-css": "2.2.1",
121
- "@utrecht/url-data-css": "1.3.1",
122
- "@utrecht/unordered-list-css": "1.5.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:.*/'",