@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,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0-alpha.12",
|
|
3
|
+
"author": "Community for NL Design System",
|
|
4
|
+
"description": "NL Design System design tokens for Gemeente Baarn",
|
|
5
|
+
"website": "https://www.baarn.nl/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"nl-design-system",
|
|
8
|
+
"conduction"
|
|
9
|
+
],
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
|
+
"name": "@nl-design-system-unstable/baarn-design-tokens",
|
|
12
|
+
"private": false,
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git+ssh",
|
|
18
|
+
"url": "git@github.com:nl-design-system/themes.git"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"clean": "rimraf -rf dist/",
|
|
22
|
+
"prebuild": "npm run clean",
|
|
23
|
+
"watch": "npm-run-all watch:**",
|
|
24
|
+
"watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
|
|
25
|
+
"build": "npm-run-all build:**",
|
|
26
|
+
"build:scss": "sass --no-source-map src/:dist/",
|
|
27
|
+
"build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@fontsource/source-sans-pro": "5.0.8",
|
|
31
|
+
"@nl-design-system-unstable/theme-toolkit": "workspace:*",
|
|
32
|
+
"chokidar-cli": "3.0.0",
|
|
33
|
+
"npm-run-all": "4.1.5",
|
|
34
|
+
"rimraf": "3.0.2",
|
|
35
|
+
"style-dictionary": "3.8.0"
|
|
36
|
+
},
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://github.com/ConductionNL/conduction-theme/issues"
|
|
39
|
+
},
|
|
40
|
+
"homepage": "https://github.com/ConductionNL/conduction-theme#readme"
|
|
41
|
+
}
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
{
|
|
2
|
+
"baarn": {
|
|
3
|
+
"color": {
|
|
4
|
+
"primary": {
|
|
5
|
+
"value": "{baarn.color.blue.40}"
|
|
6
|
+
},
|
|
7
|
+
"primary-hover": {
|
|
8
|
+
"value": "{baarn.color.blue.35}"
|
|
9
|
+
},
|
|
10
|
+
"error": {
|
|
11
|
+
"value": "#dc3545"
|
|
12
|
+
},
|
|
13
|
+
"alert-error": {
|
|
14
|
+
"value": "#721c24"
|
|
15
|
+
},
|
|
16
|
+
"alert-error-background": {
|
|
17
|
+
"value": "#f8d7da"
|
|
18
|
+
},
|
|
19
|
+
"warning": {
|
|
20
|
+
"value": "#ffc107"
|
|
21
|
+
},
|
|
22
|
+
"alert-warning": {
|
|
23
|
+
"value": "#856404"
|
|
24
|
+
},
|
|
25
|
+
"alert-warning-background": {
|
|
26
|
+
"value": "#fff3cd"
|
|
27
|
+
},
|
|
28
|
+
"succes": {
|
|
29
|
+
"value": "#28a745"
|
|
30
|
+
},
|
|
31
|
+
"alert-succes": {
|
|
32
|
+
"value": "#155724"
|
|
33
|
+
},
|
|
34
|
+
"alert-succes-background": {
|
|
35
|
+
"value": "#d4edda"
|
|
36
|
+
},
|
|
37
|
+
"info": {
|
|
38
|
+
"value": "{baarn.color.primary}"
|
|
39
|
+
},
|
|
40
|
+
"alert-info": {
|
|
41
|
+
"value": "#004085"
|
|
42
|
+
},
|
|
43
|
+
"alert-info-background": {
|
|
44
|
+
"value": "#cce5ff"
|
|
45
|
+
},
|
|
46
|
+
"blue": {
|
|
47
|
+
"24": {
|
|
48
|
+
"value": "#0d4f6d"
|
|
49
|
+
},
|
|
50
|
+
"25": {
|
|
51
|
+
"value": "#004f80"
|
|
52
|
+
},
|
|
53
|
+
"27": {
|
|
54
|
+
"value": "#014387"
|
|
55
|
+
},
|
|
56
|
+
"29": {
|
|
57
|
+
"value": "#105e83"
|
|
58
|
+
},
|
|
59
|
+
"30": {
|
|
60
|
+
"value": "#005e99"
|
|
61
|
+
},
|
|
62
|
+
"35": {
|
|
63
|
+
"value": "#15659d"
|
|
64
|
+
},
|
|
65
|
+
"40": {
|
|
66
|
+
"value": "#1873b4",
|
|
67
|
+
"comment": "Base/Blue"
|
|
68
|
+
},
|
|
69
|
+
"52": {
|
|
70
|
+
"value": "#2e5ed9"
|
|
71
|
+
},
|
|
72
|
+
"57": {
|
|
73
|
+
"value": "#3f84e5"
|
|
74
|
+
},
|
|
75
|
+
"63": {
|
|
76
|
+
"value": "#4376fc"
|
|
77
|
+
},
|
|
78
|
+
"95": {
|
|
79
|
+
"value": "#e6edff"
|
|
80
|
+
},
|
|
81
|
+
"96": {
|
|
82
|
+
"value": "#ebf7ff"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"red": {
|
|
86
|
+
"46": {
|
|
87
|
+
"value": "#cd2f1d"
|
|
88
|
+
},
|
|
89
|
+
"50": {
|
|
90
|
+
"value": "#dc3b23"
|
|
91
|
+
},
|
|
92
|
+
"51": {
|
|
93
|
+
"value": "#e03724"
|
|
94
|
+
},
|
|
95
|
+
"55": {
|
|
96
|
+
"value": "#e04f38"
|
|
97
|
+
},
|
|
98
|
+
"96": {
|
|
99
|
+
"value": "#fcefed"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"green": {
|
|
103
|
+
"19": {
|
|
104
|
+
"value": "#00613c"
|
|
105
|
+
},
|
|
106
|
+
"24": {
|
|
107
|
+
"value": "#007A4B"
|
|
108
|
+
},
|
|
109
|
+
"94": {
|
|
110
|
+
"value": "#EBF5F1"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"orange": {
|
|
114
|
+
"45": {
|
|
115
|
+
"value": "#e66700"
|
|
116
|
+
},
|
|
117
|
+
"50": {
|
|
118
|
+
"value": "#ff7300"
|
|
119
|
+
},
|
|
120
|
+
"96": {
|
|
121
|
+
"value": "#fff4eb"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"yellow": {
|
|
125
|
+
"42": {
|
|
126
|
+
"value": "#d69a00"
|
|
127
|
+
},
|
|
128
|
+
"47": {
|
|
129
|
+
"value": "#efab00",
|
|
130
|
+
"comment": "Base/Yellow"
|
|
131
|
+
},
|
|
132
|
+
"97": {
|
|
133
|
+
"value": "#fffff01d"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"grey": {
|
|
137
|
+
"20": {
|
|
138
|
+
"value": "#333333"
|
|
139
|
+
},
|
|
140
|
+
"27": {
|
|
141
|
+
"value": "#444444"
|
|
142
|
+
},
|
|
143
|
+
"29": {
|
|
144
|
+
"value": "#4a4a4a"
|
|
145
|
+
},
|
|
146
|
+
"31": {
|
|
147
|
+
"value": "#4f4f4f"
|
|
148
|
+
},
|
|
149
|
+
"46": {
|
|
150
|
+
"value": "#757575"
|
|
151
|
+
},
|
|
152
|
+
"48": {
|
|
153
|
+
"value": "#7a7a7a"
|
|
154
|
+
},
|
|
155
|
+
"50": {
|
|
156
|
+
"value": "#808080",
|
|
157
|
+
"comment": "Base/Grey"
|
|
158
|
+
},
|
|
159
|
+
"70": {
|
|
160
|
+
"value": "#b3b3b3"
|
|
161
|
+
},
|
|
162
|
+
"73": {
|
|
163
|
+
"value": "#bababa"
|
|
164
|
+
},
|
|
165
|
+
"82": {
|
|
166
|
+
"value": "#d1d1d1"
|
|
167
|
+
},
|
|
168
|
+
"87": {
|
|
169
|
+
"value": "#dddddd"
|
|
170
|
+
},
|
|
171
|
+
"90": {
|
|
172
|
+
"value": "#e6e6e6"
|
|
173
|
+
},
|
|
174
|
+
"91": {
|
|
175
|
+
"value": "#e8e8e8"
|
|
176
|
+
},
|
|
177
|
+
"95": {
|
|
178
|
+
"value": "#f2f2f2"
|
|
179
|
+
},
|
|
180
|
+
"96": {
|
|
181
|
+
"value": "#f5f3f3"
|
|
182
|
+
},
|
|
183
|
+
"97": {
|
|
184
|
+
"value": "#f7f7f7"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"lightgrey": {
|
|
188
|
+
"96": {
|
|
189
|
+
"value": "#f4f4f4",
|
|
190
|
+
"comment": "Base/LightGrey"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"white": {
|
|
194
|
+
"97": {
|
|
195
|
+
"value": "#f6f9fa"
|
|
196
|
+
},
|
|
197
|
+
"98": {
|
|
198
|
+
"value": "#fafafa"
|
|
199
|
+
},
|
|
200
|
+
"100": {
|
|
201
|
+
"value": "#ffffff",
|
|
202
|
+
"comment": "Base/White"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"black": {
|
|
206
|
+
"0": {
|
|
207
|
+
"value": "#000000",
|
|
208
|
+
"comment": "Base/Black"
|
|
209
|
+
},
|
|
210
|
+
"0-20t": {
|
|
211
|
+
"value": "#00000033",
|
|
212
|
+
"comment": "Black with 20% transparency"
|
|
213
|
+
},
|
|
214
|
+
"0-60t": {
|
|
215
|
+
"value": "#00000099",
|
|
216
|
+
"comment": "Black with 60% transparency"
|
|
217
|
+
},
|
|
218
|
+
"20": {
|
|
219
|
+
"value": "#333333"
|
|
220
|
+
},
|
|
221
|
+
"30": {
|
|
222
|
+
"value": "#4d4d4d"
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"baarn": {
|
|
3
|
+
"font-size": {
|
|
4
|
+
"4xs": {
|
|
5
|
+
"value": "0.313rem",
|
|
6
|
+
"comment": "5px"
|
|
7
|
+
},
|
|
8
|
+
"3xs": {
|
|
9
|
+
"value": "0.5rem",
|
|
10
|
+
"comment": "8px"
|
|
11
|
+
},
|
|
12
|
+
"2xs": {
|
|
13
|
+
"value": "0.625rem",
|
|
14
|
+
"comment": "10px"
|
|
15
|
+
},
|
|
16
|
+
"xs": {
|
|
17
|
+
"value": "0.75rem",
|
|
18
|
+
"comment": "12px"
|
|
19
|
+
},
|
|
20
|
+
"sm": {
|
|
21
|
+
"value": "0.938rem",
|
|
22
|
+
"comment": "15px"
|
|
23
|
+
},
|
|
24
|
+
"md": {
|
|
25
|
+
"value": "1rem",
|
|
26
|
+
"comment": "16px"
|
|
27
|
+
},
|
|
28
|
+
"lg": {
|
|
29
|
+
"value": "1.125rem",
|
|
30
|
+
"comment": "18px"
|
|
31
|
+
},
|
|
32
|
+
"xl": {
|
|
33
|
+
"value": "1.25rem",
|
|
34
|
+
"comment": "20px"
|
|
35
|
+
},
|
|
36
|
+
"2xl": {
|
|
37
|
+
"value": "1.313rem",
|
|
38
|
+
"comment": "21px"
|
|
39
|
+
},
|
|
40
|
+
"3xl": {
|
|
41
|
+
"value": "1.875rem",
|
|
42
|
+
"comment": "30px"
|
|
43
|
+
},
|
|
44
|
+
"4xl": {
|
|
45
|
+
"value": "2.5rem",
|
|
46
|
+
"comment": "40px"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"baarn": {
|
|
3
|
+
"size": {
|
|
4
|
+
"4xs": { "value": "1px" },
|
|
5
|
+
"3xs": { "value": "2px" },
|
|
6
|
+
"2xs": { "value": "4px" },
|
|
7
|
+
"xs": { "value": "8px" },
|
|
8
|
+
"sm": { "value": "14px" },
|
|
9
|
+
"md": { "value": "18px" },
|
|
10
|
+
"lg": { "value": "24px" },
|
|
11
|
+
"xl": { "value": "32px" },
|
|
12
|
+
"2xl": { "value": "48px" },
|
|
13
|
+
"3xl": { "value": "72px" },
|
|
14
|
+
"4xl": { "value": "96px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"baarn": {
|
|
3
|
+
"typography": {
|
|
4
|
+
"sans-serif": {
|
|
5
|
+
"font-family": {
|
|
6
|
+
"value": "\"Fira Sans\", Tahoma, Verdana, sans-serif"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"monospace": {
|
|
10
|
+
"font-family": {
|
|
11
|
+
"value": "Monospace, \"Lucida Console\""
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"font-weight": {
|
|
15
|
+
"bold": {
|
|
16
|
+
"value": "700"
|
|
17
|
+
},
|
|
18
|
+
"regular": {
|
|
19
|
+
"value": "500"
|
|
20
|
+
},
|
|
21
|
+
"normal": {
|
|
22
|
+
"value": "400"
|
|
23
|
+
},
|
|
24
|
+
"light": {
|
|
25
|
+
"value": "100"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"scale": {
|
|
29
|
+
"4xs": { "value": "{baarn.font-size.4xs}" },
|
|
30
|
+
"3xs": { "value": "{baarn.font-size.3xs}" },
|
|
31
|
+
"2xs": { "value": "{baarn.font-size.2xs}" },
|
|
32
|
+
"xs": { "value": "{baarn.font-size.xs}" },
|
|
33
|
+
"sm": { "value": "{baarn.font-size.sm}" },
|
|
34
|
+
"md": { "value": "{baarn.font-size.md}" },
|
|
35
|
+
"lg": { "value": "{baarn.font-size.lg}" },
|
|
36
|
+
"xl": { "value": "{baarn.font-size.xl}" },
|
|
37
|
+
"2xl": { "value": "{baarn.font-size.2xl}" },
|
|
38
|
+
"3xl": { "value": "{baarn.font-size.3xl}" },
|
|
39
|
+
"4xl": { "value": "{baarn.font-size.4xl}" }
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"space": {
|
|
4
|
+
"block": {
|
|
5
|
+
"3xs": { "value": "{baarn.size.3xs}" },
|
|
6
|
+
"2xs": { "value": "{baarn.size.2xs}" },
|
|
7
|
+
"xs": { "value": "{baarn.size.xs}" },
|
|
8
|
+
"sm": { "value": "{baarn.size.sm}" },
|
|
9
|
+
"md": { "value": "{baarn.size.md}" },
|
|
10
|
+
"lg": { "value": "{baarn.size.lg}" },
|
|
11
|
+
"xl": { "value": "{baarn.size.xl}" },
|
|
12
|
+
"2xl": { "value": "{baarn.size.2xl}" },
|
|
13
|
+
"3xl": { "value": "{baarn.size.3xl}" }
|
|
14
|
+
},
|
|
15
|
+
"inline": {
|
|
16
|
+
"3xs": { "value": "{baarn.size.3xs}" },
|
|
17
|
+
"2xs": { "value": "{baarn.size.2xs}" },
|
|
18
|
+
"xs": { "value": "{baarn.size.xs}" },
|
|
19
|
+
"sm": { "value": "{baarn.size.sm}" },
|
|
20
|
+
"md": { "value": "{baarn.size.md}" },
|
|
21
|
+
"lg": { "value": "{baarn.size.lg}" },
|
|
22
|
+
"xl": { "value": "{baarn.size.xl}" },
|
|
23
|
+
"2xl": { "value": "{baarn.size.2xl}" },
|
|
24
|
+
"3xl": { "value": "{baarn.size.3xl}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-header": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-bottom-style": {},
|
|
7
|
+
"border-bottom-color": {},
|
|
8
|
+
"color": { "value": "{baarn.color.grey.20}" },
|
|
9
|
+
"hover": {
|
|
10
|
+
"background-color": {},
|
|
11
|
+
"border-bottom-width": {},
|
|
12
|
+
"border-bottom-style": {},
|
|
13
|
+
"border-bottom-color": {}
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"color": { "value": "{baarn.color.grey.20}" },
|
|
17
|
+
"text-decoration": { "value": "none" },
|
|
18
|
+
"text-underline-offset": { "value": "5px" },
|
|
19
|
+
"hover": {
|
|
20
|
+
"color": {},
|
|
21
|
+
"text-decoration": {},
|
|
22
|
+
"text-underline-offset": {}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"date": {
|
|
26
|
+
"color": { "value": "{baarn.color.grey.20}" },
|
|
27
|
+
"font-size": { "value": "{baarn.font-size.sm}" },
|
|
28
|
+
"font-weight": { "value": "{baarn.typography.font-weight.light}" },
|
|
29
|
+
"font-style": {},
|
|
30
|
+
"margin-block-end": { "value": "{baarn.size.xs}" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-wrapper": {
|
|
4
|
+
"background-color": { "value": "{baarn.color.white.100}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-style": {},
|
|
7
|
+
"border-width": {},
|
|
8
|
+
"border-bottom-color": {},
|
|
9
|
+
"border-bottom-style": {},
|
|
10
|
+
"border-bottom-width": {},
|
|
11
|
+
"border-radius": { "value": "{baarn.size.3xs}" },
|
|
12
|
+
"transition": {},
|
|
13
|
+
"box-shadow": { "value": "0px 2px 8px 0px #0000001F" },
|
|
14
|
+
"color": { "value": "{baarn.color.grey.20}" },
|
|
15
|
+
"hover": {
|
|
16
|
+
"background-color": {},
|
|
17
|
+
"color": { "value": "{baarn.color.grey.20}" },
|
|
18
|
+
"border-color": {},
|
|
19
|
+
"border-style": {},
|
|
20
|
+
"border-width": {},
|
|
21
|
+
"border-bottom-color": {},
|
|
22
|
+
"border-bottom-style": {},
|
|
23
|
+
"border-bottom-width": {},
|
|
24
|
+
"border-radius": { "value": "{baarn.size.3xs}" },
|
|
25
|
+
"box-shadow": { "value": "0px 2px 8px 0px #0000001F" }
|
|
26
|
+
},
|
|
27
|
+
"padding-inline-end": { "value": "{baarn.size.lg}" },
|
|
28
|
+
"padding-inline-start": { "value": "{baarn.size.lg}" },
|
|
29
|
+
"padding-block-end": { "value": "16px" },
|
|
30
|
+
"padding-block-start": { "value": "{baarn.size.lg}" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"logo": {
|
|
4
|
+
"header": {
|
|
5
|
+
"inline-size": {
|
|
6
|
+
"value": "200px"
|
|
7
|
+
},
|
|
8
|
+
"block-size": {
|
|
9
|
+
"value": "48px"
|
|
10
|
+
},
|
|
11
|
+
"background-image": {
|
|
12
|
+
"value": "url(\"data:image/png;base64,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\")"
|
|
13
|
+
},
|
|
14
|
+
"hover": {
|
|
15
|
+
"filter": {
|
|
16
|
+
"value": "opacity(80%)"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"footer": {
|
|
21
|
+
"inline-size": {},
|
|
22
|
+
"block-size": {},
|
|
23
|
+
"background-image": {
|
|
24
|
+
"value": ""
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"navbar": {
|
|
28
|
+
"inline-size": {
|
|
29
|
+
"value": "200px"
|
|
30
|
+
},
|
|
31
|
+
"block-size": {
|
|
32
|
+
"value": "48px"
|
|
33
|
+
},
|
|
34
|
+
"background-image": {
|
|
35
|
+
"value": "url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAwCAYAAABUmTXqAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAyKADAAQAAAABAAAAMAAAAADjHyYJAAAfbElEQVR4Ae1dCXhURbY+vaTT6SwkIQkhCwkYIkJYQmQJKAougDrgUxkFRMVBQR0HFBUd5fmeDoOIoAhuiCguMwrqiOIybCprCHsIeyQrGEISQghNll7e/9/bt3OzIeKGb7q+r7pOnTp16txT51SdqtudGOSJdaHiNIaLwS1qYmnwwCwIa23N1Ylj0vfR06utTT9JY0R2IWt9gTMCN3PI7eKs/ac4qvc17efD+DTw62nALC7nbSLO5xv4QIPxf8hBztSuGb7GsLHjOLWG+tIFXEgb+IxpiZT4/KNeMT7ot9CAWXEMt8FYv4O0JEZjY9ccg0avtbnFAoa1DVho7Y2dQ0+k8QLOrfBy/bA8+v4+2KeBX0YDjHFg32cy3rMf2ORyy7jE78XmqFGCp4ah2dnz8VH6NHC+aEB1kDP6h9bIUssUX8NrsFtamwxyVWCOdA0oly6m79jgSSqtts9o2PpSz6se64N8GvitNeDZQX66GP6w8dnDEmVgm8UyrPgeiXSeaMDUH7VuoUaxtOwlDeh9FZ8GzgcNNLODaBasLwnr6xS9vk4mV8UHychecVJQdZH4m6olMeCAmDxU0RaTPNKnrSwc3EbGXtRaAoH3a3HTaLEBvXzJp4FfVwOqgzQYUzNQfUlYX2eH+roZtVt7tZX8gkIpLMiRhDZOCZNy5RwSajDIvIFhsmt3loz6R5b4nfpevhqTLM+l28QPbU1Tc7imVD6MTwO/hgY8DqI3Sg3Wl4T1maLVt5scbhmY1Er27fxW+iVlS0K0S4oqLQrFqC6tZdHyrfJVVaQ4A6PlwyJ/2Xe0Shas3CkON51M40uevuTTwPmlAY+DaLsBhdNgfUlYnxvSBfsbJSzYX7r4fSwud6icqLLItvIkdHHLqJ6hsiqnXHq3CZS/djop03q75fhpg6TGRAp3nnq+SsVT12Bf6dPAb6sB1UZ/ogyxNrfs2LZVXH7XSmDInWJJLpC84k5iQwiVt2e/+EUmSmKIRXZ9Vyb24AAZ1dsh7RGSfb7aLmXqew+dBNrOpEP5QJ8GfiMNnIWD0GC5e+gNV6uzFKk4XiZt26ZJacW3smvdlzJ9XbA4Luoml8QFy/K9h2RwjyTpH1QimXUOcR07Jrf/o0S+t0ZIjZHHeCZtDLXm+/Rp4HzRgBpi6W3f6wh6pB5uKnqPCKucsp+W8E43y5WjX5CEiDoJwu7Rv51NVufbpX2YVfaXO2VRdXtZVBclebY2jZxDz1N1Oj3GB/s08FtpQHWQBjapVfQlYX2muGq7BVBIcLBUV1eLAU6R8fmT8sxlX0pS8TJpffqIlAS3lbnbSmRxoUH4zSt+NbFh0vhq2DM7o0blK30a+DU00EyIRQNVjV8VQG+wxKvt9Kx2Zd/J5CuS5DLcVG1cv1ZCg0yS3mqxVNnt8valS2RFUahE5h2XIx2ulCI/q8rOG05pfPVjeUiUQmvX43ywTwO/rgaaCbGaM9imuJDvd8tXD/aT+0b0l07Rp+XSiyqlZ3KsbN0bJg7DRdK++3WSGrRMlg55UWJ3vaN7Ko0XSw3WNWu4iuKmm42ezAf7NPAraKD+prXFBVsz4vqSXjU0PkCSk5PFXVclpetGSu3pSDlSu1Ui4jtJ6MVT5Zg1VqIt3aVtZI1cE/CJLKq5Rar9g8/ikTyC1FT4HOQstOUj+WU1oO4gP3IMC84agy/uKJmZmfLue/+UnMBn5GhxqVwcsVi6Rq2TwLLXpGDvSomJUm183NBq8cvf/iNH8ZH7NPDbawC/A8H7OkMzZ+cWZOPFbIDTKUf3Z8hTTz0lo2/7k/QfNFxya4aJ02WWcmeaHI+cIrUndoFS/UFUcrxIT+uBFjg2Rms7VWO8r+7TwK+vgWYO6U2FMOONeDs5LU6TnySEBUlaG5scXLNPLr30Ujl58qS0atVKbhr3mLz195Uy4JZnJcBhluiUu+RU3gaxmXaCoUNCTu1RbrncytdLmo5Rj2kx1qsn8UHnrQbi42MfgXCtkC2YajOCDdoYfkPnPozfU2+IiIjM3L59++8mfMYvCmmQLa/ajMH6uHJl8qWJEh5qlSBc6baNDJWoW15RDD4vL09xkIqKckm9eqpEtYmXg3v3yqrPXpGHH1soBesnSbT/erkidresPHJQTrdNAsfG6cwyNKb21c9PDSQmtotxOBzTIR3NpgI3nnQMIxwlBHU4istRWlqyMDU19b7fi5NAaDqH3kA1WC3p6pslTu5YdVpCjKfk4Z7H5cu3xstFXVLFhKvb8PAwGTVqlHy96t8yakiyfF9bIxVFa2TkDX3lg882Sa9es+X5+ffLlOGZsv2jBfKePIP9hIn8m0stO2tz1D7cj9fAjBkzktGrL3L1lClTFv94Ds33cLlcPdGinGvxTuxmo9G0gw7icrlj3G7X62jriQji7rKyUl5rbmiey/mF9RzS9UapwVqJ/dFkkcqAQCnCLdRfd1pk4BUGGdXlFdm8YpZs2LBBYmJi5PLefeVAYaXE+WeLu3wV3qw7ZNOmTfLpp59KdFw6dhs/Gd1puxhr7B4NkL8+a4ppyXG0dl/5UzUAI70LPN5EOfmn8tL3h4Oko8411e7vH7AuP7+gJD+/sLiwsGgbHOZpDy0cxtVD3+98hnlAV+3UK6WG0Jdao1tcFosEGB3SMdYhYSFWGXzttWIymeRQ1nxpXbdcik3jJcq4W6KqdkhgRaQYE24TW82n+GJvtVTWhomYGJIyaY5Q74gq3vf5K2jgYjgHh8n4mcfqDX5cdLNzcnK0lVAZAmcRhloe2FCiQuf/p/pXTRrIqRmsVrKRMA3aILX4wwytDaXYEURCw2NkzJgxyllETufIBbFHZc1+kUsurBOTsUbSLiySTTtflLGjDHK80ixPHX1U6oL45RQmPX/NGRvjFcKf5WPmzJkdsHJ1AzOX0WjMxoqmRnpEuFy1jzzySDEHmjNnjq2mpqYzDIiHJTtoNzz88MOlbGMCnxj0xb2FuxL4ivfff99YUFDQDfVOwK8BnyMqpUKbCN69gc8BfpuG18qFCxeaS0tLk9C3M3BmjLUDPJtc982dO9dmt9tJo8mUATqvkUGmaLThUOyuwjjl5P/ss892Qr0Hxs4Cbg9xTLNnzw6tq6vrgTYj2r577rnnEgFz1S8HzyqFCB/oHwc89YXfvBly/Pz8tj3wwANenWl0WtmpUydzVVUlQyymBo6XkpJixBl1tNokxWazcaUHbrbo3Lmz+dSpkxFOp2sUHctoNCzIzy/CmaZp6tatm7GysiLc6XTehFZ8BdDwYUFBUR4pExLi4mCzdNhK7GQVOCORbgB42sPCWq2uqDjJ3/PZ8Jx28FfmuF27+A5Qx8Xgcwh8tnhCLLJrKWmGzBLXErW10iEwXyFOSekqNptNgTt3ThW/qD/iR1BVYsaOwtUiprVIbHgVHOiknLSbJKe2fQO3qB9RG4MYOsvPl2AQVsTcM6GY7VDEIuR3AO9C3u0pd8GIZ3FE0F1z+vTp9ah/Dbq5yP8CzVYaG9th0AwPvsZBdDfKIS+99JI1Pz9/DuCNoH0P5dKPP/5Y0Sl4jUNfjvlP4NeirhkPWdEAk48dO7YUbZtB8xL7cyzQ3aoQeD4o06lTp9ai/WtkvUx0GFmxYoUR/VYg70b7Da+99poFfZ7w8H0PuI10AtI+88wzL9XW1u4CLpR1lNPRT9EF4H7E0YHQfy767wTuTeQ3AK9Hv7lsbynZ7VXUUTjbYVybbr/9dmNaWrIxMTEh4sSJ4/8L9PXIpTD2Mbm5Bc0ae7t2scm4BZt28uSJjZAL15/uWRj/SThnNfnqU0JCfDvemB0/XvYt5oOyUoczPA4hF17Y0QwH20y9QP5B8fFxKU6ng/P0Ec5EX5aXVyYBT1tg+8TBgwcbwW+cy+XcChplziBP37NwEL1YiJBOVEgELvEMBpP4tYrwNsZe8qz49XhVrFE4+5k7Kvgwz4tzP7w88TM7xVDpXaC8/X5pABM7Ew/8EMYpwVLUH5PXHzB+zOgOQgmFyhTg5sJ4xlF5qFd56LoDzkJbHBQ4FrCUlZXhsKnsLPipiyEDV9w02NsAf4Nmrsg9CwsL6ZATgJ+D+jrguTpzlRqwfv16zXl6gOe3wPUEzQiLxdId5augCwJuso7uTuA+QlstZUIoS5m4E8Wg/59QSlZWFieBzmIDzbqKiorHweMx9FkNHMIadwhoGfrQcPmnZrIII5WiPg3ldJQzkDPhSOHYXf4N3N2oP202mykXn5075t2zZs2qn3Ag9QntyhjEYXG8b9WqFZ8fPVq11uGoo0M+gdF3gNcVBQWHm+we7dsnhsA4Z8FwuVjcBhbcHaErZbHMysnJ9TrIBRe0t9IxYNhbMdJkjEWjcqj0UhwYGJQHmF+epcNGI1uxS+RgV1gKWta5wx/y8zMVYKy+wMEODGv37Mm+A/U5aOOckR+vqfvxRWGj1BjBupbx6q+sQIJtfAFoksgwbBG6tHNnlqT2TAM5PAJdAgMUZSl/TdRodIvBe0Bnp3qeOhb1oNn2o523vrMKYZXuAWgCazCeexBqZOPWJhvVHcQhFffp02c+Jo5GzBWyAkYxAnRZ4eHhxajboTQUcmrr1q3cPWgElOsA8NegvB58hyJPBEwelQjP+qGNBjfZarUOR6mEPCjt/fv3dz3//PMhaF8C2gjgxkKerxISEkqBU+iAt2PH4A7DcwJXxUo4xo2UKSoqSpEJ/eiMdtAKDOViFJSpCPIxXHuQfPEcY4CjTNwpaESCsWajrQiZzrIB9b978t+6d+9eiZWYDk9+s4F/4aGHHuJ4NCjy4aJCw2k2oa2Pp6GaYQv40xhDkdkX2c2w7h2syg12UoZBDkftCrT9GX3mcRHo27ffH9BnA/qwbwaykjp0SAjBgvcBaHmVvAy0qUlJHa8F/CEyabfs3buXJcNmzWGz4HgPAOXA7oVFxtwd8zXa4XAyXA1BhvMZqsHzecg9xWYLGg4cdzjqtNrYNObRhzsgUQiIU/Ft/Y6IP/5KCfubTVYq35uPHj0q0VFRIFVpbf4YGn5gwlCKDbpOkaGHFWhIp5I2xLMW2d6sIs/tc/PmzTToYeiNl1WGAty0rdZxsgKmIsOx4pJuFmCsNIY5iKVLuJKWl5c/CVxfZO48b6elpbnwrH1Aw35FgJ8GPBaGuwFwMmCu1nng9QrgF2Bgr2I1jgYuAvQ0yH0sMcGTUHBy1oDncoxlw4H2etT/wmbQzTpx4gR1OhN1yjQX7w2KKVNxcfETwF2CthLg3wRMOu3maAfgl4CfirEXQw6OwUnmmUs511AnqNMBmDaphfq5Y8eOSwDdglwJ+pkYz6w5KXB0yFfhMDScJmnIkCHki7OW0vRNSkq3tMLCw6mBgcFdER51wdOPRQveiQjPah917Nie+scZoV0owqDPYAZwGsNk9HkcZ4Vy6IPNPZA5riIndg5LXZ2DIeN1wL1otdruyssrPPLNN99gPgx0Oi8tO4OODuuCTJUo2Wc4dq9s3KyV9+mTvgXt2mK3DbsLd/uFhYVH5tXVVXO+lDlDuYcP9gNJfWoIodDFuEqwGtOquQr5ceK9GYMCrdLxM5z+iWRExQ/mbqCzMqkkaqnAHoQedtadhWwqu+Y+e/XqRUOOpXxIe2699VbWBRNPqRiSkP8BJE6EEn9D/vTs7OzPsJIyLHgEfdfAWK6CE+SBhqk38Ox3OfKrMMRlKLlapSvPLpKCah6MgqELV3dtEhxY7bIQoliAvodtSEFbtmxZgrEY836AejHGGw2eH+fm5tKQBpAIZS8YNmVinP0YUOs8Mh1iOxKdmDINQv8snAnnEQmZtBW0NCQkRKFdu3atDU28gOCceVdmD/39KMnHDrnnYryN4LEWde50U7EbTiFdc2n//r0MV8GXi45h45dffolSZP/+/a7c3PyKoqLDb6P6FnGgaVddXUedQz+OGSi6IX+YnHzhy8QxlZcfa4ciDtllMhm3EFdTUzsJcmPXNmT4+/tPgRM5iE9KSoSzuZVdSXsmzWHRjEVL+gH/GJxPWaDYZ8mSJcpiRxiJ4zv8/CzULWRyXYyCesCcGXcQ+IFEZ2BSy/zQHrI5N0IcDj9x1PEwruJxGyOtW3tCLo+TsCU0EI+EUczYRtyuGoVT0w9tDF2LnY5/7mnjxo1cUQohHydLWbHIDZM/AUUQ2vIQ+69E+x8AUw/lKO3EI0+DEabjeegc2ez3wgsv4DuaykrF6h4Y/NMEPIlGysT+4x988EGulsoqhjrBfYMGDaqkw2C8aCKAP4LMMRfR4GGAaXCODyk3aIaBpLFMPCukR0ZGXsFwizzmz5+PZYerr5K4+9x3//33K4YDHtztOM6W8ePHKwYLo6fjURcIN4zbPP0EYR9xV7MO+jwUDpRfIY/Ec3aFXH+bOHFiNdubS3guGjydH2wlszka8NrrweO53LZ27eI6oX4nMpzANHX16tWKjNwpnE5l9+TzFwcFtcpLTIwPRR/FgBEmTc3JOaToF7u9Ec7GcCsEmQatPJPmsMAxZeKdzFsK5PnAXJB3X4+Z8vbwrkOH1HMOFzu0UZZ92KEq6t+DNGOjHn71Beb6eFQvyYhcKts3zZLWsZwfxRBk27Ztctlll6m0BupKTUp4pYCUyTPImcbS/k5wVbGHw7kV6enpLlx/vo3J44rdD4fwSZgkHoKp6BLkMbi2tAPfA3gOsg6GMJKAlnDla8WO40Jo4UJoxGtTTgRDlvtxJaoYDG6yLFVVVdp7hafB45DWH3w1x8nANS0dRlk5ga+KjY0dgV1NMWbSL1iwwIixrJC7GjLxcEz6zJ49e46+6qqrFOMh3YsvvmjFTuSaPHmyC6FYMmjCiUeaCscpIPDRRx8ZDx48qI29iTgm0HJ1ZNqnD5fgOB2A4y5AB3kYz7CBsJZws2WD09u1euMSa5A2Fp7HpKz4TWncvGBgonPm4LboT4BpQBkIq3LYAOfAJWkNQ8sbWEfagh3dhUP5MMBwEikODratYQPOc7hez/szngpZSfu6dOlWiRsyLoKaw9LRvbuNh05yc3M4j5hPYgwv4jp3h9aGks9CY1UcnYCaaCNKxkeTkjgi1aaIiCj8tiNFio+r88vJhAEJtj6VxmRTSoUe3U5CtbtzsYM4Pfbg5U++HqZaqcVflmAvj3MFYMQFmAx67bvIvDIcgfJF4NJhBOvIF7JT8Sy9Rsg6jCIEV768er0J3xbgqq6FLHynoUwS6XCgTkFbCPvjYMxxlDRv3jy+l+BXK8h7E3jRQBUHA4GrsrLSOx52JzNuyB6CoT6/dOlSzkko+5FO7xxwoCDwWQS6PyqNLtUwwf9QYGDgAuKYcPUcgYLOw7G9KzrqaaiTRNkVwS8aN27TsGoqOgCeMnnlIiHar8bcfv3yyy/Xr3ps0CUMox3QD+CdUKmuSQGxW9Bgb/Hgv0pNTcMZTjl3EKU4R1JSBwudA/gbIOM24HF+MGy88cYbqftU1pHz4uNjXHznQucA/kngvvG0ZS5btkyRXeewOxBaNXB20CL6UcIoOmelFg4T37HjBcQpiwjGVhaWZr6sqEwM6LSSXQmrFlwHePXGDNkw/3UZf/ddnAB6rMA4aABK3WCudxCgcOuFADXRJCGbzeI5pjfiT9768VCtPenxJsA/IUG+ahhAZ5SfID4fgxCkwUoImY+QPdovwaE0Ec9RgsN1NxgFb7USgZ/er18/F1Z1JWQBfYMVEnXt/FLQtWvXEk1UGHIKYMUh4JCZV155pQvGdgT0nPAQXBFfD8f4CmNF4UrySdCOQp6cmJgouIlh+EV99oVMHSBTMehS4BiUKQltvFRguyZTBp5LCTuIBy2dmY7GFVQvL2+5SELDHwd+UwFyLH5Piomy3YwdiiGcDXzGof444C/wDA0ch8RMaWndjEePliqLB0TeAfkRviqygZfLBt1fjcyzBo2iAOHUxE8++cQVFxcDh1Nk6R0XF3sDdDAe7bz2/gPGXAoY8hsysRt6aJXnSdq9++D1aOdCdz1oR3rka3RA9zpsJugapKFDhxqzs7MoL58nKzc3r1Ij4AtiwFws0KYuLBDCY5ieQqlqsNJTa2eJ//2BYllZqEyfMVPCwsIUp8CECt5+KtT8MCi/HOT84J4M05ZzxCojlo6WksSBCq7BGApbbQw2e2D11kOlP8fPlStX8iXaHejO2D8CRtsBk89425ug5HdQ4RVmBCZyK4yCL/fWAh8EoxiM3WILX8aBhjzoSJu9nVUgHTgqexteNrFUEnhpYUclzhf7iATdFyhKCIPXe5gQvsjahSone/yjjz46D9etDOHeQTsXiHCUm+GsPMivB00oZcLul5mRkdGiTKDV4ugc7KLKir5mzRrSwyiVdAtoXgGUBecbAX55gFezBfhJ1AHyblSfxJgLIf/tEyZMaHbBKis7Hge6GLWvDMGVLXRYuxXvP3bi2Q6C35toCwef5ZD9CoRTh0iLOo2X+krGqEtQchG7FrkacBRyLZyJOwlpuZqTNgL8SDsEx8aRRqN5DeBubMPZJAOl9OjRg8+p7QLbidMnXiCAB3Y8LsqiXzz47NqcVVmtAXtIQGZqUugBstRgT5NS6HBmq02i20Qp38FiG16OSXx8PB8ENbcYA7F4GtRwq9Zllcf33y9bEm4Vp1nFNRhDP542httFuezk/VMSV23ItAw8ipAHwGg58Zuwes5BHsTDKYzjC9CMR1a+fgIlVQGeiq03Hc6hTNC+ffu49VJhH6JNMSTAWipBH+I/0BCekga1GPiXtdUd/HhlzEuBNchcuXjwfxu4XpDjLU8/Ad1y4O9CzgZv8qEupsKY+9BhSccrW7Q3KxPwJ0FCmd4gLdOAAQOoCxorD3cZgMdggfsvnEWoG56u+d7kfeC5o9gAU8ahkGvipEmTaLTNJsgXhWn/FJl6zkRZgH7kuQflxzCEKTDe/iEhoUMR6+doTCwWM3dBtMs+9FmAZ0tHOJQJfhHAUW/z8/LyK0hvsVgp1wLSqm3G/oWFRZ+43c4Y9P2EOH9/G9vkxIlS7mB0Fj4/HahJAh7vgpQ5+7xRI6+FlTnDGU7ZkQ3y128fhE3zYORxFtXIVS/haq5ZLVmpdSso4/YulRs7mmX69OnyxRdfCLYuj4Pgpqhsi9i3j5S6mqPyxr7r5H/KJ+DnVhofPX+NJ0tdmn8HXlvnRgKjrH66lh8FwgFwd17XG47B7fuPUEwFJiAEsLaLbAFuJIwg5/XXX8eNSLUF70tqEfdytfpFE75fZUWIU4uLghbHeuedd4w4iFuw+NQOHz68RbofIygvFe677z5vONa4L+TCN4VMcu+999IxzzpdfvnlHvup76K+o6ivtwQNGzbMiG99/yzP19IY54qHg6yBg3iv1c6aj5+zTsbbl8q0aX8TvGRSfl2o7+x21soHs0fIQXOCzCi7Ca+kNQcBleZ3LJm0Jg3/2u0uKc/jKf2cdhHeCOHQex2cgTF2MpzgbeRFOMhm41DNw+uNyLzVCkH5LkIbrp6+5NNAEw0wdGDWJf0Kr1msrlkB8UbIiAO3MUjwskvwdQ2848CfFa3E/wQJVc8iBvyGpKbWiEtudiBPHV/lKhd1orwJYykkKOuU76S0uK17u7QAwDkeheHzTXceMkMlhiJaysI3cLPxS0iGEQ8it7iaah185X+uBoxSVd5oa6NTMOlLwvqMUxGCtePRvXjNKQEBAXJo+xKpO6S8QFZ6405X3KcPSp0T5w6FlZ6fxr8hT6Ujdiaxl5cDbiSXyvaHPhEi8CDKmxdu+XPbtm2rxKb6friK5KHyBjhRNWJv3gz5kk8DzWrALN++sUcGTzTi97PNErSEpGkbHUZ83T1QIdmcfUI++65OJvVkC65+qw6Lv6NQ3i3tL6cb7VEthljkVHmM/Q8QPJcUFBTkgNMeQd8k5PuOHDlyAO801gF24CwSjZuVYSgfRp3f0eIXE3cA9iWfBprVgFGyv1gtOz8vaLZVQWpxUMPSimqH2DAJrV0lX3w8X/61rVzWneiGr6KekKLCfPwefZnM+P42KTK39u5F3jH0rDSYjbyjX7eIO4f39sXb5yyBsWPH8rZmBMh5A5SI/BmuSQ8jF+JQvBf1KWhbjJ0jlTdYZ8nWR/YfqgHVPI2mQTLwns8kbbhNcHY4c2IXN3YHt/x3xFa5qf3LMm7VUMmMuFkuDS6V97vcKx+uOCWTjO9JTUCIxznUPmfkW3NKZNUrLslevliCA0ZLxU/7y4p482vGy7i+GJNfzrPBaSqQ9+GGZge+pnHO55szPoOv8f+dBurXb2toXwmOnCPxKT2l7YVmadPRJUHhRvELQDCC8AuHcn1iRzP+gok/fqNux3f9YIQSW50jf4l+T5Ycvly2Bl7W6BDhcRJ+d9CBc0bdafw0CUeN4gMu+X4v3iZmlsvJkufhUc+B4Gc7OC9fvtyIdxoycODAczrT6J/ZB//naaDeQdRnN4o1IkUc9n6otseLjVDsFuESFhskga1DxGINhxNFSGjbUGndzigxnUDf8DtTATi849cnOKPDCcoPixze7ZCTx2qlvKhE6qpLxV5RKccPV0ltNV8CleP666gY/bKk7iTPCd7X/qo4vk+fBn5bDTR2kDNJo74Iuhg/uDqcEyVHD3QSi+0SSUofIV2HpEhiqtp+6rjI1n9VyIH1H8vxwhViCdomHdIKEDoxrCFN45W8OdyZ5PC1+TTwO9JA6jXYRUKulssnfCd3vuGUiA7TpG1X7Dy+5NOATwP1GvAPTJS2nR8BQt1J6lt8kE8Dv1sN/B+Xn/Zj0K+BAAAAAABJRU5ErkJggg==\")"
|
|
36
|
+
},
|
|
37
|
+
"hover": {
|
|
38
|
+
"filter": {
|
|
39
|
+
"value": "opacity(80%)"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|