@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
|
@@ -3262,9 +3262,69 @@
|
|
|
3262
3262
|
"size": {}
|
|
3263
3263
|
},
|
|
3264
3264
|
"disabled": {
|
|
3265
|
-
"background-color": {
|
|
3266
|
-
|
|
3267
|
-
|
|
3265
|
+
"background-color": {
|
|
3266
|
+
"value": "#d1d1d1",
|
|
3267
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3268
|
+
"isSource": true,
|
|
3269
|
+
"original": {
|
|
3270
|
+
"value": "{commonground.color.grey.82}"
|
|
3271
|
+
},
|
|
3272
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
3273
|
+
"attributes": {
|
|
3274
|
+
"category": "utrecht",
|
|
3275
|
+
"type": "button",
|
|
3276
|
+
"item": "disabled",
|
|
3277
|
+
"subitem": "background-color"
|
|
3278
|
+
},
|
|
3279
|
+
"path": [
|
|
3280
|
+
"utrecht",
|
|
3281
|
+
"button",
|
|
3282
|
+
"disabled",
|
|
3283
|
+
"background-color"
|
|
3284
|
+
]
|
|
3285
|
+
},
|
|
3286
|
+
"border-color": {
|
|
3287
|
+
"value": "#d1d1d1",
|
|
3288
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3289
|
+
"isSource": true,
|
|
3290
|
+
"original": {
|
|
3291
|
+
"value": "{commonground.color.grey.82}"
|
|
3292
|
+
},
|
|
3293
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
3294
|
+
"attributes": {
|
|
3295
|
+
"category": "utrecht",
|
|
3296
|
+
"type": "button",
|
|
3297
|
+
"item": "disabled",
|
|
3298
|
+
"subitem": "border-color"
|
|
3299
|
+
},
|
|
3300
|
+
"path": [
|
|
3301
|
+
"utrecht",
|
|
3302
|
+
"button",
|
|
3303
|
+
"disabled",
|
|
3304
|
+
"border-color"
|
|
3305
|
+
]
|
|
3306
|
+
},
|
|
3307
|
+
"color": {
|
|
3308
|
+
"value": "#949494",
|
|
3309
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3310
|
+
"isSource": true,
|
|
3311
|
+
"original": {
|
|
3312
|
+
"value": "{commonground.color.grey.58}"
|
|
3313
|
+
},
|
|
3314
|
+
"name": "utrechtButtonDisabledColor",
|
|
3315
|
+
"attributes": {
|
|
3316
|
+
"category": "utrecht",
|
|
3317
|
+
"type": "button",
|
|
3318
|
+
"item": "disabled",
|
|
3319
|
+
"subitem": "color"
|
|
3320
|
+
},
|
|
3321
|
+
"path": [
|
|
3322
|
+
"utrecht",
|
|
3323
|
+
"button",
|
|
3324
|
+
"disabled",
|
|
3325
|
+
"color"
|
|
3326
|
+
]
|
|
3327
|
+
}
|
|
3268
3328
|
},
|
|
3269
3329
|
"focus": {
|
|
3270
3330
|
"background-color": {},
|
|
@@ -3455,9 +3515,75 @@
|
|
|
3455
3515
|
"color": {}
|
|
3456
3516
|
},
|
|
3457
3517
|
"disabled": {
|
|
3458
|
-
"background-color": {
|
|
3459
|
-
|
|
3460
|
-
|
|
3518
|
+
"background-color": {
|
|
3519
|
+
"value": "#d1d1d1",
|
|
3520
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3521
|
+
"isSource": true,
|
|
3522
|
+
"original": {
|
|
3523
|
+
"value": "{commonground.color.grey.82}"
|
|
3524
|
+
},
|
|
3525
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
3526
|
+
"attributes": {
|
|
3527
|
+
"category": "utrecht",
|
|
3528
|
+
"type": "button",
|
|
3529
|
+
"item": "primary-action",
|
|
3530
|
+
"subitem": "disabled",
|
|
3531
|
+
"state": "background-color"
|
|
3532
|
+
},
|
|
3533
|
+
"path": [
|
|
3534
|
+
"utrecht",
|
|
3535
|
+
"button",
|
|
3536
|
+
"primary-action",
|
|
3537
|
+
"disabled",
|
|
3538
|
+
"background-color"
|
|
3539
|
+
]
|
|
3540
|
+
},
|
|
3541
|
+
"border-color": {
|
|
3542
|
+
"value": "#d1d1d1",
|
|
3543
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3544
|
+
"isSource": true,
|
|
3545
|
+
"original": {
|
|
3546
|
+
"value": "{commonground.color.grey.82}"
|
|
3547
|
+
},
|
|
3548
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
3549
|
+
"attributes": {
|
|
3550
|
+
"category": "utrecht",
|
|
3551
|
+
"type": "button",
|
|
3552
|
+
"item": "primary-action",
|
|
3553
|
+
"subitem": "disabled",
|
|
3554
|
+
"state": "border-color"
|
|
3555
|
+
},
|
|
3556
|
+
"path": [
|
|
3557
|
+
"utrecht",
|
|
3558
|
+
"button",
|
|
3559
|
+
"primary-action",
|
|
3560
|
+
"disabled",
|
|
3561
|
+
"border-color"
|
|
3562
|
+
]
|
|
3563
|
+
},
|
|
3564
|
+
"color": {
|
|
3565
|
+
"value": "#949494",
|
|
3566
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3567
|
+
"isSource": true,
|
|
3568
|
+
"original": {
|
|
3569
|
+
"value": "{commonground.color.grey.58}"
|
|
3570
|
+
},
|
|
3571
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
3572
|
+
"attributes": {
|
|
3573
|
+
"category": "utrecht",
|
|
3574
|
+
"type": "button",
|
|
3575
|
+
"item": "primary-action",
|
|
3576
|
+
"subitem": "disabled",
|
|
3577
|
+
"state": "color"
|
|
3578
|
+
},
|
|
3579
|
+
"path": [
|
|
3580
|
+
"utrecht",
|
|
3581
|
+
"button",
|
|
3582
|
+
"primary-action",
|
|
3583
|
+
"disabled",
|
|
3584
|
+
"color"
|
|
3585
|
+
]
|
|
3586
|
+
}
|
|
3461
3587
|
},
|
|
3462
3588
|
"hover": {
|
|
3463
3589
|
"background-color": {
|
|
@@ -3654,9 +3780,75 @@
|
|
|
3654
3780
|
"color": {}
|
|
3655
3781
|
},
|
|
3656
3782
|
"disabled": {
|
|
3657
|
-
"background-color": {
|
|
3658
|
-
|
|
3659
|
-
|
|
3783
|
+
"background-color": {
|
|
3784
|
+
"value": "#d1d1d1",
|
|
3785
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3786
|
+
"isSource": true,
|
|
3787
|
+
"original": {
|
|
3788
|
+
"value": "{commonground.color.grey.82}"
|
|
3789
|
+
},
|
|
3790
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
3791
|
+
"attributes": {
|
|
3792
|
+
"category": "utrecht",
|
|
3793
|
+
"type": "button",
|
|
3794
|
+
"item": "secondary-action",
|
|
3795
|
+
"subitem": "disabled",
|
|
3796
|
+
"state": "background-color"
|
|
3797
|
+
},
|
|
3798
|
+
"path": [
|
|
3799
|
+
"utrecht",
|
|
3800
|
+
"button",
|
|
3801
|
+
"secondary-action",
|
|
3802
|
+
"disabled",
|
|
3803
|
+
"background-color"
|
|
3804
|
+
]
|
|
3805
|
+
},
|
|
3806
|
+
"border-color": {
|
|
3807
|
+
"value": "#d1d1d1",
|
|
3808
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3809
|
+
"isSource": true,
|
|
3810
|
+
"original": {
|
|
3811
|
+
"value": "{commonground.color.grey.82}"
|
|
3812
|
+
},
|
|
3813
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
3814
|
+
"attributes": {
|
|
3815
|
+
"category": "utrecht",
|
|
3816
|
+
"type": "button",
|
|
3817
|
+
"item": "secondary-action",
|
|
3818
|
+
"subitem": "disabled",
|
|
3819
|
+
"state": "border-color"
|
|
3820
|
+
},
|
|
3821
|
+
"path": [
|
|
3822
|
+
"utrecht",
|
|
3823
|
+
"button",
|
|
3824
|
+
"secondary-action",
|
|
3825
|
+
"disabled",
|
|
3826
|
+
"border-color"
|
|
3827
|
+
]
|
|
3828
|
+
},
|
|
3829
|
+
"color": {
|
|
3830
|
+
"value": "#949494",
|
|
3831
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3832
|
+
"isSource": true,
|
|
3833
|
+
"original": {
|
|
3834
|
+
"value": "{commonground.color.grey.58}"
|
|
3835
|
+
},
|
|
3836
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
3837
|
+
"attributes": {
|
|
3838
|
+
"category": "utrecht",
|
|
3839
|
+
"type": "button",
|
|
3840
|
+
"item": "secondary-action",
|
|
3841
|
+
"subitem": "disabled",
|
|
3842
|
+
"state": "color"
|
|
3843
|
+
},
|
|
3844
|
+
"path": [
|
|
3845
|
+
"utrecht",
|
|
3846
|
+
"button",
|
|
3847
|
+
"secondary-action",
|
|
3848
|
+
"disabled",
|
|
3849
|
+
"color"
|
|
3850
|
+
]
|
|
3851
|
+
}
|
|
3660
3852
|
},
|
|
3661
3853
|
"hover": {
|
|
3662
3854
|
"background-color": {
|
|
@@ -3752,9 +3944,75 @@
|
|
|
3752
3944
|
"color": {}
|
|
3753
3945
|
},
|
|
3754
3946
|
"disabled": {
|
|
3755
|
-
"background-color": {
|
|
3756
|
-
|
|
3757
|
-
|
|
3947
|
+
"background-color": {
|
|
3948
|
+
"value": "#d1d1d1",
|
|
3949
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3950
|
+
"isSource": true,
|
|
3951
|
+
"original": {
|
|
3952
|
+
"value": "{commonground.color.grey.82}"
|
|
3953
|
+
},
|
|
3954
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
3955
|
+
"attributes": {
|
|
3956
|
+
"category": "utrecht",
|
|
3957
|
+
"type": "button",
|
|
3958
|
+
"item": "subtle",
|
|
3959
|
+
"subitem": "disabled",
|
|
3960
|
+
"state": "background-color"
|
|
3961
|
+
},
|
|
3962
|
+
"path": [
|
|
3963
|
+
"utrecht",
|
|
3964
|
+
"button",
|
|
3965
|
+
"subtle",
|
|
3966
|
+
"disabled",
|
|
3967
|
+
"background-color"
|
|
3968
|
+
]
|
|
3969
|
+
},
|
|
3970
|
+
"border-color": {
|
|
3971
|
+
"value": "#d1d1d1",
|
|
3972
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3973
|
+
"isSource": true,
|
|
3974
|
+
"original": {
|
|
3975
|
+
"value": "{commonground.color.grey.82}"
|
|
3976
|
+
},
|
|
3977
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
3978
|
+
"attributes": {
|
|
3979
|
+
"category": "utrecht",
|
|
3980
|
+
"type": "button",
|
|
3981
|
+
"item": "subtle",
|
|
3982
|
+
"subitem": "disabled",
|
|
3983
|
+
"state": "border-color"
|
|
3984
|
+
},
|
|
3985
|
+
"path": [
|
|
3986
|
+
"utrecht",
|
|
3987
|
+
"button",
|
|
3988
|
+
"subtle",
|
|
3989
|
+
"disabled",
|
|
3990
|
+
"border-color"
|
|
3991
|
+
]
|
|
3992
|
+
},
|
|
3993
|
+
"color": {
|
|
3994
|
+
"value": "#949494",
|
|
3995
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3996
|
+
"isSource": true,
|
|
3997
|
+
"original": {
|
|
3998
|
+
"value": "{commonground.color.grey.58}"
|
|
3999
|
+
},
|
|
4000
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
4001
|
+
"attributes": {
|
|
4002
|
+
"category": "utrecht",
|
|
4003
|
+
"type": "button",
|
|
4004
|
+
"item": "subtle",
|
|
4005
|
+
"subitem": "disabled",
|
|
4006
|
+
"state": "color"
|
|
4007
|
+
},
|
|
4008
|
+
"path": [
|
|
4009
|
+
"utrecht",
|
|
4010
|
+
"button",
|
|
4011
|
+
"subtle",
|
|
4012
|
+
"disabled",
|
|
4013
|
+
"color"
|
|
4014
|
+
]
|
|
4015
|
+
}
|
|
3758
4016
|
},
|
|
3759
4017
|
"hover": {
|
|
3760
4018
|
"background-color": {},
|
|
@@ -9747,7 +10005,8 @@
|
|
|
9747
10005
|
"background-color"
|
|
9748
10006
|
]
|
|
9749
10007
|
},
|
|
9750
|
-
"box-shadow": {}
|
|
10008
|
+
"box-shadow": {},
|
|
10009
|
+
"font-weight": {}
|
|
9751
10010
|
},
|
|
9752
10011
|
"current": {
|
|
9753
10012
|
"color": {
|
|
@@ -9844,7 +10103,8 @@
|
|
|
9844
10103
|
"box-shadow"
|
|
9845
10104
|
]
|
|
9846
10105
|
}
|
|
9847
|
-
}
|
|
10106
|
+
},
|
|
10107
|
+
"font-weight": {}
|
|
9848
10108
|
},
|
|
9849
10109
|
"dropdown": {
|
|
9850
10110
|
"color": {
|
|
@@ -9945,7 +10205,110 @@
|
|
|
9945
10205
|
"background-color"
|
|
9946
10206
|
]
|
|
9947
10207
|
},
|
|
9948
|
-
"box-shadow": {}
|
|
10208
|
+
"box-shadow": {},
|
|
10209
|
+
"font-weight": {}
|
|
10210
|
+
},
|
|
10211
|
+
"current": {
|
|
10212
|
+
"color": {
|
|
10213
|
+
"value": "#000000",
|
|
10214
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10215
|
+
"isSource": true,
|
|
10216
|
+
"original": {
|
|
10217
|
+
"value": "{commonground.color.black.0}"
|
|
10218
|
+
},
|
|
10219
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
10220
|
+
"attributes": {
|
|
10221
|
+
"category": "conduction",
|
|
10222
|
+
"type": "primary",
|
|
10223
|
+
"item": "top-nav",
|
|
10224
|
+
"subitem": "dropdown",
|
|
10225
|
+
"state": "current"
|
|
10226
|
+
},
|
|
10227
|
+
"path": [
|
|
10228
|
+
"conduction",
|
|
10229
|
+
"primary",
|
|
10230
|
+
"top-nav",
|
|
10231
|
+
"dropdown",
|
|
10232
|
+
"current",
|
|
10233
|
+
"color"
|
|
10234
|
+
]
|
|
10235
|
+
},
|
|
10236
|
+
"background-color": {
|
|
10237
|
+
"value": "#ffbc2c",
|
|
10238
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10239
|
+
"isSource": true,
|
|
10240
|
+
"original": {
|
|
10241
|
+
"value": "{commonground.color.primary}"
|
|
10242
|
+
},
|
|
10243
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
10244
|
+
"attributes": {
|
|
10245
|
+
"category": "conduction",
|
|
10246
|
+
"type": "primary",
|
|
10247
|
+
"item": "top-nav",
|
|
10248
|
+
"subitem": "dropdown",
|
|
10249
|
+
"state": "current"
|
|
10250
|
+
},
|
|
10251
|
+
"path": [
|
|
10252
|
+
"conduction",
|
|
10253
|
+
"primary",
|
|
10254
|
+
"top-nav",
|
|
10255
|
+
"dropdown",
|
|
10256
|
+
"current",
|
|
10257
|
+
"background-color"
|
|
10258
|
+
]
|
|
10259
|
+
},
|
|
10260
|
+
"box-shadow": {
|
|
10261
|
+
"value": "inset 0px 0px 0px 2px #000000",
|
|
10262
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10263
|
+
"isSource": true,
|
|
10264
|
+
"original": {
|
|
10265
|
+
"value": "inset 0px 0px 0px 2px {commonground.color.black.0}"
|
|
10266
|
+
},
|
|
10267
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
10268
|
+
"attributes": {
|
|
10269
|
+
"category": "conduction",
|
|
10270
|
+
"type": "primary",
|
|
10271
|
+
"item": "top-nav",
|
|
10272
|
+
"subitem": "dropdown",
|
|
10273
|
+
"state": "current"
|
|
10274
|
+
},
|
|
10275
|
+
"path": [
|
|
10276
|
+
"conduction",
|
|
10277
|
+
"primary",
|
|
10278
|
+
"top-nav",
|
|
10279
|
+
"dropdown",
|
|
10280
|
+
"current",
|
|
10281
|
+
"box-shadow"
|
|
10282
|
+
]
|
|
10283
|
+
},
|
|
10284
|
+
"mobile": {
|
|
10285
|
+
"box-shadow": {
|
|
10286
|
+
"value": "",
|
|
10287
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10288
|
+
"isSource": true,
|
|
10289
|
+
"original": {
|
|
10290
|
+
"value": ""
|
|
10291
|
+
},
|
|
10292
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
10293
|
+
"attributes": {
|
|
10294
|
+
"category": "conduction",
|
|
10295
|
+
"type": "primary",
|
|
10296
|
+
"item": "top-nav",
|
|
10297
|
+
"subitem": "dropdown",
|
|
10298
|
+
"state": "current"
|
|
10299
|
+
},
|
|
10300
|
+
"path": [
|
|
10301
|
+
"conduction",
|
|
10302
|
+
"primary",
|
|
10303
|
+
"top-nav",
|
|
10304
|
+
"dropdown",
|
|
10305
|
+
"current",
|
|
10306
|
+
"mobile",
|
|
10307
|
+
"box-shadow"
|
|
10308
|
+
]
|
|
10309
|
+
}
|
|
10310
|
+
},
|
|
10311
|
+
"font-weight": {}
|
|
9949
10312
|
}
|
|
9950
10313
|
},
|
|
9951
10314
|
"item": {
|
package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{commonground.color.black.0}" },
|
|
9
9
|
"background-color": { "value": "{commonground.color.yellow.64}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{commonground.color.black.0}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0px 0px 0px 2px {commonground.color.black.0}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{commonground.color.black.0}" },
|
|
@@ -26,7 +28,17 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{commonground.color.black.0}" },
|
|
28
30
|
"background-color": { "value": "{commonground.color.yellow.64}" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
33
|
+
},
|
|
34
|
+
"current": {
|
|
35
|
+
"color": { "value": "{commonground.color.black.0}" },
|
|
36
|
+
"background-color": { "value": "{commonground.color.primary}" },
|
|
37
|
+
"box-shadow": { "value": "inset 0px 0px 0px 2px {commonground.color.black.0}" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "" }
|
|
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": "{commonground.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{commonground.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{commonground.color.grey.58}" }
|
|
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": "{commonground.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{commonground.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{commonground.color.grey.58}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{commonground.color.blue.26}" },
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"color": {}
|
|
96
96
|
},
|
|
97
97
|
"disabled": {
|
|
98
|
-
"background-color": {},
|
|
99
|
-
"border-color": {},
|
|
100
|
-
"color": {}
|
|
98
|
+
"background-color": { "value": "{commonground.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{commonground.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{commonground.color.grey.58}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{commonground.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": "{commonground.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{commonground.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{commonground.color.grey.58}" }
|
|
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:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dimpact-theme {
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
--conduction-primary-top-nav-padding-inline-start: 16px;
|
|
48
48
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
49
49
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
50
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: ;
|
|
51
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: ;
|
|
50
52
|
--conduction-primary-top-nav-current-mobile-box-shadow: ;
|
|
51
53
|
--conduction-primary-top-nav-current-box-shadow: ;
|
|
52
54
|
--conduction-logo-navbar-background-image: url('https://www.dimpact.nl/sites/all/themes/custom/dimpact/logo.png');
|
|
@@ -157,6 +159,7 @@
|
|
|
157
159
|
--dimpact-color-grey-93: #eeeeee;
|
|
158
160
|
--dimpact-color-grey-84: #d4d6d8;
|
|
159
161
|
--dimpact-color-grey-82: #d1d1d1;
|
|
162
|
+
--dimpact-color-grey-50: #808080;
|
|
160
163
|
--dimpact-color-grey-46: #767676;
|
|
161
164
|
--dimpact-color-grey-31: #4f4f4f;
|
|
162
165
|
--dimpact-color-grey-29: #4a4a4a; /* Base/Grey */
|
|
@@ -247,6 +250,8 @@
|
|
|
247
250
|
--conduction-secondary-top-nav-hover-background-color: var(--dimpact-color-pink-62);
|
|
248
251
|
--conduction-secondary-top-nav-hover-color: var(--dimpact-color-white-100);
|
|
249
252
|
--conduction-secondary-top-nav-color: var(--dimpact-color-blue-24);
|
|
253
|
+
--conduction-primary-top-nav-dropdown-current-background-color: var(--dimpact-color-pink-62);
|
|
254
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--dimpact-color-white-100);
|
|
250
255
|
--conduction-primary-top-nav-current-background-color: var(--dimpact-color-pink-62);
|
|
251
256
|
--conduction-primary-top-nav-current-color: var(--dimpact-color-white-100);
|
|
252
257
|
--conduction-primary-top-nav-hover-background-color: var(--dimpact-color-pink-62);
|
|
@@ -453,9 +458,15 @@
|
|
|
453
458
|
--utrecht-code-font-family: var(--dimpact-typography-monospace-font-family);
|
|
454
459
|
--utrecht-code-color: var(--dimpact-color-black-0);
|
|
455
460
|
--utrecht-code-background-color: var(--dimpact-color-light-grey-96);
|
|
461
|
+
--utrecht-button-subtle-disabled-color: var(--dimpact-color-grey-50);
|
|
462
|
+
--utrecht-button-subtle-disabled-border-color: var(--dimpact-color-grey-82);
|
|
463
|
+
--utrecht-button-subtle-disabled-background-color: var(--dimpact-color-grey-82);
|
|
456
464
|
--utrecht-button-secondary-action-hover-color: var(--dimpact-color-primary-hover);
|
|
457
465
|
--utrecht-button-secondary-action-hover-border-color: var(--dimpact-color-primary-hover);
|
|
458
466
|
--utrecht-button-secondary-action-hover-background-color: var(--dimpact-color-white-100);
|
|
467
|
+
--utrecht-button-secondary-action-disabled-color: var(--dimpact-color-grey-50);
|
|
468
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--dimpact-color-grey-82);
|
|
469
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--dimpact-color-grey-82);
|
|
459
470
|
--utrecht-button-secondary-action-font-weight: var(--dimpact-typography-font-weight-normal);
|
|
460
471
|
--utrecht-button-secondary-action-color: var(--dimpact-color-primary);
|
|
461
472
|
--utrecht-button-secondary-action-border-width: var(--dimpact-size-3xs);
|
|
@@ -464,6 +475,9 @@
|
|
|
464
475
|
--utrecht-button-primary-action-hover-color: var(--dimpact-color-white-100);
|
|
465
476
|
--utrecht-button-primary-action-hover-border-color: var(--dimpact-color-primary);
|
|
466
477
|
--utrecht-button-primary-action-hover-background-color: var(--dimpact-color-primary);
|
|
478
|
+
--utrecht-button-primary-action-disabled-color: var(--dimpact-color-grey-50);
|
|
479
|
+
--utrecht-button-primary-action-disabled-border-color: var(--dimpact-color-grey-82);
|
|
480
|
+
--utrecht-button-primary-action-disabled-background-color: var(--dimpact-color-grey-82);
|
|
467
481
|
--utrecht-button-primary-action-color: var(--dimpact-color-white-100);
|
|
468
482
|
--utrecht-button-primary-action-border-width: var(--dimpact-size-3xs);
|
|
469
483
|
--utrecht-button-primary-action-border-color: var(--dimpact-color-primary);
|
|
@@ -471,6 +485,9 @@
|
|
|
471
485
|
--utrecht-button-hover-color: var(--dimpact-color-white-100);
|
|
472
486
|
--utrecht-button-hover-border-color: var(--dimpact-color-primary-hover);
|
|
473
487
|
--utrecht-button-hover-background-color: var(--dimpact-color-primary-hover);
|
|
488
|
+
--utrecht-button-disabled-color: var(--dimpact-color-grey-50);
|
|
489
|
+
--utrecht-button-disabled-border-color: var(--dimpact-color-grey-82);
|
|
490
|
+
--utrecht-button-disabled-background-color: var(--dimpact-color-grey-82);
|
|
474
491
|
--utrecht-button-icon-gap: var(--dimpact-size-xs);
|
|
475
492
|
--utrecht-button-padding-inline-end: var(--dimpact-size-sm);
|
|
476
493
|
--utrecht-button-padding-inline-start: var(--dimpact-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:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const dimpactColorPrimary = "#00377a";
|
|
@@ -26,6 +26,7 @@ export const dimpactColorBlack60 = "#999999";
|
|
|
26
26
|
export const dimpactColorGrey29 = "#4a4a4a"; // Base/Grey
|
|
27
27
|
export const dimpactColorGrey31 = "#4f4f4f";
|
|
28
28
|
export const dimpactColorGrey46 = "#767676";
|
|
29
|
+
export const dimpactColorGrey50 = "#808080";
|
|
29
30
|
export const dimpactColorGrey82 = "#d1d1d1";
|
|
30
31
|
export const dimpactColorGrey84 = "#d4d6d8";
|
|
31
32
|
export const dimpactColorGrey93 = "#eeeeee";
|
|
@@ -151,6 +152,9 @@ export const utrechtButtonPaddingBlockEnd = "4px";
|
|
|
151
152
|
export const utrechtButtonPaddingInlineStart = "14px";
|
|
152
153
|
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
153
154
|
export const utrechtButtonIconGap = "8px";
|
|
155
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
156
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
157
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
154
158
|
export const utrechtButtonHoverBackgroundColor = "#fa4494";
|
|
155
159
|
export const utrechtButtonHoverBorderColor = "#fa4494";
|
|
156
160
|
export const utrechtButtonHoverColor = "#ffffff";
|
|
@@ -159,6 +163,9 @@ export const utrechtButtonPrimaryActionBorderColor = "#00377a";
|
|
|
159
163
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
160
164
|
export const utrechtButtonPrimaryActionColor = "#ffffff";
|
|
161
165
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
166
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
167
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
168
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
162
169
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#00377a";
|
|
163
170
|
export const utrechtButtonPrimaryActionHoverBorderColor = "#00377a";
|
|
164
171
|
export const utrechtButtonPrimaryActionHoverColor = "#ffffff";
|
|
@@ -167,9 +174,15 @@ export const utrechtButtonSecondaryActionBorderColor = "#00377a";
|
|
|
167
174
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
168
175
|
export const utrechtButtonSecondaryActionColor = "#00377a";
|
|
169
176
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
177
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
178
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
179
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
170
180
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
171
181
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#fa4494";
|
|
172
182
|
export const utrechtButtonSecondaryActionHoverColor = "#fa4494";
|
|
183
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
184
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
185
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
173
186
|
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
174
187
|
export const utrechtCodeColor = "#000000";
|
|
175
188
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -449,6 +462,10 @@ export const conductionPrimaryTopNavCurrentColor = "#ffffff";
|
|
|
449
462
|
export const conductionPrimaryTopNavCurrentBackgroundColor = "#fa4494";
|
|
450
463
|
export const conductionPrimaryTopNavCurrentBoxShadow = "";
|
|
451
464
|
export const conductionPrimaryTopNavCurrentMobileBoxShadow = "";
|
|
465
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#ffffff";
|
|
466
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "#fa4494";
|
|
467
|
+
export const conductionPrimaryTopNavDropdownCurrentBoxShadow = "";
|
|
468
|
+
export const conductionPrimaryTopNavDropdownCurrentMobileBoxShadow = "";
|
|
452
469
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
453
470
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
454
471
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|