@utrecht/design-tokens 6.1.1 → 6.2.1

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 (56) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build-stylelint.mjs +1 -2
  3. package/dist/_mixin-theme.scss +13 -11
  4. package/dist/_mixin.scss +13 -11
  5. package/dist/_variables.scss +13 -11
  6. package/dist/dark/_mixin-theme.scss +13 -11
  7. package/dist/dark/_mixin.scss +13 -11
  8. package/dist/dark/_variables.scss +13 -11
  9. package/dist/dark/index.cjs +13 -11
  10. package/dist/dark/index.css +13 -11
  11. package/dist/dark/index.d.ts +11 -9
  12. package/dist/dark/index.flat.json +4 -2
  13. package/dist/dark/index.json +120 -24
  14. package/dist/dark/index.mjs +13 -11
  15. package/dist/dark/index.tokens.json +17 -15
  16. package/dist/dark/list.json +120 -24
  17. package/dist/dark/list.mjs +120 -24
  18. package/dist/dark/property.css +8 -2
  19. package/dist/dark/root.css +4 -2
  20. package/dist/dark/theme-prince-xml.css +13 -11
  21. package/dist/dark/theme.css +4 -2
  22. package/dist/dark/tokens.cjs +215 -129
  23. package/dist/dark/tokens.d.ts +13 -11
  24. package/dist/dark/tokens.json +253 -157
  25. package/dist/dark/variables.cjs +13 -11
  26. package/dist/dark/variables.css +4 -2
  27. package/dist/dark/variables.d.ts +11 -9
  28. package/dist/dark/variables.json +4 -2
  29. package/dist/dark/variables.less +13 -11
  30. package/dist/dark/variables.mjs +13 -11
  31. package/dist/index.cjs +13 -11
  32. package/dist/index.css +26 -22
  33. package/dist/index.d.ts +11 -9
  34. package/dist/index.flat.json +4 -2
  35. package/dist/index.json +120 -24
  36. package/dist/index.mjs +13 -11
  37. package/dist/index.tokens.json +17 -15
  38. package/dist/list.json +120 -24
  39. package/dist/list.mjs +120 -24
  40. package/dist/property.css +8 -2
  41. package/dist/root.css +4 -2
  42. package/dist/theme-prince-xml.css +13 -11
  43. package/dist/theme.css +4 -2
  44. package/dist/tokens.cjs +215 -129
  45. package/dist/tokens.d.ts +13 -11
  46. package/dist/tokens.json +253 -157
  47. package/dist/variables.cjs +13 -11
  48. package/dist/variables.css +4 -2
  49. package/dist/variables.d.ts +11 -9
  50. package/dist/variables.json +4 -2
  51. package/dist/variables.less +13 -11
  52. package/dist/variables.mjs +13 -11
  53. package/package.json +5 -6
  54. package/src/component/utrecht/nav-bar.tokens.json +8 -2
  55. package/stylelint.config.mjs +10 -0
  56. package/.stylelintrc.json +0 -10
package/dist/list.json CHANGED
@@ -21135,7 +21135,7 @@
21135
21135
  "nl.nldesignsystem.figma-implementation": false
21136
21136
  },
21137
21137
  "$type": "color",
21138
- "$value": "hsl(0 0% 100%)",
21138
+ "$value": "transparent",
21139
21139
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21140
21140
  "isSource": true,
21141
21141
  "original": {
@@ -21144,7 +21144,7 @@
21144
21144
  "nl.nldesignsystem.figma-implementation": false
21145
21145
  },
21146
21146
  "$type": "color",
21147
- "$value": "{utrecht.color.white}",
21147
+ "$value": "transparent",
21148
21148
  "key": "{utrecht.nav-bar.background-color}"
21149
21149
  },
21150
21150
  "name": "utrechtNavBarBackgroundColor",
@@ -21162,7 +21162,7 @@
21162
21162
  "nl.nldesignsystem.figma-implementation": false
21163
21163
  },
21164
21164
  "$type": "color",
21165
- "$value": "hsl(0 0% 0%)",
21165
+ "$value": "transparent",
21166
21166
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21167
21167
  "isSource": true,
21168
21168
  "original": {
@@ -21171,7 +21171,7 @@
21171
21171
  "nl.nldesignsystem.figma-implementation": false
21172
21172
  },
