@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
@@ -11633,6 +11633,35 @@
11633
11633
  }
11634
11634
  }
11635
11635
  },
11636
+ "textbox": {
11637
+ "border-bottom-width": {
11638
+ "key": "{utrecht.textbox.border-bottom-width}",
11639
+ "$extensions": {
11640
+ "nl.nldesignsystem.css-property-syntax": "<length>",
11641
+ "nl.nldesignsystem.deprecated": true
11642
+ },
11643
+ "$type": "dimension",
11644
+ "$value": "3px",
11645
+ "filePath": "src/component/utrecht/textbox.tokens.json",
11646
+ "isSource": true,
11647
+ "original": {
11648
+ "$extensions": {
11649
+ "nl.nldesignsystem.css-property-syntax": "<length>",
11650
+ "nl.nldesignsystem.deprecated": true
11651
+ },
11652
+ "$type": "dimension",
11653
+ "$value": "3px",
11654
+ "key": "{utrecht.textbox.border-bottom-width}"
11655
+ },
11656
+ "name": "utrechtTextboxBorderBottomWidth",
11657
+ "attributes": {},
11658
+ "path": [
11659
+ "utrecht",
11660
+ "textbox",
11661
+ "border-bottom-width"
11662
+ ]
11663
+ }
11664
+ },
11636
11665
  "data-list": {
11637
11666
  "margin-block-end": {
11638
11667
  "key": "{utrecht.data-list.margin-block-end}",
@@ -18884,7 +18913,7 @@
18884
18913
  "nl.nldesignsystem.figma-implementation": false
18885
18914
  },
18886
18915
  "$type": "color",
18887
- "$value": "hsl(0 0% 100%)",
18916
+ "$value": "transparent",
18888
18917
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
18889
18918
  "isSource": true,
18890
18919
  "original": {
@@ -18893,7 +18922,7 @@
18893
18922
  "nl.nldesignsystem.figma-implementation": false
18894
18923
  },
18895
18924
  "$type": "color",
18896
- "$value": "{utrecht.color.white}",
18925
+ "$value": "transparent",
18897
18926
  "key": "{utrecht.nav-bar.background-color}"
18898
18927
  },
18899
18928
  "name": "utrechtNavBarBackgroundColor",
@@ -18911,7 +18940,7 @@
18911
18940
  "nl.nldesignsystem.figma-implementation": false
18912
18941
  },
18913
18942
  "$type": "color",
18914
- "$value": "hsl(0 0% 0%)",
18943
+ "$value": "transparent",
18915
18944
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
18916
18945
  "isSource": true,
18917
18946
  "original": {
@@ -18920,7 +18949,7 @@
18920
18949
  "nl.nldesignsystem.figma-implementation": false
18921
18950
  },
18922
18951
  "$type": "color",
18923
- "$value": "{utrecht.color.black}",
18952
+ "$value": "transparent",
18924
18953
  "key": "{utrecht.nav-bar.color}"
18925
18954
  },
18926
18955
  "name": "utrechtNavBarColor",
@@ -18932,6 +18961,62 @@
18932
18961
  ]
18933
18962
  },
