@utrecht/component-library-design-tokens 2.0.1 → 2.0.2

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 +171 -163
  2. package/package.json +4 -4
package/dist/tokens.json CHANGED
@@ -21,7 +21,6 @@
21
21
  }
22
22
  }
23
23
  },
24
- "url-data": {},
25
24
  "unordered-list": {
26
25
  "font-size": {
27
26
  "$extensions": {
@@ -258,6 +257,7 @@
258
257
  }
259
258
  }
260
259
  },
260
+ "url-data": {},
261
261
  "toptask-link-nav": {
262
262
  "gap": {
263
263
  "$extensions": {
@@ -1711,6 +1711,16 @@
1711
1711
  },
1712
1712
  "$type": "dimension"
1713
1713
  },
1714
+ "row-gap": {
1715
+ "$extensions": {
1716
+ "nl.nldesignsystem.css.property": {
1717
+ "syntax": "<length>",
1718
+ "inherits": true
1719
+ },
1720
+ "nl.nldesignsystem.figma.supports-token": false
1721
+ },
1722
+ "type": "spacing"
1723
+ },
1714
1724
  "margin-block-start": {
1715
1725
  "$extensions": {
1716
1726
  "nl.nldesignsystem.css-property-syntax": "<length>",
@@ -2021,36 +2031,6 @@
2021
2031
  }
2022
2032
  }
2023
2033
  },
2024
- "separator": {
2025
- "color": {
2026
- "$extensions": {
2027
- "nl.nldesignsystem.css-property-syntax": "<color>",
2028
- "nl.nldesignsystem.figma-implementation": true
2029
- },
2030
- "$type": "color"
2031
- },
2032
- "block-size": {
2033
- "$extensions": {
2034
- "nl.nldesignsystem.css-property-syntax": "<length>",
2035
- "nl.nldesignsystem.figma-implementation": true
2036
- },
2037
- "$type": "dimension"
2038
- },
2039
- "margin-block-end": {
2040
- "$extensions": {
2041
- "nl.nldesignsystem.css-property-syntax": "<length>",
2042
- "nl.nldesignsystem.figma-implementation": false
2043
- },
2044
- "$type": "dimension"
2045
- },
2046
- "margin-block-start": {
2047
- "$extensions": {
2048
- "nl.nldesignsystem.css-property-syntax": "<length>",
2049
- "nl.nldesignsystem.figma-implementation": false
2050
- },
2051
- "$type": "dimension"
2052
- }
2053
- },
2054
2034
  "select": {
2055
2035
  "background-color": {
2056
2036
  "$extensions": {
@@ -2389,6 +2369,36 @@
2389
2369
  }
2390
2370
  }
2391
2371
  },
2372
+ "separator": {
2373
+ "color": {
2374
+ "$extensions": {
2375
+ "nl.nldesignsystem.css-property-syntax": "<color>",
2376
+ "nl.nldesignsystem.figma-implementation": true
2377
+ },
2378
+ "$type": "color"
2379
+ },
2380
+ "block-size": {
2381
+ "$extensions": {
2382
+ "nl.nldesignsystem.css-property-syntax": "<length>",
2383
+ "nl.nldesignsystem.figma-implementation": true
2384
+ },
2385
+ "$type": "dimension"
2386
+ },
2387
+ "margin-block-end": {
2388
+ "$extensions": {
2389
+ "nl.nldesignsystem.css-property-syntax": "<length>",
2390
+ "nl.nldesignsystem.figma-implementation": false
2391
+ },
2392
+ "$type": "dimension"
2393
+ },
2394
+ "margin-block-start": {
2395
+ "$extensions": {
2396
+ "nl.nldesignsystem.css-property-syntax": "<length>",
2397
+ "nl.nldesignsystem.figma-implementation": false
2398
+ },
2399
+ "$type": "dimension"
2400
+ }
2401
+ },
2392
2402
  "search-bar": {
2393
2403
  "button": {
2394
2404
  "background-color": {
@@ -3916,6 +3926,36 @@
3916
3926
  }
3917
3927
  }
3918
3928
  },
