@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.
- package/CHANGELOG.md +6 -0
- package/dist/_mixin-theme.scss +4 -2
- package/dist/_mixin.scss +4 -2
- package/dist/_variables.scss +4 -2
- package/dist/dark/_mixin-theme.scss +4 -2
- package/dist/dark/_mixin.scss +4 -2
- package/dist/dark/_variables.scss +4 -2
- package/dist/dark/index.cjs +4 -2
- package/dist/dark/index.css +4 -2
- package/dist/dark/index.d.ts +2 -0
- package/dist/dark/index.flat.json +4 -2
- package/dist/dark/index.json +60 -4
- package/dist/dark/index.mjs +4 -2
- package/dist/dark/index.tokens.json +4 -2
- package/dist/dark/list.json +60 -4
- package/dist/dark/list.mjs +60 -4
- package/dist/dark/property.css +2 -0
- package/dist/dark/root.css +4 -2
- package/dist/dark/theme-prince-xml.css +4 -2
- package/dist/dark/theme.css +4 -2
- package/dist/dark/tokens.cjs +50 -4
- package/dist/dark/tokens.d.ts +2 -0
- package/dist/dark/tokens.json +60 -4
- package/dist/dark/variables.cjs +4 -2
- package/dist/dark/variables.css +4 -2
- package/dist/dark/variables.d.ts +2 -0
- package/dist/dark/variables.json +4 -2
- package/dist/dark/variables.less +4 -2
- package/dist/dark/variables.mjs +4 -2
- package/dist/index.cjs +4 -2
- package/dist/index.css +8 -4
- package/dist/index.d.ts +2 -0
- package/dist/index.flat.json +4 -2
- package/dist/index.json +60 -4
- package/dist/index.mjs +4 -2
- package/dist/index.tokens.json +4 -2
- package/dist/list.json +60 -4
- package/dist/list.mjs +60 -4
- package/dist/property.css +2 -0
- package/dist/root.css +4 -2
- package/dist/theme-prince-xml.css +4 -2
- package/dist/theme.css +4 -2
- package/dist/tokens.cjs +50 -4
- package/dist/tokens.d.ts +2 -0
- package/dist/tokens.json +60 -4
- package/dist/variables.cjs +4 -2
- package/dist/variables.css +4 -2
- package/dist/variables.d.ts +2 -0
- package/dist/variables.json +4 -2
- package/dist/variables.less +4 -2
- package/dist/variables.mjs +4 -2
- package/package.json +2 -2
- package/src/component/utrecht/nav-bar.tokens.json +8 -2
package/CHANGELOG.md
CHANGED
package/dist/_mixin-theme.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,8 +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);
|
|
826
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
827
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
828
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
829
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
828
830
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
829
831
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
830
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,8 +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);
|
|
826
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
827
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
828
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
829
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
828
830
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
829
831
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
830
832
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
package/dist/_variables.scss
CHANGED
|
@@ -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,8 +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;
|
|
824
|
-
$utrecht-nav-bar-background-color: $utrecht-color-white;
|
|
825
|
-
$utrecht-nav-bar-color: $utrecht-color-black;
|
|
826
|
+
$utrecht-nav-bar-content-background-color: $utrecht-color-white;
|
|
827
|
+
$utrecht-nav-bar-content-color: $utrecht-color-black;
|
|
826
828
|
$utrecht-nav-bar-content-max-inline-size: $utrecht-page-max-inline-size;
|
|
827
829
|
$utrecht-nav-bar-link-padding-block-end: $utrecht-space-block-xs;
|
|
828
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,8 +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);
|
|
825
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
826
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
827
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
828
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
827
829
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
828
830
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
829
831
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
package/dist/dark/_mixin.scss
CHANGED
|
@@ -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,8 +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);
|
|
825
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
826
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
827
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
828
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
827
829
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
828
830
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
829
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,8 +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;
|
|
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;
|
package/dist/dark/index.cjs
CHANGED
|
@@ -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: "
|
|
694
|
-
utrechtNavBarColor: "
|
|
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",
|
package/dist/dark/index.css
CHANGED
|
@@ -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,8 +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);
|
|
831
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
832
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
833
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
834
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
833
835
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
834
836
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
835
837
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
package/dist/dark/index.d.ts
CHANGED
|
@@ -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": "
|
|
814
|
-
"utrechtNavBarColor": "
|
|
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",
|
package/dist/dark/index.json
CHANGED
|
@@ -20472,7 +20472,7 @@
|
|
|
20472
20472
|
"nl.nldesignsystem.figma-implementation": false
|
|
20473
20473
|
},
|
|
20474
20474
|
"$type": "color",
|
|
20475
|
-
"$value": "
|
|
20475
|
+
"$value": "transparent",
|
|
20476
20476
|
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
20477
20477
|
"isSource": true,
|
|
20478
20478
|
"original": {
|
|
@@ -20481,7 +20481,7 @@
|
|
|
20481
20481
|
"nl.nldesignsystem.figma-implementation": false
|
|
20482
20482
|
},
|
|
20483
20483
|
"$type": "color",
|
|
20484
|
-
"$value": "
|
|
20484
|
+
"$value": "transparent",
|
|
20485
20485
|
"key": "{utrecht.nav-bar.background-color}"
|
|
20486
20486
|
},
|
|
20487
20487
|
"name": "utrechtNavBarBackgroundColor",
|
|
@@ -20499,7 +20499,7 @@
|
|
|
20499
20499
|
"nl.nldesignsystem.figma-implementation": false
|
|
20500
20500
|
},
|
|
20501
20501
|
"$type": "color",
|
|
20502
|
-
"$value": "
|
|
20502
|
+
"$value": "transparent",
|
|
20503
20503
|
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
20504
20504
|
"isSource": true,
|
|
20505
20505
|
"original": {
|
|
@@ -20508,7 +20508,7 @@
|
|
|
20508
20508
|
"nl.nldesignsystem.figma-implementation": false
|
|
20509
20509
|
},
|
|
20510
20510
|
"$type": "color",
|
|
20511
|
-
"$value": "
|
|
20511
|
+
"$value": "transparent",
|
|
20512
20512
|
"key": "{utrecht.nav-bar.color}"
|
|
20513
20513
|
},
|
|
20514
20514
|
"name": "utrechtNavBarColor",
|
|
@@ -20519,6 +20519,62 @@
|
|
|
20519
20519
|
"color"
|
|
20520
20520
|
]
|
|
20521
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
|
+
},
|
|
20522
20578
|
{
|
|
20523
20579
|
"key": "{utrecht.nav-bar.content.max-inline-size}",
|
|
20524
20580
|
"$extensions": {
|
package/dist/dark/index.mjs
CHANGED
|
@@ -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 = "
|
|
748
|
-
export const utrechtNavBarColor = "
|
|
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";
|
|
@@ -1224,9 +1224,11 @@
|
|
|
1224
1224
|
"color": "hsl(0 0% 0%)"
|
|
1225
1225
|
},
|
|
1226
1226
|
"nav-bar": {
|
|
1227
|
-
"background-color": "
|
|
1228
|
-
"color": "
|
|
1227
|
+
"background-color": "transparent",
|
|
1228
|
+
"color": "transparent",
|
|
1229
1229
|
"content": {
|
|
1230
|
+
"background-color": "hsl(0 0% 100%)",
|
|
1231
|
+
"color": "hsl(0 0% 0%)",
|
|
1230
1232
|
"max-inline-size": "1184px"
|
|
1231
1233
|
},
|
|
1232
1234
|
"link": {
|
package/dist/dark/list.json
CHANGED
|
@@ -20472,7 +20472,7 @@
|
|
|
20472
20472
|
"nl.nldesignsystem.figma-implementation": false
|
|
20473
20473
|
},
|
|
20474
20474
|
"$type": "color",
|
|
20475
|
-
"$value": "
|
|
20475
|
+
"$value": "transparent",
|
|
20476
20476
|
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
20477
20477
|
"isSource": true,
|
|
20478
20478
|
"original": {
|
|
@@ -20481,7 +20481,7 @@
|
|
|
20481
20481
|
"nl.nldesignsystem.figma-implementation": false
|
|
20482
20482
|
},
|
|
20483
20483
|
"$type": "color",
|
|
20484
|
-
"$value": "
|
|
20484
|
+
"$value": "transparent",
|
|
20485
20485
|
"key": "{utrecht.nav-bar.background-color}"
|
|
20486
20486
|
},
|
|
20487
20487
|
"name": "utrechtNavBarBackgroundColor",
|
|
@@ -20499,7 +20499,7 @@
|
|
|
20499
20499
|
"nl.nldesignsystem.figma-implementation": false
|
|
20500
20500
|
},
|
|
20501
20501
|
"$type": "color",
|
|
20502
|
-
"$value": "
|
|
20502
|
+
"$value": "transparent",
|
|
20503
20503
|
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
20504
20504
|
"isSource": true,
|
|
20505
20505
|
"original": {
|
|
@@ -20508,7 +20508,7 @@
|
|
|
20508
20508
|
"nl.nldesignsystem.figma-implementation": false
|
|
20509
20509
|
},
|
|
20510
20510
|
"$type": "color",
|
|
20511
|
-
"$value": "
|
|
20511
|
+
"$value": "transparent",
|
|
20512
20512
|
"key": "{utrecht.nav-bar.color}"
|
|
20513
20513
|
},
|
|
20514
20514
|
"name": "utrechtNavBarColor",
|
|
@@ -20519,6 +20519,62 @@
|
|
|
20519
20519
|
"color"
|
|
20520
20520
|
]
|
|
20521
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
|
+
},
|
|
20522
20578
|
{
|
|
20523
20579
|
"key": "{utrecht.nav-bar.content.max-inline-size}",
|
|
20524
20580
|
"$extensions": {
|
package/dist/dark/list.mjs
CHANGED
|
@@ -20472,7 +20472,7 @@ export default [
|
|
|
20472
20472
|
"nl.nldesignsystem.figma-implementation": false
|
|
20473
20473
|
},
|
|
20474
20474
|
"$type": "color",
|
|
20475
|
-
"$value": "
|
|
20475
|
+
"$value": "transparent",
|
|
20476
20476
|
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
20477
20477
|
"isSource": true,
|
|
20478
20478
|
"original": {
|
|
@@ -20481,7 +20481,7 @@ export default [
|
|
|
20481
20481
|
"nl.nldesignsystem.figma-implementation": false
|
|
20482
20482
|
},
|
|
20483
20483
|
"$type": "color",
|
|
20484
|
-
"$value": "
|
|
20484
|
+
"$value": "transparent",
|
|
20485
20485
|
"key": "{utrecht.nav-bar.background-color}"
|
|
20486
20486
|
},
|
|
20487
20487
|
"name": "utrechtNavBarBackgroundColor",
|
|
@@ -20499,7 +20499,7 @@ export default [
|
|
|
20499
20499
|
"nl.nldesignsystem.figma-implementation": false
|
|
20500
20500
|
},
|
|
20501
20501
|
"$type": "color",
|
|
20502
|
-
"$value": "
|
|
20502
|
+
"$value": "transparent",
|
|
20503
20503
|
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
20504
20504
|
"isSource": true,
|
|
20505
20505
|
"original": {
|
|
@@ -20508,7 +20508,7 @@ export default [
|
|
|
20508
20508
|
"nl.nldesignsystem.figma-implementation": false
|
|
20509
20509
|
},
|
|
20510
20510
|
"$type": "color",
|
|
20511
|
-
"$value": "
|
|
20511
|
+
"$value": "transparent",
|
|
20512
20512
|
"key": "{utrecht.nav-bar.color}"
|
|
20513
20513
|
},
|
|
20514
20514
|
"name": "utrechtNavBarColor",
|
|
@@ -20519,6 +20519,62 @@ export default [
|
|
|
20519
20519
|
"color"
|
|
20520
20520
|
]
|
|
20521
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
|
+
},
|
|
20522
20578
|
{
|
|
20523
20579
|
"key": "{utrecht.nav-bar.content.max-inline-size}",
|
|
20524
20580
|
"$extensions": {
|
package/dist/dark/property.css
CHANGED
|
@@ -490,6 +490,8 @@
|
|
|
490
490
|
@property --utrecht-mark-color { syntax: '<color>'; inherits: true; }
|
|
491
491
|
@property --utrecht-nav-bar-background-color { syntax: '<color>'; inherits: true; }
|
|
492
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; }
|
|
493
495
|
@property --utrecht-nav-bar-content-max-inline-size { syntax: '<length>'; inherits: true; }
|
|
494
496
|
@property --utrecht-nav-bar-link-padding-block-end { syntax: '<length>'; inherits: true; }
|
|
495
497
|
@property --utrecht-nav-bar-link-padding-block-start { syntax: '<length>'; inherits: true; }
|
package/dist/dark/root.css
CHANGED
|
@@ -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);
|
|
@@ -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,8 +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);
|
|
825
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
826
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
827
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
828
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
827
829
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
828
830
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
829
831
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
package/dist/dark/theme.css
CHANGED
|
@@ -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);
|