18934
18963
  "content": {
18964
+ "background-color": {
18965
+ "key": "{utrecht.nav-bar.content.background-color}",
18966
+ "$extensions": {
18967
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18968
+ "nl.nldesignsystem.figma-implementation": false
18969
+ },
18970
+ "$type": "color",
18971
+ "$value": "hsl(0 0% 100%)",
18972
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
18973
+ "isSource": true,
18974
+ "original": {
18975
+ "$extensions": {
18976
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18977
+ "nl.nldesignsystem.figma-implementation": false
18978
+ },
18979
+ "$type": "color",
18980
+ "$value": "{utrecht.color.white}",
18981
+ "key": "{utrecht.nav-bar.content.background-color}"
18982
+ },
18983
+ "name": "utrechtNavBarContentBackgroundColor",
18984
+ "attributes": {},
18985
+ "path": [
18986
+ "utrecht",
18987
+ "nav-bar",
18988
+ "content",
18989
+ "background-color"
18990
+ ]
18991
+ },
18992
+ "color": {
18993
+ "key": "{utrecht.nav-bar.content.color}",
18994
+ "$extensions": {
18995
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18996
+ "nl.nldesignsystem.figma-implementation": false
18997
+ },
18998
+ "$type": "color",
18999
+ "$value": "hsl(0 0% 0%)",
19000
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
19001
+ "isSource": true,
19002
+ "original": {
19003
+ "$extensions": {
19004
+ "nl.nldesignsystem.css-property-syntax": "<color>",
19005
+ "nl.nldesignsystem.figma-implementation": false
19006
+ },
19007
+ "$type": "color",
19008
+ "$value": "{utrecht.color.black}",
19009
+ "key": "{utrecht.nav-bar.content.color}"
19010
+ },
19011
+ "name": "utrechtNavBarContentColor",
19012
+ "attributes": {},
19013
+ "path": [
19014
+ "utrecht",
19015
+ "nav-bar",
19016
+ "content",
19017
+ "color"
19018
+ ]
19019
+ },
18935
19020
  "max-inline-size": {
18936
19021
  "key": "{utrecht.nav-bar.content.max-inline-size}",
18937
19022
  "$extensions": {
@@ -21618,6 +21703,114 @@
21618
21703
  }
21619
21704
  },
21620
21705
  "page-body": {
21706
+ "padding-block-start": {
21707
+ "key": "{utrecht.page-body.padding-block-start}",
21708
+ "$extensions": {
21709
+ "nl.nldesignsystem.css-property-syntax": "<length>",
21710
+ "nl.nldesignsystem.figma-implementation": false
21711
+ },
21712
+ "$type": "dimension",
21713
+ "$value": "0",
21714
+ "filePath": "src/component/utrecht/page-body.tokens.json",
21715
+ "isSource": true,
21716
+ "original": {
21717
+ "$extensions": {
21718
+ "nl.nldesignsystem.css-property-syntax": "<length>",
21719
+ "nl.nldesignsystem.figma-implementation": false
21720
+ },
21721
+ "$type": "dimension",
21722
+ "$value": "0",
21723
+ "key": "{utrecht.page-body.padding-block-start}"
21724
+ },
21725
+ "name": "utrechtPageBodyPaddingBlockStart",
21726
+ "attributes": {},
21727
+ "path": [
21728
+ "utrecht",
21729
+ "page-body",
21730
+ "padding-block-start"
21731
+ ]
21732
+ },
21733
+ "padding-block-end": {
21734
+ "key": "{utrecht.page-body.padding-block-end}",
21735
+ "$extensions": {
21736
+ "nl.nldesignsystem.css-property-syntax": "<length>",
21737
+ "nl.nldesignsystem.figma-implementation": false
21738
+ },
21739
+ "$type": "dimension",
21740
+ "$value": "0",
21741
+ "filePath": "src/component/utrecht/page-body.tokens.json",
21742
+ "isSource": true,
21743
+ "original": {
21744
+ "$extensions": {
21745
+ "nl.nldesignsystem.css-property-syntax": "<length>",
21746
+ "nl.nldesignsystem.figma-implementation": false
21747
+ },
21748
+ "$type": "dimension",
21749
+ "$value": "0",
21750
+ "key": "{utrecht.page-body.padding-block-end}"
21751
+ },
21752
+ "name": "utrechtPageBodyPaddingBlockEnd",
21753
+ "attributes": {},
21754
+ "path": [
21755
+ "utrecht",
21756
+ "page-body",
21757
+ "padding-block-end"
21758
+ ]
21759
+ },
21760
+ "padding-inline-start": {
21761
+ "key": "{utrecht.page-body.padding-inline-start}",
21762
+ "$extensions": {
21763
+ "nl.nldesignsystem.css-property-syntax": "<length>",
21764
+ "nl.nldesignsystem.figma-implementation": false
21765
+ },
21766
+ "$type": "dimension",
21767
+ "$value": "0",
21768
+ "filePath": "src/component/utrecht/page-body.tokens.json",
21769
+ "isSource": true,
21770
+ "original": {
21771
+ "$extensions": {
21772
+ "nl.nldesignsystem.css-property-syntax": "<length>",
21773
+ "nl.nldesignsystem.figma-implementation": false
21774
+ },
21775
+ "$type": "dimension",
21776
+ "$value": "0",
21777
+ "key": "{utrecht.page-body.padding-inline-start}"
21778
+ },
21779
+ "name": "utrechtPageBodyPaddingInlineStart",
21780
+ "attributes": {},
21781
+ "path": [
21782
+ "utrecht",
21783
+ "page-body",
21784
+ "padding-inline-start"
21785
+ ]
21786
+ },
21787
+ "padding-inline-end": {
21788
+ "key": "{utrecht.page-body.padding-inline-end}",
21789
+ "$extensions": {
21790
+ "nl.nldesignsystem.css-property-syntax": "<length>",
21791
+ "nl.nldesignsystem.figma-implementation": false
21792
+ },
21793
+ "$type": "dimension",
21794
+ "$value": "0",
21795
+ "filePath": "src/component/utrecht/page-body.tokens.json",
21796
+ "isSource": true,
21797
+ "original": {
21798
+ "$extensions": {
21799
+ "nl.nldesignsystem.css-property-syntax": "<length>",
21800
+ "nl.nldesignsystem.figma-implementation": false
21801
+ },
21802
+ "$type": "dimension",
21803
+ "$value": "0",
21804
+ "key": "{utrecht.page-body.padding-inline-end}"
21805
+ },
21806
+ "name": "utrechtPageBodyPaddingInlineEnd",
21807
+ "attributes": {},
21808
+ "path": [
21809
+ "utrecht",
21810
+ "page-body",
21811
+ "padding-inline-end"
21812
+ ]
21813
+ },
21621
21814
  "content": {
21622
21815
  "background-color": {
21623
21816
  "key": "{utrecht.page-body.content.background-color}",
@@ -21805,74 +21998,6 @@
21805
21998
  "max-inline-size"
21806
21999
  ]
21807
22000
  }
21808
- },
21809
- "padding-inline-end": {
21810
- "key": "{utrecht.page-body.padding-inline-end}",
21811
- "$value": "0",
21812
- "filePath": "src/component/utrecht/page-body.tokens.json",
21813
- "isSource": true,
21814
- "original": {
21815
- "$value": "0",
21816
- "key": "{utrecht.page-body.padding-inline-end}"
21817
- },
21818
- "name": "utrechtPageBodyPaddingInlineEnd",
21819
- "attributes": {},
21820
- "path": [
21821
- "utrecht",
21822
- "page-body",
21823
- "padding-inline-end"
21824
- ]
21825
- },
21826
- "padding-inline-start": {
21827
- "key": "{utrecht.page-body.padding-inline-start}",
21828
- "$value": "0",
21829
- "filePath": "src/component/utrecht/page-body.tokens.json",
21830
- "isSource": true,
21831
- "original": {
21832
- "$value": "0",
21833
- "key": "{utrecht.page-body.padding-inline-start}"
21834
- },
21835
- "name": "utrechtPageBodyPaddingInlineStart",
21836
- "attributes": {},
21837
- "path": [
21838
- "utrecht",
21839
- "page-body",
21840
- "padding-inline-start"
21841
- ]
21842
- },
21843
- "padding-block-end": {
21844
- "key": "{utrecht.page-body.padding-block-end}",
21845
- "$value": "0",
21846
- "filePath": "src/component/utrecht/page-body.tokens.json",
21847
- "isSource": true,
21848
- "original": {
21849
- "$value": "0",
21850
- "key": "{utrecht.page-body.padding-block-end}"
21851
- },
21852
- "name": "utrechtPageBodyPaddingBlockEnd",
21853
- "attributes": {},
21854
- "path": [
21855
- "utrecht",
21856
- "page-body",
21857
- "padding-block-end"
21858
- ]
21859
- },
21860
- "padding-block-start": {
21861
- "key": "{utrecht.page-body.padding-block-start}",
21862
- "$value": "0",
21863
- "filePath": "src/component/utrecht/page-body.tokens.json",
21864
- "isSource": true,
21865
- "original": {
21866
- "$value": "0",
21867
- "key": "{utrecht.page-body.padding-block-start}"
21868
- },
21869
- "name": "utrechtPageBodyPaddingBlockStart",
21870
- "attributes": {},
21871
- "path": [
21872
- "utrecht",
21873
- "page-body",
21874
- "padding-block-start"
21875
- ]
21876
22001
  }
21877
22002
  },
