@utrecht/component-library-design-tokens 1.1.13 → 1.1.14

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 +47 -6
  2. package/package.json +25 -25
package/dist/tokens.json CHANGED
@@ -3044,7 +3044,7 @@
3044
3044
  "border-color": {
3045
3045
  "$extensions": {
3046
3046
  "nl.nldesignsystem.css.property": {
3047
- "syntax": "<>",
3047
+ "syntax": "<color>",
3048
3048
  "inherits": true
3049
3049
  },
3050
3050
  "nl.nldesignsystem.figma.supports-token": false
@@ -3408,6 +3408,39 @@
3408
3408
  "nl.nldesignsystem.figma.supports-token": false
3409
3409
  },
3410
3410
  "type": "other"
3411
+ },
3412
+ "font-size": {
3413
+ "$extensions": {
3414
+ "nl.nldesignsystem.css.property": {
3415
+ "syntax": "<length>",
3416
+ "inherits": true
3417
+ },
3418
+ "nl.nldesignsystem.figma.supports-token": false
3419
+ },
3420
+ "type": "fontSizes"
3421
+ },
3422
+ "font-weight": {
3423
+ "$extensions": {
3424
+ "nl.nldesignsystem.css.property": {
3425
+ "syntax": "<number>",
3426
+ "inherits": true
3427
+ },
3428
+ "nl.nldesignsystem.figma.supports-token": false
3429
+ },
3430
+ "type": "fontWeights"
3431
+ },
3432
+ "line-height": {
3433
+ "$extensions": {
3434
+ "nl.nldesignsystem.css.property": {
3435
+ "syntax": [
3436
+ "<length>",
3437
+ "<number>"
3438
+ ],
3439
+ "inherits": true
3440
+ },
3441
+ "nl.nldesignsystem.figma.supports-token": false
3442
+ },
3443
+ "type": "lineHeights"
3411
3444
  }
3412
3445
  },
3413
3446
  "rich-text": {
@@ -5007,7 +5040,7 @@
5007
5040
  "background-image": {
5008
5041
  "$extensions": {
5009
5042
  "nl.nldesignsystem.css.property": {
5010
- "syntax": "<url> | *",
5043
+ "syntax": "*",
5011
5044
  "inherits": true
5012
5045
  },
5013
5046
  "nl.nldesignsystem.figma.supports-token": false
@@ -14286,7 +14319,9 @@
14286
14319
  "syntax": "*",
14287
14320
  "inherits": true
14288
14321
  },
14289
- "nl.nldesignsystem.figma.supports-token": true
14322
+ "nl.nldesignsystem.deprecated": true,
14323
+ "nl.nldesignsystem.figma.supports-token": true,
14324
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family"
14290
14325
  },
14291
14326
  "type": "fontFamilies"
14292
14327
  },
@@ -14296,7 +14331,9 @@
14296
14331
  "syntax": "<length>",
14297
14332
  "inherits": true
14298
14333
  },
14299
- "nl.nldesignsystem.figma.supports-token": true
14334
+ "nl.nldesignsystem.deprecated": true,
14335
+ "nl.nldesignsystem.figma.supports-token": true,
14336
+ "nl.nldesignsystem.redirect": "utrecht.root.font-size"
14300
14337
  },
14301
14338
  "type": "fontSizes"
14302
14339
  },
@@ -14306,7 +14343,9 @@
14306
14343
  "syntax": "<number>",
14307
14344
  "inherits": true
14308
14345
  },
14309
- "nl.nldesignsystem.figma.supports-token": true
14346
+ "nl.nldesignsystem.deprecated": true,
14347
+ "nl.nldesignsystem.figma.supports-token": true,
14348
+ "nl.nldesignsystem.redirect": "utrecht.root.font-weight"
14310
14349
  },
14311
14350
  "type": "fontWeights"
14312
14351
  },
@@ -14319,7 +14358,9 @@
14319
14358
  ],
14320
14359
  "inherits": true
14321
14360
  },
14322
- "nl.nldesignsystem.figma.supports-token": true
14361
+ "nl.nldesignsystem.deprecated": true,
14362
+ "nl.nldesignsystem.figma.supports-token": true,
14363
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family"
14323
14364
  },
14324
14365
  "type": "lineHeights"
14325
14366
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.13",
2
+ "version": "1.1.14",
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",
@@ -35,7 +35,7 @@
35
35
  "@utrecht/alert-dialog-css": "2.0.1",
36
36
  "@utrecht/alternate-lang-nav-css": "2.0.1",
37
37
  "@utrecht/article-css": "2.0.1",
38
- "@utrecht/backdrop-css": "2.0.1",
38
+ "@utrecht/backdrop-css": "2.0.2",
39
39
  "@utrecht/badge-counter-css": "2.0.1",
40
40
  "@utrecht/badge-list-css": "3.0.1",
41
41
  "@utrecht/blockquote-css": "2.0.1",
@@ -44,16 +44,16 @@
44
44
  "@utrecht/button-group-css": "2.0.1",
45
45
  "@utrecht/button-link-css": "2.0.1",
46
46
  "@utrecht/calendar-css": "2.0.1",
47
- "@utrecht/checkbox-css": "2.0.1",
47
+ "@utrecht/checkbox-css": "2.0.2",
48
48
  "@utrecht/code-block-css": "2.0.1",
49
49
  "@utrecht/code-css": "2.0.1",
50
- "@utrecht/color-sample-css": "2.0.1",
50
+ "@utrecht/color-sample-css": "2.0.2",
51
51
  "@utrecht/column-layout-css": "2.0.1",
52
52
  "@utrecht/combobox-css": "2.0.1",
53
53
  "@utrecht/currency-data-css": "2.0.1",
