@utrecht/design-tokens 6.0.0 → 6.1.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 (55) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/_mixin-theme.scss +29 -2
  3. package/dist/_mixin.scss +29 -2
  4. package/dist/_variables.scss +29 -2
  5. package/dist/dark/_mixin-theme.scss +29 -2
  6. package/dist/dark/_mixin.scss +29 -2
  7. package/dist/dark/_variables.scss +29 -2
  8. package/dist/dark/index.cjs +29 -2
  9. package/dist/dark/index.css +30 -2
  10. package/dist/dark/index.d.ts +27 -0
  11. package/dist/dark/index.flat.json +30 -3
  12. package/dist/dark/index.json +787 -28
  13. package/dist/dark/index.mjs +29 -2
  14. package/dist/dark/index.tokens.json +66 -3
  15. package/dist/dark/list.json +787 -28
  16. package/dist/dark/list.mjs +787 -28
  17. package/dist/dark/property.css +25 -1
  18. package/dist/dark/root.css +29 -2
  19. package/dist/dark/theme-prince-xml.css +29 -2
  20. package/dist/dark/theme.css +29 -2
  21. package/dist/dark/tokens.cjs +691 -4
  22. package/dist/dark/tokens.d.ts +63 -0
  23. package/dist/dark/tokens.json +799 -4
  24. package/dist/dark/variables.cjs +29 -2
  25. package/dist/dark/variables.css +29 -2
  26. package/dist/dark/variables.d.ts +27 -0
  27. package/dist/dark/variables.json +30 -3
  28. package/dist/dark/variables.less +29 -2
  29. package/dist/dark/variables.mjs +29 -2
  30. package/dist/index.cjs +29 -2
  31. package/dist/index.css +59 -4
  32. package/dist/index.d.ts +27 -0
  33. package/dist/index.flat.json +30 -3
  34. package/dist/index.json +787 -28
  35. package/dist/index.mjs +29 -2
  36. package/dist/index.tokens.json +66 -3
  37. package/dist/list.json +787 -28
  38. package/dist/list.mjs +787 -28
  39. package/dist/property.css +25 -1
  40. package/dist/root.css +29 -2
  41. package/dist/theme-prince-xml.css +29 -2
  42. package/dist/theme.css +29 -2
  43. package/dist/tokens.cjs +691 -4
  44. package/dist/tokens.d.ts +63 -0
  45. package/dist/tokens.json +799 -4
  46. package/dist/variables.cjs +29 -2
  47. package/dist/variables.css +29 -2
  48. package/dist/variables.d.ts +27 -0
  49. package/dist/variables.json +30 -3
  50. package/dist/variables.less +29 -2
  51. package/dist/variables.mjs +29 -2
  52. package/package.json +1 -1
  53. package/src/component/utrecht/nav-bar.tokens.json +6 -0
  54. package/src/component/utrecht/ordered-list.tokens.json +3 -0
  55. package/src/component/utrecht/unordered-list.tokens.json +123 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @utrecht/design-tokens
2
2
 
3
+ ## 6.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 57dee78: Specify background color for Navigation Bar to support sticky positioning.
8
+
9
+ ## 6.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - ef2fc90: Added ability to change markers of nested unordered lists. Refactored spacing on unordered lists (including nested).
14
+
3
15
  ## 6.0.0
4
16
 
5
17
  ### Major Changes
@@ -349,8 +349,18 @@
349
349
  --utrecht-toptask-link-hover-transform-scale: 1.02;
350
350
  --utrecht-toptask-link-icon-size: 2.25rem;
351
351
  --utrecht-unordered-list-margin-block-end: 0;
352
- --utrecht-unordered-list-item-margin-block-start: 0.25rem;
353
- --utrecht-unordered-list-item-margin-block-end: 0.25rem;
352
+ --utrecht-unordered-list-padding-inline-start: 0;
353
+ --utrecht-unordered-list-level-1-list-style-type: "●";
354
+ --utrecht-unordered-list-level-2-list-style-type: "○";
355
+ --utrecht-unordered-list-level-3-list-style-type: "◆";
356
+ --utrecht-unordered-list-level-4-list-style-type: "◇";
357
+ --utrecht-unordered-list-level-5-list-style-type: "■";
358
+ --utrecht-unordered-list-level-6-list-style-type: "□";
359
+ --utrecht-unordered-list-level-7-list-style-type: "▲";
360
+ --utrecht-unordered-list-level-7-marker-font-size: 0.75rem;
361
+ --utrecht-unordered-list-level-8-list-style-type: "△";
362
+ --utrecht-unordered-list-level-8-marker-font-size: 0.75rem;
363
+ --utrecht-unordered-list-nested-padding-inline-start: 0;
354
364
  --utrecht-color-red-20: hsl(0 100% 20%); /** donker rood */
355
365
  --utrecht-color-red-30: hsl(0 100% 30%); /** hover rood */
356
366
  --utrecht-color-red-40: hsl(0 100% 40%); /** basis rood #cc0000 */
@@ -813,6 +823,8 @@
813
823
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
814
824
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
815
825
  --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);
816
828
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
817
829
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
818
830
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -870,6 +882,7 @@
870
882
  --utrecht-navigation-marker-color: var(--utrecht-color-grey-80);
871
883
  --utrecht-number-badge-padding-block: var(--nl-number-badge-padding-block); /** Default block padding for badge components */
872
884
  --utrecht-number-badge-padding-inline: var(--nl-number-badge-padding-inline); /** Default inline padding color for badge components */
885
+ --utrecht-ordered-list-line-height: var(--utrecht-typography-line-height-md);
873
886
  --utrecht-page-body-content-background-color: var(--utrecht-color-white);
874
887
  --utrecht-page-body-content-color: var(--utrecht-color-black);
875
888
  --utrecht-page-footer-color: var(--utrecht-color-white);
@@ -993,8 +1006,22 @@
993
1006
  --utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
994
1007
  --utrecht-toptask-link-padding-inline-end: var(--utrecht-space-inline-xl);
995
1008
  --utrecht-toptask-link-padding-inline-start: var(--utrecht-space-inline-xl);
