@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
@@ -490,6 +490,7 @@ export const utrechtSpaceColumn3xl: string;
490
490
  export const utrechtSpaceColumn4xl: string;
491
491
  /** Extra Large 5 */
492
492
  export const utrechtSpaceColumn5xl: string;
493
+ export const utrechtTextboxBorderBottomWidth: string;
493
494
  export const utrechtDataListMarginBlockEnd: string;
494
495
  export const utrechtDataListMarginBlockStart: string;
495
496
  export const utrechtDataListItemKeyFontWeight: string;
@@ -758,6 +759,8 @@ export const utrechtMarkBackgroundColor: string;
758
759
  export const utrechtMarkColor: string;
759
760
  export const utrechtNavBarBackgroundColor: string;
760
761
  export const utrechtNavBarColor: string;
762
+ export const utrechtNavBarContentBackgroundColor: string;
763
+ export const utrechtNavBarContentColor: string;
761
764
  export const utrechtNavBarContentMaxInlineSize: string;
762
765
  export const utrechtNavBarLinkPaddingBlockEnd: string;
763
766
  export const utrechtNavBarLinkPaddingBlockStart: string;
@@ -858,6 +861,10 @@ export const utrechtOrderedListPaddingInlineStart: string;
858
861
  export const utrechtOrderedListItemMarginBlockStart: string;
859
862
  export const utrechtOrderedListItemMarginBlockEnd: string;
860
863
  export const utrechtOrderedListItemPaddingInlineStart: number;
864
+ export const utrechtPageBodyPaddingBlockStart: number;
865
+ export const utrechtPageBodyPaddingBlockEnd: number;
866
+ export const utrechtPageBodyPaddingInlineStart: number;
867
+ export const utrechtPageBodyPaddingInlineEnd: number;
861
868
  export const utrechtPageBodyContentBackgroundColor: string;
862
869
  export const utrechtPageBodyContentColor: string;
863
870
  export const utrechtPageBodyContentPaddingBlockStart: number;
@@ -865,19 +872,15 @@ export const utrechtPageBodyContentPaddingBlockEnd: string;
865
872
  export const utrechtPageBodyContentPaddingInlineStart: string;
866
873
  export const utrechtPageBodyContentPaddingInlineEnd: string;
867
874
  export const utrechtPageBodyContentMaxInlineSize: string;
868
- export const utrechtPageBodyPaddingInlineEnd: string;
869
- export const utrechtPageBodyPaddingInlineStart: string;
870
- export const utrechtPageBodyPaddingBlockEnd: string;
871
- export const utrechtPageBodyPaddingBlockStart: string;
872
875
  export const utrechtPageContentPaddingBlockStart: string;
873
876
  export const utrechtPageContentPaddingBlockEnd: string;
874
877
  export const utrechtPageFooterColor: string;
875
878
  export const utrechtPageFooterBackgroundColor: string;
876
879
  export const utrechtPageFooterBackgroundImage: string;
880
+ export const utrechtPageFooterContentPaddingInline: string;
877
881
  export const utrechtPageFooterContentPaddingBlockEnd: string;
878
882
  export const utrechtPageFooterContentPaddingBlockStart: string;
879
883
  export const utrechtPageFooterContentMaxInlineSize: string;
880
- export const utrechtPageFooterContentPaddingInline: string;
881
884
  export const utrechtPageHeaderPaddingBlockStart: number;
882
885
  export const utrechtPageHeaderPaddingBlockEnd: number;
883
886
  export const utrechtPageHeaderPaddingInlineStart: number;
@@ -886,10 +889,10 @@ export const utrechtPageHeaderContentBackgroundColor: string;
886
889
  export const utrechtPageHeaderContentColor: string;
887
890
  export const utrechtPageHeaderContentPaddingBlockStart: string;
888
891
  export const utrechtPageHeaderContentPaddingBlockEnd: string;