3929
+ "page-content": {
3930
+ "padding-block-start": {
3931
+ "$extensions": {
3932
+ "nl.nldesignsystem.css-property-syntax": "<length>",
3933
+ "nl.nldesignsystem.figma-implementation": false
3934
+ },
3935
+ "$type": "dimension"
3936
+ },
3937
+ "padding-block-end": {
3938
+ "$extensions": {
3939
+ "nl.nldesignsystem.css-property-syntax": "<length>",
3940
+ "nl.nldesignsystem.figma-implementation": false
3941
+ },
3942
+ "$type": "dimension"
3943
+ },
3944
+ "padding-inline-start": {
3945
+ "$extensions": {
3946
+ "nl.nldesignsystem.css-property-syntax": "<length>",
3947
+ "nl.nldesignsystem.figma-implementation": false
3948
+ },
3949
+ "$type": "dimension"
3950
+ },
3951
+ "padding-inine-end": {
3952
+ "$extensions": {
3953
+ "nl.nldesignsystem.css-property-syntax": "<length>",
3954
+ "nl.nldesignsystem.figma-implementation": false
3955
+ },
3956
+ "$type": "dimension"
3957
+ }
3958
+ },
3919
3959
  "page-footer": {
3920
3960
  "color": {
3921
3961
  "$extensions": {
@@ -4011,29 +4051,36 @@
4011
4051
  }
4012
4052
  }
4013
4053
  },
