@utrecht/design-tokens 6.1.1 → 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 +6 -0
  2. package/dist/_mixin-theme.scss +4 -2
  3. package/dist/_mixin.scss +4 -2
  4. package/dist/_variables.scss +4 -2
  5. package/dist/dark/_mixin-theme.scss +4 -2
  6. package/dist/dark/_mixin.scss +4 -2
  7. package/dist/dark/_variables.scss +4 -2
  8. package/dist/dark/index.cjs +4 -2
  9. package/dist/dark/index.css +4 -2
  10. package/dist/dark/index.d.ts +2 -0
  11. package/dist/dark/index.flat.json +4 -2
  12. package/dist/dark/index.json +60 -4
  13. package/dist/dark/index.mjs +4 -2
  14. package/dist/dark/index.tokens.json +4 -2
  15. package/dist/dark/list.json +60 -4
  16. package/dist/dark/list.mjs +60 -4
  17. package/dist/dark/property.css +2 -0
  18. package/dist/dark/root.css +4 -2
  19. package/dist/dark/theme-prince-xml.css +4 -2
  20. package/dist/dark/theme.css +4 -2
  21. package/dist/dark/tokens.cjs +50 -4
  22. package/dist/dark/tokens.d.ts +2 -0
  23. package/dist/dark/tokens.json +60 -4
  24. package/dist/dark/variables.cjs +4 -2
  25. package/dist/dark/variables.css +4 -2
  26. package/dist/dark/variables.d.ts +2 -0
  27. package/dist/dark/variables.json +4 -2
  28. package/dist/dark/variables.less +4 -2
  29. package/dist/dark/variables.mjs +4 -2
  30. package/dist/index.cjs +4 -2
  31. package/dist/index.css +8 -4
  32. package/dist/index.d.ts +2 -0
  33. package/dist/index.flat.json +4 -2
  34. package/dist/index.json +60 -4
  35. package/dist/index.mjs +4 -2
  36. package/dist/index.tokens.json +4 -2
  37. package/dist/list.json +60 -4
  38. package/dist/list.mjs +60 -4
  39. package/dist/property.css +2 -0
  40. package/dist/root.css +4 -2
  41. package/dist/theme-prince-xml.css +4 -2
  42. package/dist/theme.css +4 -2
  43. package/dist/tokens.cjs +50 -4
  44. package/dist/tokens.d.ts +2 -0
  45. package/dist/tokens.json +60 -4
  46. package/dist/variables.cjs +4 -2
  47. package/dist/variables.css +4 -2
  48. package/dist/variables.d.ts +2 -0
  49. package/dist/variables.json +4 -2
  50. package/dist/variables.less +4 -2
  51. package/dist/variables.mjs +4 -2
  52. package/package.json +2 -2
  53. package/src/component/utrecht/nav-bar.tokens.json +8 -2
@@ -16091,7 +16091,7 @@ module.exports = {
16091
16091
  "nl.nldesignsystem.figma-implementation": false,
16092
16092
  },
16093
16093
  $type: "color",
16094
- $value: "hsl(0 0% 100%)",
16094
+ $value: "transparent",
16095
16095
  filePath: "src/component/utrecht/nav-bar.tokens.json",
16096
16096
  isSource: true,
16097
16097
  original: {
@@ -16100,7 +16100,7 @@ module.exports = {
16100
16100
  "nl.nldesignsystem.figma-implementation": false,
16101
16101
  },
16102
16102
  $type: "color",
16103
- $value: "{utrecht.color.white}",
16103
+ $value: "transparent",
16104
16104
  key: "{utrecht.nav-bar.background-color}",
16105
16105
  },
16106
16106
  name: "background-color",
@@ -16114,7 +16114,7 @@ module.exports = {
16114
16114
  "nl.nldesignsystem.figma-implementation": false,
16115
16115
  },
16116
16116
  $type: "color",
16117
- $value: "hsl(0 0% 0%)",
16117
+ $value: "transparent",
16118
16118
  filePath: "src/component/utrecht/nav-bar.tokens.json",