889
- export const utrechtPageHeaderContentPaddingInlineStart: string;
890
- export const utrechtPageHeaderContentPaddingInlineEnd: string;
891
- export const utrechtPageHeaderContentMaxInlineSize: string;
892
892
  export const utrechtPageHeaderContentPaddingInline: string;
893
+ export const utrechtPageHeaderContentMaxInlineSize: string;
894
+ export const utrechtPageHeaderContentPaddingInlineEnd: string;
895
+ export const utrechtPageHeaderContentPaddingInlineStart: string;
893
896
  export const utrechtPageBackgroundColor: string;
894
897
  export const utrechtPageColor: string;
895
898
  export const utrechtPageMarginInlineStart: string;
@@ -1102,7 +1105,6 @@ export const utrechtTableRowAlternateEvenColor: string;
1102
1105
  export const utrechtTextareaBorderBlockEndWidth: string;
1103
1106
  export const utrechtTextareaBorderBottomWidth: string;
1104
1107
  export const utrechtTextareaLineHeight: string;
1105
- export const utrechtTextboxBorderBottomWidth: string;
1106
1108
  export const utrechtTooltipBackgroundColor: string;
1107
1109
  export const utrechtTooltipBorderColor: string;
1108
1110
  export const utrechtTooltipBorderRadius: number;
@@ -810,8 +810,10 @@
810
810
  "utrechtMarkColor": "hsl(0 0% 0%)",
811
811
  "utrechtMenulijstItemColor": "hsl(211 60% 35%)",
812
812
  "utrechtMenulijstItemHoverColor": "hsl(211 60% 40%)",
813
- "utrechtNavBarBackgroundColor": "hsl(0 0% 100%)",
814
- "utrechtNavBarColor": "hsl(0 0% 0%)",
813
+ "utrechtNavBarBackgroundColor": "transparent",
814
+ "utrechtNavBarColor": "transparent",
815
+ "utrechtNavBarContentBackgroundColor": "hsl(0 0% 100%)",
816
+ "utrechtNavBarContentColor": "hsl(0 0% 0%)",
815
817
  "utrechtNavBarContentMaxInlineSize": "1184px",
816
818
  "utrechtNavBarLinkPaddingBlockEnd": "8px",
817
819
  "utrechtNavBarLinkPaddingBlockStart": "8px",
@@ -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}"
@@ -470,6 +470,7 @@ export const utrechtSpaceColumn2xl = "28px"; // Extra Large 2
470
470
  export const utrechtSpaceColumn3xl = "32px"; // Extra Large 3
471
471
  export const utrechtSpaceColumn4xl = "48px"; // Extra Large 4
472
472
  export const utrechtSpaceColumn5xl = "64px"; // Extra Large 5
473
+ export const utrechtTextboxBorderBottomWidth = "3px";
473
474
  export const utrechtDataListMarginBlockEnd = "16px";
474
475
  export const utrechtDataListMarginBlockStart = "16px";
475
476
  export const utrechtDataListItemKeyFontWeight = "700";
@@ -744,8 +745,10 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd = "4px";
744
745
  export const utrechtMapcontrolbuttonPaddingInlineStart = "4px";
745
746
  export const utrechtMarkBackgroundColor = "hsl(48 100% 60%)";
746
747
  export const utrechtMarkColor = "hsl(0 0% 0%)";
747
- export const utrechtNavBarBackgroundColor = "hsl(0 0% 100%)";
748
- export const utrechtNavBarColor = "hsl(0 0% 0%)";
748
+ export const utrechtNavBarBackgroundColor = "transparent";
749
+ export const utrechtNavBarColor = "transparent";
750
+ export const utrechtNavBarContentBackgroundColor = "hsl(0 0% 100%)";
751
+ export const utrechtNavBarContentColor = "hsl(0 0% 0%)";
749
752
  export const utrechtNavBarContentMaxInlineSize = "1184px";
750
753
  export const utrechtNavBarLinkPaddingBlockEnd = "8px";
751
754
  export const utrechtNavBarLinkPaddingBlockStart = "8px";
