@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
|
@@ -479,6 +479,27 @@
|
|
|
479
479
|
"46"
|
|
480
480
|
]
|
|
481
481
|
},
|
|
482
|
+
"50": {
|
|
483
|
+
"value": "#808080",
|
|
484
|
+
"filePath": "src/brand/dimpact/color.tokens.json",
|
|
485
|
+
"isSource": true,
|
|
486
|
+
"original": {
|
|
487
|
+
"value": "#808080"
|
|
488
|
+
},
|
|
489
|
+
"name": "dimpactColorGrey50",
|
|
490
|
+
"attributes": {
|
|
491
|
+
"category": "dimpact",
|
|
492
|
+
"type": "color",
|
|
493
|
+
"item": "grey",
|
|
494
|
+
"subitem": "50"
|
|
495
|
+
},
|
|
496
|
+
"path": [
|
|
497
|
+
"dimpact",
|
|
498
|
+
"color",
|
|
499
|
+
"grey",
|
|
500
|
+
"50"
|
|
501
|
+
]
|
|
502
|
+
},
|
|
482
503
|
"82": {
|
|
483
504
|
"value": "#d1d1d1",
|
|
484
505
|
"filePath": "src/brand/dimpact/color.tokens.json",
|
|
@@ -3132,9 +3153,69 @@
|
|
|
3132
3153
|
"size": {}
|
|
3133
3154
|
},
|
|
3134
3155
|
"disabled": {
|
|
3135
|
-
"background-color": {
|
|
3136
|
-
|
|
3137
|
-
|
|
3156
|
+
"background-color": {
|
|
3157
|
+
"value": "#d1d1d1",
|
|
3158
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3159
|
+
"isSource": true,
|
|
3160
|
+
"original": {
|
|
3161
|
+
"value": "{dimpact.color.grey.82}"
|
|
3162
|
+
},
|
|
3163
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
3164
|
+
"attributes": {
|
|
3165
|
+
"category": "utrecht",
|
|
3166
|
+
"type": "button",
|
|
3167
|
+
"item": "disabled",
|
|
3168
|
+
"subitem": "background-color"
|
|
3169
|
+
},
|
|
3170
|
+
"path": [
|
|
3171
|
+
"utrecht",
|
|
3172
|
+
"button",
|
|
3173
|
+
"disabled",
|
|
3174
|
+
"background-color"
|
|
3175
|
+
]
|
|
3176
|
+
},
|
|
3177
|
+
"border-color": {
|
|
3178
|
+
"value": "#d1d1d1",
|
|
3179
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3180
|
+
"isSource": true,
|
|
3181
|
+
"original": {
|
|
3182
|
+
"value": "{dimpact.color.grey.82}"
|
|
3183
|
+
},
|
|
3184
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
3185
|
+
"attributes": {
|
|
3186
|
+
"category": "utrecht",
|
|
3187
|
+
"type": "button",
|
|
3188
|
+
"item": "disabled",
|
|
3189
|
+
"subitem": "border-color"
|
|
3190
|
+
},
|
|
3191
|
+
"path": [
|
|
3192
|
+
"utrecht",
|
|
3193
|
+
"button",
|
|
3194
|
+
"disabled",
|
|
3195
|
+
"border-color"
|
|
3196
|
+
]
|
|
3197
|
+
},
|
|
3198
|
+
"color": {
|
|
3199
|
+
"value": "#808080",
|
|
3200
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3201
|
+
"isSource": true,
|
|
3202
|
+
"original": {
|
|
3203
|
+
"value": "{dimpact.color.grey.50}"
|
|
3204
|
+
},
|
|
3205
|
+
"name": "utrechtButtonDisabledColor",
|
|
3206
|
+
"attributes": {
|
|
3207
|
+
"category": "utrecht",
|
|
3208
|
+
"type": "button",
|
|
3209
|
+
"item": "disabled",
|
|
3210
|
+
"subitem": "color"
|
|
3211
|
+
},
|
|
3212
|
+
"path": [
|
|
3213
|
+
"utrecht",
|
|
3214
|
+
"button",
|
|
3215
|
+
"disabled",
|
|
3216
|
+
"color"
|
|
3217
|
+
]
|
|
3218
|
+
}
|
|
3138
3219
|
},
|
|
3139
3220
|
"focus": {
|
|
3140
3221
|
"background-color": {},
|
|
@@ -3325,9 +3406,75 @@
|
|
|
3325
3406
|
"color": {}
|
|
3326
3407
|
},
|
|
3327
3408
|
"disabled": {
|
|
3328
|
-
"background-color": {
|
|
3329
|
-
|
|
3330
|
-
|
|
3409
|
+
"background-color": {
|
|
3410
|
+
"value": "#d1d1d1",
|
|
3411
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3412
|
+
"isSource": true,
|
|
3413
|
+
"original": {
|
|
3414
|
+
"value": "{dimpact.color.grey.82}"
|
|
3415
|
+
},
|
|
3416
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
3417
|
+
"attributes": {
|
|
3418
|
+
"category": "utrecht",
|
|
3419
|
+
"type": "button",
|
|
3420
|
+
"item": "primary-action",
|
|
3421
|
+
"subitem": "disabled",
|
|
3422
|
+
"state": "background-color"
|
|
3423
|
+
},
|
|
3424
|
+
"path": [
|
|
3425
|
+
"utrecht",
|
|
3426
|
+
"button",
|
|
3427
|
+
"primary-action",
|
|
3428
|
+
"disabled",
|
|
3429
|
+
"background-color"
|
|
3430
|
+
]
|
|
3431
|
+
},
|
|
3432
|
+
"border-color": {
|
|
3433
|
+
"value": "#d1d1d1",
|
|
3434
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3435
|
+
"isSource": true,
|
|
3436
|
+
"original": {
|
|
3437
|
+
"value": "{dimpact.color.grey.82}"
|
|
3438
|
+
},
|
|
3439
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
3440
|
+
"attributes": {
|
|
3441
|
+
"category": "utrecht",
|
|
3442
|
+
"type": "button",
|
|
3443
|
+
"item": "primary-action",
|
|
3444
|
+
"subitem": "disabled",
|
|
3445
|
+
"state": "border-color"
|
|
3446
|
+
},
|
|
3447
|
+
"path": [
|
|
3448
|
+
"utrecht",
|
|
3449
|
+
"button",
|
|
3450
|
+
"primary-action",
|
|
3451
|
+
"disabled",
|
|
3452
|
+
"border-color"
|
|
3453
|
+
]
|
|
3454
|
+
},
|
|
3455
|
+
"color": {
|
|
3456
|
+
"value": "#808080",
|
|
3457
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3458
|
+
"isSource": true,
|
|
3459
|
+
"original": {
|
|
3460
|
+
"value": "{dimpact.color.grey.50}"
|
|
3461
|
+
},
|
|
3462
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
3463
|
+
"attributes": {
|
|
3464
|
+
"category": "utrecht",
|
|
3465
|
+
"type": "button",
|
|
3466
|
+
"item": "primary-action",
|
|
3467
|
+
"subitem": "disabled",
|
|
3468
|
+
"state": "color"
|
|
3469
|
+
},
|
|
3470
|
+
"path": [
|
|
3471
|
+
"utrecht",
|
|
3472
|
+
"button",
|
|
3473
|
+
"primary-action",
|
|
3474
|
+
"disabled",
|
|
3475
|
+
"color"
|
|
3476
|
+
]
|
|
3477
|
+
}
|
|
3331
3478
|
},
|
|
3332
3479
|
"hover": {
|
|
3333
3480
|
"background-color": {
|
|
@@ -3524,9 +3671,75 @@
|
|
|
3524
3671
|
"color": {}
|
|
3525
3672
|
},
|
|
3526
3673
|
"disabled": {
|
|
3527
|
-
"background-color": {
|
|
3528
|
-
|
|
3529
|
-
|
|
3674
|
+
"background-color": {
|
|
3675
|
+
"value": "#d1d1d1",
|
|
3676
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3677
|
+
"isSource": true,
|
|
3678
|
+
"original": {
|
|
3679
|
+
"value": "{dimpact.color.grey.82}"
|
|
3680
|
+
},
|
|
3681
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
3682
|
+
"attributes": {
|
|
3683
|
+
"category": "utrecht",
|
|
3684
|
+
"type": "button",
|
|
3685
|
+
"item": "secondary-action",
|
|
3686
|
+
"subitem": "disabled",
|
|
3687
|
+
"state": "background-color"
|
|
3688
|
+
},
|
|
3689
|
+
"path": [
|
|
3690
|
+
"utrecht",
|
|
3691
|
+
"button",
|
|
3692
|
+
"secondary-action",
|
|
3693
|
+
"disabled",
|
|
3694
|
+
"background-color"
|
|
3695
|
+
]
|
|
3696
|
+
},
|
|
3697
|
+
"border-color": {
|
|
3698
|
+
"value": "#d1d1d1",
|
|
3699
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3700
|
+
"isSource": true,
|
|
3701
|
+
"original": {
|
|
3702
|
+
"value": "{dimpact.color.grey.82}"
|
|
3703
|
+
},
|
|
3704
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
3705
|
+
"attributes": {
|
|
3706
|
+
"category": "utrecht",
|
|
3707
|
+
"type": "button",
|
|
3708
|
+
"item": "secondary-action",
|
|
3709
|
+
"subitem": "disabled",
|
|
3710
|
+
"state": "border-color"
|
|
3711
|
+
},
|
|
3712
|
+
"path": [
|
|
3713
|
+
"utrecht",
|
|
3714
|
+
"button",
|
|
3715
|
+
"secondary-action",
|
|
3716
|
+
"disabled",
|
|
3717
|
+
"border-color"
|
|
3718
|
+
]
|
|
3719
|
+
},
|
|
3720
|
+
"color": {
|
|
3721
|
+
"value": "#808080",
|
|
3722
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3723
|
+
"isSource": true,
|
|
3724
|
+
"original": {
|
|
3725
|
+
"value": "{dimpact.color.grey.50}"
|
|
3726
|
+
},
|
|
3727
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
3728
|
+
"attributes": {
|
|
3729
|
+
"category": "utrecht",
|
|
3730
|
+
"type": "button",
|
|
3731
|
+
"item": "secondary-action",
|
|
3732
|
+
"subitem": "disabled",
|
|
3733
|
+
"state": "color"
|
|
3734
|
+
},
|
|
3735
|
+
"path": [
|
|
3736
|
+
"utrecht",
|
|
3737
|
+
"button",
|
|
3738
|
+
"secondary-action",
|
|
3739
|
+
"disabled",
|
|
3740
|
+
"color"
|
|
3741
|
+
]
|
|
3742
|
+
}
|
|
3530
3743
|
},
|
|
3531
3744
|
"hover": {
|
|
3532
3745
|
"background-color": {
|
|
@@ -3622,9 +3835,75 @@
|
|
|
3622
3835
|
"color": {}
|
|
3623
3836
|
},
|
|
3624
3837
|
"disabled": {
|
|
3625
|
-
"background-color": {
|
|
3626
|
-
|
|
3627
|
-
|
|
3838
|
+
"background-color": {
|
|
3839
|
+
"value": "#d1d1d1",
|
|
3840
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3841
|
+
"isSource": true,
|
|
3842
|
+
"original": {
|
|
3843
|
+
"value": "{dimpact.color.grey.82}"
|
|
3844
|
+
},
|
|
3845
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
3846
|
+
"attributes": {
|
|
3847
|
+
"category": "utrecht",
|
|
3848
|
+
"type": "button",
|
|
3849
|
+
"item": "subtle",
|
|
3850
|
+
"subitem": "disabled",
|
|
3851
|
+
"state": "background-color"
|
|
3852
|
+
},
|
|
3853
|
+
"path": [
|
|
3854
|
+
"utrecht",
|
|
3855
|
+
"button",
|
|
3856
|
+
"subtle",
|
|
3857
|
+
"disabled",
|
|
3858
|
+
"background-color"
|
|
3859
|
+
]
|
|
3860
|
+
},
|
|
3861
|
+
"border-color": {
|
|
3862
|
+
"value": "#d1d1d1",
|
|
3863
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3864
|
+
"isSource": true,
|
|
3865
|
+
"original": {
|
|
3866
|
+
"value": "{dimpact.color.grey.82}"
|
|
3867
|
+
},
|
|
3868
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
3869
|
+
"attributes": {
|
|
3870
|
+
"category": "utrecht",
|
|
3871
|
+
"type": "button",
|
|
3872
|
+
"item": "subtle",
|
|
3873
|
+
"subitem": "disabled",
|
|
3874
|
+
"state": "border-color"
|
|
3875
|
+
},
|
|
3876
|
+
"path": [
|
|
3877
|
+
"utrecht",
|
|
3878
|
+
"button",
|
|
3879
|
+
"subtle",
|
|
3880
|
+
"disabled",
|
|
3881
|
+
"border-color"
|
|
3882
|
+
]
|
|
3883
|
+
},
|
|
3884
|
+
"color": {
|
|
3885
|
+
"value": "#808080",
|
|
3886
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3887
|
+
"isSource": true,
|
|
3888
|
+
"original": {
|
|
3889
|
+
"value": "{dimpact.color.grey.50}"
|
|
3890
|
+
},
|
|
3891
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
3892
|
+
"attributes": {
|
|
3893
|
+
"category": "utrecht",
|
|
3894
|
+
"type": "button",
|
|
3895
|
+
"item": "subtle",
|
|
3896
|
+
"subitem": "disabled",
|
|
3897
|
+
"state": "color"
|
|
3898
|
+
},
|
|
3899
|
+
"path": [
|
|
3900
|
+
"utrecht",
|
|
3901
|
+
"button",
|
|
3902
|
+
"subtle",
|
|
3903
|
+
"disabled",
|
|
3904
|
+
"color"
|
|
3905
|
+
]
|
|
3906
|
+
}
|
|
3628
3907
|
},
|
|
3629
3908
|
"hover": {
|
|
3630
3909
|
"background-color": {},
|
|
@@ -9516,7 +9795,8 @@
|
|
|
9516
9795
|
"background-color"
|
|
9517
9796
|
]
|
|
9518
9797
|
},
|
|
9519
|
-
"box-shadow": {}
|
|
9798
|
+
"box-shadow": {},
|
|
9799
|
+
"font-weight": {}
|
|
9520
9800
|
},
|
|
9521
9801
|
"current": {
|
|
9522
9802
|
"color": {
|
|
@@ -9613,7 +9893,8 @@
|
|
|
9613
9893
|
"box-shadow"
|
|
9614
9894
|
]
|
|
9615
9895
|
}
|
|
9616
|
-
}
|
|
9896
|
+
},
|
|
9897
|
+
"font-weight": {}
|
|
9617
9898
|
},
|
|
9618
9899
|
"dropdown": {
|
|
9619
9900
|
"color": {},
|
|
@@ -9624,7 +9905,110 @@
|
|
|
9624
9905
|
"hover": {
|
|
9625
9906
|
"color": {},
|
|
9626
9907
|
"background-color": {},
|
|
9627
|
-
"box-shadow": {}
|
|
9908
|
+
"box-shadow": {},
|
|
9909
|
+
"font-weight": {}
|
|
9910
|
+
},
|
|
9911
|
+
"current": {
|
|
9912
|
+
"color": {
|
|
9913
|
+
"value": "#ffffff",
|
|
9914
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
9915
|
+
"isSource": true,
|
|
9916
|
+
"original": {
|
|
9917
|
+
"value": "{dimpact.color.white.100}"
|
|
9918
|
+
},
|
|
9919
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
9920
|
+
"attributes": {
|
|
9921
|
+
"category": "conduction",
|
|
9922
|
+
"type": "primary",
|
|
9923
|
+
"item": "top-nav",
|
|
9924
|
+
"subitem": "dropdown",
|
|
9925
|
+
"state": "current"
|
|
9926
|
+
},
|
|
9927
|
+
"path": [
|
|
9928
|
+
"conduction",
|
|
9929
|
+
"primary",
|
|
9930
|
+
"top-nav",
|
|
9931
|
+
"dropdown",
|
|
9932
|
+
"current",
|
|
9933
|
+
"color"
|
|
9934
|
+
]
|
|
9935
|
+
},
|
|
9936
|
+
"background-color": {
|
|
9937
|
+
"value": "#fa4494",
|
|
9938
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
9939
|
+
"isSource": true,
|
|
9940
|
+
"original": {
|
|
9941
|
+
"value": "{dimpact.color.pink.62}"
|
|
9942
|
+
},
|
|
9943
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
9944
|
+
"attributes": {
|
|
9945
|
+
"category": "conduction",
|
|
9946
|
+
"type": "primary",
|
|
9947
|
+
"item": "top-nav",
|
|
9948
|
+
"subitem": "dropdown",
|
|
9949
|
+
"state": "current"
|
|
9950
|
+
},
|
|
9951
|
+
"path": [
|
|
9952
|
+
"conduction",
|
|
9953
|
+
"primary",
|
|
9954
|
+
"top-nav",
|
|
9955
|
+
"dropdown",
|
|
9956
|
+
"current",
|
|
9957
|
+
"background-color"
|
|
9958
|
+
]
|
|
9959
|
+
},
|
|
9960
|
+
"box-shadow": {
|
|
9961
|
+
"value": "",
|
|
9962
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
9963
|
+
"isSource": true,
|
|
9964
|
+
"original": {
|
|
9965
|
+
"value": ""
|
|
9966
|
+
},
|
|
9967
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
9968
|
+
"attributes": {
|
|
9969
|
+
"category": "conduction",
|
|
9970
|
+
"type": "primary",
|
|
9971
|
+
"item": "top-nav",
|
|
9972
|
+
"subitem": "dropdown",
|
|
9973
|
+
"state": "current"
|
|
9974
|
+
},
|
|
9975
|
+
"path": [
|
|
9976
|
+
"conduction",
|
|
9977
|
+
"primary",
|
|
9978
|
+
"top-nav",
|
|
9979
|
+
"dropdown",
|
|
9980
|
+
"current",
|
|
9981
|
+
"box-shadow"
|
|
9982
|
+
]
|
|
9983
|
+
},
|
|
9984
|
+
"mobile": {
|
|
9985
|
+
"box-shadow": {
|
|
9986
|
+
"value": "",
|
|
9987
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
9988
|
+
"isSource": true,
|
|
9989
|
+
"original": {
|
|
9990
|
+
"value": ""
|
|
9991
|
+
},
|
|
9992
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
9993
|
+
"attributes": {
|
|
9994
|
+
"category": "conduction",
|
|
9995
|
+
"type": "primary",
|
|
9996
|
+
"item": "top-nav",
|
|
9997
|
+
"subitem": "dropdown",
|
|
9998
|
+
"state": "current"
|
|
9999
|
+
},
|
|
10000
|
+
"path": [
|
|
10001
|
+
"conduction",
|
|
10002
|
+
"primary",
|
|
10003
|
+
"top-nav",
|
|
10004
|
+
"dropdown",
|
|
10005
|
+
"current",
|
|
10006
|
+
"mobile",
|
|
10007
|
+
"box-shadow"
|
|
10008
|
+
]
|
|
10009
|
+
}
|
|
10010
|
+
},
|
|
10011
|
+
"font-weight": {}
|
|
9628
10012
|
}
|
|
9629
10013
|
},
|
|
9630
10014
|
"item": {
|
package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{dimpact.color.white.100}" },
|
|
9
9
|
"background-color": { "value": "{dimpact.color.pink.62}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{dimpact.color.white.100}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": {},
|
|
@@ -26,7 +28,17 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": {},
|
|
28
30
|
"background-color": {},
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
33
|
+
},
|
|
34
|
+
"current": {
|
|
35
|
+
"color": { "value": "{dimpact.color.white.100}" },
|
|
36
|
+
"background-color": { "value": "{dimpact.color.pink.62}" },
|
|
37
|
+
"box-shadow": { "value": "" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "" }
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
30
42
|
}
|
|
31
43
|
},
|
|
32
44
|
"item": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"size": {}
|
|
30
30
|
},
|
|
31
31
|
"disabled": {
|
|
32
|
-
"background-color": {},
|
|
33
|
-
"border-color": {},
|
|
34
|
-
"color": {}
|
|
32
|
+
"background-color": { "value": "{dimpact.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{dimpact.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{dimpact.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": "{dimpact.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{dimpact.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{dimpact.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{dimpact.color.primary}" },
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"color": {}
|
|
96
96
|
},
|
|
97
97
|
"disabled": {
|
|
98
|
-
"background-color": {},
|
|
99
|
-
"border-color": {},
|
|
100
|
-
"color": {}
|
|
98
|
+
"background-color": { "value": "{dimpact.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{dimpact.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{dimpact.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{dimpact.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": "{dimpact.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{dimpact.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{dimpact.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:38:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dinkelland-theme {
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
--conduction-primary-top-nav-padding-inline-start: 16px;
|
|
69
69
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
70
70
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
71
|
+
--conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
71
72
|
--conduction-primary-top-nav-current-background-color: unset;
|
|
72
73
|
--conduction-logo-navbar-background-image: url('https://www.dinkelland.nl/sites/all/themes/dinkelland/logo.svg');
|
|
73
74
|
--conduction-logo-navbar-block-size: 40px;
|
|
@@ -193,6 +194,7 @@
|
|
|
193
194
|
--dinkelland-color-grey-82: #d1d1d1;
|
|
194
195
|
--dinkelland-color-grey-72: #AEB6C2;
|
|
195
196
|
--dinkelland-color-grey-64: #9aa1ab; /* Base/Grey */
|
|
197
|
+
--dinkelland-color-grey-50: #808080;
|
|
196
198
|
--dinkelland-color-grey-46: #767676;
|
|
197
199
|
--dinkelland-color-grey-42: #6b6b6b;
|
|
198
200
|
--dinkelland-color-grey-38: #5c6066;
|
|
@@ -463,8 +465,14 @@
|
|
|
463
465
|
--utrecht-code-block-background-color: var(--dinkelland-color-lightgrey-96);
|
|
464
466
|
--utrecht-code-font-family: var(--dinkelland-typography-monospace-font-family);
|
|
465
467
|
--utrecht-code-background-color: var(--dinkelland-color-lightgrey-96);
|
|
468
|
+
--utrecht-button-subtle-disabled-color: var(--dinkelland-color-grey-50);
|
|
469
|
+
--utrecht-button-subtle-disabled-border-color: var(--dinkelland-color-grey-82);
|
|
470
|
+
--utrecht-button-subtle-disabled-background-color: var(--dinkelland-color-grey-82);
|
|
466
471
|
--utrecht-button-secondary-action-focus-background-color: var(--dinkelland-color-white-100);
|
|
467
472
|
--utrecht-button-secondary-action-hover-background-color: var(--dinkelland-color-white-100);
|
|
473
|
+
--utrecht-button-secondary-action-disabled-color: var(--dinkelland-color-grey-50);
|
|
474
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--dinkelland-color-grey-82);
|
|
475
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--dinkelland-color-grey-82);
|
|
468
476
|
--utrecht-button-secondary-action-font-weight: var(--dinkelland-typography-font-weight-normal);
|
|
469
477
|
--utrecht-button-secondary-action-border-width: var(--dinkelland-size-3xs);
|
|
470
478
|
--utrecht-button-secondary-action-background-color: var(--dinkelland-color-white-100);
|
|
@@ -477,6 +485,9 @@
|
|
|
477
485
|
--utrecht-button-primary-action-hover-color: var(--dinkelland-color-blue-26);
|
|
478
486
|
--utrecht-button-primary-action-hover-border-color: var(--dinkelland-color-blue-91);
|
|
479
487
|
--utrecht-button-primary-action-hover-background-color: var(--dinkelland-color-blue-91);
|
|
488
|
+
--utrecht-button-primary-action-disabled-color: var(--dinkelland-color-grey-50);
|
|
489
|
+
--utrecht-button-primary-action-disabled-border-color: var(--dinkelland-color-grey-82);
|
|
490
|
+
--utrecht-button-primary-action-disabled-background-color: var(--dinkelland-color-grey-82);
|
|
480
491
|
--utrecht-button-primary-action-color: var(--dinkelland-color-blue-26);
|
|
481
492
|
--utrecht-button-primary-action-border-width: var(--dinkelland-size-3xs);
|
|
482
493
|
--utrecht-button-primary-action-border-color: var(--dinkelland-color-blue-91);
|
|
@@ -484,6 +495,9 @@
|
|
|
484
495
|
--utrecht-button-hover-color: var(--dinkelland-color-white-100);
|
|
485
496
|
--utrecht-button-hover-border-color: var(--dinkelland-color-black-13);
|
|
486
497
|
--utrecht-button-hover-background-color: var(--dinkelland-color-black-13);
|
|
498
|
+
--utrecht-button-disabled-color: var(--dinkelland-color-grey-50);
|
|
499
|
+
--utrecht-button-disabled-border-color: var(--dinkelland-color-grey-82);
|
|
500
|
+
--utrecht-button-disabled-background-color: var(--dinkelland-color-grey-82);
|
|
487
501
|
--utrecht-button-icon-gap: var(--dinkelland-size-xs);
|
|
488
502
|
--utrecht-button-padding-inline-end: var(--dinkelland-size-xs);
|
|
489
503
|
--utrecht-button-padding-inline-start: var(--dinkelland-size-xs);
|
|
@@ -576,6 +590,9 @@
|
|
|
576
590
|
--conduction-secondary-top-nav-current-box-shadow: inset 0 -4px var(--dinkelland-color-primary);
|
|
577
591
|
--conduction-secondary-top-nav-current-color: var(--dinkelland-color-primary);
|
|
578
592
|
--conduction-secondary-top-nav-hover-color: var(--dinkelland-color-primary);
|
|
593
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 var(--dinkelland-color-primary);
|
|
594
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px var(--dinkelland-color-primary);
|
|
595
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--dinkelland-color-primary);
|
|
579
596
|
--conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 var(--dinkelland-color-primary);
|
|
580
597
|
--conduction-primary-top-nav-current-box-shadow: inset 0 -4px var(--dinkelland-color-primary);
|
|
581
598
|
--conduction-primary-top-nav-current-color: var(--dinkelland-color-primary);
|