1009
+ --utrecht-unordered-list-font-size: var(--utrecht-typography-scale-md-font-size);
1010
+ --utrecht-unordered-list-line-height: var(--utrecht-typography-line-height-md);
996
1011
  --utrecht-unordered-list-margin-block-start: var(--utrecht-space-block-md);
1012
+ --utrecht-unordered-list-item-margin-block-start: var(--utrecht-space-block-2xs);
1013
+ --utrecht-unordered-list-item-margin-block-end: var(--utrecht-space-block-2xs);
1014
+ --utrecht-unordered-list-item-padding-inline-start: var(--utrecht-space-text-md);
997
1015
  --utrecht-unordered-list-marker-color: var(--utrecht-color-red-40);
1016
+ --utrecht-unordered-list-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1017
+ --utrecht-unordered-list-level-1-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1018
+ --utrecht-unordered-list-level-2-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1019
+ --utrecht-unordered-list-level-3-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1020
+ --utrecht-unordered-list-level-4-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1021
+ --utrecht-unordered-list-level-5-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1022
+ --utrecht-unordered-list-level-6-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1023
+ --utrecht-unordered-list-margin-inline-start: var(--utrecht-space-text-md);
1024
+ --utrecht-unordered-list-center-padding-inline-start: var(--utrecht-space-text-md);
998
1025
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
999
1026
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
1000
1027
  --utrecht-toptask-nav-gap: var(--utrecht-space-column-md);
package/dist/_mixin.scss CHANGED
@@ -349,8 +349,18 @@
349
349
  --utrecht-toptask-link-hover-transform-scale: 1.02;
350
350
  --utrecht-toptask-link-icon-size: 2.25rem;
351
351
  --utrecht-unordered-list-margin-block-end: 0;
352
- --utrecht-unordered-list-item-margin-block-start: 0.25rem;
353
- --utrecht-unordered-list-item-margin-block-end: 0.25rem;
352
+ --utrecht-unordered-list-padding-inline-start: 0;
353
+ --utrecht-unordered-list-level-1-list-style-type: "●";
354
+ --utrecht-unordered-list-level-2-list-style-type: "○";
355
+ --utrecht-unordered-list-level-3-list-style-type: "◆";
356
+ --utrecht-unordered-list-level-4-list-style-type: "◇";
357
+ --utrecht-unordered-list-level-5-list-style-type: "■";
358
+ --utrecht-unordered-list-level-6-list-style-type: "□";
359
+ --utrecht-unordered-list-level-7-list-style-type: "▲";
360
+ --utrecht-unordered-list-level-7-marker-font-size: 0.75rem;
361
+ --utrecht-unordered-list-level-8-list-style-type: "△";
362
+ --utrecht-unordered-list-level-8-marker-font-size: 0.75rem;
363
+ --utrecht-unordered-list-nested-padding-inline-start: 0;
354
364
  --utrecht-color-red-20: hsl(0 100% 20%); /** donker rood */
355
365
  --utrecht-color-red-30: hsl(0 100% 30%); /** hover rood */
356
366
  --utrecht-color-red-40: hsl(0 100% 40%); /** basis rood #cc0000 */
@@ -813,6 +823,8 @@
813
823
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
814
824
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
815
825
  --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);
816
828
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
817
829
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
818
830
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -870,6 +882,7 @@
870
882
  --utrecht-navigation-marker-color: var(--utrecht-color-grey-80);
871
883
  --utrecht-number-badge-padding-block: var(--nl-number-badge-padding-block); /** Default block padding for badge components */
872
884
  --utrecht-number-badge-padding-inline: var(--nl-number-badge-padding-inline); /** Default inline padding color for badge components */
885
+ --utrecht-ordered-list-line-height: var(--utrecht-typography-line-height-md);
873
886
  --utrecht-page-body-content-background-color: var(--utrecht-color-white);
874
887
  --utrecht-page-body-content-color: var(--utrecht-color-black);
875
888
  --utrecht-page-footer-color: var(--utrecht-color-white);
@@ -993,8 +1006,22 @@
993
1006
  --utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
994
1007
  --utrecht-toptask-link-padding-inline-end: var(--utrecht-space-inline-xl);
995
1008
  --utrecht-toptask-link-padding-inline-start: var(--utrecht-space-inline-xl);
1009
+ --utrecht-unordered-list-font-size: var(--utrecht-typography-scale-md-font-size);
1010
+ --utrecht-unordered-list-line-height: var(--utrecht-typography-line-height-md);
996
1011
  --utrecht-unordered-list-margin-block-start: var(--utrecht-space-block-md);
1012
+ --utrecht-unordered-list-item-margin-block-start: var(--utrecht-space-block-2xs);
1013
+ --utrecht-unordered-list-item-margin-block-end: var(--utrecht-space-block-2xs);
1014
+ --utrecht-unordered-list-item-padding-inline-start: var(--utrecht-space-text-md);
997
1015
  --utrecht-unordered-list-marker-color: var(--utrecht-color-red-40);
1016
+ --utrecht-unordered-list-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1017
+ --utrecht-unordered-list-level-1-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1018
+ --utrecht-unordered-list-level-2-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1019
+ --utrecht-unordered-list-level-3-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1020
+ --utrecht-unordered-list-level-4-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1021
+ --utrecht-unordered-list-level-5-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1022
+ --utrecht-unordered-list-level-6-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1023
+ --utrecht-unordered-list-margin-inline-start: var(--utrecht-space-text-md);
1024
+ --utrecht-unordered-list-center-padding-inline-start: var(--utrecht-space-text-md);
998
1025
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
999
1026
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
1000
1027
  --utrecht-toptask-nav-gap: var(--utrecht-space-column-md);
@@ -347,8 +347,18 @@ $utrecht-toptask-link-min-inline-size: 15rem;
347
347
  $utrecht-toptask-link-hover-transform-scale: 1.02;
348
348
  $utrecht-toptask-link-icon-size: 2.25rem;
349
349
  $utrecht-unordered-list-margin-block-end: 0;