21878
22003
  "page-content": {
@@ -22014,6 +22139,34 @@
22014
22139
  ]
22015
22140
  },
22016
22141
  "content": {
22142
+ "padding-inline": {
22143
+ "key": "{utrecht.page-footer.content.padding-inline}",
22144
+ "$extensions": {
22145
+ "nl.nldesignsystem.css-property-syntax": "<length>",
22146
+ "nl.nldesignsystem.figma-implementation": false
22147
+ },
22148
+ "$type": "dimension",
22149
+ "$value": "28px",
22150
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
22151
+ "isSource": true,
22152
+ "original": {
22153
+ "$extensions": {
22154
+ "nl.nldesignsystem.css-property-syntax": "<length>",
22155
+ "nl.nldesignsystem.figma-implementation": false
22156
+ },
22157
+ "$type": "dimension",
22158
+ "$value": "{utrecht.space.inline.2xl}",
22159
+ "key": "{utrecht.page-footer.content.padding-inline}"
22160
+ },
22161
+ "name": "utrechtPageFooterContentPaddingInline",
22162
+ "attributes": {},
22163
+ "path": [
22164
+ "utrecht",
22165
+ "page-footer",
22166
+ "content",
22167
+ "padding-inline"
22168
+ ]
22169
+ },
22017
22170
  "padding-block-end": {
22018
22171
  "key": "{utrecht.page-footer.content.padding-block-end}",
22019
22172
  "$extensions": {
@@ -22087,24 +22240,6 @@
22087
22240
  "content",
22088
22241
  "max-inline-size"
22089
22242
  ]
22090
- },
22091
- "padding-inline": {
22092
- "key": "{utrecht.page-footer.content.padding-inline}",
22093
- "$value": "28px",
22094
- "filePath": "src/component/utrecht/page-footer.tokens.json",
22095
- "isSource": true,
22096
- "original": {
22097
- "$value": "{utrecht.space.inline.2xl}",
22098
- "key": "{utrecht.page-footer.content.padding-inline}"
22099
- },
22100
- "name": "utrechtPageFooterContentPaddingInline",
22101
- "attributes": {},
22102
- "path": [
22103
- "utrecht",
22104
- "page-footer",
22105
- "content",
22106
- "padding-inline"
22107
- ]
22108
22243
  }
22109
22244
  }
