@utrecht/design-tokens 2.2.0 → 2.4.0

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 (79) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/_mixin-theme.scss +124 -63
  3. package/dist/_mixin.scss +124 -63
  4. package/dist/_variables.scss +124 -63
  5. package/dist/dark/_mixin-theme.scss +124 -63
  6. package/dist/dark/_mixin.scss +124 -63
  7. package/dist/dark/_variables.scss +124 -63
  8. package/dist/dark/index.cjs +62 -1
  9. package/dist/dark/index.css +124 -63
  10. package/dist/dark/index.d.ts +62 -1
  11. package/dist/dark/index.flat.json +62 -1
  12. package/dist/dark/index.json +1046 -102
  13. package/dist/dark/index.mjs +62 -1
  14. package/dist/dark/index.tokens.json +614 -72
  15. package/dist/dark/list.d.ts +14 -0
  16. package/dist/dark/list.json +1046 -102
  17. package/dist/dark/list.mjs +31638 -0
  18. package/dist/dark/property.css +0 -1
  19. package/dist/dark/root.css +124 -63
  20. package/dist/dark/theme-prince-xml.css +124 -63
  21. package/dist/dark/theme.css +124 -63
  22. package/dist/dark/tokens.cjs +1541 -116
  23. package/dist/dark/tokens.d.ts +355 -22
  24. package/dist/dark/tokens.json +1541 -116
  25. package/dist/dark/variables.cjs +62 -1
  26. package/dist/dark/variables.css +124 -63
  27. package/dist/dark/variables.d.ts +62 -1
  28. package/dist/dark/variables.json +62 -1
  29. package/dist/dark/variables.less +124 -63
  30. package/dist/dark/variables.mjs +62 -1
  31. package/dist/index.cjs +62 -1
  32. package/dist/index.css +248 -126
  33. package/dist/index.d.ts +62 -1
  34. package/dist/index.flat.json +62 -1
  35. package/dist/index.json +1046 -102
  36. package/dist/index.mjs +62 -1
  37. package/dist/index.tokens.json +614 -72
  38. package/dist/list.d.ts +14 -0
  39. package/dist/list.json +1046 -102
  40. package/dist/list.mjs +32755 -0
  41. package/dist/property.css +0 -1
  42. package/dist/root.css +124 -63
  43. package/dist/theme-prince-xml.css +124 -63
  44. package/dist/theme.css +124 -63
  45. package/dist/tokens.cjs +1541 -116
  46. package/dist/tokens.d.ts +355 -22
  47. package/dist/tokens.json +1541 -116
  48. package/dist/variables.cjs +62 -1
  49. package/dist/variables.css +124 -63
  50. package/dist/variables.d.ts +62 -1
  51. package/dist/variables.json +62 -1
  52. package/dist/variables.less +124 -63
  53. package/dist/variables.mjs +62 -1
  54. package/package.json +1 -1
  55. package/src/component/nl/code-block.tokens.json +13 -0
  56. package/src/component/nl/code.tokens.json +11 -0
  57. package/src/component/nl/data-badge.tokens.json +22 -0
  58. package/src/component/nl/heading.tokens.json +48 -0
  59. package/src/component/nl/mark.tokens.json +8 -0
  60. package/src/component/nl/number-badge.tokens.json +23 -0
  61. package/src/component/nl/paragraph.tokens.json +20 -0
  62. package/src/component/nl/skip-link.tokens.json +16 -0
  63. package/src/component/utrecht/badge.tokens.json +5 -5
  64. package/src/component/utrecht/code-block.tokens.json +9 -9
  65. package/src/component/utrecht/heading-1.tokens.json +4 -4
  66. package/src/component/utrecht/heading-2.tokens.json +4 -4
  67. package/src/component/utrecht/heading-3.tokens.json +4 -4
  68. package/src/component/utrecht/heading-4.tokens.json +4 -4
  69. package/src/component/utrecht/heading-5.tokens.json +4 -4
  70. package/src/component/utrecht/heading-6.tokens.json +4 -4
  71. package/src/component/utrecht/mark.tokens.json +2 -2
  72. package/src/component/utrecht/number-badge.tokens.json +6 -6
  73. package/src/component/utrecht/paragraph.tokens.json +8 -8
  74. package/src/component/utrecht/skip-link.tokens.json +10 -10
  75. package/src/css-property-formatter.mjs +2 -1
  76. package/src/json-list-formatter.js +2 -1
  77. package/style-dictionary-build.mjs +3 -1
  78. package/style-dictionary-config.mjs +27 -0
  79. package/src/component/utrecht/badge-data.tokens.json +0 -8
@@ -2,6 +2,12 @@
2
2
  // Do not edit directly, this file was auto-generated.
3
3
 
4
4
  @of-progress-indicator-mobile-box-shadow: 0px 0px 2px 0px rgba(0 0 0 / 20%);
5
+ @nl-number-badge-padding-inline: 1ex;
6
+ @nl-number-badge-padding-block: 1ex;
7
+ @nl-data-badge-border-radius: 0;
8
+ @nl-code-block-padding-inline: 20px;
9
+ @nl-code-block-padding-block: 20px;
10
+ @nl-code-block-font-family: "Monaco";
5
11
  @denhaag-process-steps-sub-step-marker-size: 12px;
6
12
  @denhaag-process-steps-step-marker-size: 28px;
7
13
  @utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -166,8 +172,6 @@