350
- $utrecht-unordered-list-item-margin-block-start: 0.25rem;
351
- $utrecht-unordered-list-item-margin-block-end: 0.25rem;
350
+ $utrecht-unordered-list-padding-inline-start: 0;
351
+ $utrecht-unordered-list-level-1-list-style-type: "●";
352
+ $utrecht-unordered-list-level-2-list-style-type: "○";
353
+ $utrecht-unordered-list-level-3-list-style-type: "◆";
354
+ $utrecht-unordered-list-level-4-list-style-type: "◇";
355
+ $utrecht-unordered-list-level-5-list-style-type: "■";
356
+ $utrecht-unordered-list-level-6-list-style-type: "□";
357
+ $utrecht-unordered-list-level-7-list-style-type: "▲";
358
+ $utrecht-unordered-list-level-7-marker-font-size: 0.75rem;
359
+ $utrecht-unordered-list-level-8-list-style-type: "△";
360
+ $utrecht-unordered-list-level-8-marker-font-size: 0.75rem;
361
+ $utrecht-unordered-list-nested-padding-inline-start: 0;
352
362
  $utrecht-color-red-20: hsl(0 100% 20%); // donker rood
353
363
  $utrecht-color-red-30: hsl(0 100% 30%); // hover rood
354
364
  $utrecht-color-red-40: hsl(0 100% 40%); // basis rood #cc0000
@@ -811,6 +821,8 @@ $utrecht-mapcontrolbutton-padding-block-end: $utrecht-space-block-2xs;
811
821
  $utrecht-mapcontrolbutton-padding-block-start: $utrecht-space-block-2xs;
812
822
  $utrecht-mapcontrolbutton-padding-inline-end: $utrecht-space-inline-2xs;
813
823
  $utrecht-mapcontrolbutton-padding-inline-start: $utrecht-space-inline-2xs;
824
+ $utrecht-nav-bar-background-color: $utrecht-color-white;
825
+ $utrecht-nav-bar-color: $utrecht-color-black;
814
826
  $utrecht-nav-bar-content-max-inline-size: $utrecht-page-max-inline-size;
815
827
  $utrecht-nav-bar-link-padding-block-end: $utrecht-space-block-xs;
816
828
  $utrecht-nav-bar-link-padding-block-start: $utrecht-space-block-xs;
@@ -868,6 +880,7 @@ $utrecht-navigation-list-mobile-padding-inline-start: $utrecht-space-inline-md;
868
880
  $utrecht-navigation-marker-color: $utrecht-color-grey-80;
869
881
  $utrecht-number-badge-padding-block: $nl-number-badge-padding-block; // Default block padding for badge components
870
882
  $utrecht-number-badge-padding-inline: $nl-number-badge-padding-inline; // Default inline padding color for badge components
883
+ $utrecht-ordered-list-line-height: $utrecht-typography-line-height-md;
871
884
  $utrecht-page-body-content-background-color: $utrecht-color-white;
872
885
  $utrecht-page-body-content-color: $utrecht-color-black;
873
886
  $utrecht-page-footer-color: $utrecht-color-white;
@@ -991,8 +1004,22 @@ $utrecht-toptask-link-padding-block-end: $utrecht-space-block-xl;
991
1004
  $utrecht-toptask-link-padding-block-start: $utrecht-space-block-xl;
992
1005
  $utrecht-toptask-link-padding-inline-end: $utrecht-space-inline-xl;
993
1006
  $utrecht-toptask-link-padding-inline-start: $utrecht-space-inline-xl;
1007
+ $utrecht-unordered-list-font-size: $utrecht-typography-scale-md-font-size;
1008
+ $utrecht-unordered-list-line-height: $utrecht-typography-line-height-md;
994
1009
  $utrecht-unordered-list-margin-block-start: $utrecht-space-block-md;
1010
+ $utrecht-unordered-list-item-margin-block-start: $utrecht-space-block-2xs;
1011
+ $utrecht-unordered-list-item-margin-block-end: $utrecht-space-block-2xs;
1012
+ $utrecht-unordered-list-item-padding-inline-start: $utrecht-space-text-md;
995
1013
  $utrecht-unordered-list-marker-color: $utrecht-color-red-40;
1014
+ $utrecht-unordered-list-marker-font-size: $utrecht-typography-scale-md-font-size;
1015
+ $utrecht-unordered-list-level-1-marker-font-size: $utrecht-typography-scale-md-font-size;
1016
+ $utrecht-unordered-list-level-2-marker-font-size: $utrecht-typography-scale-md-font-size;
1017
+ $utrecht-unordered-list-level-3-marker-font-size: $utrecht-typography-scale-md-font-size;
1018
+ $utrecht-unordered-list-level-4-marker-font-size: $utrecht-typography-scale-md-font-size;
1019
+ $utrecht-unordered-list-level-5-marker-font-size: $utrecht-typography-scale-md-font-size;
1020
+ $utrecht-unordered-list-level-6-marker-font-size: $utrecht-typography-scale-md-font-size;
1021
+ $utrecht-unordered-list-margin-inline-start: $utrecht-space-text-md;
1022
+ $utrecht-unordered-list-center-padding-inline-start: $utrecht-space-text-md;
996
1023
  $utrecht-menulijst-item-color: $utrecht-color-blue-35;
997
1024
  $utrecht-menulijst-item-hover-color: $utrecht-color-blue-40;
998
1025
  $utrecht-toptask-nav-gap: $utrecht-space-column-md;
@@ -351,8 +351,18 @@
351
351
  --utrecht-toptask-link-hover-transform-scale: 1.02;
352
352
  --utrecht-toptask-link-icon-size: 2.25rem;
353
353
  --utrecht-unordered-list-margin-block-end: 0;