22110
22245
  },
@@ -22330,15 +22465,14 @@
22330
22465
  "padding-block-end"
22331
22466
  ]
22332
22467
  },
22333
- "padding-inline-start": {
22334
- "key": "{utrecht.page-header.content.padding-inline-start}",
22468
+ "padding-inline": {
22469
+ "key": "{utrecht.page-header.content.padding-inline}",
22335
22470
  "$extensions": {
22336
22471
  "nl.nldesignsystem.css-property-syntax": "<length>",
22337
22472
  "nl.nldesignsystem.figma-implementation": false
22338
22473
  },
22339
22474
  "$type": "dimension",
22340
22475
  "$value": "2em",
22341
- "$comment": "Legacy design token",
22342
22476
  "filePath": "src/component/utrecht/page-header.tokens.json",
22343
22477
  "isSource": true,
22344
22478
  "original": {
@@ -22348,82 +22482,73 @@
22348
22482
  },
22349
22483
  "$type": "dimension",
22350
22484
  "$value": "2em",
22351
- "$comment": "Legacy design token",
22352
- "key": "{utrecht.page-header.content.padding-inline-start}"
22485
+ "key": "{utrecht.page-header.content.padding-inline}"
22353
22486
  },
22354
- "name": "utrechtPageHeaderContentPaddingInlineStart",
22487
+ "name": "utrechtPageHeaderContentPaddingInline",
22355
22488
  "attributes": {},
22356
22489
  "path": [
22357
22490
  "utrecht",
22358
22491
  "page-header",
22359
22492
  "content",
22360
- "padding-inline-start"
22493
+ "padding-inline"
22361
22494
  ]
22362
22495
  },
