@utrecht/design-tokens 6.1.0 → 6.2.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 (53) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/_mixin-theme.scss +4 -0
  3. package/dist/_mixin.scss +4 -0
  4. package/dist/_variables.scss +4 -0
  5. package/dist/dark/_mixin-theme.scss +4 -0
  6. package/dist/dark/_mixin.scss +4 -0
  7. package/dist/dark/_variables.scss +4 -0
  8. package/dist/dark/index.cjs +4 -0
  9. package/dist/dark/index.css +4 -0
  10. package/dist/dark/index.d.ts +4 -0
  11. package/dist/dark/index.flat.json +4 -0
  12. package/dist/dark/index.json +110 -0
  13. package/dist/dark/index.mjs +4 -0
  14. package/dist/dark/index.tokens.json +4 -0
  15. package/dist/dark/list.json +110 -0
  16. package/dist/dark/list.mjs +110 -0
  17. package/dist/dark/property.css +4 -0
  18. package/dist/dark/root.css +4 -0
  19. package/dist/dark/theme-prince-xml.css +4 -0
  20. package/dist/dark/theme.css +4 -0
  21. package/dist/dark/tokens.cjs +92 -0
  22. package/dist/dark/tokens.d.ts +4 -0
  23. package/dist/dark/tokens.json +110 -0
  24. package/dist/dark/variables.cjs +4 -0
  25. package/dist/dark/variables.css +4 -0
  26. package/dist/dark/variables.d.ts +4 -0
  27. package/dist/dark/variables.json +4 -0
  28. package/dist/dark/variables.less +4 -0
  29. package/dist/dark/variables.mjs +4 -0
  30. package/dist/index.cjs +4 -0
  31. package/dist/index.css +8 -0
  32. package/dist/index.d.ts +4 -0
  33. package/dist/index.flat.json +4 -0
  34. package/dist/index.json +110 -0
  35. package/dist/index.mjs +4 -0
  36. package/dist/index.tokens.json +4 -0
  37. package/dist/list.json +110 -0
  38. package/dist/list.mjs +110 -0
  39. package/dist/property.css +4 -0
  40. package/dist/root.css +4 -0
  41. package/dist/theme-prince-xml.css +4 -0
  42. package/dist/theme.css +4 -0
  43. package/dist/tokens.cjs +92 -0
  44. package/dist/tokens.d.ts +4 -0
  45. package/dist/tokens.json +110 -0
  46. package/dist/variables.cjs +4 -0
  47. package/dist/variables.css +4 -0
  48. package/dist/variables.d.ts +4 -0
  49. package/dist/variables.json +4 -0
  50. package/dist/variables.less +4 -0
  51. package/dist/variables.mjs +4 -0
  52. package/package.json +2 -2
  53. package/src/component/utrecht/nav-bar.tokens.json +12 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @utrecht/design-tokens
2
2
 
3
+ ## 6.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4140e7c: Specify Nav Bar background color.
8
+
9
+ ## 6.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 57dee78: Specify background color for Navigation Bar to support sticky positioning.
14
+
3
15
  ## 6.1.0
4
16
 
5
17
  ### Minor Changes
@@ -223,6 +223,8 @@
223
223
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
224
224
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
225
225
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
226
+ --utrecht-nav-bar-background-color: transparent;
227
+ --utrecht-nav-bar-color: transparent;
226
228
  --utrecht-topnav-link-focus-border-type: dotted;
227
229
  --utrecht-topnav-link-focus-text-decoration: none;
228
230
  --utrecht-navigation-border-block-end-color: transparent;
@@ -823,6 +825,8 @@
823
825
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
824
826
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
825
827
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
828
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
829
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
826
830
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
827
831
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
828
832
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
package/dist/_mixin.scss CHANGED
@@ -223,6 +223,8 @@
223
223
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
224
224
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
225
225
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
226
+ --utrecht-nav-bar-background-color: transparent;
227
+ --utrecht-nav-bar-color: transparent;
226
228
  --utrecht-topnav-link-focus-border-type: dotted;
227
229
  --utrecht-topnav-link-focus-text-decoration: none;
228
230
  --utrecht-navigation-border-block-end-color: transparent;
