@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:38:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const dinkellandColorPrimary = "#006cb9";
|
|
@@ -35,6 +35,7 @@ export const dinkellandColorGrey31 = "#4f4f4f";
|
|
|
35
35
|
export const dinkellandColorGrey38 = "#5c6066";
|
|
36
36
|
export const dinkellandColorGrey42 = "#6b6b6b";
|
|
37
37
|
export const dinkellandColorGrey46 = "#767676";
|
|
38
|
+
export const dinkellandColorGrey50 = "#808080";
|
|
38
39
|
export const dinkellandColorGrey64 = "#9aa1ab"; // Base/Grey
|
|
39
40
|
export const dinkellandColorGrey72 = "#AEB6C2";
|
|
40
41
|
export const dinkellandColorGrey82 = "#d1d1d1";
|
|
@@ -167,6 +168,9 @@ export const utrechtButtonPaddingBlockEnd = "8px";
|
|
|
167
168
|
export const utrechtButtonPaddingInlineStart = "8px";
|
|
168
169
|
export const utrechtButtonPaddingInlineEnd = "8px";
|
|
169
170
|
export const utrechtButtonIconGap = "8px";
|
|
171
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
172
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
173
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
170
174
|
export const utrechtButtonHoverBackgroundColor = "#222222";
|
|
171
175
|
export const utrechtButtonHoverBorderColor = "#222222";
|
|
172
176
|
export const utrechtButtonHoverColor = "#ffffff";
|
|
@@ -175,6 +179,9 @@ export const utrechtButtonPrimaryActionBorderColor = "#deebf4";
|
|
|
175
179
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
176
180
|
export const utrechtButtonPrimaryActionColor = "#004e86";
|
|
177
181
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
182
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
183
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
184
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
178
185
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#deebf4";
|
|
179
186
|
export const utrechtButtonPrimaryActionHoverBorderColor = "#deebf4";
|
|
180
187
|
export const utrechtButtonPrimaryActionHoverColor = "#004e86";
|
|
@@ -189,12 +196,18 @@ export const utrechtButtonSecondaryActionBorderColor = "#006cb9";
|
|
|
189
196
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
190
197
|
export const utrechtButtonSecondaryActionColor = "#006cb9";
|
|
191
198
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
199
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
200
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
201
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
192
202
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
193
203
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#004e86";
|
|
194
204
|
export const utrechtButtonSecondaryActionHoverColor = "#004e86";
|
|
195
205
|
export const utrechtButtonSecondaryActionFocusBackgroundColor = "#ffffff";
|
|
196
206
|
export const utrechtButtonSecondaryActionFocusBorderColor = "#004e86";
|
|
197
207
|
export const utrechtButtonSecondaryActionFocusColor = "#004e86";
|
|
208
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
209
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
210
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
198
211
|
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
199
212
|
export const utrechtCodeColor = "#333333";
|
|
200
213
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -488,6 +501,10 @@ export const conductionPrimaryTopNavCurrentColor = "#006cb9";
|
|
|
488
501
|
export const conductionPrimaryTopNavCurrentBackgroundColor = "unset";
|
|
489
502
|
export const conductionPrimaryTopNavCurrentBoxShadow = "inset 0 -4px #006cb9";
|
|
490
503
|
export const conductionPrimaryTopNavCurrentMobileBoxShadow = "inset 4px 0 #006cb9";
|
|
504
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#006cb9";
|
|
505
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "unset";
|
|
506
|
+
export const conductionPrimaryTopNavDropdownCurrentBoxShadow = "inset 0 -4px #006cb9";
|
|
507
|
+
export const conductionPrimaryTopNavDropdownCurrentMobileBoxShadow = "inset 4px 0 #006cb9";
|
|
491
508
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
492
509
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
493
510
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|
|
@@ -2772,6 +2772,103 @@
|
|
|
2772
2772
|
"box-shadow"
|
|
2773
2773
|
]
|
|
2774
2774
|
},
|
|
2775
|
+
{
|
|
2776
|
+
"value": "unset",
|
|
2777
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2778
|
+
"isSource": true,
|
|
2779
|
+
"original": {
|
|
2780
|
+
"value": "unset"
|
|
2781
|
+
},
|
|
2782
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
2783
|
+
"attributes": {
|
|
2784
|
+
"category": "conduction",
|
|
2785
|
+
"type": "primary",
|
|
2786
|
+
"item": "top-nav",
|
|
2787
|
+
"subitem": "dropdown",
|
|
2788
|
+
"state": "current"
|
|
2789
|
+
},
|
|
2790
|
+
"path": [
|
|
2791
|
+
"conduction",
|
|
2792
|
+
"primary",
|
|
2793
|
+
"top-nav",
|
|
2794
|
+
"dropdown",
|
|
2795
|
+
"current",
|
|
2796
|
+
"background-color"
|
|
2797
|
+
]
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"value": "inset 0 -4px #006cb9",
|
|
2801
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2802
|
+
"isSource": true,
|
|
2803
|
+
"original": {
|
|
2804
|
+
"value": "inset 0 -4px {dinkelland.color.primary}"
|
|
2805
|
+
},
|
|
2806
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
2807
|
+
"attributes": {
|
|
2808
|
+
"category": "conduction",
|
|
2809
|
+
"type": "primary",
|
|
2810
|
+
"item": "top-nav",
|
|
2811
|
+
"subitem": "dropdown",
|
|
2812
|
+
"state": "current"
|
|
2813
|
+
},
|
|
2814
|
+
"path": [
|
|
2815
|
+
"conduction",
|
|
2816
|
+
"primary",
|
|
2817
|
+
"top-nav",
|
|
2818
|
+
"dropdown",
|
|
2819
|
+
"current",
|
|
2820
|
+
"box-shadow"
|
|
2821
|
+
]
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"value": "#006cb9",
|
|
2825
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2826
|
+
"isSource": true,
|
|
2827
|
+
"original": {
|
|
2828
|
+
"value": "{dinkelland.color.primary}"
|
|
2829
|
+
},
|
|
2830
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
2831
|
+
"attributes": {
|
|
2832
|
+
"category": "conduction",
|
|
2833
|
+
"type": "primary",
|
|
2834
|
+
"item": "top-nav",
|
|
2835
|
+
"subitem": "dropdown",
|
|
2836
|
+
"state": "current"
|
|
2837
|
+
},
|
|
2838
|
+
"path": [
|
|
2839
|
+
"conduction",
|
|
2840
|
+
"primary",
|
|
2841
|
+
"top-nav",
|
|
2842
|
+
"dropdown",
|
|
2843
|
+
"current",
|
|
2844
|
+
"color"
|
|
2845
|
+
]
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"value": "inset 4px 0 #006cb9",
|
|
2849
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2850
|
+
"isSource": true,
|
|
2851
|
+
"original": {
|
|
2852
|
+
"value": "inset 4px 0 {dinkelland.color.primary}"
|
|
2853
|
+
},
|
|
2854
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
2855
|
+
"attributes": {
|
|
2856
|
+
"category": "conduction",
|
|
2857
|
+
"type": "primary",
|
|
2858
|
+
"item": "top-nav",
|
|
2859
|
+
"subitem": "dropdown",
|
|
2860
|
+
"state": "current"
|
|
2861
|
+
},
|
|
2862
|
+
"path": [
|
|
2863
|
+
"conduction",
|
|
2864
|
+
"primary",
|
|
2865
|
+
"top-nav",
|
|
2866
|
+
"dropdown",
|
|
2867
|
+
"current",
|
|
2868
|
+
"mobile",
|
|
2869
|
+
"box-shadow"
|
|
2870
|
+
]
|
|
2871
|
+
},
|
|
2775
2872
|
{
|
|
2776
2873
|
"value": "#ffffff",
|
|
2777
2874
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
@@ -5305,6 +5402,27 @@
|
|
|
5305
5402
|
"46"
|
|
5306
5403
|
]
|
|
5307
5404
|
},
|
|
5405
|
+
{
|
|
5406
|
+
"value": "#808080",
|
|
5407
|
+
"filePath": "src/brand/dinkelland/color.tokens.json",
|
|
5408
|
+
"isSource": true,
|
|
5409
|
+
"original": {
|
|
5410
|
+
"value": "#808080"
|
|
5411
|
+
},
|
|
5412
|
+
"name": "dinkellandColorGrey50",
|
|
5413
|
+
"attributes": {
|
|
5414
|
+
"category": "dinkelland",
|
|
5415
|
+
"type": "color",
|
|
5416
|
+
"item": "grey",
|
|
5417
|
+
"subitem": "50"
|
|
5418
|
+
},
|
|
5419
|
+
"path": [
|
|
5420
|
+
"dinkelland",
|
|
5421
|
+
"color",
|
|
5422
|
+
"grey",
|
|
5423
|
+
"50"
|
|
5424
|
+
]
|
|
5425
|
+
},
|
|
5308
5426
|
{
|
|
5309
5427
|
"value": "#9aa1ab",
|
|
5310
5428
|
"comment": "Base/Grey",
|
|
@@ -7627,6 +7745,69 @@
|
|
|
7627
7745
|
"color"
|
|
7628
7746
|
]
|
|
7629
7747
|
},
|
|
7748
|
+
{
|
|
7749
|
+
"value": "#d1d1d1",
|
|
7750
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7751
|
+
"isSource": true,
|
|
7752
|
+
"original": {
|
|
7753
|
+
"value": "{dinkelland.color.grey.82}"
|
|
7754
|
+
},
|
|
7755
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
7756
|
+
"attributes": {
|
|
7757
|
+
"category": "utrecht",
|
|
7758
|
+
"type": "button",
|
|
7759
|
+
"item": "disabled",
|
|
7760
|
+
"subitem": "background-color"
|
|
7761
|
+
},
|
|
7762
|
+
"path": [
|
|
7763
|
+
"utrecht",
|
|
7764
|
+
"button",
|
|
7765
|
+
"disabled",
|
|
7766
|
+
"background-color"
|
|
7767
|
+
]
|
|
7768
|
+
},
|
|
7769
|
+
{
|
|
7770
|
+
"value": "#d1d1d1",
|
|
7771
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7772
|
+
"isSource": true,
|
|
7773
|
+
"original": {
|
|
7774
|
+
"value": "{dinkelland.color.grey.82}"
|
|
7775
|
+
},
|
|
7776
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
7777
|
+
"attributes": {
|
|
7778
|
+
"category": "utrecht",
|
|
7779
|
+
"type": "button",
|
|
7780
|
+
"item": "disabled",
|
|
7781
|
+
"subitem": "border-color"
|
|
7782
|
+
},
|
|
7783
|
+
"path": [
|
|
7784
|
+
"utrecht",
|
|
7785
|
+
"button",
|
|
7786
|
+
"disabled",
|
|
7787
|
+
"border-color"
|
|
7788
|
+
]
|
|
7789
|
+
},
|
|
7790
|
+
{
|
|
7791
|
+
"value": "#808080",
|
|
7792
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7793
|
+
"isSource": true,
|
|
7794
|
+
"original": {
|
|
7795
|
+
"value": "{dinkelland.color.grey.50}"
|
|
7796
|
+
},
|
|
7797
|
+
"name": "utrechtButtonDisabledColor",
|
|
7798
|
+
"attributes": {
|
|
7799
|
+
"category": "utrecht",
|
|
7800
|
+
"type": "button",
|
|
7801
|
+
"item": "disabled",
|
|
7802
|
+
"subitem": "color"
|
|
7803
|
+
},
|
|
7804
|
+
"path": [
|
|
7805
|
+
"utrecht",
|
|
7806
|
+
"button",
|
|
7807
|
+
"disabled",
|
|
7808
|
+
"color"
|
|
7809
|
+
]
|
|
7810
|
+
},
|
|
7630
7811
|
{
|
|
7631
7812
|
"value": "\"Lato\", Arial, sans-serif",
|
|
7632
7813
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -7928,6 +8109,75 @@
|
|
|
7928
8109
|
"color"
|
|
7929
8110
|
]
|
|
7930
8111
|
},
|
|
8112
|
+
{
|
|
8113
|
+
"value": "#d1d1d1",
|
|
8114
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8115
|
+
"isSource": true,
|
|
8116
|
+
"original": {
|
|
8117
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8118
|
+
},
|
|
8119
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
8120
|
+
"attributes": {
|
|
8121
|
+
"category": "utrecht",
|
|
8122
|
+
"type": "button",
|
|
8123
|
+
"item": "primary-action",
|
|
8124
|
+
"subitem": "disabled",
|
|
8125
|
+
"state": "background-color"
|
|
8126
|
+
},
|
|
8127
|
+
"path": [
|
|
8128
|
+
"utrecht",
|
|
8129
|
+
"button",
|
|
8130
|
+
"primary-action",
|
|
8131
|
+
"disabled",
|
|
8132
|
+
"background-color"
|
|
8133
|
+
]
|
|
8134
|
+
},
|
|
8135
|
+
{
|
|
8136
|
+
"value": "#d1d1d1",
|
|
8137
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8138
|
+
"isSource": true,
|
|
8139
|
+
"original": {
|
|
8140
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8141
|
+
},
|
|
8142
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
8143
|
+
"attributes": {
|
|
8144
|
+
"category": "utrecht",
|
|
8145
|
+
"type": "button",
|
|
8146
|
+
"item": "primary-action",
|
|
8147
|
+
"subitem": "disabled",
|
|
8148
|
+
"state": "border-color"
|
|
8149
|
+
},
|
|
8150
|
+
"path": [
|
|
8151
|
+
"utrecht",
|
|
8152
|
+
"button",
|
|
8153
|
+
"primary-action",
|
|
8154
|
+
"disabled",
|
|
8155
|
+
"border-color"
|
|
8156
|
+
]
|
|
8157
|
+
},
|
|
8158
|
+
{
|
|
8159
|
+
"value": "#808080",
|
|
8160
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8161
|
+
"isSource": true,
|
|
8162
|
+
"original": {
|
|
8163
|
+
"value": "{dinkelland.color.grey.50}"
|
|
8164
|
+
},
|
|
8165
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
8166
|
+
"attributes": {
|
|
8167
|
+
"category": "utrecht",
|
|
8168
|
+
"type": "button",
|
|
8169
|
+
"item": "primary-action",
|
|
8170
|
+
"subitem": "disabled",
|
|
8171
|
+
"state": "color"
|
|
8172
|
+
},
|
|
8173
|
+
"path": [
|
|
8174
|
+
"utrecht",
|
|
8175
|
+
"button",
|
|
8176
|
+
"primary-action",
|
|
8177
|
+
"disabled",
|
|
8178
|
+
"color"
|
|
8179
|
+
]
|
|
8180
|
+
},
|
|
7931
8181
|
{
|
|
7932
8182
|
"value": "#deebf4",
|
|
7933
8183
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -8240,6 +8490,75 @@
|
|
|
8240
8490
|
"color"
|
|
8241
8491
|
]
|
|
8242
8492
|
},
|
|
8493
|
+
{
|
|
8494
|
+
"value": "#d1d1d1",
|
|
8495
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8496
|
+
"isSource": true,
|
|
8497
|
+
"original": {
|
|
8498
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8499
|
+
},
|
|
8500
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
8501
|
+
"attributes": {
|
|
8502
|
+
"category": "utrecht",
|
|
8503
|
+
"type": "button",
|
|
8504
|
+
"item": "secondary-action",
|
|
8505
|
+
"subitem": "disabled",
|
|
8506
|
+
"state": "background-color"
|
|
8507
|
+
},
|
|
8508
|
+
"path": [
|
|
8509
|
+
"utrecht",
|
|
8510
|
+
"button",
|
|
8511
|
+
"secondary-action",
|
|
8512
|
+
"disabled",
|
|
8513
|
+
"background-color"
|
|
8514
|
+
]
|
|
8515
|
+
},
|
|
8516
|
+
{
|
|
8517
|
+
"value": "#d1d1d1",
|
|
8518
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8519
|
+
"isSource": true,
|
|
8520
|
+
"original": {
|
|
8521
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8522
|
+
},
|
|
8523
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
8524
|
+
"attributes": {
|
|
8525
|
+
"category": "utrecht",
|
|
8526
|
+
"type": "button",
|
|
8527
|
+
"item": "secondary-action",
|
|
8528
|
+
"subitem": "disabled",
|
|
8529
|
+
"state": "border-color"
|
|
8530
|
+
},
|
|
8531
|
+
"path": [
|
|
8532
|
+
"utrecht",
|
|
8533
|
+
"button",
|
|
8534
|
+
"secondary-action",
|
|
8535
|
+
"disabled",
|
|
8536
|
+
"border-color"
|
|
8537
|
+
]
|
|
8538
|
+
},
|
|
8539
|
+
{
|
|
8540
|
+
"value": "#808080",
|
|
8541
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8542
|
+
"isSource": true,
|
|
8543
|
+
"original": {
|
|
8544
|
+
"value": "{dinkelland.color.grey.50}"
|
|
8545
|
+
},
|
|
8546
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
8547
|
+
"attributes": {
|
|
8548
|
+
"category": "utrecht",
|
|
8549
|
+
"type": "button",
|
|
8550
|
+
"item": "secondary-action",
|
|
8551
|
+
"subitem": "disabled",
|
|
8552
|
+
"state": "color"
|
|
8553
|
+
},
|
|
8554
|
+
"path": [
|
|
8555
|
+
"utrecht",
|
|
8556
|
+
"button",
|
|
8557
|
+
"secondary-action",
|
|
8558
|
+
"disabled",
|
|
8559
|
+
"color"
|
|
8560
|
+
]
|
|
8561
|
+
},
|
|
8243
8562
|
{
|
|
8244
8563
|
"value": "#ffffff",
|
|
8245
8564
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -8399,6 +8718,75 @@
|
|
|
8399
8718
|
"color"
|
|
8400
8719
|
]
|
|
8401
8720
|
},
|
|
8721
|
+
{
|
|
8722
|
+
"value": "#d1d1d1",
|
|
8723
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8724
|
+
"isSource": true,
|
|
8725
|
+
"original": {
|
|
8726
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8727
|
+
},
|
|
8728
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
8729
|
+
"attributes": {
|
|
8730
|
+
"category": "utrecht",
|
|
8731
|
+
"type": "button",
|
|
8732
|
+
"item": "subtle",
|
|
8733
|
+
"subitem": "disabled",
|
|
8734
|
+
"state": "background-color"
|
|
8735
|
+
},
|
|
8736
|
+
"path": [
|
|
8737
|
+
"utrecht",
|
|
8738
|
+
"button",
|
|
8739
|
+
"subtle",
|
|
8740
|
+
"disabled",
|
|
8741
|
+
"background-color"
|
|
8742
|
+
]
|
|
8743
|
+
},
|
|
8744
|
+
{
|
|
8745
|
+
"value": "#d1d1d1",
|
|
8746
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8747
|
+
"isSource": true,
|
|
8748
|
+
"original": {
|
|
8749
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8750
|
+
},
|
|
8751
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
8752
|
+
"attributes": {
|
|
8753
|
+
"category": "utrecht",
|
|
8754
|
+
"type": "button",
|
|
8755
|
+
"item": "subtle",
|
|
8756
|
+
"subitem": "disabled",
|
|
8757
|
+
"state": "border-color"
|
|
8758
|
+
},
|
|
8759
|
+
"path": [
|
|
8760
|
+
"utrecht",
|
|
8761
|
+
"button",
|
|
8762
|
+
"subtle",
|
|
8763
|
+
"disabled",
|
|
8764
|
+
"border-color"
|
|
8765
|
+
]
|
|
8766
|
+
},
|
|
8767
|
+
{
|
|
8768
|
+
"value": "#808080",
|
|
8769
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8770
|
+
"isSource": true,
|
|
8771
|
+
"original": {
|
|
8772
|
+
"value": "{dinkelland.color.grey.50}"
|
|
8773
|
+
},
|
|
8774
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
8775
|
+
"attributes": {
|
|
8776
|
+
"category": "utrecht",
|
|
8777
|
+
"type": "button",
|
|
8778
|
+
"item": "subtle",
|
|
8779
|
+
"subitem": "disabled",
|
|
8780
|
+
"state": "color"
|
|
8781
|
+
},
|
|
8782
|
+
"path": [
|
|
8783
|
+
"utrecht",
|
|
8784
|
+
"button",
|
|
8785
|
+
"subtle",
|
|
8786
|
+
"disabled",
|
|
8787
|
+
"color"
|
|
8788
|
+
]
|
|
8789
|
+
},
|
|
8402
8790
|
{
|
|
8403
8791
|
"value": "#f5f5f5",
|
|
8404
8792
|
"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:38:58 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tooltip-z-index: 9999;
|
|
6
6
|
@conduction-tooltip-border-radius: 0px;
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
@conduction-primary-top-nav-padding-inline-start: 16px;
|
|
67
67
|
@conduction-primary-top-nav-padding-inline-end: 16px;
|
|
68
68
|
@conduction-primary-top-nav-item-padding: 18px;
|
|
69
|
+
@conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
69
70
|
@conduction-primary-top-nav-current-background-color: unset;
|
|
70
71
|
@conduction-logo-navbar-background-image: url('https://www.dinkelland.nl/sites/all/themes/dinkelland/logo.svg');
|
|
71
72
|
@conduction-logo-navbar-block-size: 40px;
|
|
@@ -191,6 +192,7 @@
|
|
|
191
192
|
@dinkelland-color-grey-82: #d1d1d1;
|
|
192
193
|
@dinkelland-color-grey-72: #AEB6C2;
|
|
193
194
|
@dinkelland-color-grey-64: #9aa1ab; // Base/Grey
|
|
195
|
+
@dinkelland-color-grey-50: #808080;
|
|
194
196
|
@dinkelland-color-grey-46: #767676;
|
|
195
197
|
@dinkelland-color-grey-42: #6b6b6b;
|
|
196
198
|
@dinkelland-color-grey-38: #5c6066;
|
|
@@ -461,8 +463,14 @@
|
|
|
461
463
|
@utrecht-code-block-background-color: @dinkelland-color-lightgrey-96;
|
|
462
464
|
@utrecht-code-font-family: @dinkelland-typography-monospace-font-family;
|
|
463
465
|
@utrecht-code-background-color: @dinkelland-color-lightgrey-96;
|
|
466
|
+
@utrecht-button-subtle-disabled-color: @dinkelland-color-grey-50;
|
|
467
|
+
@utrecht-button-subtle-disabled-border-color: @dinkelland-color-grey-82;
|
|
468
|
+
@utrecht-button-subtle-disabled-background-color: @dinkelland-color-grey-82;
|
|
464
469
|
@utrecht-button-secondary-action-focus-background-color: @dinkelland-color-white-100;
|
|
465
470
|
@utrecht-button-secondary-action-hover-background-color: @dinkelland-color-white-100;
|
|
471
|
+
@utrecht-button-secondary-action-disabled-color: @dinkelland-color-grey-50;
|
|
472
|
+
@utrecht-button-secondary-action-disabled-border-color: @dinkelland-color-grey-82;
|
|
473
|
+
@utrecht-button-secondary-action-disabled-background-color: @dinkelland-color-grey-82;
|
|
466
474
|
@utrecht-button-secondary-action-font-weight: @dinkelland-typography-font-weight-normal;
|
|
467
475
|
@utrecht-button-secondary-action-border-width: @dinkelland-size-3xs;
|
|
468
476
|
@utrecht-button-secondary-action-background-color: @dinkelland-color-white-100;
|
|
@@ -475,6 +483,9 @@
|
|
|
475
483
|
@utrecht-button-primary-action-hover-color: @dinkelland-color-blue-26;
|
|
476
484
|
@utrecht-button-primary-action-hover-border-color: @dinkelland-color-blue-91;
|
|
477
485
|
@utrecht-button-primary-action-hover-background-color: @dinkelland-color-blue-91;
|
|
486
|
+
@utrecht-button-primary-action-disabled-color: @dinkelland-color-grey-50;
|
|
487
|
+
@utrecht-button-primary-action-disabled-border-color: @dinkelland-color-grey-82;
|
|
488
|
+
@utrecht-button-primary-action-disabled-background-color: @dinkelland-color-grey-82;
|
|
478
489
|
@utrecht-button-primary-action-color: @dinkelland-color-blue-26;
|
|
479
490
|
@utrecht-button-primary-action-border-width: @dinkelland-size-3xs;
|
|
480
491
|
@utrecht-button-primary-action-border-color: @dinkelland-color-blue-91;
|
|
@@ -482,6 +493,9 @@
|
|
|
482
493
|
@utrecht-button-hover-color: @dinkelland-color-white-100;
|
|
483
494
|
@utrecht-button-hover-border-color: @dinkelland-color-black-13;
|
|
484
495
|
@utrecht-button-hover-background-color: @dinkelland-color-black-13;
|
|
496
|
+
@utrecht-button-disabled-color: @dinkelland-color-grey-50;
|
|
497
|
+
@utrecht-button-disabled-border-color: @dinkelland-color-grey-82;
|
|
498
|
+
@utrecht-button-disabled-background-color: @dinkelland-color-grey-82;
|
|
485
499
|
@utrecht-button-icon-gap: @dinkelland-size-xs;
|
|
486
500
|
@utrecht-button-padding-inline-end: @dinkelland-size-xs;
|
|
487
501
|
@utrecht-button-padding-inline-start: @dinkelland-size-xs;
|
|
@@ -574,6 +588,9 @@
|
|
|
574
588
|
@conduction-secondary-top-nav-current-box-shadow: inset 0 -4px @dinkelland-color-primary;
|
|
575
589
|
@conduction-secondary-top-nav-current-color: @dinkelland-color-primary;
|
|
576
590
|
@conduction-secondary-top-nav-hover-color: @dinkelland-color-primary;
|
|
591
|
+
@conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 @dinkelland-color-primary;
|
|
592
|
+
@conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px @dinkelland-color-primary;
|
|
593
|
+
@conduction-primary-top-nav-dropdown-current-color: @dinkelland-color-primary;
|
|
577
594
|
@conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 @dinkelland-color-primary;
|
|
578
595
|
@conduction-primary-top-nav-current-box-shadow: inset 0 -4px @dinkelland-color-primary;
|
|
579
596
|
@conduction-primary-top-nav-current-color: @dinkelland-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:38:58 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tooltip-z-index: 9999;
|
|
6
6
|
$conduction-tooltip-border-radius: 0px;
|
|
@@ -66,6 +66,7 @@ $conduction-primary-top-nav-padding-block-end: 16px;
|
|
|
66
66
|
$conduction-primary-top-nav-padding-inline-start: 16px;
|
|
67
67
|
$conduction-primary-top-nav-padding-inline-end: 16px;
|
|
68
68
|
$conduction-primary-top-nav-item-padding: 18px;
|
|
69
|
+
$conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
69
70
|
$conduction-primary-top-nav-current-background-color: unset;
|
|
70
71
|
$conduction-logo-navbar-background-image: url('https://www.dinkelland.nl/sites/all/themes/dinkelland/logo.svg');
|
|
71
72
|
$conduction-logo-navbar-block-size: 40px;
|
|
@@ -191,6 +192,7 @@ $dinkelland-color-grey-94: #edeff2;
|
|
|
191
192
|
$dinkelland-color-grey-82: #d1d1d1;
|
|
192
193
|
$dinkelland-color-grey-72: #AEB6C2;
|
|
193
194
|
$dinkelland-color-grey-64: #9aa1ab; // Base/Grey
|
|
195
|
+
$dinkelland-color-grey-50: #808080;
|
|
194
196
|
$dinkelland-color-grey-46: #767676;
|
|
195
197
|
$dinkelland-color-grey-42: #6b6b6b;
|
|
196
198
|
$dinkelland-color-grey-38: #5c6066;
|
|
@@ -461,8 +463,14 @@ $utrecht-code-block-font-family: $dinkelland-typography-monospace-font-family;
|
|
|
461
463
|
$utrecht-code-block-background-color: $dinkelland-color-lightgrey-96;
|
|
462
464
|
$utrecht-code-font-family: $dinkelland-typography-monospace-font-family;
|
|
463
465
|
$utrecht-code-background-color: $dinkelland-color-lightgrey-96;
|
|
466
|
+
$utrecht-button-subtle-disabled-color: $dinkelland-color-grey-50;
|
|
467
|
+
$utrecht-button-subtle-disabled-border-color: $dinkelland-color-grey-82;
|
|
468
|
+
$utrecht-button-subtle-disabled-background-color: $dinkelland-color-grey-82;
|
|
464
469
|
$utrecht-button-secondary-action-focus-background-color: $dinkelland-color-white-100;
|
|
465
470
|
$utrecht-button-secondary-action-hover-background-color: $dinkelland-color-white-100;
|
|
471
|
+
$utrecht-button-secondary-action-disabled-color: $dinkelland-color-grey-50;
|
|
472
|
+
$utrecht-button-secondary-action-disabled-border-color: $dinkelland-color-grey-82;
|
|
473
|
+
$utrecht-button-secondary-action-disabled-background-color: $dinkelland-color-grey-82;
|
|
466
474
|
$utrecht-button-secondary-action-font-weight: $dinkelland-typography-font-weight-normal;
|
|
467
475
|
$utrecht-button-secondary-action-border-width: $dinkelland-size-3xs;
|
|
468
476
|
$utrecht-button-secondary-action-background-color: $dinkelland-color-white-100;
|
|
@@ -475,6 +483,9 @@ $utrecht-button-primary-action-focus-background-color: $dinkelland-color-blue-91
|
|
|
475
483
|
$utrecht-button-primary-action-hover-color: $dinkelland-color-blue-26;
|
|
476
484
|
$utrecht-button-primary-action-hover-border-color: $dinkelland-color-blue-91;
|
|
477
485
|
$utrecht-button-primary-action-hover-background-color: $dinkelland-color-blue-91;
|
|
486
|
+
$utrecht-button-primary-action-disabled-color: $dinkelland-color-grey-50;
|
|
487
|
+
$utrecht-button-primary-action-disabled-border-color: $dinkelland-color-grey-82;
|
|
488
|
+
$utrecht-button-primary-action-disabled-background-color: $dinkelland-color-grey-82;
|
|
478
489
|
$utrecht-button-primary-action-color: $dinkelland-color-blue-26;
|
|
479
490
|
$utrecht-button-primary-action-border-width: $dinkelland-size-3xs;
|
|
480
491
|
$utrecht-button-primary-action-border-color: $dinkelland-color-blue-91;
|
|
@@ -482,6 +493,9 @@ $utrecht-button-primary-action-background-color: $dinkelland-color-blue-91;
|
|
|
482
493
|
$utrecht-button-hover-color: $dinkelland-color-white-100;
|
|
483
494
|
$utrecht-button-hover-border-color: $dinkelland-color-black-13;
|
|
484
495
|
$utrecht-button-hover-background-color: $dinkelland-color-black-13;
|
|
496
|
+
$utrecht-button-disabled-color: $dinkelland-color-grey-50;
|
|
497
|
+
$utrecht-button-disabled-border-color: $dinkelland-color-grey-82;
|
|
498
|
+
$utrecht-button-disabled-background-color: $dinkelland-color-grey-82;
|
|
485
499
|
$utrecht-button-icon-gap: $dinkelland-size-xs;
|
|
486
500
|
$utrecht-button-padding-inline-end: $dinkelland-size-xs;
|
|
487
501
|
$utrecht-button-padding-inline-start: $dinkelland-size-xs;
|
|
@@ -574,6 +588,9 @@ $conduction-pagination-item-background-color: $dinkelland-color-primary;
|
|
|
574
588
|
$conduction-secondary-top-nav-current-box-shadow: inset 0 -4px $dinkelland-color-primary;
|
|
575
589
|
$conduction-secondary-top-nav-current-color: $dinkelland-color-primary;
|
|
576
590
|
$conduction-secondary-top-nav-hover-color: $dinkelland-color-primary;
|
|
591
|
+
$conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 $dinkelland-color-primary;
|
|
592
|
+
$conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px $dinkelland-color-primary;
|
|
593
|
+
$conduction-primary-top-nav-dropdown-current-color: $dinkelland-color-primary;
|
|
577
594
|
$conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 $dinkelland-color-primary;
|
|
578
595
|
$conduction-primary-top-nav-current-box-shadow: inset 0 -4px $dinkelland-color-primary;
|
|
579
596
|
$conduction-primary-top-nav-current-color: $dinkelland-color-primary;
|