22363
- "padding-inline-end": {
22364
- "key": "{utrecht.page-header.content.padding-inline-end}",
22365
- "$extensions": {
22366
- "nl.nldesignsystem.css-property-syntax": "<length>",
22367
- "nl.nldesignsystem.figma-implementation": false
22368
- },
22369
- "$type": "dimension",
22370
- "$value": "2.4em",
22371
- "$comment": "Legacy design token",
22496
+ "max-inline-size": {
22497
+ "key": "{utrecht.page-header.content.max-inline-size}",
22498
+ "$value": "1184px",
22372
22499
  "filePath": "src/component/utrecht/page-header.tokens.json",
22373
22500
  "isSource": true,
22374
22501
  "original": {
22375
- "$extensions": {
22376
- "nl.nldesignsystem.css-property-syntax": "<length>",
22377
- "nl.nldesignsystem.figma-implementation": false
22378
- },
22379
- "$type": "dimension",
22380
- "$value": "2.4em",
22381
- "$comment": "Legacy design token",
22382
- "key": "{utrecht.page-header.content.padding-inline-end}"
22502
+ "$value": "1184px",
22503
+ "key": "{utrecht.page-header.content.max-inline-size}"
22383
22504
  },
22384
- "name": "utrechtPageHeaderContentPaddingInlineEnd",
22505
+ "name": "utrechtPageHeaderContentMaxInlineSize",
22385
22506
  "attributes": {},
22386
22507
  "path": [
22387
22508
  "utrecht",
22388
22509
  "page-header",
22389
22510
  "content",
22390
- "padding-inline-end"
22511
+ "max-inline-size"
22391
22512
  ]
22392
22513
  },
22393
- "max-inline-size": {
22394
- "key": "{utrecht.page-header.content.max-inline-size}",
22395
- "$value": "1184px",
22514
+ "padding-inline-end": {
22515
+ "key": "{utrecht.page-header.content.padding-inline-end}",
22516
+ "$value": "2.4em",
22517
+ "$comment": "Legacy design token",
22396
22518
  "filePath": "src/component/utrecht/page-header.tokens.json",
22397
22519
  "isSource": true,
22398
22520
  "original": {
22399
- "$value": "1184px",
22400
- "key": "{utrecht.page-header.content.max-inline-size}"
22521
+ "$value": "2.4em",
22522
+ "$comment": "Legacy design token",
22523
+ "key": "{utrecht.page-header.content.padding-inline-end}"
22401
22524
  },
22402
- "name": "utrechtPageHeaderContentMaxInlineSize",
22525
+ "name": "utrechtPageHeaderContentPaddingInlineEnd",
22403
22526
  "attributes": {},
22404
22527
  "path": [
22405
22528
  "utrecht",
22406
22529
  "page-header",
22407
22530
  "content",
22408
- "max-inline-size"
22531
+ "padding-inline-end"
22409
22532
  ]
22410
22533
  },
22411
- "padding-inline": {
22412
- "key": "{utrecht.page-header.content.padding-inline}",
22534
+ "padding-inline-start": {
22535
+ "key": "{utrecht.page-header.content.padding-inline-start}",
22413
22536
  "$value": "2em",
22537
+ "$comment": "Legacy design token",
22414
22538
  "filePath": "src/component/utrecht/page-header.tokens.json",
22415
22539
  "isSource": true,
22416
22540
  "original": {
22417
22541
  "$value": "2em",
22418
- "key": "{utrecht.page-header.content.padding-inline}"
22542
+ "$comment": "Legacy design token",
22543
+ "key": "{utrecht.page-header.content.padding-inline-start}"
22419
22544
  },
22420
- "name": "utrechtPageHeaderContentPaddingInline",
22545
+ "name": "utrechtPageHeaderContentPaddingInlineStart",
22421
22546
  "attributes": {},
22422
22547
  "path": [
22423
22548
  "utrecht",
22424
22549
  "page-header",
22425
22550
  "content",
22426
- "padding-inline"
22551
+ "padding-inline-start"
22427
22552
  ]
22428
22553
  }
22429
22554
  }
@@ -28272,35 +28397,6 @@
28272
28397
  ]
28273
28398
  }
