@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
|
@@ -3333,9 +3333,69 @@
|
|
|
3333
3333
|
"size": {}
|
|
3334
3334
|
},
|
|
3335
3335
|
"disabled": {
|
|
3336
|
-
"background-color": {
|
|
3337
|
-
|
|
3338
|
-
|
|
3336
|
+
"background-color": {
|
|
3337
|
+
"value": "#d1d1d1",
|
|
3338
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3339
|
+
"isSource": true,
|
|
3340
|
+
"original": {
|
|
3341
|
+
"value": "{noordwijk.color.grey.82}"
|
|
3342
|
+
},
|
|
3343
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
3344
|
+
"attributes": {
|
|
3345
|
+
"category": "utrecht",
|
|
3346
|
+
"type": "button",
|
|
3347
|
+
"item": "disabled",
|
|
3348
|
+
"subitem": "background-color"
|
|
3349
|
+
},
|
|
3350
|
+
"path": [
|
|
3351
|
+
"utrecht",
|
|
3352
|
+
"button",
|
|
3353
|
+
"disabled",
|
|
3354
|
+
"background-color"
|
|
3355
|
+
]
|
|
3356
|
+
},
|
|
3357
|
+
"border-color": {
|
|
3358
|
+
"value": "#d1d1d1",
|
|
3359
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3360
|
+
"isSource": true,
|
|
3361
|
+
"original": {
|
|
3362
|
+
"value": "{noordwijk.color.grey.82}"
|
|
3363
|
+
},
|
|
3364
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
3365
|
+
"attributes": {
|
|
3366
|
+
"category": "utrecht",
|
|
3367
|
+
"type": "button",
|
|
3368
|
+
"item": "disabled",
|
|
3369
|
+
"subitem": "border-color"
|
|
3370
|
+
},
|
|
3371
|
+
"path": [
|
|
3372
|
+
"utrecht",
|
|
3373
|
+
"button",
|
|
3374
|
+
"disabled",
|
|
3375
|
+
"border-color"
|
|
3376
|
+
]
|
|
3377
|
+
},
|
|
3378
|
+
"color": {
|
|
3379
|
+
"value": "#808080",
|
|
3380
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3381
|
+
"isSource": true,
|
|
3382
|
+
"original": {
|
|
3383
|
+
"value": "{noordwijk.color.grey.50}"
|
|
3384
|
+
},
|
|
3385
|
+
"name": "utrechtButtonDisabledColor",
|
|
3386
|
+
"attributes": {
|
|
3387
|
+
"category": "utrecht",
|
|
3388
|
+
"type": "button",
|
|
3389
|
+
"item": "disabled",
|
|
3390
|
+
"subitem": "color"
|
|
3391
|
+
},
|
|
3392
|
+
"path": [
|
|
3393
|
+
"utrecht",
|
|
3394
|
+
"button",
|
|
3395
|
+
"disabled",
|
|
3396
|
+
"color"
|
|
3397
|
+
]
|
|
3398
|
+
}
|
|
3339
3399
|
},
|
|
3340
3400
|
"focus": {
|
|
3341
3401
|
"background-color": {},
|
|
@@ -3526,9 +3586,75 @@
|
|
|
3526
3586
|
"color": {}
|
|
3527
3587
|
},
|
|
3528
3588
|
"disabled": {
|
|
3529
|
-
"background-color": {
|
|
3530
|
-
|
|
3531
|
-
|
|
3589
|
+
"background-color": {
|
|
3590
|
+
"value": "#d1d1d1",
|
|
3591
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3592
|
+
"isSource": true,
|
|
3593
|
+
"original": {
|
|
3594
|
+
"value": "{noordwijk.color.grey.82}"
|
|
3595
|
+
},
|
|
3596
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
3597
|
+
"attributes": {
|
|
3598
|
+
"category": "utrecht",
|
|
3599
|
+
"type": "button",
|
|
3600
|
+
"item": "primary-action",
|
|
3601
|
+
"subitem": "disabled",
|
|
3602
|
+
"state": "background-color"
|
|
3603
|
+
},
|
|
3604
|
+
"path": [
|
|
3605
|
+
"utrecht",
|
|
3606
|
+
"button",
|
|
3607
|
+
"primary-action",
|
|
3608
|
+
"disabled",
|
|
3609
|
+
"background-color"
|
|
3610
|
+
]
|
|
3611
|
+
},
|
|
3612
|
+
"border-color": {
|
|
3613
|
+
"value": "#d1d1d1",
|
|
3614
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3615
|
+
"isSource": true,
|
|
3616
|
+
"original": {
|
|
3617
|
+
"value": "{noordwijk.color.grey.82}"
|
|
3618
|
+
},
|
|
3619
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
3620
|
+
"attributes": {
|
|
3621
|
+
"category": "utrecht",
|
|
3622
|
+
"type": "button",
|
|
3623
|
+
"item": "primary-action",
|
|
3624
|
+
"subitem": "disabled",
|
|
3625
|
+
"state": "border-color"
|
|
3626
|
+
},
|
|
3627
|
+
"path": [
|
|
3628
|
+
"utrecht",
|
|
3629
|
+
"button",
|
|
3630
|
+
"primary-action",
|
|
3631
|
+
"disabled",
|
|
3632
|
+
"border-color"
|
|
3633
|
+
]
|
|
3634
|
+
},
|
|
3635
|
+
"color": {
|
|
3636
|
+
"value": "#808080",
|
|
3637
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3638
|
+
"isSource": true,
|
|
3639
|
+
"original": {
|
|
3640
|
+
"value": "{noordwijk.color.grey.50}"
|
|
3641
|
+
},
|
|
3642
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
3643
|
+
"attributes": {
|
|
3644
|
+
"category": "utrecht",
|
|
3645
|
+
"type": "button",
|
|
3646
|
+
"item": "primary-action",
|
|
3647
|
+
"subitem": "disabled",
|
|
3648
|
+
"state": "color"
|
|
3649
|
+
},
|
|
3650
|
+
"path": [
|
|
3651
|
+
"utrecht",
|
|
3652
|
+
"button",
|
|
3653
|
+
"primary-action",
|
|
3654
|
+
"disabled",
|
|
3655
|
+
"color"
|
|
3656
|
+
]
|
|
3657
|
+
}
|
|
3532
3658
|
},
|
|
3533
3659
|
"hover": {
|
|
3534
3660
|
"background-color": {
|
|
@@ -3725,9 +3851,75 @@
|
|
|
3725
3851
|
"color": {}
|
|
3726
3852
|
},
|
|
3727
3853
|
"disabled": {
|
|
3728
|
-
"background-color": {
|
|
3729
|
-
|
|
3730
|
-
|
|
3854
|
+
"background-color": {
|
|
3855
|
+
"value": "#d1d1d1",
|
|
3856
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3857
|
+
"isSource": true,
|
|
3858
|
+
"original": {
|
|
3859
|
+
"value": "{noordwijk.color.grey.82}"
|
|
3860
|
+
},
|
|
3861
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
3862
|
+
"attributes": {
|
|
3863
|
+
"category": "utrecht",
|
|
3864
|
+
"type": "button",
|
|
3865
|
+
"item": "secondary-action",
|
|
3866
|
+
"subitem": "disabled",
|
|
3867
|
+
"state": "background-color"
|
|
3868
|
+
},
|
|
3869
|
+
"path": [
|
|
3870
|
+
"utrecht",
|
|
3871
|
+
"button",
|
|
3872
|
+
"secondary-action",
|
|
3873
|
+
"disabled",
|
|
3874
|
+
"background-color"
|
|
3875
|
+
]
|
|
3876
|
+
},
|
|
3877
|
+
"border-color": {
|
|
3878
|
+
"value": "#d1d1d1",
|
|
3879
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3880
|
+
"isSource": true,
|
|
3881
|
+
"original": {
|
|
3882
|
+
"value": "{noordwijk.color.grey.82}"
|
|
3883
|
+
},
|
|
3884
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
3885
|
+
"attributes": {
|
|
3886
|
+
"category": "utrecht",
|
|
3887
|
+
"type": "button",
|
|
3888
|
+
"item": "secondary-action",
|
|
3889
|
+
"subitem": "disabled",
|
|
3890
|
+
"state": "border-color"
|
|
3891
|
+
},
|
|
3892
|
+
"path": [
|
|
3893
|
+
"utrecht",
|
|
3894
|
+
"button",
|
|
3895
|
+
"secondary-action",
|
|
3896
|
+
"disabled",
|
|
3897
|
+
"border-color"
|
|
3898
|
+
]
|
|
3899
|
+
},
|
|
3900
|
+
"color": {
|
|
3901
|
+
"value": "#808080",
|
|
3902
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3903
|
+
"isSource": true,
|
|
3904
|
+
"original": {
|
|
3905
|
+
"value": "{noordwijk.color.grey.50}"
|
|
3906
|
+
},
|
|
3907
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
3908
|
+
"attributes": {
|
|
3909
|
+
"category": "utrecht",
|
|
3910
|
+
"type": "button",
|
|
3911
|
+
"item": "secondary-action",
|
|
3912
|
+
"subitem": "disabled",
|
|
3913
|
+
"state": "color"
|
|
3914
|
+
},
|
|
3915
|
+
"path": [
|
|
3916
|
+
"utrecht",
|
|
3917
|
+
"button",
|
|
3918
|
+
"secondary-action",
|
|
3919
|
+
"disabled",
|
|
3920
|
+
"color"
|
|
3921
|
+
]
|
|
3922
|
+
}
|
|
3731
3923
|
},
|
|
3732
3924
|
"hover": {
|
|
3733
3925
|
"background-color": {
|
|
@@ -3823,9 +4015,75 @@
|
|
|
3823
4015
|
"color": {}
|
|
3824
4016
|
},
|
|
3825
4017
|
"disabled": {
|
|
3826
|
-
"background-color": {
|
|
3827
|
-
|
|
3828
|
-
|
|
4018
|
+
"background-color": {
|
|
4019
|
+
"value": "#d1d1d1",
|
|
4020
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4021
|
+
"isSource": true,
|
|
4022
|
+
"original": {
|
|
4023
|
+
"value": "{noordwijk.color.grey.82}"
|
|
4024
|
+
},
|
|
4025
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
4026
|
+
"attributes": {
|
|
4027
|
+
"category": "utrecht",
|
|
4028
|
+
"type": "button",
|
|
4029
|
+
"item": "subtle",
|
|
4030
|
+
"subitem": "disabled",
|
|
4031
|
+
"state": "background-color"
|
|
4032
|
+
},
|
|
4033
|
+
"path": [
|
|
4034
|
+
"utrecht",
|
|
4035
|
+
"button",
|
|
4036
|
+
"subtle",
|
|
4037
|
+
"disabled",
|
|
4038
|
+
"background-color"
|
|
4039
|
+
]
|
|
4040
|
+
},
|
|
4041
|
+
"border-color": {
|
|
4042
|
+
"value": "#d1d1d1",
|
|
4043
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4044
|
+
"isSource": true,
|
|
4045
|
+
"original": {
|
|
4046
|
+
"value": "{noordwijk.color.grey.82}"
|
|
4047
|
+
},
|
|
4048
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
4049
|
+
"attributes": {
|
|
4050
|
+
"category": "utrecht",
|
|
4051
|
+
"type": "button",
|
|
4052
|
+
"item": "subtle",
|
|
4053
|
+
"subitem": "disabled",
|
|
4054
|
+
"state": "border-color"
|
|
4055
|
+
},
|
|
4056
|
+
"path": [
|
|
4057
|
+
"utrecht",
|
|
4058
|
+
"button",
|
|
4059
|
+
"subtle",
|
|
4060
|
+
"disabled",
|
|
4061
|
+
"border-color"
|
|
4062
|
+
]
|
|
4063
|
+
},
|
|
4064
|
+
"color": {
|
|
4065
|
+
"value": "#808080",
|
|
4066
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4067
|
+
"isSource": true,
|
|
4068
|
+
"original": {
|
|
4069
|
+
"value": "{noordwijk.color.grey.50}"
|
|
4070
|
+
},
|
|
4071
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
4072
|
+
"attributes": {
|
|
4073
|
+
"category": "utrecht",
|
|
4074
|
+
"type": "button",
|
|
4075
|
+
"item": "subtle",
|
|
4076
|
+
"subitem": "disabled",
|
|
4077
|
+
"state": "color"
|
|
4078
|
+
},
|
|
4079
|
+
"path": [
|
|
4080
|
+
"utrecht",
|
|
4081
|
+
"button",
|
|
4082
|
+
"subtle",
|
|
4083
|
+
"disabled",
|
|
4084
|
+
"color"
|
|
4085
|
+
]
|
|
4086
|
+
}
|
|
3829
4087
|
},
|
|
3830
4088
|
"hover": {
|
|
3831
4089
|
"background-color": {},
|
|
@@ -10073,7 +10331,8 @@
|
|
|
10073
10331
|
"hover",
|
|
10074
10332
|
"box-shadow"
|
|
10075
10333
|
]
|
|
10076
|
-
}
|
|
10334
|
+
},
|
|
10335
|
+
"font-weight": {}
|
|
10077
10336
|
},
|
|
10078
10337
|
"current": {
|
|
10079
10338
|
"color": {
|
|
@@ -10170,7 +10429,8 @@
|
|
|
10170
10429
|
"box-shadow"
|
|
10171
10430
|
]
|
|
10172
10431
|
}
|
|
10173
|
-
}
|
|
10432
|
+
},
|
|
10433
|
+
"font-weight": {}
|
|
10174
10434
|
},
|
|
10175
10435
|
"dropdown": {
|
|
10176
10436
|
"color": {
|
|
@@ -10294,7 +10554,110 @@
|
|
|
10294
10554
|
"hover",
|
|
10295
10555
|
"box-shadow"
|
|
10296
10556
|
]
|
|
10297
|
-
}
|
|
10557
|
+
},
|
|
10558
|
+
"font-weight": {}
|
|
10559
|
+
},
|
|
10560
|
+
"current": {
|
|
10561
|
+
"color": {
|
|
10562
|
+
"value": "#2c2276",
|
|
10563
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10564
|
+
"isSource": true,
|
|
10565
|
+
"original": {
|
|
10566
|
+
"value": "{noordwijk.color.blue.30}"
|
|
10567
|
+
},
|
|
10568
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
10569
|
+
"attributes": {
|
|
10570
|
+
"category": "conduction",
|
|
10571
|
+
"type": "primary",
|
|
10572
|
+
"item": "top-nav",
|
|
10573
|
+
"subitem": "dropdown",
|
|
10574
|
+
"state": "current"
|
|
10575
|
+
},
|
|
10576
|
+
"path": [
|
|
10577
|
+
"conduction",
|
|
10578
|
+
"primary",
|
|
10579
|
+
"top-nav",
|
|
10580
|
+
"dropdown",
|
|
10581
|
+
"current",
|
|
10582
|
+
"color"
|
|
10583
|
+
]
|
|
10584
|
+
},
|
|
10585
|
+
"background-color": {
|
|
10586
|
+
"value": "unset",
|
|
10587
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10588
|
+
"isSource": true,
|
|
10589
|
+
"original": {
|
|
10590
|
+
"value": "unset"
|
|
10591
|
+
},
|
|
10592
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
10593
|
+
"attributes": {
|
|
10594
|
+
"category": "conduction",
|
|
10595
|
+
"type": "primary",
|
|
10596
|
+
"item": "top-nav",
|
|
10597
|
+
"subitem": "dropdown",
|
|
10598
|
+
"state": "current"
|
|
10599
|
+
},
|
|
10600
|
+
"path": [
|
|
10601
|
+
"conduction",
|
|
10602
|
+
"primary",
|
|
10603
|
+
"top-nav",
|
|
10604
|
+
"dropdown",
|
|
10605
|
+
"current",
|
|
10606
|
+
"background-color"
|
|
10607
|
+
]
|
|
10608
|
+
},
|
|
10609
|
+
"box-shadow": {
|
|
10610
|
+
"value": "inset 0 -4px #6096c7",
|
|
10611
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10612
|
+
"isSource": true,
|
|
10613
|
+
"original": {
|
|
10614
|
+
"value": "inset 0 -4px {noordwijk.color.light-blue.58}"
|
|
10615
|
+
},
|
|
10616
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
10617
|
+
"attributes": {
|
|
10618
|
+
"category": "conduction",
|
|
10619
|
+
"type": "primary",
|
|
10620
|
+
"item": "top-nav",
|
|
10621
|
+
"subitem": "dropdown",
|
|
10622
|
+
"state": "current"
|
|
10623
|
+
},
|
|
10624
|
+
"path": [
|
|
10625
|
+
"conduction",
|
|
10626
|
+
"primary",
|
|
10627
|
+
"top-nav",
|
|
10628
|
+
"dropdown",
|
|
10629
|
+
"current",
|
|
10630
|
+
"box-shadow"
|
|
10631
|
+
]
|
|
10632
|
+
},
|
|
10633
|
+
"mobile": {
|
|
10634
|
+
"box-shadow": {
|
|
10635
|
+
"value": "inset 4px 0 #6096c7",
|
|
10636
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10637
|
+
"isSource": true,
|
|
10638
|
+
"original": {
|
|
10639
|
+
"value": "inset 4px 0 {noordwijk.color.light-blue.58}"
|
|
10640
|
+
},
|
|
10641
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
10642
|
+
"attributes": {
|
|
10643
|
+
"category": "conduction",
|
|
10644
|
+
"type": "primary",
|
|
10645
|
+
"item": "top-nav",
|
|
10646
|
+
"subitem": "dropdown",
|
|
10647
|
+
"state": "current"
|
|
10648
|
+
},
|
|
10649
|
+
"path": [
|
|
10650
|
+
"conduction",
|
|
10651
|
+
"primary",
|
|
10652
|
+
"top-nav",
|
|
10653
|
+
"dropdown",
|
|
10654
|
+
"current",
|
|
10655
|
+
"mobile",
|
|
10656
|
+
"box-shadow"
|
|
10657
|
+
]
|
|
10658
|
+
}
|
|
10659
|
+
},
|
|
10660
|
+
"font-weight": {}
|
|
10298
10661
|
}
|
|
10299
10662
|
},
|
|
10300
10663
|
"item": {
|
package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{noordwijk.color.blue.30}" },
|
|
9
9
|
"background-color": { "value": "{noordwijk.color.white.100}" },
|
|
10
|
-
"box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" }
|
|
10
|
+
"box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{noordwijk.color.blue.30}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {noordwijk.color.light-blue.58}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{noordwijk.color.black.15}" },
|
|
@@ -26,7 +28,17 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{noordwijk.color.black.15}" },
|
|
28
30
|
"background-color": { "value": "{noordwijk.color.light-blue.96}" },
|
|
29
|
-
"box-shadow": { "value": "none" }
|
|
31
|
+
"box-shadow": { "value": "none" },
|
|
32
|
+
"font-weight": {}
|
|
33
|
+
},
|
|
34
|
+
"current": {
|
|
35
|
+
"color": { "value": "{noordwijk.color.blue.30}" },
|
|
36
|
+
"background-color": { "value": "unset" },
|
|
37
|
+
"box-shadow": { "value": "inset 0 -4px {noordwijk.color.light-blue.58}" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "inset 4px 0 {noordwijk.color.light-blue.58}" }
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
30
42
|
}
|
|
31
43
|
},
|
|
32
44
|
"item": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"size": {}
|
|
30
30
|
},
|
|
31
31
|
"disabled": {
|
|
32
|
-
"background-color": {},
|
|
33
|
-
"border-color": {},
|
|
34
|
-
"color": {}
|
|
32
|
+
"background-color": { "value": "{noordwijk.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{noordwijk.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{noordwijk.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": "{noordwijk.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{noordwijk.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{noordwijk.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{noordwijk.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": "{noordwijk.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{noordwijk.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{noordwijk.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{noordwijk.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": "{noordwijk.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{noordwijk.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{noordwijk.color.grey.50}" }
|
|
133
133
|
},
|
|
134
134
|
"hover": {
|
|
135
135
|
"background-color": {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:39:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.open-webconcept-theme {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
--conduction-primary-top-nav-padding-inline-start: 16px;
|
|
46
46
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
47
47
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
48
|
+
--conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
48
49
|
--conduction-primary-top-nav-current-background-color: unset;
|
|
49
50
|
--conduction-logo-navbar-background-image: url('https://openwebconcept.nl/wp-content/themes/openwebconcept/assets/src/images/logo@2x.png');
|
|
50
51
|
--conduction-logo-navbar-block-size: 45px;
|
|
@@ -259,6 +260,9 @@
|
|
|
259
260
|
--conduction-secondary-top-nav-hover-background-color: var(--open-webconcept-color-grey-93);
|
|
260
261
|
--conduction-secondary-top-nav-hover-color: var(--open-webconcept-color-black-27);
|
|
261
262
|
--conduction-secondary-top-nav-color: var(--open-webconcept-color-black-27);
|
|
263
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 var(--open-webconcept-color-primary);
|
|
264
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px var(--open-webconcept-color-primary);
|
|
265
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--open-webconcept-color-black-27);
|
|
262
266
|
--conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 var(--open-webconcept-color-primary);
|
|
263
267
|
--conduction-primary-top-nav-current-box-shadow: inset 0 -4px var(--open-webconcept-color-primary);
|
|
264
268
|
--conduction-primary-top-nav-current-color: var(--open-webconcept-color-black-27);
|
|
@@ -455,7 +459,13 @@
|
|
|
455
459
|
--utrecht-code-block-background-color: var(--open-webconcept-color-grey-96);
|
|
456
460
|
--utrecht-code-font-family: var(--open-webconcept-typography-monospace-font-family);
|
|
457
461
|
--utrecht-code-background-color: var(--open-webconcept-color-grey-96);
|
|
462
|
+
--utrecht-button-subtle-disabled-color: var(--open-webconcept-color-grey-50);
|
|
463
|
+
--utrecht-button-subtle-disabled-border-color: var(--open-webconcept-color-grey-82);
|
|
464
|
+
--utrecht-button-subtle-disabled-background-color: var(--open-webconcept-color-grey-82);
|
|
458
465
|
--utrecht-button-secondary-action-hover-background-color: var(--open-webconcept-color-white-100);
|
|
466
|
+
--utrecht-button-secondary-action-disabled-color: var(--open-webconcept-color-grey-50);
|
|
467
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--open-webconcept-color-grey-82);
|
|
468
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--open-webconcept-color-grey-82);
|
|
459
469
|
--utrecht-button-secondary-action-font-weight: var(--open-webconcept-typography-font-weight-normal);
|
|
460
470
|
--utrecht-button-secondary-action-color: var(--open-webconcept-color-primary);
|
|
461
471
|
--utrecht-button-secondary-action-border-width: var(--open-webconcept-size-3xs);
|
|
@@ -464,11 +474,17 @@
|
|
|
464
474
|
--utrecht-button-primary-action-hover-color: var(--open-webconcept-color-white-100);
|
|
465
475
|
--utrecht-button-primary-action-hover-border-color: var(--open-webconcept-color-primary);
|
|
466
476
|
--utrecht-button-primary-action-hover-background-color: var(--open-webconcept-color-primary);
|
|
477
|
+
--utrecht-button-primary-action-disabled-color: var(--open-webconcept-color-grey-50);
|
|
478
|
+
--utrecht-button-primary-action-disabled-border-color: var(--open-webconcept-color-grey-82);
|
|
479
|
+
--utrecht-button-primary-action-disabled-background-color: var(--open-webconcept-color-grey-82);
|
|
467
480
|
--utrecht-button-primary-action-color: var(--open-webconcept-color-white-100);
|
|
468
481
|
--utrecht-button-primary-action-border-width: var(--open-webconcept-size-3xs);
|
|
469
482
|
--utrecht-button-primary-action-border-color: var(--open-webconcept-color-primary);
|
|
470
483
|
--utrecht-button-primary-action-background-color: var(--open-webconcept-color-primary);
|
|
471
484
|
--utrecht-button-hover-color: var(--open-webconcept-color-white-100);
|
|
485
|
+
--utrecht-button-disabled-color: var(--open-webconcept-color-grey-50);
|
|
486
|
+
--utrecht-button-disabled-border-color: var(--open-webconcept-color-grey-82);
|
|
487
|
+
--utrecht-button-disabled-background-color: var(--open-webconcept-color-grey-82);
|
|
472
488
|
--utrecht-button-icon-gap: var(--open-webconcept-size-xs);
|
|
473
489
|
--utrecht-button-padding-inline-end: var(--open-webconcept-size-sm);
|
|
474
490
|
--utrecht-button-padding-inline-start: var(--open-webconcept-size-sm);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:39:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const openWebconceptColorPrimary = "#1abc9c";
|
|
@@ -161,6 +161,9 @@ export const utrechtButtonPaddingBlockEnd = "4px";
|
|
|
161
161
|
export const utrechtButtonPaddingInlineStart = "14px";
|
|
162
162
|
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
163
163
|
export const utrechtButtonIconGap = "8px";
|
|
164
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
165
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
166
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
164
167
|
export const utrechtButtonHoverBackgroundColor = "#444444";
|
|
165
168
|
export const utrechtButtonHoverBorderColor = "#444444";
|
|
166
169
|
export const utrechtButtonHoverColor = "#ffffff";
|
|
@@ -169,6 +172,9 @@ export const utrechtButtonPrimaryActionBorderColor = "#1abc9c";
|
|
|
169
172
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
170
173
|
export const utrechtButtonPrimaryActionColor = "#ffffff";
|
|
171
174
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
175
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
176
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
177
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
172
178
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#1abc9c";
|
|
173
179
|
export const utrechtButtonPrimaryActionHoverBorderColor = "#1abc9c";
|
|
174
180
|
export const utrechtButtonPrimaryActionHoverColor = "#ffffff";
|
|
@@ -177,9 +183,15 @@ export const utrechtButtonSecondaryActionBorderColor = "#1abc9c";
|
|
|
177
183
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
178
184
|
export const utrechtButtonSecondaryActionColor = "#1abc9c";
|
|
179
185
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
186
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
187
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
188
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
180
189
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
181
190
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#444444";
|
|
182
191
|
export const utrechtButtonSecondaryActionHoverColor = "#444444";
|
|
192
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
193
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
194
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
183
195
|
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
184
196
|
export const utrechtCodeColor = "#555555";
|
|
185
197
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -464,6 +476,10 @@ export const conductionPrimaryTopNavCurrentColor = "#444444";
|
|
|
464
476
|
export const conductionPrimaryTopNavCurrentBackgroundColor = "unset";
|
|
465
477
|
export const conductionPrimaryTopNavCurrentBoxShadow = "inset 0 -4px #1abc9c";
|
|
466
478
|
export const conductionPrimaryTopNavCurrentMobileBoxShadow = "inset 4px 0 #1abc9c";
|
|
479
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#444444";
|
|
480
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "unset";
|
|
481
|
+
export const conductionPrimaryTopNavDropdownCurrentBoxShadow = "inset 0 -4px #1abc9c";
|
|
482
|
+
export const conductionPrimaryTopNavDropdownCurrentMobileBoxShadow = "inset 4px 0 #1abc9c";
|
|
467
483
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
468
484
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
469
485
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|