@conduction/theme 1.1.49 → 1.1.50
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/.github/workflows/openCatalogi.yaml +19 -19
- package/.prettierrc +12 -12
- package/README.md +1 -0
- package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
- package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
- package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/baarn-design-tokens/LICENSE.md +17 -0
- package/municipalities/baarn-design-tokens/README.md +3 -0
- package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/baarn-design-tokens/package.json +41 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/color.tokens.json +227 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/font-size.tokens.json +50 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/size.tokens.json +17 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/typography.tokens.json +43 -0
- package/municipalities/baarn-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/baarn-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +45 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/baarn-design-tokens/src/config.json +73 -0
- package/municipalities/baarn-design-tokens/src/font.scss +39 -0
- package/municipalities/baarn-design-tokens/src/index.scss +8 -0
- package/municipalities/baarn-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/bct-design-tokens/src/font.js +8 -8
- package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
- package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/epe-design-tokens/src/font.js +6 -6
- package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/gouda-design-tokens/src/font.js +4 -4
- package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
- package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
- package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/leiden-design-tokens/src/font.js +6 -6
- package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
- package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
- package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
- package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
- package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
- package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
- package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
- package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
- package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
- package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
- package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zutphen-design-tokens/src/font.js +4 -4
- package/package.json +3 -2
- package/publiccode.yaml +83 -83
|
@@ -1,95 +1,95 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"pagination": {
|
|
4
|
-
"container": {
|
|
5
|
-
"background-color": { "value": "unset" },
|
|
6
|
-
"padding-inline-start": { "value": "0px" },
|
|
7
|
-
"padding-inline-end": { "value": "0px" },
|
|
8
|
-
"padding-block-start": { "value": "0px" },
|
|
9
|
-
"padding-block-end": { "value": "0px" }
|
|
10
|
-
},
|
|
11
|
-
"item": {
|
|
12
|
-
"gap": { "value": "{xxllnc.size.2xs}" },
|
|
13
|
-
"color": { "value": "{xxllnc.color.primary}" },
|
|
14
|
-
"background-color": { "value": "{xxllnc.color.white.100}" },
|
|
15
|
-
"padding-inline-start": { "value": "12px" },
|
|
16
|
-
"padding-inline-end": { "value": "12px" },
|
|
17
|
-
"padding-block-start": { "value": "{xxllnc.size.xs}" },
|
|
18
|
-
"padding-block-end": { "value": "{xxllnc.size.xs}" },
|
|
19
|
-
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
20
|
-
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
21
|
-
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
22
|
-
"border-width": {},
|
|
23
|
-
"border-style": {},
|
|
24
|
-
"border-color": {},
|
|
25
|
-
"border-bottom-width": {},
|
|
26
|
-
"border-bottom-style": {},
|
|
27
|
-
"border-bottom-color": {},
|
|
28
|
-
"border-radius": { "value": "{xxllnc.size.xl}" }
|
|
29
|
-
},
|
|
30
|
-
"navigation-button": {
|
|
31
|
-
"color": { "value": "{xxllnc.color.white.100}" },
|
|
32
|
-
"background-color": { "value": "{xxllnc.color.black.17}" },
|
|
33
|
-
"border-width": { "value": "0px" },
|
|
34
|
-
"border-style": {},
|
|
35
|
-
"border-color": {},
|
|
36
|
-
"border-bottom-width": {},
|
|
37
|
-
"border-bottom-style": {},
|
|
38
|
-
"border-bottom-color": {},
|
|
39
|
-
"border-radius": {},
|
|
40
|
-
"padding-inline-start": {},
|
|
41
|
-
"padding-inline-end": {},
|
|
42
|
-
"padding-block-start": { "value": "0px" },
|
|
43
|
-
"padding-block-end": { "value": "0px" },
|
|
44
|
-
"disabled": {
|
|
45
|
-
"color": { "value": "{xxllnc.color.grey.90}" },
|
|
46
|
-
"background-color": { "value": "unset" },
|
|
47
|
-
"border-width": { "value": "0px" },
|
|
48
|
-
"border-style": {},
|
|
49
|
-
"border-color": {},
|
|
50
|
-
"border-bottom-width": {},
|
|
51
|
-
"border-bottom-style": {},
|
|
52
|
-
"border-bottom-color": {},
|
|
53
|
-
"border-radius": {}
|
|
54
|
-
},
|
|
55
|
-
"hover": {
|
|
56
|
-
"color": { "value": "{xxllnc.color.white.100}" },
|
|
57
|
-
"background-color": { "value": "{xxllnc.color.black.17-hover}" },
|
|
58
|
-
"border-width": { "value": "0px" },
|
|
59
|
-
"border-style": {},
|
|
60
|
-
"border-color": {},
|
|
61
|
-
"border-bottom-width": {},
|
|
62
|
-
"border-bottom-style": {},
|
|
63
|
-
"border-bottom-color": {},
|
|
64
|
-
"border-radius": {}
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"current-page": {
|
|
68
|
-
"color": { "value": "{xxllnc.color.white.100}" },
|
|
69
|
-
"background-color": { "value": "{xxllnc.color.black.17}" },
|
|
70
|
-
"font-weight": { "value": "{xxllnc.typography.font-weight.bold}" },
|
|
71
|
-
"text-decoration": { "value": "unset" },
|
|
72
|
-
"border-width": {},
|
|
73
|
-
"border-style": {},
|
|
74
|
-
"border-color": {},
|
|
75
|
-
"border-bottom-width": {},
|
|
76
|
-
"border-bottom-style": {},
|
|
77
|
-
"border-bottom-color": {}
|
|
78
|
-
},
|
|
79
|
-
"page": {
|
|
80
|
-
"hover": {
|
|
81
|
-
"color": { "value": "{xxllnc.color.grey.90-hover}" },
|
|
82
|
-
"background-color": { "value": "{xxllnc.color.black.17-hover}" },
|
|
83
|
-
"text-decoration": { "value": "unset" },
|
|
84
|
-
"text-decoration-thickness": { "value": "0px" },
|
|
85
|
-
"border-width": {},
|
|
86
|
-
"border-style": {},
|
|
87
|
-
"border-color": {},
|
|
88
|
-
"border-bottom-width": {},
|
|
89
|
-
"border-bottom-style": {},
|
|
90
|
-
"border-bottom-color": {}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"pagination": {
|
|
4
|
+
"container": {
|
|
5
|
+
"background-color": { "value": "unset" },
|
|
6
|
+
"padding-inline-start": { "value": "0px" },
|
|
7
|
+
"padding-inline-end": { "value": "0px" },
|
|
8
|
+
"padding-block-start": { "value": "0px" },
|
|
9
|
+
"padding-block-end": { "value": "0px" }
|
|
10
|
+
},
|
|
11
|
+
"item": {
|
|
12
|
+
"gap": { "value": "{xxllnc.size.2xs}" },
|
|
13
|
+
"color": { "value": "{xxllnc.color.primary}" },
|
|
14
|
+
"background-color": { "value": "{xxllnc.color.white.100}" },
|
|
15
|
+
"padding-inline-start": { "value": "12px" },
|
|
16
|
+
"padding-inline-end": { "value": "12px" },
|
|
17
|
+
"padding-block-start": { "value": "{xxllnc.size.xs}" },
|
|
18
|
+
"padding-block-end": { "value": "{xxllnc.size.xs}" },
|
|
19
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
20
|
+
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
21
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
22
|
+
"border-width": {},
|
|
23
|
+
"border-style": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"border-bottom-width": {},
|
|
26
|
+
"border-bottom-style": {},
|
|
27
|
+
"border-bottom-color": {},
|
|
28
|
+
"border-radius": { "value": "{xxllnc.size.xl}" }
|
|
29
|
+
},
|
|
30
|
+
"navigation-button": {
|
|
31
|
+
"color": { "value": "{xxllnc.color.white.100}" },
|
|
32
|
+
"background-color": { "value": "{xxllnc.color.black.17}" },
|
|
33
|
+
"border-width": { "value": "0px" },
|
|
34
|
+
"border-style": {},
|
|
35
|
+
"border-color": {},
|
|
36
|
+
"border-bottom-width": {},
|
|
37
|
+
"border-bottom-style": {},
|
|
38
|
+
"border-bottom-color": {},
|
|
39
|
+
"border-radius": {},
|
|
40
|
+
"padding-inline-start": {},
|
|
41
|
+
"padding-inline-end": {},
|
|
42
|
+
"padding-block-start": { "value": "0px" },
|
|
43
|
+
"padding-block-end": { "value": "0px" },
|
|
44
|
+
"disabled": {
|
|
45
|
+
"color": { "value": "{xxllnc.color.grey.90}" },
|
|
46
|
+
"background-color": { "value": "unset" },
|
|
47
|
+
"border-width": { "value": "0px" },
|
|
48
|
+
"border-style": {},
|
|
49
|
+
"border-color": {},
|
|
50
|
+
"border-bottom-width": {},
|
|
51
|
+
"border-bottom-style": {},
|
|
52
|
+
"border-bottom-color": {},
|
|
53
|
+
"border-radius": {}
|
|
54
|
+
},
|
|
55
|
+
"hover": {
|
|
56
|
+
"color": { "value": "{xxllnc.color.white.100}" },
|
|
57
|
+
"background-color": { "value": "{xxllnc.color.black.17-hover}" },
|
|
58
|
+
"border-width": { "value": "0px" },
|
|
59
|
+
"border-style": {},
|
|
60
|
+
"border-color": {},
|
|
61
|
+
"border-bottom-width": {},
|
|
62
|
+
"border-bottom-style": {},
|
|
63
|
+
"border-bottom-color": {},
|
|
64
|
+
"border-radius": {}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"current-page": {
|
|
68
|
+
"color": { "value": "{xxllnc.color.white.100}" },
|
|
69
|
+
"background-color": { "value": "{xxllnc.color.black.17}" },
|
|
70
|
+
"font-weight": { "value": "{xxllnc.typography.font-weight.bold}" },
|
|
71
|
+
"text-decoration": { "value": "unset" },
|
|
72
|
+
"border-width": {},
|
|
73
|
+
"border-style": {},
|
|
74
|
+
"border-color": {},
|
|
75
|
+
"border-bottom-width": {},
|
|
76
|
+
"border-bottom-style": {},
|
|
77
|
+
"border-bottom-color": {}
|
|
78
|
+
},
|
|
79
|
+
"page": {
|
|
80
|
+
"hover": {
|
|
81
|
+
"color": { "value": "{xxllnc.color.grey.90-hover}" },
|
|
82
|
+
"background-color": { "value": "{xxllnc.color.black.17-hover}" },
|
|
83
|
+
"text-decoration": { "value": "unset" },
|
|
84
|
+
"text-decoration-thickness": { "value": "0px" },
|
|
85
|
+
"border-width": {},
|
|
86
|
+
"border-style": {},
|
|
87
|
+
"border-color": {},
|
|
88
|
+
"border-bottom-width": {},
|
|
89
|
+
"border-bottom-style": {},
|
|
90
|
+
"border-bottom-color": {}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"badge": {
|
|
4
|
-
"background-color": { "value": "{xxllnc.color.black.16} " },
|
|
5
|
-
"border-radius": { "value": "10000px" },
|
|
6
|
-
"color": { "value": "{xxllnc.color.white.95} " },
|
|
7
|
-
"font-size": { "value": "{xxllnc.font-size.sm}" },
|
|
8
|
-
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
9
|
-
"line-height": {},
|
|
10
|
-
"padding-block": { "value": "{xxllnc.size.xs}" },
|
|
11
|
-
"padding-inline": { "value": "{xxllnc.size.xs}" },
|
|
12
|
-
"text-transform": {}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"badge": {
|
|
4
|
+
"background-color": { "value": "{xxllnc.color.black.16} " },
|
|
5
|
+
"border-radius": { "value": "10000px" },
|
|
6
|
+
"color": { "value": "{xxllnc.color.white.95} " },
|
|
7
|
+
"font-size": { "value": "{xxllnc.font-size.sm}" },
|
|
8
|
+
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
9
|
+
"line-height": {},
|
|
10
|
+
"padding-block": { "value": "{xxllnc.size.xs}" },
|
|
11
|
+
"padding-inline": { "value": "{xxllnc.size.xs}" },
|
|
12
|
+
"text-transform": {}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"separator": {
|
|
4
|
-
"color": { "value": "{xxllnc.color.grey.90}" },
|
|
5
|
-
"block-size": { "value": "{xxllnc.size.4xs}" },
|
|
6
|
-
"margin-block-end": { "value": "0px" },
|
|
7
|
-
"margin-block-start": { "value": "0px" }
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"separator": {
|
|
4
|
+
"color": { "value": "{xxllnc.color.grey.90}" },
|
|
5
|
+
"block-size": { "value": "{xxllnc.size.4xs}" },
|
|
6
|
+
"margin-block-end": { "value": "0px" },
|
|
7
|
+
"margin-block-start": { "value": "0px" }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
-
import tokens from "../dist/tokens.json";
|
|
3
|
-
import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
|
|
4
|
-
import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
|
|
5
|
-
import config from "../src/config.json";
|
|
6
|
-
|
|
7
|
-
<Meta title={`${config.name}/Color`} />
|
|
8
|
-
|
|
9
|
-
# Color
|
|
10
|
-
|
|
11
|
-
## Find a color
|
|
12
|
-
|
|
13
|
-
<ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
|
|
14
|
-
|
|
15
|
-
## Color palette
|
|
16
|
-
|
|
17
|
-
<ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import tokens from "../dist/tokens.json";
|
|
3
|
+
import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
|
|
4
|
+
import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
|
|
5
|
+
import config from "../src/config.json";
|
|
6
|
+
|
|
7
|
+
<Meta title={`${config.name}/Color`} />
|
|
8
|
+
|
|
9
|
+
# Color
|
|
10
|
+
|
|
11
|
+
## Find a color
|
|
12
|
+
|
|
13
|
+
<ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
|
|
14
|
+
|
|
15
|
+
## Color palette
|
|
16
|
+
|
|
17
|
+
<ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Meta, Story } from "@storybook/addon-docs";
|
|
2
|
-
import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
|
|
3
|
-
import config from "../src/config.json";
|
|
4
|
-
|
|
5
|
-
<Meta title={`${config.name}`} />
|
|
6
|
-
|
|
7
|
-
# Components
|
|
8
|
-
|
|
9
|
-
<Story name="Components">
|
|
10
|
-
<ComponentStories config={config} />
|
|
11
|
-
</Story>
|
|
1
|
+
import { Meta, Story } from "@storybook/addon-docs";
|
|
2
|
+
import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
|
|
3
|
+
import config from "../src/config.json";
|
|
4
|
+
|
|
5
|
+
<Meta title={`${config.name}`} />
|
|
6
|
+
|
|
7
|
+
# Components
|
|
8
|
+
|
|
9
|
+
<Story name="Components">
|
|
10
|
+
<ComponentStories config={config} />
|
|
11
|
+
</Story>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
-
import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
|
|
3
|
-
import tokens from "../dist/index.json";
|
|
4
|
-
import config from "../src/config.json";
|
|
5
|
-
|
|
6
|
-
<Meta title={`${config.name}/Design Tokens`} />
|
|
7
|
-
|
|
8
|
-
# Design Tokens
|
|
9
|
-
|
|
10
|
-
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
|
|
11
|
-
|
|
12
|
-
## Proprietary Design Tokens
|
|
13
|
-
|
|
14
|
-
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
|
|
3
|
+
import tokens from "../dist/index.json";
|
|
4
|
+
import config from "../src/config.json";
|
|
5
|
+
|
|
6
|
+
<Meta title={`${config.name}/Design Tokens`} />
|
|
7
|
+
|
|
8
|
+
# Design Tokens
|
|
9
|
+
|
|
10
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
|
|
11
|
+
|
|
12
|
+
## Proprietary Design Tokens
|
|
13
|
+
|
|
14
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Meta, Description } from "@storybook/addon-docs";
|
|
2
|
-
import markdown from "../README.md";
|
|
3
|
-
import config from "../src/config.json";
|
|
4
|
-
|
|
5
|
-
<Meta title={`${config.name}/README`} />
|
|
6
|
-
|
|
7
|
-
<Description>{markdown}</Description>
|
|
1
|
+
import { Meta, Description } from "@storybook/addon-docs";
|
|
2
|
+
import markdown from "../README.md";
|
|
3
|
+
import config from "../src/config.json";
|
|
4
|
+
|
|
5
|
+
<Meta title={`${config.name}/README`} />
|
|
6
|
+
|
|
7
|
+
<Description>{markdown}</Description>
|
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
{
|
|
2
|
-
"zuiddrecht": {
|
|
3
|
-
"color": {
|
|
4
|
-
"primary": {
|
|
5
|
-
"value": "{zuiddrecht.color.red.40}"
|
|
6
|
-
},
|
|
7
|
-
"primary-hover": {
|
|
8
|
-
"value": "{zuiddrecht.color.red.30}"
|
|
9
|
-
},
|
|
10
|
-
"error": { "value": "#dc3545" },
|
|
11
|
-
"alert-error": { "value": "#721c24" },
|
|
12
|
-
"alert-error-background": { "value": "#f8d7da" },
|
|
13
|
-
"warning": { "value": "#ffc107" },
|
|
14
|
-
"alert-warning": { "value": "#856404" },
|
|
15
|
-
"alert-warning-background": { "value": "#fff3cd" },
|
|
16
|
-
"succes": { "value": "#28a745" },
|
|
17
|
-
"alert-succes": { "value": "#155724" },
|
|
18
|
-
"alert-succes-background": { "value": "#d4edda" },
|
|
19
|
-
"info": { "value": "{zuiddrecht.color.primary}" },
|
|
20
|
-
"alert-info": { "value": "#004085" },
|
|
21
|
-
"alert-info-background": { "value": "#cce5ff" },
|
|
22
|
-
"grey": {
|
|
23
|
-
"10": { "value": "hsl(0 0% 10%)", "comment": "experimenteel / beperkt gebruiken" },
|
|
24
|
-
"15": { "value": "hsl(0 0% 15%)", "comment": "experimenteel / achtergrond kleur voor darkmode" },
|
|
25
|
-
"20": { "value": "hsl(0 0% 20%)", "comment": "experimenteel / beperkt gebruiken" },
|
|
26
|
-
"29": {
|
|
27
|
-
"value": "#4a4a4a"
|
|
28
|
-
},
|
|
29
|
-
"30": { "value": "hsl(0 0% 30%)", "comment": "border grijs #888" },
|
|
30
|
-
"31": {
|
|
31
|
-
"value": "#4f4f4f"
|
|
32
|
-
},
|
|
33
|
-
"40": { "value": "hsl(0 0% 40%)", "comment": "basis grijs #727272" },
|
|
34
|
-
"46": {
|
|
35
|
-
"value": "#767676"
|
|
36
|
-
},
|
|
37
|
-
"48": {
|
|
38
|
-
"value": "#7a7a7a"
|
|
39
|
-
},
|
|
40
|
-
"50": {
|
|
41
|
-
"value": "#808080",
|
|
42
|
-
"comment": "Base/Grey"
|
|
43
|
-
},
|
|
44
|
-
"80": { "value": "hsl(0 0% 80%)", "comment": "grijs variant voor achtergrond content #e5e5e5" },
|
|
45
|
-
"82": {
|
|
46
|
-
"value": "#d1d1d1"
|
|
47
|
-
},
|
|
48
|
-
"90": { "value": "hsl(0 0% 90%)", "comment": "grijs variant voor achtergrond templates #e6e6e6" },
|
|
49
|
-
"95": { "value": "hsl(0 0% 95%)", "comment": "grijs variant voor achtergrond accordion #f2f2f2" },
|
|
50
|
-
"97": {
|
|
51
|
-
"value": "#f7f7f7"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"lightgrey": {
|
|
55
|
-
"96": {
|
|
56
|
-
"value": "#f5f5f5",
|
|
57
|
-
"comment": "Base/LightGrey"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"white": {
|
|
61
|
-
"98": {
|
|
62
|
-
"value": "#fafafa"
|
|
63
|
-
},
|
|
64
|
-
"100": {
|
|
65
|
-
"value": "#ffffff",
|
|
66
|
-
"comment": "Base/White"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"black": {
|
|
70
|
-
"0": {
|
|
71
|
-
"value": "#000000",
|
|
72
|
-
"comment": "Base/Black"
|
|
73
|
-
},
|
|
74
|
-
"30": {
|
|
75
|
-
"value": "#4d4d4d"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
"blue": {
|
|
79
|
-
"20": { "value": "hsl(211 60% 20%)", "comment": "basis donkerblauw (OS focus)" },
|
|
80
|
-
"30": { "value": "hsl(211 60% 30%)", "comment": "Deze kleur gebruiken we niet" },
|
|
81
|
-
"35": { "value": "hsl(211 60% 35%)", "comment": "basis link en knoppen CTA donkerblauw" },
|
|
82
|
-
"40": { "value": "hsl(211 60% 40%)", "comment": "blauw variant bij hover/focus #3669a5" },
|
|
83
|
-
"43": { "value": "#3669a5" },
|
|
84
|
-
"50": { "value": "hsl(211 60% 50%)", "comment": "experimenteel / beperkt gebruiken" },
|
|
85
|
-
"60": { "value": "hsl(211 60% 60%)", "comment": "experimenteel / Drak mode link en button kleur" },
|
|
86
|
-
"80": { "value": "hsl(211 60% 80%)", "comment": "licht blauw voor achtergrond" },
|
|
87
|
-
"90": { "value": "hsl(211 60% 90%)", "comment": "ijsblauw variant achtergrond, spotlight en uitgelicht" }
|
|
88
|
-
},
|
|
89
|
-
"red": {
|
|
90
|
-
"20": { "value": "hsl(0 100% 20%)", "comment": "donker rood" },
|
|
91
|
-
"30": { "value": "hsl(0 100% 30%)", "comment": "hover rood" },
|
|
92
|
-
"40": { "value": "hsl(0 100% 40%)", "comment": "basis rood #cc0000" },
|
|
93
|
-
"95": { "value": "hsl(0 100% 95%)", "comment": "Achtergrond rode kleur" }
|
|
94
|
-
},
|
|
95
|
-
"yellow": {
|
|
96
|
-
"20": { "value": "hsl(48 100% 20%)", "comment": "donker geel voor darkmode achtergrond" },
|
|
97
|
-
"40": { "value": "hsl(48 100% 40%)", "comment": "donker geel" },
|
|
98
|
-
"50": { "value": "hsl(48 100% 50%)", "comment": "basis geel #ffcc00" },
|
|
99
|
-
"60": { "value": "hsl(48 100% 60%)", "comment": "selecteer geel" },
|
|
100
|
-
"80": { "value": "hsl(48 100% 80%)", "comment": "spotlight en uitgelicht" }
|
|
101
|
-
},
|
|
102
|
-
"green": {
|
|
103
|
-
"30": { "value": "hsl(90 30% 30%)", "comment": "donker groen voor darkmode achtergrond" },
|
|
104
|
-
"40": { "value": "hsl(90 30% 38%)", "comment": "donker groen" },
|
|
105
|
-
"50": { "value": "hsl(90 30% 50%)", "comment": "Standaard groen #80a659 " },
|
|
106
|
-
"80": { "value": "hsl(90 30% 80%)", "comment": "Licht groen" },
|
|
107
|
-
"90": { "value": "hsl(90 30% 90%)", "comment": "Achtergrond licht groen" }
|
|
108
|
-
},
|
|
109
|
-
"secondary": {
|
|
110
|
-
"purple": { "value": "#762cd1", "comment": "Paars" },
|
|
111
|
-
"magenta": { "value": "#f02198", "comment": "Magenta" },
|
|
112
|
-
"red": { "value": "#cc0000", "comment": "Red" },
|
|
113
|
-
"orange": { "value": "#ff6e00", "comment": "Oranje" },
|
|
114
|
-
"yellow": { "value": "#ffcc00", "comment": "Geel" },
|
|
115
|
-
"lime": { "value": "#99d000", "comment": "Lime" },
|
|
116
|
-
"green": { "value": "#32ab27", "comment": "Groen" },
|
|
117
|
-
"cyan": { "value": "#009ed4", "comment": "Cyaan" },
|
|
118
|
-
"blue": { "value": "#006dff", "comment": "Blauw" },
|
|
119
|
-
"navy": { "value": "#1c4181", "comment": "Marineblauw" },
|
|
120
|
-
"brown": { "value": "#ad643b", "comment": "Bruin" },
|
|
121
|
-
"grey": { "value": "#757575", "comment": "Grijs" }
|
|
122
|
-
},
|
|
123
|
-
"invalid": { "value": "#990000" }
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"zuiddrecht": {
|
|
3
|
+
"color": {
|
|
4
|
+
"primary": {
|
|
5
|
+
"value": "{zuiddrecht.color.red.40}"
|
|
6
|
+
},
|
|
7
|
+
"primary-hover": {
|
|
8
|
+
"value": "{zuiddrecht.color.red.30}"
|
|
9
|
+
},
|
|
10
|
+
"error": { "value": "#dc3545" },
|
|
11
|
+
"alert-error": { "value": "#721c24" },
|
|
12
|
+
"alert-error-background": { "value": "#f8d7da" },
|
|
13
|
+
"warning": { "value": "#ffc107" },
|
|
14
|
+
"alert-warning": { "value": "#856404" },
|
|
15
|
+
"alert-warning-background": { "value": "#fff3cd" },
|
|
16
|
+
"succes": { "value": "#28a745" },
|
|
17
|
+
"alert-succes": { "value": "#155724" },
|
|
18
|
+
"alert-succes-background": { "value": "#d4edda" },
|
|
19
|
+
"info": { "value": "{zuiddrecht.color.primary}" },
|
|
20
|
+
"alert-info": { "value": "#004085" },
|
|
21
|
+
"alert-info-background": { "value": "#cce5ff" },
|
|
22
|
+
"grey": {
|
|
23
|
+
"10": { "value": "hsl(0 0% 10%)", "comment": "experimenteel / beperkt gebruiken" },
|
|
24
|
+
"15": { "value": "hsl(0 0% 15%)", "comment": "experimenteel / achtergrond kleur voor darkmode" },
|
|
25
|
+
"20": { "value": "hsl(0 0% 20%)", "comment": "experimenteel / beperkt gebruiken" },
|
|
26
|
+
"29": {
|
|
27
|
+
"value": "#4a4a4a"
|
|
28
|
+
},
|
|
29
|
+
"30": { "value": "hsl(0 0% 30%)", "comment": "border grijs #888" },
|
|
30
|
+
"31": {
|
|
31
|
+
"value": "#4f4f4f"
|
|
32
|
+
},
|
|
33
|
+
"40": { "value": "hsl(0 0% 40%)", "comment": "basis grijs #727272" },
|
|
34
|
+
"46": {
|
|
35
|
+
"value": "#767676"
|
|
36
|
+
},
|
|
37
|
+
"48": {
|
|
38
|
+
"value": "#7a7a7a"
|
|
39
|
+
},
|
|
40
|
+
"50": {
|
|
41
|
+
"value": "#808080",
|
|
42
|
+
"comment": "Base/Grey"
|
|
43
|
+
},
|
|
44
|
+
"80": { "value": "hsl(0 0% 80%)", "comment": "grijs variant voor achtergrond content #e5e5e5" },
|
|
45
|
+
"82": {
|
|
46
|
+
"value": "#d1d1d1"
|
|
47
|
+
},
|
|
48
|
+
"90": { "value": "hsl(0 0% 90%)", "comment": "grijs variant voor achtergrond templates #e6e6e6" },
|
|
49
|
+
"95": { "value": "hsl(0 0% 95%)", "comment": "grijs variant voor achtergrond accordion #f2f2f2" },
|
|
50
|
+
"97": {
|
|
51
|
+
"value": "#f7f7f7"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"lightgrey": {
|
|
55
|
+
"96": {
|
|
56
|
+
"value": "#f5f5f5",
|
|
57
|
+
"comment": "Base/LightGrey"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"white": {
|
|
61
|
+
"98": {
|
|
62
|
+
"value": "#fafafa"
|
|
63
|
+
},
|
|
64
|
+
"100": {
|
|
65
|
+
"value": "#ffffff",
|
|
66
|
+
"comment": "Base/White"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"black": {
|
|
70
|
+
"0": {
|
|
71
|
+
"value": "#000000",
|
|
72
|
+
"comment": "Base/Black"
|
|
73
|
+
},
|
|
74
|
+
"30": {
|
|
75
|
+
"value": "#4d4d4d"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"blue": {
|
|
79
|
+
"20": { "value": "hsl(211 60% 20%)", "comment": "basis donkerblauw (OS focus)" },
|
|
80
|
+
"30": { "value": "hsl(211 60% 30%)", "comment": "Deze kleur gebruiken we niet" },
|
|
81
|
+
"35": { "value": "hsl(211 60% 35%)", "comment": "basis link en knoppen CTA donkerblauw" },
|
|
82
|
+
"40": { "value": "hsl(211 60% 40%)", "comment": "blauw variant bij hover/focus #3669a5" },
|
|
83
|
+
"43": { "value": "#3669a5" },
|
|
84
|
+
"50": { "value": "hsl(211 60% 50%)", "comment": "experimenteel / beperkt gebruiken" },
|
|
85
|
+
"60": { "value": "hsl(211 60% 60%)", "comment": "experimenteel / Drak mode link en button kleur" },
|
|
86
|
+
"80": { "value": "hsl(211 60% 80%)", "comment": "licht blauw voor achtergrond" },
|
|
87
|
+
"90": { "value": "hsl(211 60% 90%)", "comment": "ijsblauw variant achtergrond, spotlight en uitgelicht" }
|
|
88
|
+
},
|
|
89
|
+
"red": {
|
|
90
|
+
"20": { "value": "hsl(0 100% 20%)", "comment": "donker rood" },
|
|
91
|
+
"30": { "value": "hsl(0 100% 30%)", "comment": "hover rood" },
|
|
92
|
+
"40": { "value": "hsl(0 100% 40%)", "comment": "basis rood #cc0000" },
|
|
93
|
+
"95": { "value": "hsl(0 100% 95%)", "comment": "Achtergrond rode kleur" }
|
|
94
|
+
},
|
|
95
|
+
"yellow": {
|
|
96
|
+
"20": { "value": "hsl(48 100% 20%)", "comment": "donker geel voor darkmode achtergrond" },
|
|
97
|
+
"40": { "value": "hsl(48 100% 40%)", "comment": "donker geel" },
|
|
98
|
+
"50": { "value": "hsl(48 100% 50%)", "comment": "basis geel #ffcc00" },
|
|
99
|
+
"60": { "value": "hsl(48 100% 60%)", "comment": "selecteer geel" },
|
|
100
|
+
"80": { "value": "hsl(48 100% 80%)", "comment": "spotlight en uitgelicht" }
|
|
101
|
+
},
|
|
102
|
+
"green": {
|
|
103
|
+
"30": { "value": "hsl(90 30% 30%)", "comment": "donker groen voor darkmode achtergrond" },
|
|
104
|
+
"40": { "value": "hsl(90 30% 38%)", "comment": "donker groen" },
|
|
105
|
+
"50": { "value": "hsl(90 30% 50%)", "comment": "Standaard groen #80a659 " },
|
|
106
|
+
"80": { "value": "hsl(90 30% 80%)", "comment": "Licht groen" },
|
|
107
|
+
"90": { "value": "hsl(90 30% 90%)", "comment": "Achtergrond licht groen" }
|
|
108
|
+
},
|
|
109
|
+
"secondary": {
|
|
110
|
+
"purple": { "value": "#762cd1", "comment": "Paars" },
|
|
111
|
+
"magenta": { "value": "#f02198", "comment": "Magenta" },
|
|
112
|
+
"red": { "value": "#cc0000", "comment": "Red" },
|
|
113
|
+
"orange": { "value": "#ff6e00", "comment": "Oranje" },
|
|
114
|
+
"yellow": { "value": "#ffcc00", "comment": "Geel" },
|
|
115
|
+
"lime": { "value": "#99d000", "comment": "Lime" },
|
|
116
|
+
"green": { "value": "#32ab27", "comment": "Groen" },
|
|
117
|
+
"cyan": { "value": "#009ed4", "comment": "Cyaan" },
|
|
118
|
+
"blue": { "value": "#006dff", "comment": "Blauw" },
|
|
119
|
+
"navy": { "value": "#1c4181", "comment": "Marineblauw" },
|
|
120
|
+
"brown": { "value": "#ad643b", "comment": "Bruin" },
|
|
121
|
+
"grey": { "value": "#757575", "comment": "Grijs" }
|
|
122
|
+
},
|
|
123
|
+
"invalid": { "value": "#990000" }
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|