354
- --utrecht-unordered-list-item-margin-block-start: 0.25rem;
355
- --utrecht-unordered-list-item-margin-block-end: 0.25rem;
354
+ --utrecht-unordered-list-padding-inline-start: 0;
355
+ --utrecht-unordered-list-level-1-list-style-type: "●";
356
+ --utrecht-unordered-list-level-2-list-style-type: "○";
357
+ --utrecht-unordered-list-level-3-list-style-type: "◆";
358
+ --utrecht-unordered-list-level-4-list-style-type: "◇";
359
+ --utrecht-unordered-list-level-5-list-style-type: "■";
360
+ --utrecht-unordered-list-level-6-list-style-type: "□";
361
+ --utrecht-unordered-list-level-7-list-style-type: "▲";
362
+ --utrecht-unordered-list-level-7-marker-font-size: 0.75rem;
363
+ --utrecht-unordered-list-level-8-list-style-type: "△";
364
+ --utrecht-unordered-list-level-8-marker-font-size: 0.75rem;
365
+ --utrecht-unordered-list-nested-padding-inline-start: 0;
356
366
  --utrecht-color-red-20: hsl(0 100% 20%); /** donker rood */
357
367
  --utrecht-color-red-30: hsl(0 100% 30%); /** hover rood */
358
368
  --utrecht-color-red-40: hsl(0 100% 40%); /** basis rood #cc0000 */
@@ -812,6 +822,8 @@
812
822
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
813
823
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
814
824
  --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);
815
827
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
816
828
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
817
829
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -869,6 +881,7 @@
869
881
  --utrecht-navigation-marker-color: var(--utrecht-color-grey-80);
870
882
  --utrecht-number-badge-padding-block: var(--nl-number-badge-padding-block); /** Default block padding for badge components */
871
883
  --utrecht-number-badge-padding-inline: var(--nl-number-badge-padding-inline); /** Default inline padding color for badge components */
884
+ --utrecht-ordered-list-line-height: var(--utrecht-typography-line-height-md);
872
885
  --utrecht-page-body-content-background-color: var(--utrecht-color-white);
873
886
  --utrecht-page-body-content-color: var(--utrecht-color-black);
874
887
  --utrecht-page-footer-color: var(--utrecht-color-white);
@@ -994,8 +1007,22 @@
994
1007
  --utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
995
1008
  --utrecht-toptask-link-padding-inline-end: var(--utrecht-space-inline-xl);
996
1009
  --utrecht-toptask-link-padding-inline-start: var(--utrecht-space-inline-xl);
1010
+ --utrecht-unordered-list-font-size: var(--utrecht-typography-scale-md-font-size);
1011
+ --utrecht-unordered-list-line-height: var(--utrecht-typography-line-height-md);
997
1012
  --utrecht-unordered-list-margin-block-start: var(--utrecht-space-block-md);
1013
+ --utrecht-unordered-list-item-margin-block-start: var(--utrecht-space-block-2xs);
1014
+ --utrecht-unordered-list-item-margin-block-end: var(--utrecht-space-block-2xs);
1015
+ --utrecht-unordered-list-item-padding-inline-start: var(--utrecht-space-text-md);
998
1016
  --utrecht-unordered-list-marker-color: var(--utrecht-color-red-40);
1017
+ --utrecht-unordered-list-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1018
+ --utrecht-unordered-list-level-1-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1019
+ --utrecht-unordered-list-level-2-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1020
+ --utrecht-unordered-list-level-3-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1021
+ --utrecht-unordered-list-level-4-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1022
+ --utrecht-unordered-list-level-5-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1023
+ --utrecht-unordered-list-level-6-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1024
+ --utrecht-unordered-list-margin-inline-start: var(--utrecht-space-text-md);
1025
+ --utrecht-unordered-list-center-padding-inline-start: var(--utrecht-space-text-md);
999
1026
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
1000
1027
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
1001
1028
  --utrecht-toptask-nav-gap: var(--utrecht-space-column-md);
@@ -351,8 +351,18 @@
351
351
  --utrecht-toptask-link-hover-transform-scale: 1.02;
352
352
  --utrecht-toptask-link-icon-size: 2.25rem;
353
353
  --utrecht-unordered-list-margin-block-end: 0;
354
- --utrecht-unordered-list-item-margin-block-start: 0.25rem;
355
- --utrecht-unordered-list-item-margin-block-end: 0.25rem;
354
+ --utrecht-unordered-list-padding-inline-start: 0;
355
+ --utrecht-unordered-list-level-1-list-style-type: "●";
356
+ --utrecht-unordered-list-level-2-list-style-type: "○";
357
+ --utrecht-unordered-list-level-3-list-style-type: "◆";
358
+ --utrecht-unordered-list-level-4-list-style-type: "◇";
359
+ --utrecht-unordered-list-level-5-list-style-type: "■";
360
+ --utrecht-unordered-list-level-6-list-style-type: "□";
361
+ --utrecht-unordered-list-level-7-list-style-type: "▲";
362
+ --utrecht-unordered-list-level-7-marker-font-size: 0.75rem;
363
+ --utrecht-unordered-list-level-8-list-style-type: "△";
364
+ --utrecht-unordered-list-level-8-marker-font-size: 0.75rem;
365
+ --utrecht-unordered-list-nested-padding-inline-start: 0;
356
366
  --utrecht-color-red-20: hsl(0 100% 20%); /** donker rood */
357
367
  --utrecht-color-red-30: hsl(0 100% 30%); /** hover rood */
358
368
  --utrecht-color-red-40: hsl(0 100% 40%); /** basis rood #cc0000 */
@@ -812,6 +822,8 @@
812
822
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
813
823
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
814
824
  --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);
815
827
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
816
828
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
817
829
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -869,6 +881,7 @@
869
881
  --utrecht-navigation-marker-color: var(--utrecht-color-grey-80);
870
882
  --utrecht-number-badge-padding-block: var(--nl-number-badge-padding-block); /** Default block padding for badge components */
871
883
  --utrecht-number-badge-padding-inline: var(--nl-number-badge-padding-inline); /** Default inline padding color for badge components */
884
+ --utrecht-ordered-list-line-height: var(--utrecht-typography-line-height-md);
872
885
  --utrecht-page-body-content-background-color: var(--utrecht-color-white);
873
886
  --utrecht-page-body-content-color: var(--utrecht-color-black);