54
54
  "@utrecht/custom-checkbox-css": "2.0.1",
55
55
  "@utrecht/data-badge-css": "2.0.1",
56
- "@utrecht/data-list-css": "2.0.1",
56
+ "@utrecht/data-list-css": "2.0.2",
57
57
  "@utrecht/data-placeholder-css": "2.0.1",
58
58
  "@utrecht/digid-button-css": "1.4.2",
59
59
  "@utrecht/document-css": "2.0.1",
@@ -61,18 +61,18 @@
61
61
  "@utrecht/emphasis-css": "2.0.1",
62
62
  "@utrecht/figure-css": "2.0.1",
63
63
  "@utrecht/form-css": "2.0.1",
64
- "@utrecht/form-field-css": "2.0.1",
64
+ "@utrecht/form-field-css": "2.0.2",
65
65
  "@utrecht/form-field-description-css": "2.0.1",
66
66
  "@utrecht/form-field-error-message-css": "2.0.1",
67
- "@utrecht/form-fieldset-css": "2.0.1",
67
+ "@utrecht/form-fieldset-css": "2.0.2",
68
68
  "@utrecht/form-label-css": "2.0.1",
69
69
  "@utrecht/form-toggle-css": "2.0.1",
70
- "@utrecht/heading-1-css": "2.0.1",
71
- "@utrecht/heading-2-css": "2.0.1",
72
- "@utrecht/heading-3-css": "2.0.1",
73
- "@utrecht/heading-4-css": "2.0.1",
74
- "@utrecht/heading-5-css": "2.0.1",
75
- "@utrecht/heading-6-css": "2.0.1",
70
+ "@utrecht/heading-1-css": "2.0.2",
71
+ "@utrecht/heading-2-css": "2.0.2",
72
+ "@utrecht/heading-3-css": "2.0.2",
73
+ "@utrecht/heading-4-css": "2.0.2",
74
+ "@utrecht/heading-5-css": "2.0.2",
75
+ "@utrecht/heading-6-css": "2.0.2",
76
76
  "@utrecht/heading-group-css": "2.0.1",
77
77
  "@utrecht/html-content-css": "2.1.0",
78
78
  "@utrecht/iban-data-css": "2.0.1",
@@ -84,43 +84,43 @@
84
84
  "@utrecht/link-list-css": "3.0.1",
85
85
  "@utrecht/link-social-css": "2.0.1",
86
86
  "@utrecht/list-social-css": "2.0.1",
87
- "@utrecht/listbox-css": "2.1.0",
87
+ "@utrecht/listbox-css": "2.1.1",
88
88
  "@utrecht/logo-button-css": "1.4.2",
89
89
  "@utrecht/logo-css": "2.0.1",
90
90
  "@utrecht/logo-image-css": "1.4.2",
91
91
  "@utrecht/map-marker-css": "2.0.1",
92
- "@utrecht/mark-css": "2.0.1",
92
+ "@utrecht/mark-css": "2.0.2",
93
93
  "@utrecht/multiline-data-css": "2.0.1",
94
94
  "@utrecht/nav-bar-css": "2.0.1",
95
95
  "@utrecht/nav-list-css": "1.3.2",
96
96
  "@utrecht/number-badge-css": "3.0.1",
97
- "@utrecht/number-data-css": "2.0.1",
97
+ "@utrecht/number-data-css": "2.0.2",
98
98
  "@utrecht/ordered-list-css": "3.0.1",
99
99
  "@utrecht/page-content-css": "2.0.1",
100
100
  "@utrecht/page-css": "2.0.1",
101
- "@utrecht/page-footer-css": "3.0.1",
101
+ "@utrecht/page-footer-css": "3.0.2",
102
102
  "@utrecht/page-header-css": "2.0.1",
103
103
  "@utrecht/pagination-css": "2.0.3",
104
104
  "@utrecht/paragraph-css": "3.0.1",
105
105
  "@utrecht/pre-heading-css": "2.0.1",
106
106
  "@utrecht/preserve-data-css": "2.0.1",
107
- "@utrecht/radio-button-css": "2.0.1",
107
+ "@utrecht/radio-button-css": "2.0.2",
108
108
  "@utrecht/rich-text-css": "2.1.0",
109
- "@utrecht/search-bar-css": "3.0.1",
110
- "@utrecht/select-css": "2.0.1",
109
+ "@utrecht/search-bar-css": "3.0.2",
110
+ "@utrecht/select-css": "2.0.2",
111
111
  "@utrecht/separator-css": "2.0.1",
112
112
  "@utrecht/skip-link-css": "2.0.1",
113
113
  "@utrecht/spotlight-section-css": "2.0.1",
114
114
  "@utrecht/status-badge-css": "1.0.0",
115
115
  "@utrecht/surface-css": "2.0.1",
116
- "@utrecht/table-css": "2.0.2",
117
- "@utrecht/table-of-contents-css": "1.0.1",
118
- "@utrecht/textarea-css": "3.0.1",
119
- "@utrecht/textbox-css": "3.1.0",
116
+ "@utrecht/table-css": "2.0.3",
117
+ "@utrecht/table-of-contents-css": "1.0.2",
118
+ "@utrecht/textarea-css": "3.0.2",
119
+ "@utrecht/textbox-css": "3.1.1",
120
120
  "@utrecht/top-task-link-css": "2.0.1",
121
121
  "@utrecht/top-task-nav-css": "1.3.2",
122
122
  "@utrecht/unordered-list-css": "2.0.1",
123
- "@utrecht/url-data-css": "2.0.1"
123
+ "@utrecht/url-data-css": "2.0.2"
124
124
  },
125
125
  "scripts": {
126
126
  "build": "pnpm run '/^build:.*/'",