21173
21173
  "$type": "color",
21174
- "$value": "{utrecht.color.black}",
21174
+ "$value": "transparent",
21175
21175
  "key": "{utrecht.nav-bar.color}"
21176
21176
  },
21177
21177
  "name": "utrechtNavBarColor",
@@ -21182,6 +21182,62 @@
21182
21182
  "color"
21183
21183
  ]
21184
21184
  },
21185
+ {
21186
+ "key": "{utrecht.nav-bar.content.background-color}",
21187
+ "$extensions": {
21188
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21189
+ "nl.nldesignsystem.figma-implementation": false
21190
+ },
21191
+ "$type": "color",
21192
+ "$value": "hsl(0 0% 100%)",
21193
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21194
+ "isSource": true,
21195
+ "original": {
21196
+ "$extensions": {
21197
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21198
+ "nl.nldesignsystem.figma-implementation": false
21199
+ },
21200
+ "$type": "color",
21201
+ "$value": "{utrecht.color.white}",
21202
+ "key": "{utrecht.nav-bar.content.background-color}"
21203
+ },
21204
+ "name": "utrechtNavBarContentBackgroundColor",
21205
+ "attributes": {},
21206
+ "path": [
21207
+ "utrecht",
21208
+ "nav-bar",
21209
+ "content",
21210
+ "background-color"
21211
+ ]
21212
+ },
21213
+ {
21214
+ "key": "{utrecht.nav-bar.content.color}",
21215
+ "$extensions": {
21216
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21217
+ "nl.nldesignsystem.figma-implementation": false
21218
+ },
21219
+ "$type": "color",
21220
+ "$value": "hsl(0 0% 0%)",
21221
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21222
+ "isSource": true,
21223
+ "original": {
21224
+ "$extensions": {
21225
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21226
+ "nl.nldesignsystem.figma-implementation": false
21227
+ },
21228
+ "$type": "color",
21229
+ "$value": "{utrecht.color.black}",
21230
+ "key": "{utrecht.nav-bar.content.color}"
21231
+ },
21232
+ "name": "utrechtNavBarContentColor",
21233
+ "attributes": {},
21234
+ "path": [
21235
+ "utrecht",
21236
+ "nav-bar",
21237
+ "content",
21238
+ "color"
21239
+ ]
21240
+ },
21185
21241
  {
21186
21242
  "key": "{utrecht.nav-bar.content.max-inline-size}",
21187
21243
  "$extensions": {
@@ -23630,10 +23686,20 @@
23630
23686
  },
23631
23687
  {
23632
23688
  "key": "{utrecht.page-body.padding-block-end}",
23689
+ "$extensions": {
23690
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23691
+ "nl.nldesignsystem.figma-implementation": false
23692
+ },
23693
+ "$type": "dimension",
23633
23694
  "$value": "0",
23634
23695
  "filePath": "src/component/utrecht/page-body.tokens.json",
23635
23696
  "isSource": true,
23636
23697
  "original": {
23698
+ "$extensions": {
23699
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23700
+ "nl.nldesignsystem.figma-implementation": false
23701
+ },
23702
+ "$type": "dimension",
23637
23703
  "$value": "0",
23638
23704
  "key": "{utrecht.page-body.padding-block-end}"
23639
23705
  },
@@ -23647,10 +23713,20 @@
23647
23713
  },
23648
23714
  {
23649
23715
  "key": "{utrecht.page-body.padding-block-start}",
23716
+ "$extensions": {
23717
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23718
+ "nl.nldesignsystem.figma-implementation": false
23719
+ },
23720
+ "$type": "dimension",
23650
23721
  "$value": "0",
23651
23722
  "filePath": "src/component/utrecht/page-body.tokens.json",
23652
23723
  "isSource": true,
23653
23724
  "original": {
23725
+ "$extensions": {
23726
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23727
+ "nl.nldesignsystem.figma-implementation": false
23728
+ },
23729
+ "$type": "dimension",
23654
23730
  "$value": "0",
23655
23731
  "key": "{utrecht.page-body.padding-block-start}"
23656
23732
  },
@@ -23664,10 +23740,20 @@
23664
23740
  },
23665
23741
  {
23666
23742
  "key": "{utrecht.page-body.padding-inline-end}",
23743
+ "$extensions": {
23744
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23745
+ "nl.nldesignsystem.figma-implementation": false
23746
+ },
23747
+ "$type": "dimension",
23667
23748
  "$value": "0",
23668
23749
  "filePath": "src/component/utrecht/page-body.tokens.json",
23669
23750
  "isSource": true,
23670
23751
  "original": {
23752
+ "$extensions": {
23753
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23754
+ "nl.nldesignsystem.figma-implementation": false
23755
+ },
23756
+ "$type": "dimension",
23671
23757
  "$value": "0",
23672
23758
  "key": "{utrecht.page-body.padding-inline-end}"
23673
23759
  },
@@ -23681,10 +23767,20 @@
23681
23767
  },
23682
23768
  {
23683
23769
  "key": "{utrecht.page-body.padding-inline-start}",
23770
+ "$extensions": {
23771
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23772
+ "nl.nldesignsystem.figma-implementation": false
23773
+ },
23774
+ "$type": "dimension",
23684
23775
  "$value": "0",
23685
23776
  "filePath": "src/component/utrecht/page-body.tokens.json",
23686
23777
  "isSource": true,
23687
23778
  "original": {
23779
+ "$extensions": {
23780
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23781
+ "nl.nldesignsystem.figma-implementation": false
23782
+ },
23783
+ "$type": "dimension",
23688
23784
  "$value": "0",
23689
23785
  "key": "{utrecht.page-body.padding-inline-start}"
23690
23786
  },
@@ -23934,10 +24030,20 @@
23934
24030
  },
23935
24031
  {
23936
24032
  "key": "{utrecht.page-footer.content.padding-inline}",
24033
+ "$extensions": {
24034
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24035
+ "nl.nldesignsystem.figma-implementation": false
24036
+ },
24037
+ "$type": "dimension",
23937
24038
  "$value": "28px",
23938
24039
  "filePath": "src/component/utrecht/page-footer.tokens.json",
23939
24040
  "isSource": true,
23940
24041
  "original": {
24042
+ "$extensions": {
24043
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24044
+ "nl.nldesignsystem.figma-implementation": false
24045
+ },
24046
+ "$type": "dimension",
23941
24047
  "$value": "{utrecht.space.inline.2xl}",
23942
24048
  "key": "{utrecht.page-footer.content.padding-inline}"
23943
24049
  },
@@ -24082,10 +24188,20 @@
24082
24188
  },
24083
24189
  {
24084
24190
  "key": "{utrecht.page-header.content.padding-inline}",
24191
+ "$extensions": {
24192
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24193
+ "nl.nldesignsystem.figma-implementation": false
24194
+ },
24195
+ "$type": "dimension",
24085
24196
  "$value": "2em",
24086
24197
  "filePath": "src/component/utrecht/page-header.tokens.json",
24087
24198
  "isSource": true,
24088
24199
  "original": {
24200
+ "$extensions": {
24201
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24202
+ "nl.nldesignsystem.figma-implementation": false
24203
+ },
24204
+ "$type": "dimension",
24089
24205
  "$value": "2em",
24090
24206
  "key": "{utrecht.page-header.content.padding-inline}"
24091
24207
  },
@@ -24100,21 +24216,11 @@
24100
24216
  },
24101
24217
  {
24102
24218
  "key": "{utrecht.page-header.content.padding-inline-end}",
24103
- "$extensions": {
24104
- "nl.nldesignsystem.css-property-syntax": "<length>",
24105
- "nl.nldesignsystem.figma-implementation": false
24106
- },
24107
- "$type": "dimension",
24108
24219
  "$value": "2.4em",
24109
24220
  "$comment": "Legacy design token",
24110
24221
  "filePath": "src/component/utrecht/page-header.tokens.json",
24111
24222
  "isSource": true,
24112
24223
  "original": {
24113
- "$extensions": {
24114
- "nl.nldesignsystem.css-property-syntax": "<length>",
24115
- "nl.nldesignsystem.figma-implementation": false
24116
- },
24117
- "$type": "dimension",
24118
24224
  "$value": "2.4em",
24119
24225
  "$comment": "Legacy design token",
24120
24226
  "key": "{utrecht.page-header.content.padding-inline-end}"
@@ -24130,21 +24236,11 @@
24130
24236
  },
24131
24237
  {
24132
24238
  "key": "{utrecht.page-header.content.padding-inline-start}",
24133
- "$extensions": {
24134
- "nl.nldesignsystem.css-property-syntax": "<length>",
24135
- "nl.nldesignsystem.figma-implementation": false
24136
- },
24137
- "$type": "dimension",
24138
24239
  "$value": "2em",
24139
24240
  "$comment": "Legacy design token",
24140
24241
  "filePath": "src/component/utrecht/page-header.tokens.json",
24141
24242
  "isSource": true,
24142
24243
  "original": {
24143
- "$extensions": {
24144
- "nl.nldesignsystem.css-property-syntax": "<length>",
24145
- "nl.nldesignsystem.figma-implementation": false
24146
- },
24147
- "$type": "dimension",
24148
24244
  "$value": "2em",
24149
24245
  "$comment": "Legacy design token",
24150
24246
  "key": "{utrecht.page-header.content.padding-inline-start}"
package/dist/list.mjs CHANGED
@@ -21135,7 +21135,7 @@ export default [
21135
21135
  "nl.nldesignsystem.figma-implementation": false
21136
21136
  },
21137
21137
  "$type": "color",
21138
- "$value": "hsl(0 0% 100%)",
21138
+ "$value": "transparent",
21139
21139
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21140
21140
  "isSource": true,
21141
21141
  "original": {
@@ -21144,7 +21144,7 @@ export default [
21144
21144
  "nl.nldesignsystem.figma-implementation": false
21145
21145
  },
21146
21146
  "$type": "color",
21147
- "$value": "{utrecht.color.white}",
21147
+ "$value": "transparent",
21148
21148
  "key": "{utrecht.nav-bar.background-color}"
21149
21149
  },
21150
21150
  "name": "utrechtNavBarBackgroundColor",
@@ -21162,7 +21162,7 @@ export default [
21162
21162
  "nl.nldesignsystem.figma-implementation": false
21163
21163
  },
21164
21164
  "$type": "color",
21165
- "$value": "hsl(0 0% 0%)",
21165
+ "$value": "transparent",
21166
21166
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21167
21167
  "isSource": true,
21168
21168
  "original": {
@@ -21171,7 +21171,7 @@ export default [
21171
21171
  "nl.nldesignsystem.figma-implementation": false
21172
21172
  },
21173
21173
  "$type": "color",
21174
- "$value": "{utrecht.color.black}",
21174
+ "$value": "transparent",
21175
21175
  "key": "{utrecht.nav-bar.color}"
21176
21176
  },
21177
21177
  "name": "utrechtNavBarColor",
@@ -21182,6 +21182,62 @@ export default [
21182
21182
  "color"
21183
21183
  ]
21184
21184
  },
21185
+ {
21186
+ "key": "{utrecht.nav-bar.content.background-color}",
21187
+ "$extensions": {
21188
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21189
+ "nl.nldesignsystem.figma-implementation": false
21190
+ },
21191
+ "$type": "color",
21192
+ "$value": "hsl(0 0% 100%)",
21193
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21194
+ "isSource": true,
21195
+ "original": {
21196
+ "$extensions": {
21197
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21198
+ "nl.nldesignsystem.figma-implementation": false
21199
+ },
21200
+ "$type": "color",
21201
+ "$value": "{utrecht.color.white}",
21202
+ "key": "{utrecht.nav-bar.content.background-color}"
21203
+ },
21204
+ "name": "utrechtNavBarContentBackgroundColor",
21205
+ "attributes": {},
21206
+ "path": [
21207
+ "utrecht",
21208
+ "nav-bar",
21209
+ "content",
21210
+ "background-color"
21211
+ ]
21212
+ },
21213
+ {
21214
+ "key": "{utrecht.nav-bar.content.color}",
21215
+ "$extensions": {
21216
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21217
+ "nl.nldesignsystem.figma-implementation": false
21218
+ },
21219
+ "$type": "color",
21220
+ "$value": "hsl(0 0% 0%)",
21221
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21222
+ "isSource": true,
21223
+ "original": {
21224
+ "$extensions": {
21225
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21226
+ "nl.nldesignsystem.figma-implementation": false
21227
+ },
21228
+ "$type": "color",
21229
+ "$value": "{utrecht.color.black}",
21230
+ "key": "{utrecht.nav-bar.content.color}"
21231
+ },
21232
+ "name": "utrechtNavBarContentColor",
21233
+ "attributes": {},
21234
+ "path": [
21235
+ "utrecht",
21236
+ "nav-bar",
21237
+ "content",
21238
+ "color"
21239
+ ]
21240
+ },
21185
21241
  {
21186
21242
  "key": "{utrecht.nav-bar.content.max-inline-size}",
21187
21243
  "$extensions": {
@@ -23630,10 +23686,20 @@ export default [
23630
23686
  },
23631
23687
  {
23632
23688
  "key": "{utrecht.page-body.padding-block-end}",
23689
+ "$extensions": {
23690
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23691
+ "nl.nldesignsystem.figma-implementation": false
23692
+ },
23693
+ "$type": "dimension",
23633
23694
  "$value": "0",
23634
23695
  "filePath": "src/component/utrecht/page-body.tokens.json",
23635
23696
  "isSource": true,
23636
23697
  "original": {
23698
+ "$extensions": {
23699
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23700
+ "nl.nldesignsystem.figma-implementation": false
23701
+ },
23702
+ "$type": "dimension",
23637
23703
  "$value": "0",
23638
23704
  "key": "{utrecht.page-body.padding-block-end}"
23639
23705
  },
@@ -23647,10 +23713,20 @@ export default [
23647
23713
  },
23648
23714
  {
23649
23715
  "key": "{utrecht.page-body.padding-block-start}",
23716
+ "$extensions": {
23717
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23718
+ "nl.nldesignsystem.figma-implementation": false
23719
+ },
23720
+ "$type": "dimension",
23650
23721
  "$value": "0",
23651
23722
  "filePath": "src/component/utrecht/page-body.tokens.json",
23652
23723
  "isSource": true,
23653
23724
  "original": {
23725
+ "$extensions": {
23726
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23727
+ "nl.nldesignsystem.figma-implementation": false
23728
+ },
23729
+ "$type": "dimension",
23654
23730
  "$value": "0",
23655
23731
  "key": "{utrecht.page-body.padding-block-start}"
23656
23732
  },
@@ -23664,10 +23740,20 @@ export default [
23664
23740
  },
23665
23741
  {
23666
23742
  "key": "{utrecht.page-body.padding-inline-end}",
23743
+ "$extensions": {
23744
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23745
+ "nl.nldesignsystem.figma-implementation": false
23746
+ },
23747
+ "$type": "dimension",
23667
23748
  "$value": "0",
23668
23749
  "filePath": "src/component/utrecht/page-body.tokens.json",
23669
23750
  "isSource": true,
23670
23751
  "original": {
23752
+ "$extensions": {
23753
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23754
+ "nl.nldesignsystem.figma-implementation": false
23755
+ },
23756
+ "$type": "dimension",
23671
23757
  "$value": "0",
23672
23758
  "key": "{utrecht.page-body.padding-inline-end}"
23673
23759
  },
@@ -23681,10 +23767,20 @@ export default [
23681
23767
  },
23682
23768
  {
23683
23769
  "key": "{utrecht.page-body.padding-inline-start}",
23770
+ "$extensions": {
23771
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23772
+ "nl.nldesignsystem.figma-implementation": false
23773
+ },
23774
+ "$type": "dimension",
23684
23775
  "$value": "0",
23685
23776
  "filePath": "src/component/utrecht/page-body.tokens.json",
23686
23777
  "isSource": true,
23687
23778
  "original": {
23779
+ "$extensions": {
23780
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23781
+ "nl.nldesignsystem.figma-implementation": false
23782
+ },
23783
+ "$type": "dimension",
23688
23784
  "$value": "0",
23689
23785
  "key": "{utrecht.page-body.padding-inline-start}"
23690
23786
  },
@@ -23934,10 +24030,20 @@ export default [
23934
24030
  },
23935
24031
  {
23936
24032
  "key": "{utrecht.page-footer.content.padding-inline}",
24033
+ "$extensions": {
24034
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24035
+ "nl.nldesignsystem.figma-implementation": false
24036
+ },
24037
+ "$type": "dimension",
23937
24038
  "$value": "28px",
23938
24039
  "filePath": "src/component/utrecht/page-footer.tokens.json",
23939
24040
  "isSource": true,
23940
24041
  "original": {
24042
+ "$extensions": {
24043
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24044
+ "nl.nldesignsystem.figma-implementation": false
24045
+ },
24046
+ "$type": "dimension",
23941
24047
  "$value": "{utrecht.space.inline.2xl}",
23942
24048
  "key": "{utrecht.page-footer.content.padding-inline}"
23943
24049
  },
@@ -24082,10 +24188,20 @@ export default [
24082
24188
  },
24083
24189
  {
24084
24190
  "key": "{utrecht.page-header.content.padding-inline}",
24191
+ "$extensions": {
24192
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24193
+ "nl.nldesignsystem.figma-implementation": false
24194
+ },
24195
+ "$type": "dimension",
24085
24196
  "$value": "2em",
24086
24197
  "filePath": "src/component/utrecht/page-header.tokens.json",
24087
24198
  "isSource": true,
24088
24199
  "original": {
24200
+ "$extensions": {
24201
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24202
+ "nl.nldesignsystem.figma-implementation": false
24203
+ },
24204
+ "$type": "dimension",
24089
24205
  "$value": "2em",
24090
24206
  "key": "{utrecht.page-header.content.padding-inline}"
24091
24207
  },
@@ -24100,21 +24216,11 @@ export default [
24100
24216
  },
24101
24217
  {
24102
24218
  "key": "{utrecht.page-header.content.padding-inline-end}",
24103
- "$extensions": {
24104
- "nl.nldesignsystem.css-property-syntax": "<length>",
24105
- "nl.nldesignsystem.figma-implementation": false
24106
- },
24107
- "$type": "dimension",
24108
24219
  "$value": "2.4em",
24109
24220
  "$comment": "Legacy design token",
24110
24221
  "filePath": "src/component/utrecht/page-header.tokens.json",
24111
24222
  "isSource": true,
24112
24223
  "original": {
24113
- "$extensions": {
24114
- "nl.nldesignsystem.css-property-syntax": "<length>",
24115
- "nl.nldesignsystem.figma-implementation": false
24116
- },
24117
- "$type": "dimension",
24118
24224
  "$value": "2.4em",
24119
24225
  "$comment": "Legacy design token",
24120
24226
  "key": "{utrecht.page-header.content.padding-inline-end}"
@@ -24130,21 +24236,11 @@ export default [
24130
24236
  },
24131
24237
  {
24132
24238
  "key": "{utrecht.page-header.content.padding-inline-start}",
24133
- "$extensions": {
24134
- "nl.nldesignsystem.css-property-syntax": "<length>",
24135
- "nl.nldesignsystem.figma-implementation": false
24136
- },
24137
- "$type": "dimension",
24138
24239
  "$value": "2em",
24139
24240
  "$comment": "Legacy design token",
24140
24241
  "filePath": "src/component/utrecht/page-header.tokens.json",
24141
24242
  "isSource": true,
24142
24243
  "original": {
24143
- "$extensions": {
24144
- "nl.nldesignsystem.css-property-syntax": "<length>",
24145
- "nl.nldesignsystem.figma-implementation": false
24146
- },
24147
- "$type": "dimension",
24148
24244
  "$value": "2em",
24149
24245
  "$comment": "Legacy design token",
24150
24246
  "key": "{utrecht.page-header.content.padding-inline-start}"
package/dist/property.css CHANGED
@@ -549,6 +549,8 @@
549
549
  @property --utrecht-mark-color { syntax: '<color>'; inherits: true; }
550
550
  @property --utrecht-nav-bar-background-color { syntax: '<color>'; inherits: true; }
551
551
  @property --utrecht-nav-bar-color { syntax: '<color>'; inherits: true; }
552
+ @property --utrecht-nav-bar-content-background-color { syntax: '<color>'; inherits: true; }
553
+ @property --utrecht-nav-bar-content-color { syntax: '<color>'; inherits: true; }
552
554
  @property --utrecht-nav-bar-content-max-inline-size { syntax: '<length>'; inherits: true; }
553
555
  @property --utrecht-nav-bar-link-padding-block-end { syntax: '<length>'; inherits: true; }
554
556
  @property --utrecht-nav-bar-link-padding-block-start { syntax: '<length>'; inherits: true; }
@@ -627,6 +629,10 @@
627
629
  @property --utrecht-page-body-content-padding-block-start { syntax: '<length>'; inherits: true; }
628
630
  @property --utrecht-page-body-content-padding-inline-end { syntax: '<length>'; inherits: true; }
629
631
  @property --utrecht-page-body-content-padding-inline-start { syntax: '<length>'; inherits: true; }
632
+ @property --utrecht-page-body-padding-block-end { syntax: '<length>'; inherits: true; }
633
+ @property --utrecht-page-body-padding-block-start { syntax: '<length>'; inherits: true; }
634
+ @property --utrecht-page-body-padding-inline-end { syntax: '<length>'; inherits: true; }
635
+ @property --utrecht-page-body-padding-inline-start { syntax: '<length>'; inherits: true; }
630
636
  @property --utrecht-page-color { syntax: '<color>'; inherits: true; }
631
637
  @property --utrecht-page-content-padding-block-end { syntax: '<length>'; inherits: true; }
632
638
  @property --utrecht-page-content-padding-block-start { syntax: '<length>'; inherits: true; }
@@ -634,12 +640,12 @@
634
640
  @property --utrecht-page-footer-color { syntax: '<color>'; inherits: true; }
635
641
  @property --utrecht-page-footer-content-padding-block-end { syntax: '<length>'; inherits: true; }
636
642
  @property --utrecht-page-footer-content-padding-block-start { syntax: '<length>'; inherits: true; }
643
+ @property --utrecht-page-footer-content-padding-inline { syntax: '<length>'; inherits: true; }
637
644
  @property --utrecht-page-header-content-background-color { syntax: '<color>'; inherits: true; }
638
645
  @property --utrecht-page-header-content-color { syntax: '<color>'; inherits: true; }
639
646
  @property --utrecht-page-header-content-padding-block-end { syntax: '<length>'; inherits: true; }
640
647
  @property --utrecht-page-header-content-padding-block-start { syntax: '<length>'; inherits: true; }
641
- @property --utrecht-page-header-content-padding-inline-end { syntax: '<length>'; inherits: true; }
642
- @property --utrecht-page-header-content-padding-inline-start { syntax: '<length>'; inherits: true; }
648
+ @property --utrecht-page-header-content-padding-inline { syntax: '<length>'; inherits: true; }
643
649
  @property --utrecht-page-header-padding-block-end { syntax: '<length>'; inherits: true; }
644
650
  @property --utrecht-page-header-padding-block-start { syntax: '<length>'; inherits: true; }
645
651
  @property --utrecht-page-header-padding-inline-end { syntax: '<length>'; inherits: true; }
package/dist/root.css CHANGED
@@ -242,6 +242,8 @@
242
242
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
243
243
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
244
244
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
245
+ --utrecht-nav-bar-background-color: transparent;
246
+ --utrecht-nav-bar-color: transparent;
245
247
  --utrecht-navigation-border-block-end-color: transparent;
246
248
  --utrecht-navigation-border-block-end-width: 0;
247
249
  --utrecht-navigation-border-block-start-color: transparent;
@@ -912,8 +914,8 @@
912
914
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
913
915
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
914
916
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
915
- --utrecht-nav-bar-background-color: var(--utrecht-color-white);
916
- --utrecht-nav-bar-color: var(--utrecht-color-black);
917
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
918
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
917
919
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
918
920
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
919
921
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -140,6 +140,7 @@
140
140
  --utrecht-space-column-3xl: 32px; /** Extra Large 3 */
141
141
  --utrecht-space-column-4xl: 48px; /** Extra Large 4 */
142
142
  --utrecht-space-column-5xl: 64px; /** Extra Large 5 */
143
+ --utrecht-textbox-border-bottom-width: 3px;
143
144
  --utrecht-data-list-rows-column-min-inline-size: 25ch;
144
145
  --utrecht-data-list-rows-column-inline-size: 80%;
145
146
  --utrecht-document-line-height: 1.4;
@@ -223,6 +224,8 @@
223
224
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
224
225
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
225
226
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
227
+ --utrecht-nav-bar-background-color: transparent;
228
+ --utrecht-nav-bar-color: transparent;
226
229
  --utrecht-topnav-link-focus-border-type: dotted;
227
230
  --utrecht-topnav-link-focus-text-decoration: none;
228
231
  --utrecht-navigation-border-block-end-color: transparent;
@@ -258,15 +261,15 @@
258
261
  --utrecht-ordered-list-item-margin-block-start: 0.25em;
259
262
  --utrecht-ordered-list-item-margin-block-end: 0.25em;
260
263
  --utrecht-ordered-list-item-padding-inline-start: 0;
264
+ --utrecht-page-body-padding-block-start: 0;
265
+ --utrecht-page-body-padding-block-end: 0;
266
+ --utrecht-page-body-padding-inline-start: 0;
267
+ --utrecht-page-body-padding-inline-end: 0;
261
268
  --utrecht-page-body-content-padding-block-start: 0;
262
269
  --utrecht-page-body-content-padding-block-end: 1em;
263
270
  --utrecht-page-body-content-padding-inline-start: 2em;
264
271
  --utrecht-page-body-content-padding-inline-end: 2.4em;
265
272
  --utrecht-page-body-content-max-inline-size: 1184px;
266
- --utrecht-page-body-padding-inline-end: 0;
267
- --utrecht-page-body-padding-inline-start: 0;
268
- --utrecht-page-body-padding-block-end: 0;
269
- --utrecht-page-body-padding-block-start: 0;
270
273
  --utrecht-page-content-padding-block-start: 2em;
271
274
  --utrecht-page-content-padding-block-end: 2em;
272
275
  --utrecht-page-footer-content-max-inline-size: 1184px;
@@ -276,10 +279,10 @@
276
279
  --utrecht-page-header-padding-inline-end: 0;
277
280
  --utrecht-page-header-content-padding-block-start: 1.8em;
278
281
  --utrecht-page-header-content-padding-block-end: 1em;
279
- --utrecht-page-header-content-padding-inline-start: 2em;
280
- --utrecht-page-header-content-padding-inline-end: 2.4em;
281
- --utrecht-page-header-content-max-inline-size: 1184px;
282
282
  --utrecht-page-header-content-padding-inline: 2em;
283
+ --utrecht-page-header-content-max-inline-size: 1184px;
284
+ --utrecht-page-header-content-padding-inline-end: 2.4em;
285
+ --utrecht-page-header-content-padding-inline-start: 2em;
283
286
  --utrecht-page-margin-inline-start: 2em;
284
287
  --utrecht-page-margin-inline-end: 2em;
285
288
  --utrecht-page-max-inline-size: 1184px;
@@ -340,7 +343,6 @@
340
343
  --utrecht-table-cell-icon-size: 1em;
341
344
  --utrecht-textarea-border-block-end-width: 3px;
342
345
  --utrecht-textarea-border-bottom-width: 3px;
343
- --utrecht-textbox-border-bottom-width: 3px;
344
346
  --utrecht-tooltip-border-radius: 0;
345
347
  --utrecht-tooltip-border-width: 1px;
346
348
  --utrecht-toptask-link-line-height: 1.2;
@@ -823,8 +825,8 @@
823
825
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
824
826
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
825
827
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
826
- --utrecht-nav-bar-background-color: var(--utrecht-color-white);
827
- --utrecht-nav-bar-color: var(--utrecht-color-black);
828
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
829
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
828
830
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
829
831
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
830
832
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -888,9 +890,9 @@
888
890
  --utrecht-page-footer-color: var(--utrecht-color-white);
889
891
  --utrecht-page-footer-background-color: var(--utrecht-color-red-40);
890
892
  --utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, #d63433 50%);;
893
+ --utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
891
894
  --utrecht-page-footer-content-padding-block-end: var(--utrecht-space-block-3xl);
892
895
  --utrecht-page-footer-content-padding-block-start: var(--utrecht-space-block-3xl);
893
- --utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
894
896
  --utrecht-page-header-content-background-color: var(--utrecht-color-white);
895
897
  --utrecht-page-header-content-color: var(--utrecht-color-black);
896
898
  --utrecht-page-background-color: var(--utrecht-color-white);