@@ -846,6 +849,10 @@ export const utrechtOrderedListPaddingInlineStart = "28.8px";
846
849
  export const utrechtOrderedListItemMarginBlockStart = "0.25em";
847
850
  export const utrechtOrderedListItemMarginBlockEnd = "0.25em";
848
851
  export const utrechtOrderedListItemPaddingInlineStart = "0";
852
+ export const utrechtPageBodyPaddingBlockStart = "0";
853
+ export const utrechtPageBodyPaddingBlockEnd = "0";
854
+ export const utrechtPageBodyPaddingInlineStart = "0";
855
+ export const utrechtPageBodyPaddingInlineEnd = "0";
849
856
  export const utrechtPageBodyContentBackgroundColor = "hsl(0 0% 100%)";
850
857
  export const utrechtPageBodyContentColor = "hsl(0 0% 0%)";
851
858
  export const utrechtPageBodyContentPaddingBlockStart = "0";
@@ -853,20 +860,16 @@ export const utrechtPageBodyContentPaddingBlockEnd = "1em";
853
860
  export const utrechtPageBodyContentPaddingInlineStart = "2em";
854
861
  export const utrechtPageBodyContentPaddingInlineEnd = "2.4em";
855
862
  export const utrechtPageBodyContentMaxInlineSize = "1184px";
856
- export const utrechtPageBodyPaddingInlineEnd = "0";
857
- export const utrechtPageBodyPaddingInlineStart = "0";
858
- export const utrechtPageBodyPaddingBlockEnd = "0";
859
- export const utrechtPageBodyPaddingBlockStart = "0";
860
863
  export const utrechtPageContentPaddingBlockStart = "2em";
861
864
  export const utrechtPageContentPaddingBlockEnd = "2em";
862
865
  export const utrechtPageFooterColor = "hsl(0 0% 100%)";
863
866
  export const utrechtPageFooterBackgroundColor = "hsl(0 100% 40%)";
864
867
  export const utrechtPageFooterBackgroundImage =
865
868
  "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);";
869
+ export const utrechtPageFooterContentPaddingInline = "28px";
866
870
  export const utrechtPageFooterContentPaddingBlockEnd = "48px";
867
871
  export const utrechtPageFooterContentPaddingBlockStart = "48px";
868
872
  export const utrechtPageFooterContentMaxInlineSize = "1184px";
869
- export const utrechtPageFooterContentPaddingInline = "28px";
870
873
  export const utrechtPageHeaderPaddingBlockStart = "0";
871
874
  export const utrechtPageHeaderPaddingBlockEnd = "0";
872
875
  export const utrechtPageHeaderPaddingInlineStart = "0";
@@ -875,10 +878,10 @@ export const utrechtPageHeaderContentBackgroundColor = "hsl(0 0% 100%)";
875
878
  export const utrechtPageHeaderContentColor = "hsl(0 0% 0%)";
876
879
  export const utrechtPageHeaderContentPaddingBlockStart = "1.8em";
877
880
  export const utrechtPageHeaderContentPaddingBlockEnd = "1em";
878
- export const utrechtPageHeaderContentPaddingInlineStart = "2em";
879
- export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
880
- export const utrechtPageHeaderContentMaxInlineSize = "1184px";
881
881
  export const utrechtPageHeaderContentPaddingInline = "2em";
882
+ export const utrechtPageHeaderContentMaxInlineSize = "1184px";
883
+ export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
884
+ export const utrechtPageHeaderContentPaddingInlineStart = "2em";
882
885
  export const utrechtPageBackgroundColor = "hsl(0 0% 15%)";
883
886
  export const utrechtPageColor = "hsl(0 0% 95%)";
884
887
  export const utrechtPageMarginInlineStart = "2em";
@@ -1098,7 +1101,6 @@ export const utrechtTableRowAlternateEvenColor = "hsl(0 0% 0%)";
1098
1101
  export const utrechtTextareaBorderBlockEndWidth = "3px";
