@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
|
@@ -3406,9 +3406,69 @@
|
|
|
3406
3406
|
"size": {}
|
|
3407
3407
|
},
|
|
3408
3408
|
"disabled": {
|
|
3409
|
-
"background-color": {
|
|
3410
|
-
|
|
3411
|
-
|
|
3409
|
+
"background-color": {
|
|
3410
|
+
"value": "#d1d1d1",
|
|
3411
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3412
|
+
"isSource": true,
|
|
3413
|
+
"original": {
|
|
3414
|
+
"value": "{sloterburg.color.grey.82}"
|
|
3415
|
+
},
|
|
3416
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
3417
|
+
"attributes": {
|
|
3418
|
+
"category": "utrecht",
|
|
3419
|
+
"type": "button",
|
|
3420
|
+
"item": "disabled",
|
|
3421
|
+
"subitem": "background-color"
|
|
3422
|
+
},
|
|
3423
|
+
"path": [
|
|
3424
|
+
"utrecht",
|
|
3425
|
+
"button",
|
|
3426
|
+
"disabled",
|
|
3427
|
+
"background-color"
|
|
3428
|
+
]
|
|
3429
|
+
},
|
|
3430
|
+
"border-color": {
|
|
3431
|
+
"value": "#d1d1d1",
|
|
3432
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3433
|
+
"isSource": true,
|
|
3434
|
+
"original": {
|
|
3435
|
+
"value": "{sloterburg.color.grey.82}"
|
|
3436
|
+
},
|
|
3437
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
3438
|
+
"attributes": {
|
|
3439
|
+
"category": "utrecht",
|
|
3440
|
+
"type": "button",
|
|
3441
|
+
"item": "disabled",
|
|
3442
|
+
"subitem": "border-color"
|
|
3443
|
+
},
|
|
3444
|
+
"path": [
|
|
3445
|
+
"utrecht",
|
|
3446
|
+
"button",
|
|
3447
|
+
"disabled",
|
|
3448
|
+
"border-color"
|
|
3449
|
+
]
|
|
3450
|
+
},
|
|
3451
|
+
"color": {
|
|
3452
|
+
"value": "#808080",
|
|
3453
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3454
|
+
"isSource": true,
|
|
3455
|
+
"original": {
|
|
3456
|
+
"value": "{sloterburg.color.grey.50}"
|
|
3457
|
+
},
|
|
3458
|
+
"name": "utrechtButtonDisabledColor",
|
|
3459
|
+
"attributes": {
|
|
3460
|
+
"category": "utrecht",
|
|
3461
|
+
"type": "button",
|
|
3462
|
+
"item": "disabled",
|
|
3463
|
+
"subitem": "color"
|
|
3464
|
+
},
|
|
3465
|
+
"path": [
|
|
3466
|
+
"utrecht",
|
|
3467
|
+
"button",
|
|
3468
|
+
"disabled",
|
|
3469
|
+
"color"
|
|
3470
|
+
]
|
|
3471
|
+
}
|
|
3412
3472
|
},
|
|
3413
3473
|
"focus": {
|
|
3414
3474
|
"background-color": {},
|
|
@@ -3599,9 +3659,75 @@
|
|
|
3599
3659
|
"color": {}
|
|
3600
3660
|
},
|
|
3601
3661
|
"disabled": {
|
|
3602
|
-
"background-color": {
|
|
3603
|
-
|
|
3604
|
-
|
|
3662
|
+
"background-color": {
|
|
3663
|
+
"value": "#d1d1d1",
|
|
3664
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3665
|
+
"isSource": true,
|
|
3666
|
+
"original": {
|
|
3667
|
+
"value": "{sloterburg.color.grey.82}"
|
|
3668
|
+
},
|
|
3669
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
3670
|
+
"attributes": {
|
|
3671
|
+
"category": "utrecht",
|
|
3672
|
+
"type": "button",
|
|
3673
|
+
"item": "primary-action",
|
|
3674
|
+
"subitem": "disabled",
|
|
3675
|
+
"state": "background-color"
|
|
3676
|
+
},
|
|
3677
|
+
"path": [
|
|
3678
|
+
"utrecht",
|
|
3679
|
+
"button",
|
|
3680
|
+
"primary-action",
|
|
3681
|
+
"disabled",
|
|
3682
|
+
"background-color"
|
|
3683
|
+
]
|
|
3684
|
+
},
|
|
3685
|
+
"border-color": {
|
|
3686
|
+
"value": "#d1d1d1",
|
|
3687
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3688
|
+
"isSource": true,
|
|
3689
|
+
"original": {
|
|
3690
|
+
"value": "{sloterburg.color.grey.82}"
|
|
3691
|
+
},
|
|
3692
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
3693
|
+
"attributes": {
|
|
3694
|
+
"category": "utrecht",
|
|
3695
|
+
"type": "button",
|
|
3696
|
+
"item": "primary-action",
|
|
3697
|
+
"subitem": "disabled",
|
|
3698
|
+
"state": "border-color"
|
|
3699
|
+
},
|
|
3700
|
+
"path": [
|
|
3701
|
+
"utrecht",
|
|
3702
|
+
"button",
|
|
3703
|
+
"primary-action",
|
|
3704
|
+
"disabled",
|
|
3705
|
+
"border-color"
|
|
3706
|
+
]
|
|
3707
|
+
},
|
|
3708
|
+
"color": {
|
|
3709
|
+
"value": "#808080",
|
|
3710
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3711
|
+
"isSource": true,
|
|
3712
|
+
"original": {
|
|
3713
|
+
"value": "{sloterburg.color.grey.50}"
|
|
3714
|
+
},
|
|
3715
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
3716
|
+
"attributes": {
|
|
3717
|
+
"category": "utrecht",
|
|
3718
|
+
"type": "button",
|
|
3719
|
+
"item": "primary-action",
|
|
3720
|
+
"subitem": "disabled",
|
|
3721
|
+
"state": "color"
|
|
3722
|
+
},
|
|
3723
|
+
"path": [
|
|
3724
|
+
"utrecht",
|
|
3725
|
+
"button",
|
|
3726
|
+
"primary-action",
|
|
3727
|
+
"disabled",
|
|
3728
|
+
"color"
|
|
3729
|
+
]
|
|
3730
|
+
}
|
|
3605
3731
|
},
|
|
3606
3732
|
"hover": {
|
|
3607
3733
|
"background-color": {
|
|
@@ -3798,9 +3924,75 @@
|
|
|
3798
3924
|
"color": {}
|
|
3799
3925
|
},
|
|
3800
3926
|
"disabled": {
|
|
3801
|
-
"background-color": {
|
|
3802
|
-
|
|
3803
|
-
|
|
3927
|
+
"background-color": {
|
|
3928
|
+
"value": "#d1d1d1",
|
|
3929
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3930
|
+
"isSource": true,
|
|
3931
|
+
"original": {
|
|
3932
|
+
"value": "{sloterburg.color.grey.82}"
|
|
3933
|
+
},
|
|
3934
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
3935
|
+
"attributes": {
|
|
3936
|
+
"category": "utrecht",
|
|
3937
|
+
"type": "button",
|
|
3938
|
+
"item": "secondary-action",
|
|
3939
|
+
"subitem": "disabled",
|
|
3940
|
+
"state": "background-color"
|
|
3941
|
+
},
|
|
3942
|
+
"path": [
|
|
3943
|
+
"utrecht",
|
|
3944
|
+
"button",
|
|
3945
|
+
"secondary-action",
|
|
3946
|
+
"disabled",
|
|
3947
|
+
"background-color"
|
|
3948
|
+
]
|
|
3949
|
+
},
|
|
3950
|
+
"border-color": {
|
|
3951
|
+
"value": "#d1d1d1",
|
|
3952
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3953
|
+
"isSource": true,
|
|
3954
|
+
"original": {
|
|
3955
|
+
"value": "{sloterburg.color.grey.82}"
|
|
3956
|
+
},
|
|
3957
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
3958
|
+
"attributes": {
|
|
3959
|
+
"category": "utrecht",
|
|
3960
|
+
"type": "button",
|
|
3961
|
+
"item": "secondary-action",
|
|
3962
|
+
"subitem": "disabled",
|
|
3963
|
+
"state": "border-color"
|
|
3964
|
+
},
|
|
3965
|
+
"path": [
|
|
3966
|
+
"utrecht",
|
|
3967
|
+
"button",
|
|
3968
|
+
"secondary-action",
|
|
3969
|
+
"disabled",
|
|
3970
|
+
"border-color"
|
|
3971
|
+
]
|
|
3972
|
+
},
|
|
3973
|
+
"color": {
|
|
3974
|
+
"value": "#808080",
|
|
3975
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3976
|
+
"isSource": true,
|
|
3977
|
+
"original": {
|
|
3978
|
+
"value": "{sloterburg.color.grey.50}"
|
|
3979
|
+
},
|
|
3980
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
3981
|
+
"attributes": {
|
|
3982
|
+
"category": "utrecht",
|
|
3983
|
+
"type": "button",
|
|
3984
|
+
"item": "secondary-action",
|
|
3985
|
+
"subitem": "disabled",
|
|
3986
|
+
"state": "color"
|
|
3987
|
+
},
|
|
3988
|
+
"path": [
|
|
3989
|
+
"utrecht",
|
|
3990
|
+
"button",
|
|
3991
|
+
"secondary-action",
|
|
3992
|
+
"disabled",
|
|
3993
|
+
"color"
|
|
3994
|
+
]
|
|
3995
|
+
}
|
|
3804
3996
|
},
|
|
3805
3997
|
"hover": {
|
|
3806
3998
|
"background-color": {
|
|
@@ -3896,9 +4088,75 @@
|
|
|
3896
4088
|
"color": {}
|
|
3897
4089
|
},
|
|
3898
4090
|
"disabled": {
|
|
3899
|
-
"background-color": {
|
|
3900
|
-
|
|
3901
|
-
|
|
4091
|
+
"background-color": {
|
|
4092
|
+
"value": "#d1d1d1",
|
|
4093
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4094
|
+
"isSource": true,
|
|
4095
|
+
"original": {
|
|
4096
|
+
"value": "{sloterburg.color.grey.82}"
|
|
4097
|
+
},
|
|
4098
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
4099
|
+
"attributes": {
|
|
4100
|
+
"category": "utrecht",
|
|
4101
|
+
"type": "button",
|
|
4102
|
+
"item": "subtle",
|
|
4103
|
+
"subitem": "disabled",
|
|
4104
|
+
"state": "background-color"
|
|
4105
|
+
},
|
|
4106
|
+
"path": [
|
|
4107
|
+
"utrecht",
|
|
4108
|
+
"button",
|
|
4109
|
+
"subtle",
|
|
4110
|
+
"disabled",
|
|
4111
|
+
"background-color"
|
|
4112
|
+
]
|
|
4113
|
+
},
|
|
4114
|
+
"border-color": {
|
|
4115
|
+
"value": "#d1d1d1",
|
|
4116
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4117
|
+
"isSource": true,
|
|
4118
|
+
"original": {
|
|
4119
|
+
"value": "{sloterburg.color.grey.82}"
|
|
4120
|
+
},
|
|
4121
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
4122
|
+
"attributes": {
|
|
4123
|
+
"category": "utrecht",
|
|
4124
|
+
"type": "button",
|
|
4125
|
+
"item": "subtle",
|
|
4126
|
+
"subitem": "disabled",
|
|
4127
|
+
"state": "border-color"
|
|
4128
|
+
},
|
|
4129
|
+
"path": [
|
|
4130
|
+
"utrecht",
|
|
4131
|
+
"button",
|
|
4132
|
+
"subtle",
|
|
4133
|
+
"disabled",
|
|
4134
|
+
"border-color"
|
|
4135
|
+
]
|
|
4136
|
+
},
|
|
4137
|
+
"color": {
|
|
4138
|
+
"value": "#808080",
|
|
4139
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4140
|
+
"isSource": true,
|
|
4141
|
+
"original": {
|
|
4142
|
+
"value": "{sloterburg.color.grey.50}"
|
|
4143
|
+
},
|
|
4144
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
4145
|
+
"attributes": {
|
|
4146
|
+
"category": "utrecht",
|
|
4147
|
+
"type": "button",
|
|
4148
|
+
"item": "subtle",
|
|
4149
|
+
"subitem": "disabled",
|
|
4150
|
+
"state": "color"
|
|
4151
|
+
},
|
|
4152
|
+
"path": [
|
|
4153
|
+
"utrecht",
|
|
4154
|
+
"button",
|
|
4155
|
+
"subtle",
|
|
4156
|
+
"disabled",
|
|
4157
|
+
"color"
|
|
4158
|
+
]
|
|
4159
|
+
}
|
|
3902
4160
|
},
|
|
3903
4161
|
"hover": {
|
|
3904
4162
|
"background-color": {},
|
|
@@ -10371,7 +10629,8 @@
|
|
|
10371
10629
|
"hover",
|
|
10372
10630
|
"box-shadow"
|
|
10373
10631
|
]
|
|
10374
|
-
}
|
|
10632
|
+
},
|
|
10633
|
+
"font-weight": {}
|
|
10375
10634
|
},
|
|
10376
10635
|
"current": {
|
|
10377
10636
|
"color": {
|
|
@@ -10468,7 +10727,8 @@
|
|
|
10468
10727
|
"box-shadow"
|
|
10469
10728
|
]
|
|
10470
10729
|
}
|
|
10471
|
-
}
|
|
10730
|
+
},
|
|
10731
|
+
"font-weight": {}
|
|
10472
10732
|
},
|
|
10473
10733
|
"dropdown": {
|
|
10474
10734
|
"color": {
|
|
@@ -10592,7 +10852,8 @@
|
|
|
10592
10852
|
"hover",
|
|
10593
10853
|
"box-shadow"
|
|
10594
10854
|
]
|
|
10595
|
-
}
|
|
10855
|
+
},
|
|
10856
|
+
"font-weight": {}
|
|
10596
10857
|
},
|
|
10597
10858
|
"current": {
|
|
10598
10859
|
"color": {
|
|
@@ -10693,7 +10954,8 @@
|
|
|
10693
10954
|
"box-shadow"
|
|
10694
10955
|
]
|
|
10695
10956
|
}
|
|
10696
|
-
}
|
|
10957
|
+
},
|
|
10958
|
+
"font-weight": {}
|
|
10697
10959
|
}
|
|
10698
10960
|
},
|
|
10699
10961
|
"item": {
|
package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{sloterburg.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{sloterburg.color.white.100}" },
|
|
10
|
-
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" }
|
|
10
|
+
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" },
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{sloterburg.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 5px 0 {sloterburg.color.darkgreen.23}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{sloterburg.color.primary}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{sloterburg.color.white.100}" },
|
|
28
30
|
"background-color": { "value": "{sloterburg.color.purple.28}" },
|
|
29
|
-
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" }
|
|
31
|
+
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" },
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{sloterburg.color.white.100}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 5px 0 {sloterburg.color.purple.28}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
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": "{sloterburg.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{sloterburg.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{sloterburg.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": "{sloterburg.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{sloterburg.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{sloterburg.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{sloterburg.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": "{sloterburg.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{sloterburg.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{sloterburg.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{sloterburg.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": "{sloterburg.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{sloterburg.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{sloterburg.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:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.tubbergen-theme {
|
|
@@ -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.tubbergen.nl/sites/all/themes/tubbergen/logo.svg');
|
|
71
72
|
--conduction-logo-navbar-block-size: 50px;
|
|
@@ -190,6 +191,7 @@
|
|
|
190
191
|
--tubbergen-color-grey-82: #d1d1d1;
|
|
191
192
|
--tubbergen-color-grey-72: #AEB6C2;
|
|
192
193
|
--tubbergen-color-grey-64: #9aa1ab; /* Base/Grey */
|
|
194
|
+
--tubbergen-color-grey-50: #808080;
|
|
193
195
|
--tubbergen-color-grey-46: #767676;
|
|
194
196
|
--tubbergen-color-grey-42: #6b6b6b;
|
|
195
197
|
--tubbergen-color-grey-38: #5c6066;
|
|
@@ -460,8 +462,14 @@
|
|
|
460
462
|
--utrecht-code-block-background-color: var(--tubbergen-color-lightgrey-96);
|
|
461
463
|
--utrecht-code-font-family: var(--tubbergen-typography-monospace-font-family);
|
|
462
464
|
--utrecht-code-background-color: var(--tubbergen-color-lightgrey-96);
|
|
465
|
+
--utrecht-button-subtle-disabled-color: var(--tubbergen-color-grey-50);
|
|
466
|
+
--utrecht-button-subtle-disabled-border-color: var(--tubbergen-color-grey-82);
|
|
467
|
+
--utrecht-button-subtle-disabled-background-color: var(--tubbergen-color-grey-82);
|
|
463
468
|
--utrecht-button-secondary-action-focus-background-color: var(--tubbergen-color-white-100);
|
|
464
469
|
--utrecht-button-secondary-action-hover-background-color: var(--tubbergen-color-white-100);
|
|
470
|
+
--utrecht-button-secondary-action-disabled-color: var(--tubbergen-color-grey-50);
|
|
471
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--tubbergen-color-grey-82);
|
|
472
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--tubbergen-color-grey-82);
|
|
465
473
|
--utrecht-button-secondary-action-font-weight: var(--tubbergen-typography-font-weight-normal);
|
|
466
474
|
--utrecht-button-secondary-action-border-width: var(--tubbergen-size-3xs);
|
|
467
475
|
--utrecht-button-secondary-action-background-color: var(--tubbergen-color-white-100);
|
|
@@ -474,6 +482,9 @@
|
|
|
474
482
|
--utrecht-button-primary-action-hover-color: var(--tubbergen-color-green-21);
|
|
475
483
|
--utrecht-button-primary-action-hover-border-color: var(--tubbergen-color-green-76);
|
|
476
484
|
--utrecht-button-primary-action-hover-background-color: var(--tubbergen-color-green-76);
|
|
485
|
+
--utrecht-button-primary-action-disabled-color: var(--tubbergen-color-grey-50);
|
|
486
|
+
--utrecht-button-primary-action-disabled-border-color: var(--tubbergen-color-grey-82);
|
|
487
|
+
--utrecht-button-primary-action-disabled-background-color: var(--tubbergen-color-grey-82);
|
|
477
488
|
--utrecht-button-primary-action-color: var(--tubbergen-color-green-21);
|
|
478
489
|
--utrecht-button-primary-action-border-width: var(--tubbergen-size-3xs);
|
|
479
490
|
--utrecht-button-primary-action-border-color: var(--tubbergen-color-green-76);
|
|
@@ -481,6 +492,9 @@
|
|
|
481
492
|
--utrecht-button-hover-color: var(--tubbergen-color-black-0);
|
|
482
493
|
--utrecht-button-hover-border-color: var(--tubbergen-color-blue-84);
|
|
483
494
|
--utrecht-button-hover-background-color: var(--tubbergen-color-blue-84);
|
|
495
|
+
--utrecht-button-disabled-color: var(--tubbergen-color-grey-50);
|
|
496
|
+
--utrecht-button-disabled-border-color: var(--tubbergen-color-grey-82);
|
|
497
|
+
--utrecht-button-disabled-background-color: var(--tubbergen-color-grey-82);
|
|
484
498
|
--utrecht-button-icon-gap: var(--tubbergen-size-xs);
|
|
485
499
|
--utrecht-button-padding-inline-end: var(--tubbergen-size-xs);
|
|
486
500
|
--utrecht-button-padding-inline-start: var(--tubbergen-size-xs);
|
|
@@ -575,6 +589,9 @@
|
|
|
575
589
|
--conduction-secondary-top-nav-current-box-shadow: inset 0 -4px var(--tubbergen-color-primary);
|
|
576
590
|
--conduction-secondary-top-nav-current-color: var(--tubbergen-color-primary);
|
|
577
591
|
--conduction-secondary-top-nav-hover-color: var(--tubbergen-color-primary);
|
|
592
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 var(--tubbergen-color-primary);
|
|
593
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px var(--tubbergen-color-primary);
|
|
594
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--tubbergen-color-primary);
|
|
578
595
|
--conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 var(--tubbergen-color-primary);
|
|
579
596
|
--conduction-primary-top-nav-current-box-shadow: inset 0 -4px var(--tubbergen-color-primary);
|
|
580
597
|
--conduction-primary-top-nav-current-color: var(--tubbergen-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:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const tubbergenColorPrimary = "#0b612d";
|
|
@@ -39,6 +39,7 @@ export const tubbergenColorGrey31 = "#4f4f4f";
|
|
|
39
39
|
export const tubbergenColorGrey38 = "#5c6066";
|
|
40
40
|
export const tubbergenColorGrey42 = "#6b6b6b";
|
|
41
41
|
export const tubbergenColorGrey46 = "#767676";
|
|
42
|
+
export const tubbergenColorGrey50 = "#808080";
|
|
42
43
|
export const tubbergenColorGrey64 = "#9aa1ab"; // Base/Grey
|
|
43
44
|
export const tubbergenColorGrey72 = "#AEB6C2";
|
|
44
45
|
export const tubbergenColorGrey82 = "#d1d1d1";
|
|
@@ -170,6 +171,9 @@ export const utrechtButtonPaddingBlockEnd = "8px";
|
|
|
170
171
|
export const utrechtButtonPaddingInlineStart = "8px";
|
|
171
172
|
export const utrechtButtonPaddingInlineEnd = "8px";
|
|
172
173
|
export const utrechtButtonIconGap = "8px";
|
|
174
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
175
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
176
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
173
177
|
export const utrechtButtonHoverBackgroundColor = "#ccd4df";
|
|
174
178
|
export const utrechtButtonHoverBorderColor = "#ccd4df";
|
|
175
179
|
export const utrechtButtonHoverColor = "#000000";
|
|
@@ -178,6 +182,9 @@ export const utrechtButtonPrimaryActionBorderColor = "#b0d4be";
|
|
|
178
182
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
179
183
|
export const utrechtButtonPrimaryActionColor = "#0b612d";
|
|
180
184
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
185
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
186
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
187
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
181
188
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#b0d4be";
|
|
182
189
|
export const utrechtButtonPrimaryActionHoverBorderColor = "#b0d4be";
|
|
183
190
|
export const utrechtButtonPrimaryActionHoverColor = "#0b612d";
|
|
@@ -192,12 +199,18 @@ export const utrechtButtonSecondaryActionBorderColor = "#0b612d";
|
|
|
192
199
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
193
200
|
export const utrechtButtonSecondaryActionColor = "#0b612d";
|
|
194
201
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
202
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
203
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
204
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
195
205
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
196
206
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#063318";
|
|
197
207
|
export const utrechtButtonSecondaryActionHoverColor = "#063318";
|
|
198
208
|
export const utrechtButtonSecondaryActionFocusBackgroundColor = "#ffffff";
|
|
199
209
|
export const utrechtButtonSecondaryActionFocusBorderColor = "#063318";
|
|
200
210
|
export const utrechtButtonSecondaryActionFocusColor = "#063318";
|
|
211
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
212
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
213
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
201
214
|
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
202
215
|
export const utrechtCodeColor = "#333333";
|
|
203
216
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -491,6 +504,10 @@ export const conductionPrimaryTopNavCurrentColor = "#0b612d";
|
|
|
491
504
|
export const conductionPrimaryTopNavCurrentBackgroundColor = "unset";
|
|
492
505
|
export const conductionPrimaryTopNavCurrentBoxShadow = "inset 0 -4px #0b612d";
|
|
493
506
|
export const conductionPrimaryTopNavCurrentMobileBoxShadow = "inset 4px 0 #0b612d";
|
|
507
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#0b612d";
|
|
508
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "unset";
|
|
509
|
+
export const conductionPrimaryTopNavDropdownCurrentBoxShadow = "inset 0 -4px #0b612d";
|
|
510
|
+
export const conductionPrimaryTopNavDropdownCurrentMobileBoxShadow = "inset 4px 0 #0b612d";
|
|
494
511
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
495
512
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
496
513
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|