@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
@@ -20472,7 +20472,7 @@
20472
20472
  "nl.nldesignsystem.figma-implementation": false
20473
20473
  },
20474
20474
  "$type": "color",
20475
- "$value": "hsl(0 0% 100%)",
20475
+ "$value": "transparent",
20476
20476
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
20477
20477
  "isSource": true,
20478
20478
  "original": {
@@ -20481,7 +20481,7 @@
20481
20481
  "nl.nldesignsystem.figma-implementation": false
20482
20482
  },
20483
20483
  "$type": "color",
20484
- "$value": "{utrecht.color.white}",
20484
+ "$value": "transparent",
20485
20485
  "key": "{utrecht.nav-bar.background-color}"
20486
20486
  },
20487
20487
  "name": "utrechtNavBarBackgroundColor",
@@ -20499,7 +20499,7 @@
20499
20499
  "nl.nldesignsystem.figma-implementation": false
20500
20500
  },
20501
20501
  "$type": "color",
20502
- "$value": "hsl(0 0% 0%)",
20502
+ "$value": "transparent",
20503
20503
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
20504
20504
  "isSource": true,
20505
20505
  "original": {
@@ -20508,7 +20508,7 @@
20508
20508
  "nl.nldesignsystem.figma-implementation": false
20509
20509
  },
20510
20510
  "$type": "color",
20511
- "$value": "{utrecht.color.black}",
20511
+ "$value": "transparent",
20512
20512
  "key": "{utrecht.nav-bar.color}"
20513
20513
  },
20514
20514
  "name": "utrechtNavBarColor",
@@ -20519,6 +20519,62 @@
20519
20519
  "color"
20520
20520
  ]
20521
20521
  },