16119
16119
  isSource: true,
16120
16120
  original: {
@@ -16123,7 +16123,7 @@ module.exports = {
16123
16123
  "nl.nldesignsystem.figma-implementation": false,
16124
16124
  },
16125
16125
  $type: "color",
16126
- $value: "{utrecht.color.black}",
16126
+ $value: "transparent",
16127
16127
  key: "{utrecht.nav-bar.color}",
16128
16128
  },
16129
16129
  name: "color",
@@ -16131,6 +16131,52 @@ module.exports = {
16131
16131
  path: ["utrecht", "nav-bar", "color"],
16132
16132
  },
16133
16133
  content: {
16134
+ "background-color": {
16135
+ key: "{utrecht.nav-bar.content.background-color}",
16136
+ $extensions: {
16137
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16138
+ "nl.nldesignsystem.figma-implementation": false,
16139
+ },
16140
+ $type: "color",
16141
+ $value: "hsl(0 0% 100%)",
16142
+ filePath: "src/component/utrecht/nav-bar.tokens.json",
16143
+ isSource: true,
16144
+ original: {
16145
+ $extensions: {
16146
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16147
+ "nl.nldesignsystem.figma-implementation": false,
16148
+ },
16149
+ $type: "color",
16150
+ $value: "{utrecht.color.white}",
16151
+ key: "{utrecht.nav-bar.content.background-color}",
16152
+ },
16153
+ name: "background-color",
16154
+ attributes: {},
16155
+ path: ["utrecht", "nav-bar", "content", "background-color"],
16156
+ },
16157
+ color: {
16158
+ key: "{utrecht.nav-bar.content.color}",
16159
+ $extensions: {
16160
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16161
+ "nl.nldesignsystem.figma-implementation": false,
16162
+ },
16163
+ $type: "color",
16164
+ $value: "hsl(0 0% 0%)",
16165
+ filePath: "src/component/utrecht/nav-bar.tokens.json",
16166
+ isSource: true,
16167
+ original: {
16168
+ $extensions: {
16169
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16170
+ "nl.nldesignsystem.figma-implementation": false,
16171
+ },
16172
+ $type: "color",
16173
+ $value: "{utrecht.color.black}",
16174
+ key: "{utrecht.nav-bar.content.color}",
16175
+ },
16176
+ name: "color",
16177
+ attributes: {},
16178
+ path: ["utrecht", "nav-bar", "content", "color"],
16179
+ },
16134
16180
  "max-inline-size": {
16135
16181
  key: "{utrecht.nav-bar.content.max-inline-size}",
16136
16182
  $extensions: {
@@ -1243,6 +1243,8 @@ declare const tokens: {
1243
1243
  "background-color": DesignToken;
1244
1244
  color: DesignToken;
1245
1245
  content: {
1246
+ "background-color": DesignToken;
1247
+ color: DesignToken;
1246
1248
  "max-inline-size": DesignToken;
1247
1249
  };
1248
1250
  link: {
@@ -18884,7 +18884,7 @@
18884
18884
  "nl.nldesignsystem.figma-implementation": false
18885
18885
  },
18886
18886
  "$type": "color",
18887
- "$value": "hsl(0 0% 100%)",
18887
+ "$value": "transparent",
18888
18888
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
18889
18889
  "isSource": true,
18890
18890
  "original": {
@@ -18893,7 +18893,7 @@
18893
18893
  "nl.nldesignsystem.figma-implementation": false
18894
18894
  },
18895
18895
  "$type": "color",
18896
- "$value": "{utrecht.color.white}",
18896
+ "$value": "transparent",
18897
18897
  "key": "{utrecht.nav-bar.background-color}"
18898
18898
  },
18899
18899
  "name": "utrechtNavBarBackgroundColor",
@@ -18911,7 +18911,7 @@
18911
18911
  "nl.nldesignsystem.figma-implementation": false
18912
18912
  },
18913
18913
  "$type": "color",
18914
- "$value": "hsl(0 0% 0%)",
18914
+ "$value": "transparent",
18915
18915
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
18916
18916
  "isSource": true,
18917
18917
  "original": {
@@ -18920,7 +18920,7 @@
18920
18920
  "nl.nldesignsystem.figma-implementation": false
18921
18921
  },
18922
18922
  "$type": "color",
18923
- "$value": "{utrecht.color.black}",
18923
+ "$value": "transparent",
18924
18924
  "key": "{utrecht.nav-bar.color}"
18925
18925
  },
18926
18926
  "name": "utrechtNavBarColor",
@@ -18932,6 +18932,62 @@
18932
18932
  ]
