@conduction/theme 1.1.49 → 1.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/openCatalogi.yaml +19 -19
- package/.prettierrc +12 -12
- package/README.md +1 -0
- package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
- package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
- package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/baarn-design-tokens/LICENSE.md +17 -0
- package/municipalities/baarn-design-tokens/README.md +3 -0
- package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/baarn-design-tokens/package.json +41 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/color.tokens.json +227 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/font-size.tokens.json +50 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/size.tokens.json +17 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/typography.tokens.json +43 -0
- package/municipalities/baarn-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/baarn-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +45 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/baarn-design-tokens/src/config.json +73 -0
- package/municipalities/baarn-design-tokens/src/font.scss +39 -0
- package/municipalities/baarn-design-tokens/src/index.scss +8 -0
- package/municipalities/baarn-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/bct-design-tokens/src/font.js +8 -8
- package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
- package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/epe-design-tokens/src/font.js +6 -6
- package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/gouda-design-tokens/src/font.js +4 -4
- package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
- package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
- package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/leiden-design-tokens/src/font.js +6 -6
- package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
- package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
- package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
- package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
- package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
- package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
- package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
- package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
- package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
- package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
- package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zutphen-design-tokens/src/font.js +4 -4
- package/package.json +3 -2
- package/publiccode.yaml +83 -83
package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json
CHANGED
|
@@ -1,110 +1,110 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"button": {
|
|
4
|
-
"background-color": { "value": "{opencatalogi.color.base.green}" },
|
|
5
|
-
"border-color": {},
|
|
6
|
-
"border-radius": {},
|
|
7
|
-
"border-width": { "value": "0" },
|
|
8
|
-
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
9
|
-
"font-family": { "value": "{opencatalogi.typography.sans-serif.font-family}" },
|
|
10
|
-
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
11
|
-
"font-weight": { "value": "700" },
|
|
12
|
-
"inline-size": {},
|
|
13
|
-
"letter-spacing": {},
|
|
14
|
-
"line-height": {},
|
|
15
|
-
"min-block-size": {},
|
|
16
|
-
"min-inline-size": {},
|
|
17
|
-
"padding-block-end": { "value": "13px" },
|
|
18
|
-
"padding-block-start": { "value": "11px" },
|
|
19
|
-
"padding-inline-end": { "value": "16px" },
|
|
20
|
-
"padding-inline-start": { "value": "16px" },
|
|
21
|
-
"text-transform": {},
|
|
22
|
-
"active": {
|
|
23
|
-
"background-color": {},
|
|
24
|
-
"border-color": {},
|
|
25
|
-
"color": {}
|
|
26
|
-
},
|
|
27
|
-
"icon": {
|
|
28
|
-
"gap": {},
|
|
29
|
-
"size": {}
|
|
30
|
-
},
|
|
31
|
-
"hover": {
|
|
32
|
-
"background-color": { "value": "{opencatalogi.color.green.tint-02}" },
|
|
33
|
-
"border-color": {},
|
|
34
|
-
"color": {},
|
|
35
|
-
"scale": {}
|
|
36
|
-
},
|
|
37
|
-
"focus": {
|
|
38
|
-
"background-color": {},
|
|
39
|
-
"border-color": { "value": "{opencatalogi.color.base.black}" },
|
|
40
|
-
"color": {},
|
|
41
|
-
"scale": {}
|
|
42
|
-
},
|
|
43
|
-
"disabled": {
|
|
44
|
-
"background-color": { "value": "{opencatalogi.color.gray.tint-04}" },
|
|
45
|
-
"border-color": {},
|
|
46
|
-
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
|
|
47
|
-
},
|
|
48
|
-
"primary-action": {
|
|
49
|
-
"background-color": { "value": "{opencatalogi.color.base.magenta}" },
|
|
50
|
-
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
51
|
-
"hover": {
|
|
52
|
-
"background-color": { "value": "{opencatalogi.color.magenta.tint-02}" }
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"secondary-action": {
|
|
56
|
-
"background-color": { "value": "{opencatalogi.color.base.black}" },
|
|
57
|
-
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
58
|
-
"border-color": {},
|
|
59
|
-
"border-width": {},
|
|
60
|
-
"active": {
|
|
61
|
-
"background-color": {},
|
|
62
|
-
"border-color": {},
|
|
63
|
-
"color": {}
|
|
64
|
-
},
|
|
65
|
-
"disabled": {
|
|
66
|
-
"background-color": {},
|
|
67
|
-
"border-color": {},
|
|
68
|
-
"color": {}
|
|
69
|
-
},
|
|
70
|
-
"hover": {
|
|
71
|
-
"background-color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
72
|
-
"border-color": { "value": "none" },
|
|
73
|
-
"color": {}
|
|
74
|
-
},
|
|
75
|
-
"focus": {
|
|
76
|
-
"background-color": {},
|
|
77
|
-
"border-color": {},
|
|
78
|
-
"color": {}
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"subtle": {
|
|
82
|
-
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
83
|
-
"border-color": {},
|
|
84
|
-
"border-width": {},
|
|
85
|
-
"color": { "value": "{opencatalogi.color.base.green}" },
|
|
86
|
-
"font-weight": {},
|
|
87
|
-
"active": {
|
|
88
|
-
"background-color": {},
|
|
89
|
-
"border-color": {},
|
|
90
|
-
"color": {}
|
|
91
|
-
},
|
|
92
|
-
"disabled": {
|
|
93
|
-
"background-color": { "value": "{opencatalogi.color.gray.tint-04}" },
|
|
94
|
-
"border-color": {},
|
|
95
|
-
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
|
|
96
|
-
},
|
|
97
|
-
"hover": {
|
|
98
|
-
"background-color": {},
|
|
99
|
-
"border-color": {},
|
|
100
|
-
"color": { "value": "{opencatalogi.color.green.tint-03}" }
|
|
101
|
-
},
|
|
102
|
-
"focus": {
|
|
103
|
-
"background-color": {},
|
|
104
|
-
"border-color": {},
|
|
105
|
-
"color": {}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"button": {
|
|
4
|
+
"background-color": { "value": "{opencatalogi.color.base.green}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-radius": {},
|
|
7
|
+
"border-width": { "value": "0" },
|
|
8
|
+
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
9
|
+
"font-family": { "value": "{opencatalogi.typography.sans-serif.font-family}" },
|
|
10
|
+
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
11
|
+
"font-weight": { "value": "700" },
|
|
12
|
+
"inline-size": {},
|
|
13
|
+
"letter-spacing": {},
|
|
14
|
+
"line-height": {},
|
|
15
|
+
"min-block-size": {},
|
|
16
|
+
"min-inline-size": {},
|
|
17
|
+
"padding-block-end": { "value": "13px" },
|
|
18
|
+
"padding-block-start": { "value": "11px" },
|
|
19
|
+
"padding-inline-end": { "value": "16px" },
|
|
20
|
+
"padding-inline-start": { "value": "16px" },
|
|
21
|
+
"text-transform": {},
|
|
22
|
+
"active": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"color": {}
|
|
26
|
+
},
|
|
27
|
+
"icon": {
|
|
28
|
+
"gap": {},
|
|
29
|
+
"size": {}
|
|
30
|
+
},
|
|
31
|
+
"hover": {
|
|
32
|
+
"background-color": { "value": "{opencatalogi.color.green.tint-02}" },
|
|
33
|
+
"border-color": {},
|
|
34
|
+
"color": {},
|
|
35
|
+
"scale": {}
|
|
36
|
+
},
|
|
37
|
+
"focus": {
|
|
38
|
+
"background-color": {},
|
|
39
|
+
"border-color": { "value": "{opencatalogi.color.base.black}" },
|
|
40
|
+
"color": {},
|
|
41
|
+
"scale": {}
|
|
42
|
+
},
|
|
43
|
+
"disabled": {
|
|
44
|
+
"background-color": { "value": "{opencatalogi.color.gray.tint-04}" },
|
|
45
|
+
"border-color": {},
|
|
46
|
+
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
|
|
47
|
+
},
|
|
48
|
+
"primary-action": {
|
|
49
|
+
"background-color": { "value": "{opencatalogi.color.base.magenta}" },
|
|
50
|
+
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
51
|
+
"hover": {
|
|
52
|
+
"background-color": { "value": "{opencatalogi.color.magenta.tint-02}" }
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"secondary-action": {
|
|
56
|
+
"background-color": { "value": "{opencatalogi.color.base.black}" },
|
|
57
|
+
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
58
|
+
"border-color": {},
|
|
59
|
+
"border-width": {},
|
|
60
|
+
"active": {
|
|
61
|
+
"background-color": {},
|
|
62
|
+
"border-color": {},
|
|
63
|
+
"color": {}
|
|
64
|
+
},
|
|
65
|
+
"disabled": {
|
|
66
|
+
"background-color": {},
|
|
67
|
+
"border-color": {},
|
|
68
|
+
"color": {}
|
|
69
|
+
},
|
|
70
|
+
"hover": {
|
|
71
|
+
"background-color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
72
|
+
"border-color": { "value": "none" },
|
|
73
|
+
"color": {}
|
|
74
|
+
},
|
|
75
|
+
"focus": {
|
|
76
|
+
"background-color": {},
|
|
77
|
+
"border-color": {},
|
|
78
|
+
"color": {}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"subtle": {
|
|
82
|
+
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
83
|
+
"border-color": {},
|
|
84
|
+
"border-width": {},
|
|
85
|
+
"color": { "value": "{opencatalogi.color.base.green}" },
|
|
86
|
+
"font-weight": {},
|
|
87
|
+
"active": {
|
|
88
|
+
"background-color": {},
|
|
89
|
+
"border-color": {},
|
|
90
|
+
"color": {}
|
|
91
|
+
},
|
|
92
|
+
"disabled": {
|
|
93
|
+
"background-color": { "value": "{opencatalogi.color.gray.tint-04}" },
|
|
94
|
+
"border-color": {},
|
|
95
|
+
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
|
|
96
|
+
},
|
|
97
|
+
"hover": {
|
|
98
|
+
"background-color": {},
|
|
99
|
+
"border-color": {},
|
|
100
|
+
"color": { "value": "{opencatalogi.color.green.tint-03}" }
|
|
101
|
+
},
|
|
102
|
+
"focus": {
|
|
103
|
+
"background-color": {},
|
|
104
|
+
"border-color": {},
|
|
105
|
+
"color": {}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"code-block": {
|
|
4
|
-
"background-color": { "value": "{opencatalogi.color.gray.tint-01}" },
|
|
5
|
-
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
6
|
-
"font-family": {},
|
|
7
|
-
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
8
|
-
"line-height": {},
|
|
9
|
-
"margin-block-end": { "value": "24px" },
|
|
10
|
-
"margin-block-start": { "value": "24px" },
|
|
11
|
-
"margin-inline-end": {},
|
|
12
|
-
"margin-inline-start": {},
|
|
13
|
-
"padding-block-end": { "value": "24px" },
|
|
14
|
-
"padding-block-start": { "value": "24px" },
|
|
15
|
-
"padding-inline-end": {},
|
|
16
|
-
"padding-inline-start": { "value": "24px" }
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"code-block": {
|
|
4
|
+
"background-color": { "value": "{opencatalogi.color.gray.tint-01}" },
|
|
5
|
+
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
6
|
+
"font-family": {},
|
|
7
|
+
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": "24px" },
|
|
10
|
+
"margin-block-start": { "value": "24px" },
|
|
11
|
+
"margin-inline-end": {},
|
|
12
|
+
"margin-inline-start": {},
|
|
13
|
+
"padding-block-end": { "value": "24px" },
|
|
14
|
+
"padding-block-start": { "value": "24px" },
|
|
15
|
+
"padding-inline-end": {},
|
|
16
|
+
"padding-inline-start": { "value": "24px" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"document": {
|
|
4
|
-
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
5
|
-
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
6
|
-
"font-family": { "value": "{opencatalogi.typography.sans-serif.font-family}" },
|
|
7
|
-
"font-size": {
|
|
8
|
-
"value": "1rem",
|
|
9
|
-
"comment": "16px"
|
|
10
|
-
},
|
|
11
|
-
"line-height": {}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"document": {
|
|
4
|
+
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
5
|
+
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
6
|
+
"font-family": { "value": "{opencatalogi.typography.sans-serif.font-family}" },
|
|
7
|
+
"font-size": {
|
|
8
|
+
"value": "1rem",
|
|
9
|
+
"comment": "16px"
|
|
10
|
+
},
|
|
11
|
+
"line-height": {}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"figure": {
|
|
4
|
-
"margin-block-end": {},
|
|
5
|
-
"margin-block-start": {},
|
|
6
|
-
"caption": {
|
|
7
|
-
"color": { "value": "{opencatalogi.color.gray.tint-02}" },
|
|
8
|
-
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
9
|
-
"line-height": { "value": "28px" }
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"figure": {
|
|
4
|
+
"margin-block-end": {},
|
|
5
|
+
"margin-block-start": {},
|
|
6
|
+
"caption": {
|
|
7
|
+
"color": { "value": "{opencatalogi.color.gray.tint-02}" },
|
|
8
|
+
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
9
|
+
"line-height": { "value": "28px" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"form-control": {
|
|
4
|
-
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
5
|
-
"block-size": { "value": "46px", "comment": "48px - 2px border" },
|
|
6
|
-
"border-color": { "value": "{opencatalogi.color.gray.tint-08}" },
|
|
7
|
-
"border-radius": { "value": "0" },
|
|
8
|
-
"border-width": { "value": "1px" },
|
|
9
|
-
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
10
|
-
"font-family": { "value": "{opencatalogi.typography.sans-serif.font-family}" },
|
|
11
|
-
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
12
|
-
"line-height": { "value": "24px" },
|
|
13
|
-
"min-block-size": {},
|
|
14
|
-
"padding-block-end": { "value": "12px" },
|
|
15
|
-
"padding-block-start": { "value": "12px" },
|
|
16
|
-
"padding-inline-end": { "value": "16px" },
|
|
17
|
-
"padding-inline-start": { "value": "16px" },
|
|
18
|
-
"max-inline-size": { "value": "320px" },
|
|
19
|
-
"placeholder": {
|
|
20
|
-
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
|
|
21
|
-
},
|
|
22
|
-
"focus": {
|
|
23
|
-
"border-color": {}
|
|
24
|
-
},
|
|
25
|
-
"disabled": {
|
|
26
|
-
"background-color": { "value": "{opencatalogi.color.base.gray}" },
|
|
27
|
-
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-control": {
|
|
4
|
+
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
5
|
+
"block-size": { "value": "46px", "comment": "48px - 2px border" },
|
|
6
|
+
"border-color": { "value": "{opencatalogi.color.gray.tint-08}" },
|
|
7
|
+
"border-radius": { "value": "0" },
|
|
8
|
+
"border-width": { "value": "1px" },
|
|
9
|
+
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
10
|
+
"font-family": { "value": "{opencatalogi.typography.sans-serif.font-family}" },
|
|
11
|
+
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
12
|
+
"line-height": { "value": "24px" },
|
|
13
|
+
"min-block-size": {},
|
|
14
|
+
"padding-block-end": { "value": "12px" },
|
|
15
|
+
"padding-block-start": { "value": "12px" },
|
|
16
|
+
"padding-inline-end": { "value": "16px" },
|
|
17
|
+
"padding-inline-start": { "value": "16px" },
|
|
18
|
+
"max-inline-size": { "value": "320px" },
|
|
19
|
+
"placeholder": {
|
|
20
|
+
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
|
|
21
|
+
},
|
|
22
|
+
"focus": {
|
|
23
|
+
"border-color": {}
|
|
24
|
+
},
|
|
25
|
+
"disabled": {
|
|
26
|
+
"background-color": { "value": "{opencatalogi.color.base.gray}" },
|
|
27
|
+
"color": { "value": "{opencatalogi.color.gray.tint-09}" }
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"form-field-description": {
|
|
4
|
-
"color": {},
|
|
5
|
-
"font-family": {},
|
|
6
|
-
"font-size": { "value": "{opencatalogi.typography.scale.sm.font-size}" },
|
|
7
|
-
"font-style": {},
|
|
8
|
-
"margin-block-start": {},
|
|
9
|
-
"margin-block-end": {},
|
|
10
|
-
"valid": {
|
|
11
|
-
"color": { "value": "{opencatalogi.color.green.tint-02}" }
|
|
12
|
-
},
|
|
13
|
-
"invalid": {
|
|
14
|
-
"color": { "value": "#B53322" }
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field-description": {
|
|
4
|
+
"color": {},
|
|
5
|
+
"font-family": {},
|
|
6
|
+
"font-size": { "value": "{opencatalogi.typography.scale.sm.font-size}" },
|
|
7
|
+
"font-style": {},
|
|
8
|
+
"margin-block-start": {},
|
|
9
|
+
"margin-block-end": {},
|
|
10
|
+
"valid": {
|
|
11
|
+
"color": { "value": "{opencatalogi.color.green.tint-02}" }
|
|
12
|
+
},
|
|
13
|
+
"invalid": {
|
|
14
|
+
"color": { "value": "#B53322" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"form-field": {
|
|
4
|
-
"margin-block-start": {},
|
|
5
|
-
"margin-block-end": {}
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field": {
|
|
4
|
+
"margin-block-start": {},
|
|
5
|
+
"margin-block-end": {}
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"form-fieldset": {
|
|
4
|
-
"margin-block-start": { "value": "40px" },
|
|
5
|
-
"margin-block-end": {},
|
|
6
|
-
"invalid": {
|
|
7
|
-
"border-inline-start-color": {
|
|
8
|
-
"color": {}
|
|
9
|
-
},
|
|
10
|
-
"border-inline-start-width": {},
|
|
11
|
-
"padding-inline-start": {}
|
|
12
|
-
},
|
|
13
|
-
"section": {
|
|
14
|
-
"background-color": {},
|
|
15
|
-
"color": {}
|
|
16
|
-
},
|
|
17
|
-
"legend": {
|
|
18
|
-
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
19
|
-
"font-family": {},
|
|
20
|
-
"font-size": { "value": "{opencatalogi.typography.scale.xl.font-size}" },
|
|
21
|
-
"font-weight": { "value": "{opencatalogi.typography.weight-scale.bold.font-weight}" },
|
|
22
|
-
"line-height": { "value": "{opencatalogi.typography.scale.xl.line-height}" },
|
|
23
|
-
"margin-block-end": {},
|
|
24
|
-
"margin-block-start": {},
|
|
25
|
-
"text-transform": {},
|
|
26
|
-
"disabled": {
|
|
27
|
-
"color": {}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-fieldset": {
|
|
4
|
+
"margin-block-start": { "value": "40px" },
|
|
5
|
+
"margin-block-end": {},
|
|
6
|
+
"invalid": {
|
|
7
|
+
"border-inline-start-color": {
|
|
8
|
+
"color": {}
|
|
9
|
+
},
|
|
10
|
+
"border-inline-start-width": {},
|
|
11
|
+
"padding-inline-start": {}
|
|
12
|
+
},
|
|
13
|
+
"section": {
|
|
14
|
+
"background-color": {},
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"legend": {
|
|
18
|
+
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
19
|
+
"font-family": {},
|
|
20
|
+
"font-size": { "value": "{opencatalogi.typography.scale.xl.font-size}" },
|
|
21
|
+
"font-weight": { "value": "{opencatalogi.typography.weight-scale.bold.font-weight}" },
|
|
22
|
+
"line-height": { "value": "{opencatalogi.typography.scale.xl.line-height}" },
|
|
23
|
+
"margin-block-end": {},
|
|
24
|
+
"margin-block-start": {},
|
|
25
|
+
"text-transform": {},
|
|
26
|
+
"disabled": {
|
|
27
|
+
"color": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"form-label": {
|
|
4
|
-
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
5
|
-
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
6
|
-
"font-weight": { "value": "{opencatalogi.typography.weight-scale.bold.font-weight}" },
|
|
7
|
-
"checkbox": {
|
|
8
|
-
"color": {},
|
|
9
|
-
"font-weight": { "value": "{opencatalogi.typography.weight-scale.normal.font-weight}" }
|
|
10
|
-
},
|
|
11
|
-
"checked": {
|
|
12
|
-
"font-weight": {}
|
|
13
|
-
},
|
|
14
|
-
"disabled": {
|
|
15
|
-
"color": {}
|
|
16
|
-
},
|
|
17
|
-
"radio": {
|
|
18
|
-
"color": {},
|
|
19
|
-
"font-weight": { "value": "{opencatalogi.typography.weight-scale.normal.font-weight}" }
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-label": {
|
|
4
|
+
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
5
|
+
"font-size": { "value": "{opencatalogi.typography.scale.md.font-size}" },
|
|
6
|
+
"font-weight": { "value": "{opencatalogi.typography.weight-scale.bold.font-weight}" },
|
|
7
|
+
"checkbox": {
|
|
8
|
+
"color": {},
|
|
9
|
+
"font-weight": { "value": "{opencatalogi.typography.weight-scale.normal.font-weight}" }
|
|
10
|
+
},
|
|
11
|
+
"checked": {
|
|
12
|
+
"font-weight": {}
|
|
13
|
+
},
|
|
14
|
+
"disabled": {
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"radio": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-weight": { "value": "{opencatalogi.typography.weight-scale.normal.font-weight}" }
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"form-select": {
|
|
4
|
-
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
5
|
-
"border-color": {},
|
|
6
|
-
"border-width": { "value": "1px" },
|
|
7
|
-
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
8
|
-
"font-size": {},
|
|
9
|
-
"max-inline-size": { "value": "100%" },
|
|
10
|
-
"padding-block-end": {},
|
|
11
|
-
"padding-block-start": {},
|
|
12
|
-
"padding-inline-end": {},
|
|
13
|
-
"padding-inline-start": {}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-select": {
|
|
4
|
+
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-width": { "value": "1px" },
|
|
7
|
+
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
8
|
+
"font-size": {},
|
|
9
|
+
"max-inline-size": { "value": "100%" },
|
|
10
|
+
"padding-block-end": {},
|
|
11
|
+
"padding-block-start": {},
|
|
12
|
+
"padding-inline-end": {},
|
|
13
|
+
"padding-inline-start": {}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"heading-1": {
|
|
4
|
-
"color": {},
|
|
5
|
-
"font-family": {},
|
|
6
|
-
"font-size": { "value": "{opencatalogi.typography.scale.6xl.font-size}" },
|
|
7
|
-
"font-weight": {},
|
|
8
|
-
"line-height": { "value": "{opencatalogi.typography.scale.6xl.line-height}" },
|
|
9
|
-
"margin-block-end": {},
|
|
10
|
-
"margin-block-start": {}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"heading-1": {
|
|
4
|
+
"color": {},
|
|
5
|
+
"font-family": {},
|
|
6
|
+
"font-size": { "value": "{opencatalogi.typography.scale.6xl.font-size}" },
|
|
7
|
+
"font-weight": {},
|
|
8
|
+
"line-height": { "value": "{opencatalogi.typography.scale.6xl.line-height}" },
|
|
9
|
+
"margin-block-end": {},
|
|
10
|
+
"margin-block-start": {}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"heading-2": {
|
|
4
|
-
"color": {},
|
|
5
|
-
"font-family": {},
|
|
6
|
-
"font-size": { "value": "{opencatalogi.typography.scale.5xl.font-size}" },
|
|
7
|
-
"font-weight": {},
|
|
8
|
-
"line-height": { "value": "{opencatalogi.typography.scale.5xl.line-height}" },
|
|
9
|
-
"margin-block-end": {},
|
|
10
|
-
"margin-block-start": {}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"heading-2": {
|
|
4
|
+
"color": {},
|
|
5
|
+
"font-family": {},
|
|
6
|
+
"font-size": { "value": "{opencatalogi.typography.scale.5xl.font-size}" },
|
|
7
|
+
"font-weight": {},
|
|
8
|
+
"line-height": { "value": "{opencatalogi.typography.scale.5xl.line-height}" },
|
|
9
|
+
"margin-block-end": {},
|
|
10
|
+
"margin-block-start": {}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|