1099
1102
  export const utrechtTextareaBorderBottomWidth = "3px";
1100
1103
  export const utrechtTextareaLineHeight = "1.5";
1101
- export const utrechtTextboxBorderBottomWidth = "3px";
1102
1104
  export const utrechtTooltipBackgroundColor = "hsl(0 0% 100%)";
1103
1105
  export const utrechtTooltipBorderColor = "hsl(0 0% 40%)";
1104
1106
  export const utrechtTooltipBorderRadius = "0";
@@ -746,6 +746,9 @@
746
746
  "5xl": "64px"
747
747
  }
748
748
  },
749
+ "textbox": {
750
+ "border-bottom-width": "3px"
751
+ },
749
752
  "data-list": {
750
753
  "margin-block-end": "16px",
751
754
  "margin-block-start": "16px",
@@ -1224,9 +1227,11 @@
1224
1227
  "color": "hsl(0 0% 0%)"
1225
1228
  },
1226
1229
  "nav-bar": {
1227
- "background-color": "hsl(0 0% 100%)",
1228
- "color": "hsl(0 0% 0%)",
1230
+ "background-color": "transparent",
1231
+ "color": "transparent",
1229
1232
  "content": {
1233
+ "background-color": "hsl(0 0% 100%)",
1234
+ "color": "hsl(0 0% 0%)",
1230
1235
  "max-inline-size": "1184px"
1231
1236
  },
1232
1237
  "link": {
@@ -1407,6 +1412,10 @@
1407
1412
  }
1408
1413
  },
1409
1414
  "page-body": {
1415
+ "padding-block-start": "0",
1416
+ "padding-block-end": "0",
1417
+ "padding-inline-start": "0",
1418
+ "padding-inline-end": "0",
1410
1419
  "content": {
1411
1420
  "background-color": "hsl(0 0% 100%)",
1412
1421
  "color": "hsl(0 0% 0%)",
@@ -1415,11 +1424,7 @@
1415
1424
  "padding-inline-start": "2em",
1416
1425
  "padding-inline-end": "2.4em",
1417
1426
  "max-inline-size": "1184px"
1418
- },
1419
- "padding-inline-end": "0",
1420
- "padding-inline-start": "0",
1421
- "padding-block-end": "0",
1422
- "padding-block-start": "0"
1427
+ }
1423
1428
  },
1424
1429
  "page-content": {
1425
1430
  "padding-block-start": "2em",
@@ -1430,10 +1435,10 @@
1430
1435
  "background-color": "hsl(0 100% 40%)",
1431
1436
  "background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
1432
1437
  "content": {
1438
+ "padding-inline": "28px",
1433
1439
  "padding-block-end": "48px",
1434
1440
  "padding-block-start": "48px",
1435
- "max-inline-size": "1184px",
1436
- "padding-inline": "28px"
1441
+ "max-inline-size": "1184px"
1437
1442
  }
1438
1443
  },
1439
1444
  "page-header": {
@@ -1446,10 +1451,10 @@
1446
1451
  "color": "hsl(0 0% 0%)",
1447
1452
  "padding-block-start": "1.8em",
1448
1453
  "padding-block-end": "1em",
1449
- "padding-inline-start": "2em",
1450
- "padding-inline-end": "2.4em",
1454
+ "padding-inline": "2em",
1451
1455
  "max-inline-size": "1184px",
1452
- "padding-inline": "2em"
1456
+ "padding-inline-end": "2.4em",
1457
+ "padding-inline-start": "2em"
1453
1458
  }
1454
1459
  },
1455
1460
  "page": {
@@ -1812,9 +1817,6 @@
1812
1817
  "border-bottom-width": "3px",
1813
1818
  "line-height": "1.5"
1814
1819
  },
1815
- "textbox": {
1816
- "border-bottom-width": "3px"
1817
- },
1818
1820
  "tooltip": {
1819
1821
  "background-color": "hsl(0 0% 100%)",
1820
1822
  "border-color": "hsl(0 0% 40%)",