18933
18933
  },
18934
18934
  "content": {
18935
+ "background-color": {
18936
+ "key": "{utrecht.nav-bar.content.background-color}",
18937
+ "$extensions": {
18938
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18939
+ "nl.nldesignsystem.figma-implementation": false
18940
+ },
18941
+ "$type": "color",
18942
+ "$value": "hsl(0 0% 100%)",
18943
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
18944
+ "isSource": true,
18945
+ "original": {
18946
+ "$extensions": {
18947
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18948
+ "nl.nldesignsystem.figma-implementation": false
18949
+ },
18950
+ "$type": "color",
18951
+ "$value": "{utrecht.color.white}",
18952
+ "key": "{utrecht.nav-bar.content.background-color}"
18953
+ },
18954
+ "name": "utrechtNavBarContentBackgroundColor",
18955
+ "attributes": {},
18956
+ "path": [
18957
+ "utrecht",
18958
+ "nav-bar",
18959
+ "content",
18960
+ "background-color"
18961
+ ]
18962
+ },
18963
+ "color": {
18964
+ "key": "{utrecht.nav-bar.content.color}",
18965
+ "$extensions": {
18966
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18967
+ "nl.nldesignsystem.figma-implementation": false
18968
+ },
18969
+ "$type": "color",
18970
+ "$value": "hsl(0 0% 0%)",
18971
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
18972
+ "isSource": true,
18973
+ "original": {
18974
+ "$extensions": {
18975
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18976
+ "nl.nldesignsystem.figma-implementation": false
18977
+ },
18978
+ "$type": "color",
18979
+ "$value": "{utrecht.color.black}",
18980
+ "key": "{utrecht.nav-bar.content.color}"
18981
+ },
18982
+ "name": "utrechtNavBarContentColor",
18983
+ "attributes": {},
18984
+ "path": [
18985
+ "utrecht",
18986
+ "nav-bar",
18987
+ "content",
18988
+ "color"
18989
+ ]
18990
+ },
18935
18991
  "max-inline-size": {
18936
18992
  "key": "{utrecht.nav-bar.content.max-inline-size}",
18937
18993
  "$extensions": {
@@ -690,8 +690,10 @@ 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
+ utrechtNavBarBackgroundColor: "transparent",
694
+ utrechtNavBarColor: "transparent",
695
+ utrechtNavBarContentBackgroundColor: "hsl(0 0% 100%)",
696
+ utrechtNavBarContentColor: "hsl(0 0% 0%)",
695
697
  utrechtNavBarContentMaxInlineSize: "1184px",
696
698
  utrechtNavBarLinkPaddingBlockEnd: "8px",
697
699
  utrechtNavBarLinkPaddingBlockStart: "8px",
@@ -244,6 +244,8 @@
244
244
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
245
245
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
246
246
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
247
+ --utrecht-nav-bar-background-color: transparent;
248
+ --utrecht-nav-bar-color: transparent;
247
249
  --utrecht-navigation-border-block-end-color: transparent;
248
250
  --utrecht-navigation-border-block-end-width: 0;
249
251
  --utrecht-navigation-border-block-start-color: transparent;
@@ -911,8 +913,8 @@
911
913
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
912
914
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
913
915
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
914
- --utrecht-nav-bar-background-color: var(--utrecht-color-white);
915
- --utrecht-nav-bar-color: var(--utrecht-color-black);
916
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
917
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
916
918
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
917
919
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
918
920
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -758,6 +758,8 @@ export const utrechtMarkBackgroundColor: string;
758
758
  export const utrechtMarkColor: string;
759
759
  export const utrechtNavBarBackgroundColor: string;
760
760
  export const utrechtNavBarColor: string;
761
+ export const utrechtNavBarContentBackgroundColor: string;
762
+ export const utrechtNavBarContentColor: string;
761
763
  export const utrechtNavBarContentMaxInlineSize: string;
762
764
  export const utrechtNavBarLinkPaddingBlockEnd: string;
763
765
  export const utrechtNavBarLinkPaddingBlockStart: string;
@@ -810,8 +810,10 @@
810
810
  "utrechtMarkColor": "hsl(0 0% 0%)",
811
811
  "utrechtMenulijstItemColor": "hsl(211 60% 35%)",
812
812
  "utrechtMenulijstItemHoverColor": "hsl(211 60% 40%)",
813
- "utrechtNavBarBackgroundColor": "hsl(0 0% 100%)",
814
- "utrechtNavBarColor": "hsl(0 0% 0%)",
813
+ "utrechtNavBarBackgroundColor": "transparent",
814
+ "utrechtNavBarColor": "transparent",
815
+ "utrechtNavBarContentBackgroundColor": "hsl(0 0% 100%)",
816
+ "utrechtNavBarContentColor": "hsl(0 0% 0%)",
815
817
  "utrechtNavBarContentMaxInlineSize": "1184px",
816
818
  "utrechtNavBarLinkPaddingBlockEnd": "8px",
817
819
  "utrechtNavBarLinkPaddingBlockStart": "8px",
@@ -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;
@@ -820,8 +822,8 @@
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;
823
- @utrecht-nav-bar-background-color: @utrecht-color-white;
824
- @utrecht-nav-bar-color: @utrecht-color-black;
825
+ @utrecht-nav-bar-content-background-color: @utrecht-color-white;
826
+ @utrecht-nav-bar-content-color: @utrecht-color-black;
825
827
  @utrecht-nav-bar-content-max-inline-size: @utrecht-page-max-inline-size;
826
828
  @utrecht-nav-bar-link-padding-block-end: @utrecht-space-block-xs;
827
829
  @utrecht-nav-bar-link-padding-block-start: @utrecht-space-block-xs;
@@ -744,8 +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 = "hsl(0 0% 100%)";
748
- export const utrechtNavBarColor = "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%)";
749
751
  export const utrechtNavBarContentMaxInlineSize = "1184px";
750
752
  export const utrechtNavBarLinkPaddingBlockEnd = "8px";
751
753
  export const utrechtNavBarLinkPaddingBlockStart = "8px";
package/dist/index.cjs CHANGED
@@ -681,8 +681,10 @@ module.exports = {
681
681
  utrechtMapcontrolbuttonPaddingInlineStart: "4px",
682
682
  utrechtMarkBackgroundColor: "hsl(48 100% 60%)",
683
683
  utrechtMarkColor: "hsl(0 0% 0%)",
684
- utrechtNavBarBackgroundColor: "hsl(0 0% 100%)",
685
- utrechtNavBarColor: "hsl(0 0% 0%)",
684
+ utrechtNavBarBackgroundColor: "transparent",
685
+ utrechtNavBarColor: "transparent",
686
+ utrechtNavBarContentBackgroundColor: "hsl(0 0% 100%)",
687
+ utrechtNavBarContentColor: "hsl(0 0% 0%)",
686
688
  utrechtNavBarContentMaxInlineSize: "1184px",
687
689
  utrechtNavBarLinkPaddingBlockEnd: "8px",
688
690
  utrechtNavBarLinkPaddingBlockStart: "8px",
package/dist/index.css CHANGED
@@ -251,6 +251,8 @@
251
251
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
252
252
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
253
253
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
254
+ --utrecht-nav-bar-background-color: transparent;
255
+ --utrecht-nav-bar-color: transparent;
254
256
  --utrecht-topnav-link-focus-border-type: dotted;
255
257
  --utrecht-topnav-link-focus-text-decoration: none;
256
258
  --utrecht-navigation-border-block-end-color: transparent;
@@ -851,8 +853,8 @@
851
853
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
852
854
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
853
855
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
854
- --utrecht-nav-bar-background-color: var(--utrecht-color-white);
855
- --utrecht-nav-bar-color: var(--utrecht-color-black);
856
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
857
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
856
858
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
857
859
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
858
860
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -1542,6 +1544,8 @@
1542
1544
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
1543
1545
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
1544
1546
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
1547
+ --utrecht-nav-bar-background-color: transparent;
1548
+ --utrecht-nav-bar-color: transparent;
1545
1549
  --utrecht-topnav-link-focus-border-type: dotted;
1546
1550
  --utrecht-topnav-link-focus-text-decoration: none;
1547
1551
  --utrecht-navigation-border-block-end-color: transparent;
@@ -2139,8 +2143,8 @@
2139
2143
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
2140
2144
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
2141
2145
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
2142
- --utrecht-nav-bar-background-color: var(--utrecht-color-white);
2143
- --utrecht-nav-bar-color: var(--utrecht-color-black);
2146
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
2147
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
2144
2148
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
2145
2149
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
2146
2150
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
package/dist/index.d.ts CHANGED
@@ -749,6 +749,8 @@ export const utrechtMarkBackgroundColor: string;
749
749
  export const utrechtMarkColor: string;
750
750
  export const utrechtNavBarBackgroundColor: string;
751
751
  export const utrechtNavBarColor: string;
752
+ export const utrechtNavBarContentBackgroundColor: string;
753
+ export const utrechtNavBarContentColor: string;
752
754
  export const utrechtNavBarContentMaxInlineSize: string;
753
755
  export const utrechtNavBarLinkPaddingBlockEnd: string;
754
756
  export const utrechtNavBarLinkPaddingBlockStart: string;
@@ -801,8 +801,10 @@
801
801
  "utrechtMarkColor": "hsl(0 0% 0%)",
802
802
  "utrechtMenulijstItemColor": "hsl(211 60% 35%)",
803
803
  "utrechtMenulijstItemHoverColor": "hsl(211 60% 40%)",
804
- "utrechtNavBarBackgroundColor": "hsl(0 0% 100%)",
805
- "utrechtNavBarColor": "hsl(0 0% 0%)",
804
+ "utrechtNavBarBackgroundColor": "transparent",
805
+ "utrechtNavBarColor": "transparent",
806
+ "utrechtNavBarContentBackgroundColor": "hsl(0 0% 100%)",
807
+ "utrechtNavBarContentColor": "hsl(0 0% 0%)",
806
808
  "utrechtNavBarContentMaxInlineSize": "1184px",
807
809
  "utrechtNavBarLinkPaddingBlockEnd": "8px",
808
810
  "utrechtNavBarLinkPaddingBlockStart": "8px",
package/dist/index.json CHANGED
@@ -21135,7 +21135,7 @@
21135
21135
  "nl.nldesignsystem.figma-implementation": false
21136
21136
  },
21137
21137
  "$type": "color",
21138
- "$value": "hsl(0 0% 100%)",
21138
+ "$value": "transparent",
21139
21139
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21140
21140
  "isSource": true,
21141
21141
  "original": {
@@ -21144,7 +21144,7 @@
21144
21144
  "nl.nldesignsystem.figma-implementation": false
21145
21145
  },
21146
21146
  "$type": "color",
21147
- "$value": "{utrecht.color.white}",
21147
+ "$value": "transparent",
21148
21148
  "key": "{utrecht.nav-bar.background-color}"
21149
21149
  },
21150
21150
  "name": "utrechtNavBarBackgroundColor",
@@ -21162,7 +21162,7 @@
21162
21162
  "nl.nldesignsystem.figma-implementation": false
21163
21163
  },
21164
21164
  "$type": "color",
21165
- "$value": "hsl(0 0% 0%)",
21165
+ "$value": "transparent",
21166
21166
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21167
21167
  "isSource": true,
21168
21168
  "original": {
@@ -21171,7 +21171,7 @@
21171
21171
  "nl.nldesignsystem.figma-implementation": false
21172
21172
  },
21173
21173
  "$type": "color",
21174
- "$value": "{utrecht.color.black}",
21174
+ "$value": "transparent",
21175
21175
  "key": "{utrecht.nav-bar.color}"
21176
21176
  },