28274
28399
  },
28275
- "textbox": {
28276
- "border-bottom-width": {
28277
- "key": "{utrecht.textbox.border-bottom-width}",
28278
- "$extensions": {
28279
- "nl.nldesignsystem.css-property-syntax": "<length>",
28280
- "nl.nldesignsystem.deprecated": true
28281
- },
28282
- "$type": "dimension",
28283
- "$value": "3px",
28284
- "filePath": "src/component/utrecht/textbox.tokens.json",
28285
- "isSource": true,
28286
- "original": {
28287
- "$extensions": {
28288
- "nl.nldesignsystem.css-property-syntax": "<length>",
28289
- "nl.nldesignsystem.deprecated": true
28290
- },
28291
- "$type": "dimension",
28292
- "$value": "3px",
28293
- "key": "{utrecht.textbox.border-bottom-width}"
28294
- },
28295
- "name": "utrechtTextboxBorderBottomWidth",
28296
- "attributes": {},
28297
- "path": [
28298
- "utrecht",
28299
- "textbox",
28300
- "border-bottom-width"
28301
- ]
28302
- }
28303
- },
28304
28400
  "tooltip": {
28305
28401
  "background-color": {
28306
28402
  "key": "{utrecht.tooltip.background-color}",
@@ -427,6 +427,7 @@ module.exports = {
427
427
  utrechtSpaceColumn3xl: "32px",
428
428
  utrechtSpaceColumn4xl: "48px",
429
429
  utrechtSpaceColumn5xl: "64px",
430
+ utrechtTextboxBorderBottomWidth: "3px",
430
431
  utrechtDataListMarginBlockEnd: "16px",
431
432
  utrechtDataListMarginBlockStart: "16px",
432
433
  utrechtDataListItemKeyFontWeight: "700",
@@ -690,8 +691,10 @@ module.exports = {
690
691
  utrechtMapcontrolbuttonPaddingInlineStart: "4px",
691
692
  utrechtMarkBackgroundColor: "hsl(48 100% 60%)",
692
693
  utrechtMarkColor: "hsl(0 0% 0%)",
693
- utrechtNavBarBackgroundColor: "hsl(0 0% 100%)",
694
- utrechtNavBarColor: "hsl(0 0% 0%)",
694
+ utrechtNavBarBackgroundColor: "transparent",
695
+ utrechtNavBarColor: "transparent",
696
+ utrechtNavBarContentBackgroundColor: "hsl(0 0% 100%)",
697
+ utrechtNavBarContentColor: "hsl(0 0% 0%)",
695
698
  utrechtNavBarContentMaxInlineSize: "1184px",
696
699
  utrechtNavBarLinkPaddingBlockEnd: "8px",
697
700
  utrechtNavBarLinkPaddingBlockStart: "8px",
@@ -789,6 +792,10 @@ module.exports = {
789
792
  utrechtOrderedListItemMarginBlockStart: "0.25em",
790
793
  utrechtOrderedListItemMarginBlockEnd: "0.25em",
791
794
  utrechtOrderedListItemPaddingInlineStart: "0",
795
+ utrechtPageBodyPaddingBlockStart: "0",
796
+ utrechtPageBodyPaddingBlockEnd: "0",
797
+ utrechtPageBodyPaddingInlineStart: "0",
798
+ utrechtPageBodyPaddingInlineEnd: "0",
792
799
  utrechtPageBodyContentBackgroundColor: "hsl(0 0% 100%)",
793
800
  utrechtPageBodyContentColor: "hsl(0 0% 0%)",
794
801
  utrechtPageBodyContentPaddingBlockStart: "0",
@@ -796,20 +803,16 @@ module.exports = {
796
803
  utrechtPageBodyContentPaddingInlineStart: "2em",
797
804
  utrechtPageBodyContentPaddingInlineEnd: "2.4em",
798
805
  utrechtPageBodyContentMaxInlineSize: "1184px",
799
- utrechtPageBodyPaddingInlineEnd: "0",
800
- utrechtPageBodyPaddingInlineStart: "0",
801
- utrechtPageBodyPaddingBlockEnd: "0",
802
- utrechtPageBodyPaddingBlockStart: "0",
803
806
  utrechtPageContentPaddingBlockStart: "2em",
804
807
  utrechtPageContentPaddingBlockEnd: "2em",
805
808
  utrechtPageFooterColor: "hsl(0 0% 100%)",
806
809
  utrechtPageFooterBackgroundColor: "hsl(0 100% 40%)",
807
810
  utrechtPageFooterBackgroundImage:
808
811
  "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
812
+ utrechtPageFooterContentPaddingInline: "28px",
809
813
  utrechtPageFooterContentPaddingBlockEnd: "48px",
810
814
  utrechtPageFooterContentPaddingBlockStart: "48px",
811
815
  utrechtPageFooterContentMaxInlineSize: "1184px",
812
- utrechtPageFooterContentPaddingInline: "28px",
813
816
  utrechtPageHeaderPaddingBlockStart: "0",
814
817
  utrechtPageHeaderPaddingBlockEnd: "0",
815
818
  utrechtPageHeaderPaddingInlineStart: "0",
@@ -818,10 +821,10 @@ module.exports = {
818
821
  utrechtPageHeaderContentColor: "hsl(0 0% 0%)",
819
822
  utrechtPageHeaderContentPaddingBlockStart: "1.8em",
820
823
  utrechtPageHeaderContentPaddingBlockEnd: "1em",
821
- utrechtPageHeaderContentPaddingInlineStart: "2em",
822
- utrechtPageHeaderContentPaddingInlineEnd: "2.4em",
823
- utrechtPageHeaderContentMaxInlineSize: "1184px",
824
824
  utrechtPageHeaderContentPaddingInline: "2em",
825
+ utrechtPageHeaderContentMaxInlineSize: "1184px",
826
+ utrechtPageHeaderContentPaddingInlineEnd: "2.4em",
827
+ utrechtPageHeaderContentPaddingInlineStart: "2em",
825
828
  utrechtPageBackgroundColor: "hsl(0 0% 15%)",
826
829
  utrechtPageColor: "hsl(0 0% 95%)",
827
830
  utrechtPageMarginInlineStart: "2em",
@@ -1034,7 +1037,6 @@ module.exports = {
1034
1037
  utrechtTextareaBorderBlockEndWidth: "3px",
1035
1038
  utrechtTextareaBorderBottomWidth: "3px",
1036
1039
  utrechtTextareaLineHeight: "1.5",
1037
- utrechtTextboxBorderBottomWidth: "3px",
1038
1040
  utrechtTooltipBackgroundColor: "hsl(0 0% 100%)",
1039
1041
  utrechtTooltipBorderColor: "hsl(0 0% 40%)",
1040
1042
  utrechtTooltipBorderRadius: "0",
@@ -244,6 +244,8 @@
244
244
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
245
245
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
246
246
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
247
+ --utrecht-nav-bar-background-color: transparent;
248
+ --utrecht-nav-bar-color: transparent;
247
249
  --utrecht-navigation-border-block-end-color: transparent;
248
250
  --utrecht-navigation-border-block-end-width: 0;
249
251
  --utrecht-navigation-border-block-start-color: transparent;
@@ -911,8 +913,8 @@
911
913
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
912
914
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
913
915
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
914
- --utrecht-nav-bar-background-color: var(--utrecht-color-white);
915
- --utrecht-nav-bar-color: var(--utrecht-color-black);
916
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
917
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
916
918
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
917
919
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
918
920
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);