874
887
  --utrecht-page-footer-color: var(--utrecht-color-white);
@@ -994,8 +1007,22 @@
994
1007
  --utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
995
1008
  --utrecht-toptask-link-padding-inline-end: var(--utrecht-space-inline-xl);
996
1009
  --utrecht-toptask-link-padding-inline-start: var(--utrecht-space-inline-xl);
1010
+ --utrecht-unordered-list-font-size: var(--utrecht-typography-scale-md-font-size);
1011
+ --utrecht-unordered-list-line-height: var(--utrecht-typography-line-height-md);
997
1012
  --utrecht-unordered-list-margin-block-start: var(--utrecht-space-block-md);
1013
+ --utrecht-unordered-list-item-margin-block-start: var(--utrecht-space-block-2xs);
1014
+ --utrecht-unordered-list-item-margin-block-end: var(--utrecht-space-block-2xs);
1015
+ --utrecht-unordered-list-item-padding-inline-start: var(--utrecht-space-text-md);
998
1016
  --utrecht-unordered-list-marker-color: var(--utrecht-color-red-40);
1017
+ --utrecht-unordered-list-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1018
+ --utrecht-unordered-list-level-1-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1019
+ --utrecht-unordered-list-level-2-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1020
+ --utrecht-unordered-list-level-3-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1021
+ --utrecht-unordered-list-level-4-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1022
+ --utrecht-unordered-list-level-5-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1023
+ --utrecht-unordered-list-level-6-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1024
+ --utrecht-unordered-list-margin-inline-start: var(--utrecht-space-text-md);
1025
+ --utrecht-unordered-list-center-padding-inline-start: var(--utrecht-space-text-md);
999
1026
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
1000
1027
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
1001
1028
  --utrecht-toptask-nav-gap: var(--utrecht-space-column-md);
@@ -349,8 +349,18 @@ $utrecht-toptask-link-min-inline-size: 15rem;
349
349
  $utrecht-toptask-link-hover-transform-scale: 1.02;
350
350
  $utrecht-toptask-link-icon-size: 2.25rem;
351
351
  $utrecht-unordered-list-margin-block-end: 0;
352
- $utrecht-unordered-list-item-margin-block-start: 0.25rem;
353
- $utrecht-unordered-list-item-margin-block-end: 0.25rem;
352
+ $utrecht-unordered-list-padding-inline-start: 0;
353
+ $utrecht-unordered-list-level-1-list-style-type: "●";
354
+ $utrecht-unordered-list-level-2-list-style-type: "○";
355
+ $utrecht-unordered-list-level-3-list-style-type: "◆";
356
+ $utrecht-unordered-list-level-4-list-style-type: "◇";
357
+ $utrecht-unordered-list-level-5-list-style-type: "■";
358
+ $utrecht-unordered-list-level-6-list-style-type: "□";
359
+ $utrecht-unordered-list-level-7-list-style-type: "▲";
360
+ $utrecht-unordered-list-level-7-marker-font-size: 0.75rem;
361
+ $utrecht-unordered-list-level-8-list-style-type: "△";
362
+ $utrecht-unordered-list-level-8-marker-font-size: 0.75rem;
363
+ $utrecht-unordered-list-nested-padding-inline-start: 0;
354
364
  $utrecht-color-red-20: hsl(0 100% 20%); // donker rood
355
365
  $utrecht-color-red-30: hsl(0 100% 30%); // hover rood
356
366
  $utrecht-color-red-40: hsl(0 100% 40%); // basis rood #cc0000
@@ -810,6 +820,8 @@ $utrecht-mapcontrolbutton-padding-block-end: $utrecht-space-block-2xs;
810
820
  $utrecht-mapcontrolbutton-padding-block-start: $utrecht-space-block-2xs;
811
821
  $utrecht-mapcontrolbutton-padding-inline-end: $utrecht-space-inline-2xs;
812
822
  $utrecht-mapcontrolbutton-padding-inline-start: $utrecht-space-inline-2xs;
823
+ $utrecht-nav-bar-background-color: $utrecht-color-white;
824
+ $utrecht-nav-bar-color: $utrecht-color-black;
813
825
  $utrecht-nav-bar-content-max-inline-size: $utrecht-page-max-inline-size;
814
826
  $utrecht-nav-bar-link-padding-block-end: $utrecht-space-block-xs;
815
827
  $utrecht-nav-bar-link-padding-block-start: $utrecht-space-block-xs;
@@ -867,6 +879,7 @@ $utrecht-navigation-list-mobile-padding-inline-start: $utrecht-space-inline-md;
867
879
  $utrecht-navigation-marker-color: $utrecht-color-grey-80;
868
880
  $utrecht-number-badge-padding-block: $nl-number-badge-padding-block; // Default block padding for badge components
869
881
  $utrecht-number-badge-padding-inline: $nl-number-badge-padding-inline; // Default inline padding color for badge components
882
+ $utrecht-ordered-list-line-height: $utrecht-typography-line-height-md;
870
883
  $utrecht-page-body-content-background-color: $utrecht-color-white;
871
884
  $utrecht-page-body-content-color: $utrecht-color-black;
872
885
  $utrecht-page-footer-color: $utrecht-color-white;
@@ -992,8 +1005,22 @@ $utrecht-toptask-link-padding-block-end: $utrecht-space-block-xl;
992
1005
  $utrecht-toptask-link-padding-block-start: $utrecht-space-block-xl;
993
1006
  $utrecht-toptask-link-padding-inline-end: $utrecht-space-inline-xl;
994
1007
  $utrecht-toptask-link-padding-inline-start: $utrecht-space-inline-xl;
1008
+ $utrecht-unordered-list-font-size: $utrecht-typography-scale-md-font-size;
1009
+ $utrecht-unordered-list-line-height: $utrecht-typography-line-height-md;
995
1010
  $utrecht-unordered-list-margin-block-start: $utrecht-space-block-md;