21177
21177
  "name": "utrechtNavBarColor",
@@ -21182,6 +21182,62 @@
21182
21182
  "color"
21183
21183
  ]
21184
21184
  },
21185
+ {
21186
+ "key": "{utrecht.nav-bar.content.background-color}",
21187
+ "$extensions": {
21188
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21189
+ "nl.nldesignsystem.figma-implementation": false
21190
+ },
21191
+ "$type": "color",
21192
+ "$value": "hsl(0 0% 100%)",
21193
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21194
+ "isSource": true,
21195
+ "original": {
21196
+ "$extensions": {
21197
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21198
+ "nl.nldesignsystem.figma-implementation": false
21199
+ },
21200
+ "$type": "color",
21201
+ "$value": "{utrecht.color.white}",
21202
+ "key": "{utrecht.nav-bar.content.background-color}"
21203
+ },
21204
+ "name": "utrechtNavBarContentBackgroundColor",
21205
+ "attributes": {},
21206
+ "path": [
21207
+ "utrecht",
21208
+ "nav-bar",
21209
+ "content",
21210
+ "background-color"
21211
+ ]
21212
+ },
21213
+ {
21214
+ "key": "{utrecht.nav-bar.content.color}",
21215
+ "$extensions": {
21216
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21217
+ "nl.nldesignsystem.figma-implementation": false
21218
+ },
21219
+ "$type": "color",
21220
+ "$value": "hsl(0 0% 0%)",
21221
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21222
+ "isSource": true,
21223
+ "original": {
21224
+ "$extensions": {
21225
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21226
+ "nl.nldesignsystem.figma-implementation": false
21227
+ },
21228
+ "$type": "color",
21229
+ "$value": "{utrecht.color.black}",
21230
+ "key": "{utrecht.nav-bar.content.color}"
21231
+ },
21232
+ "name": "utrechtNavBarContentColor",
21233
+ "attributes": {},
21234
+ "path": [
21235
+ "utrecht",
21236
+ "nav-bar",
21237
+ "content",
21238
+ "color"
21239
+ ]
21240
+ },
21185
21241
  {
21186
21242
  "key": "{utrecht.nav-bar.content.max-inline-size}",
21187
21243
  "$extensions": {
package/dist/index.mjs CHANGED
@@ -731,8 +731,10 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd = "4px";
731
731
  export const utrechtMapcontrolbuttonPaddingInlineStart = "4px";
732
732
  export const utrechtMarkBackgroundColor = "hsl(48 100% 60%)";
733
733
  export const utrechtMarkColor = "hsl(0 0% 0%)";
734
- export const utrechtNavBarBackgroundColor = "hsl(0 0% 100%)";
735
- export const utrechtNavBarColor = "hsl(0 0% 0%)";
734
+ export const utrechtNavBarBackgroundColor = "transparent";
735
+ export const utrechtNavBarColor = "transparent";
736
+ export const utrechtNavBarContentBackgroundColor = "hsl(0 0% 100%)";
737
+ export const utrechtNavBarContentColor = "hsl(0 0% 0%)";
736
738
  export const utrechtNavBarContentMaxInlineSize = "1184px";
737
739
  export const utrechtNavBarLinkPaddingBlockEnd = "8px";
738
740
  export const utrechtNavBarLinkPaddingBlockStart = "8px";
@@ -1213,9 +1213,11 @@
1213
1213
  "color": "hsl(0 0% 0%)"
1214
1214
  },
1215
1215
  "nav-bar": {
1216
- "background-color": "hsl(0 0% 100%)",
1217
- "color": "hsl(0 0% 0%)",
1216
+ "background-color": "transparent",
1217
+ "color": "transparent",
1218
1218
  "content": {
1219
+ "background-color": "hsl(0 0% 100%)",
1220
+ "color": "hsl(0 0% 0%)",
1219
1221
  "max-inline-size": "1184px"
1220
1222
  },
1221
1223
  "link": {
package/dist/list.json CHANGED
@@ -21135,7 +21135,7 @@
21135
21135
  "nl.nldesignsystem.figma-implementation": false
21136
21136
  },
21137
21137
  "$type": "color",
21138
- "$value": "hsl(0 0% 100%)",
21138
+ "$value": "transparent",
21139
21139
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21140
21140
  "isSource": true,
21141
21141
  "original": {
@@ -21144,7 +21144,7 @@
21144
21144
  "nl.nldesignsystem.figma-implementation": false
21145
21145
  },
21146
21146
  "$type": "color",
21147
- "$value": "{utrecht.color.white}",
21147
+ "$value": "transparent",
21148
21148
  "key": "{utrecht.nav-bar.background-color}"
21149
21149
  },
21150
21150
  "name": "utrechtNavBarBackgroundColor",
@@ -21162,7 +21162,7 @@
21162
21162
  "nl.nldesignsystem.figma-implementation": false
21163
21163
  },