4014
- "page-content": {
4015
- "padding-block-start": {
4054
+ "page": {
4055
+ "background-color": {
4016
4056
  "$extensions": {
4017
- "nl.nldesignsystem.css-property-syntax": "<length>",
4057
+ "nl.nldesignsystem.css-property-syntax": "<color>",
4018
4058
  "nl.nldesignsystem.figma-implementation": false
4019
4059
  },
4020
- "$type": "dimension"
4060
+ "$type": "color"
4021
4061
  },
4022
- "padding-block-end": {
4062
+ "color": {
4063
+ "$extensions": {
4064
+ "nl.nldesignsystem.css-property-syntax": "<color>",
4065
+ "nl.nldesignsystem.figma-implementation": false
4066
+ },
4067
+ "$type": "color"
4068
+ },
4069
+ "margin-inline-start": {
4023
4070
  "$extensions": {
4024
4071
  "nl.nldesignsystem.css-property-syntax": "<length>",
4025
4072
  "nl.nldesignsystem.figma-implementation": false
4026
4073
  },
4027
4074
  "$type": "dimension"
4028
4075
  },
4029
- "padding-inline-start": {
4076
+ "margin-inline-end": {
4030
4077
  "$extensions": {
4031
4078
  "nl.nldesignsystem.css-property-syntax": "<length>",
4032
4079
  "nl.nldesignsystem.figma-implementation": false
4033
4080
  },
4034
4081
  "$type": "dimension"
4035
4082
  },
4036
- "padding-inine-end": {
4083
+ "max-inline-size": {
4037
4084
  "$extensions": {
4038
4085
  "nl.nldesignsystem.css-property-syntax": "<length>",
4039
4086
  "nl.nldesignsystem.figma-implementation": false
@@ -4101,43 +4148,7 @@
4101
4148
  }
4102
4149
  }
4103
4150
  },
4104
- "page": {
4105
- "background-color": {
4106
- "$extensions": {
4107
- "nl.nldesignsystem.css-property-syntax": "<color>",
4108
- "nl.nldesignsystem.figma-implementation": false
4109
- },
4110
- "$type": "color"
4111
- },
4112
- "color": {
4113
- "$extensions": {
4114
- "nl.nldesignsystem.css-property-syntax": "<color>",
4115
- "nl.nldesignsystem.figma-implementation": false
4116
- },
4117
- "$type": "color"
4118
- },
4119
- "margin-inline-start": {
4120
- "$extensions": {
4121
- "nl.nldesignsystem.css-property-syntax": "<length>",
4122
- "nl.nldesignsystem.figma-implementation": false
4123
- },
4124
- "$type": "dimension"
4125
- },
4126
- "margin-inline-end": {
4127
- "$extensions": {
4128
- "nl.nldesignsystem.css-property-syntax": "<length>",
4129
- "nl.nldesignsystem.figma-implementation": false
4130
- },
4131
- "$type": "dimension"
4132
- },
4133
- "max-inline-size": {
4134
- "$extensions": {
4135
- "nl.nldesignsystem.css-property-syntax": "<length>",
4136
- "nl.nldesignsystem.figma-implementation": false
4137
- },
4138
- "$type": "dimension"
4139
- }
4140
- },
4151
+ "open-forms-container": {},
4141
4152
  "ordered-list": {
4142
4153
  "font-size": {
4143
4154
  "$extensions": {
@@ -4230,7 +4241,6 @@
4230
4241
  }
4231
4242
  }
4232
4243
  },
4233
- "open-forms-container": {},
4234
4244
  "number-data": {
4235
4245
  "positive": {
4236
4246
  "color": {
@@ -4383,6 +4393,7 @@
4383
4393
  "$type": "dimension"
4384
4394
  }
4385
4395
  },
4396
+ "topnav": {},
4386
4397
  "navigation": {
4387
4398
  "border-block-end-color": {
4388
4399
  "$extensions": {
@@ -5075,9 +5086,9 @@
5075
5086
  }
5076
5087
  }
5077
5088
  },
5078
- "topnav": {},
5079
- "sidenav": {},
5080
5089
  "nav-list": {},
5090
+ "sidenav": {},
5091
+ "multiline-data": {},
5081
5092
  "nav-bar": {
5082
5093
  "background-color": {
5083
5094
  "$extensions": {
@@ -5147,7 +5158,6 @@
5147
5158
  }
5148
5159
  }
5149
5160
  },
5150
- "multiline-data": {},
5151
5161
  "mark": {
5152
5162
  "background-color": {
5153
5163
  "$extensions": {
@@ -5849,40 +5859,6 @@
5849
5859
  }
5850
5860
  },
5851
5861
  "link-button": {},
5852
- "index-char-nav": {
5853
- "margin-block-start": {
5854
- "$extensions": {
5855
- "nl.nldesignsystem.css-property-syntax": "<length>",
5856
- "nl.nldesignsystem.figma-implementation": false
5857
- },
5858
- "$type": "dimension"
5859
- },
5860
- "margin-block-end": {
5861
- "$extensions": {
5862
- "nl.nldesignsystem.css-property-syntax": "<length>",
5863
- "nl.nldesignsystem.figma-implementation": false
5864
- },
5865
- "$type": "dimension"
5866
- },
5867
- "gap": {
5868
- "$extensions": {
5869
- "nl.nldesignsystem.css-property-syntax": "<length>",
5870
- "nl.nldesignsystem.figma-implementation": false
5871
- },
5872
- "$type": "dimension"
5873
- },
5874
- "link": {
5875
- "current": {
5876
- "font-weight": {
5877
- "$extensions": {
5878
- "nl.nldesignsystem.css-property-syntax": "<number>",
5879
- "nl.nldesignsystem.figma-implementation": false
5880
- },
5881
- "$type": "fontWeight"
5882
- }
5883
- }
5884
- }
5885
- },
5886
5862
  "link": {
5887
5863
  "color": {
5888
5864
  "$extensions": {
@@ -6085,6 +6061,40 @@
6085
6061
  }
6086
6062
  }
6087
6063
  },
6064
+ "index-char-nav": {
6065
+ "margin-block-start": {
6066
+ "$extensions": {
6067
+ "nl.nldesignsystem.css-property-syntax": "<length>",
6068
+ "nl.nldesignsystem.figma-implementation": false
6069
+ },
6070
+ "$type": "dimension"
6071
+ },
6072
+ "margin-block-end": {
6073
+ "$extensions": {
6074
+ "nl.nldesignsystem.css-property-syntax": "<length>",
6075
+ "nl.nldesignsystem.figma-implementation": false
6076
+ },
6077
+ "$type": "dimension"
6078
+ },
6079
+ "gap": {
6080
+ "$extensions": {
6081
+ "nl.nldesignsystem.css-property-syntax": "<length>",
6082
+ "nl.nldesignsystem.figma-implementation": false
6083
+ },
6084
+ "$type": "dimension"
6085
+ },
6086
+ "link": {
6087
+ "current": {
6088
+ "font-weight": {
6089
+ "$extensions": {
6090
+ "nl.nldesignsystem.css-property-syntax": "<number>",
6091
+ "nl.nldesignsystem.figma-implementation": false
6092
+ },
6093
+ "$type": "fontWeight"
6094
+ }
6095
+ }
6096
+ }
6097
+ },
6088
6098
  "image": {},
6089
6099
  "iban-data": {},
6090
6100
  "html-content": {},
@@ -6169,7 +6179,7 @@
6169
6179
  "$type": "dimension"
6170
6180
  }
6171
6181
  },
6172
- "heading-4": {
6182
+ "heading-5": {
6173
6183
  "color": {
6174
6184
  "$extensions": {
6175
6185
  "nl.nldesignsystem.css-property-syntax": "<color>",
@@ -6234,7 +6244,7 @@
6234
6244
  "$type": "dimension"
6235
6245
  }
6236
6246
  },
6237
- "heading-5": {
6247
+ "heading-4": {
6238
6248
  "color": {
6239
6249
  "$extensions": {
6240
6250
  "nl.nldesignsystem.css-property-syntax": "<color>",
@@ -6935,13 +6945,11 @@
6935
6945
  },
6936
6946
  "invalid": {
6937
6947
  "border-inline-start-color": {
6938
- "color": {
6939
- "$extensions": {
6940
- "nl.nldesignsystem.css-property-syntax": "<color>",
6941
- "nl.nldesignsystem.figma-implementation": false
6942
- },
6943
- "$type": "color"
6944
- }
6948
+ "$extensions": {
6949
+ "nl.nldesignsystem.css-property-syntax": "<color>",
6950
+ "nl.nldesignsystem.figma-implementation": false
6951
+ },
6952
+ "$type": "color"
6945
6953
  },
6946
6954
  "border-inline-start-width": {
6947
6955
  "$extensions": {
@@ -10822,47 +10830,6 @@
10822
10830
  }
10823
10831
  }
10824
10832
  },
10825
- "body": {
10826
- "font-family": {
10827
- "$extensions": {
10828
- "nl.nldesignsystem.css-property-syntax": "*",
10829
- "nl.nldesignsystem.deprecated": true,
10830
- "nl.nldesignsystem.figma-implementation": true,
10831
- "nl.nldesignsystem.redirect": "utrecht.root.font-family"
10832
- },
10833
- "$type": "fontFamily"
10834
- },
10835
- "font-size": {
10836
- "$extensions": {
10837
- "nl.nldesignsystem.css-property-syntax": "<length>",
10838
- "nl.nldesignsystem.deprecated": true,
10839
- "nl.nldesignsystem.figma-implementation": true,
10840
- "nl.nldesignsystem.redirect": "utrecht.root.font-size"
10841
- },
10842
- "$type": "dimension"
10843
- },
10844
- "font-weight": {
10845
- "$extensions": {
10846
- "nl.nldesignsystem.css-property-syntax": "<number>",
10847
- "nl.nldesignsystem.deprecated": true,
10848
- "nl.nldesignsystem.figma-implementation": true,
10849
- "nl.nldesignsystem.redirect": "utrecht.root.font-weight"
10850
- },
10851
- "$type": "fontWeight"
10852
- },
10853
- "line-height": {
10854
- "$extensions": {
10855
- "nl.nldesignsystem.css-property-syntax": [
10856
- "<length>",
10857
- "<number>"
10858
- ],
10859
- "nl.nldesignsystem.deprecated": true,
10860
- "nl.nldesignsystem.figma-implementation": true,
10861
- "nl.nldesignsystem.redirect": "utrecht.root.font-family"
10862
- },
10863
- "$type": "dimension"
10864
- }
10865
- },
10866
10833
  "blockquote": {
10867
10834
  "background-color": {
10868
10835
  "$extensions": {
@@ -11067,6 +11034,47 @@
11067
11034
  }
11068
11035
  }
11069
11036
  },
11037
+ "body": {
11038
+ "font-family": {
11039
+ "$extensions": {
11040
+ "nl.nldesignsystem.css-property-syntax": "*",
11041
+ "nl.nldesignsystem.deprecated": true,
11042
+ "nl.nldesignsystem.figma-implementation": true,
11043
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family"
11044
+ },
11045
+ "$type": "fontFamily"
11046
+ },
11047
+ "font-size": {
11048
+ "$extensions": {
11049
+ "nl.nldesignsystem.css-property-syntax": "<length>",
11050
+ "nl.nldesignsystem.deprecated": true,
11051
+ "nl.nldesignsystem.figma-implementation": true,
11052
+ "nl.nldesignsystem.redirect": "utrecht.root.font-size"
11053
+ },
11054
+ "$type": "dimension"
11055
+ },
11056
+ "font-weight": {
11057
+ "$extensions": {
11058
+ "nl.nldesignsystem.css-property-syntax": "<number>",
11059
+ "nl.nldesignsystem.deprecated": true,
11060
+ "nl.nldesignsystem.figma-implementation": true,
11061
+ "nl.nldesignsystem.redirect": "utrecht.root.font-weight"
11062
+ },
11063
+ "$type": "fontWeight"
11064
+ },
11065
+ "line-height": {
11066
+ "$extensions": {
11067
+ "nl.nldesignsystem.css-property-syntax": [
11068
+ "<length>",
11069
+ "<number>"
11070
+ ],
11071
+ "nl.nldesignsystem.deprecated": true,
11072
+ "nl.nldesignsystem.figma-implementation": true,
11073
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family"
11074
+ },
11075
+ "$type": "dimension"
11076
+ }
11077
+ },
11070
11078
  "badge-list": {
11071
11079
  "row-gap": {
11072
11080
  "$extensions": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1",
2
+ "version": "2.0.2",
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",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@utrecht/accordion-css": "4.0.0",
33
33
  "@utrecht/action-group-css": "4.0.0",
34
- "@utrecht/alert-css": "4.0.0",
34
+ "@utrecht/alert-css": "4.0.1",
35
35
  "@utrecht/alert-dialog-css": "3.0.0",
36
36
  "@utrecht/alternate-lang-nav-css": "3.0.0",
37
37
  "@utrecht/article-css": "3.0.0",
@@ -91,7 +91,7 @@
91
91
  "@utrecht/map-marker-css": "3.0.0",
92
92
  "@utrecht/mark-css": "3.0.0",
93
93
  "@utrecht/multiline-data-css": "3.0.0",
94
- "@utrecht/nav-bar-css": "3.0.0",
94
+ "@utrecht/nav-bar-css": "3.1.0",
95
95
  "@utrecht/nav-list-css": "2.0.0",
96
96
  "@utrecht/number-badge-css": "4.0.0",
97
97
  "@utrecht/number-data-css": "3.0.0",
@@ -110,7 +110,7 @@
110
110
  "@utrecht/select-css": "3.0.0",
111
111
  "@utrecht/separator-css": "3.0.0",
112
112
  "@utrecht/skip-link-css": "3.0.0",
113
- "@utrecht/spotlight-section-css": "3.0.0",
113
+ "@utrecht/spotlight-section-css": "3.0.1",
114
114
  "@utrecht/status-badge-css": "2.0.0",
115
115
  "@utrecht/surface-css": "3.0.0",
116
116
  "@utrecht/table-css": "3.0.0",