@@ -823,6 +825,8 @@
823
825
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
824
826
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
825
827
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
828
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
829
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
826
830
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
827
831
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
828
832
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -221,6 +221,8 @@ $utrecht-mapcontrolbutton-border-radius: 2px;
221
221
  $utrecht-mapcontrolbutton-focus-text-decoration: none;
222
222
  $utrecht-mapcontrolbutton-margin-inline-end: 0;
223
223
  $utrecht-mapcontrolbutton-margin-inline-start: 0;
224
+ $utrecht-nav-bar-background-color: transparent;
225
+ $utrecht-nav-bar-color: transparent;
224
226
  $utrecht-topnav-link-focus-border-type: dotted;
225
227
  $utrecht-topnav-link-focus-text-decoration: none;
226
228
  $utrecht-navigation-border-block-end-color: transparent;
@@ -821,6 +823,8 @@ $utrecht-mapcontrolbutton-padding-block-end: $utrecht-space-block-2xs;
821
823
  $utrecht-mapcontrolbutton-padding-block-start: $utrecht-space-block-2xs;
822
824
  $utrecht-mapcontrolbutton-padding-inline-end: $utrecht-space-inline-2xs;
823
825
  $utrecht-mapcontrolbutton-padding-inline-start: $utrecht-space-inline-2xs;
826
+ $utrecht-nav-bar-content-background-color: $utrecht-color-white;
827
+ $utrecht-nav-bar-content-color: $utrecht-color-black;
824
828
  $utrecht-nav-bar-content-max-inline-size: $utrecht-page-max-inline-size;
825
829
  $utrecht-nav-bar-link-padding-block-end: $utrecht-space-block-xs;
826
830
  $utrecht-nav-bar-link-padding-block-start: $utrecht-space-block-xs;
@@ -225,6 +225,8 @@
225
225
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
226
226
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
227
227
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
228
+ --utrecht-nav-bar-background-color: transparent;
229
+ --utrecht-nav-bar-color: transparent;
228
230
  --utrecht-topnav-link-focus-border-type: dotted;
229
231
  --utrecht-topnav-link-focus-text-decoration: none;
230
232
  --utrecht-navigation-border-block-end-color: transparent;
@@ -822,6 +824,8 @@
822
824
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
823
825
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
824
826
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
827
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
828
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
825
829
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
826
830
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
827
831
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -225,6 +225,8 @@
225
225
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
226
226
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
227
227
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
228
+ --utrecht-nav-bar-background-color: transparent;
229
+ --utrecht-nav-bar-color: transparent;
228
230
  --utrecht-topnav-link-focus-border-type: dotted;
229
231
  --utrecht-topnav-link-focus-text-decoration: none;
230
232
  --utrecht-navigation-border-block-end-color: transparent;
@@ -822,6 +824,8 @@
822
824
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
823
825
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
824
826
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
827
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
828
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
825
829
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
826
830
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
827
831
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -223,6 +223,8 @@ $utrecht-mapcontrolbutton-border-radius: 2px;
223
223
  $utrecht-mapcontrolbutton-focus-text-decoration: none;
224
224
  $utrecht-mapcontrolbutton-margin-inline-end: 0;
225
225
  $utrecht-mapcontrolbutton-margin-inline-start: 0;
226
+ $utrecht-nav-bar-background-color: transparent;
227
+ $utrecht-nav-bar-color: transparent;
226
228
  $utrecht-topnav-link-focus-border-type: dotted;
227
229
  $utrecht-topnav-link-focus-text-decoration: none;
228
230
  $utrecht-navigation-border-block-end-color: transparent;
@@ -820,6 +822,8 @@ $utrecht-mapcontrolbutton-padding-block-end: $utrecht-space-block-2xs;
820
822
  $utrecht-mapcontrolbutton-padding-block-start: $utrecht-space-block-2xs;
821
823
  $utrecht-mapcontrolbutton-padding-inline-end: $utrecht-space-inline-2xs;
822
824
  $utrecht-mapcontrolbutton-padding-inline-start: $utrecht-space-inline-2xs;
825
+ $utrecht-nav-bar-content-background-color: $utrecht-color-white;
826
+ $utrecht-nav-bar-content-color: $utrecht-color-black;
823
827
  $utrecht-nav-bar-content-max-inline-size: $utrecht-page-max-inline-size;