166
172
  @utrecht-ordered-list-margin-block-start: 0;
167
173
  @utrecht-number-data-negative-color: red;
168
174
  @utrecht-number-data-positive-color: green;
169
- @utrecht-number-badge-padding-inline: 1ex; // Default inline padding color for badge components
170
- @utrecht-number-badge-padding-block: 1ex; // Default block padding for badge components
171
175
  @utrecht-topnav-link-focus-text-decoration: none;
172
176
  @utrecht-topnav-link-focus-border-type: dotted;
173
177
  @utrecht-mapcontrolbutton-margin-inline-start: 0;
@@ -309,10 +313,6 @@
309
313
  @utrecht-action-activate-cursor: pointer;
310
314
  @utrecht-column-layout-column-width: 350px;
311
315
  @utrecht-column-layout-column-rule-width: 2px;
312
- @utrecht-code-block-padding-inline-end: 20px;
313
- @utrecht-code-block-padding-inline-start: 20px;
314
- @utrecht-code-block-padding-block-end: 20px;
315
- @utrecht-code-block-padding-block-start: 20px;
316
316
  @utrecht-checkbox-margin-block-start: 0;
317
317
  @utrecht-checkbox-focus-border-width: 2px;
318
318
  @utrecht-checkbox-size: 24px;
@@ -363,7 +363,6 @@
363
363
  @utrecht-blockquote-margin-block-start: 1.6em;
364
364
  @utrecht-blockquote-margin-inline-end: 1.6em;
365
365
  @utrecht-blockquote-margin-inline-start: 1.6em;
366
- @utrecht-badge-border-radius: 0; // Default corner radius for badge components
367
366
  @utrecht-badge-counter-padding-inline: 1ex; // Default inline padding color for badge components
368
367
  @utrecht-badge-counter-padding-block: 1ex; // Default block padding for badge components
369
368
  @utrecht-backdrop-reduced-transparency-opacity: 0.98;
@@ -381,6 +380,53 @@
381
380
  @utrecht-accordion-button-icon-size: 24px;
382
381
  @utrecht-accordion-button-hover-background-color: inherit;
383
382
  @utrecht-accordion-button-border-width: 0;
383
+ @nl-skip-link-focus-visible-text-decoration: @utrecht-link-focus-visible-text-decoration;
384
+ @nl-skip-link-text-decoration: @utrecht-link-text-decoration;
385
+ @nl-paragraph-small-font-size: @utrecht-typography-scale-sm-font-size;
386
+ @nl-paragraph-lead-line-height: @utrecht-typography-line-height-md;
387
+ @nl-paragraph-lead-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
388
+ @nl-paragraph-lead-font-size: @utrecht-typography-scale-xl-font-size;
389
+ @nl-paragraph-line-height: @utrecht-typography-line-height-md;
390
+ @nl-paragraph-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
391
+ @nl-paragraph-font-size: @utrecht-typography-scale-md-font-size;
392
+ @nl-paragraph-font-family: @utrecht-typography-sans-serif-font-family;
393
+ @nl-number-badge-font-size: @utrecht-typography-scale-md-font-size;
394
+ @nl-number-badge-color: @utrecht-color-white;
395
+ @nl-number-badge-background-color: @utrecht-color-red-40;
396
+ @nl-mark-color: @utrecht-color-black;
397
+ @nl-mark-background-color: @utrecht-color-yellow-60;
398
+ @nl-heading-level-6-line-height: @utrecht-typography-line-height-md;
399
+ @nl-heading-level-6-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
400
+ @nl-heading-level-6-font-size: @utrecht-typography-scale-sm-font-size;
401
+ @nl-heading-level-6-font-family: @utrecht-typography-sans-serif-font-family;
402
+ @nl-heading-level-5-line-height: @utrecht-typography-line-height-md;
403
+ @nl-heading-level-5-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
404
+ @nl-heading-level-5-font-size: @utrecht-typography-scale-sm-font-size;
405
+ @nl-heading-level-5-font-family: @utrecht-typography-sans-serif-font-family;
406
+ @nl-heading-level-4-line-height: @utrecht-typography-line-height-md;
407
+ @nl-heading-level-4-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
408
+ @nl-heading-level-4-font-size: @utrecht-typography-scale-lg-font-size;
409
+ @nl-heading-level-4-font-family: @utrecht-typography-sans-serif-font-family;
410
+ @nl-heading-level-3-line-height: @utrecht-typography-line-height-sm;
411
+ @nl-heading-level-3-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
412
+ @nl-heading-level-3-font-size: @utrecht-typography-scale-xl-font-size;
413
+ @nl-heading-level-3-font-family: @utrecht-typography-sans-serif-font-family;
414
+ @nl-heading-level-2-line-height: @utrecht-typography-line-height-sm;
415
+ @nl-heading-level-2-font-weight: @utrecht-typography-weight-scale-bold-font-weight;
416
+ @nl-heading-level-2-font-size: @utrecht-typography-scale-xl-font-size;
417
+ @nl-heading-level-2-font-family: @utrecht-typography-sans-serif-font-family;
418
+ @nl-heading-level-1-line-height: @utrecht-typography-line-height-sm;
419
+ @nl-heading-level-1-font-weight: @utrecht-typography-weight-scale-bold-font-weight;
420
+ @nl-heading-level-1-font-size: @utrecht-typography-scale-4xl-font-size;
421
+ @nl-heading-level-1-font-family: @utrecht-typography-sans-serif-font-family;
422
+ @nl-data-badge-padding-inline: @utrecht-space-inline-sm;
423
+ @nl-data-badge-padding-block: @utrecht-space-block-xs;
424
+ @nl-data-badge-color: @utrecht-color-white;
425
+ @nl-data-badge-background-color: @utrecht-color-grey-30;
426
+ @nl-code-block-line-height: @utrecht-typography-line-height-md;
427
+ @nl-code-block-font-size: @utrecht-typography-scale-md-font-size;
428
+ @nl-code-block-color: @utrecht-color-black;
429
+ @nl-code-block-background-color: @utrecht-color-grey-95;
384
430
  @denhaag-process-steps-sub-step-heading-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
