@conduction/theme 1.1.48 → 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 +4 -1
- 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/logo.tokens.json +27 -27
- 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/beek-design-tokens/LICENSE.md +17 -0
- package/municipalities/beek-design-tokens/README.md +3 -0
- package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/beek-design-tokens/package.json +41 -0
- package/municipalities/beek-design-tokens/src/brand/beek/color.tokens.json +151 -0
- package/municipalities/beek-design-tokens/src/brand/beek/font-size.tokens.json +50 -0
- package/municipalities/beek-design-tokens/src/brand/beek/size.tokens.json +17 -0
- package/municipalities/beek-design-tokens/src/brand/beek/typography.tokens.json +40 -0
- package/municipalities/beek-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/beek-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
- package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
- package/municipalities/beek-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/beek-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/beek-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/beek-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -0
- package/municipalities/beek-design-tokens/src/component/conduction/navigation.tokens.json +93 -0
- package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -0
- package/municipalities/beek-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/beek-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/beek-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/beek-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/beek-design-tokens/src/component/den-haag/process-step.tokens.json +190 -0
- package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
- package/municipalities/beek-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -0
- package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -0
- package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/page.tokens copy.json +11 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/beek-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/beek-design-tokens/src/config.json +73 -0
- package/municipalities/beek-design-tokens/src/font.scss +43 -0
- package/municipalities/beek-design-tokens/src/index.scss +8 -0
- package/municipalities/beek-design-tokens/style-dictionary.config.js +6 -0
- 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/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
- package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/card-header.tokens.json +4 -4
- package/municipalities/helmond-design-tokens/src/component/conduction/card-wrapper.tokens.json +12 -12
- package/municipalities/helmond-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +2 -2
- package/municipalities/helmond-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +5 -5
- package/municipalities/helmond-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/helmond-design-tokens/src/component/den-haag/process-step.tokens.json +190 -0
- package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
- package/municipalities/helmond-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -0
- package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -0
- package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- 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 +4 -2
- package/publiccode.yaml +83 -83
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb-nav": {
|
|
4
|
+
"block-size": {},
|
|
5
|
+
"font-family": { "value": "{beek.typography.lato.font-family}" },
|
|
6
|
+
"font-size": { "value": "{beek.font-size.sm}" },
|
|
7
|
+
"text-transform": {},
|
|
8
|
+
"item": {
|
|
9
|
+
"padding-block-start": {},
|
|
10
|
+
"padding-block-end": {},
|
|
11
|
+
"padding-inline-end": {},
|
|
12
|
+
"padding-inline-start": {}
|
|
13
|
+
},
|
|
14
|
+
"link": {
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": { "value": "{beek.color.primary}" },
|
|
17
|
+
"focus": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {},
|
|
20
|
+
"text-decoration": {}
|
|
21
|
+
},
|
|
22
|
+
"hover": {
|
|
23
|
+
"color": { "value": "{beek.color.primary-hover}" },
|
|
24
|
+
"text-decoration": {}
|
|
25
|
+
},
|
|
26
|
+
"current": {
|
|
27
|
+
"background-color": {},
|
|
28
|
+
"color": { "value": "{beek.color.grey.40}" },
|
|
29
|
+
"font-weight": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"color": { "value": "{beek.color.grey.40}" }
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"separator": {
|
|
36
|
+
"inline-size": {},
|
|
37
|
+
"color": { "value": "{beek.color.primary}" },
|
|
38
|
+
"icon": {
|
|
39
|
+
"size": { "value": "{beek.font-size.sm}" }
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"button": {
|
|
4
|
+
"background-color": { "value": "{beek.color.orange.49}" },
|
|
5
|
+
"border-color": { "value": "{beek.color.orange.49}" },
|
|
6
|
+
"border-radius": { "value": "0.25rem" },
|
|
7
|
+
"border-width": { "value": "0" },
|
|
8
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
9
|
+
"font-family": { "value": "{beek.typography.lato.font-family}" },
|
|
10
|
+
"font-size": { "value": "{beek.font-size.md}" },
|
|
11
|
+
"font-weight": { "value": "inherit" },
|
|
12
|
+
"inline-size": {},
|
|
13
|
+
"letter-spacing": {},
|
|
14
|
+
"line-height": {},
|
|
15
|
+
"min-block-size": {},
|
|
16
|
+
"min-inline-size": {},
|
|
17
|
+
"padding-block-start": { "value": ".8em" },
|
|
18
|
+
"padding-block-end": { "value": ".8em" },
|
|
19
|
+
"padding-inline-start": { "value": "2em" },
|
|
20
|
+
"padding-inline-end": { "value": "2em" },
|
|
21
|
+
"text-transform": {},
|
|
22
|
+
"active": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"color": {}
|
|
26
|
+
},
|
|
27
|
+
"icon": {
|
|
28
|
+
"gap": { "value": "{beek.size.xs}" },
|
|
29
|
+
"size": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"background-color": { "value": "{beek.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{beek.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{beek.color.grey.50}" }
|
|
35
|
+
},
|
|
36
|
+
"focus": {
|
|
37
|
+
"background-color": {},
|
|
38
|
+
"border-color": {},
|
|
39
|
+
"color": {},
|
|
40
|
+
"scale": {}
|
|
41
|
+
},
|
|
42
|
+
"hover": {
|
|
43
|
+
"background-color": { "value": "{beek.color.orange.49}" },
|
|
44
|
+
"border-color": { "value": "{beek.color.orange.49}" },
|
|
45
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
46
|
+
"scale": {}
|
|
47
|
+
},
|
|
48
|
+
"pressed": {
|
|
49
|
+
"background-color": {},
|
|
50
|
+
"border-color": {},
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"primary-action": {
|
|
54
|
+
"background-color": { "value": "{beek.color.orange.49}" },
|
|
55
|
+
"border-color": { "value": "{beek.color.orange.49}" },
|
|
56
|
+
"border-width": { "value": "{beek.size.3xs}" },
|
|
57
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
58
|
+
"font-weight": { "value": "inherit" },
|
|
59
|
+
"active": {
|
|
60
|
+
"background-color": {},
|
|
61
|
+
"border-color": {},
|
|
62
|
+
"color": {}
|
|
63
|
+
},
|
|
64
|
+
"disabled": {
|
|
65
|
+
"background-color": { "value": "{beek.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{beek.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{beek.color.grey.50}" }
|
|
68
|
+
},
|
|
69
|
+
"hover": {
|
|
70
|
+
"background-color": { "value": "{beek.color.orange.53}" },
|
|
71
|
+
"border-color": { "value": "{beek.color.orange.53}" },
|
|
72
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
73
|
+
"scale": {}
|
|
74
|
+
},
|
|
75
|
+
"focus": {
|
|
76
|
+
"background-color": {},
|
|
77
|
+
"border-color": {},
|
|
78
|
+
"color": {}
|
|
79
|
+
},
|
|
80
|
+
"pressed": {
|
|
81
|
+
"background-color": {},
|
|
82
|
+
"border-color": {},
|
|
83
|
+
"color": {}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"secondary-action": {
|
|
87
|
+
"background-color": { "value": "{beek.color.white.100}" },
|
|
88
|
+
"border-color": { "value": "{beek.color.orange.49}" },
|
|
89
|
+
"border-width": { "value": "{beek.size.3xs}" },
|
|
90
|
+
"color": { "value": "{beek.color.orange.49}" },
|
|
91
|
+
"font-weight": { "value": "{beek.typography.font-weight.normal}" },
|
|
92
|
+
"active": {
|
|
93
|
+
"background-color": {},
|
|
94
|
+
"border-color": {},
|
|
95
|
+
"color": {}
|
|
96
|
+
},
|
|
97
|
+
"disabled": {
|
|
98
|
+
"background-color": { "value": "{beek.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{beek.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{beek.color.grey.50}" }
|
|
101
|
+
},
|
|
102
|
+
"hover": {
|
|
103
|
+
"background-color": { "value": "{beek.color.white.100}" },
|
|
104
|
+
"border-color": { "value": "{beek.color.orange.53}" },
|
|
105
|
+
"color": { "value": "{beek.color.orange.53}" }
|
|
106
|
+
},
|
|
107
|
+
"focus": {
|
|
108
|
+
"background-color": {},
|
|
109
|
+
"border-color": {},
|
|
110
|
+
"color": {}
|
|
111
|
+
},
|
|
112
|
+
"pressed": {
|
|
113
|
+
"background-color": {},
|
|
114
|
+
"border-color": {},
|
|
115
|
+
"color": {}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"subtle": {
|
|
119
|
+
"background-color": {},
|
|
120
|
+
"border-color": {},
|
|
121
|
+
"border-width": {},
|
|
122
|
+
"color": {},
|
|
123
|
+
"font-weight": {},
|
|
124
|
+
"active": {
|
|
125
|
+
"background-color": {},
|
|
126
|
+
"border-color": {},
|
|
127
|
+
"color": {}
|
|
128
|
+
},
|
|
129
|
+
"disabled": {
|
|
130
|
+
"background-color": { "value": "{beek.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{beek.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{beek.color.grey.50}" }
|
|
133
|
+
},
|
|
134
|
+
"hover": {
|
|
135
|
+
"background-color": {},
|
|
136
|
+
"border-color": {},
|
|
137
|
+
"color": {}
|
|
138
|
+
},
|
|
139
|
+
"focus": {
|
|
140
|
+
"background-color": {},
|
|
141
|
+
"border-color": {},
|
|
142
|
+
"color": {}
|
|
143
|
+
},
|
|
144
|
+
"pressed": {
|
|
145
|
+
"background-color": {},
|
|
146
|
+
"border-color": {},
|
|
147
|
+
"color": {}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"calendar": {
|
|
4
|
+
"width": {},
|
|
5
|
+
"background-color": {},
|
|
6
|
+
"table": {
|
|
7
|
+
"padding-block-start": {},
|
|
8
|
+
"padding-block-end": {},
|
|
9
|
+
"weeks-item": {
|
|
10
|
+
"width": { "value": "44px" },
|
|
11
|
+
"padding-block-start": { "value": "4px" },
|
|
12
|
+
"padding-block-end": { "value": "10px" },
|
|
13
|
+
"line-height": { "value": "24px" }
|
|
14
|
+
},
|
|
15
|
+
"days-item-day": {
|
|
16
|
+
"size": { "value": "44px" },
|
|
17
|
+
"color": { "value": "{beek.color.black.0}" },
|
|
18
|
+
"border-width": { "value": "2px" },
|
|
19
|
+
"border-color": { "value": "transparent" },
|
|
20
|
+
"hover": {
|
|
21
|
+
"background-color": {},
|
|
22
|
+
"color": { "value": "inherit" },
|
|
23
|
+
"border-color": { "value": "{beek.color.primary}" }
|
|
24
|
+
},
|
|
25
|
+
"focus": {
|
|
26
|
+
"background-color": {},
|
|
27
|
+
"color": {},
|
|
28
|
+
"border-color": { "value": "transparent" }
|
|
29
|
+
},
|
|
30
|
+
"active": {
|
|
31
|
+
"background-color": {},
|
|
32
|
+
"color": {},
|
|
33
|
+
"border-color": { "value": "transparent" }
|
|
34
|
+
},
|
|
35
|
+
"out-of-the-month": {
|
|
36
|
+
"background-color": {},
|
|
37
|
+
"color": { "value": "{beek.color.grey.82}" },
|
|
38
|
+
"border-color": { "value": "transparent" }
|
|
39
|
+
},
|
|
40
|
+
"is-today": {
|
|
41
|
+
"background-color": { "value": "{beek.color.primary}" },
|
|
42
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
43
|
+
"border-color": { "value": "{beek.color.primary}" },
|
|
44
|
+
"font-weight": { "value": "{beek.typography.font-weight.bold}" }
|
|
45
|
+
},
|
|
46
|
+
"emphasis": {
|
|
47
|
+
"background-color": {},
|
|
48
|
+
"color": {},
|
|
49
|
+
"border-color": { "value": "transparent" },
|
|
50
|
+
"font-weight": {}
|
|
51
|
+
},
|
|
52
|
+
"selected": {
|
|
53
|
+
"background-color": { "value": "{beek.color.primary-hover}" },
|
|
54
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
55
|
+
"border-color": {},
|
|
56
|
+
"font-weight": { "value": "{beek.typography.font-weight.bold}" }
|
|
57
|
+
},
|
|
58
|
+
"disabled": {
|
|
59
|
+
"background-color": {},
|
|
60
|
+
"color": {},
|
|
61
|
+
"border-color": {}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"navigation": {
|
|
66
|
+
"background-color": {},
|
|
67
|
+
"color": { "value": "{beek.color.primary}" },
|
|
68
|
+
"padding-block-start": { "value": "2px" },
|
|
69
|
+
"padding-block-end": { "value": "2px" },
|
|
70
|
+
"label": {
|
|
71
|
+
"min-inline-size": { "value": "200px" },
|
|
72
|
+
"color": { "value": "{beek.color.black.0}" }
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"icon": {
|
|
76
|
+
"size": { "value": "24px" }
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"checkbox": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-radius": { "value": "3px" },
|
|
7
|
+
"border-width": { "value": "{beek.size.4xs}" },
|
|
8
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
9
|
+
"size": { "value": "24px" },
|
|
10
|
+
"icon": {
|
|
11
|
+
"size": {}
|
|
12
|
+
},
|
|
13
|
+
"active": {
|
|
14
|
+
"border-color": {},
|
|
15
|
+
"border-width": {},
|
|
16
|
+
"background-color": {},
|
|
17
|
+
"color": {}
|
|
18
|
+
},
|
|
19
|
+
"hover": {
|
|
20
|
+
"border-color": { "value": "{beek.color.grey.31}" },
|
|
21
|
+
"border-width": { "value": "{beek.size.4xs}" },
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"color": { "value": "{beek.color.white.100}" }
|
|
24
|
+
},
|
|
25
|
+
"focus": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"border-width": {},
|
|
28
|
+
"background-color": {},
|
|
29
|
+
"color": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"border-color": { "value": "{beek.color.grey.82}" },
|
|
33
|
+
"border-width": { "value": "{beek.size.4xs}" },
|
|
34
|
+
"background-color": { "value": "{beek.color.grey.82}" },
|
|
35
|
+
"color": { "value": "{beek.color.grey.82}" }
|
|
36
|
+
},
|
|
37
|
+
"checked": {
|
|
38
|
+
"border-color": { "value": "{beek.color.primary}" },
|
|
39
|
+
"border-width": { "value": "{beek.size.4xs}" },
|
|
40
|
+
"background-color": { "value": "{beek.color.primary}" },
|
|
41
|
+
"color": { "value": "{beek.color.primary}" }
|
|
42
|
+
},
|
|
43
|
+
"indeterminate": {
|
|
44
|
+
"border-color": {},
|
|
45
|
+
"border-width": {},
|
|
46
|
+
"background-color": {},
|
|
47
|
+
"color": {}
|
|
48
|
+
},
|
|
49
|
+
"invalid": {
|
|
50
|
+
"border-color": {},
|
|
51
|
+
"border-width": {},
|
|
52
|
+
"background-color": {},
|
|
53
|
+
"color": {}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"code": {
|
|
4
|
+
"background-color": { "value": "{beek.color.lightgrey.96}" },
|
|
5
|
+
"color": { "value": "{beek.color.black.0}" },
|
|
6
|
+
"font-family": { "value": "{beek.typography.monospace.font-family}" },
|
|
7
|
+
"font-size": { "value": "inherit" },
|
|
8
|
+
"line-height": {}
|
|
9
|
+
},
|
|
10
|
+
"code-block": {
|
|
11
|
+
"background-color": { "value": "{beek.color.lightgrey.96}" },
|
|
12
|
+
"color": { "value": "{beek.color.black.0}" },
|
|
13
|
+
"font-family": { "value": "{beek.typography.monospace.font-family}" },
|
|
14
|
+
"font-size": { "value": "{beek.font-size.md}" },
|
|
15
|
+
"line-height": { "value": "{beek.size.lg}" },
|
|
16
|
+
"margin-block-start": { "value": "{beek.size.md}" },
|
|
17
|
+
"margin-block-end": { "value": "{beek.size.md}" },
|
|
18
|
+
"margin-inline-start": { "value": 0 },
|
|
19
|
+
"margin-inline-end": { "value": 0 },
|
|
20
|
+
"padding-block-start": { "value": "{beek.size.md}" },
|
|
21
|
+
"padding-block-end": { "value": "{beek.size.md}" },
|
|
22
|
+
"padding-inline-start": { "value": "{beek.size.md}" },
|
|
23
|
+
"padding-inline-end": { "value": "{beek.size.md}" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"data-list": {
|
|
4
|
+
"margin-block-end": { "value": "16px" },
|
|
5
|
+
"margin-block-start": { "value": "16px" },
|
|
6
|
+
"item-key": {
|
|
7
|
+
"color": {},
|
|
8
|
+
"font-size": {},
|
|
9
|
+
"font-weight": { "value": "{beek.typography.font-weight.bold}" },
|
|
10
|
+
"line-height": {}
|
|
11
|
+
},
|
|
12
|
+
"item-value": {
|
|
13
|
+
"font-size": {},
|
|
14
|
+
"line-height": {}
|
|
15
|
+
},
|
|
16
|
+
"rows": {
|
|
17
|
+
"item": {
|
|
18
|
+
"margin-block-start": { "value": "16px" },
|
|
19
|
+
"padding-block-end": {},
|
|
20
|
+
"padding-block-start": {}
|
|
21
|
+
},
|
|
22
|
+
"item-value": {
|
|
23
|
+
"margin-block-start": { "value": "8px" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"document": {
|
|
4
|
+
"background-color": { "value": "{beek.color.white.98}" },
|
|
5
|
+
"color": { "value": "{beek.color.grey.40}" },
|
|
6
|
+
"font-family": { "value": "{beek.typography.lato.font-family}" },
|
|
7
|
+
"font-size": { "value": "{beek.font-size.md}" },
|
|
8
|
+
"font-weight": {},
|
|
9
|
+
"line-height": {}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"accordion": {
|
|
4
|
+
"button": {
|
|
5
|
+
"border-radius": {},
|
|
6
|
+
"border-top-left-radius": {},
|
|
7
|
+
"border-top-right-radius": {},
|
|
8
|
+
"border-bottom-left-radius": {},
|
|
9
|
+
"border-bottom-right-radius": {},
|
|
10
|
+
"active": {
|
|
11
|
+
"border-bottom": {
|
|
12
|
+
"left-radius": {},
|
|
13
|
+
"right-radius": {},
|
|
14
|
+
"width": { "value": "{beek.size.3xs}" },
|
|
15
|
+
"color": { "value": "{beek.color.lightgrey.95}" },
|
|
16
|
+
"style": { "value": "solid" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"panel": {
|
|
21
|
+
"border-radius": {},
|
|
22
|
+
"border-top": {
|
|
23
|
+
"left-radius": {},
|
|
24
|
+
"right-radius": {},
|
|
25
|
+
"width": {},
|
|
26
|
+
"color": {},
|
|
27
|
+
"style": {}
|
|
28
|
+
},
|
|
29
|
+
"border-bottom-left-radius": {},
|
|
30
|
+
"border-bottom-right-radius": {},
|
|
31
|
+
"background-color": { "value": "{beek.color.white.100}" },
|
|
32
|
+
"line-height": {}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb-nav": {
|
|
4
|
+
"background-color": { "value": "{beek.color.white.100}" },
|
|
5
|
+
"border-radius": { "value": "3px" },
|
|
6
|
+
"padding-inline-start": { "value": "0" },
|
|
7
|
+
"padding-inline-end": { "value": "0" },
|
|
8
|
+
"padding-block-start": { "value": "12px" },
|
|
9
|
+
"padding-block-end": { "value": "12px" },
|
|
10
|
+
"link": {
|
|
11
|
+
"font-weight": {},
|
|
12
|
+
"disabled": {
|
|
13
|
+
"background-color": {}
|
|
14
|
+
},
|
|
15
|
+
"hover": {
|
|
16
|
+
"background-color": {}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field": {
|
|
4
|
+
"description": {
|
|
5
|
+
"valid-color": { "value": "{beek.color.succes}" },
|
|
6
|
+
"warning-color": { "value": "{beek.color.warning}" },
|
|
7
|
+
"invalid-color": { "value": "{beek.color.error}" },
|
|
8
|
+
"margin-block-end": { "value": "12px" },
|
|
9
|
+
"margin-block-start": { "value": "12px" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
4
|
+
"background-color": { "value": "{beek.color.white.100}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"placeholder": {
|
|
7
|
+
"color": { "value": "{beek.color.grey.46}" }
|
|
8
|
+
},
|
|
9
|
+
"disabled": {
|
|
10
|
+
"background-color": { "value": "{beek.color.grey.90}" }
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"background-color": { "value": "{beek.color.white.100}" },
|
|
14
|
+
"border-color": {},
|
|
15
|
+
"color": { "value": "{beek.color.black.0}" }
|
|
16
|
+
},
|
|
17
|
+
"invalid": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"read-only": {
|
|
22
|
+
"background-color": { "value": "{beek.color.grey.95}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"font-size": {},
|
|
5
|
+
"font-family": { "value": "{beek.typography.lato.font-family}" },
|
|
6
|
+
"min-height": {},
|
|
7
|
+
"logo": {
|
|
8
|
+
"max-height": { "value": "100px" },
|
|
9
|
+
"max-width": { "value": "100px" }
|
|
10
|
+
},
|
|
11
|
+
"background-size": {},
|
|
12
|
+
"background-position": {},
|
|
13
|
+
"mobile": {
|
|
14
|
+
"background-position": {}
|
|
15
|
+
},
|
|
16
|
+
"icon": {
|
|
17
|
+
"color": { "value": "{beek.color.white.100}" }
|
|
18
|
+
},
|
|
19
|
+
"heading": {
|
|
20
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
21
|
+
"font-family": { "value": "{beek.typography.lato.font-family}" }
|
|
22
|
+
},
|
|
23
|
+
"link": {
|
|
24
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
25
|
+
"text-decoration": { "value": "underline" },
|
|
26
|
+
"text-decoration-color": { "value": "{beek.color.white.100}" },
|
|
27
|
+
"text-decoration-thickness": { "value": "{beek.size.4xs}" },
|
|
28
|
+
"text-underline-offset": { "value": "auto" },
|
|
29
|
+
"hover": {
|
|
30
|
+
"color": { "value": "{beek.color.white.100}" },
|
|
31
|
+
"text-decoration": { "value": "underline" },
|
|
32
|
+
"text-decoration-thickness": { "value": "{beek.size.4xs}" },
|
|
33
|
+
"font-weight": {}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-header": {
|
|
4
|
+
"logo": {
|
|
5
|
+
"max-height": {},
|
|
6
|
+
"max-width": { "value": "150px" }
|
|
7
|
+
},
|
|
8
|
+
"border-block-start": {},
|
|
9
|
+
"border-block-end": { "value": "2px solid {beek.color.lightgrey.96}" },
|
|
10
|
+
"border-inline-start": {},
|
|
11
|
+
"border-inline-end": {},
|
|
12
|
+
"display": { "value": "block" }
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"radio-button": {
|
|
4
|
+
"min-block-size": { "value": "16px" },
|
|
5
|
+
"min-inline-size": { "value": "16px" },
|
|
6
|
+
"checked-disabled": {
|
|
7
|
+
"border-color": { "value": "{beek.color.grey.82}" },
|
|
8
|
+
"border-width": { "value": "{beek.size.4xs}" },
|
|
9
|
+
"background-color": { "value": "{beek.color.white.100}" },
|
|
10
|
+
"color": { "value": "{beek.color.grey.82}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"skip-link": {
|
|
4
|
+
"font-weight": {},
|
|
5
|
+
"font-size": { "value": "{beek.font-size.md}" },
|
|
6
|
+
"outline-style": { "value": "none" },
|
|
7
|
+
"outline-color": {},
|
|
8
|
+
"border-radius": {},
|
|
9
|
+
"focus": {
|
|
10
|
+
"text-decoration": { "value": "{utrecht.skip-link.text-decoration}" }
|
|
11
|
+
},
|
|
12
|
+
"inset-block-start": { "value": "5rem" },
|
|
13
|
+
"inset-inline-start": {},
|
|
14
|
+
"box-shadow-width": {},
|
|
15
|
+
"border-width": {},
|
|
16
|
+
"border-style": { "value": "dotted" },
|
|
17
|
+
"border-color": { "value": "{beek.color.black.0}" },
|
|
18
|
+
"border-bottom-width": {},
|
|
19
|
+
"border-bottom-style": {},
|
|
20
|
+
"border-bottom-color": {},
|
|
21
|
+
"width": {}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|