824
828
  $utrecht-nav-bar-link-padding-block-end: $utrecht-space-block-xs;
825
829
  $utrecht-nav-bar-link-padding-block-start: $utrecht-space-block-xs;
@@ -690,6 +690,10 @@ module.exports = {
690
690
  utrechtMapcontrolbuttonPaddingInlineStart: "4px",
691
691
  utrechtMarkBackgroundColor: "hsl(48 100% 60%)",
692
692
  utrechtMarkColor: "hsl(0 0% 0%)",
693
+ utrechtNavBarBackgroundColor: "transparent",
694
+ utrechtNavBarColor: "transparent",
695
+ utrechtNavBarContentBackgroundColor: "hsl(0 0% 100%)",
696
+ utrechtNavBarContentColor: "hsl(0 0% 0%)",
693
697
  utrechtNavBarContentMaxInlineSize: "1184px",
694
698
  utrechtNavBarLinkPaddingBlockEnd: "8px",
695
699
  utrechtNavBarLinkPaddingBlockStart: "8px",
@@ -231,6 +231,8 @@
231
231
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
232
232
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
233
233
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
234
+ --utrecht-nav-bar-background-color: transparent;
235
+ --utrecht-nav-bar-color: transparent;
234
236
  --utrecht-topnav-link-focus-border-type: dotted;
235
237
  --utrecht-topnav-link-focus-text-decoration: none;
236
238
  --utrecht-navigation-border-block-end-color: transparent;
@@ -828,6 +830,8 @@
828
830
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
829
831
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
830
832
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
833
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
834
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
831
835
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
832
836
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
833
837
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -756,6 +756,10 @@ 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;
761
+ export const utrechtNavBarContentBackgroundColor: string;
762
+ export const utrechtNavBarContentColor: string;
759
763
  export const utrechtNavBarContentMaxInlineSize: string;
760
764
  export const utrechtNavBarLinkPaddingBlockEnd: string;
761
765
  export const utrechtNavBarLinkPaddingBlockStart: string;
@@ -810,6 +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": "transparent",
814
+ "utrechtNavBarColor": "transparent",
815
+ "utrechtNavBarContentBackgroundColor": "hsl(0 0% 100%)",
816
+ "utrechtNavBarContentColor": "hsl(0 0% 0%)",
813
817
  "utrechtNavBarContentMaxInlineSize": "1184px",
814
818
  "utrechtNavBarLinkPaddingBlockEnd": "8px",
815
819
  "utrechtNavBarLinkPaddingBlockStart": "8px",
@@ -20465,6 +20465,116 @@
20465
20465
  "color"
20466
20466
  ]
20467
20467
  },
