@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
@@ -16084,7 +16084,99 @@ module.exports = {
16084
16084
  },
16085
16085
  },
16086
16086
  "nav-bar": {
16087
+ "background-color": {
16088
+ key: "{utrecht.nav-bar.background-color}",
16089
+ $extensions: {
16090
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16091
+ "nl.nldesignsystem.figma-implementation": false,
16092
+ },
16093
+ $type: "color",
16094
+ $value: "transparent",
16095
+ filePath: "src/component/utrecht/nav-bar.tokens.json",
16096
+ isSource: true,
16097
+ original: {
16098
+ $extensions: {
16099
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16100
+ "nl.nldesignsystem.figma-implementation": false,
16101
+ },
16102
+ $type: "color",
16103
+ $value: "transparent",
16104
+ key: "{utrecht.nav-bar.background-color}",
16105
+ },
16106
+ name: "background-color",
16107
+ attributes: {},
16108
+ path: ["utrecht", "nav-bar", "background-color"],
16109
+ },
16110
+ color: {
16111
+ key: "{utrecht.nav-bar.color}",
16112
+ $extensions: {
16113
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16114
+ "nl.nldesignsystem.figma-implementation": false,
16115
+ },
16116
+ $type: "color",
16117
+ $value: "transparent",
16118
+ filePath: "src/component/utrecht/nav-bar.tokens.json",
16119
+ isSource: true,
16120
+ original: {
16121
+ $extensions: {
16122
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16123
+ "nl.nldesignsystem.figma-implementation": false,
16124
+ },
16125
+ $type: "color",
16126
+ $value: "transparent",
16127
+ key: "{utrecht.nav-bar.color}",
16128
+ },
16129
+ name: "color",
16130
+ attributes: {},
16131
+ path: ["utrecht", "nav-bar", "color"],
16132
+ },
16087
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
+ },
16088
16180
  "max-inline-size": {
16089
16181
  key: "{utrecht.nav-bar.content.max-inline-size}",
16090
16182
  $extensions: {
@@ -1240,7 +1240,11 @@ declare const tokens: {
1240
1240
  color: DesignToken;
1241
1241
  };
1242
1242
  "nav-bar": {
1243
+ "background-color": DesignToken;
1244
+ color: DesignToken;
1243
1245
  content: {
1246
+ "background-color": DesignToken;
1247
+ color: DesignToken;
1244
1248
  "max-inline-size": DesignToken;
1245
1249
  };
1246
1250
  link: {
@@ -18877,7 +18877,117 @@
18877
18877
  }
18878
18878
  },
18879
18879
  "nav-bar": {
18880
+ "background-color": {
18881
+ "key": "{utrecht.nav-bar.background-color}",
18882
+ "$extensions": {
18883
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18884
+ "nl.nldesignsystem.figma-implementation": false
18885
+ },
18886
+ "$type": "color",
18887
+ "$value": "transparent",
18888
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
18889
+ "isSource": true,
18890
+ "original": {
18891
+ "$extensions": {
18892
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18893
+ "nl.nldesignsystem.figma-implementation": false
18894
+ },
18895
+ "$type": "color",
18896
+ "$value": "transparent",
18897
+ "key": "{utrecht.nav-bar.background-color}"
18898
+ },
18899
+ "name": "utrechtNavBarBackgroundColor",
18900
+ "attributes": {},
18901
+ "path": [
18902
+ "utrecht",
18903
+ "nav-bar",
18904
+ "background-color"
18905
+ ]
18906
+ },
18907
+ "color": {
18908
+ "key": "{utrecht.nav-bar.color}",
18909
+ "$extensions": {
18910
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18911
+ "nl.nldesignsystem.figma-implementation": false
18912
+ },
18913
+ "$type": "color",
18914
+ "$value": "transparent",
18915
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
18916
+ "isSource": true,
18917
+ "original": {
18918
+ "$extensions": {
18919
+ "nl.nldesignsystem.css-property-syntax": "<color>",
18920
+ "nl.nldesignsystem.figma-implementation": false
18921
+ },
18922
+ "$type": "color",
18923
+ "$value": "transparent",
18924
+ "key": "{utrecht.nav-bar.color}"
18925
+ },
18926
+ "name": "utrechtNavBarColor",
18927
+ "attributes": {},
18928
+ "path": [
18929
+ "utrecht",
18930
+ "nav-bar",
18931
+ "color"
18932
+ ]
18933
+ },
18880
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
+ },
18881
18991
  "max-inline-size": {
18882
18992
  "key": "{utrecht.nav-bar.content.max-inline-size}",
18883
18993
  "$extensions": {
@@ -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",
@@ -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);
@@ -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",
@@ -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,6 +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;
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;
@@ -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";
package/dist/index.cjs CHANGED
@@ -681,6 +681,10 @@ module.exports = {
681
681
  utrechtMapcontrolbuttonPaddingInlineStart: "4px",
682
682
  utrechtMarkBackgroundColor: "hsl(48 100% 60%)",
683
683
  utrechtMarkColor: "hsl(0 0% 0%)",
684
+ utrechtNavBarBackgroundColor: "transparent",
685
+ utrechtNavBarColor: "transparent",
686
+ utrechtNavBarContentBackgroundColor: "hsl(0 0% 100%)",
687
+ utrechtNavBarContentColor: "hsl(0 0% 0%)",
684
688
  utrechtNavBarContentMaxInlineSize: "1184px",
685
689
  utrechtNavBarLinkPaddingBlockEnd: "8px",
686
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,6 +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);
856
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
857
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
854
858
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
855
859
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
856
860
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -1540,6 +1544,8 @@
1540
1544
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
1541
1545
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
1542
1546
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
1547
+ --utrecht-nav-bar-background-color: transparent;
1548
+ --utrecht-nav-bar-color: transparent;
1543
1549
  --utrecht-topnav-link-focus-border-type: dotted;
1544
1550
  --utrecht-topnav-link-focus-text-decoration: none;
1545
1551
  --utrecht-navigation-border-block-end-color: transparent;
@@ -2137,6 +2143,8 @@
2137
2143
  --utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
2138
2144
  --utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
2139
2145
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
2146
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
2147
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
2140
2148
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
2141
2149
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
2142
2150
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
package/dist/index.d.ts CHANGED
@@ -747,6 +747,10 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd: string;
747
747
  export const utrechtMapcontrolbuttonPaddingInlineStart: string;
748
748
  export const utrechtMarkBackgroundColor: string;
749
749
  export const utrechtMarkColor: string;
750
+ export const utrechtNavBarBackgroundColor: string;
751
+ export const utrechtNavBarColor: string;
752
+ export const utrechtNavBarContentBackgroundColor: string;
753
+ export const utrechtNavBarContentColor: string;
750
754
  export const utrechtNavBarContentMaxInlineSize: string;
751
755
  export const utrechtNavBarLinkPaddingBlockEnd: string;
752
756
  export const utrechtNavBarLinkPaddingBlockStart: string;
@@ -801,6 +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": "transparent",
805
+ "utrechtNavBarColor": "transparent",
806
+ "utrechtNavBarContentBackgroundColor": "hsl(0 0% 100%)",
807
+ "utrechtNavBarContentColor": "hsl(0 0% 0%)",
804
808
  "utrechtNavBarContentMaxInlineSize": "1184px",
805
809
  "utrechtNavBarLinkPaddingBlockEnd": "8px",
806
810
  "utrechtNavBarLinkPaddingBlockStart": "8px",
package/dist/index.json CHANGED
@@ -21128,6 +21128,116 @@
21128
21128
  "color"
21129
21129
  ]
21130
21130
  },
21131
+ {
21132
+ "key": "{utrecht.nav-bar.background-color}",
21133
+ "$extensions": {
21134
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21135
+ "nl.nldesignsystem.figma-implementation": false
21136
+ },
21137
+ "$type": "color",
21138
+ "$value": "transparent",
21139
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21140
+ "isSource": true,
21141
+ "original": {
21142
+ "$extensions": {
21143
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21144
+ "nl.nldesignsystem.figma-implementation": false
21145
+ },
21146
+ "$type": "color",
21147
+ "$value": "transparent",
21148
+ "key": "{utrecht.nav-bar.background-color}"
21149
+ },
21150
+ "name": "utrechtNavBarBackgroundColor",
21151
+ "attributes": {},
21152
+ "path": [
21153
+ "utrecht",
21154
+ "nav-bar",
21155
+ "background-color"
21156
+ ]
21157
+ },
21158
+ {
21159
+ "key": "{utrecht.nav-bar.color}",
21160
+ "$extensions": {
21161
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21162
+ "nl.nldesignsystem.figma-implementation": false
21163
+ },
21164
+ "$type": "color",
21165
+ "$value": "transparent",
21166
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21167
+ "isSource": true,
21168
+ "original": {
21169
+ "$extensions": {
21170
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21171
+ "nl.nldesignsystem.figma-implementation": false
21172
+ },
21173
+ "$type": "color",
21174
+ "$value": "transparent",
21175
+ "key": "{utrecht.nav-bar.color}"
21176
+ },
21177
+ "name": "utrechtNavBarColor",
21178
+ "attributes": {},
21179
+ "path": [
21180
+ "utrecht",
21181
+ "nav-bar",
21182
+ "color"
21183
+ ]
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
+ },
21131
21241
  {
21132
21242
  "key": "{utrecht.nav-bar.content.max-inline-size}",
21133
21243
  "$extensions": {
package/dist/index.mjs CHANGED
@@ -731,6 +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 = "transparent";
735
+ export const utrechtNavBarColor = "transparent";
736
+ export const utrechtNavBarContentBackgroundColor = "hsl(0 0% 100%)";
737
+ export const utrechtNavBarContentColor = "hsl(0 0% 0%)";
734
738
  export const utrechtNavBarContentMaxInlineSize = "1184px";
735
739
  export const utrechtNavBarLinkPaddingBlockEnd = "8px";
736
740
  export const utrechtNavBarLinkPaddingBlockStart = "8px";
@@ -1213,7 +1213,11 @@
1213
1213
  "color": "hsl(0 0% 0%)"
1214
1214
  },
1215
1215
  "nav-bar": {
1216
+ "background-color": "transparent",
1217
+ "color": "transparent",
1216
1218
  "content": {
1219
+ "background-color": "hsl(0 0% 100%)",
1220
+ "color": "hsl(0 0% 0%)",
1217
1221
  "max-inline-size": "1184px"
1218
1222
  },
1219
1223
  "link": {
package/dist/list.json CHANGED
@@ -21128,6 +21128,116 @@
21128
21128
  "color"
21129
21129
  ]
21130
21130
  },
21131
+ {
21132
+ "key": "{utrecht.nav-bar.background-color}",
21133
+ "$extensions": {
21134
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21135
+ "nl.nldesignsystem.figma-implementation": false
21136
+ },
21137
+ "$type": "color",
21138
+ "$value": "transparent",
21139
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21140
+ "isSource": true,
21141
+ "original": {
21142
+ "$extensions": {
21143
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21144
+ "nl.nldesignsystem.figma-implementation": false
21145
+ },
21146
+ "$type": "color",
21147
+ "$value": "transparent",
21148
+ "key": "{utrecht.nav-bar.background-color}"
21149
+ },
21150
+ "name": "utrechtNavBarBackgroundColor",
21151
+ "attributes": {},
21152
+ "path": [
21153
+ "utrecht",
21154
+ "nav-bar",
21155
+ "background-color"
21156
+ ]
21157
+ },
21158
+ {
21159
+ "key": "{utrecht.nav-bar.color}",
21160
+ "$extensions": {
21161
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21162
+ "nl.nldesignsystem.figma-implementation": false
21163
+ },
21164
+ "$type": "color",
21165
+ "$value": "transparent",
21166
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21167
+ "isSource": true,
21168
+ "original": {
21169
+ "$extensions": {
21170
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21171
+ "nl.nldesignsystem.figma-implementation": false
21172
+ },
21173
+ "$type": "color",
21174
+ "$value": "transparent",
21175
+ "key": "{utrecht.nav-bar.color}"
21176
+ },
21177
+ "name": "utrechtNavBarColor",
21178
+ "attributes": {},
21179
+ "path": [
21180
+ "utrecht",
21181
+ "nav-bar",
21182
+ "color"
21183
+ ]
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
+ },
21131
21241
  {
21132
21242
  "key": "{utrecht.nav-bar.content.max-inline-size}",
21133
21243
  "$extensions": {