@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
|
@@ -538,6 +538,27 @@
|
|
|
538
538
|
"46"
|
|
539
539
|
]
|
|
540
540
|
},
|
|
541
|
+
"50": {
|
|
542
|
+
"value": "#808080",
|
|
543
|
+
"filePath": "src/brand/noaberkracht/color.tokens.json",
|
|
544
|
+
"isSource": true,
|
|
545
|
+
"original": {
|
|
546
|
+
"value": "#808080"
|
|
547
|
+
},
|
|
548
|
+
"name": "noaberkrachtColorGrey50",
|
|
549
|
+
"attributes": {
|
|
550
|
+
"category": "noaberkracht",
|
|
551
|
+
"type": "color",
|
|
552
|
+
"item": "grey",
|
|
553
|
+
"subitem": "50"
|
|
554
|
+
},
|
|
555
|
+
"path": [
|
|
556
|
+
"noaberkracht",
|
|
557
|
+
"color",
|
|
558
|
+
"grey",
|
|
559
|
+
"50"
|
|
560
|
+
]
|
|
561
|
+
},
|
|
541
562
|
"82": {
|
|
542
563
|
"value": "#d1d1d1",
|
|
543
564
|
"filePath": "src/brand/noaberkracht/color.tokens.json",
|
|
@@ -3284,9 +3305,69 @@
|
|
|
3284
3305
|
"size": {}
|
|
3285
3306
|
},
|
|
3286
3307
|
"disabled": {
|
|
3287
|
-
"background-color": {
|
|
3288
|
-
|
|
3289
|
-
|
|
3308
|
+
"background-color": {
|
|
3309
|
+
"value": "#d1d1d1",
|
|
3310
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3311
|
+
"isSource": true,
|
|
3312
|
+
"original": {
|
|
3313
|
+
"value": "{noaberkracht.color.grey.82}"
|
|
3314
|
+
},
|
|
3315
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
3316
|
+
"attributes": {
|
|
3317
|
+
"category": "utrecht",
|
|
3318
|
+
"type": "button",
|
|
3319
|
+
"item": "disabled",
|
|
3320
|
+
"subitem": "background-color"
|
|
3321
|
+
},
|
|
3322
|
+
"path": [
|
|
3323
|
+
"utrecht",
|
|
3324
|
+
"button",
|
|
3325
|
+
"disabled",
|
|
3326
|
+
"background-color"
|
|
3327
|
+
]
|
|
3328
|
+
},
|
|
3329
|
+
"border-color": {
|
|
3330
|
+
"value": "#d1d1d1",
|
|
3331
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3332
|
+
"isSource": true,
|
|
3333
|
+
"original": {
|
|
3334
|
+
"value": "{noaberkracht.color.grey.82}"
|
|
3335
|
+
},
|
|
3336
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
3337
|
+
"attributes": {
|
|
3338
|
+
"category": "utrecht",
|
|
3339
|
+
"type": "button",
|
|
3340
|
+
"item": "disabled",
|
|
3341
|
+
"subitem": "border-color"
|
|
3342
|
+
},
|
|
3343
|
+
"path": [
|
|
3344
|
+
"utrecht",
|
|
3345
|
+
"button",
|
|
3346
|
+
"disabled",
|
|
3347
|
+
"border-color"
|
|
3348
|
+
]
|
|
3349
|
+
},
|
|
3350
|
+
"color": {
|
|
3351
|
+
"value": "#808080",
|
|
3352
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3353
|
+
"isSource": true,
|
|
3354
|
+
"original": {
|
|
3355
|
+
"value": "{noaberkracht.color.grey.50}"
|
|
3356
|
+
},
|
|
3357
|
+
"name": "utrechtButtonDisabledColor",
|
|
3358
|
+
"attributes": {
|
|
3359
|
+
"category": "utrecht",
|
|
3360
|
+
"type": "button",
|
|
3361
|
+
"item": "disabled",
|
|
3362
|
+
"subitem": "color"
|
|
3363
|
+
},
|
|
3364
|
+
"path": [
|
|
3365
|
+
"utrecht",
|
|
3366
|
+
"button",
|
|
3367
|
+
"disabled",
|
|
3368
|
+
"color"
|
|
3369
|
+
]
|
|
3370
|
+
}
|
|
3290
3371
|
},
|
|
3291
3372
|
"focus": {
|
|
3292
3373
|
"background-color": {},
|
|
@@ -3477,9 +3558,75 @@
|
|
|
3477
3558
|
"color": {}
|
|
3478
3559
|
},
|
|
3479
3560
|
"disabled": {
|
|
3480
|
-
"background-color": {
|
|
3481
|
-
|
|
3482
|
-
|
|
3561
|
+
"background-color": {
|
|
3562
|
+
"value": "#d1d1d1",
|
|
3563
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3564
|
+
"isSource": true,
|
|
3565
|
+
"original": {
|
|
3566
|
+
"value": "{noaberkracht.color.grey.82}"
|
|
3567
|
+
},
|
|
3568
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
3569
|
+
"attributes": {
|
|
3570
|
+
"category": "utrecht",
|
|
3571
|
+
"type": "button",
|
|
3572
|
+
"item": "primary-action",
|
|
3573
|
+
"subitem": "disabled",
|
|
3574
|
+
"state": "background-color"
|
|
3575
|
+
},
|
|
3576
|
+
"path": [
|
|
3577
|
+
"utrecht",
|
|
3578
|
+
"button",
|
|
3579
|
+
"primary-action",
|
|
3580
|
+
"disabled",
|
|
3581
|
+
"background-color"
|
|
3582
|
+
]
|
|
3583
|
+
},
|
|
3584
|
+
"border-color": {
|
|
3585
|
+
"value": "#d1d1d1",
|
|
3586
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3587
|
+
"isSource": true,
|
|
3588
|
+
"original": {
|
|
3589
|
+
"value": "{noaberkracht.color.grey.82}"
|
|
3590
|
+
},
|
|
3591
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
3592
|
+
"attributes": {
|
|
3593
|
+
"category": "utrecht",
|
|
3594
|
+
"type": "button",
|
|
3595
|
+
"item": "primary-action",
|
|
3596
|
+
"subitem": "disabled",
|
|
3597
|
+
"state": "border-color"
|
|
3598
|
+
},
|
|
3599
|
+
"path": [
|
|
3600
|
+
"utrecht",
|
|
3601
|
+
"button",
|
|
3602
|
+
"primary-action",
|
|
3603
|
+
"disabled",
|
|
3604
|
+
"border-color"
|
|
3605
|
+
]
|
|
3606
|
+
},
|
|
3607
|
+
"color": {
|
|
3608
|
+
"value": "#808080",
|
|
3609
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3610
|
+
"isSource": true,
|
|
3611
|
+
"original": {
|
|
3612
|
+
"value": "{noaberkracht.color.grey.50}"
|
|
3613
|
+
},
|
|
3614
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
3615
|
+
"attributes": {
|
|
3616
|
+
"category": "utrecht",
|
|
3617
|
+
"type": "button",
|
|
3618
|
+
"item": "primary-action",
|
|
3619
|
+
"subitem": "disabled",
|
|
3620
|
+
"state": "color"
|
|
3621
|
+
},
|
|
3622
|
+
"path": [
|
|
3623
|
+
"utrecht",
|
|
3624
|
+
"button",
|
|
3625
|
+
"primary-action",
|
|
3626
|
+
"disabled",
|
|
3627
|
+
"color"
|
|
3628
|
+
]
|
|
3629
|
+
}
|
|
3483
3630
|
},
|
|
3484
3631
|
"hover": {
|
|
3485
3632
|
"background-color": {
|
|
@@ -3676,9 +3823,75 @@
|
|
|
3676
3823
|
"color": {}
|
|
3677
3824
|
},
|
|
3678
3825
|
"disabled": {
|
|
3679
|
-
"background-color": {
|
|
3680
|
-
|
|
3681
|
-
|
|
3826
|
+
"background-color": {
|
|
3827
|
+
"value": "#d1d1d1",
|
|
3828
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3829
|
+
"isSource": true,
|
|
3830
|
+
"original": {
|
|
3831
|
+
"value": "{noaberkracht.color.grey.82}"
|
|
3832
|
+
},
|
|
3833
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
3834
|
+
"attributes": {
|
|
3835
|
+
"category": "utrecht",
|
|
3836
|
+
"type": "button",
|
|
3837
|
+
"item": "secondary-action",
|
|
3838
|
+
"subitem": "disabled",
|
|
3839
|
+
"state": "background-color"
|
|
3840
|
+
},
|
|
3841
|
+
"path": [
|
|
3842
|
+
"utrecht",
|
|
3843
|
+
"button",
|
|
3844
|
+
"secondary-action",
|
|
3845
|
+
"disabled",
|
|
3846
|
+
"background-color"
|
|
3847
|
+
]
|
|
3848
|
+
},
|
|
3849
|
+
"border-color": {
|
|
3850
|
+
"value": "#d1d1d1",
|
|
3851
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3852
|
+
"isSource": true,
|
|
3853
|
+
"original": {
|
|
3854
|
+
"value": "{noaberkracht.color.grey.82}"
|
|
3855
|
+
},
|
|
3856
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
3857
|
+
"attributes": {
|
|
3858
|
+
"category": "utrecht",
|
|
3859
|
+
"type": "button",
|
|
3860
|
+
"item": "secondary-action",
|
|
3861
|
+
"subitem": "disabled",
|
|
3862
|
+
"state": "border-color"
|
|
3863
|
+
},
|
|
3864
|
+
"path": [
|
|
3865
|
+
"utrecht",
|
|
3866
|
+
"button",
|
|
3867
|
+
"secondary-action",
|
|
3868
|
+
"disabled",
|
|
3869
|
+
"border-color"
|
|
3870
|
+
]
|
|
3871
|
+
},
|
|
3872
|
+
"color": {
|
|
3873
|
+
"value": "#808080",
|
|
3874
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3875
|
+
"isSource": true,
|
|
3876
|
+
"original": {
|
|
3877
|
+
"value": "{noaberkracht.color.grey.50}"
|
|
3878
|
+
},
|
|
3879
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
3880
|
+
"attributes": {
|
|
3881
|
+
"category": "utrecht",
|
|
3882
|
+
"type": "button",
|
|
3883
|
+
"item": "secondary-action",
|
|
3884
|
+
"subitem": "disabled",
|
|
3885
|
+
"state": "color"
|
|
3886
|
+
},
|
|
3887
|
+
"path": [
|
|
3888
|
+
"utrecht",
|
|
3889
|
+
"button",
|
|
3890
|
+
"secondary-action",
|
|
3891
|
+
"disabled",
|
|
3892
|
+
"color"
|
|
3893
|
+
]
|
|
3894
|
+
}
|
|
3682
3895
|
},
|
|
3683
3896
|
"hover": {
|
|
3684
3897
|
"background-color": {
|
|
@@ -3774,9 +3987,75 @@
|
|
|
3774
3987
|
"color": {}
|
|
3775
3988
|
},
|
|
3776
3989
|
"disabled": {
|
|
3777
|
-
"background-color": {
|
|
3778
|
-
|
|
3779
|
-
|
|
3990
|
+
"background-color": {
|
|
3991
|
+
"value": "#d1d1d1",
|
|
3992
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3993
|
+
"isSource": true,
|
|
3994
|
+
"original": {
|
|
3995
|
+
"value": "{noaberkracht.color.grey.82}"
|
|
3996
|
+
},
|
|
3997
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
3998
|
+
"attributes": {
|
|
3999
|
+
"category": "utrecht",
|
|
4000
|
+
"type": "button",
|
|
4001
|
+
"item": "subtle",
|
|
4002
|
+
"subitem": "disabled",
|
|
4003
|
+
"state": "background-color"
|
|
4004
|
+
},
|
|
4005
|
+
"path": [
|
|
4006
|
+
"utrecht",
|
|
4007
|
+
"button",
|
|
4008
|
+
"subtle",
|
|
4009
|
+
"disabled",
|
|
4010
|
+
"background-color"
|
|
4011
|
+
]
|
|
4012
|
+
},
|
|
4013
|
+
"border-color": {
|
|
4014
|
+
"value": "#d1d1d1",
|
|
4015
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4016
|
+
"isSource": true,
|
|
4017
|
+
"original": {
|
|
4018
|
+
"value": "{noaberkracht.color.grey.82}"
|
|
4019
|
+
},
|
|
4020
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
4021
|
+
"attributes": {
|
|
4022
|
+
"category": "utrecht",
|
|
4023
|
+
"type": "button",
|
|
4024
|
+
"item": "subtle",
|
|
4025
|
+
"subitem": "disabled",
|
|
4026
|
+
"state": "border-color"
|
|
4027
|
+
},
|
|
4028
|
+
"path": [
|
|
4029
|
+
"utrecht",
|
|
4030
|
+
"button",
|
|
4031
|
+
"subtle",
|
|
4032
|
+
"disabled",
|
|
4033
|
+
"border-color"
|
|
4034
|
+
]
|
|
4035
|
+
},
|
|
4036
|
+
"color": {
|
|
4037
|
+
"value": "#808080",
|
|
4038
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4039
|
+
"isSource": true,
|
|
4040
|
+
"original": {
|
|
4041
|
+
"value": "{noaberkracht.color.grey.50}"
|
|
4042
|
+
},
|
|
4043
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
4044
|
+
"attributes": {
|
|
4045
|
+
"category": "utrecht",
|
|
4046
|
+
"type": "button",
|
|
4047
|
+
"item": "subtle",
|
|
4048
|
+
"subitem": "disabled",
|
|
4049
|
+
"state": "color"
|
|
4050
|
+
},
|
|
4051
|
+
"path": [
|
|
4052
|
+
"utrecht",
|
|
4053
|
+
"button",
|
|
4054
|
+
"subtle",
|
|
4055
|
+
"disabled",
|
|
4056
|
+
"color"
|
|
4057
|
+
]
|
|
4058
|
+
}
|
|
3780
4059
|
},
|
|
3781
4060
|
"hover": {
|
|
3782
4061
|
"background-color": {},
|
|
@@ -9769,7 +10048,8 @@
|
|
|
9769
10048
|
"background-color"
|
|
9770
10049
|
]
|
|
9771
10050
|
},
|
|
9772
|
-
"box-shadow": {}
|
|
10051
|
+
"box-shadow": {},
|
|
10052
|
+
"font-weight": {}
|
|
9773
10053
|
},
|
|
9774
10054
|
"current": {
|
|
9775
10055
|
"color": {
|
|
@@ -9866,7 +10146,8 @@
|
|
|
9866
10146
|
"box-shadow"
|
|
9867
10147
|
]
|
|
9868
10148
|
}
|
|
9869
|
-
}
|
|
10149
|
+
},
|
|
10150
|
+
"font-weight": {}
|
|
9870
10151
|
},
|
|
9871
10152
|
"dropdown": {
|
|
9872
10153
|
"color": {
|
|
@@ -10056,7 +10337,110 @@
|
|
|
10056
10337
|
"hover",
|
|
10057
10338
|
"box-shadow"
|
|
10058
10339
|
]
|
|
10059
|
-
}
|
|
10340
|
+
},
|
|
10341
|
+
"font-weight": {}
|
|
10342
|
+
},
|
|
10343
|
+
"current": {
|
|
10344
|
+
"color": {
|
|
10345
|
+
"value": "#ffffff",
|
|
10346
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10347
|
+
"isSource": true,
|
|
10348
|
+
"original": {
|
|
10349
|
+
"value": "{noaberkracht.color.white.100}"
|
|
10350
|
+
},
|
|
10351
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
10352
|
+
"attributes": {
|
|
10353
|
+
"category": "conduction",
|
|
10354
|
+
"type": "primary",
|
|
10355
|
+
"item": "top-nav",
|
|
10356
|
+
"subitem": "dropdown",
|
|
10357
|
+
"state": "current"
|
|
10358
|
+
},
|
|
10359
|
+
"path": [
|
|
10360
|
+
"conduction",
|
|
10361
|
+
"primary",
|
|
10362
|
+
"top-nav",
|
|
10363
|
+
"dropdown",
|
|
10364
|
+
"current",
|
|
10365
|
+
"color"
|
|
10366
|
+
]
|
|
10367
|
+
},
|
|
10368
|
+
"background-color": {
|
|
10369
|
+
"value": "#6780c4",
|
|
10370
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10371
|
+
"isSource": true,
|
|
10372
|
+
"original": {
|
|
10373
|
+
"value": "{noaberkracht.color.blue.59}"
|
|
10374
|
+
},
|
|
10375
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
10376
|
+
"attributes": {
|
|
10377
|
+
"category": "conduction",
|
|
10378
|
+
"type": "primary",
|
|
10379
|
+
"item": "top-nav",
|
|
10380
|
+
"subitem": "dropdown",
|
|
10381
|
+
"state": "current"
|
|
10382
|
+
},
|
|
10383
|
+
"path": [
|
|
10384
|
+
"conduction",
|
|
10385
|
+
"primary",
|
|
10386
|
+
"top-nav",
|
|
10387
|
+
"dropdown",
|
|
10388
|
+
"current",
|
|
10389
|
+
"background-color"
|
|
10390
|
+
]
|
|
10391
|
+
},
|
|
10392
|
+
"box-shadow": {
|
|
10393
|
+
"value": "inset 0 -4px #f0b800",
|
|
10394
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10395
|
+
"isSource": true,
|
|
10396
|
+
"original": {
|
|
10397
|
+
"value": "inset 0 -4px {noaberkracht.color.yellow.47}"
|
|
10398
|
+
},
|
|
10399
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
10400
|
+
"attributes": {
|
|
10401
|
+
"category": "conduction",
|
|
10402
|
+
"type": "primary",
|
|
10403
|
+
"item": "top-nav",
|
|
10404
|
+
"subitem": "dropdown",
|
|
10405
|
+
"state": "current"
|
|
10406
|
+
},
|
|
10407
|
+
"path": [
|
|
10408
|
+
"conduction",
|
|
10409
|
+
"primary",
|
|
10410
|
+
"top-nav",
|
|
10411
|
+
"dropdown",
|
|
10412
|
+
"current",
|
|
10413
|
+
"box-shadow"
|
|
10414
|
+
]
|
|
10415
|
+
},
|
|
10416
|
+
"mobile": {
|
|
10417
|
+
"box-shadow": {
|
|
10418
|
+
"value": "inset 4px 0 #f0b800",
|
|
10419
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10420
|
+
"isSource": true,
|
|
10421
|
+
"original": {
|
|
10422
|
+
"value": "inset 4px 0 {noaberkracht.color.yellow.47}"
|
|
10423
|
+
},
|
|
10424
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
10425
|
+
"attributes": {
|
|
10426
|
+
"category": "conduction",
|
|
10427
|
+
"type": "primary",
|
|
10428
|
+
"item": "top-nav",
|
|
10429
|
+
"subitem": "dropdown",
|
|
10430
|
+
"state": "current"
|
|
10431
|
+
},
|
|
10432
|
+
"path": [
|
|
10433
|
+
"conduction",
|
|
10434
|
+
"primary",
|
|
10435
|
+
"top-nav",
|
|
10436
|
+
"dropdown",
|
|
10437
|
+
"current",
|
|
10438
|
+
"mobile",
|
|
10439
|
+
"box-shadow"
|
|
10440
|
+
]
|
|
10441
|
+
}
|
|
10442
|
+
},
|
|
10443
|
+
"font-weight": {}
|
|
10060
10444
|
}
|
|
10061
10445
|
},
|
|
10062
10446
|
"item": {
|
package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
9
9
|
"background-color": { "value": "{noaberkracht.color.blue.59}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {noaberkracht.color.yellow.47}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
@@ -26,7 +28,17 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
28
30
|
"background-color": { "value": "{noaberkracht.color.blue.59}" },
|
|
29
|
-
"box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" }
|
|
31
|
+
"box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
|
|
32
|
+
"font-weight": {}
|
|
33
|
+
},
|
|
34
|
+
"current": {
|
|
35
|
+
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
36
|
+
"background-color": { "value": "{noaberkracht.color.blue.59}" },
|
|
37
|
+
"box-shadow": { "value": "inset 0 -4px {noaberkracht.color.yellow.47}" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "inset 4px 0 {noaberkracht.color.yellow.47}" }
|
|
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": "{noaberkracht.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{noaberkracht.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{noaberkracht.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": "{noaberkracht.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{noaberkracht.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{noaberkracht.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"color": {}
|
|
96
96
|
},
|
|
97
97
|
"disabled": {
|
|
98
|
-
"background-color": {},
|
|
99
|
-
"border-color": {},
|
|
100
|
-
"color": {}
|
|
98
|
+
"background-color": { "value": "{noaberkracht.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{noaberkracht.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{noaberkracht.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{noaberkracht.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": "{noaberkracht.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{noaberkracht.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{noaberkracht.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:39:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noordwijk-theme {
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
--conduction-primary-top-nav-padding-inline-start: 16px;
|
|
54
54
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
55
55
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
56
|
+
--conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
56
57
|
--conduction-primary-top-nav-dropdown-hover-box-shadow: none;
|
|
57
58
|
--conduction-primary-top-nav-current-background-color: unset;
|
|
58
59
|
--conduction-logo-navbar-background-image: url('data:image/svg+xml,%3Csvg class="custom-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 165 72.7"%3E%3Cdefs%3E%3CclipPath id="a"%3E%3Cpath fill="none" d="M5.6 0H165v72.7H5.6Z" data-name="Path 5771"%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name="Group 11598"%3E%3Cg clip-path="url(%23a)" data-name="Mask Group 11250"%3E%3Cpath fill="%23111A64" d="M72 27.1v.9h-1.6a1.9 1.9 0 0 1 .4.5 1.8 1.8 0 0 1 .1.8 1.9 1.9 0 0 1-.7 1.5 3.5 3.5 0 0 1-2.2.6h-.5a2 2 0 0 1-.4 0 2.9 2.9 0 0 1-.1.3.6.6 0 0 0-.1.3c0 .2 0 .3.3.4a5.5 5.5 0 0 0 .9.2l1 .3a5.5 5.5 0 0 1 1.2.3 2.5 2.5 0 0 1 .9.6 1.3 1.3 0 0 1 .3.9 1.5 1.5 0 0 1-.3.9 2 2 0 0 1-.7.6 3.9 3.9 0 0 1-1 .4 8 8 0 0 1-1.5 0 5.4 5.4 0 0 1-2.5-.4 1.3 1.3 0 0 1-.8-1.2 1.4 1.4 0 0 1 .5-1 4.1 4.1 0 0 1 1.4-.7 2.3 2.3 0 0 1-.5-.4.6.6 0 0 1-.2-.5.8.8 0 0 1 0-.3 1.4 1.4 0 0 1 .3-.3 2.2 2.2 0 0 1 .2-.3 2.1 2.1 0 0 1 .3-.2 2.5 2.5 0 0 1-1.2-.8 2 2 0 0 1-.5-1.2 1.8 1.8 0 0 1 .7-1.6 3.6 3.6 0 0 1 2.3-.6Zm-1.9 8a.9.9 0 0 0-.3-.8 2.5 2.5 0 0 0-.8-.4 7.1 7.1 0 0 0-1-.3 10.2 10.2 0 0 1-1-.2 1.9 1.9 0 0 0-.7.7 1.5 1.5 0 0 0-.2.7 1 1 0 0 0 .6.9 2.9 2.9 0 0 0 1.6.4 3.9 3.9 0 0 0 .9-.1 1.8 1.8 0 0 0 .5-.3.8.8 0 0 0 .3-.3 1 1 0 0 0 .1-.4m-3.7-5.7a2.4 2.4 0 0 0 0 .6 1.2 1.2 0 0 0 .3.5 1.2 1.2 0 0 0 .5.3 2.1 2.1 0 0 0 .8.1 1.5 1.5 0 0 0 1.2-.4 1.7 1.7 0 0 0 .3-1.1 4.4 4.4 0 0 0 0-.5 2.8 2.8 0 0 0 0-.3 2.1 2.1 0 0 0-.1-.3V28a2.4 2.4 0 0 0-.7-.2 5.3 5.3 0 0 0-.7 0 1.7 1.7 0 0 0-1.3.3 1.6 1.6 0 0 0-.3 1.2" data-name="Path 5659"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M79 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.3-1.5 3.7 3.7 0 0 1 1-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .2 1.2 4.4 4.4 0 0 1 0 .5v.5h-4.7a3.5 3.5 0 0 0 .1 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .8.5 2.9 2.9 0 0 0 1 .2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .8-.4Zm-2.8-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.4.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1-.5" data-name="Path 5660"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M88.1 34H85v-.6h.8v-3.2a9.6 9.6 0 0 0 0-1 2.2 2.2 0 0 0-.2-.7 1 1 0 0 0-.4-.5 1.4 1.4 0 0 0-.7-.1 1.5 1.5 0 0 0-.6 0 1.6 1.6 0 0 0-.4.4 2 2 0 0 0-.4.5 2.6 2.6 0 0 0-.2.5v4h.8v.7h-3.2v-.6h1v-5.6h-1v-.7h2.4v1.4a2.3 2.3 0 0 1 .8-1A2.2 2.2 0 0 1 85 27a3.5 3.5 0 0 1 .6 0 1.6 1.6 0 0 1 1.1.8 2.2 2.2 0 0 1 .3.9 3 3 0 0 1 .4-.7 2.6 2.6 0 0 1 .5-.5 2.5 2.5 0 0 1 .6-.4 2.3 2.3 0 0 1 .8 0 3 3 0 0 1 1 0 1.4 1.4 0 0 1 .6.5 2.1 2.1 0 0 1 .4.9 6.4 6.4 0 0 1 .2 1.4v3.5h1v.6h-3.3v-.6h.9v-3.5a6.5 6.5 0 0 0 0-.8 1.8 1.8 0 0 0-.3-.7 1 1 0 0 0-.4-.4 1.5 1.5 0 0 0-.7-.1 1.4 1.4 0 0 0-1 .4 2.5 2.5 0 0 0-.6 1.1v4h1Z" data-name="Path 5661"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M99.6 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.2-1.5 3.7 3.7 0 0 1 .9-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .3 1.2 4.4 4.4 0 0 1 0 .5l-.1.5H95a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .7.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.8.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.3.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.4-1.4 1.2 1.2 0 0 0-1-.5" data-name="Path 5662"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M107.3 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.4.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.3-1.5 3.7 3.7 0 0 1 1-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .2 1.2 4.4 4.4 0 0 1 0 .5v.5h-4.7a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .4.9 2.1 2.1 0 0 0 .8.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.4.8 5.2 5.2 0 0 0-.1 1h3.1a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1-.5" data-name="Path 5663"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M117 34h-3.2v-.6h.9V30a3.4 3.4 0 0 0-.4-1.6 1.2 1.2 0 0 0-1.1-.6 1.9 1.9 0 0 0-.7.1 2 2 0 0 0-.5.3 2.1 2.1 0 0 0-.5.5 2.2 2.2 0 0 0-.2.5v4h.8v.7H109v-.6h1v-5.6h-1v-.7h2.4v1.4a2.8 2.8 0 0 1 .9-1 2.3 2.3 0 0 1 1.4-.5 4 4 0 0 1 1 .1 1.6 1.6 0 0 1 .8.5 2.2 2.2 0 0 1 .5.9 5 5 0 0 1 .1 1.4v3.5h1Z" data-name="Path 5664"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M117.6 27.1h1.1v-1l1.4-.6v1.6h2.2v.9h-2.2v3.8a2.4 2.4 0 0 0 .2 1.2.7.7 0 0 0 .7.3 1.6 1.6 0 0 0 .7-.1 4.4 4.4 0 0 0 .6-.3l.3.5a2.2 2.2 0 0 1-.3.2 3 3 0 0 1-.5.3 3.4 3.4 0 0 1-.6.2 2.8 2.8 0 0 1-.6 0 1.9 1.9 0 0 1-1.4-.4 2 2 0 0 1-.5-1.5V28h-1.1Z" data-name="Path 5665"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M129.6 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.2-1.5 3.7 3.7 0 0 1 .9-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .3 1.2 4.4 4.4 0 0 1 0 .5l-.1.5H125a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .7.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.6.4 2 2 0 0 0-.3.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1.1-.5" data-name="Path 5666"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M89.9 43.4A5.3 5.3 0 0 0 88 42a6.8 6.8 0 0 0-4.9 0 5.3 5.3 0 0 0-1.8 1.3 5.4 5.4 0 0 0-1.1 1.9 7.8 7.8 0 0 0 0 4.9 5.4 5.4 0 0 0 1 1.9 5.3 5.3 0 0 0 2 1.2 6.8 6.8 0 0 0 4.8 0 5.3 5.3 0 0 0 1.9-1.2 5.4 5.4 0 0 0 1.1-2 7.8 7.8 0 0 0 0-4.8 5.4 5.4 0 0 0-1.1-2m-3 8a3 3 0 0 1-2.7 0 3 3 0 0 1-1-.9 4 4 0 0 1-.6-1.3 5.7 5.7 0 0 1 0-2.8 3.8 3.8 0 0 1 .6-1.3 3 3 0 0 1 1-.9 3 3 0 0 1 2.8 0 3 3 0 0 1 1 1 3.8 3.8 0 0 1 .5 1.2 5.7 5.7 0 0 1 0 2.8 4 4 0 0 1-.5 1.3 3 3 0 0 1-1 .9" data-name="Path 5667"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M102.7 43.4A5.3 5.3 0 0 0 101 42a6.8 6.8 0 0 0-4.9 0 5.3 5.3 0 0 0-1.8 1.3 5.4 5.4 0 0 0-1.2 1.9 7.8 7.8 0 0 0 0 4.9 5.4 5.4 0 0 0 1.2 1.9 5.3 5.3 0 0 0 1.8 1.2 6.8 6.8 0 0 0 5 0 5.3 5.3 0 0 0 1.7-1.2 5.4 5.4 0 0 0 1.2-2 7.8 7.8 0 0 0 0-4.8 5.4 5.4 0 0 0-1.2-2m-2.8 8a3 3 0 0 1-2.9 0 3 3 0 0 1-1-.9 4 4 0 0 1-.5-1.3 5.7 5.7 0 0 1 0-2.8 3.8 3.8 0 0 1 .6-1.3 3 3 0 0 1 1-.9 3 3 0 0 1 2.8 0 3 3 0 0 1 1 1 3.8 3.8 0 0 1 .5 1.2 5.7 5.7 0 0 1 0 2.8 4 4 0 0 1-.6 1.3 3 3 0 0 1-1 .9" data-name="Path 5668"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M112.5 41.7a5.4 5.4 0 0 0-.6 0 3.1 3.1 0 0 0-1.2.2 4 4 0 0 0-1 .6 4.3 4.3 0 0 0-.8.8 2.8 2.8 0 0 0-.3.5V42H106v11.5h2.6V48a5.2 5.2 0 0 1 .3-1.6 3.6 3.6 0 0 1 .6-1.2 2.7 2.7 0 0 1 1-.8 3.1 3.1 0 0 1 1.7-.2l.5.1v-2.6h-.3" data-name="Path 5669"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M122.1 43.3a3.2 3.2 0 0 0-.6-.6 4.3 4.3 0 0 0-1-.6 4.8 4.8 0 0 0-1-.3 5.4 5.4 0 0 0-3 .2 4.4 4.4 0 0 0-1.6 1 5.4 5.4 0 0 0-1.1 2 7.7 7.7 0 0 0-.4 2.6 8.5 8.5 0 0 0 .3 2.4 5.6 5.6 0 0 0 1 2 4.8 4.8 0 0 0 1.7 1.3 5.5 5.5 0 0 0 2.4.5 5.1 5.1 0 0 0 2-.5 3 3 0 0 0 1.4-1.2v1.4h2.6V38.3H122Zm-3 8.3a2.8 2.8 0 0 1-1.4-.3 2.8 2.8 0 0 1-1-.8 3.8 3.8 0 0 1-.5-1.3 5.4 5.4 0 0 1-.2-1.4 6.8 6.8 0 0 1 .2-1.4 3.9 3.9 0 0 1 .5-1.3 3 3 0 0 1 1-1 2.8 2.8 0 0 1 1.4-.3 2.7 2.7 0 0 1 2.3 1 4.5 4.5 0 0 1 .8 3 5.7 5.7 0 0 1-.2 1.4 4.1 4.1 0 0 1-.6 1.2 2.9 2.9 0 0 1-1 .9 2.7 2.7 0 0 1-1.3.3" data-name="Path 5670"%3E%3C/path%3E%3Cpath fill="%23111A64" d="m137.8 50.3-2-8.3h-2.6l-2.1 8.3-2.2-8.3h-2.8l3.5 11.4h2.8l2-8.2 2 8.2H139.3l3.6-11.4h-2.7Z" data-name="Path 5671"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M144 38.3h2.8v2.5H144z" data-name="Rectangle 17828"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M144 42h2.8v11.5H144z" data-name="Rectangle 17829"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M149.2 54.2a3.6 3.6 0 0 1-.2 1.3c0 .2-.3.3-.8.3a4.5 4.5 0 0 1-.8 0v2l.5.2h.6a3.1 3.1 0 0 0 2.6-1 4.2 4.2 0 0 0 .7-2.6V42h-2.6Z" data-name="Path 5672"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M149.2 38.3h2.7v2.5h-2.7z" data-name="Rectangle 17830"%3E%3C/path%3E%3Cpath fill="%23111A64" d="m160.2 46.2 4.4-4.2h-3.3l-4.4 4.4v-8h-2.7v15h2.7v-4l1.4-1.4 3.4 5.4h3.3Z" data-name="Path 5673"%3E%3C/path%3E%3Cpath fill="%23111A64" d="M75.2 40v9l-6.7-9h-4.3v1.7l1.4.3v11.5h2.8v-9l6.6 9h3V40Z" data-name="Path 5674"%3E%3C/path%3E%3Cpath fill="%232C2276" d="m50.7 0-9.2 19.6 10 13.3V16.7h9.2L64.8 0Z" data-name="Path 5675"%3E%3C/path%3E%3Cpath fill="%232C2276" d="M39.2 36.9v16.7H25.5l-5.3 11.2a16.6 16.6 0 0 0 3.2 1.6l1.4.4 22 5.9 4-16 .8-3.3Z" data-name="Path 5676"%3E%3C/path%3E%3Cpath fill="%23007C4C" d="m39.6 17 1.3 1.9L50 0h-1.6Z" data-name="Path 5677"%3E%3C/path%3E%3Cpath fill="%23007C4C" d="M24.6 52.7v-6.5l-8 15.6a16.7 16.7 0 0 0 2.6 2.3Z" data-name="Path 5678"%3E%3C/path%3E%3Cpath fill="%23FFD66F" d="M38.3 16.7h-2.4L45.2 0h2Z" data-name="Path 5679"%3E%3C/path%3E%3Cpath fill="%23FFD66F" d="m24.6 36.9-11 20a16.5 16.5 0 0 0 1.6 3.1l9.4-17.7Z" data-name="Path 5680"%3E%3C/path%3E%3Cpath fill="%236096C7" d="M24.6 24.7 19 23.2v-6.5h14.7L43.4 0H5.6v6.5l6.8 1.8V51a16.9 16.9 0 0 0 .1 1.8L24.6 32Z" data-name="Path 5681"%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
|
|
@@ -266,6 +267,9 @@
|
|
|
266
267
|
--conduction-secondary-top-nav-current-color: var(--noordwijk-color-blue-30);
|
|
267
268
|
--conduction-secondary-top-nav-hover-color: var(--noordwijk-color-black-15);
|
|
268
269
|
--conduction-secondary-top-nav-color: var(--noordwijk-color-blue-30);
|
|
270
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 var(--noordwijk-color-light-blue-58);
|
|
271
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px var(--noordwijk-color-light-blue-58);
|
|
272
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--noordwijk-color-blue-30);
|
|
269
273
|
--conduction-primary-top-nav-dropdown-hover-background-color: var(--noordwijk-color-light-blue-96);
|
|
270
274
|
--conduction-primary-top-nav-dropdown-hover-color: var(--noordwijk-color-black-15);
|
|
271
275
|
--conduction-primary-top-nav-dropdown-background-color: var(--noordwijk-color-white-100);
|
|
@@ -454,16 +458,28 @@
|
|
|
454
458
|
--utrecht-code-font-family: var(--noordwijk-typography-monospace-font-family);
|
|
455
459
|
--utrecht-code-color: var(--noordwijk-color-black-0);
|
|
456
460
|
--utrecht-code-background-color: var(--noordwijk-color-lightgrey-92);
|
|
461
|
+
--utrecht-button-subtle-disabled-color: var(--noordwijk-color-grey-50);
|
|
462
|
+
--utrecht-button-subtle-disabled-border-color: var(--noordwijk-color-grey-82);
|
|
463
|
+
--utrecht-button-subtle-disabled-background-color: var(--noordwijk-color-grey-82);
|
|
457
464
|
--utrecht-button-secondary-action-hover-background-color: var(--noordwijk-color-white-100);
|
|
465
|
+
--utrecht-button-secondary-action-disabled-color: var(--noordwijk-color-grey-50);
|
|
466
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--noordwijk-color-grey-82);
|
|
467
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--noordwijk-color-grey-82);
|
|
458
468
|
--utrecht-button-secondary-action-font-weight: var(--noordwijk-typography-font-weight-normal);
|
|
459
469
|
--utrecht-button-secondary-action-border-width: var(--noordwijk-size-3xs);
|
|
460
470
|
--utrecht-button-secondary-action-background-color: var(--noordwijk-color-white-100);
|
|
461
471
|
--utrecht-button-primary-action-hover-color: var(--noordwijk-color-white-100);
|
|
472
|
+
--utrecht-button-primary-action-disabled-color: var(--noordwijk-color-grey-50);
|
|
473
|
+
--utrecht-button-primary-action-disabled-border-color: var(--noordwijk-color-grey-82);
|
|
474
|
+
--utrecht-button-primary-action-disabled-background-color: var(--noordwijk-color-grey-82);
|
|
462
475
|
--utrecht-button-primary-action-color: var(--noordwijk-color-white-100);
|
|
463
476
|
--utrecht-button-primary-action-border-width: var(--noordwijk-size-3xs);
|
|
464
477
|
--utrecht-button-hover-color: var(--noordwijk-color-white-100);
|
|
465
478
|
--utrecht-button-hover-border-color: var(--noordwijk-color-light-blue-51);
|
|
466
479
|
--utrecht-button-hover-background-color: var(--noordwijk-color-light-blue-51);
|
|
480
|
+
--utrecht-button-disabled-color: var(--noordwijk-color-grey-50);
|
|
481
|
+
--utrecht-button-disabled-border-color: var(--noordwijk-color-grey-82);
|
|
482
|
+
--utrecht-button-disabled-background-color: var(--noordwijk-color-grey-82);
|
|
467
483
|
--utrecht-button-icon-gap: var(--noordwijk-size-xs);
|
|
468
484
|
--utrecht-button-padding-inline-end: var(--noordwijk-size-sm);
|
|
469
485
|
--utrecht-button-padding-inline-start: var(--noordwijk-size-sm);
|