@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
|
@@ -559,6 +559,27 @@
|
|
|
559
559
|
"46"
|
|
560
560
|
]
|
|
561
561
|
},
|
|
562
|
+
"50": {
|
|
563
|
+
"value": "#808080",
|
|
564
|
+
"filePath": "src/brand/epe/color.tokens.json",
|
|
565
|
+
"isSource": true,
|
|
566
|
+
"original": {
|
|
567
|
+
"value": "#808080"
|
|
568
|
+
},
|
|
569
|
+
"name": "epeColorGrey50",
|
|
570
|
+
"attributes": {
|
|
571
|
+
"category": "epe",
|
|
572
|
+
"type": "color",
|
|
573
|
+
"item": "grey",
|
|
574
|
+
"subitem": "50"
|
|
575
|
+
},
|
|
576
|
+
"path": [
|
|
577
|
+
"epe",
|
|
578
|
+
"color",
|
|
579
|
+
"grey",
|
|
580
|
+
"50"
|
|
581
|
+
]
|
|
582
|
+
},
|
|
562
583
|
"82": {
|
|
563
584
|
"value": "#d1d1d1",
|
|
564
585
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -3319,9 +3340,69 @@
|
|
|
3319
3340
|
"size": {}
|
|
3320
3341
|
},
|
|
3321
3342
|
"disabled": {
|
|
3322
|
-
"background-color": {
|
|
3323
|
-
|
|
3324
|
-
|
|
3343
|
+
"background-color": {
|
|
3344
|
+
"value": "#d1d1d1",
|
|
3345
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3346
|
+
"isSource": true,
|
|
3347
|
+
"original": {
|
|
3348
|
+
"value": "{epe.color.grey.82}"
|
|
3349
|
+
},
|
|
3350
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
3351
|
+
"attributes": {
|
|
3352
|
+
"category": "utrecht",
|
|
3353
|
+
"type": "button",
|
|
3354
|
+
"item": "disabled",
|
|
3355
|
+
"subitem": "background-color"
|
|
3356
|
+
},
|
|
3357
|
+
"path": [
|
|
3358
|
+
"utrecht",
|
|
3359
|
+
"button",
|
|
3360
|
+
"disabled",
|
|
3361
|
+
"background-color"
|
|
3362
|
+
]
|
|
3363
|
+
},
|
|
3364
|
+
"border-color": {
|
|
3365
|
+
"value": "#d1d1d1",
|
|
3366
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3367
|
+
"isSource": true,
|
|
3368
|
+
"original": {
|
|
3369
|
+
"value": "{epe.color.grey.82}"
|
|
3370
|
+
},
|
|
3371
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
3372
|
+
"attributes": {
|
|
3373
|
+
"category": "utrecht",
|
|
3374
|
+
"type": "button",
|
|
3375
|
+
"item": "disabled",
|
|
3376
|
+
"subitem": "border-color"
|
|
3377
|
+
},
|
|
3378
|
+
"path": [
|
|
3379
|
+
"utrecht",
|
|
3380
|
+
"button",
|
|
3381
|
+
"disabled",
|
|
3382
|
+
"border-color"
|
|
3383
|
+
]
|
|
3384
|
+
},
|
|
3385
|
+
"color": {
|
|
3386
|
+
"value": "#808080",
|
|
3387
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3388
|
+
"isSource": true,
|
|
3389
|
+
"original": {
|
|
3390
|
+
"value": "{epe.color.grey.50}"
|
|
3391
|
+
},
|
|
3392
|
+
"name": "utrechtButtonDisabledColor",
|
|
3393
|
+
"attributes": {
|
|
3394
|
+
"category": "utrecht",
|
|
3395
|
+
"type": "button",
|
|
3396
|
+
"item": "disabled",
|
|
3397
|
+
"subitem": "color"
|
|
3398
|
+
},
|
|
3399
|
+
"path": [
|
|
3400
|
+
"utrecht",
|
|
3401
|
+
"button",
|
|
3402
|
+
"disabled",
|
|
3403
|
+
"color"
|
|
3404
|
+
]
|
|
3405
|
+
}
|
|
3325
3406
|
},
|
|
3326
3407
|
"focus": {
|
|
3327
3408
|
"background-color": {},
|
|
@@ -3512,9 +3593,75 @@
|
|
|
3512
3593
|
"color": {}
|
|
3513
3594
|
},
|
|
3514
3595
|
"disabled": {
|
|
3515
|
-
"background-color": {
|
|
3516
|
-
|
|
3517
|
-
|
|
3596
|
+
"background-color": {
|
|
3597
|
+
"value": "#d1d1d1",
|
|
3598
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3599
|
+
"isSource": true,
|
|
3600
|
+
"original": {
|
|
3601
|
+
"value": "{epe.color.grey.82}"
|
|
3602
|
+
},
|
|
3603
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
3604
|
+
"attributes": {
|
|
3605
|
+
"category": "utrecht",
|
|
3606
|
+
"type": "button",
|
|
3607
|
+
"item": "primary-action",
|
|
3608
|
+
"subitem": "disabled",
|
|
3609
|
+
"state": "background-color"
|
|
3610
|
+
},
|
|
3611
|
+
"path": [
|
|
3612
|
+
"utrecht",
|
|
3613
|
+
"button",
|
|
3614
|
+
"primary-action",
|
|
3615
|
+
"disabled",
|
|
3616
|
+
"background-color"
|
|
3617
|
+
]
|
|
3618
|
+
},
|
|
3619
|
+
"border-color": {
|
|
3620
|
+
"value": "#d1d1d1",
|
|
3621
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3622
|
+
"isSource": true,
|
|
3623
|
+
"original": {
|
|
3624
|
+
"value": "{epe.color.grey.82}"
|
|
3625
|
+
},
|
|
3626
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
3627
|
+
"attributes": {
|
|
3628
|
+
"category": "utrecht",
|
|
3629
|
+
"type": "button",
|
|
3630
|
+
"item": "primary-action",
|
|
3631
|
+
"subitem": "disabled",
|
|
3632
|
+
"state": "border-color"
|
|
3633
|
+
},
|
|
3634
|
+
"path": [
|
|
3635
|
+
"utrecht",
|
|
3636
|
+
"button",
|
|
3637
|
+
"primary-action",
|
|
3638
|
+
"disabled",
|
|
3639
|
+
"border-color"
|
|
3640
|
+
]
|
|
3641
|
+
},
|
|
3642
|
+
"color": {
|
|
3643
|
+
"value": "#808080",
|
|
3644
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3645
|
+
"isSource": true,
|
|
3646
|
+
"original": {
|
|
3647
|
+
"value": "{epe.color.grey.50}"
|
|
3648
|
+
},
|
|
3649
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
3650
|
+
"attributes": {
|
|
3651
|
+
"category": "utrecht",
|
|
3652
|
+
"type": "button",
|
|
3653
|
+
"item": "primary-action",
|
|
3654
|
+
"subitem": "disabled",
|
|
3655
|
+
"state": "color"
|
|
3656
|
+
},
|
|
3657
|
+
"path": [
|
|
3658
|
+
"utrecht",
|
|
3659
|
+
"button",
|
|
3660
|
+
"primary-action",
|
|
3661
|
+
"disabled",
|
|
3662
|
+
"color"
|
|
3663
|
+
]
|
|
3664
|
+
}
|
|
3518
3665
|
},
|
|
3519
3666
|
"hover": {
|
|
3520
3667
|
"background-color": {
|
|
@@ -3843,9 +3990,75 @@
|
|
|
3843
3990
|
"color": {}
|
|
3844
3991
|
},
|
|
3845
3992
|
"disabled": {
|
|
3846
|
-
"background-color": {
|
|
3847
|
-
|
|
3848
|
-
|
|
3993
|
+
"background-color": {
|
|
3994
|
+
"value": "#d1d1d1",
|
|
3995
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
3996
|
+
"isSource": true,
|
|
3997
|
+
"original": {
|
|
3998
|
+
"value": "{epe.color.grey.82}"
|
|
3999
|
+
},
|
|
4000
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
4001
|
+
"attributes": {
|
|
4002
|
+
"category": "utrecht",
|
|
4003
|
+
"type": "button",
|
|
4004
|
+
"item": "secondary-action",
|
|
4005
|
+
"subitem": "disabled",
|
|
4006
|
+
"state": "background-color"
|
|
4007
|
+
},
|
|
4008
|
+
"path": [
|
|
4009
|
+
"utrecht",
|
|
4010
|
+
"button",
|
|
4011
|
+
"secondary-action",
|
|
4012
|
+
"disabled",
|
|
4013
|
+
"background-color"
|
|
4014
|
+
]
|
|
4015
|
+
},
|
|
4016
|
+
"border-color": {
|
|
4017
|
+
"value": "#d1d1d1",
|
|
4018
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4019
|
+
"isSource": true,
|
|
4020
|
+
"original": {
|
|
4021
|
+
"value": "{epe.color.grey.82}"
|
|
4022
|
+
},
|
|
4023
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
4024
|
+
"attributes": {
|
|
4025
|
+
"category": "utrecht",
|
|
4026
|
+
"type": "button",
|
|
4027
|
+
"item": "secondary-action",
|
|
4028
|
+
"subitem": "disabled",
|
|
4029
|
+
"state": "border-color"
|
|
4030
|
+
},
|
|
4031
|
+
"path": [
|
|
4032
|
+
"utrecht",
|
|
4033
|
+
"button",
|
|
4034
|
+
"secondary-action",
|
|
4035
|
+
"disabled",
|
|
4036
|
+
"border-color"
|
|
4037
|
+
]
|
|
4038
|
+
},
|
|
4039
|
+
"color": {
|
|
4040
|
+
"value": "#808080",
|
|
4041
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4042
|
+
"isSource": true,
|
|
4043
|
+
"original": {
|
|
4044
|
+
"value": "{epe.color.grey.50}"
|
|
4045
|
+
},
|
|
4046
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
4047
|
+
"attributes": {
|
|
4048
|
+
"category": "utrecht",
|
|
4049
|
+
"type": "button",
|
|
4050
|
+
"item": "secondary-action",
|
|
4051
|
+
"subitem": "disabled",
|
|
4052
|
+
"state": "color"
|
|
4053
|
+
},
|
|
4054
|
+
"path": [
|
|
4055
|
+
"utrecht",
|
|
4056
|
+
"button",
|
|
4057
|
+
"secondary-action",
|
|
4058
|
+
"disabled",
|
|
4059
|
+
"color"
|
|
4060
|
+
]
|
|
4061
|
+
}
|
|
3849
4062
|
},
|
|
3850
4063
|
"hover": {
|
|
3851
4064
|
"background-color": {
|
|
@@ -4007,9 +4220,75 @@
|
|
|
4007
4220
|
"color": {}
|
|
4008
4221
|
},
|
|
4009
4222
|
"disabled": {
|
|
4010
|
-
"background-color": {
|
|
4011
|
-
|
|
4012
|
-
|
|
4223
|
+
"background-color": {
|
|
4224
|
+
"value": "#d1d1d1",
|
|
4225
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4226
|
+
"isSource": true,
|
|
4227
|
+
"original": {
|
|
4228
|
+
"value": "{epe.color.grey.82}"
|
|
4229
|
+
},
|
|
4230
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
4231
|
+
"attributes": {
|
|
4232
|
+
"category": "utrecht",
|
|
4233
|
+
"type": "button",
|
|
4234
|
+
"item": "subtle",
|
|
4235
|
+
"subitem": "disabled",
|
|
4236
|
+
"state": "background-color"
|
|
4237
|
+
},
|
|
4238
|
+
"path": [
|
|
4239
|
+
"utrecht",
|
|
4240
|
+
"button",
|
|
4241
|
+
"subtle",
|
|
4242
|
+
"disabled",
|
|
4243
|
+
"background-color"
|
|
4244
|
+
]
|
|
4245
|
+
},
|
|
4246
|
+
"border-color": {
|
|
4247
|
+
"value": "#d1d1d1",
|
|
4248
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4249
|
+
"isSource": true,
|
|
4250
|
+
"original": {
|
|
4251
|
+
"value": "{epe.color.grey.82}"
|
|
4252
|
+
},
|
|
4253
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
4254
|
+
"attributes": {
|
|
4255
|
+
"category": "utrecht",
|
|
4256
|
+
"type": "button",
|
|
4257
|
+
"item": "subtle",
|
|
4258
|
+
"subitem": "disabled",
|
|
4259
|
+
"state": "border-color"
|
|
4260
|
+
},
|
|
4261
|
+
"path": [
|
|
4262
|
+
"utrecht",
|
|
4263
|
+
"button",
|
|
4264
|
+
"subtle",
|
|
4265
|
+
"disabled",
|
|
4266
|
+
"border-color"
|
|
4267
|
+
]
|
|
4268
|
+
},
|
|
4269
|
+
"color": {
|
|
4270
|
+
"value": "#808080",
|
|
4271
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
4272
|
+
"isSource": true,
|
|
4273
|
+
"original": {
|
|
4274
|
+
"value": "{epe.color.grey.50}"
|
|
4275
|
+
},
|
|
4276
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
4277
|
+
"attributes": {
|
|
4278
|
+
"category": "utrecht",
|
|
4279
|
+
"type": "button",
|
|
4280
|
+
"item": "subtle",
|
|
4281
|
+
"subitem": "disabled",
|
|
4282
|
+
"state": "color"
|
|
4283
|
+
},
|
|
4284
|
+
"path": [
|
|
4285
|
+
"utrecht",
|
|
4286
|
+
"button",
|
|
4287
|
+
"subtle",
|
|
4288
|
+
"disabled",
|
|
4289
|
+
"color"
|
|
4290
|
+
]
|
|
4291
|
+
}
|
|
4013
4292
|
},
|
|
4014
4293
|
"hover": {
|
|
4015
4294
|
"background-color": {},
|
|
@@ -10226,7 +10505,8 @@
|
|
|
10226
10505
|
"background-color"
|
|
10227
10506
|
]
|
|
10228
10507
|
},
|
|
10229
|
-
"box-shadow": {}
|
|
10508
|
+
"box-shadow": {},
|
|
10509
|
+
"font-weight": {}
|
|
10230
10510
|
},
|
|
10231
10511
|
"current": {
|
|
10232
10512
|
"color": {
|
|
@@ -10323,7 +10603,8 @@
|
|
|
10323
10603
|
"box-shadow"
|
|
10324
10604
|
]
|
|
10325
10605
|
}
|
|
10326
|
-
}
|
|
10606
|
+
},
|
|
10607
|
+
"font-weight": {}
|
|
10327
10608
|
},
|
|
10328
10609
|
"dropdown": {
|
|
10329
10610
|
"color": {},
|
|
@@ -10334,7 +10615,110 @@
|
|
|
10334
10615
|
"hover": {
|
|
10335
10616
|
"color": {},
|
|
10336
10617
|
"background-color": {},
|
|
10337
|
-
"box-shadow": {}
|
|
10618
|
+
"box-shadow": {},
|
|
10619
|
+
"font-weight": {}
|
|
10620
|
+
},
|
|
10621
|
+
"current": {
|
|
10622
|
+
"color": {
|
|
10623
|
+
"value": "#01699d",
|
|
10624
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10625
|
+
"isSource": true,
|
|
10626
|
+
"original": {
|
|
10627
|
+
"value": "{epe.color.primary}"
|
|
10628
|
+
},
|
|
10629
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
10630
|
+
"attributes": {
|
|
10631
|
+
"category": "conduction",
|
|
10632
|
+
"type": "primary",
|
|
10633
|
+
"item": "top-nav",
|
|
10634
|
+
"subitem": "dropdown",
|
|
10635
|
+
"state": "current"
|
|
10636
|
+
},
|
|
10637
|
+
"path": [
|
|
10638
|
+
"conduction",
|
|
10639
|
+
"primary",
|
|
10640
|
+
"top-nav",
|
|
10641
|
+
"dropdown",
|
|
10642
|
+
"current",
|
|
10643
|
+
"color"
|
|
10644
|
+
]
|
|
10645
|
+
},
|
|
10646
|
+
"background-color": {
|
|
10647
|
+
"value": "unset",
|
|
10648
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10649
|
+
"isSource": true,
|
|
10650
|
+
"original": {
|
|
10651
|
+
"value": "unset"
|
|
10652
|
+
},
|
|
10653
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
10654
|
+
"attributes": {
|
|
10655
|
+
"category": "conduction",
|
|
10656
|
+
"type": "primary",
|
|
10657
|
+
"item": "top-nav",
|
|
10658
|
+
"subitem": "dropdown",
|
|
10659
|
+
"state": "current"
|
|
10660
|
+
},
|
|
10661
|
+
"path": [
|
|
10662
|
+
"conduction",
|
|
10663
|
+
"primary",
|
|
10664
|
+
"top-nav",
|
|
10665
|
+
"dropdown",
|
|
10666
|
+
"current",
|
|
10667
|
+
"background-color"
|
|
10668
|
+
]
|
|
10669
|
+
},
|
|
10670
|
+
"box-shadow": {
|
|
10671
|
+
"value": "inset 0 -4px #01699d",
|
|
10672
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10673
|
+
"isSource": true,
|
|
10674
|
+
"original": {
|
|
10675
|
+
"value": "inset 0 -4px {epe.color.primary}"
|
|
10676
|
+
},
|
|
10677
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
10678
|
+
"attributes": {
|
|
10679
|
+
"category": "conduction",
|
|
10680
|
+
"type": "primary",
|
|
10681
|
+
"item": "top-nav",
|
|
10682
|
+
"subitem": "dropdown",
|
|
10683
|
+
"state": "current"
|
|
10684
|
+
},
|
|
10685
|
+
"path": [
|
|
10686
|
+
"conduction",
|
|
10687
|
+
"primary",
|
|
10688
|
+
"top-nav",
|
|
10689
|
+
"dropdown",
|
|
10690
|
+
"current",
|
|
10691
|
+
"box-shadow"
|
|
10692
|
+
]
|
|
10693
|
+
},
|
|
10694
|
+
"mobile": {
|
|
10695
|
+
"box-shadow": {
|
|
10696
|
+
"value": "inset 4px 0 #01699d",
|
|
10697
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
10698
|
+
"isSource": true,
|
|
10699
|
+
"original": {
|
|
10700
|
+
"value": "inset 4px 0 {epe.color.primary}"
|
|
10701
|
+
},
|
|
10702
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
10703
|
+
"attributes": {
|
|
10704
|
+
"category": "conduction",
|
|
10705
|
+
"type": "primary",
|
|
10706
|
+
"item": "top-nav",
|
|
10707
|
+
"subitem": "dropdown",
|
|
10708
|
+
"state": "current"
|
|
10709
|
+
},
|
|
10710
|
+
"path": [
|
|
10711
|
+
"conduction",
|
|
10712
|
+
"primary",
|
|
10713
|
+
"top-nav",
|
|
10714
|
+
"dropdown",
|
|
10715
|
+
"current",
|
|
10716
|
+
"mobile",
|
|
10717
|
+
"box-shadow"
|
|
10718
|
+
]
|
|
10719
|
+
}
|
|
10720
|
+
},
|
|
10721
|
+
"font-weight": {}
|
|
10338
10722
|
}
|
|
10339
10723
|
},
|
|
10340
10724
|
"item": {
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{epe.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{epe.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{epe.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {epe.color.primary}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {epe.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": "{epe.color.primary}" },
|
|
36
|
+
"background-color": { "value": "unset" },
|
|
37
|
+
"box-shadow": { "value": "inset 0 -4px {epe.color.primary}" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "inset 4px 0 {epe.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": {},
|
|
33
|
-
"border-color": {},
|
|
34
|
-
"color": {}
|
|
32
|
+
"background-color": { "value": "{epe.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{epe.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{epe.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": "{epe.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{epe.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{epe.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{epe.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": "{epe.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{epe.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{epe.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{epe.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": "{epe.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{epe.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{epe.color.grey.50}" }
|
|
133
133
|
},
|
|
134
134
|
"hover": {
|
|
135
135
|
"background-color": {},
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auteursrecht Gemeente Gouda
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Gemeente Gouda
|
|
4
|
+
|
|
5
|
+
## Logo en huisstijl
|
|
6
|
+
|
|
7
|
+
Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Gemeente Gouda.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Gouda gebruiken en je ontwerpt een eigen huisstijl.
|
|
10
|
+
|
|
11
|
+
## Lettertype
|
|
12
|
+
|
|
13
|
+
Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
|
|
14
|
+
|
|
15
|
+
## Toestemming
|
|
16
|
+
|
|
17
|
+
Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Gemeente Gouda.
|