@conduction/theme 1.1.3 → 1.1.5
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/README.md +5 -1
- package/conduction-design-tokens/dist/design-tokens.css +17 -1
- package/conduction-design-tokens/dist/index.js +17 -1
- package/conduction-design-tokens/dist/index.json +367 -0
- package/conduction-design-tokens/dist/index.less +17 -1
- package/conduction-design-tokens/dist/index.scss +17 -1
- package/conduction-design-tokens/dist/tokens.json +378 -15
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/commonground-design-tokens/dist/index.js +17 -1
- package/municipalities/commonground-design-tokens/dist/index.json +367 -0
- package/municipalities/commonground-design-tokens/dist/index.less +17 -1
- package/municipalities/commonground-design-tokens/dist/index.scss +17 -1
- package/municipalities/commonground-design-tokens/dist/tokens.json +378 -15
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.json +388 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +18 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +399 -15
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +3 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +388 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +18 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +399 -15
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +18 -18
- package/municipalities/epe-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/epe-design-tokens/dist/index.js +18 -1
- package/municipalities/epe-design-tokens/dist/index.json +388 -0
- package/municipalities/epe-design-tokens/dist/index.less +18 -1
- package/municipalities/epe-design-tokens/dist/index.scss +18 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +399 -15
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +3 -0
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/epe-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/gouda-design-tokens/LICENSE.md +17 -0
- package/municipalities/gouda-design-tokens/README.md +3 -0
- package/municipalities/gouda-design-tokens/dist/design-tokens.css +622 -0
- package/municipalities/gouda-design-tokens/dist/font.css +8 -0
- package/municipalities/gouda-design-tokens/dist/index.css +7 -0
- package/municipalities/gouda-design-tokens/dist/index.js +620 -0
- package/municipalities/gouda-design-tokens/dist/index.json +12657 -0
- package/municipalities/gouda-design-tokens/dist/index.less +619 -0
- package/municipalities/gouda-design-tokens/dist/index.scss +619 -0
- package/municipalities/gouda-design-tokens/dist/tokens.json +13396 -0
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/gouda-design-tokens/package.json +41 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/color.tokens.json +96 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/font-size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/typography.tokens.json +45 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/config.json +58 -0
- package/municipalities/gouda-design-tokens/src/font.js +4 -0
- package/municipalities/gouda-design-tokens/src/font.scss +10 -0
- package/municipalities/gouda-design-tokens/src/index.scss +8 -0
- package/municipalities/gouda-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +16 -1
- package/municipalities/leiden-design-tokens/dist/index.js +16 -1
- package/municipalities/leiden-design-tokens/dist/index.json +339 -0
- package/municipalities/leiden-design-tokens/dist/index.less +16 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +16 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +352 -15
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +388 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +399 -15
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +3 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +367 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +17 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +378 -15
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.json +367 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +378 -15
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.js +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.json +97 -0
- package/municipalities/opencatalogi-design-tokens/dist/index.less +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.scss +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/tokens.json +108 -3
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json +15 -3
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +97 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +5 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +108 -3
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.js +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.json +270 -0
- package/municipalities/sloterburg-design-tokens/dist/index.less +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.scss +13 -1
- package/municipalities/sloterburg-design-tokens/dist/tokens.json +278 -16
- package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/color.tokens.json +3 -3
- package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +388 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +18 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +399 -15
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +3 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.js +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.json +351 -12
- package/municipalities/xxllnc-design-tokens/dist/index.less +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.scss +22 -7
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +364 -27
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +19 -7
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/zutphen-design-tokens/dist/design-tokens.css +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.js +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.json +329 -4
- package/municipalities/zutphen-design-tokens/dist/index.less +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.scss +17 -3
- package/municipalities/zutphen-design-tokens/dist/tokens.json +340 -17
- package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/zutphen-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/package.json +3 -2
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"size": {}
|
|
30
30
|
},
|
|
31
31
|
"disabled": {
|
|
32
|
-
"background-color": {},
|
|
33
|
-
"border-color": {},
|
|
34
|
-
"color": {}
|
|
32
|
+
"background-color": { "value": "{xxllnc.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{xxllnc.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{xxllnc.color.grey.50}" }
|
|
35
35
|
},
|
|
36
36
|
"focus": {
|
|
37
37
|
"background-color": {},
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"color": {}
|
|
63
63
|
},
|
|
64
64
|
"disabled": {
|
|
65
|
-
"background-color": {},
|
|
66
|
-
"border-color": {},
|
|
67
|
-
"color": {}
|
|
65
|
+
"background-color": { "value": "{xxllnc.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{xxllnc.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{xxllnc.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{xxllnc.color.black.17}" },
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"color": {}
|
|
96
96
|
},
|
|
97
97
|
"disabled": {
|
|
98
|
-
"background-color": {},
|
|
99
|
-
"border-color": {},
|
|
100
|
-
"color": {}
|
|
98
|
+
"background-color": { "value": "{xxllnc.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{xxllnc.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{xxllnc.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{xxllnc.color.white.100}" },
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"color": {}
|
|
128
128
|
},
|
|
129
129
|
"disabled": {
|
|
130
|
-
"background-color": {},
|
|
131
|
-
"border-color": {},
|
|
132
|
-
"color": {}
|
|
130
|
+
"background-color": { "value": "{xxllnc.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{xxllnc.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{xxllnc.color.grey.50}" }
|
|
133
133
|
},
|
|
134
134
|
"hover": {
|
|
135
135
|
"background-color": {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:40:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.zutphen-theme {
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
--conduction-primary-top-nav-padding-inline-start: 16px;
|
|
51
51
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
52
52
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
53
|
+
--conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
53
54
|
--conduction-primary-top-nav-current-background-color: unset;
|
|
54
55
|
--conduction-logo-navbar-background-image: url('https://zutphen.nl/themes/zutphen/logo.svg');
|
|
55
56
|
--conduction-logo-navbar-block-size: 47px;
|
|
@@ -449,18 +450,28 @@
|
|
|
449
450
|
--utrecht-code-font-family: var(--zutphen-typography-monospace-font-family);
|
|
450
451
|
--utrecht-code-color: var(--zutphen-color-black-0);
|
|
451
452
|
--utrecht-code-background-color: var(--zutphen-color-lightgrey-96);
|
|
453
|
+
--utrecht-button-subtle-disabled-color: var(--zutphen-color-grey-50);
|
|
454
|
+
--utrecht-button-subtle-disabled-border-color: var(--zutphen-color-grey-82);
|
|
455
|
+
--utrecht-button-subtle-disabled-background-color: var(--zutphen-color-grey-82);
|
|
452
456
|
--utrecht-button-secondary-action-hover-background-color: var(--zutphen-color-white-100);
|
|
457
|
+
--utrecht-button-secondary-action-disabled-color: var(--zutphen-color-grey-50);
|
|
458
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--zutphen-color-grey-82);
|
|
459
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--zutphen-color-grey-82);
|
|
453
460
|
--utrecht-button-secondary-action-font-weight: var(--zutphen-typography-font-weight-normal);
|
|
454
461
|
--utrecht-button-secondary-action-border-width: var(--zutphen-size-3xs);
|
|
455
462
|
--utrecht-button-secondary-action-background-color: var(--zutphen-color-white-100);
|
|
456
463
|
--utrecht-button-primary-action-hover-color: var(--zutphen-color-white-100);
|
|
464
|
+
--utrecht-button-primary-action-disabled-color: var(--zutphen-color-grey-50);
|
|
465
|
+
--utrecht-button-primary-action-disabled-border-color: var(--zutphen-color-grey-82);
|
|
466
|
+
--utrecht-button-primary-action-disabled-background-color: var(--zutphen-color-grey-82);
|
|
457
467
|
--utrecht-button-primary-action-color: var(--zutphen-color-white-100);
|
|
458
468
|
--utrecht-button-primary-action-border-width: var(--zutphen-size-3xs);
|
|
459
469
|
--utrecht-button-hover-color: var(--zutphen-color-white-100);
|
|
460
470
|
--utrecht-button-hover-border-color: var(--zutphen-color-turquoise-48);
|
|
461
471
|
--utrecht-button-hover-background-color: var(--zutphen-color-turquoise-48);
|
|
462
|
-
--utrecht-button-disabled-
|
|
463
|
-
--utrecht-button-disabled-
|
|
472
|
+
--utrecht-button-disabled-color: var(--zutphen-color-grey-50);
|
|
473
|
+
--utrecht-button-disabled-border-color: var(--zutphen-color-grey-82);
|
|
474
|
+
--utrecht-button-disabled-background-color: var(--zutphen-color-grey-82);
|
|
464
475
|
--utrecht-button-icon-gap: var(--zutphen-size-xs);
|
|
465
476
|
--utrecht-button-padding-inline-end: var(--zutphen-size-sm);
|
|
466
477
|
--utrecht-button-padding-inline-start: var(--zutphen-size-sm);
|
|
@@ -554,6 +565,9 @@
|
|
|
554
565
|
--conduction-secondary-top-nav-current-box-shadow: inset 0 -4px var(--zutphen-color-primary);
|
|
555
566
|
--conduction-secondary-top-nav-current-color: var(--zutphen-color-primary);
|
|
556
567
|
--conduction-secondary-top-nav-hover-color: var(--zutphen-color-primary);
|
|
568
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 var(--zutphen-color-primary);
|
|
569
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px var(--zutphen-color-primary);
|
|
570
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--zutphen-color-primary);
|
|
557
571
|
--conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 var(--zutphen-color-primary);
|
|
558
572
|
--conduction-primary-top-nav-current-box-shadow: inset 0 -4px var(--zutphen-color-primary);
|
|
559
573
|
--conduction-primary-top-nav-current-color: var(--zutphen-color-primary);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:40:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const zutphenColorPrimary = "#063a96";
|
|
@@ -164,8 +164,9 @@ export const utrechtButtonPaddingBlockEnd = "4px";
|
|
|
164
164
|
export const utrechtButtonPaddingInlineStart = "14px";
|
|
165
165
|
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
166
166
|
export const utrechtButtonIconGap = "8px";
|
|
167
|
-
export const utrechtButtonDisabledBackgroundColor = "#
|
|
168
|
-
export const utrechtButtonDisabledBorderColor = "#
|
|
167
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
168
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
169
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
169
170
|
export const utrechtButtonHoverBackgroundColor = "#579e97";
|
|
170
171
|
export const utrechtButtonHoverBorderColor = "#579e97";
|
|
171
172
|
export const utrechtButtonHoverColor = "#ffffff";
|
|
@@ -174,6 +175,9 @@ export const utrechtButtonPrimaryActionBorderColor = "#063a96";
|
|
|
174
175
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
175
176
|
export const utrechtButtonPrimaryActionColor = "#ffffff";
|
|
176
177
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
178
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
179
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
180
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
177
181
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#063a96";
|
|
178
182
|
export const utrechtButtonPrimaryActionHoverBorderColor = "#063a96";
|
|
179
183
|
export const utrechtButtonPrimaryActionHoverColor = "#ffffff";
|
|
@@ -182,9 +186,15 @@ export const utrechtButtonSecondaryActionBorderColor = "#063a96";
|
|
|
182
186
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
183
187
|
export const utrechtButtonSecondaryActionColor = "#063a96";
|
|
184
188
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
189
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
190
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
191
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
185
192
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
186
193
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#05307c";
|
|
187
194
|
export const utrechtButtonSecondaryActionHoverColor = "#05307c";
|
|
195
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
196
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
197
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
188
198
|
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
189
199
|
export const utrechtCodeColor = "#000000";
|
|
190
200
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -477,6 +487,10 @@ export const conductionPrimaryTopNavCurrentColor = "#063a96";
|
|
|
477
487
|
export const conductionPrimaryTopNavCurrentBackgroundColor = "unset";
|
|
478
488
|
export const conductionPrimaryTopNavCurrentBoxShadow = "inset 0 -4px #063a96";
|
|
479
489
|
export const conductionPrimaryTopNavCurrentMobileBoxShadow = "inset 4px 0 #063a96";
|
|
490
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#063a96";
|
|
491
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "unset";
|
|
492
|
+
export const conductionPrimaryTopNavDropdownCurrentBoxShadow = "inset 0 -4px #063a96";
|
|
493
|
+
export const conductionPrimaryTopNavDropdownCurrentMobileBoxShadow = "inset 4px 0 #063a96";
|
|
480
494
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
481
495
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
482
496
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|
|
@@ -2839,6 +2839,103 @@
|
|
|
2839
2839
|
"box-shadow"
|
|
2840
2840
|
]
|
|
2841
2841
|
},
|
|
2842
|
+
{
|
|
2843
|
+
"value": "unset",
|
|
2844
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2845
|
+
"isSource": true,
|
|
2846
|
+
"original": {
|
|
2847
|
+
"value": "unset"
|
|
2848
|
+
},
|
|
2849
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
2850
|
+
"attributes": {
|
|
2851
|
+
"category": "conduction",
|
|
2852
|
+
"type": "primary",
|
|
2853
|
+
"item": "top-nav",
|
|
2854
|
+
"subitem": "dropdown",
|
|
2855
|
+
"state": "current"
|
|
2856
|
+
},
|
|
2857
|
+
"path": [
|
|
2858
|
+
"conduction",
|
|
2859
|
+
"primary",
|
|
2860
|
+
"top-nav",
|
|
2861
|
+
"dropdown",
|
|
2862
|
+
"current",
|
|
2863
|
+
"background-color"
|
|
2864
|
+
]
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"value": "inset 0 -4px #063a96",
|
|
2868
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2869
|
+
"isSource": true,
|
|
2870
|
+
"original": {
|
|
2871
|
+
"value": "inset 0 -4px {zutphen.color.primary}"
|
|
2872
|
+
},
|
|
2873
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
2874
|
+
"attributes": {
|
|
2875
|
+
"category": "conduction",
|
|
2876
|
+
"type": "primary",
|
|
2877
|
+
"item": "top-nav",
|
|
2878
|
+
"subitem": "dropdown",
|
|
2879
|
+
"state": "current"
|
|
2880
|
+
},
|
|
2881
|
+
"path": [
|
|
2882
|
+
"conduction",
|
|
2883
|
+
"primary",
|
|
2884
|
+
"top-nav",
|
|
2885
|
+
"dropdown",
|
|
2886
|
+
"current",
|
|
2887
|
+
"box-shadow"
|
|
2888
|
+
]
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"value": "#063a96",
|
|
2892
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2893
|
+
"isSource": true,
|
|
2894
|
+
"original": {
|
|
2895
|
+
"value": "{zutphen.color.primary}"
|
|
2896
|
+
},
|
|
2897
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
2898
|
+
"attributes": {
|
|
2899
|
+
"category": "conduction",
|
|
2900
|
+
"type": "primary",
|
|
2901
|
+
"item": "top-nav",
|
|
2902
|
+
"subitem": "dropdown",
|
|
2903
|
+
"state": "current"
|
|
2904
|
+
},
|
|
2905
|
+
"path": [
|
|
2906
|
+
"conduction",
|
|
2907
|
+
"primary",
|
|
2908
|
+
"top-nav",
|
|
2909
|
+
"dropdown",
|
|
2910
|
+
"current",
|
|
2911
|
+
"color"
|
|
2912
|
+
]
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"value": "inset 4px 0 #063a96",
|
|
2916
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2917
|
+
"isSource": true,
|
|
2918
|
+
"original": {
|
|
2919
|
+
"value": "inset 4px 0 {zutphen.color.primary}"
|
|
2920
|
+
},
|
|
2921
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
2922
|
+
"attributes": {
|
|
2923
|
+
"category": "conduction",
|
|
2924
|
+
"type": "primary",
|
|
2925
|
+
"item": "top-nav",
|
|
2926
|
+
"subitem": "dropdown",
|
|
2927
|
+
"state": "current"
|
|
2928
|
+
},
|
|
2929
|
+
"path": [
|
|
2930
|
+
"conduction",
|
|
2931
|
+
"primary",
|
|
2932
|
+
"top-nav",
|
|
2933
|
+
"dropdown",
|
|
2934
|
+
"current",
|
|
2935
|
+
"mobile",
|
|
2936
|
+
"box-shadow"
|
|
2937
|
+
]
|
|
2938
|
+
},
|
|
2842
2939
|
{
|
|
2843
2940
|
"value": "#ffffff",
|
|
2844
2941
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
@@ -5633,11 +5730,11 @@
|
|
|
5633
5730
|
]
|
|
5634
5731
|
},
|
|
5635
5732
|
{
|
|
5636
|
-
"value": "#
|
|
5733
|
+
"value": "#d1d1d1",
|
|
5637
5734
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
5638
5735
|
"isSource": true,
|
|
5639
5736
|
"original": {
|
|
5640
|
-
"value": "{zutphen.color.grey.
|
|
5737
|
+
"value": "{zutphen.color.grey.82}"
|
|
5641
5738
|
},
|
|
5642
5739
|
"name": "utrechtButtonDisabledBackgroundColor",
|
|
5643
5740
|
"attributes": {
|
|
@@ -5654,11 +5751,11 @@
|
|
|
5654
5751
|
]
|
|
5655
5752
|
},
|
|
5656
5753
|
{
|
|
5657
|
-
"value": "#
|
|
5754
|
+
"value": "#d1d1d1",
|
|
5658
5755
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
5659
5756
|
"isSource": true,
|
|
5660
5757
|
"original": {
|
|
5661
|
-
"value": "{zutphen.color.grey.
|
|
5758
|
+
"value": "{zutphen.color.grey.82}"
|
|
5662
5759
|
},
|
|
5663
5760
|
"name": "utrechtButtonDisabledBorderColor",
|
|
5664
5761
|
"attributes": {
|
|
@@ -5674,6 +5771,27 @@
|
|
|
5674
5771
|
"border-color"
|
|
5675
5772
|
]
|
|
5676
5773
|
},
|
|
5774
|
+
{
|
|
5775
|
+
"value": "#808080",
|
|
5776
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
5777
|
+
"isSource": true,
|
|
5778
|
+
"original": {
|
|
5779
|
+
"value": "{zutphen.color.grey.50}"
|
|
5780
|
+
},
|
|
5781
|
+
"name": "utrechtButtonDisabledColor",
|
|
5782
|
+
"attributes": {
|
|
5783
|
+
"category": "utrecht",
|
|
5784
|
+
"type": "button",
|
|
5785
|
+
"item": "disabled",
|
|
5786
|
+
"subitem": "color"
|
|
5787
|
+
},
|
|
5788
|
+
"path": [
|
|
5789
|
+
"utrecht",
|
|
5790
|
+
"button",
|
|
5791
|
+
"disabled",
|
|
5792
|
+
"color"
|
|
5793
|
+
]
|
|
5794
|
+
},
|
|
5677
5795
|
{
|
|
5678
5796
|
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
5679
5797
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -5975,6 +6093,75 @@
|
|
|
5975
6093
|
"color"
|
|
5976
6094
|
]
|
|
5977
6095
|
},
|
|
6096
|
+
{
|
|
6097
|
+
"value": "#d1d1d1",
|
|
6098
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6099
|
+
"isSource": true,
|
|
6100
|
+
"original": {
|
|
6101
|
+
"value": "{zutphen.color.grey.82}"
|
|
6102
|
+
},
|
|
6103
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
6104
|
+
"attributes": {
|
|
6105
|
+
"category": "utrecht",
|
|
6106
|
+
"type": "button",
|
|
6107
|
+
"item": "primary-action",
|
|
6108
|
+
"subitem": "disabled",
|
|
6109
|
+
"state": "background-color"
|
|
6110
|
+
},
|
|
6111
|
+
"path": [
|
|
6112
|
+
"utrecht",
|
|
6113
|
+
"button",
|
|
6114
|
+
"primary-action",
|
|
6115
|
+
"disabled",
|
|
6116
|
+
"background-color"
|
|
6117
|
+
]
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
"value": "#d1d1d1",
|
|
6121
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6122
|
+
"isSource": true,
|
|
6123
|
+
"original": {
|
|
6124
|
+
"value": "{zutphen.color.grey.82}"
|
|
6125
|
+
},
|
|
6126
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
6127
|
+
"attributes": {
|
|
6128
|
+
"category": "utrecht",
|
|
6129
|
+
"type": "button",
|
|
6130
|
+
"item": "primary-action",
|
|
6131
|
+
"subitem": "disabled",
|
|
6132
|
+
"state": "border-color"
|
|
6133
|
+
},
|
|
6134
|
+
"path": [
|
|
6135
|
+
"utrecht",
|
|
6136
|
+
"button",
|
|
6137
|
+
"primary-action",
|
|
6138
|
+
"disabled",
|
|
6139
|
+
"border-color"
|
|
6140
|
+
]
|
|
6141
|
+
},
|
|
6142
|
+
{
|
|
6143
|
+
"value": "#808080",
|
|
6144
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6145
|
+
"isSource": true,
|
|
6146
|
+
"original": {
|
|
6147
|
+
"value": "{zutphen.color.grey.50}"
|
|
6148
|
+
},
|
|
6149
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
6150
|
+
"attributes": {
|
|
6151
|
+
"category": "utrecht",
|
|
6152
|
+
"type": "button",
|
|
6153
|
+
"item": "primary-action",
|
|
6154
|
+
"subitem": "disabled",
|
|
6155
|
+
"state": "color"
|
|
6156
|
+
},
|
|
6157
|
+
"path": [
|
|
6158
|
+
"utrecht",
|
|
6159
|
+
"button",
|
|
6160
|
+
"primary-action",
|
|
6161
|
+
"disabled",
|
|
6162
|
+
"color"
|
|
6163
|
+
]
|
|
6164
|
+
},
|
|
5978
6165
|
{
|
|
5979
6166
|
"value": "inherit",
|
|
5980
6167
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -6149,6 +6336,75 @@
|
|
|
6149
6336
|
"color"
|
|
6150
6337
|
]
|
|
6151
6338
|
},
|
|
6339
|
+
{
|
|
6340
|
+
"value": "#d1d1d1",
|
|
6341
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6342
|
+
"isSource": true,
|
|
6343
|
+
"original": {
|
|
6344
|
+
"value": "{zutphen.color.grey.82}"
|
|
6345
|
+
},
|
|
6346
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
6347
|
+
"attributes": {
|
|
6348
|
+
"category": "utrecht",
|
|
6349
|
+
"type": "button",
|
|
6350
|
+
"item": "secondary-action",
|
|
6351
|
+
"subitem": "disabled",
|
|
6352
|
+
"state": "background-color"
|
|
6353
|
+
},
|
|
6354
|
+
"path": [
|
|
6355
|
+
"utrecht",
|
|
6356
|
+
"button",
|
|
6357
|
+
"secondary-action",
|
|
6358
|
+
"disabled",
|
|
6359
|
+
"background-color"
|
|
6360
|
+
]
|
|
6361
|
+
},
|
|
6362
|
+
{
|
|
6363
|
+
"value": "#d1d1d1",
|
|
6364
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6365
|
+
"isSource": true,
|
|
6366
|
+
"original": {
|
|
6367
|
+
"value": "{zutphen.color.grey.82}"
|
|
6368
|
+
},
|
|
6369
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
6370
|
+
"attributes": {
|
|
6371
|
+
"category": "utrecht",
|
|
6372
|
+
"type": "button",
|
|
6373
|
+
"item": "secondary-action",
|
|
6374
|
+
"subitem": "disabled",
|
|
6375
|
+
"state": "border-color"
|
|
6376
|
+
},
|
|
6377
|
+
"path": [
|
|
6378
|
+
"utrecht",
|
|
6379
|
+
"button",
|
|
6380
|
+
"secondary-action",
|
|
6381
|
+
"disabled",
|
|
6382
|
+
"border-color"
|
|
6383
|
+
]
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"value": "#808080",
|
|
6387
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6388
|
+
"isSource": true,
|
|
6389
|
+
"original": {
|
|
6390
|
+
"value": "{zutphen.color.grey.50}"
|
|
6391
|
+
},
|
|
6392
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
6393
|
+
"attributes": {
|
|
6394
|
+
"category": "utrecht",
|
|
6395
|
+
"type": "button",
|
|
6396
|
+
"item": "secondary-action",
|
|
6397
|
+
"subitem": "disabled",
|
|
6398
|
+
"state": "color"
|
|
6399
|
+
},
|
|
6400
|
+
"path": [
|
|
6401
|
+
"utrecht",
|
|
6402
|
+
"button",
|
|
6403
|
+
"secondary-action",
|
|
6404
|
+
"disabled",
|
|
6405
|
+
"color"
|
|
6406
|
+
]
|
|
6407
|
+
},
|
|
6152
6408
|
{
|
|
6153
6409
|
"value": "400",
|
|
6154
6410
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -6239,6 +6495,75 @@
|
|
|
6239
6495
|
"color"
|
|
6240
6496
|
]
|
|
6241
6497
|
},
|
|
6498
|
+
{
|
|
6499
|
+
"value": "#d1d1d1",
|
|
6500
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6501
|
+
"isSource": true,
|
|
6502
|
+
"original": {
|
|
6503
|
+
"value": "{zutphen.color.grey.82}"
|
|
6504
|
+
},
|
|
6505
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
6506
|
+
"attributes": {
|
|
6507
|
+
"category": "utrecht",
|
|
6508
|
+
"type": "button",
|
|
6509
|
+
"item": "subtle",
|
|
6510
|
+
"subitem": "disabled",
|
|
6511
|
+
"state": "background-color"
|
|
6512
|
+
},
|
|
6513
|
+
"path": [
|
|
6514
|
+
"utrecht",
|
|
6515
|
+
"button",
|
|
6516
|
+
"subtle",
|
|
6517
|
+
"disabled",
|
|
6518
|
+
"background-color"
|
|
6519
|
+
]
|
|
6520
|
+
},
|
|
6521
|
+
{
|
|
6522
|
+
"value": "#d1d1d1",
|
|
6523
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6524
|
+
"isSource": true,
|
|
6525
|
+
"original": {
|
|
6526
|
+
"value": "{zutphen.color.grey.82}"
|
|
6527
|
+
},
|
|
6528
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
6529
|
+
"attributes": {
|
|
6530
|
+
"category": "utrecht",
|
|
6531
|
+
"type": "button",
|
|
6532
|
+
"item": "subtle",
|
|
6533
|
+
"subitem": "disabled",
|
|
6534
|
+
"state": "border-color"
|
|
6535
|
+
},
|
|
6536
|
+
"path": [
|
|
6537
|
+
"utrecht",
|
|
6538
|
+
"button",
|
|
6539
|
+
"subtle",
|
|
6540
|
+
"disabled",
|
|
6541
|
+
"border-color"
|
|
6542
|
+
]
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"value": "#808080",
|
|
6546
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6547
|
+
"isSource": true,
|
|
6548
|
+
"original": {
|
|
6549
|
+
"value": "{zutphen.color.grey.50}"
|
|
6550
|
+
},
|
|
6551
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
6552
|
+
"attributes": {
|
|
6553
|
+
"category": "utrecht",
|
|
6554
|
+
"type": "button",
|
|
6555
|
+
"item": "subtle",
|
|
6556
|
+
"subitem": "disabled",
|
|
6557
|
+
"state": "color"
|
|
6558
|
+
},
|
|
6559
|
+
"path": [
|
|
6560
|
+
"utrecht",
|
|
6561
|
+
"button",
|
|
6562
|
+
"subtle",
|
|
6563
|
+
"disabled",
|
|
6564
|
+
"color"
|
|
6565
|
+
]
|
|
6566
|
+
},
|
|
6242
6567
|
{
|
|
6243
6568
|
"value": "#f5f5f5",
|
|
6244
6569
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:40:17 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tooltip-z-index: 9999;
|
|
6
6
|
@conduction-tooltip-border-radius: 0px;
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
@conduction-primary-top-nav-padding-inline-start: 16px;
|
|
49
49
|
@conduction-primary-top-nav-padding-inline-end: 16px;
|
|
50
50
|
@conduction-primary-top-nav-item-padding: 18px;
|
|
51
|
+
@conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
51
52
|
@conduction-primary-top-nav-current-background-color: unset;
|
|
52
53
|
@conduction-logo-navbar-background-image: url('https://zutphen.nl/themes/zutphen/logo.svg');
|
|
53
54
|
@conduction-logo-navbar-block-size: 47px;
|
|
@@ -447,18 +448,28 @@
|
|
|
447
448
|
@utrecht-code-font-family: @zutphen-typography-monospace-font-family;
|
|
448
449
|
@utrecht-code-color: @zutphen-color-black-0;
|
|
449
450
|
@utrecht-code-background-color: @zutphen-color-lightgrey-96;
|
|
451
|
+
@utrecht-button-subtle-disabled-color: @zutphen-color-grey-50;
|
|
452
|
+
@utrecht-button-subtle-disabled-border-color: @zutphen-color-grey-82;
|
|
453
|
+
@utrecht-button-subtle-disabled-background-color: @zutphen-color-grey-82;
|
|
450
454
|
@utrecht-button-secondary-action-hover-background-color: @zutphen-color-white-100;
|
|
455
|
+
@utrecht-button-secondary-action-disabled-color: @zutphen-color-grey-50;
|
|
456
|
+
@utrecht-button-secondary-action-disabled-border-color: @zutphen-color-grey-82;
|
|
457
|
+
@utrecht-button-secondary-action-disabled-background-color: @zutphen-color-grey-82;
|
|
451
458
|
@utrecht-button-secondary-action-font-weight: @zutphen-typography-font-weight-normal;
|
|
452
459
|
@utrecht-button-secondary-action-border-width: @zutphen-size-3xs;
|
|
453
460
|
@utrecht-button-secondary-action-background-color: @zutphen-color-white-100;
|
|
454
461
|
@utrecht-button-primary-action-hover-color: @zutphen-color-white-100;
|
|
462
|
+
@utrecht-button-primary-action-disabled-color: @zutphen-color-grey-50;
|
|
463
|
+
@utrecht-button-primary-action-disabled-border-color: @zutphen-color-grey-82;
|
|
464
|
+
@utrecht-button-primary-action-disabled-background-color: @zutphen-color-grey-82;
|
|
455
465
|
@utrecht-button-primary-action-color: @zutphen-color-white-100;
|
|
456
466
|
@utrecht-button-primary-action-border-width: @zutphen-size-3xs;
|
|
457
467
|
@utrecht-button-hover-color: @zutphen-color-white-100;
|
|
458
468
|
@utrecht-button-hover-border-color: @zutphen-color-turquoise-48;
|
|
459
469
|
@utrecht-button-hover-background-color: @zutphen-color-turquoise-48;
|
|
460
|
-
@utrecht-button-disabled-
|
|
461
|
-
@utrecht-button-disabled-
|
|
470
|
+
@utrecht-button-disabled-color: @zutphen-color-grey-50;
|
|
471
|
+
@utrecht-button-disabled-border-color: @zutphen-color-grey-82;
|
|
472
|
+
@utrecht-button-disabled-background-color: @zutphen-color-grey-82;
|
|
462
473
|
@utrecht-button-icon-gap: @zutphen-size-xs;
|
|
463
474
|
@utrecht-button-padding-inline-end: @zutphen-size-sm;
|
|
464
475
|
@utrecht-button-padding-inline-start: @zutphen-size-sm;
|
|
@@ -552,6 +563,9 @@
|
|
|
552
563
|
@conduction-secondary-top-nav-current-box-shadow: inset 0 -4px @zutphen-color-primary;
|
|
553
564
|
@conduction-secondary-top-nav-current-color: @zutphen-color-primary;
|
|
554
565
|
@conduction-secondary-top-nav-hover-color: @zutphen-color-primary;
|
|
566
|
+
@conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 @zutphen-color-primary;
|
|
567
|
+
@conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px @zutphen-color-primary;
|
|
568
|
+
@conduction-primary-top-nav-dropdown-current-color: @zutphen-color-primary;
|
|
555
569
|
@conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 @zutphen-color-primary;
|
|
556
570
|
@conduction-primary-top-nav-current-box-shadow: inset 0 -4px @zutphen-color-primary;
|
|
557
571
|
@conduction-primary-top-nav-current-color: @zutphen-color-primary;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:40:17 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tooltip-z-index: 9999;
|
|
6
6
|
$conduction-tooltip-border-radius: 0px;
|
|
@@ -48,6 +48,7 @@ $conduction-primary-top-nav-padding-block-end: 16px;
|
|
|
48
48
|
$conduction-primary-top-nav-padding-inline-start: 16px;
|
|
49
49
|
$conduction-primary-top-nav-padding-inline-end: 16px;
|
|
50
50
|
$conduction-primary-top-nav-item-padding: 18px;
|
|
51
|
+
$conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
51
52
|
$conduction-primary-top-nav-current-background-color: unset;
|
|
52
53
|
$conduction-logo-navbar-background-image: url('https://zutphen.nl/themes/zutphen/logo.svg');
|
|
53
54
|
$conduction-logo-navbar-block-size: 47px;
|
|
@@ -447,18 +448,28 @@ $utrecht-code-block-background-color: $zutphen-color-lightgrey-96;
|
|
|
447
448
|
$utrecht-code-font-family: $zutphen-typography-monospace-font-family;
|
|
448
449
|
$utrecht-code-color: $zutphen-color-black-0;
|
|
449
450
|
$utrecht-code-background-color: $zutphen-color-lightgrey-96;
|
|
451
|
+
$utrecht-button-subtle-disabled-color: $zutphen-color-grey-50;
|
|
452
|
+
$utrecht-button-subtle-disabled-border-color: $zutphen-color-grey-82;
|
|
453
|
+
$utrecht-button-subtle-disabled-background-color: $zutphen-color-grey-82;
|
|
450
454
|
$utrecht-button-secondary-action-hover-background-color: $zutphen-color-white-100;
|
|
455
|
+
$utrecht-button-secondary-action-disabled-color: $zutphen-color-grey-50;
|
|
456
|
+
$utrecht-button-secondary-action-disabled-border-color: $zutphen-color-grey-82;
|
|
457
|
+
$utrecht-button-secondary-action-disabled-background-color: $zutphen-color-grey-82;
|
|
451
458
|
$utrecht-button-secondary-action-font-weight: $zutphen-typography-font-weight-normal;
|
|
452
459
|
$utrecht-button-secondary-action-border-width: $zutphen-size-3xs;
|
|
453
460
|
$utrecht-button-secondary-action-background-color: $zutphen-color-white-100;
|
|
454
461
|
$utrecht-button-primary-action-hover-color: $zutphen-color-white-100;
|
|
462
|
+
$utrecht-button-primary-action-disabled-color: $zutphen-color-grey-50;
|
|
463
|
+
$utrecht-button-primary-action-disabled-border-color: $zutphen-color-grey-82;
|
|
464
|
+
$utrecht-button-primary-action-disabled-background-color: $zutphen-color-grey-82;
|
|
455
465
|
$utrecht-button-primary-action-color: $zutphen-color-white-100;
|
|
456
466
|
$utrecht-button-primary-action-border-width: $zutphen-size-3xs;
|
|
457
467
|
$utrecht-button-hover-color: $zutphen-color-white-100;
|
|
458
468
|
$utrecht-button-hover-border-color: $zutphen-color-turquoise-48;
|
|
459
469
|
$utrecht-button-hover-background-color: $zutphen-color-turquoise-48;
|
|
460
|
-
$utrecht-button-disabled-
|
|
461
|
-
$utrecht-button-disabled-
|
|
470
|
+
$utrecht-button-disabled-color: $zutphen-color-grey-50;
|
|
471
|
+
$utrecht-button-disabled-border-color: $zutphen-color-grey-82;
|
|
472
|
+
$utrecht-button-disabled-background-color: $zutphen-color-grey-82;
|
|
462
473
|
$utrecht-button-icon-gap: $zutphen-size-xs;
|
|
463
474
|
$utrecht-button-padding-inline-end: $zutphen-size-sm;
|
|
464
475
|
$utrecht-button-padding-inline-start: $zutphen-size-sm;
|
|
@@ -552,6 +563,9 @@ $conduction-pagination-item-font-size: $utrecht-document-font-size;
|
|
|
552
563
|
$conduction-secondary-top-nav-current-box-shadow: inset 0 -4px $zutphen-color-primary;
|
|
553
564
|
$conduction-secondary-top-nav-current-color: $zutphen-color-primary;
|
|
554
565
|
$conduction-secondary-top-nav-hover-color: $zutphen-color-primary;
|
|
566
|
+
$conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 $zutphen-color-primary;
|
|
567
|
+
$conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px $zutphen-color-primary;
|
|
568
|
+
$conduction-primary-top-nav-dropdown-current-color: $zutphen-color-primary;
|
|
555
569
|
$conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 $zutphen-color-primary;
|
|
556
570
|
$conduction-primary-top-nav-current-box-shadow: inset 0 -4px $zutphen-color-primary;
|
|
557
571
|
$conduction-primary-top-nav-current-color: $zutphen-color-primary;
|