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

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 +60 -43
  2. package/package.json +4 -4
package/dist/tokens.json CHANGED
@@ -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>",
@@ -5145,6 +5155,15 @@
5145
5155
  },
5146
5156
  "$type": "dimension"
5147
5157
  }
5158
+ },
5159
+ "sticky": {
5160
+ "z-index": {
5161
+ "$extensions": {
5162
+ "nl.nldesignsystem.css-property-syntax": "<number>",
5163
+ "nl.nldesignsystem.figma-implementation": false
5164
+ },
5165
+ "$type": "dimension"
5166
+ }
5148
5167
  }
5149
5168
  },
5150
5169
  "multiline-data": {},
@@ -5849,40 +5868,6 @@
5849
5868
  }
5850
5869
  },
5851
5870
  "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
5871
  "link": {
5887
5872
  "color": {
5888
5873
  "$extensions": {
@@ -6085,6 +6070,40 @@
6085
6070
  }
6086
6071
  }
6087
6072
  },
6073
+ "index-char-nav": {
6074
+ "margin-block-start": {
6075
+ "$extensions": {
6076
+ "nl.nldesignsystem.css-property-syntax": "<length>",
6077
+ "nl.nldesignsystem.figma-implementation": false
6078
+ },
6079
+ "$type": "dimension"
6080
+ },
6081
+ "margin-block-end": {
6082
+ "$extensions": {
6083
+ "nl.nldesignsystem.css-property-syntax": "<length>",
6084
+ "nl.nldesignsystem.figma-implementation": false
6085
+ },
6086
+ "$type": "dimension"
6087
+ },
6088
+ "gap": {
6089
+ "$extensions": {
6090
+ "nl.nldesignsystem.css-property-syntax": "<length>",
6091
+ "nl.nldesignsystem.figma-implementation": false
6092
+ },
6093
+ "$type": "dimension"
6094
+ },
6095
+ "link": {
6096
+ "current": {
6097
+ "font-weight": {
6098
+ "$extensions": {
6099
+ "nl.nldesignsystem.css-property-syntax": "<number>",
6100
+ "nl.nldesignsystem.figma-implementation": false
6101
+ },
6102
+ "$type": "fontWeight"
6103
+ }
6104
+ }
6105
+ }
6106
+ },
6088
6107
  "image": {},
6089
6108
  "iban-data": {},
6090
6109
  "html-content": {},
@@ -6169,7 +6188,7 @@
6169
6188
  "$type": "dimension"
6170
6189
  }
6171
6190
  },
6172
- "heading-4": {
6191
+ "heading-5": {
6173
6192
  "color": {
6174
6193
  "$extensions": {
6175
6194
  "nl.nldesignsystem.css-property-syntax": "<color>",
@@ -6234,7 +6253,7 @@
6234
6253
  "$type": "dimension"
6235
6254
  }
6236
6255
  },
6237
- "heading-5": {
6256
+ "heading-4": {
6238
6257
  "color": {
6239
6258
  "$extensions": {
6240
6259
  "nl.nldesignsystem.css-property-syntax": "<color>",
@@ -6935,13 +6954,11 @@
6935
6954
  },
6936
6955
  "invalid": {
6937
6956
  "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
- }
6957
+ "$extensions": {
6958
+ "nl.nldesignsystem.css-property-syntax": "<color>",
6959
+ "nl.nldesignsystem.figma-implementation": false
6960
+ },
6961
+ "$type": "color"
6945
6962
  },
6946
6963
  "border-inline-start-width": {
6947
6964
  "$extensions": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1",
2
+ "version": "2.0.3",
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.2.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",