@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
|
@@ -3400,11 +3400,11 @@
|
|
|
3400
3400
|
},
|
|
3401
3401
|
"disabled": {
|
|
3402
3402
|
"background-color": {
|
|
3403
|
-
"value": "#
|
|
3403
|
+
"value": "#d1d1d1",
|
|
3404
3404
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3405
3405
|
"isSource": true,
|
|
3406
3406
|
"original": {
|
|
3407
|
-
"value": "{zutphen.color.grey.
|
|
3407
|
+
"value": "{zutphen.color.grey.82}"
|
|
3408
3408
|
},
|
|
3409
3409
|
"name": "utrechtButtonDisabledBackgroundColor",
|
|
3410
3410
|
"attributes": {
|
|
@@ -3421,11 +3421,11 @@
|
|
|
3421
3421
|
]
|
|
3422
3422
|
},
|
|
3423
3423
|
"border-color": {
|
|
3424
|
-
"value": "#
|
|
3424
|
+
"value": "#d1d1d1",
|
|
3425
3425
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3426
3426
|
"isSource": true,
|
|
3427
3427
|
"original": {
|
|
3428
|
-
"value": "{zutphen.color.grey.
|
|
3428
|
+
"value": "{zutphen.color.grey.82}"
|
|
3429
3429
|
},
|
|
3430
3430
|
"name": "utrechtButtonDisabledBorderColor",
|
|
3431
3431
|
"attributes": {
|
|
@@ -3441,7 +3441,27 @@
|
|
|
3441
3441
|
"border-color"
|
|
3442
3442
|
]
|
|
3443
3443
|
},
|
|
3444
|
-
"color": {
|
|
3444
|
+
"color": {
|
|
3445
|
+
"value": "#808080",
|
|
3446
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3447
|
+
"isSource": true,
|
|
3448
|
+
"original": {
|
|
3449
|
+
"value": "{zutphen.color.grey.50}"
|
|
3450
|
+
},
|
|
3451
|
+
"name": "utrechtButtonDisabledColor",
|
|
3452
|
+
"attributes": {
|
|
3453
|
+
"category": "utrecht",
|
|
3454
|
+
"type": "button",
|
|
3455
|
+
"item": "disabled",
|
|
3456
|
+
"subitem": "color"
|
|
3457
|
+
},
|
|
3458
|
+
"path": [
|
|
3459
|
+
"utrecht",
|
|
3460
|
+
"button",
|
|
3461
|
+
"disabled",
|
|
3462
|
+
"color"
|
|
3463
|
+
]
|
|
3464
|
+
}
|
|
3445
3465
|
},
|
|
3446
3466
|
"focus": {
|
|
3447
3467
|
"background-color": {},
|
|
@@ -3632,9 +3652,75 @@
|
|
|
3632
3652
|
"color": {}
|
|
3633
3653
|
},
|
|
3634
3654
|
"disabled": {
|
|
3635
|
-
"background-color": {
|
|
3636
|
-
|
|
3637
|
-
|
|
3655
|
+
"background-color": {
|
|
3656
|
+
"value": "#d1d1d1",
|
|
3657
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3658
|
+
"isSource": true,
|
|
3659
|
+
"original": {
|
|
3660
|
+
"value": "{zutphen.color.grey.82}"
|
|
3661
|
+
},
|
|
3662
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
3663
|
+
"attributes": {
|
|
3664
|
+
"category": "utrecht",
|
|
3665
|
+
"type": "button",
|
|
3666
|
+
"item": "primary-action",
|
|
3667
|
+
"subitem": "disabled",
|
|
3668
|
+
"state": "background-color"
|
|
3669
|
+
},
|
|
3670
|
+
"path": [
|
|
3671
|
+
"utrecht",
|
|
3672
|
+
"button",
|
|
3673
|
+
"primary-action",
|
|
3674
|
+
"disabled",
|
|
3675
|
+
"background-color"
|
|
3676
|
+
]
|
|
3677
|
+
},
|
|
3678
|
+
"border-color": {
|
|
3679
|
+
"value": "#d1d1d1",
|
|
3680
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3681
|
+
"isSource": true,
|
|
3682
|
+
"original": {
|
|
3683
|
+
"value": "{zutphen.color.grey.82}"
|
|
3684
|
+
},
|
|
3685
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
3686
|
+
"attributes": {
|
|
3687
|
+
"category": "utrecht",
|
|
3688
|
+
"type": "button",
|
|
3689
|
+
"item": "primary-action",
|
|
3690
|
+
"subitem": "disabled",
|
|
3691
|
+
"state": "border-color"
|
|
3692
|
+
},
|
|
3693
|
+
"path": [
|
|
3694
|
+
"utrecht",
|
|
3695
|
+
"button",
|
|
3696
|
+
"primary-action",
|
|
3697
|
+
"disabled",
|
|
3698
|
+
"border-color"
|
|
3699
|
+
]
|
|
3700
|
+
},
|
|
3701
|
+
"color": {
|
|
3702
|
+
"value": "#808080",
|
|
3703
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3704
|
+
"isSource": true,
|
|
3705
|
+
"original": {
|
|
3706
|
+
"value": "{zutphen.color.grey.50}"
|
|
3707
|
+
},
|
|
3708
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
3709
|
+
"attributes": {
|
|
3710
|
+
"category": "utrecht",
|
|
3711
|
+
"type": "button",
|
|
3712
|
+
"item": "primary-action",
|
|
3713
|
+
"subitem": "disabled",
|
|
3714
|
+
"state": "color"
|
|
3715
|
+
},
|
|
3716
|
+
"path": [
|
|
3717
|
+
"utrecht",
|
|
3718
|
+
"button",
|
|
3719
|
+
"primary-action",
|
|
3720
|
+
"disabled",
|
|
3721
|
+
"color"
|
|
3722
|
+
]
|
|
3723
|
+
}
|
|
3638
3724
|
},
|
|
3639
3725
|
"hover": {
|
|
3640
3726
|
"background-color": {
|
|
@@ -3831,9 +3917,75 @@
|
|
|
3831
3917
|
"color": {}
|
|
3832
3918
|
},
|
|
3833
3919
|
"disabled": {
|
|
3834
|
-
"background-color": {
|
|
3835
|
-
|
|
3836
|
-
|
|
3920
|
+
"background-color": {
|
|
3921
|
+
"value": "#d1d1d1",
|
|
3922
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3923
|
+
"isSource": true,
|
|
3924
|
+
"original": {
|
|
3925
|
+
"value": "{zutphen.color.grey.82}"
|
|
3926
|
+
},
|
|
3927
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
3928
|
+
"attributes": {
|
|
3929
|
+
"category": "utrecht",
|
|
3930
|
+
"type": "button",
|
|
3931
|
+
"item": "secondary-action",
|
|
3932
|
+
"subitem": "disabled",
|
|
3933
|
+
"state": "background-color"
|
|
3934
|
+
},
|
|
3935
|
+
"path": [
|
|
3936
|
+
"utrecht",
|
|
3937
|
+
"button",
|
|
3938
|
+
"secondary-action",
|
|
3939
|
+
"disabled",
|
|
3940
|
+
"background-color"
|
|
3941
|
+
]
|
|
3942
|
+
},
|
|
3943
|
+
"border-color": {
|
|
3944
|
+
"value": "#d1d1d1",
|
|
3945
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3946
|
+
"isSource": true,
|
|
3947
|
+
"original": {
|
|
3948
|
+
"value": "{zutphen.color.grey.82}"
|
|
3949
|
+
},
|
|
3950
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
3951
|
+
"attributes": {
|
|
3952
|
+
"category": "utrecht",
|
|
3953
|
+
"type": "button",
|
|
3954
|
+
"item": "secondary-action",
|
|
3955
|
+
"subitem": "disabled",
|
|
3956
|
+
"state": "border-color"
|
|
3957
|
+
},
|
|
3958
|
+
"path": [
|
|
3959
|
+
"utrecht",
|
|
3960
|
+
"button",
|
|
3961
|
+
"secondary-action",
|
|
3962
|
+
"disabled",
|
|
3963
|
+
"border-color"
|
|
3964
|
+
]
|
|
3965
|
+
},
|
|
3966
|
+
"color": {
|
|
3967
|
+
"value": "#808080",
|
|
3968
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3969
|
+
"isSource": true,
|
|
3970
|
+
"original": {
|
|
3971
|
+
"value": "{zutphen.color.grey.50}"
|
|
3972
|
+
},
|
|
3973
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
3974
|
+
"attributes": {
|
|
3975
|
+
"category": "utrecht",
|
|
3976
|
+
"type": "button",
|
|
3977
|
+
"item": "secondary-action",
|
|
3978
|
+
"subitem": "disabled",
|
|
3979
|
+
"state": "color"
|
|
3980
|
+
},
|
|
3981
|
+
"path": [
|
|
3982
|
+
"utrecht",
|
|
3983
|
+
"button",
|
|
3984
|
+
"secondary-action",
|
|
3985
|
+
"disabled",
|
|
3986
|
+
"color"
|
|
3987
|
+
]
|
|
3988
|
+
}
|
|
3837
3989
|
},
|
|
3838
3990
|
"hover": {
|
|
3839
3991
|
"background-color": {
|
|
@@ -3929,9 +4081,75 @@
|
|
|
3929
4081
|
"color": {}
|
|
3930
4082
|
},
|
|
3931
4083
|
"disabled": {
|
|
3932
|
-
"background-color": {
|
|
3933
|
-
|
|
3934
|
-
|
|
4084
|
+
"background-color": {
|
|
4085
|
+
"value": "#d1d1d1",
|
|
4086
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4087
|
+
"isSource": true,
|
|
4088
|
+
"original": {
|
|
4089
|
+
"value": "{zutphen.color.grey.82}"
|
|
4090
|
+
},
|
|
4091
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
4092
|
+
"attributes": {
|
|
4093
|
+
"category": "utrecht",
|
|
4094
|
+
"type": "button",
|
|
4095
|
+
"item": "subtle",
|
|
4096
|
+
"subitem": "disabled",
|
|
4097
|
+
"state": "background-color"
|
|
4098
|
+
},
|
|
4099
|
+
"path": [
|
|
4100
|
+
"utrecht",
|
|
4101
|
+
"button",
|
|
4102
|
+
"subtle",
|
|
4103
|
+
"disabled",
|
|
4104
|
+
"background-color"
|
|
4105
|
+
]
|
|
4106
|
+
},
|
|
4107
|
+
"border-color": {
|
|
4108
|
+
"value": "#d1d1d1",
|
|
4109
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4110
|
+
"isSource": true,
|
|
4111
|
+
"original": {
|
|
4112
|
+
"value": "{zutphen.color.grey.82}"
|
|
4113
|
+
},
|
|
4114
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
4115
|
+
"attributes": {
|
|
4116
|
+
"category": "utrecht",
|
|
4117
|
+
"type": "button",
|
|
4118
|
+
"item": "subtle",
|
|
4119
|
+
"subitem": "disabled",
|
|
4120
|
+
"state": "border-color"
|
|
4121
|
+
},
|
|
4122
|
+
"path": [
|
|
4123
|
+
"utrecht",
|
|
4124
|
+
"button",
|
|
4125
|
+
"subtle",
|
|
4126
|
+
"disabled",
|
|
4127
|
+
"border-color"
|
|
4128
|
+
]
|
|
4129
|
+
},
|
|
4130
|
+
"color": {
|
|
4131
|
+
"value": "#808080",
|
|
4132
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4133
|
+
"isSource": true,
|
|
4134
|
+
"original": {
|
|
4135
|
+
"value": "{zutphen.color.grey.50}"
|
|
4136
|
+
},
|
|
4137
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
4138
|
+
"attributes": {
|
|
4139
|
+
"category": "utrecht",
|
|
4140
|
+
"type": "button",
|
|
4141
|
+
"item": "subtle",
|
|
4142
|
+
"subitem": "disabled",
|
|
4143
|
+
"state": "color"
|
|
4144
|
+
},
|
|
4145
|
+
"path": [
|
|
4146
|
+
"utrecht",
|
|
4147
|
+
"button",
|
|
4148
|
+
"subtle",
|
|
4149
|
+
"disabled",
|
|
4150
|
+
"color"
|
|
4151
|
+
]
|
|
4152
|
+
}
|
|
3935
4153
|
},
|
|
3936
4154
|
"hover": {
|
|
3937
4155
|
"background-color": {},
|
|
@@ -10096,7 +10314,8 @@
|
|
|
10096
10314
|
"background-color"
|
|
10097
10315
|
]
|
|
10098
10316
|
},
|
|
10099
|
-
"box-shadow": {}
|
|
10317
|
+
"box-shadow": {},
|
|
10318
|
+
"font-weight": {}
|
|
10100
10319
|
},
|
|
10101
10320
|
"current": {
|
|
10102
10321
|
"color": {
|
|
@@ -10193,7 +10412,8 @@
|
|
|
10193
10412
|
"box-shadow"
|
|
10194
10413
|
]
|
|
10195
10414
|
}
|
|
10196
|
-
}
|
|
10415
|
+
},
|
|
10416
|
+
"font-weight": {}
|
|
10197
10417
|
},
|
|
10198
10418
|
"dropdown": {
|
|
10199
10419
|
"color": {},
|
|
@@ -10204,7 +10424,110 @@
|
|
|
10204
10424
|
"hover": {
|
|
10205
10425
|
"color": {},
|
|
10206
10426
|
"background-color": {},
|
|
10207
|
-
"box-shadow": {}
|
|
10427
|
+
"box-shadow": {},
|
|
10428
|
+
"font-weight": {}
|
|
10429
|
+
},
|
|
10430
|
+
"current": {
|
|
10431
|
+
"color": {
|
|
10432
|
+
"value": "#063a96",
|
|
10433
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10434
|
+
"isSource": true,
|
|
10435
|
+
"original": {
|
|
10436
|
+
"value": "{zutphen.color.primary}"
|
|
10437
|
+
},
|
|
10438
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
10439
|
+
"attributes": {
|
|
10440
|
+
"category": "conduction",
|
|
10441
|
+
"type": "primary",
|
|
10442
|
+
"item": "top-nav",
|
|
10443
|
+
"subitem": "dropdown",
|
|
10444
|
+
"state": "current"
|
|
10445
|
+
},
|
|
10446
|
+
"path": [
|
|
10447
|
+
"conduction",
|
|
10448
|
+
"primary",
|
|
10449
|
+
"top-nav",
|
|
10450
|
+
"dropdown",
|
|
10451
|
+
"current",
|
|
10452
|
+
"color"
|
|
10453
|
+
]
|
|
10454
|
+
},
|
|
10455
|
+
"background-color": {
|
|
10456
|
+
"value": "unset",
|
|
10457
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10458
|
+
"isSource": true,
|
|
10459
|
+
"original": {
|
|
10460
|
+
"value": "unset"
|
|
10461
|
+
},
|
|
10462
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
10463
|
+
"attributes": {
|
|
10464
|
+
"category": "conduction",
|
|
10465
|
+
"type": "primary",
|
|
10466
|
+
"item": "top-nav",
|
|
10467
|
+
"subitem": "dropdown",
|
|
10468
|
+
"state": "current"
|
|
10469
|
+
},
|
|
10470
|
+
"path": [
|
|
10471
|
+
"conduction",
|
|
10472
|
+
"primary",
|
|
10473
|
+
"top-nav",
|
|
10474
|
+
"dropdown",
|
|
10475
|
+
"current",
|
|
10476
|
+
"background-color"
|
|
10477
|
+
]
|
|
10478
|
+
},
|
|
10479
|
+
"box-shadow": {
|
|
10480
|
+
"value": "inset 0 -4px #063a96",
|
|
10481
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10482
|
+
"isSource": true,
|
|
10483
|
+
"original": {
|
|
10484
|
+
"value": "inset 0 -4px {zutphen.color.primary}"
|
|
10485
|
+
},
|
|
10486
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
10487
|
+
"attributes": {
|
|
10488
|
+
"category": "conduction",
|
|
10489
|
+
"type": "primary",
|
|
10490
|
+
"item": "top-nav",
|
|
10491
|
+
"subitem": "dropdown",
|
|
10492
|
+
"state": "current"
|
|
10493
|
+
},
|
|
10494
|
+
"path": [
|
|
10495
|
+
"conduction",
|
|
10496
|
+
"primary",
|
|
10497
|
+
"top-nav",
|
|
10498
|
+
"dropdown",
|
|
10499
|
+
"current",
|
|
10500
|
+
"box-shadow"
|
|
10501
|
+
]
|
|
10502
|
+
},
|
|
10503
|
+
"mobile": {
|
|
10504
|
+
"box-shadow": {
|
|
10505
|
+
"value": "inset 4px 0 #063a96",
|
|
10506
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10507
|
+
"isSource": true,
|
|
10508
|
+
"original": {
|
|
10509
|
+
"value": "inset 4px 0 {zutphen.color.primary}"
|
|
10510
|
+
},
|
|
10511
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
10512
|
+
"attributes": {
|
|
10513
|
+
"category": "conduction",
|
|
10514
|
+
"type": "primary",
|
|
10515
|
+
"item": "top-nav",
|
|
10516
|
+
"subitem": "dropdown",
|
|
10517
|
+
"state": "current"
|
|
10518
|
+
},
|
|
10519
|
+
"path": [
|
|
10520
|
+
"conduction",
|
|
10521
|
+
"primary",
|
|
10522
|
+
"top-nav",
|
|
10523
|
+
"dropdown",
|
|
10524
|
+
"current",
|
|
10525
|
+
"mobile",
|
|
10526
|
+
"box-shadow"
|
|
10527
|
+
]
|
|
10528
|
+
}
|
|
10529
|
+
},
|
|
10530
|
+
"font-weight": {}
|
|
10208
10531
|
}
|
|
10209
10532
|
},
|
|
10210
10533
|
"item": {
|
package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{zutphen.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{zutphen.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{zutphen.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {zutphen.color.primary}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {zutphen.color.primary}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": {},
|
|
@@ -26,7 +28,17 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": {},
|
|
28
30
|
"background-color": {},
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
33
|
+
},
|
|
34
|
+
"current": {
|
|
35
|
+
"color": { "value": "{zutphen.color.primary}" },
|
|
36
|
+
"background-color": { "value": "unset" },
|
|
37
|
+
"box-shadow": { "value": "inset 0 -4px {zutphen.color.primary}" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "inset 4px 0 {zutphen.color.primary}" }
|
|
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": { "value": "{zutphen.color.grey.
|
|
33
|
-
"border-color": { "value": "{zutphen.color.grey.
|
|
34
|
-
"color": {}
|
|
32
|
+
"background-color": { "value": "{zutphen.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{zutphen.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{zutphen.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": "{zutphen.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{zutphen.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{zutphen.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{zutphen.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": "{zutphen.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{zutphen.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{zutphen.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{zutphen.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": "{zutphen.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{zutphen.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{zutphen.color.grey.50}" }
|
|
133
133
|
},
|
|
134
134
|
"hover": {
|
|
135
135
|
"background-color": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/theme",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Conduction's design tokens theme",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"build:commonground": "cd ./municipalities/commonground-design-tokens && npm run build",
|
|
24
24
|
"build:opencatalogi": "cd ./municipalities/opencatalogi-design-tokens && npm run build",
|
|
25
25
|
"build:zutphen": "cd ./municipalities/zutphen-design-tokens && npm run build",
|
|
26
|
-
"build:sloterburg": "cd ./municipalities/sloterburg-design-tokens && npm run build"
|
|
26
|
+
"build:sloterburg": "cd ./municipalities/sloterburg-design-tokens && npm run build",
|
|
27
|
+
"build:gouda": "cd ./municipalities/gouda-design-tokens && npm run build"
|
|
27
28
|
},
|
|
28
29
|
"dependencies": { "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100" },
|
|
29
30
|
"author": "",
|