20522
+ {
20523
+ "key": "{utrecht.nav-bar.content.background-color}",
20524
+ "$extensions": {
20525
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20526
+ "nl.nldesignsystem.figma-implementation": false
20527
+ },
20528
+ "$type": "color",
20529
+ "$value": "hsl(0 0% 100%)",
20530
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20531
+ "isSource": true,
20532
+ "original": {
20533
+ "$extensions": {
20534
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20535
+ "nl.nldesignsystem.figma-implementation": false
20536
+ },
20537
+ "$type": "color",
20538
+ "$value": "{utrecht.color.white}",
20539
+ "key": "{utrecht.nav-bar.content.background-color}"
20540
+ },
20541
+ "name": "utrechtNavBarContentBackgroundColor",
20542
+ "attributes": {},
20543
+ "path": [
20544
+ "utrecht",
20545
+ "nav-bar",
20546
+ "content",
20547
+ "background-color"
20548
+ ]
20549
+ },
20550
+ {
20551
+ "key": "{utrecht.nav-bar.content.color}",
20552
+ "$extensions": {
20553
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20554
+ "nl.nldesignsystem.figma-implementation": false
20555
+ },
20556
+ "$type": "color",
20557
+ "$value": "hsl(0 0% 0%)",
20558
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20559
+ "isSource": true,
20560
+ "original": {
20561
+ "$extensions": {
20562
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20563
+ "nl.nldesignsystem.figma-implementation": false
20564
+ },
20565
+ "$type": "color",
20566
+ "$value": "{utrecht.color.black}",
20567
+ "key": "{utrecht.nav-bar.content.color}"
20568
+ },
20569
+ "name": "utrechtNavBarContentColor",
20570
+ "attributes": {},
20571
+ "path": [
20572
+ "utrecht",
20573
+ "nav-bar",
20574
+ "content",
20575
+ "color"
20576
+ ]
20577
+ },
20522
20578
  {
20523
20579
  "key": "{utrecht.nav-bar.content.max-inline-size}",
20524
20580
  "$extensions": {
@@ -22957,10 +23013,20 @@
22957
23013
  },
22958
23014
  {
22959
23015
  "key": "{utrecht.page-body.padding-block-end}",
23016
+ "$extensions": {
23017
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23018
+ "nl.nldesignsystem.figma-implementation": false
23019
+ },
23020
+ "$type": "dimension",
22960
23021
  "$value": "0",
22961
23022
  "filePath": "src/component/utrecht/page-body.tokens.json",
22962
23023
  "isSource": true,
22963
23024
  "original": {
23025
+ "$extensions": {
23026
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23027
+ "nl.nldesignsystem.figma-implementation": false
23028
+ },
23029
+ "$type": "dimension",
22964
23030
  "$value": "0",
22965
23031
  "key": "{utrecht.page-body.padding-block-end}"
22966
23032
  },
@@ -22974,10 +23040,20 @@
22974
23040
  },
22975
23041
  {
22976
23042
  "key": "{utrecht.page-body.padding-block-start}",
23043
+ "$extensions": {
23044
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23045
+ "nl.nldesignsystem.figma-implementation": false
23046
+ },
23047
+ "$type": "dimension",
22977
23048
  "$value": "0",
22978
23049
  "filePath": "src/component/utrecht/page-body.tokens.json",
22979
23050
  "isSource": true,
22980
23051
  "original": {
23052
+ "$extensions": {
23053
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23054
+ "nl.nldesignsystem.figma-implementation": false
23055
+ },
23056
+ "$type": "dimension",
22981
23057
  "$value": "0",
22982
23058
  "key": "{utrecht.page-body.padding-block-start}"
22983
23059
  },
@@ -22991,10 +23067,20 @@
22991
23067
  },
22992
23068
  {
22993
23069
  "key": "{utrecht.page-body.padding-inline-end}",
23070
+ "$extensions": {
23071
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23072
+ "nl.nldesignsystem.figma-implementation": false
23073
+ },
23074
+ "$type": "dimension",
22994
23075
  "$value": "0",
22995
23076
  "filePath": "src/component/utrecht/page-body.tokens.json",
22996
23077
  "isSource": true,
22997
23078
  "original": {
23079
+ "$extensions": {
23080
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23081
+ "nl.nldesignsystem.figma-implementation": false
23082
+ },
23083
+ "$type": "dimension",
22998
23084
  "$value": "0",
22999
23085
  "key": "{utrecht.page-body.padding-inline-end}"
23000
23086
  },
@@ -23008,10 +23094,20 @@
23008
23094
  },
23009
23095
  {
23010
23096
  "key": "{utrecht.page-body.padding-inline-start}",
23097
+ "$extensions": {
23098
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23099
+ "nl.nldesignsystem.figma-implementation": false
23100
+ },
23101
+ "$type": "dimension",
23011
23102
  "$value": "0",
23012
23103
  "filePath": "src/component/utrecht/page-body.tokens.json",
23013
23104
  "isSource": true,
23014
23105
  "original": {
23106
+ "$extensions": {
23107
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23108
+ "nl.nldesignsystem.figma-implementation": false
23109
+ },
23110
+ "$type": "dimension",
23015
23111
  "$value": "0",
23016
23112
  "key": "{utrecht.page-body.padding-inline-start}"
23017
23113
  },
@@ -23251,10 +23347,20 @@
23251
23347
  },
23252
23348
  {
23253
23349
  "key": "{utrecht.page-footer.content.padding-inline}",
23350
+ "$extensions": {
23351
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23352
+ "nl.nldesignsystem.figma-implementation": false
23353
+ },
23354
+ "$type": "dimension",
23254
23355
  "$value": "28px",
23255
23356
  "filePath": "src/component/utrecht/page-footer.tokens.json",
23256
23357
  "isSource": true,
23257
23358
  "original": {
23359
+ "$extensions": {
23360
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23361
+ "nl.nldesignsystem.figma-implementation": false
23362
+ },
23363
+ "$type": "dimension",
23258
23364
  "$value": "{utrecht.space.inline.2xl}",
23259
23365
  "key": "{utrecht.page-footer.content.padding-inline}"
23260
23366
  },
@@ -23399,10 +23505,20 @@
23399
23505
  },
23400
23506
  {
23401
23507
  "key": "{utrecht.page-header.content.padding-inline}",
23508
+ "$extensions": {
23509
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23510
+ "nl.nldesignsystem.figma-implementation": false
23511
+ },
23512
+ "$type": "dimension",
23402
23513
  "$value": "2em",
23403
23514
  "filePath": "src/component/utrecht/page-header.tokens.json",
23404
23515
  "isSource": true,
23405
23516
  "original": {
23517
+ "$extensions": {
23518
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23519
+ "nl.nldesignsystem.figma-implementation": false
23520
+ },
23521
+ "$type": "dimension",
23406
23522
  "$value": "2em",
23407
23523
  "key": "{utrecht.page-header.content.padding-inline}"
23408
23524
  },
@@ -23417,21 +23533,11 @@
23417
23533
  },
23418
23534
  {
23419
23535
  "key": "{utrecht.page-header.content.padding-inline-end}",
23420
- "$extensions": {
23421
- "nl.nldesignsystem.css-property-syntax": "<length>",
23422
- "nl.nldesignsystem.figma-implementation": false
23423
- },
23424
- "$type": "dimension",
23425
23536
  "$value": "2.4em",
23426
23537
  "$comment": "Legacy design token",
23427
23538
  "filePath": "src/component/utrecht/page-header.tokens.json",
23428
23539
  "isSource": true,
23429
23540
  "original": {
23430
- "$extensions": {
23431
- "nl.nldesignsystem.css-property-syntax": "<length>",
23432
- "nl.nldesignsystem.figma-implementation": false
23433
- },
23434
- "$type": "dimension",
23435
23541
  "$value": "2.4em",
23436
23542
  "$comment": "Legacy design token",
23437
23543
  "key": "{utrecht.page-header.content.padding-inline-end}"
@@ -23447,21 +23553,11 @@
23447
23553
  },
23448
23554
  {
23449
23555
  "key": "{utrecht.page-header.content.padding-inline-start}",
23450
- "$extensions": {
23451
- "nl.nldesignsystem.css-property-syntax": "<length>",
23452
- "nl.nldesignsystem.figma-implementation": false
23453
- },
23454
- "$type": "dimension",
23455
23556
  "$value": "2em",
23456
23557
  "$comment": "Legacy design token",
23457
23558
  "filePath": "src/component/utrecht/page-header.tokens.json",
23458
23559
  "isSource": true,
23459
23560
  "original": {
23460
- "$extensions": {
23461
- "nl.nldesignsystem.css-property-syntax": "<length>",
23462
- "nl.nldesignsystem.figma-implementation": false
23463
- },
23464
- "$type": "dimension",
23465
23561
  "$value": "2em",
23466
23562
  "$comment": "Legacy design token",
23467
23563
  "key": "{utrecht.page-header.content.padding-inline-start}"
@@ -20472,7 +20472,7 @@ export default [
20472
20472
  "nl.nldesignsystem.figma-implementation": false
20473
20473
  },
20474
20474
  "$type": "color",
20475
- "$value": "hsl(0 0% 100%)",
20475
+ "$value": "transparent",
20476
20476
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
20477
20477
  "isSource": true,
20478
20478
  "original": {
@@ -20481,7 +20481,7 @@ export default [
20481
20481
  "nl.nldesignsystem.figma-implementation": false
20482
20482
  },
20483
20483
  "$type": "color",
20484
- "$value": "{utrecht.color.white}",
20484
+ "$value": "transparent",
20485
20485
  "key": "{utrecht.nav-bar.background-color}"
20486
20486
  },
20487
20487
  "name": "utrechtNavBarBackgroundColor",
@@ -20499,7 +20499,7 @@ export default [
20499
20499
  "nl.nldesignsystem.figma-implementation": false
20500
20500
  },
20501
20501
  "$type": "color",
20502
- "$value": "hsl(0 0% 0%)",
20502
+ "$value": "transparent",
20503
20503
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
20504
20504
  "isSource": true,
20505
20505
  "original": {
@@ -20508,7 +20508,7 @@ export default [
20508
20508
  "nl.nldesignsystem.figma-implementation": false
20509
20509
  },
20510
20510
  "$type": "color",
20511
- "$value": "{utrecht.color.black}",
20511
+ "$value": "transparent",
20512
20512
  "key": "{utrecht.nav-bar.color}"
20513
20513
  },
20514
20514
  "name": "utrechtNavBarColor",
@@ -20519,6 +20519,62 @@ export default [
20519
20519
  "color"
20520
20520
  ]
20521
20521
  },
20522
+ {
20523
+ "key": "{utrecht.nav-bar.content.background-color}",
20524
+ "$extensions": {
20525
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20526
+ "nl.nldesignsystem.figma-implementation": false
20527
+ },
20528
+ "$type": "color",
20529
+ "$value": "hsl(0 0% 100%)",
20530
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20531
+ "isSource": true,
20532
+ "original": {
20533
+ "$extensions": {
20534
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20535
+ "nl.nldesignsystem.figma-implementation": false
20536
+ },
20537
+ "$type": "color",
20538
+ "$value": "{utrecht.color.white}",
20539
+ "key": "{utrecht.nav-bar.content.background-color}"
20540
+ },
20541
+ "name": "utrechtNavBarContentBackgroundColor",
20542
+ "attributes": {},
20543
+ "path": [
20544
+ "utrecht",
20545
+ "nav-bar",
20546
+ "content",
20547
+ "background-color"
20548
+ ]
20549
+ },
20550
+ {
20551
+ "key": "{utrecht.nav-bar.content.color}",
20552
+ "$extensions": {
20553
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20554
+ "nl.nldesignsystem.figma-implementation": false
20555
+ },
20556
+ "$type": "color",
20557
+ "$value": "hsl(0 0% 0%)",
20558
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20559
+ "isSource": true,
20560
+ "original": {
20561
+ "$extensions": {
20562
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20563
+ "nl.nldesignsystem.figma-implementation": false
20564
+ },
20565
+ "$type": "color",
20566
+ "$value": "{utrecht.color.black}",
20567
+ "key": "{utrecht.nav-bar.content.color}"
20568
+ },
20569
+ "name": "utrechtNavBarContentColor",
20570
+ "attributes": {},
20571
+ "path": [
20572
+ "utrecht",
20573
+ "nav-bar",
20574
+ "content",
20575
+ "color"
20576
+ ]
20577
+ },
20522
20578
  {
20523
20579
  "key": "{utrecht.nav-bar.content.max-inline-size}",
20524
20580
  "$extensions": {
@@ -22957,10 +23013,20 @@ export default [
22957
23013
  },
22958
23014
  {
22959
23015
  "key": "{utrecht.page-body.padding-block-end}",
23016
+ "$extensions": {
23017
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23018
+ "nl.nldesignsystem.figma-implementation": false
23019
+ },
23020
+ "$type": "dimension",
22960
23021
  "$value": "0",
22961
23022
  "filePath": "src/component/utrecht/page-body.tokens.json",
22962
23023
  "isSource": true,
22963
23024
  "original": {
23025
+ "$extensions": {
23026
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23027
+ "nl.nldesignsystem.figma-implementation": false
23028
+ },
23029
+ "$type": "dimension",
22964
23030
  "$value": "0",
22965
23031
  "key": "{utrecht.page-body.padding-block-end}"
22966
23032
  },
@@ -22974,10 +23040,20 @@ export default [
22974
23040
  },
22975
23041
  {
22976
23042
  "key": "{utrecht.page-body.padding-block-start}",
23043
+ "$extensions": {
23044
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23045
+ "nl.nldesignsystem.figma-implementation": false
23046
+ },
23047
+ "$type": "dimension",
22977
23048
  "$value": "0",
22978
23049
  "filePath": "src/component/utrecht/page-body.tokens.json",
22979
23050
  "isSource": true,
22980
23051
  "original": {
23052
+ "$extensions": {
23053
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23054
+ "nl.nldesignsystem.figma-implementation": false
23055
+ },
23056
+ "$type": "dimension",
22981
23057
  "$value": "0",
22982
23058
  "key": "{utrecht.page-body.padding-block-start}"
22983
23059
  },
@@ -22991,10 +23067,20 @@ export default [
22991
23067
  },
22992
23068
  {
22993
23069
  "key": "{utrecht.page-body.padding-inline-end}",
23070
+ "$extensions": {
23071
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23072
+ "nl.nldesignsystem.figma-implementation": false
23073
+ },
23074
+ "$type": "dimension",
22994
23075
  "$value": "0",
22995
23076
  "filePath": "src/component/utrecht/page-body.tokens.json",
22996
23077
  "isSource": true,
22997
23078
  "original": {
23079
+ "$extensions": {
23080
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23081
+ "nl.nldesignsystem.figma-implementation": false
23082
+ },
23083
+ "$type": "dimension",
22998
23084
  "$value": "0",
22999
23085
  "key": "{utrecht.page-body.padding-inline-end}"
23000
23086
  },
@@ -23008,10 +23094,20 @@ export default [
23008
23094
  },
23009
23095
  {
23010
23096
  "key": "{utrecht.page-body.padding-inline-start}",
23097
+ "$extensions": {
23098
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23099
+ "nl.nldesignsystem.figma-implementation": false
23100
+ },
23101
+ "$type": "dimension",
23011
23102
  "$value": "0",
23012
23103
  "filePath": "src/component/utrecht/page-body.tokens.json",
23013
23104
  "isSource": true,
23014
23105
  "original": {
23106
+ "$extensions": {
23107
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23108
+ "nl.nldesignsystem.figma-implementation": false
23109
+ },
23110
+ "$type": "dimension",
23015
23111
  "$value": "0",
23016
23112
  "key": "{utrecht.page-body.padding-inline-start}"
23017
23113
  },
@@ -23251,10 +23347,20 @@ export default [
23251
23347
  },
23252
23348
  {
23253
23349
  "key": "{utrecht.page-footer.content.padding-inline}",
23350
+ "$extensions": {
23351
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23352
+ "nl.nldesignsystem.figma-implementation": false
23353
+ },
23354
+ "$type": "dimension",
23254
23355
  "$value": "28px",
23255
23356
  "filePath": "src/component/utrecht/page-footer.tokens.json",
23256
23357
  "isSource": true,
23257
23358
  "original": {
23359
+ "$extensions": {
23360
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23361
+ "nl.nldesignsystem.figma-implementation": false
23362
+ },
23363
+ "$type": "dimension",
23258
23364
  "$value": "{utrecht.space.inline.2xl}",
23259
23365
  "key": "{utrecht.page-footer.content.padding-inline}"
23260
23366
  },
@@ -23399,10 +23505,20 @@ export default [
23399
23505
  },
23400
23506
  {
23401
23507
  "key": "{utrecht.page-header.content.padding-inline}",
23508
+ "$extensions": {
23509
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23510
+ "nl.nldesignsystem.figma-implementation": false
23511
+ },
23512
+ "$type": "dimension",
23402
23513
  "$value": "2em",
23403
23514
  "filePath": "src/component/utrecht/page-header.tokens.json",
23404
23515
  "isSource": true,
23405
23516
  "original": {
23517
+ "$extensions": {
23518
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23519
+ "nl.nldesignsystem.figma-implementation": false
23520
+ },
23521
+ "$type": "dimension",
23406
23522
  "$value": "2em",
23407
23523
  "key": "{utrecht.page-header.content.padding-inline}"
23408
23524
  },
@@ -23417,21 +23533,11 @@ export default [
23417
23533
  },
23418
23534
  {
23419
23535
  "key": "{utrecht.page-header.content.padding-inline-end}",
23420
- "$extensions": {
23421
- "nl.nldesignsystem.css-property-syntax": "<length>",
23422
- "nl.nldesignsystem.figma-implementation": false
23423
- },
23424
- "$type": "dimension",
23425
23536
  "$value": "2.4em",
23426
23537
  "$comment": "Legacy design token",
23427
23538
  "filePath": "src/component/utrecht/page-header.tokens.json",
23428
23539
  "isSource": true,
23429
23540
  "original": {
23430
- "$extensions": {
23431
- "nl.nldesignsystem.css-property-syntax": "<length>",
23432
- "nl.nldesignsystem.figma-implementation": false
23433
- },
23434
- "$type": "dimension",
23435
23541
  "$value": "2.4em",
23436
23542
  "$comment": "Legacy design token",
23437
23543
  "key": "{utrecht.page-header.content.padding-inline-end}"
@@ -23447,21 +23553,11 @@ export default [
23447
23553
  },
23448
23554
  {
23449
23555
  "key": "{utrecht.page-header.content.padding-inline-start}",
23450
- "$extensions": {
23451
- "nl.nldesignsystem.css-property-syntax": "<length>",
23452
- "nl.nldesignsystem.figma-implementation": false
23453
- },
23454
- "$type": "dimension",
23455
23556
  "$value": "2em",
23456
23557
  "$comment": "Legacy design token",
23457
23558
  "filePath": "src/component/utrecht/page-header.tokens.json",
23458
23559
  "isSource": true,
23459
23560
  "original": {
23460
- "$extensions": {
23461
- "nl.nldesignsystem.css-property-syntax": "<length>",
23462
- "nl.nldesignsystem.figma-implementation": false
23463
- },
23464
- "$type": "dimension",
23465
23561
  "$value": "2em",
23466
23562
  "$comment": "Legacy design token",
23467
23563
  "key": "{utrecht.page-header.content.padding-inline-start}"
@@ -490,6 +490,8 @@
490
490
  @property --utrecht-mark-color { syntax: '<color>'; inherits: true; }
491
491
  @property --utrecht-nav-bar-background-color { syntax: '<color>'; inherits: true; }
492
492
  @property --utrecht-nav-bar-color { syntax: '<color>'; inherits: true; }
493
+ @property --utrecht-nav-bar-content-background-color { syntax: '<color>'; inherits: true; }
494
+ @property --utrecht-nav-bar-content-color { syntax: '<color>'; inherits: true; }
493
495
  @property --utrecht-nav-bar-content-max-inline-size { syntax: '<length>'; inherits: true; }
494
496
  @property --utrecht-nav-bar-link-padding-block-end { syntax: '<length>'; inherits: true; }
495
497
  @property --utrecht-nav-bar-link-padding-block-start { syntax: '<length>'; inherits: true; }
@@ -567,18 +569,22 @@
567
569
  @property --utrecht-page-body-content-padding-block-start { syntax: '<length>'; inherits: true; }
568
570
  @property --utrecht-page-body-content-padding-inline-end { syntax: '<length>'; inherits: true; }
569
571
  @property --utrecht-page-body-content-padding-inline-start { syntax: '<length>'; inherits: true; }
572
+ @property --utrecht-page-body-padding-block-end { syntax: '<length>'; inherits: true; }
573
+ @property --utrecht-page-body-padding-block-start { syntax: '<length>'; inherits: true; }
574
+ @property --utrecht-page-body-padding-inline-end { syntax: '<length>'; inherits: true; }
575
+ @property --utrecht-page-body-padding-inline-start { syntax: '<length>'; inherits: true; }
570
576
  @property --utrecht-page-content-padding-block-end { syntax: '<length>'; inherits: true; }
571
577
  @property --utrecht-page-content-padding-block-start { syntax: '<length>'; inherits: true; }
572
578
  @property --utrecht-page-footer-background-color { syntax: '<color>'; inherits: true; }
573
579
  @property --utrecht-page-footer-color { syntax: '<color>'; inherits: true; }
574
580
  @property --utrecht-page-footer-content-padding-block-end { syntax: '<length>'; inherits: true; }
575
581
  @property --utrecht-page-footer-content-padding-block-start { syntax: '<length>'; inherits: true; }
582
+ @property --utrecht-page-footer-content-padding-inline { syntax: '<length>'; inherits: true; }
576
583
  @property --utrecht-page-header-content-background-color { syntax: '<color>'; inherits: true; }
577
584
  @property --utrecht-page-header-content-color { syntax: '<color>'; inherits: true; }
578
585
  @property --utrecht-page-header-content-padding-block-end { syntax: '<length>'; inherits: true; }
579
586
  @property --utrecht-page-header-content-padding-block-start { syntax: '<length>'; inherits: true; }
580
- @property --utrecht-page-header-content-padding-inline-end { syntax: '<length>'; inherits: true; }
581
- @property --utrecht-page-header-content-padding-inline-start { syntax: '<length>'; inherits: true; }
587
+ @property --utrecht-page-header-content-padding-inline { syntax: '<length>'; inherits: true; }
582
588
  @property --utrecht-page-header-padding-block-end { syntax: '<length>'; inherits: true; }
583
589
  @property --utrecht-page-header-padding-block-start { syntax: '<length>'; inherits: true; }
584
590
  @property --utrecht-page-header-padding-inline-end { syntax: '<length>'; inherits: true; }
@@ -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);
@@ -141,6 +141,7 @@
141
141
  --utrecht-space-column-3xl: 32px; /** Extra Large 3 */
142
142
  --utrecht-space-column-4xl: 48px; /** Extra Large 4 */
143
143
  --utrecht-space-column-5xl: 64px; /** Extra Large 5 */
144
+ --utrecht-textbox-border-bottom-width: 3px;
144
145
  --utrecht-data-list-rows-column-min-inline-size: 25ch;
145
146
  --utrecht-data-list-rows-column-inline-size: 80%;
146
147
  --utrecht-document-line-height: 1.4;
@@ -225,6 +226,8 @@
225
226
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
226
227
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
227
228
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
229
+ --utrecht-nav-bar-background-color: transparent;
230
+ --utrecht-nav-bar-color: transparent;
228
231
  --utrecht-topnav-link-focus-border-type: dotted;
229
232
  --utrecht-topnav-link-focus-text-decoration: none;
230
233
  --utrecht-navigation-border-block-end-color: transparent;
@@ -260,15 +263,15 @@
260
263
  --utrecht-ordered-list-item-margin-block-start: 0.25em;
261
264
  --utrecht-ordered-list-item-margin-block-end: 0.25em;
262
265
  --utrecht-ordered-list-item-padding-inline-start: 0;
266
+ --utrecht-page-body-padding-block-start: 0;
267
+ --utrecht-page-body-padding-block-end: 0;
268
+ --utrecht-page-body-padding-inline-start: 0;
269
+ --utrecht-page-body-padding-inline-end: 0;
263
270
  --utrecht-page-body-content-padding-block-start: 0;
264
271
  --utrecht-page-body-content-padding-block-end: 1em;
265
272
  --utrecht-page-body-content-padding-inline-start: 2em;
266
273
  --utrecht-page-body-content-padding-inline-end: 2.4em;
267
274
  --utrecht-page-body-content-max-inline-size: 1184px;
268
- --utrecht-page-body-padding-inline-end: 0;
269
- --utrecht-page-body-padding-inline-start: 0;
270
- --utrecht-page-body-padding-block-end: 0;
271
- --utrecht-page-body-padding-block-start: 0;
272
275
  --utrecht-page-content-padding-block-start: 2em;
273
276
  --utrecht-page-content-padding-block-end: 2em;
274
277
  --utrecht-page-footer-content-max-inline-size: 1184px;
@@ -278,10 +281,10 @@
278
281
  --utrecht-page-header-padding-inline-end: 0;
279
282
  --utrecht-page-header-content-padding-block-start: 1.8em;
280
283
  --utrecht-page-header-content-padding-block-end: 1em;
281
- --utrecht-page-header-content-padding-inline-start: 2em;
282
- --utrecht-page-header-content-padding-inline-end: 2.4em;
283
- --utrecht-page-header-content-max-inline-size: 1184px;
284
284
  --utrecht-page-header-content-padding-inline: 2em;
285
+ --utrecht-page-header-content-max-inline-size: 1184px;
286
+ --utrecht-page-header-content-padding-inline-end: 2.4em;
287
+ --utrecht-page-header-content-padding-inline-start: 2em;
285
288
  --utrecht-page-margin-inline-start: 2em;
286
289
  --utrecht-page-margin-inline-end: 2em;
287
290
  --utrecht-page-max-inline-size: 1184px;
@@ -342,7 +345,6 @@
342
345
  --utrecht-table-cell-icon-size: 1em;
343
346
  --utrecht-textarea-border-block-end-width: 3px;
344
347
  --utrecht-textarea-border-bottom-width: 3px;
345
- --utrecht-textbox-border-bottom-width: 3px;
346
348
  --utrecht-tooltip-border-radius: 0;
347
349
  --utrecht-tooltip-border-width: 1px;
348
350
  --utrecht-toptask-link-line-height: 1.2;
@@ -822,8 +824,8 @@
822
824
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
823
825
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
824
826
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
825
- --utrecht-nav-bar-background-color: var(--utrecht-color-white);
826
- --utrecht-nav-bar-color: var(--utrecht-color-black);
827
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
828
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
827
829
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
828
830
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
829
831
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -887,9 +889,9 @@
887
889
  --utrecht-page-footer-color: var(--utrecht-color-white);
888
890
  --utrecht-page-footer-background-color: var(--utrecht-color-red-40);
889
891
  --utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, #d63433 50%);;
892
+ --utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
890
893
  --utrecht-page-footer-content-padding-block-end: var(--utrecht-space-block-3xl);
891
894
  --utrecht-page-footer-content-padding-block-start: var(--utrecht-space-block-3xl);
892
- --utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
893
895
  --utrecht-page-header-content-background-color: var(--utrecht-color-white);
894
896
  --utrecht-page-header-content-color: var(--utrecht-color-black);
895
897
  --utrecht-page-background-color: var(--utrecht-color-grey-15);