@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.
- package/CHANGELOG.md +12 -0
- package/dist/_mixin-theme.scss +4 -0
- package/dist/_mixin.scss +4 -0
- package/dist/_variables.scss +4 -0
- package/dist/dark/_mixin-theme.scss +4 -0
- package/dist/dark/_mixin.scss +4 -0
- package/dist/dark/_variables.scss +4 -0
- package/dist/dark/index.cjs +4 -0
- package/dist/dark/index.css +4 -0
- package/dist/dark/index.d.ts +4 -0
- package/dist/dark/index.flat.json +4 -0
- package/dist/dark/index.json +110 -0
- package/dist/dark/index.mjs +4 -0
- package/dist/dark/index.tokens.json +4 -0
- package/dist/dark/list.json +110 -0
- package/dist/dark/list.mjs +110 -0
- package/dist/dark/property.css +4 -0
- package/dist/dark/root.css +4 -0
- package/dist/dark/theme-prince-xml.css +4 -0
- package/dist/dark/theme.css +4 -0
- package/dist/dark/tokens.cjs +92 -0
- package/dist/dark/tokens.d.ts +4 -0
- package/dist/dark/tokens.json +110 -0
- package/dist/dark/variables.cjs +4 -0
- package/dist/dark/variables.css +4 -0
- package/dist/dark/variables.d.ts +4 -0
- package/dist/dark/variables.json +4 -0
- package/dist/dark/variables.less +4 -0
- package/dist/dark/variables.mjs +4 -0
- package/dist/index.cjs +4 -0
- package/dist/index.css +8 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.flat.json +4 -0
- package/dist/index.json +110 -0
- package/dist/index.mjs +4 -0
- package/dist/index.tokens.json +4 -0
- package/dist/list.json +110 -0
- package/dist/list.mjs +110 -0
- package/dist/property.css +4 -0
- package/dist/root.css +4 -0
- package/dist/theme-prince-xml.css +4 -0
- package/dist/theme.css +4 -0
- package/dist/tokens.cjs +92 -0
- package/dist/tokens.d.ts +4 -0
- package/dist/tokens.json +110 -0
- package/dist/variables.cjs +4 -0
- package/dist/variables.css +4 -0
- package/dist/variables.d.ts +4 -0
- package/dist/variables.json +4 -0
- package/dist/variables.less +4 -0
- package/dist/variables.mjs +4 -0
- package/package.json +2 -2
- package/src/component/utrecht/nav-bar.tokens.json +12 -0
package/dist/list.mjs
CHANGED
|
@@ -21128,6 +21128,116 @@ export default [
|
|
|
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/property.css
CHANGED
|
@@ -547,6 +547,10 @@
|
|
|
547
547
|
@property --utrecht-mapcontrolbutton-min-inline-size { syntax: '<length>'; inherits: true; }
|
|
548
548
|
@property --utrecht-mark-background-color { syntax: '<color>'; inherits: true; }
|
|
549
549
|
@property --utrecht-mark-color { syntax: '<color>'; inherits: true; }
|
|
550
|
+
@property --utrecht-nav-bar-background-color { syntax: '<color>'; inherits: true; }
|
|
551
|
+
@property --utrecht-nav-bar-color { syntax: '<color>'; inherits: true; }
|
|
552
|
+
@property --utrecht-nav-bar-content-background-color { syntax: '<color>'; inherits: true; }
|
|
553
|
+
@property --utrecht-nav-bar-content-color { syntax: '<color>'; inherits: true; }
|
|
550
554
|
@property --utrecht-nav-bar-content-max-inline-size { syntax: '<length>'; inherits: true; }
|
|
551
555
|
@property --utrecht-nav-bar-link-padding-block-end { syntax: '<length>'; inherits: true; }
|
|
552
556
|
@property --utrecht-nav-bar-link-padding-block-start { syntax: '<length>'; inherits: true; }
|
package/dist/root.css
CHANGED
|
@@ -242,6 +242,8 @@
|
|
|
242
242
|
--utrecht-mapcontrolbutton-focus-text-decoration: none;
|
|
243
243
|
--utrecht-mapcontrolbutton-margin-inline-end: 0;
|
|
244
244
|
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
245
|
+
--utrecht-nav-bar-background-color: transparent;
|
|
246
|
+
--utrecht-nav-bar-color: transparent;
|
|
245
247
|
--utrecht-navigation-border-block-end-color: transparent;
|
|
246
248
|
--utrecht-navigation-border-block-end-width: 0;
|
|
247
249
|
--utrecht-navigation-border-block-start-color: transparent;
|
|
@@ -912,6 +914,8 @@
|
|
|
912
914
|
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
913
915
|
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
914
916
|
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
917
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
918
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
915
919
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
916
920
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
917
921
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
|
@@ -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/theme.css
CHANGED
|
@@ -242,6 +242,8 @@
|
|
|
242
242
|
--utrecht-mapcontrolbutton-focus-text-decoration: none;
|
|
243
243
|
--utrecht-mapcontrolbutton-margin-inline-end: 0;
|
|
244
244
|
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
245
|
+
--utrecht-nav-bar-background-color: transparent;
|
|
246
|
+
--utrecht-nav-bar-color: transparent;
|
|
245
247
|
--utrecht-navigation-border-block-end-color: transparent;
|
|
246
248
|
--utrecht-navigation-border-block-end-width: 0;
|
|
247
249
|
--utrecht-navigation-border-block-start-color: transparent;
|
|
@@ -912,6 +914,8 @@
|
|
|
912
914
|
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
913
915
|
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
914
916
|
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
917
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
918
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
915
919
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
916
920
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
917
921
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
package/dist/tokens.cjs
CHANGED
|
@@ -16671,7 +16671,99 @@ module.exports = {
|
|
|
16671
16671
|
},
|
|
16672
16672
|
},
|
|
16673
16673
|
"nav-bar": {
|
|
16674
|
+
"background-color": {
|
|
16675
|
+
key: "{utrecht.nav-bar.background-color}",
|
|
16676
|
+
$extensions: {
|
|
16677
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16678
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16679
|
+
},
|
|
16680
|
+
$type: "color",
|
|
16681
|
+
$value: "transparent",
|
|
16682
|
+
filePath: "src/component/utrecht/nav-bar.tokens.json",
|
|
16683
|
+
isSource: true,
|
|
16684
|
+
original: {
|
|
16685
|
+
$extensions: {
|
|
16686
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16687
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16688
|
+
},
|
|
16689
|
+
$type: "color",
|
|
16690
|
+
$value: "transparent",
|
|
16691
|
+
key: "{utrecht.nav-bar.background-color}",
|
|
16692
|
+
},
|
|
16693
|
+
name: "background-color",
|
|
16694
|
+
attributes: {},
|
|
16695
|
+
path: ["utrecht", "nav-bar", "background-color"],
|
|
16696
|
+
},
|
|
16697
|
+
color: {
|
|
16698
|
+
key: "{utrecht.nav-bar.color}",
|
|
16699
|
+
$extensions: {
|
|
16700
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16701
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16702
|
+
},
|
|
16703
|
+
$type: "color",
|
|
16704
|
+
$value: "transparent",
|
|
16705
|
+
filePath: "src/component/utrecht/nav-bar.tokens.json",
|
|
16706
|
+
isSource: true,
|
|
16707
|
+
original: {
|
|
16708
|
+
$extensions: {
|
|
16709
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16710
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16711
|
+
},
|
|
16712
|
+
$type: "color",
|
|
16713
|
+
$value: "transparent",
|
|
16714
|
+
key: "{utrecht.nav-bar.color}",
|
|
16715
|
+
},
|
|
16716
|
+
name: "color",
|
|
16717
|
+
attributes: {},
|
|
16718
|
+
path: ["utrecht", "nav-bar", "color"],
|
|
16719
|
+
},
|
|
16674
16720
|
content: {
|
|
16721
|
+
"background-color": {
|
|
16722
|
+
key: "{utrecht.nav-bar.content.background-color}",
|
|
16723
|
+
$extensions: {
|
|
16724
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16725
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16726
|
+
},
|
|
16727
|
+
$type: "color",
|
|
16728
|
+
$value: "hsl(0 0% 100%)",
|
|
16729
|
+
filePath: "src/component/utrecht/nav-bar.tokens.json",
|
|
16730
|
+
isSource: true,
|
|
16731
|
+
original: {
|
|
16732
|
+
$extensions: {
|
|
16733
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16734
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16735
|
+
},
|
|
16736
|
+
$type: "color",
|
|
16737
|
+
$value: "{utrecht.color.white}",
|
|
16738
|
+
key: "{utrecht.nav-bar.content.background-color}",
|
|
16739
|
+
},
|
|
16740
|
+
name: "background-color",
|
|
16741
|
+
attributes: {},
|
|
16742
|
+
path: ["utrecht", "nav-bar", "content", "background-color"],
|
|
16743
|
+
},
|
|
16744
|
+
color: {
|
|
16745
|
+
key: "{utrecht.nav-bar.content.color}",
|
|
16746
|
+
$extensions: {
|
|
16747
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16748
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16749
|
+
},
|
|
16750
|
+
$type: "color",
|
|
16751
|
+
$value: "hsl(0 0% 0%)",
|
|
16752
|
+
filePath: "src/component/utrecht/nav-bar.tokens.json",
|
|
16753
|
+
isSource: true,
|
|
16754
|
+
original: {
|
|
16755
|
+
$extensions: {
|
|
16756
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16757
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16758
|
+
},
|
|
16759
|
+
$type: "color",
|
|
16760
|
+
$value: "{utrecht.color.black}",
|
|
16761
|
+
key: "{utrecht.nav-bar.content.color}",
|
|
16762
|
+
},
|
|
16763
|
+
name: "color",
|
|
16764
|
+
attributes: {},
|
|
16765
|
+
path: ["utrecht", "nav-bar", "content", "color"],
|
|
16766
|
+
},
|
|
16675
16767
|
"max-inline-size": {
|
|
16676
16768
|
key: "{utrecht.nav-bar.content.max-inline-size}",
|
|
16677
16769
|
$extensions: {
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1229,7 +1229,11 @@ declare const tokens: {
|
|
|
1229
1229
|
color: DesignToken;
|
|
1230
1230
|
};
|
|
1231
1231
|
"nav-bar": {
|
|
1232
|
+
"background-color": DesignToken;
|
|
1233
|
+
color: DesignToken;
|
|
1232
1234
|
content: {
|
|
1235
|
+
"background-color": DesignToken;
|
|
1236
|
+
color: DesignToken;
|
|
1233
1237
|
"max-inline-size": DesignToken;
|
|
1234
1238
|
};
|
|
1235
1239
|
link: {
|
package/dist/tokens.json
CHANGED
|
@@ -19538,7 +19538,117 @@
|
|
|
19538
19538
|
}
|
|
19539
19539
|
},
|
|
19540
19540
|
"nav-bar": {
|
|
19541
|
+
"background-color": {
|
|
19542
|
+
"key": "{utrecht.nav-bar.background-color}",
|
|
19543
|
+
"$extensions": {
|
|
19544
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19545
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19546
|
+
},
|
|
19547
|
+
"$type": "color",
|
|
19548
|
+
"$value": "transparent",
|
|
19549
|
+
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
19550
|
+
"isSource": true,
|
|
19551
|
+
"original": {
|
|
19552
|
+
"$extensions": {
|
|
19553
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19554
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19555
|
+
},
|
|
19556
|
+
"$type": "color",
|
|
19557
|
+
"$value": "transparent",
|
|
19558
|
+
"key": "{utrecht.nav-bar.background-color}"
|
|
19559
|
+
},
|
|
19560
|
+
"name": "utrechtNavBarBackgroundColor",
|
|
19561
|
+
"attributes": {},
|
|
19562
|
+
"path": [
|
|
19563
|
+
"utrecht",
|
|
19564
|
+
"nav-bar",
|
|
19565
|
+
"background-color"
|
|
19566
|
+
]
|
|
19567
|
+
},
|
|
19568
|
+
"color": {
|
|
19569
|
+
"key": "{utrecht.nav-bar.color}",
|
|
19570
|
+
"$extensions": {
|
|
19571
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19572
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19573
|
+
},
|
|
19574
|
+
"$type": "color",
|
|
19575
|
+
"$value": "transparent",
|
|
19576
|
+
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
19577
|
+
"isSource": true,
|
|
19578
|
+
"original": {
|
|
19579
|
+
"$extensions": {
|
|
19580
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19581
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19582
|
+
},
|
|
19583
|
+
"$type": "color",
|
|
19584
|
+
"$value": "transparent",
|
|
19585
|
+
"key": "{utrecht.nav-bar.color}"
|
|
19586
|
+
},
|
|
19587
|
+
"name": "utrechtNavBarColor",
|
|
19588
|
+
"attributes": {},
|
|
19589
|
+
"path": [
|
|
19590
|
+
"utrecht",
|
|
19591
|
+
"nav-bar",
|
|
19592
|
+
"color"
|
|
19593
|
+
]
|
|
19594
|
+
},
|
|
19541
19595
|
"content": {
|
|
19596
|
+
"background-color": {
|
|
19597
|
+
"key": "{utrecht.nav-bar.content.background-color}",
|
|
19598
|
+
"$extensions": {
|
|
19599
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19600
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19601
|
+
},
|
|
19602
|
+
"$type": "color",
|
|
19603
|
+
"$value": "hsl(0 0% 100%)",
|
|
19604
|
+
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
19605
|
+
"isSource": true,
|
|
19606
|
+
"original": {
|
|
19607
|
+
"$extensions": {
|
|
19608
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19609
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19610
|
+
},
|
|
19611
|
+
"$type": "color",
|
|
19612
|
+
"$value": "{utrecht.color.white}",
|
|
19613
|
+
"key": "{utrecht.nav-bar.content.background-color}"
|
|
19614
|
+
},
|
|
19615
|
+
"name": "utrechtNavBarContentBackgroundColor",
|
|
19616
|
+
"attributes": {},
|
|
19617
|
+
"path": [
|
|
19618
|
+
"utrecht",
|
|
19619
|
+
"nav-bar",
|
|
19620
|
+
"content",
|
|
19621
|
+
"background-color"
|
|
19622
|
+
]
|
|
19623
|
+
},
|
|
19624
|
+
"color": {
|
|
19625
|
+
"key": "{utrecht.nav-bar.content.color}",
|
|
19626
|
+
"$extensions": {
|
|
19627
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19628
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19629
|
+
},
|
|
19630
|
+
"$type": "color",
|
|
19631
|
+
"$value": "hsl(0 0% 0%)",
|
|
19632
|
+
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
19633
|
+
"isSource": true,
|
|
19634
|
+
"original": {
|
|
19635
|
+
"$extensions": {
|
|
19636
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19637
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19638
|
+
},
|
|
19639
|
+
"$type": "color",
|
|
19640
|
+
"$value": "{utrecht.color.black}",
|
|
19641
|
+
"key": "{utrecht.nav-bar.content.color}"
|
|
19642
|
+
},
|
|
19643
|
+
"name": "utrechtNavBarContentColor",
|
|
19644
|
+
"attributes": {},
|
|
19645
|
+
"path": [
|
|
19646
|
+
"utrecht",
|
|
19647
|
+
"nav-bar",
|
|
19648
|
+
"content",
|
|
19649
|
+
"color"
|
|
19650
|
+
]
|
|
19651
|
+
},
|
|
19542
19652
|
"max-inline-size": {
|
|
19543
19653
|
"key": "{utrecht.nav-bar.content.max-inline-size}",
|
|
19544
19654
|
"$extensions": {
|
package/dist/variables.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/variables.css
CHANGED
|
@@ -242,6 +242,8 @@
|
|
|
242
242
|
--utrecht-mapcontrolbutton-focus-text-decoration: none;
|
|
243
243
|
--utrecht-mapcontrolbutton-margin-inline-end: 0;
|
|
244
244
|
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
245
|
+
--utrecht-nav-bar-background-color: transparent;
|
|
246
|
+
--utrecht-nav-bar-color: transparent;
|
|
245
247
|
--utrecht-navigation-border-block-end-color: transparent;
|
|
246
248
|
--utrecht-navigation-border-block-end-width: 0;
|
|
247
249
|
--utrecht-navigation-border-block-start-color: transparent;
|
|
@@ -912,6 +914,8 @@
|
|
|
912
914
|
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
913
915
|
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
914
916
|
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
917
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
918
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
915
919
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
916
920
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
917
921
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
package/dist/variables.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;
|
package/dist/variables.json
CHANGED
|
@@ -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/variables.less
CHANGED
|
@@ -221,6 +221,8 @@
|
|
|
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 @@
|
|
|
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;
|
package/dist/variables.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";
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "6.
|
|
2
|
+
"version": "6.2.0",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Design Tokens for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "SEE LICENSE IN ./LICENSE.md",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@fontsource-variable/noto-sans": "5.2.10"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
|
-
"build": "pnpm run build:style-dictionary:default && pnpm run build:style-dictionary:dark && pnpm run build:scss && pnpm run build:ts",
|
|
36
|
+
"build": "pnpm run clean && pnpm run build:style-dictionary:default && pnpm run build:style-dictionary:dark && pnpm run build:scss && pnpm run build:ts",
|
|
37
37
|
"build:scss": "sass --no-source-map src/:dist/",
|
|
38
38
|
"build:ts": "tsc src/font-family.ts --outDir dist --target es2020 --module esnext --moduleResolution node",
|
|
39
39
|
"build:style-dictionary:default": "node ./style-dictionary-build.mjs",
|
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"utrecht": {
|
|
3
3
|
"nav-bar": {
|
|
4
|
+
"background-color": {
|
|
5
|
+
"$value": "transparent"
|
|
6
|
+
},
|
|
7
|
+
"color": {
|
|
8
|
+
"$value": "transparent"
|
|
9
|
+
},
|
|
4
10
|
"content": {
|
|
11
|
+
"background-color": {
|
|
12
|
+
"$value": "{utrecht.color.white}"
|
|
13
|
+
},
|
|
14
|
+
"color": {
|
|
15
|
+
"$value": "{utrecht.color.black}"
|
|
16
|
+
},
|
|
5
17
|
"max-inline-size": { "$value": "{utrecht.page.max-inline-size}" }
|
|
6
18
|
},
|
|
7
19
|
"link": {
|