1011
+ $utrecht-unordered-list-item-margin-block-start: $utrecht-space-block-2xs;
1012
+ $utrecht-unordered-list-item-margin-block-end: $utrecht-space-block-2xs;
1013
+ $utrecht-unordered-list-item-padding-inline-start: $utrecht-space-text-md;
996
1014
  $utrecht-unordered-list-marker-color: $utrecht-color-red-40;
1015
+ $utrecht-unordered-list-marker-font-size: $utrecht-typography-scale-md-font-size;
1016
+ $utrecht-unordered-list-level-1-marker-font-size: $utrecht-typography-scale-md-font-size;
1017
+ $utrecht-unordered-list-level-2-marker-font-size: $utrecht-typography-scale-md-font-size;
1018
+ $utrecht-unordered-list-level-3-marker-font-size: $utrecht-typography-scale-md-font-size;
1019
+ $utrecht-unordered-list-level-4-marker-font-size: $utrecht-typography-scale-md-font-size;
1020
+ $utrecht-unordered-list-level-5-marker-font-size: $utrecht-typography-scale-md-font-size;
1021
+ $utrecht-unordered-list-level-6-marker-font-size: $utrecht-typography-scale-md-font-size;
1022
+ $utrecht-unordered-list-margin-inline-start: $utrecht-space-text-md;
1023
+ $utrecht-unordered-list-center-padding-inline-start: $utrecht-space-text-md;
997
1024
  $utrecht-menulijst-item-color: $utrecht-color-blue-35;
998
1025
  $utrecht-menulijst-item-hover-color: $utrecht-color-blue-40;
999
1026
  $utrecht-toptask-nav-gap: $utrecht-space-column-md;
