@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
|
@@ -750,6 +750,27 @@
|
|
|
750
750
|
"46"
|
|
751
751
|
]
|
|
752
752
|
},
|
|
753
|
+
"50": {
|
|
754
|
+
"value": "#808080",
|
|
755
|
+
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
756
|
+
"isSource": true,
|
|
757
|
+
"original": {
|
|
758
|
+
"value": "#808080"
|
|
759
|
+
},
|
|
760
|
+
"name": "tubbergenColorGrey50",
|
|
761
|
+
"attributes": {
|
|
762
|
+
"category": "tubbergen",
|
|
763
|
+
"type": "color",
|
|
764
|
+
"item": "grey",
|
|
765
|
+
"subitem": "50"
|
|
766
|
+
},
|
|
767
|
+
"path": [
|
|
768
|
+
"tubbergen",
|
|
769
|
+
"color",
|
|
770
|
+
"grey",
|
|
771
|
+
"50"
|
|
772
|
+
]
|
|
773
|
+
},
|
|
753
774
|
"64": {
|
|
754
775
|
"value": "#9aa1ab",
|
|
755
776
|
"comment": "Base/Grey",
|
|
@@ -3520,9 +3541,69 @@
|
|
|
3520
3541
|
"size": {}
|
|
3521
3542
|
},
|
|
3522
3543
|
"disabled": {
|
|
3523
|
-
"background-color": {
|
|
3524
|
-
|
|
3525
|
-
|
|
3544
|
+
"background-color": {
|
|
3545
|
+
"value": "#d1d1d1",
|
|
3546
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3547
|
+
"isSource": true,
|
|
3548
|
+
"original": {
|
|
3549
|
+
"value": "{tubbergen.color.grey.82}"
|
|
3550
|
+
},
|
|
3551
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
3552
|
+
"attributes": {
|
|
3553
|
+
"category": "utrecht",
|
|
3554
|
+
"type": "button",
|
|
3555
|
+
"item": "disabled",
|
|
3556
|
+
"subitem": "background-color"
|
|
3557
|
+
},
|
|
3558
|
+
"path": [
|
|
3559
|
+
"utrecht",
|
|
3560
|
+
"button",
|
|
3561
|
+
"disabled",
|
|
3562
|
+
"background-color"
|
|
3563
|
+
]
|
|
3564
|
+
},
|
|
3565
|
+
"border-color": {
|
|
3566
|
+
"value": "#d1d1d1",
|
|
3567
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3568
|
+
"isSource": true,
|
|
3569
|
+
"original": {
|
|
3570
|
+
"value": "{tubbergen.color.grey.82}"
|
|
3571
|
+
},
|
|
3572
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
3573
|
+
"attributes": {
|
|
3574
|
+
"category": "utrecht",
|
|
3575
|
+
"type": "button",
|
|
3576
|
+
"item": "disabled",
|
|
3577
|
+
"subitem": "border-color"
|
|
3578
|
+
},
|
|
3579
|
+
"path": [
|
|
3580
|
+
"utrecht",
|
|
3581
|
+
"button",
|
|
3582
|
+
"disabled",
|
|
3583
|
+
"border-color"
|
|
3584
|
+
]
|
|
3585
|
+
},
|
|
3586
|
+
"color": {
|
|
3587
|
+
"value": "#808080",
|
|
3588
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3589
|
+
"isSource": true,
|
|
3590
|
+
"original": {
|
|
3591
|
+
"value": "{tubbergen.color.grey.50}"
|
|
3592
|
+
},
|
|
3593
|
+
"name": "utrechtButtonDisabledColor",
|
|
3594
|
+
"attributes": {
|
|
3595
|
+
"category": "utrecht",
|
|
3596
|
+
"type": "button",
|
|
3597
|
+
"item": "disabled",
|
|
3598
|
+
"subitem": "color"
|
|
3599
|
+
},
|
|
3600
|
+
"path": [
|
|
3601
|
+
"utrecht",
|
|
3602
|
+
"button",
|
|
3603
|
+
"disabled",
|
|
3604
|
+
"color"
|
|
3605
|
+
]
|
|
3606
|
+
}
|
|
3526
3607
|
},
|
|
3527
3608
|
"focus": {
|
|
3528
3609
|
"background-color": {},
|
|
@@ -3713,9 +3794,75 @@
|
|
|
3713
3794
|
"color": {}
|
|
3714
3795
|
},
|
|
3715
3796
|
"disabled": {
|
|
3716
|
-
"background-color": {
|
|
3717
|
-
|
|
3718
|
-
|
|
3797
|
+
"background-color": {
|
|
3798
|
+
"value": "#d1d1d1",
|
|
3799
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3800
|
+
"isSource": true,
|
|
3801
|
+
"original": {
|
|
3802
|
+
"value": "{tubbergen.color.grey.82}"
|
|
3803
|
+
},
|
|
3804
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
3805
|
+
"attributes": {
|
|
3806
|
+
"category": "utrecht",
|
|
3807
|
+
"type": "button",
|
|
3808
|
+
"item": "primary-action",
|
|
3809
|
+
"subitem": "disabled",
|
|
3810
|
+
"state": "background-color"
|
|
3811
|
+
},
|
|
3812
|
+
"path": [
|
|
3813
|
+
"utrecht",
|
|
3814
|
+
"button",
|
|
3815
|
+
"primary-action",
|
|
3816
|
+
"disabled",
|
|
3817
|
+
"background-color"
|
|
3818
|
+
]
|
|
3819
|
+
},
|
|
3820
|
+
"border-color": {
|
|
3821
|
+
"value": "#d1d1d1",
|
|
3822
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3823
|
+
"isSource": true,
|
|
3824
|
+
"original": {
|
|
3825
|
+
"value": "{tubbergen.color.grey.82}"
|
|
3826
|
+
},
|
|
3827
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
3828
|
+
"attributes": {
|
|
3829
|
+
"category": "utrecht",
|
|
3830
|
+
"type": "button",
|
|
3831
|
+
"item": "primary-action",
|
|
3832
|
+
"subitem": "disabled",
|
|
3833
|
+
"state": "border-color"
|
|
3834
|
+
},
|
|
3835
|
+
"path": [
|
|
3836
|
+
"utrecht",
|
|
3837
|
+
"button",
|
|
3838
|
+
"primary-action",
|
|
3839
|
+
"disabled",
|
|
3840
|
+
"border-color"
|
|
3841
|
+
]
|
|
3842
|
+
},
|
|
3843
|
+
"color": {
|
|
3844
|
+
"value": "#808080",
|
|
3845
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3846
|
+
"isSource": true,
|
|
3847
|
+
"original": {
|
|
3848
|
+
"value": "{tubbergen.color.grey.50}"
|
|
3849
|
+
},
|
|
3850
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
3851
|
+
"attributes": {
|
|
3852
|
+
"category": "utrecht",
|
|
3853
|
+
"type": "button",
|
|
3854
|
+
"item": "primary-action",
|
|
3855
|
+
"subitem": "disabled",
|
|
3856
|
+
"state": "color"
|
|
3857
|
+
},
|
|
3858
|
+
"path": [
|
|
3859
|
+
"utrecht",
|
|
3860
|
+
"button",
|
|
3861
|
+
"primary-action",
|
|
3862
|
+
"disabled",
|
|
3863
|
+
"color"
|
|
3864
|
+
]
|
|
3865
|
+
}
|
|
3719
3866
|
},
|
|
3720
3867
|
"hover": {
|
|
3721
3868
|
"background-color": {
|
|
@@ -4044,9 +4191,75 @@
|
|
|
4044
4191
|
"color": {}
|
|
4045
4192
|
},
|
|
4046
4193
|
"disabled": {
|
|
4047
|
-
"background-color": {
|
|
4048
|
-
|
|
4049
|
-
|
|
4194
|
+
"background-color": {
|
|
4195
|
+
"value": "#d1d1d1",
|
|
4196
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4197
|
+
"isSource": true,
|
|
4198
|
+
"original": {
|
|
4199
|
+
"value": "{tubbergen.color.grey.82}"
|
|
4200
|
+
},
|
|
4201
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
4202
|
+
"attributes": {
|
|
4203
|
+
"category": "utrecht",
|
|
4204
|
+
"type": "button",
|
|
4205
|
+
"item": "secondary-action",
|
|
4206
|
+
"subitem": "disabled",
|
|
4207
|
+
"state": "background-color"
|
|
4208
|
+
},
|
|
4209
|
+
"path": [
|
|
4210
|
+
"utrecht",
|
|
4211
|
+
"button",
|
|
4212
|
+
"secondary-action",
|
|
4213
|
+
"disabled",
|
|
4214
|
+
"background-color"
|
|
4215
|
+
]
|
|
4216
|
+
},
|
|
4217
|
+
"border-color": {
|
|
4218
|
+
"value": "#d1d1d1",
|
|
4219
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4220
|
+
"isSource": true,
|
|
4221
|
+
"original": {
|
|
4222
|
+
"value": "{tubbergen.color.grey.82}"
|
|
4223
|
+
},
|
|
4224
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
4225
|
+
"attributes": {
|
|
4226
|
+
"category": "utrecht",
|
|
4227
|
+
"type": "button",
|
|
4228
|
+
"item": "secondary-action",
|
|
4229
|
+
"subitem": "disabled",
|
|
4230
|
+
"state": "border-color"
|
|
4231
|
+
},
|
|
4232
|
+
"path": [
|
|
4233
|
+
"utrecht",
|
|
4234
|
+
"button",
|
|
4235
|
+
"secondary-action",
|
|
4236
|
+
"disabled",
|
|
4237
|
+
"border-color"
|
|
4238
|
+
]
|
|
4239
|
+
},
|
|
4240
|
+
"color": {
|
|
4241
|
+
"value": "#808080",
|
|
4242
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4243
|
+
"isSource": true,
|
|
4244
|
+
"original": {
|
|
4245
|
+
"value": "{tubbergen.color.grey.50}"
|
|
4246
|
+
},
|
|
4247
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
4248
|
+
"attributes": {
|
|
4249
|
+
"category": "utrecht",
|
|
4250
|
+
"type": "button",
|
|
4251
|
+
"item": "secondary-action",
|
|
4252
|
+
"subitem": "disabled",
|
|
4253
|
+
"state": "color"
|
|
4254
|
+
},
|
|
4255
|
+
"path": [
|
|
4256
|
+
"utrecht",
|
|
4257
|
+
"button",
|
|
4258
|
+
"secondary-action",
|
|
4259
|
+
"disabled",
|
|
4260
|
+
"color"
|
|
4261
|
+
]
|
|
4262
|
+
}
|
|
4050
4263
|
},
|
|
4051
4264
|
"hover": {
|
|
4052
4265
|
"background-color": {
|
|
@@ -4208,9 +4421,75 @@
|
|
|
4208
4421
|
"color": {}
|
|
4209
4422
|
},
|
|
4210
4423
|
"disabled": {
|
|
4211
|
-
"background-color": {
|
|
4212
|
-
|
|
4213
|
-
|
|
4424
|
+
"background-color": {
|
|
4425
|
+
"value": "#d1d1d1",
|
|
4426
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4427
|
+
"isSource": true,
|
|
4428
|
+
"original": {
|
|
4429
|
+
"value": "{tubbergen.color.grey.82}"
|
|
4430
|
+
},
|
|
4431
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
4432
|
+
"attributes": {
|
|
4433
|
+
"category": "utrecht",
|
|
4434
|
+
"type": "button",
|
|
4435
|
+
"item": "subtle",
|
|
4436
|
+
"subitem": "disabled",
|
|
4437
|
+
"state": "background-color"
|
|
4438
|
+
},
|
|
4439
|
+
"path": [
|
|
4440
|
+
"utrecht",
|
|
4441
|
+
"button",
|
|
4442
|
+
"subtle",
|
|
4443
|
+
"disabled",
|
|
4444
|
+
"background-color"
|
|
4445
|
+
]
|
|
4446
|
+
},
|
|
4447
|
+
"border-color": {
|
|
4448
|
+
"value": "#d1d1d1",
|
|
4449
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4450
|
+
"isSource": true,
|
|
4451
|
+
"original": {
|
|
4452
|
+
"value": "{tubbergen.color.grey.82}"
|
|
4453
|
+
},
|
|
4454
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
4455
|
+
"attributes": {
|
|
4456
|
+
"category": "utrecht",
|
|
4457
|
+
"type": "button",
|
|
4458
|
+
"item": "subtle",
|
|
4459
|
+
"subitem": "disabled",
|
|
4460
|
+
"state": "border-color"
|
|
4461
|
+
},
|
|
4462
|
+
"path": [
|
|
4463
|
+
"utrecht",
|
|
4464
|
+
"button",
|
|
4465
|
+
"subtle",
|
|
4466
|
+
"disabled",
|
|
4467
|
+
"border-color"
|
|
4468
|
+
]
|
|
4469
|
+
},
|
|
4470
|
+
"color": {
|
|
4471
|
+
"value": "#808080",
|
|
4472
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4473
|
+
"isSource": true,
|
|
4474
|
+
"original": {
|
|
4475
|
+
"value": "{tubbergen.color.grey.50}"
|
|
4476
|
+
},
|
|
4477
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
4478
|
+
"attributes": {
|
|
4479
|
+
"category": "utrecht",
|
|
4480
|
+
"type": "button",
|
|
4481
|
+
"item": "subtle",
|
|
4482
|
+
"subitem": "disabled",
|
|
4483
|
+
"state": "color"
|
|
4484
|
+
},
|
|
4485
|
+
"path": [
|
|
4486
|
+
"utrecht",
|
|
4487
|
+
"button",
|
|
4488
|
+
"subtle",
|
|
4489
|
+
"disabled",
|
|
4490
|
+
"color"
|
|
4491
|
+
]
|
|
4492
|
+
}
|
|
4214
4493
|
},
|
|
4215
4494
|
"hover": {
|
|
4216
4495
|
"background-color": {},
|
|
@@ -10395,7 +10674,8 @@
|
|
|
10395
10674
|
"background-color"
|
|
10396
10675
|
]
|
|
10397
10676
|
},
|
|
10398
|
-
"box-shadow": {}
|
|
10677
|
+
"box-shadow": {},
|
|
10678
|
+
"font-weight": {}
|
|
10399
10679
|
},
|
|
10400
10680
|
"current": {
|
|
10401
10681
|
"color": {
|
|
@@ -10491,7 +10771,8 @@
|
|
|
10491
10771
|
"mobile",
|
|
10492
10772
|
"box-shadow"
|
|
10493
10773
|
]
|
|
10494
|
-
}
|
|
10774
|
+
},
|
|
10775
|
+
"font-weight": {}
|
|
10495
10776
|
}
|
|
10496
10777
|
},
|
|
10497
10778
|
"dropdown": {
|
|
@@ -10503,7 +10784,110 @@
|
|
|
10503
10784
|
"hover": {
|
|
10504
10785
|
"color": {},
|
|
10505
10786
|
"background-color": {},
|
|
10506
|
-
"box-shadow": {}
|
|
10787
|
+
"box-shadow": {},
|
|
10788
|
+
"font-weight": {}
|
|
10789
|
+
},
|
|
10790
|
+
"current": {
|
|
10791
|
+
"color": {
|
|
10792
|
+
"value": "#0b612d",
|
|
10793
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10794
|
+
"isSource": true,
|
|
10795
|
+
"original": {
|
|
10796
|
+
"value": "{tubbergen.color.primary}"
|
|
10797
|
+
},
|
|
10798
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
10799
|
+
"attributes": {
|
|
10800
|
+
"category": "conduction",
|
|
10801
|
+
"type": "primary",
|
|
10802
|
+
"item": "top-nav",
|
|
10803
|
+
"subitem": "dropdown",
|
|
10804
|
+
"state": "current"
|
|
10805
|
+
},
|
|
10806
|
+
"path": [
|
|
10807
|
+
"conduction",
|
|
10808
|
+
"primary",
|
|
10809
|
+
"top-nav",
|
|
10810
|
+
"dropdown",
|
|
10811
|
+
"current",
|
|
10812
|
+
"color"
|
|
10813
|
+
]
|
|
10814
|
+
},
|
|
10815
|
+
"background-color": {
|
|
10816
|
+
"value": "unset",
|
|
10817
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10818
|
+
"isSource": true,
|
|
10819
|
+
"original": {
|
|
10820
|
+
"value": "unset"
|
|
10821
|
+
},
|
|
10822
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
10823
|
+
"attributes": {
|
|
10824
|
+
"category": "conduction",
|
|
10825
|
+
"type": "primary",
|
|
10826
|
+
"item": "top-nav",
|
|
10827
|
+
"subitem": "dropdown",
|
|
10828
|
+
"state": "current"
|
|
10829
|
+
},
|
|
10830
|
+
"path": [
|
|
10831
|
+
"conduction",
|
|
10832
|
+
"primary",
|
|
10833
|
+
"top-nav",
|
|
10834
|
+
"dropdown",
|
|
10835
|
+
"current",
|
|
10836
|
+
"background-color"
|
|
10837
|
+
]
|
|
10838
|
+
},
|
|
10839
|
+
"box-shadow": {
|
|
10840
|
+
"value": "inset 0 -4px #0b612d",
|
|
10841
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10842
|
+
"isSource": true,
|
|
10843
|
+
"original": {
|
|
10844
|
+
"value": "inset 0 -4px {tubbergen.color.primary}"
|
|
10845
|
+
},
|
|
10846
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
10847
|
+
"attributes": {
|
|
10848
|
+
"category": "conduction",
|
|
10849
|
+
"type": "primary",
|
|
10850
|
+
"item": "top-nav",
|
|
10851
|
+
"subitem": "dropdown",
|
|
10852
|
+
"state": "current"
|
|
10853
|
+
},
|
|
10854
|
+
"path": [
|
|
10855
|
+
"conduction",
|
|
10856
|
+
"primary",
|
|
10857
|
+
"top-nav",
|
|
10858
|
+
"dropdown",
|
|
10859
|
+
"current",
|
|
10860
|
+
"box-shadow"
|
|
10861
|
+
]
|
|
10862
|
+
},
|
|
10863
|
+
"mobile": {
|
|
10864
|
+
"box-shadow": {
|
|
10865
|
+
"value": "inset 4px 0 #0b612d",
|
|
10866
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10867
|
+
"isSource": true,
|
|
10868
|
+
"original": {
|
|
10869
|
+
"value": "inset 4px 0 {tubbergen.color.primary}"
|
|
10870
|
+
},
|
|
10871
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
10872
|
+
"attributes": {
|
|
10873
|
+
"category": "conduction",
|
|
10874
|
+
"type": "primary",
|
|
10875
|
+
"item": "top-nav",
|
|
10876
|
+
"subitem": "dropdown",
|
|
10877
|
+
"state": "current"
|
|
10878
|
+
},
|
|
10879
|
+
"path": [
|
|
10880
|
+
"conduction",
|
|
10881
|
+
"primary",
|
|
10882
|
+
"top-nav",
|
|
10883
|
+
"dropdown",
|
|
10884
|
+
"current",
|
|
10885
|
+
"mobile",
|
|
10886
|
+
"box-shadow"
|
|
10887
|
+
]
|
|
10888
|
+
},
|
|
10889
|
+
"font-weight": {}
|
|
10890
|
+
}
|
|
10507
10891
|
}
|
|
10508
10892
|
},
|
|
10509
10893
|
"item": {
|
package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,14 +7,16 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{tubbergen.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{tubbergen.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{tubbergen.color.primary}" },
|
|
14
15
|
"background-color": { "value": "unset" },
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {tubbergen.color.primary}" },
|
|
16
17
|
"mobile": {
|
|
17
|
-
"box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" }
|
|
18
|
+
"box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" },
|
|
19
|
+
"font-weight": {}
|
|
18
20
|
}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
@@ -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": "{tubbergen.color.primary}" },
|
|
36
|
+
"background-color": { "value": "unset" },
|
|
37
|
+
"box-shadow": { "value": "inset 0 -4px {tubbergen.color.primary}" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" },
|
|
40
|
+
"font-weight": {}
|
|
41
|
+
}
|
|
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": "{tubbergen.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{tubbergen.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{tubbergen.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": "{tubbergen.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{tubbergen.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{tubbergen.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{tubbergen.color.green.76}" },
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"color": {}
|
|
96
96
|
},
|
|
97
97
|
"disabled": {
|
|
98
|
-
"background-color": {},
|
|
99
|
-
"border-color": {},
|
|
100
|
-
"color": {}
|
|
98
|
+
"background-color": { "value": "{tubbergen.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{tubbergen.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{tubbergen.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{tubbergen.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": "{tubbergen.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{tubbergen.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{tubbergen.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:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.xxllnc-theme {
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
56
56
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
57
57
|
--conduction-logo-navbar-background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNzUuNCA0Mi4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzUuNCA0Mi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik03OC4zLDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE05NC44LDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE02NC41LDkuNEw1My40LDIwLjhsLTExLTExLjRsLTQuOCw0LjlsMTEuMSwxMS40TDM3LjYsMzcuMQoJbDQuOCw0LjlsMTEuMS0xMS40bDExLDExLjRsNC44LTQuOUw1OC4yLDI1LjdsMTEuMS0xMS40TDY0LjUsOS40eiBNMjcuMiw5LjRMMTYuMSwyMC44TDUuMSw5LjRsLTQuOCw0LjlsMTEuMSwxMS40TDAuMywzNy4xTDUuMSw0MgoJbDExLjEtMTEuNGwxMSwxMS40bDQuOC00LjlMMjAuOSwyNS43TDMyLDE0LjNMMjcuMiw5LjR6IE0xMjQuOCwxMC43Yy04LjIsMC0xNC4zLDUuMi0xNC4zLDE0LjF2MTUuOWg3LjJWMjVjMC00LjgsMy03LjMsNy4xLTcuMwoJczcuMSwyLjYsNy4xLDcuM3YxNS44aDcuMnYtMTZDMTM5LjEsMTUuOCwxMzMsMTAuNywxMjQuOCwxMC43eiBNMTYwLjQsMzQuOGMtNC41LDAtOC4yLTMuOS04LjItOC44YzAtNC44LDMuNy04LjgsOC4yLTguOAoJYzMuNCwwLDYuMywyLjIsNy41LDUuM2g3LjJjLTEuMy03LTcuMS0xMS44LTE0LjYtMTEuOGMtOC44LDAtMTUuMiw2LjUtMTUuMiwxNS40YzAsOC44LDYuNCwxNS4zLDE1LjIsMTUuMwoJYzcuNSwwLDEzLjMtNC44LDE0LjYtMTEuN2gtNy4yQzE2Ni42LDMyLjYsMTYzLjcsMzQuOCwxNjAuNCwzNC44eiIvPgo8L3N2Zz4K');
|
|
58
|
-
--conduction-logo-navbar-block-size:
|
|
59
|
-
--conduction-logo-navbar-inline-size:
|
|
58
|
+
--conduction-logo-navbar-block-size: 45px;
|
|
59
|
+
--conduction-logo-navbar-inline-size: 100px;
|
|
60
60
|
--conduction-logo-footer-background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNzUuNCA0Mi4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzUuNCA0Mi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik03OC4zLDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE05NC44LDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE02NC41LDkuNEw1My40LDIwLjhsLTExLTExLjRsLTQuOCw0LjlsMTEuMSwxMS40TDM3LjYsMzcuMQoJbDQuOCw0LjlsMTEuMS0xMS40bDExLDExLjRsNC44LTQuOUw1OC4yLDI1LjdsMTEuMS0xMS40TDY0LjUsOS40eiBNMjcuMiw5LjRMMTYuMSwyMC44TDUuMSw5LjRsLTQuOCw0LjlsMTEuMSwxMS40TDAuMywzNy4xTDUuMSw0MgoJbDExLjEtMTEuNGwxMSwxMS40bDQuOC00LjlMMjAuOSwyNS43TDMyLDE0LjNMMjcuMiw5LjR6IE0xMjQuOCwxMC43Yy04LjIsMC0xNC4zLDUuMi0xNC4zLDE0LjF2MTUuOWg3LjJWMjVjMC00LjgsMy03LjMsNy4xLTcuMwoJczcuMSwyLjYsNy4xLDcuM3YxNS44aDcuMnYtMTZDMTM5LjEsMTUuOCwxMzMsMTAuNywxMjQuOCwxMC43eiBNMTYwLjQsMzQuOGMtNC41LDAtOC4yLTMuOS04LjItOC44YzAtNC44LDMuNy04LjgsOC4yLTguOAoJYzMuNCwwLDYuMywyLjIsNy41LDUuM2g3LjJjLTEuMy03LTcuMS0xMS44LTE0LjYtMTEuOGMtOC44LDAtMTUuMiw2LjUtMTUuMiwxNS40YzAsOC44LDYuNCwxNS4zLDE1LjIsMTUuMwoJYzcuNSwwLDEzLjMtNC44LDE0LjYtMTEuN2gtNy4yQzE2Ni42LDMyLjYsMTYzLjcsMzQuOCwxNjAuNCwzNC44eiIvPgo8L3N2Zz4K');
|
|
61
61
|
--conduction-logo-footer-block-size: 100px;
|
|
62
62
|
--conduction-logo-footer-inline-size: 120px;
|
|
@@ -174,6 +174,7 @@
|
|
|
174
174
|
--xxllnc-color-grey-92: #eaeaea; /* Base/Grey */
|
|
175
175
|
--xxllnc-color-grey-90: #e5e5e5;
|
|
176
176
|
--xxllnc-color-grey-82: #d1d1d1;
|
|
177
|
+
--xxllnc-color-grey-50: #808080;
|
|
177
178
|
--xxllnc-color-grey-46: #767676;
|
|
178
179
|
--xxllnc-color-grey-43: #6d6d6d;
|
|
179
180
|
--xxllnc-color-grey-31: #4f4f4f;
|
|
@@ -276,10 +277,12 @@
|
|
|
276
277
|
--conduction-secondary-top-nav-hover-background-color: var(--xxllnc-color-black-12-6-7t);
|
|
277
278
|
--conduction-secondary-top-nav-hover-color: var(--xxllnc-color-black-23);
|
|
278
279
|
--conduction-secondary-top-nav-color: var(--xxllnc-color-black-23);
|
|
279
|
-
--conduction-primary-top-nav-dropdown-
|
|
280
|
-
--conduction-primary-top-nav-dropdown-
|
|
281
|
-
--conduction-primary-top-nav-dropdown-background-color: var(--xxllnc-color-black-6);
|
|
282
|
-
--conduction-primary-top-nav-dropdown-color: var(--xxllnc-color-
|
|
280
|
+
--conduction-primary-top-nav-dropdown-current-background-color: var(--xxllnc-color-black-12-6-7t);
|
|
281
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--xxllnc-color-black-23);
|
|
282
|
+
--conduction-primary-top-nav-dropdown-hover-background-color: var(--xxllnc-color-black-12-6-7t);
|
|
283
|
+
--conduction-primary-top-nav-dropdown-hover-color: var(--xxllnc-color-black-23);
|
|
284
|
+
--conduction-primary-top-nav-dropdown-background-color: var(--xxllnc-color-grey-92);
|
|
285
|
+
--conduction-primary-top-nav-dropdown-color: var(--xxllnc-color-black-23);
|
|
283
286
|
--conduction-primary-top-nav-current-background-color: var(--xxllnc-color-black-12-6-7t);
|
|
284
287
|
--conduction-primary-top-nav-current-color: var(--xxllnc-color-black-23);
|
|
285
288
|
--conduction-primary-top-nav-hover-background-color: var(--xxllnc-color-black-12-6-7t);
|
|
@@ -478,9 +481,15 @@
|
|
|
478
481
|
--utrecht-code-font-family: var(--xxllnc-typography-monospace-font-family);
|
|
479
482
|
--utrecht-code-color: var(--xxllnc-color-black-16);
|
|
480
483
|
--utrecht-code-background-color: var(--xxllnc-color-lightgrey-96);
|
|
484
|
+
--utrecht-button-subtle-disabled-color: var(--xxllnc-color-grey-50);
|
|
485
|
+
--utrecht-button-subtle-disabled-border-color: var(--xxllnc-color-grey-82);
|
|
486
|
+
--utrecht-button-subtle-disabled-background-color: var(--xxllnc-color-grey-82);
|
|
481
487
|
--utrecht-button-secondary-action-hover-color: var(--xxllnc-color-black-17-hover);
|
|
482
488
|
--utrecht-button-secondary-action-hover-border-color: var(--xxllnc-color-black-17-hover);
|
|
483
489
|
--utrecht-button-secondary-action-hover-background-color: var(--xxllnc-color-white-100);
|
|
490
|
+
--utrecht-button-secondary-action-disabled-color: var(--xxllnc-color-grey-50);
|
|
491
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--xxllnc-color-grey-82);
|
|
492
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--xxllnc-color-grey-82);
|
|
484
493
|
--utrecht-button-secondary-action-font-weight: var(--xxllnc-typography-font-weight-normal);
|
|
485
494
|
--utrecht-button-secondary-action-color: var(--xxllnc-color-black-17);
|
|
486
495
|
--utrecht-button-secondary-action-border-width: var(--xxllnc-size-3xs);
|
|
@@ -488,10 +497,16 @@
|
|
|
488
497
|
--utrecht-button-secondary-action-background-color: var(--xxllnc-color-white-100);
|
|
489
498
|
--utrecht-button-primary-action-hover-color: var(--xxllnc-color-grey-90);
|
|
490
499
|
--utrecht-button-primary-action-hover-background-color: var(--xxllnc-color-black-17);
|
|
500
|
+
--utrecht-button-primary-action-disabled-color: var(--xxllnc-color-grey-50);
|
|
501
|
+
--utrecht-button-primary-action-disabled-border-color: var(--xxllnc-color-grey-82);
|
|
502
|
+
--utrecht-button-primary-action-disabled-background-color: var(--xxllnc-color-grey-82);
|
|
491
503
|
--utrecht-button-primary-action-color: var(--xxllnc-color-grey-90);
|
|
492
504
|
--utrecht-button-primary-action-background-color: var(--xxllnc-color-black-17);
|
|
493
505
|
--utrecht-button-hover-color: var(--xxllnc-color-grey-90-hover);
|
|
494
506
|
--utrecht-button-hover-background-color: var(--xxllnc-color-black-17-hover);
|
|
507
|
+
--utrecht-button-disabled-color: var(--xxllnc-color-grey-50);
|
|
508
|
+
--utrecht-button-disabled-border-color: var(--xxllnc-color-grey-82);
|
|
509
|
+
--utrecht-button-disabled-background-color: var(--xxllnc-color-grey-82);
|
|
495
510
|
--utrecht-button-icon-gap: var(--xxllnc-size-xs);
|
|
496
511
|
--utrecht-button-padding-inline-end: var(--xxllnc-size-sm);
|
|
497
512
|
--utrecht-button-padding-inline-start: var(--xxllnc-size-sm);
|