385
431
  @denhaag-process-steps-sub-step-heading-font-size: @utrecht-typography-scale-sm-font-size;
386
432
  @denhaag-process-steps-sub-step-heading-color: @utrecht-color-grey-15;
@@ -466,8 +512,6 @@
466
512
  @utrecht-spotlight-section-padding-block-start: @utrecht-space-block-md;
467
513
  @utrecht-spotlight-section-color: @utrecht-color-grey-15;
468
514
  @utrecht-spotlight-section-background-color: @utrecht-color-grey-20;
469
- @utrecht-skip-link-focus-visible-text-decoration: @utrecht-link-focus-visible-text-decoration;
470
- @utrecht-skip-link-text-decoration: @utrecht-link-text-decoration;
471
515
  @utrecht-separator-margin-block-start: @utrecht-space-block-md;
472
516
  @utrecht-separator-margin-block-end: @utrecht-space-block-md;
473
517
  @utrecht-separator-color: @utrecht-color-grey-90;
@@ -512,14 +556,7 @@
512
556
  @utrecht-pre-heading-margin-block-start: @utrecht-space-row-2xl;
513
557
  @utrecht-pre-heading-font-size: @utrecht-typography-scale-md-font-size;
514
558
  @utrecht-paragraph-small-font-size: @utrecht-typography-scale-sm-font-size;
515
- @utrecht-paragraph-lead-line-height: @utrecht-typography-line-height-md;
516
- @utrecht-paragraph-lead-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
517
- @utrecht-paragraph-lead-font-size: @utrecht-typography-scale-xl-font-size;
518
559
  @utrecht-paragraph-margin-block-start: @utrecht-space-block-md;
519
- @utrecht-paragraph-line-height: @utrecht-typography-line-height-md;
520
- @utrecht-paragraph-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
521
- @utrecht-paragraph-font-size: @utrecht-typography-scale-md-font-size;
522
- @utrecht-paragraph-font-family: @utrecht-typography-sans-serif-font-family;
523
560
  @utrecht-pagination-relative-link-hover-color: @utrecht-color-white;
524
561
  @utrecht-pagination-relative-link-hover-border-color: @utrecht-color-blue-35;
525
562
  @utrecht-pagination-relative-link-hover-background-color: @utrecht-color-blue-35;