20468
+ {
20469
+ "key": "{utrecht.nav-bar.background-color}",
20470
+ "$extensions": {
20471
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20472
+ "nl.nldesignsystem.figma-implementation": false
20473
+ },
20474
+ "$type": "color",
20475
+ "$value": "transparent",
20476
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20477
+ "isSource": true,
20478
+ "original": {
20479
+ "$extensions": {
20480
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20481
+ "nl.nldesignsystem.figma-implementation": false
20482
+ },
20483
+ "$type": "color",
20484
+ "$value": "transparent",
20485
+ "key": "{utrecht.nav-bar.background-color}"
20486
+ },
20487
+ "name": "utrechtNavBarBackgroundColor",
20488
+ "attributes": {},
20489
+ "path": [
20490
+ "utrecht",
20491
+ "nav-bar",
20492
+ "background-color"
20493
+ ]
20494
+ },
20495
+ {
20496
+ "key": "{utrecht.nav-bar.color}",
20497
+ "$extensions": {
20498
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20499
+ "nl.nldesignsystem.figma-implementation": false
20500
+ },
20501
+ "$type": "color",
20502
+ "$value": "transparent",
20503
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20504
+ "isSource": true,
20505
+ "original": {
20506
+ "$extensions": {
20507
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20508
+ "nl.nldesignsystem.figma-implementation": false
20509
+ },
20510
+ "$type": "color",
20511
+ "$value": "transparent",
20512
+ "key": "{utrecht.nav-bar.color}"
20513
+ },
20514
+ "name": "utrechtNavBarColor",
20515
+ "attributes": {},
20516
+ "path": [
20517
+ "utrecht",
20518
+ "nav-bar",
20519
+ "color"
20520
+ ]
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
+ },
20468
20578
  {
20469
20579
  "key": "{utrecht.nav-bar.content.max-inline-size}",
20470
20580
  "$extensions": {
@@ -744,6 +744,10 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd = "4px";
744
744
  export const utrechtMapcontrolbuttonPaddingInlineStart = "4px";
745
745
  export const utrechtMarkBackgroundColor = "hsl(48 100% 60%)";
746
746
  export const utrechtMarkColor = "hsl(0 0% 0%)";
747
+ export const utrechtNavBarBackgroundColor = "transparent";
748
+ export const utrechtNavBarColor = "transparent";
749
+ export const utrechtNavBarContentBackgroundColor = "hsl(0 0% 100%)";
750
+ export const utrechtNavBarContentColor = "hsl(0 0% 0%)";
747
751
  export const utrechtNavBarContentMaxInlineSize = "1184px";
748
752
  export const utrechtNavBarLinkPaddingBlockEnd = "8px";
749
753
  export const utrechtNavBarLinkPaddingBlockStart = "8px";
@@ -1224,7 +1224,11 @@
1224
1224
  "color": "hsl(0 0% 0%)"
1225
1225
  },
1226
1226
  "nav-bar": {
1227
+ "background-color": "transparent",
1228
+ "color": "transparent",
1227
1229
  "content": {
1230
+ "background-color": "hsl(0 0% 100%)",
1231
+ "color": "hsl(0 0% 0%)",
1228
1232
  "max-inline-size": "1184px"
1229
1233
  },
1230
1234
  "link": {
@@ -20465,6 +20465,116 @@
20465
20465
  "color"
20466
20466
  ]
20467
20467
  },
20468
+ {
20469
+ "key": "{utrecht.nav-bar.background-color}",
20470
+ "$extensions": {
20471
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20472
+ "nl.nldesignsystem.figma-implementation": false
20473
+ },
20474
+ "$type": "color",
20475
+ "$value": "transparent",
20476
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20477
+ "isSource": true,
20478
+ "original": {
20479
+ "$extensions": {
20480
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20481
+ "nl.nldesignsystem.figma-implementation": false
20482
+ },
20483
+ "$type": "color",
20484
+ "$value": "transparent",
20485
+ "key": "{utrecht.nav-bar.background-color}"
20486
+ },
20487
+ "name": "utrechtNavBarBackgroundColor",
20488
+ "attributes": {},
20489
+ "path": [
20490
+ "utrecht",
20491
+ "nav-bar",
20492
+ "background-color"
20493
+ ]
20494
+ },
20495
+ {
20496
+ "key": "{utrecht.nav-bar.color}",
20497
+ "$extensions": {
20498
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20499
+ "nl.nldesignsystem.figma-implementation": false
20500
+ },
20501
+ "$type": "color",
20502
+ "$value": "transparent",
20503
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20504
+ "isSource": true,
20505
+ "original": {
20506
+ "$extensions": {
20507
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20508
+ "nl.nldesignsystem.figma-implementation": false
20509
+ },
20510
+ "$type": "color",
20511
+ "$value": "transparent",
20512
+ "key": "{utrecht.nav-bar.color}"
20513
+ },
20514
+ "name": "utrechtNavBarColor",
20515
+ "attributes": {},
20516
+ "path": [
20517
+ "utrecht",
20518
+ "nav-bar",
20519
+ "color"
20520
+ ]
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
+ },
20468
20578
  {
20469
20579
  "key": "{utrecht.nav-bar.content.max-inline-size}",
20470
20580
  "$extensions": {
@@ -20465,6 +20465,116 @@ export default [
20465
20465
  "color"
20466
20466
  ]
20467
20467
  },
20468
+ {
20469
+ "key": "{utrecht.nav-bar.background-color}",
20470
+ "$extensions": {
20471
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20472
+ "nl.nldesignsystem.figma-implementation": false
20473
+ },
20474
+ "$type": "color",
20475
+ "$value": "transparent",
20476
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20477
+ "isSource": true,
20478
+ "original": {
20479
+ "$extensions": {
20480
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20481
+ "nl.nldesignsystem.figma-implementation": false
20482
+ },
20483
+ "$type": "color",
20484
+ "$value": "transparent",
20485
+ "key": "{utrecht.nav-bar.background-color}"
20486
+ },
20487
+ "name": "utrechtNavBarBackgroundColor",
20488
+ "attributes": {},
20489
+ "path": [
20490
+ "utrecht",
20491
+ "nav-bar",
20492
+ "background-color"
20493
+ ]
20494
+ },
20495
+ {
20496
+ "key": "{utrecht.nav-bar.color}",
20497
+ "$extensions": {
20498
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20499
+ "nl.nldesignsystem.figma-implementation": false
20500
+ },
20501
+ "$type": "color",
20502
+ "$value": "transparent",
20503
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
20504
+ "isSource": true,
20505
+ "original": {
20506
+ "$extensions": {
20507
+ "nl.nldesignsystem.css-property-syntax": "<color>",
20508
+ "nl.nldesignsystem.figma-implementation": false
20509
+ },
20510
+ "$type": "color",
20511
+ "$value": "transparent",
20512
+ "key": "{utrecht.nav-bar.color}"
20513
+ },
20514
+ "name": "utrechtNavBarColor",
20515
+ "attributes": {},
20516
+ "path": [
20517
+ "utrecht",
20518
+ "nav-bar",
20519
+ "color"
20520
+ ]
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
+ },
20468
20578
  {
20469
20579
  "key": "{utrecht.nav-bar.content.max-inline-size}",
20470
20580
  "$extensions": {
@@ -488,6 +488,10 @@
488
488
  @property --utrecht-mapcontrolbutton-min-inline-size { syntax: '<length>'; inherits: true; }
489
489
  @property --utrecht-mark-background-color { syntax: '<color>'; inherits: true; }
490
490
  @property --utrecht-mark-color { syntax: '<color>'; inherits: true; }
491
+ @property --utrecht-nav-bar-background-color { syntax: '<color>'; inherits: true; }
492
+ @property --utrecht-nav-bar-color { syntax: '<color>'; inherits: true; }
493
+ @property --utrecht-nav-bar-content-background-color { syntax: '<color>'; inherits: true; }
494
+ @property --utrecht-nav-bar-content-color { syntax: '<color>'; inherits: true; }
491
495
  @property --utrecht-nav-bar-content-max-inline-size { syntax: '<length>'; inherits: true; }
492
496
  @property --utrecht-nav-bar-link-padding-block-end { syntax: '<length>'; inherits: true; }
493
497
  @property --utrecht-nav-bar-link-padding-block-start { syntax: '<length>'; inherits: true; }
@@ -244,6 +244,8 @@
244
244
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
245
245
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
246
246
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
247
+ --utrecht-nav-bar-background-color: transparent;
248
+ --utrecht-nav-bar-color: transparent;
247
249
  --utrecht-navigation-border-block-end-color: transparent;
248
250
  --utrecht-navigation-border-block-end-width: 0;
249
251
  --utrecht-navigation-border-block-start-color: transparent;
@@ -911,6 +913,8 @@
911
913
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
912
914
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
913
915
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
916
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
917
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
914
918
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
915
919
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
916
920
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -225,6 +225,8 @@
225
225
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
226
226
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
227
227
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
228
+ --utrecht-nav-bar-background-color: transparent;
229
+ --utrecht-nav-bar-color: transparent;
228
230
  --utrecht-topnav-link-focus-border-type: dotted;
229
231
  --utrecht-topnav-link-focus-text-decoration: none;
230
232
  --utrecht-navigation-border-block-end-color: transparent;
@@ -822,6 +824,8 @@
822
824
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
823
825
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
824
826
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
827
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
828
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
825
829
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
826
830
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
827
831
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -244,6 +244,8 @@
244
244
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
245
245
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
246
246
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
247
+ --utrecht-nav-bar-background-color: transparent;
248
+ --utrecht-nav-bar-color: transparent;
247
249
  --utrecht-navigation-border-block-end-color: transparent;
248
250
  --utrecht-navigation-border-block-end-width: 0;
249
251
  --utrecht-navigation-border-block-start-color: transparent;
@@ -911,6 +913,8 @@
911
913
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
912
914
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
913
915
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
916
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
917
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
914
918
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
915
919
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
916
920
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);