@@ -690,6 +690,8 @@ module.exports = {
690
690
  utrechtMapcontrolbuttonPaddingInlineStart: "4px",
691
691
  utrechtMarkBackgroundColor: "hsl(48 100% 60%)",
692
692
  utrechtMarkColor: "hsl(0 0% 0%)",
693
+ utrechtNavBarBackgroundColor: "hsl(0 0% 100%)",
694
+ utrechtNavBarColor: "hsl(0 0% 0%)",
693
695
  utrechtNavBarContentMaxInlineSize: "1184px",
694
696
  utrechtNavBarLinkPaddingBlockEnd: "8px",
695
697
  utrechtNavBarLinkPaddingBlockStart: "8px",
@@ -780,6 +782,7 @@ module.exports = {
780
782
  utrechtNumberBadgePaddingInline: "1ex",
781
783
  utrechtNumberDataPositiveColor: "green",
782
784
  utrechtNumberDataNegativeColor: "red",
785
+ utrechtOrderedListLineHeight: "1.5",
783
786
  utrechtOrderedListMarginBlockStart: "0",
784
787
  utrechtOrderedListMarginBlockEnd: "1em",
785
788
  utrechtOrderedListPaddingInlineStart: "28.8px",
@@ -1055,11 +1058,35 @@ module.exports = {
1055
1058
  utrechtToptaskLinkHoverColor: "hsl(0 0% 15%)",
1056
1059
  utrechtToptaskLinkHoverTransformScale: "1.02",
1057
1060
  utrechtToptaskLinkIconSize: "2.25rem",
1061
+ utrechtUnorderedListFontSize: "1rem",
1062
+ utrechtUnorderedListLineHeight: "1.5",
1058
1063
  utrechtUnorderedListMarginBlockStart: "16px",
1059
1064
  utrechtUnorderedListMarginBlockEnd: "0",
1060
- utrechtUnorderedListItemMarginBlockStart: "0.25rem",
1061
- utrechtUnorderedListItemMarginBlockEnd: "0.25rem",
1065
+ utrechtUnorderedListPaddingInlineStart: "0",
1066
+ utrechtUnorderedListItemMarginBlockStart: "4px",
1067
+ utrechtUnorderedListItemMarginBlockEnd: "4px",
1068
+ utrechtUnorderedListItemPaddingInlineStart: "1ch",
1062
1069
  utrechtUnorderedListMarkerColor: "hsl(0 100% 40%)",
1070
+ utrechtUnorderedListMarkerFontSize: "1rem",
1071
+ utrechtUnorderedListLevel1ListStyleType: '"●"',
1072
+ utrechtUnorderedListLevel1MarkerFontSize: "1rem",
1073
+ utrechtUnorderedListLevel2ListStyleType: '"○"',
1074
+ utrechtUnorderedListLevel2MarkerFontSize: "1rem",
1075
+ utrechtUnorderedListLevel3ListStyleType: '"◆"',
1076
+ utrechtUnorderedListLevel3MarkerFontSize: "1rem",
1077
+ utrechtUnorderedListLevel4ListStyleType: '"◇"',
1078
+ utrechtUnorderedListLevel4MarkerFontSize: "1rem",
1079
+ utrechtUnorderedListLevel5ListStyleType: '"■"',
1080
+ utrechtUnorderedListLevel5MarkerFontSize: "1rem",
1081
+ utrechtUnorderedListLevel6ListStyleType: '"□"',
1082
+ utrechtUnorderedListLevel6MarkerFontSize: "1rem",
1083
+ utrechtUnorderedListLevel7ListStyleType: '"▲"',
1084
+ utrechtUnorderedListLevel7MarkerFontSize: "0.75rem",
1085
+ utrechtUnorderedListLevel8ListStyleType: '"△"',
1086
+ utrechtUnorderedListLevel8MarkerFontSize: "0.75rem",
1087
+ utrechtUnorderedListMarginInlineStart: "1ch",
1088
+ utrechtUnorderedListNestedPaddingInlineStart: "0",
1089
+ utrechtUnorderedListCenterPaddingInlineStart: "1ch",
1063
1090
  utrechtColorRed20: "hsl(0 100% 20%)",
1064
1091
  utrechtColorRed30: "hsl(0 100% 30%)",
1065
1092
  utrechtColorRed40: "hsl(0 100% 40%)",
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  /**
2
3
  * @license SEE LICENSE.md
3
4
  * Copyright (c) 2021 Gemeente Utrecht
@@ -356,8 +357,18 @@
356
357
  --utrecht-toptask-link-hover-transform-scale: 1.02;
357
358
  --utrecht-toptask-link-icon-size: 2.25rem;
358
359
  --utrecht-unordered-list-margin-block-end: 0;
359
- --utrecht-unordered-list-item-margin-block-start: 0.25rem;
360
- --utrecht-unordered-list-item-margin-block-end: 0.25rem;
360
+ --utrecht-unordered-list-padding-inline-start: 0;
361
+ --utrecht-unordered-list-level-1-list-style-type: "●";
362
+ --utrecht-unordered-list-level-2-list-style-type: "○";
363
+ --utrecht-unordered-list-level-3-list-style-type: "◆";
364
+ --utrecht-unordered-list-level-4-list-style-type: "◇";
365
+ --utrecht-unordered-list-level-5-list-style-type: "■";
366
+ --utrecht-unordered-list-level-6-list-style-type: "□";
367
+ --utrecht-unordered-list-level-7-list-style-type: "▲";
368
+ --utrecht-unordered-list-level-7-marker-font-size: 0.75rem;
369
+ --utrecht-unordered-list-level-8-list-style-type: "△";
370
+ --utrecht-unordered-list-level-8-marker-font-size: 0.75rem;
371
+ --utrecht-unordered-list-nested-padding-inline-start: 0;
361
372
  --utrecht-color-red-20: hsl(0 100% 20%); /** donker rood */
362
373
  --utrecht-color-red-30: hsl(0 100% 30%); /** hover rood */
363
374
  --utrecht-color-red-40: hsl(0 100% 40%); /** basis rood #cc0000 */
@@ -817,6 +828,8 @@
817
828
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
818
829
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
819
830
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
831
+ --utrecht-nav-bar-background-color: var(--utrecht-color-white);
832
+ --utrecht-nav-bar-color: var(--utrecht-color-black);
820
833
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
821
834
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
822
835
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -874,6 +887,7 @@
874
887
  --utrecht-navigation-marker-color: var(--utrecht-color-grey-80);
875
888
  --utrecht-number-badge-padding-block: var(--nl-number-badge-padding-block); /** Default block padding for badge components */
876
889
  --utrecht-number-badge-padding-inline: var(--nl-number-badge-padding-inline); /** Default inline padding color for badge components */
890
+ --utrecht-ordered-list-line-height: var(--utrecht-typography-line-height-md);
877
891
  --utrecht-page-body-content-background-color: var(--utrecht-color-white);
878
892
  --utrecht-page-body-content-color: var(--utrecht-color-black);
879
893
  --utrecht-page-footer-color: var(--utrecht-color-white);
@@ -999,8 +1013,22 @@
999
1013
  --utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
1000
1014
  --utrecht-toptask-link-padding-inline-end: var(--utrecht-space-inline-xl);
1001
1015
  --utrecht-toptask-link-padding-inline-start: var(--utrecht-space-inline-xl);
1016
+ --utrecht-unordered-list-font-size: var(--utrecht-typography-scale-md-font-size);
1017
+ --utrecht-unordered-list-line-height: var(--utrecht-typography-line-height-md);
1002
1018
  --utrecht-unordered-list-margin-block-start: var(--utrecht-space-block-md);
1019
+ --utrecht-unordered-list-item-margin-block-start: var(--utrecht-space-block-2xs);
1020
+ --utrecht-unordered-list-item-margin-block-end: var(--utrecht-space-block-2xs);
1021
+ --utrecht-unordered-list-item-padding-inline-start: var(--utrecht-space-text-md);
1003
1022
  --utrecht-unordered-list-marker-color: var(--utrecht-color-red-40);
1023
+ --utrecht-unordered-list-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1024
+ --utrecht-unordered-list-level-1-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1025
+ --utrecht-unordered-list-level-2-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1026
+ --utrecht-unordered-list-level-3-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1027
+ --utrecht-unordered-list-level-4-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1028
+ --utrecht-unordered-list-level-5-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1029
+ --utrecht-unordered-list-level-6-marker-font-size: var(--utrecht-typography-scale-md-font-size);
1030
+ --utrecht-unordered-list-margin-inline-start: var(--utrecht-space-text-md);
1031
+ --utrecht-unordered-list-center-padding-inline-start: var(--utrecht-space-text-md);
1004
1032
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
1005
1033
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
1006
1034
  --utrecht-toptask-nav-gap: var(--utrecht-space-column-md);
@@ -756,6 +756,8 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd: string;
756
756
  export const utrechtMapcontrolbuttonPaddingInlineStart: string;
757
757
  export const utrechtMarkBackgroundColor: string;
758
758
  export const utrechtMarkColor: string;
759
+ export const utrechtNavBarBackgroundColor: string;
760
+ export const utrechtNavBarColor: string;
759
761
  export const utrechtNavBarContentMaxInlineSize: string;
760
762
  export const utrechtNavBarLinkPaddingBlockEnd: string;
761
763
  export const utrechtNavBarLinkPaddingBlockStart: string;
@@ -849,6 +851,7 @@ export const utrechtNumberBadgePaddingBlock: string;
849
851
  export const utrechtNumberBadgePaddingInline: string;
850
852
  export const utrechtNumberDataPositiveColor: string;
851
853
  export const utrechtNumberDataNegativeColor: string;
854
+ export const utrechtOrderedListLineHeight: string;
852
855
  export const utrechtOrderedListMarginBlockStart: number;
853
856
  export const utrechtOrderedListMarginBlockEnd: string;
854
857
  export const utrechtOrderedListPaddingInlineStart: string;
@@ -1123,11 +1126,35 @@ export const utrechtToptaskLinkHoverBackgroundColor: string;
1123
1126
  export const utrechtToptaskLinkHoverColor: string;
1124
1127
  export const utrechtToptaskLinkHoverTransformScale: string;
1125
1128
  export const utrechtToptaskLinkIconSize: string;
1129
+ export const utrechtUnorderedListFontSize: string;
1130
+ export const utrechtUnorderedListLineHeight: string;
1126
1131
  export const utrechtUnorderedListMarginBlockStart: string;
1127
1132
  export const utrechtUnorderedListMarginBlockEnd: number;
1133
+ export const utrechtUnorderedListPaddingInlineStart: number;
1128
1134
  export const utrechtUnorderedListItemMarginBlockStart: string;
1129
1135
  export const utrechtUnorderedListItemMarginBlockEnd: string;
1136
+ export const utrechtUnorderedListItemPaddingInlineStart: string;
1130
1137
  export const utrechtUnorderedListMarkerColor: string;
1138
+ export const utrechtUnorderedListMarkerFontSize: string;
1139
+ export const utrechtUnorderedListLevel1ListStyleType: string;
1140
+ export const utrechtUnorderedListLevel1MarkerFontSize: string;
1141
+ export const utrechtUnorderedListLevel2ListStyleType: string;
1142
+ export const utrechtUnorderedListLevel2MarkerFontSize: string;
1143
+ export const utrechtUnorderedListLevel3ListStyleType: string;
1144
+ export const utrechtUnorderedListLevel3MarkerFontSize: string;
1145
+ export const utrechtUnorderedListLevel4ListStyleType: string;
1146
+ export const utrechtUnorderedListLevel4MarkerFontSize: string;
1147
+ export const utrechtUnorderedListLevel5ListStyleType: string;
1148
+ export const utrechtUnorderedListLevel5MarkerFontSize: string;
1149
+ export const utrechtUnorderedListLevel6ListStyleType: string;
1150
+ export const utrechtUnorderedListLevel6MarkerFontSize: string;
1151
+ export const utrechtUnorderedListLevel7ListStyleType: string;
1152
+ export const utrechtUnorderedListLevel7MarkerFontSize: string;
1153
+ export const utrechtUnorderedListLevel8ListStyleType: string;
1154
+ export const utrechtUnorderedListLevel8MarkerFontSize: string;
1155
+ export const utrechtUnorderedListMarginInlineStart: string;
1156
+ export const utrechtUnorderedListNestedPaddingInlineStart: string;
1157
+ export const utrechtUnorderedListCenterPaddingInlineStart: string;
1131
1158
  /** donker rood */
1132
1159
  export const utrechtColorRed20: string;
1133
1160
  /** hover rood */
@@ -810,6 +810,8 @@
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
815
  "utrechtNavBarContentMaxInlineSize": "1184px",
814
816
  "utrechtNavBarLinkPaddingBlockEnd": "8px",
815
817
  "utrechtNavBarLinkPaddingBlockStart": "8px",
@@ -883,6 +885,7 @@
883
885
  "utrechtOrderedListItemMarginBlockEnd": "0.25em",
884
886
  "utrechtOrderedListItemMarginBlockStart": "0.25em",
885
887
  "utrechtOrderedListItemPaddingInlineStart": "0",
888
+ "utrechtOrderedListLineHeight": "1.5",
886
889
  "utrechtOrderedListMarginBlockEnd": "1em",
887
890
  "utrechtOrderedListMarginBlockStart": "0",
888
891
  "utrechtOrderedListPaddingInlineStart": "28.8px",
@@ -1254,9 +1257,33 @@
1254
1257
  "utrechtTypographyWeightScaleMediumFontWeight": "500",
1255
1258
  "utrechtTypographyWeightScaleNormalFontWeight": "400",
1256
1259
  "utrechtTypographyWeightScaleSemiboldFontWeight": "600",
1257
- "utrechtUnorderedListItemMarginBlockEnd": "0.25rem",
1258
- "utrechtUnorderedListItemMarginBlockStart": "0.25rem",
1260
+ "utrechtUnorderedListCenterPaddingInlineStart": "1ch",
1261
+ "utrechtUnorderedListFontSize": "1rem",
1262
+ "utrechtUnorderedListItemMarginBlockEnd": "4px",
1263
+ "utrechtUnorderedListItemMarginBlockStart": "4px",
1264
+ "utrechtUnorderedListItemPaddingInlineStart": "1ch",
1265
+ "utrechtUnorderedListLevel1ListStyleType": "\"●\"",
1266
+ "utrechtUnorderedListLevel1MarkerFontSize": "1rem",
1267
+ "utrechtUnorderedListLevel2ListStyleType": "\"○\"",
1268
+ "utrechtUnorderedListLevel2MarkerFontSize": "1rem",
1269
+ "utrechtUnorderedListLevel3ListStyleType": "\"◆\"",
1270
+ "utrechtUnorderedListLevel3MarkerFontSize": "1rem",
1271
+ "utrechtUnorderedListLevel4ListStyleType": "\"◇\"",
1272
+ "utrechtUnorderedListLevel4MarkerFontSize": "1rem",
1273
+ "utrechtUnorderedListLevel5ListStyleType": "\"■\"",
1274
+ "utrechtUnorderedListLevel5MarkerFontSize": "1rem",
1275
+ "utrechtUnorderedListLevel6ListStyleType": "\"□\"",
1276
+ "utrechtUnorderedListLevel6MarkerFontSize": "1rem",
1277
+ "utrechtUnorderedListLevel7ListStyleType": "\"▲\"",
1278
+ "utrechtUnorderedListLevel7MarkerFontSize": "0.75rem",
1279
+ "utrechtUnorderedListLevel8ListStyleType": "\"△\"",
1280
+ "utrechtUnorderedListLevel8MarkerFontSize": "0.75rem",
1281
+ "utrechtUnorderedListLineHeight": "1.5",
1259
1282
  "utrechtUnorderedListMarginBlockEnd": "0",
1260
1283
  "utrechtUnorderedListMarginBlockStart": "16px",
1261
- "utrechtUnorderedListMarkerColor": "hsl(0 100% 40%)"
1284
+ "utrechtUnorderedListMarginInlineStart": "1ch",
1285
+ "utrechtUnorderedListMarkerColor": "hsl(0 100% 40%)",
1286
+ "utrechtUnorderedListMarkerFontSize": "1rem",
1287
+ "utrechtUnorderedListNestedPaddingInlineStart": "0",
1288
+ "utrechtUnorderedListPaddingInlineStart": "0"
1262
1289
  }