@@ -545,9 +582,8 @@
545
582
  @utrecht-page-footer-background-image: linear-gradient(45deg, @utrecht-color-red-40, @utrecht-color-red-40 50%, #d63433 50%);;
546
583
  @utrecht-page-footer-background-color: @utrecht-color-red-40;
547
584
  @utrecht-page-footer-color: @utrecht-color-white;
548
- @utrecht-number-badge-font-size: @utrecht-typography-scale-md-font-size;
549
- @utrecht-number-badge-color: @utrecht-color-white; // Default text color for badge components
550
- @utrecht-number-badge-background-color: @utrecht-color-red-40;
585
+ @utrecht-number-badge-padding-inline: @nl-number-badge-padding-inline; // Default inline padding color for badge components
586
+ @utrecht-number-badge-padding-block: @nl-number-badge-padding-block; // Default block padding for badge components
551
587
  @utrecht-topnav-link-hover-background-color: @utrecht-color-black;
552
588
  @utrecht-topnav-link-focus-outline-color: @utrecht-color-black;
553
589
  @utrecht-topnav-link-focus-background-color: @utrecht-color-yellow-80;
@@ -573,8 +609,6 @@
573
609
  @utrecht-nav-bar-content-max-inline-size: @utrecht-page-max-inline-size;
574
610
  @utrecht-nav-bar-color: @utrecht-color-black;
575
611
  @utrecht-nav-bar-background-color: @utrecht-color-white;
576
- @utrecht-mark-color: @utrecht-color-black;
577
- @utrecht-mark-background-color: @utrecht-color-yellow-60;
578
612
  @utrecht-mapcontrolbutton-padding-inline-start: @utrecht-space-inline-2xs;
579
613
  @utrecht-mapcontrolbutton-padding-inline-end: @utrecht-space-inline-2xs;
580
614
  @utrecht-mapcontrolbutton-padding-block-start: @utrecht-space-block-2xs;
@@ -631,30 +665,6 @@
631
665
  @utrecht-index-char-nav-margin-block-end: @utrecht-space-block-md;
632
666
  @utrecht-index-char-nav-margin-block-start: @utrecht-space-block-lg;
633
667
  @utrecht-heading-font-weight: @utrecht-typography-weight-scale-bold-font-weight;
634
- @utrecht-heading-6-line-height: @utrecht-typography-line-height-md;
635
- @utrecht-heading-6-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
636
- @utrecht-heading-6-font-size: @utrecht-typography-scale-sm-font-size;
637
- @utrecht-heading-6-font-family: @utrecht-typography-sans-serif-font-family;
638
- @utrecht-heading-5-line-height: @utrecht-typography-line-height-md;
639
- @utrecht-heading-5-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
640
- @utrecht-heading-5-font-size: @utrecht-typography-scale-sm-font-size;
641
- @utrecht-heading-5-font-family: @utrecht-typography-sans-serif-font-family;
642
- @utrecht-heading-4-line-height: @utrecht-typography-line-height-md;
643
- @utrecht-heading-4-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
644
- @utrecht-heading-4-font-size: @utrecht-typography-scale-lg-font-size;
645
- @utrecht-heading-4-font-family: @utrecht-typography-sans-serif-font-family;
646
- @utrecht-heading-3-line-height: @utrecht-typography-line-height-sm;
647
- @utrecht-heading-3-font-weight: @utrecht-typography-weight-scale-normal-font-weight;
648
- @utrecht-heading-3-font-size: @utrecht-typography-scale-xl-font-size;
649
- @utrecht-heading-3-font-family: @utrecht-typography-sans-serif-font-family;
650
- @utrecht-heading-2-line-height: @utrecht-typography-line-height-sm;
651
- @utrecht-heading-2-font-weight: @utrecht-typography-weight-scale-bold-font-weight;
652
- @utrecht-heading-2-font-size: @utrecht-typography-scale-xl-font-size;
653
- @utrecht-heading-2-font-family: @utrecht-typography-sans-serif-font-family;
654
- @utrecht-heading-1-line-height: @utrecht-typography-line-height-sm;
655
- @utrecht-heading-1-font-weight: @utrecht-typography-weight-scale-bold-font-weight;
656
- @utrecht-heading-1-font-size: @utrecht-typography-scale-4xl-font-size;
657
- @utrecht-heading-1-font-family: @utrecht-typography-sans-serif-font-family;
658
668
  @utrecht-form-toggle-focus-border-color: @utrecht-color-black;
659
669
  @utrecht-form-toggle-checked-accent-color: @utrecht-color-blue-35;
660
670
  @utrecht-form-toggle-thumb-disabled-background-color: @utrecht-color-white;
@@ -730,12 +740,13 @@
730
740
  @utrecht-feedback-danger-color: @utrecht-color-red-40;
731
741
  @utrecht-column-layout-gap: @utrecht-space-column-md;
732
742
  @utrecht-column-layout-column-rule-color: @utrecht-color-grey-80;
743
+ @utrecht-code-block-padding-inline-end: @nl-code-block-padding-inline;
744
+ @utrecht-code-block-padding-inline-start: @nl-code-block-padding-inline;
745
+ @utrecht-code-block-padding-block-end: @nl-code-block-padding-block;
746
+ @utrecht-code-block-padding-block-start: @nl-code-block-padding-block;
733
747
  @utrecht-code-block-margin-block-end: @utrecht-space-block-lg;
734
748
  @utrecht-code-block-margin-block-start: @utrecht-space-block-lg;
735
- @utrecht-code-block-line-height: @utrecht-typography-line-height-md;
736
- @utrecht-code-block-font-size: @utrecht-typography-scale-md-font-size;
737
- @utrecht-code-block-color: @utrecht-color-black;
738
- @utrecht-code-block-background-color: @utrecht-color-grey-95;
749
+ @utrecht-code-block-font-family: @nl-code-block-font-family;
739
750
  @utrecht-checkbox-indeterminate-background-color: @utrecht-color-blue-40;
740
751
  @utrecht-checkbox-checked-background-color: @utrecht-color-blue-40;
741
752
  @utrecht-checkbox-checked-border-color: @utrecht-color-blue-40;
@@ -867,10 +878,7 @@
867
878
  @utrecht-blockquote-content-font-size: @utrecht-typography-scale-lg-font-size;
868
879
  @utrecht-blockquote-content-color: @utrecht-color-red-40;
869
880
  @utrecht-badge-font-style: @utrecht-typography-font-style-normal;
870
- @utrecht-badge-padding-inline: @utrecht-space-inline-sm; // Default inline padding color for badge components
871
- @utrecht-badge-padding-block: @utrecht-space-block-xs; // Default block padding for badge components
872
- @utrecht-badge-color: @utrecht-color-white; // Default text color for badge components
873
- @utrecht-badge-background-color: @utrecht-color-grey-30; // Default background color for badge components
881
+ @utrecht-badge-border-radius: @nl-data-badge-border-radius; // Default corner radius for badge components
874
882
  @utrecht-badge-list-item-margin-inline: @utrecht-space-block-sm;
875
883
  @utrecht-badge-list-item-margin-block: @utrecht-space-block-xs;
876
884
  @utrecht-badge-counter-font-size: @utrecht-typography-scale-md-font-size;
@@ -926,28 +934,64 @@
926
934
  @of-page-footer-fg: @utrecht-page-footer-color;
927
935
  @of-page-footer-bg: @utrecht-page-footer-background-color;
928
936
  @of-layout-background: @utrecht-document-background-color;
937
+ @nl-skip-link-focus-visible-background-color: @utrecht-topnav-link-focus-background-color;
938
+ @nl-skip-link-focus-visible-color: @utrecht-topnav-link-focus-color;
939
+ @nl-skip-link-padding-inline: @utrecht-button-padding-inline-start;
940
+ @nl-skip-link-padding-block: @utrecht-button-padding-block-start;
941
+ @nl-skip-link-color: @utrecht-topnav-link-color;
942
+ @nl-skip-link-background-color: @utrecht-topnav-list-background-color;
943
+ @nl-paragraph-lead-color: @utrecht-document-color;
944
+ @nl-number-badge-border-radius: @nl-number-badge-font-size;
929
945
  @denhaag-process-steps-sub-step-line-color: @denhaag-process-steps-step-line-color;
930
946
  @utrecht-toptask-link-hover-color: @utrecht-button-primary-action-hover-color;
931
947
  @utrecht-toptask-link-hover-background-color: @utrecht-button-primary-action-hover-background-color;
932
948
  @utrecht-toptask-link-color: @utrecht-button-primary-action-color;
933
949
  @utrecht-toptask-link-background-color: @utrecht-button-primary-action-background-color;
934
- @utrecht-skip-link-focus-color: @utrecht-topnav-link-focus-color;
935
- @utrecht-skip-link-focus-background-color: @utrecht-topnav-link-focus-background-color;
936
- @utrecht-skip-link-padding-inline-end: @utrecht-button-padding-inline-end;
937
- @utrecht-skip-link-padding-inline-start: @utrecht-button-padding-inline-start;
938
- @utrecht-skip-link-padding-block-end: @utrecht-button-padding-block-end;
939
- @utrecht-skip-link-padding-block-start: @utrecht-button-padding-block-start;
940
- @utrecht-skip-link-color: @utrecht-topnav-link-color;
941
- @utrecht-skip-link-background-color: @utrecht-topnav-list-background-color;
950
+ @utrecht-skip-link-focus-visible-text-decoration: @nl-skip-link-focus-visible-text-decoration;
951
+ @utrecht-skip-link-text-decoration: @nl-skip-link-text-decoration;
942
952
  @utrecht-radio-button-border-color: @utrecht-form-control-border-color;
943
953
  @utrecht-radio-button-background-color: @utrecht-form-control-background-color;
944
- @utrecht-paragraph-lead-color: @utrecht-document-color;
945
- @utrecht-number-badge-border-radius: @utrecht-number-badge-font-size;
954
+ @utrecht-paragraph-lead-line-height: @nl-paragraph-lead-line-height;
955
+ @utrecht-paragraph-lead-font-weight: @nl-paragraph-lead-font-weight;
956
+ @utrecht-paragraph-lead-font-size: @nl-paragraph-lead-font-size;
957
+ @utrecht-paragraph-line-height: @nl-paragraph-line-height;
958
+ @utrecht-paragraph-font-weight: @nl-paragraph-font-weight;
959
+ @utrecht-paragraph-font-size: @nl-paragraph-font-size;
960
+ @utrecht-paragraph-font-family: @nl-paragraph-font-family;
961
+ @utrecht-number-badge-font-size: @nl-number-badge-font-size;
962
+ @utrecht-number-badge-color: @nl-number-badge-color; // Default text color for badge components
963
+ @utrecht-number-badge-background-color: @nl-number-badge-background-color;
964
+ @utrecht-mark-color: @nl-mark-color;
965
+ @utrecht-mark-background-color: @nl-mark-background-color;
946
966
  @utrecht-listbox-border-width: @utrecht-form-control-border-width;
947
967
  @utrecht-listbox-border-color: @utrecht-form-control-border-color;
948
968
  @utrecht-link-visited-color: @utrecht-link-color;
949
969
  @utrecht-link-hover-color: @utrecht-link-focus-color;
950
970
  @utrecht-link-active-color: @utrecht-link-color;
971
+ @utrecht-heading-6-line-height: @nl-heading-level-6-line-height;
972
+ @utrecht-heading-6-font-weight: @nl-heading-level-6-font-weight;
973
+ @utrecht-heading-6-font-size: @nl-heading-level-6-font-size;
974
+ @utrecht-heading-6-font-family: @nl-heading-level-6-font-family;
975
+ @utrecht-heading-5-line-height: @nl-heading-level-5-line-height;
976
+ @utrecht-heading-5-font-weight: @nl-heading-level-5-font-weight;
977
+ @utrecht-heading-5-font-size: @nl-heading-level-5-font-size;
978
+ @utrecht-heading-5-font-family: @nl-heading-level-5-font-family;
979
+ @utrecht-heading-4-line-height: @nl-heading-level-4-line-height;
980
+ @utrecht-heading-4-font-weight: @nl-heading-level-4-font-weight;
981
+ @utrecht-heading-4-font-size: @nl-heading-level-4-font-size;
982
+ @utrecht-heading-4-font-family: @nl-heading-level-4-font-family;
983
+ @utrecht-heading-3-line-height: @nl-heading-level-3-line-height;
984
+ @utrecht-heading-3-font-weight: @nl-heading-level-3-font-weight;
985
+ @utrecht-heading-3-font-size: @nl-heading-level-3-font-size;
986
+ @utrecht-heading-3-font-family: @nl-heading-level-3-font-family;
987
+ @utrecht-heading-2-line-height: @nl-heading-level-2-line-height;
988
+ @utrecht-heading-2-font-weight: @nl-heading-level-2-font-weight;
989
+ @utrecht-heading-2-font-size: @nl-heading-level-2-font-size;
990
+ @utrecht-heading-2-font-family: @nl-heading-level-2-font-family;
991
+ @utrecht-heading-1-line-height: @nl-heading-level-1-line-height;
992
+ @utrecht-heading-1-font-weight: @nl-heading-level-1-font-weight;
993
+ @utrecht-heading-1-font-size: @nl-heading-level-1-font-size;
994
+ @utrecht-heading-1-font-family: @nl-heading-level-1-font-family;
951
995
  @utrecht-form-field-error-message-color: @utrecht-feedback-invalid-color;
952
996
  @utrecht-form-field-description-warning-color: @utrecht-feedback-warning-color;
953
997
  @utrecht-form-field-description-invalid-color: @utrecht-feedback-invalid-color;
@@ -967,6 +1011,10 @@
967
1011
  @utrecht-feedback-warning-background-color: @utrecht-feedback-warning-color;
968
1012
  @utrecht-feedback-danger-border-color: @utrecht-feedback-danger-color;
969
1013
  @utrecht-feedback-danger-background-color: @utrecht-feedback-danger-color;
1014
+ @utrecht-code-block-line-height: @nl-code-block-line-height;
1015
+ @utrecht-code-block-font-size: @nl-code-block-font-size;
1016
+ @utrecht-code-block-color: @nl-code-block-color;
1017
+ @utrecht-code-block-background-color: @nl-code-block-background-color;
970
1018
  @utrecht-checkbox-color: @utrecht-form-control-color;
971
1019
  @utrecht-checkbox-border-color: @utrecht-form-control-border-color;
972
1020
  @utrecht-checkbox-background-color: @utrecht-form-control-background-color;
@@ -991,9 +1039,22 @@
991
1039
  @utrecht-button-pressed-background-color: @utrecht-button-active-background-color;
992
1040
  @utrecht-breadcrumb-nav-arrows-link-focus-background-color: @utrecht-focus-background-color;
993
1041
  @utrecht-breadcrumb-nav-link-focus-background-color: @utrecht-focus-background-color;
1042
+ @utrecht-badge-padding-inline: @nl-data-badge-padding-inline; // Default inline padding color for badge components
1043
+ @utrecht-badge-padding-block: @nl-data-badge-padding-block; // Default block padding for badge components
1044
+ @utrecht-badge-color: @nl-data-badge-color; // Default text color for badge components
1045
+ @utrecht-badge-background-color: @nl-data-badge-background-color; // Default background color for badge components
994
1046
  @utrecht-badge-counter-border-radius: @utrecht-badge-counter-font-size; // Default corner radius for badge components
995
1047
  @of-layout-bg: @of-layout-background;
1048
+ @utrecht-skip-link-focus-color: @nl-skip-link-focus-visible-color;
1049
+ @utrecht-skip-link-focus-background-color: @nl-skip-link-focus-visible-background-color;
1050
+ @utrecht-skip-link-padding-inline-end: @nl-skip-link-padding-inline;
1051
+ @utrecht-skip-link-padding-inline-start: @nl-skip-link-padding-inline;
1052
+ @utrecht-skip-link-padding-block-end: @nl-skip-link-padding-block;
1053
+ @utrecht-skip-link-padding-block-start: @nl-skip-link-padding-block;
1054
+ @utrecht-skip-link-color: @nl-skip-link-color;
1055
+ @utrecht-skip-link-background-color: @nl-skip-link-background-color;
996
1056
  @utrecht-radio-button-invalid-border-color: @utrecht-form-control-invalid-border-color;
1057
+ @utrecht-number-badge-border-radius: @nl-number-badge-border-radius;
997
1058
  @utrecht-form-field-invalid-border-inline-start-color: @utrecht-form-control-invalid-border-color;
998
1059
  @utrecht-form-field-description-valid-color: @utrecht-feedback-valid-color;
999
1060
  @utrecht-feedback-active-border-color: @utrecht-feedback-safe-border-color;
@@ -284,6 +284,7 @@ export const utrechtCheckboxInvalidBorderColor = "#990000";
284
284
  export const utrechtCheckboxMarginBlockStart = 0;
285
285
  export const utrechtCodeBlockBackgroundColor = "hsl(0 0% 95%)";
286
286
  export const utrechtCodeBlockColor = "hsl(0 0% 0%)";
287
+ export const utrechtCodeBlockFontFamily = "\"Monaco\"";
287
288
  export const utrechtCodeBlockFontSize = "1rem";
288
289
  export const utrechtCodeBlockLineHeight = "1.5";
289
290
  export const utrechtCodeBlockMarginBlockStart = "20px";
@@ -737,7 +738,6 @@ export const utrechtParagraphFontWeight = "400";
737
738
  export const utrechtParagraphLineHeight = "1.5";
738
739
  export const utrechtParagraphMarginBlockStart = "16px";
739
740
  export const utrechtParagraphMarginBlockEnd = "0";
740
- export const utrechtParagraphLeadColor = "hsl(0 0% 95%)";
741
741
  export const utrechtParagraphLeadFontSize = "1.25rem";
742
742
  export const utrechtParagraphLeadFontWeight = "400";
743
743
  export const utrechtParagraphLeadLineHeight = "1.5";
@@ -1010,6 +1010,67 @@ export const denhaagProcessStepsSubStepHeadingColor = "hsl(0 0% 15%)";
1010
1010
  export const denhaagProcessStepsSubStepHeadingFontSize = "0.875rem";
1011
1011
  export const denhaagProcessStepsSubStepHeadingFontWeight = "400";
1012
1012
  export const denhaagProcessStepsSubStepLineColor = "hsl(90 30% 30%)";
1013
+ export const nlCodeBlockBackgroundColor = "hsl(0 0% 95%)";
1014
+ export const nlCodeBlockColor = "hsl(0 0% 0%)";
1015
+ export const nlCodeBlockFontFamily = "\"Monaco\"";
1016
+ export const nlCodeBlockFontSize = "1rem";
1017
+ export const nlCodeBlockLineHeight = "1.5";
1018
+ export const nlCodeBlockPaddingBlock = "20px";
1019
+ export const nlCodeBlockPaddingInline = "20px";
1020
+ export const nlDataBadgeBackgroundColor = "hsl(0 0% 30%)";
1021
+ export const nlDataBadgeBorderRadius = "0";
1022
+ export const nlDataBadgeColor = "hsl(0 0% 100%)";
1023
+ export const nlDataBadgePaddingBlock = "8px";
1024
+ export const nlDataBadgePaddingInline = "12px";
1025
+ export const nlHeadingLevel1FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
1026
+ export const nlHeadingLevel1FontSize = "2rem";
1027
+ export const nlHeadingLevel1FontWeight = "700";
1028
+ export const nlHeadingLevel1LineHeight = "1.25";
1029
+ export const nlHeadingLevel2FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
1030
+ export const nlHeadingLevel2FontSize = "1.25rem";
1031
+ export const nlHeadingLevel2FontWeight = "700";
1032
+ export const nlHeadingLevel2LineHeight = "1.25";
1033
+ export const nlHeadingLevel3FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
1034
+ export const nlHeadingLevel3FontSize = "1.25rem";
1035
+ export const nlHeadingLevel3FontWeight = "400";
1036
+ export const nlHeadingLevel3LineHeight = "1.25";
1037
+ export const nlHeadingLevel4FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
1038
+ export const nlHeadingLevel4FontSize = "1.125rem";
1039
+ export const nlHeadingLevel4FontWeight = "400";
1040
+ export const nlHeadingLevel4LineHeight = "1.5";
1041
+ export const nlHeadingLevel5FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
1042
+ export const nlHeadingLevel5FontSize = "0.875rem";
1043
+ export const nlHeadingLevel5FontWeight = "400";
1044
+ export const nlHeadingLevel5LineHeight = "1.5";
1045
+ export const nlHeadingLevel6FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
1046
+ export const nlHeadingLevel6FontSize = "0.875rem";
1047
+ export const nlHeadingLevel6FontWeight = "400";
1048
+ export const nlHeadingLevel6LineHeight = "1.5";
1049
+ export const nlMarkBackgroundColor = "hsl(48 100% 60%)";
1050
+ export const nlMarkColor = "hsl(0 0% 0%)";
1051
+ export const nlNumberBadgeBackgroundColor = "hsl(0 100% 40%)";
1052
+ export const nlNumberBadgeBorderRadius = "1rem";
1053
+ export const nlNumberBadgeColor = "hsl(0 0% 100%)";
1054
+ export const nlNumberBadgeFontSize = "1rem";
1055
+ export const nlNumberBadgePaddingBlock = "1ex";
1056
+ export const nlNumberBadgePaddingInline = "1ex";
1057
+ export const nlParagraphFontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
1058
+ export const nlParagraphFontSize = "1rem";
1059
+ export const nlParagraphFontWeight = "400";
1060
+ export const nlParagraphLineHeight = "1.5";
1061
+ export const nlParagraphLeadColor = "hsl(0 0% 95%)";
1062
+ export const nlParagraphLeadFontSize = "1.25rem";
1063
+ export const nlParagraphLeadFontWeight = "400";
1064
+ export const nlParagraphLeadLineHeight = "1.5";
1065
+ export const nlParagraphSmallFontSize = "0.875rem";
1066
+ export const nlSkipLinkBackgroundColor = "hsl(0 0% 15%)";
1067
+ export const nlSkipLinkColor = "hsl(0 0% 100%)";
1068
+ export const nlSkipLinkPaddingBlock = "8px";
1069
+ export const nlSkipLinkPaddingInline = "16px";
1070
+ export const nlSkipLinkTextDecoration = "underline";
1071
+ export const nlSkipLinkFocusVisibleColor = "hsl(0 0% 0%)";
1072
+ export const nlSkipLinkFocusVisibleBackgroundColor = "hsl(48 100% 80%)";
1073
+ export const nlSkipLinkFocusVisibleTextDecoration = "none";
1013
1074
  export const ofLayoutBackground = "hsl(0 0% 15%)";
1014
1075
  export const ofLayoutBg = "hsl(0 0% 15%)";
1015
1076
  export const ofPageFooterBg = "hsl(0 100% 40%)";
package/dist/index.cjs CHANGED
@@ -276,6 +276,7 @@ module.exports = {
276
276
  "utrechtCheckboxMarginBlockStart": 0,
277
277
  "utrechtCodeBlockBackgroundColor": "hsl(0 0% 95%)",
278
278
  "utrechtCodeBlockColor": "hsl(0 0% 0%)",
279
+ "utrechtCodeBlockFontFamily": "\"Monaco\"",
279
280
  "utrechtCodeBlockFontSize": "1rem",
280
281
  "utrechtCodeBlockLineHeight": "1.5",
281
282
  "utrechtCodeBlockMarginBlockStart": "20px",
@@ -729,7 +730,6 @@ module.exports = {
729
730
  "utrechtParagraphLineHeight": "1.5",
730
731
  "utrechtParagraphMarginBlockStart": "16px",
731
732
  "utrechtParagraphMarginBlockEnd": "0",
732
- "utrechtParagraphLeadColor": "hsl(0 0% 0%)",
733
733
  "utrechtParagraphLeadFontSize": "1.25rem",
734
734
  "utrechtParagraphLeadFontWeight": "400",
735
735
  "utrechtParagraphLeadLineHeight": "1.5",
@@ -1000,6 +1000,67 @@ module.exports = {
1000
1000
  "denhaagProcessStepsSubStepHeadingFontSize": "0.875rem",
1001
1001
  "denhaagProcessStepsSubStepHeadingFontWeight": "400",
1002
1002
  "denhaagProcessStepsSubStepLineColor": "hsl(90 30% 30%)",
1003
+ "nlCodeBlockBackgroundColor": "hsl(0 0% 95%)",
1004
+ "nlCodeBlockColor": "hsl(0 0% 0%)",
1005
+ "nlCodeBlockFontFamily": "\"Monaco\"",
1006
+ "nlCodeBlockFontSize": "1rem",
1007
+ "nlCodeBlockLineHeight": "1.5",
1008
+ "nlCodeBlockPaddingBlock": "20px",
1009
+ "nlCodeBlockPaddingInline": "20px",
1010
+ "nlDataBadgeBackgroundColor": "hsl(0 0% 30%)",
1011
+ "nlDataBadgeBorderRadius": "0",
1012
+ "nlDataBadgeColor": "hsl(0 0% 100%)",
1013
+ "nlDataBadgePaddingBlock": "8px",
1014
+ "nlDataBadgePaddingInline": "12px",
1015
+ "nlHeadingLevel1FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1016
+ "nlHeadingLevel1FontSize": "2rem",
1017
+ "nlHeadingLevel1FontWeight": "700",
1018
+ "nlHeadingLevel1LineHeight": "1.25",
1019
+ "nlHeadingLevel2FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1020
+ "nlHeadingLevel2FontSize": "1.25rem",
1021
+ "nlHeadingLevel2FontWeight": "700",
1022
+ "nlHeadingLevel2LineHeight": "1.25",
1023
+ "nlHeadingLevel3FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1024
+ "nlHeadingLevel3FontSize": "1.25rem",
1025
+ "nlHeadingLevel3FontWeight": "400",
1026
+ "nlHeadingLevel3LineHeight": "1.25",
1027
+ "nlHeadingLevel4FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1028
+ "nlHeadingLevel4FontSize": "1.125rem",
1029
+ "nlHeadingLevel4FontWeight": "400",
1030
+ "nlHeadingLevel4LineHeight": "1.5",
1031
+ "nlHeadingLevel5FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1032
+ "nlHeadingLevel5FontSize": "0.875rem",
1033
+ "nlHeadingLevel5FontWeight": "400",
1034
+ "nlHeadingLevel5LineHeight": "1.5",
1035
+ "nlHeadingLevel6FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1036
+ "nlHeadingLevel6FontSize": "0.875rem",
1037
+ "nlHeadingLevel6FontWeight": "400",
1038
+ "nlHeadingLevel6LineHeight": "1.5",
1039
+ "nlMarkBackgroundColor": "hsl(48 100% 60%)",
1040
+ "nlMarkColor": "hsl(0 0% 0%)",
1041
+ "nlNumberBadgeBackgroundColor": "hsl(0 100% 40%)",
1042
+ "nlNumberBadgeBorderRadius": "1rem",
1043
+ "nlNumberBadgeColor": "hsl(0 0% 100%)",
1044
+ "nlNumberBadgeFontSize": "1rem",
1045
+ "nlNumberBadgePaddingBlock": "1ex",
1046
+ "nlNumberBadgePaddingInline": "1ex",
1047
+ "nlParagraphFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1048
+ "nlParagraphFontSize": "1rem",
1049
+ "nlParagraphFontWeight": "400",
1050
+ "nlParagraphLineHeight": "1.5",
1051
+ "nlParagraphLeadColor": "hsl(0 0% 0%)",
1052
+ "nlParagraphLeadFontSize": "1.25rem",
1053
+ "nlParagraphLeadFontWeight": "400",
1054
+ "nlParagraphLeadLineHeight": "1.5",
1055
+ "nlParagraphSmallFontSize": "0.875rem",
1056
+ "nlSkipLinkBackgroundColor": "hsl(0 0% 15%)",
1057
+ "nlSkipLinkColor": "hsl(0 0% 100%)",
1058
+ "nlSkipLinkPaddingBlock": "8px",
1059
+ "nlSkipLinkPaddingInline": "16px",
1060
+ "nlSkipLinkTextDecoration": "underline",
1061
+ "nlSkipLinkFocusVisibleColor": "hsl(0 0% 0%)",
1062
+ "nlSkipLinkFocusVisibleBackgroundColor": "hsl(48 100% 80%)",
1063
+ "nlSkipLinkFocusVisibleTextDecoration": "none",
1003
1064
  "ofLayoutBackground": "hsl(0 0% 100%)",
1004
1065
  "ofLayoutBg": "hsl(0 0% 100%)",
1005
1066
  "ofPageFooterBg": "hsl(0 100% 40%)",