21164
21164
  "$type": "color",
21165
- "$value": "hsl(0 0% 0%)",
21165
+ "$value": "transparent",
21166
21166
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21167
21167
  "isSource": true,
21168
21168
  "original": {
@@ -21171,7 +21171,7 @@
21171
21171
  "nl.nldesignsystem.figma-implementation": false
21172
21172
  },
21173
21173
  "$type": "color",
21174
- "$value": "{utrecht.color.black}",
21174
+ "$value": "transparent",
21175
21175
  "key": "{utrecht.nav-bar.color}"
21176
21176
  },
21177
21177
  "name": "utrechtNavBarColor",
@@ -21182,6 +21182,62 @@
21182
21182
  "color"
21183
21183
  ]
21184
21184
  },
21185
+ {
21186
+ "key": "{utrecht.nav-bar.content.background-color}",
21187
+ "$extensions": {
21188
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21189
+ "nl.nldesignsystem.figma-implementation": false
21190
+ },
21191
+ "$type": "color",
21192
+ "$value": "hsl(0 0% 100%)",
21193
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21194
+ "isSource": true,
21195
+ "original": {
21196
+ "$extensions": {
21197
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21198
+ "nl.nldesignsystem.figma-implementation": false
21199
+ },
21200
+ "$type": "color",
21201
+ "$value": "{utrecht.color.white}",
21202
+ "key": "{utrecht.nav-bar.content.background-color}"
21203
+ },
21204
+ "name": "utrechtNavBarContentBackgroundColor",
21205
+ "attributes": {},
21206
+ "path": [
21207
+ "utrecht",
21208
+ "nav-bar",
21209
+ "content",
21210
+ "background-color"
21211
+ ]
21212
+ },
21213
+ {
21214
+ "key": "{utrecht.nav-bar.content.color}",
21215
+ "$extensions": {
21216
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21217
+ "nl.nldesignsystem.figma-implementation": false
21218
+ },
21219
+ "$type": "color",
21220
+ "$value": "hsl(0 0% 0%)",
21221
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21222
+ "isSource": true,
21223
+ "original": {
21224
+ "$extensions": {
21225
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21226
+ "nl.nldesignsystem.figma-implementation": false
21227
+ },
21228
+ "$type": "color",
21229
+ "$value": "{utrecht.color.black}",
21230
+ "key": "{utrecht.nav-bar.content.color}"
21231
+ },
21232
+ "name": "utrechtNavBarContentColor",
21233
+ "attributes": {},
21234
+ "path": [
21235
+ "utrecht",
21236
+ "nav-bar",
21237
+ "content",
21238
+ "color"
21239
+ ]
21240
+ },
21185
21241
  {
21186
21242
  "key": "{utrecht.nav-bar.content.max-inline-size}",
21187
21243
  "$extensions": {