@conduction/theme 1.1.57 → 1.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +206 -205
- package/conduction-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
- package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
- package/conduction-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
- package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
- package/conduction-design-tokens/src/component/tilburg/header.tokens.json +12 -12
- package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
- package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
- package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
- package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -47
- package/municipalities/almere-design-tokens/LICENSE.md +17 -0
- package/municipalities/almere-design-tokens/README.md +3 -0
- package/municipalities/almere-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/almere-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/almere-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/almere-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/almere-design-tokens/package.json +40 -0
- package/municipalities/almere-design-tokens/src/brand/almere/color.tokens.json +173 -0
- package/municipalities/almere-design-tokens/src/brand/almere/font-size.tokens.json +54 -0
- package/municipalities/almere-design-tokens/src/brand/almere/size.tokens.json +17 -0
- package/municipalities/almere-design-tokens/src/brand/almere/typography.tokens.json +43 -0
- package/municipalities/almere-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/almere-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/almere-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/almere-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/almere-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/almere-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/almere-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/almere-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/almere-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/breadcrumb.tokens.json +45 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +27 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +40 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +27 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/heading.tokens.json +58 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/almere-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/almere-design-tokens/src/config.json +73 -0
- package/municipalities/almere-design-tokens/src/font.scss +108 -0
- package/municipalities/almere-design-tokens/src/index.scss +8 -0
- package/municipalities/almere-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +44 -44
- package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -47
- package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/bct-design-tokens/LICENSE.md +17 -17
- package/municipalities/bct-design-tokens/README.md +3 -3
- package/municipalities/bct-design-tokens/package.json +40 -40
- package/municipalities/bct-design-tokens/src/brand/bct/color.tokens.json +137 -137
- package/municipalities/bct-design-tokens/src/brand/bct/font-size.tokens.json +50 -50
- package/municipalities/bct-design-tokens/src/brand/bct/size.tokens.json +17 -17
- package/municipalities/bct-design-tokens/src/brand/bct/typography.tokens.json +45 -45
- package/municipalities/bct-design-tokens/src/common/utrecht/action.tokens.json +9 -9
- package/municipalities/bct-design-tokens/src/common/utrecht/space.tokens.json +28 -28
- package/municipalities/bct-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
- package/municipalities/bct-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
- package/municipalities/bct-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
- package/municipalities/bct-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
- package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/bct-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
- package/municipalities/bct-design-tokens/src/component/conduction/select.tokens.json +39 -39
- package/municipalities/bct-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
- package/municipalities/bct-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
- package/municipalities/bct-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
- package/municipalities/bct-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
- package/municipalities/bct-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
- package/municipalities/bct-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
- package/municipalities/bct-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
- package/municipalities/bct-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
- package/municipalities/bct-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
- package/municipalities/bct-design-tokens/src/component/utrecht/button.tokens.json +152 -152
- package/municipalities/bct-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
- package/municipalities/bct-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
- package/municipalities/bct-design-tokens/src/component/utrecht/code.tokens.json +26 -26
- package/municipalities/bct-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
- package/municipalities/bct-design-tokens/src/component/utrecht/document.tokens.json +12 -12
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
- package/municipalities/bct-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
- package/municipalities/bct-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
- package/municipalities/bct-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
- package/municipalities/bct-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
- package/municipalities/bct-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
- package/municipalities/bct-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
- package/municipalities/bct-design-tokens/src/component/utrecht/link.tokens.json +33 -33
- package/municipalities/bct-design-tokens/src/component/utrecht/list.tokens.json +31 -31
- package/municipalities/bct-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
- package/municipalities/bct-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
- package/municipalities/bct-design-tokens/src/component/utrecht/page.tokens.json +11 -11
- package/municipalities/bct-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
- package/municipalities/bct-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
- package/municipalities/bct-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
- package/municipalities/bct-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
- package/municipalities/bct-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
- package/municipalities/bct-design-tokens/src/component/utrecht/table.tokens.json +60 -60
- package/municipalities/bct-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/bct-design-tokens/src/config.json +73 -73
- package/municipalities/bct-design-tokens/src/font.scss +385 -385
- package/municipalities/bct-design-tokens/src/index.scss +8 -8
- package/municipalities/bct-design-tokens/style-dictionary.config.js +6 -6
- package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
- package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
- package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -35
- package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -96
- package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
- package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
- package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -12
- package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
- package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
- package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
- package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
- package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -47
- package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/buren-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/buren-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/buren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/buren-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/buren-design-tokens/src/component/conduction/logo.tokens.json +38 -38
- package/municipalities/buren-design-tokens/src/component/conduction/pagination.tokens.json +97 -97
- package/municipalities/buren-design-tokens/src/component/utrecht/select.tokens.json +47 -47
- package/municipalities/buren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dimpact-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
- package/municipalities/dimpact-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
- package/municipalities/dimpact-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
- package/municipalities/dimpact-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
- package/municipalities/dimpact-design-tokens/src/component/tilburg/header.tokens.json +12 -12
- package/municipalities/dimpact-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
- package/municipalities/dimpact-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
- package/municipalities/ede-design-tokens/LICENSE.md +17 -17
- package/municipalities/ede-design-tokens/README.md +3 -3
- package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/ede-design-tokens/package.json +40 -40
- package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -138
- package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -50
- package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -17
- package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -40
- package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -9
- package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -28
- package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -30
- package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
- package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
- package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
- package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
- package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -39
- package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
- package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
- package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
- package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
- package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
- package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
- package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
- package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
- package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
- package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -152
- package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
- package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
- package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -26
- package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
- package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -12
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
- package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
- package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
- package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
- package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
- package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
- package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
- package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
- package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -33
- package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -31
- package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
- package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
- package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -11
- package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
- package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
- package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
- package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
- package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
- package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -60
- package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
- package/municipalities/ede-design-tokens/src/config.json +73 -73
- package/municipalities/ede-design-tokens/src/index.scss +7 -7
- package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -6
- package/municipalities/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
- package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
- package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
- package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
- package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -12
- package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
- package/municipalities/helmond-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
- package/municipalities/helmond-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
- package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
- package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -47
- package/municipalities/helmond-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/hof-van-twente-design-tokens/LICENSE.md +17 -17
- package/municipalities/hof-van-twente-design-tokens/README.md +3 -3
- package/municipalities/hof-van-twente-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/hof-van-twente-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/hof-van-twente-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/hof-van-twente-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/hof-van-twente-design-tokens/package.json +42 -42
- package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/color.tokens.json +147 -147
- package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/font-size.tokens.json +50 -50
- package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/size.tokens.json +17 -17
- package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/typography.tokens.json +50 -50
- package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/action.tokens.json +9 -9
- package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/space.tokens.json +28 -28
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-header.tokens.json +32 -32
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/navigation.tokens.json +94 -94
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/select.tokens.json +39 -39
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
- package/municipalities/hof-van-twente-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
- package/municipalities/hof-van-twente-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/breadcrumb.tokens.json +43 -43
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/button.tokens.json +152 -152
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/code.tokens.json +26 -26
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/document.tokens.json +12 -12
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -22
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -15
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +25 -25
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/link.tokens.json +33 -33
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/list.tokens.json +31 -31
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page.tokens.json +11 -11
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/table.tokens.json +60 -60
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
- package/municipalities/hof-van-twente-design-tokens/src/config.json +73 -73
- package/municipalities/hof-van-twente-design-tokens/src/font.js +10 -10
- package/municipalities/hof-van-twente-design-tokens/src/font.scss +421 -421
- package/municipalities/hof-van-twente-design-tokens/src/index.scss +8 -8
- package/municipalities/hof-van-twente-design-tokens/style-dictionary.config.js +6 -6
- package/municipalities/lansingerland-design-tokens/LICENSE.md +17 -17
- package/municipalities/lansingerland-design-tokens/README.md +3 -3
- package/municipalities/lansingerland-design-tokens/package.json +41 -41
- package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/color.tokens.json +150 -150
- package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/font-size.tokens.json +50 -50
- package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/size.tokens.json +17 -17
- package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/typography.tokens.json +40 -40
- package/municipalities/lansingerland-design-tokens/src/common/utrecht/action.tokens.json +9 -9
- package/municipalities/lansingerland-design-tokens/src/common/utrecht/space.tokens.json +28 -28
- package/municipalities/lansingerland-design-tokens/src/component/conduction/card-header.tokens.json +34 -34
- package/municipalities/lansingerland-design-tokens/src/component/conduction/card-wrapper.tokens.json +37 -37
- package/municipalities/lansingerland-design-tokens/src/component/conduction/checkbox.tokens.json +72 -72
- package/municipalities/lansingerland-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
- package/municipalities/lansingerland-design-tokens/src/component/conduction/navigation.tokens.json +104 -104
- package/municipalities/lansingerland-design-tokens/src/component/conduction/select.tokens.json +39 -39
- package/municipalities/lansingerland-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
- package/municipalities/lansingerland-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
- package/municipalities/lansingerland-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
- package/municipalities/lansingerland-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
- package/municipalities/lansingerland-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/button.tokens.json +152 -152
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/code.tokens.json +26 -26
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/document.tokens.json +12 -12
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +35 -35
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/link.tokens.json +33 -33
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/list.tokens.json +31 -31
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/page.tokens.json +11 -11
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/table.tokens.json +60 -60
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/lansingerland-design-tokens/src/config.json +73 -73
- package/municipalities/lansingerland-design-tokens/src/index.scss +7 -7
- package/municipalities/lansingerland-design-tokens/style-dictionary.config.js +6 -6
- package/municipalities/migrato-design-tokens/LICENSE.md +17 -17
- package/municipalities/migrato-design-tokens/README.md +3 -3
- package/municipalities/migrato-design-tokens/package.json +40 -40
- package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -150
- package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -50
- package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -17
- package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -45
- package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -9
- package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -28
- package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
- package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
- package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -71
- package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
- package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
- package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -39
- package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
- package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
- package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
- package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
- package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
- package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
- package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -7
- package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
- package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
- package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
- package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
- package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
- package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
- package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
- package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -152
- package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
- package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
- package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -26
- package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
- package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -12
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -10
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -39
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
- package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
- package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
- package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
- package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -33
- package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -31
- package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
- package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
- package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -11
- package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
- package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
- package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
- package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
- package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
- package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -60
- package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/migrato-design-tokens/src/config.json +73 -73
- package/municipalities/migrato-design-tokens/src/font.scss +6 -6
- package/municipalities/migrato-design-tokens/src/index.scss +8 -8
- package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -6
- package/municipalities/moerdijk-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/moerdijk-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/moerdijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/moerdijk-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/moerdijk-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/moerdijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/moerdijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/moerdijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
- package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -17
- package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -3
- package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -42
- package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -142
- package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -50
- package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -17
- package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -40
- package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -9
- package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -28
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -29
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -149
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -34
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -33
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -69
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -28
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +38 -38
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -88
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -39
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -21
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -85
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -17
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -107
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -31
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -12
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/footer.tokens.json +15 -15
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/header.tokens.json +12 -12
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -35
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -68
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -46
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -13
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -8
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -27
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -44
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -152
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -80
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -57
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -26
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -28
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -12
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -36
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -9
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -13
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -26
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -7
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -10
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -40
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -15
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -14
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -9
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -24
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -37
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -26
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -15
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -17
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -34
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -23
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -49
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -12
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -33
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -31
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -13
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -10
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -11
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -25
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -68
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -47
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -16
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -24
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -8
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -60
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -35
- package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -73
- package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -57
- package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -8
- package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -6
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/header.tokens.json +7 -7
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
- package/municipalities/soest-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/soest-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/soest-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/soest-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/soest-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/soest-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/soest-design-tokens/src/component/utrecht/select.tokens.json +47 -47
- package/municipalities/soest-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/stichtse-vecht-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/stichtse-vecht-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/stichtse-vecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/stichtse-vecht-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/logo.tokens.json +21 -21
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/select.tokens.json +47 -47
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/package.json +59 -58
package/README.md
CHANGED
|
@@ -1,205 +1,206 @@
|
|
|
1
|
-
# conduction-theme
|
|
2
|
-
|
|
3
|
-
Conduction's design tokens theme
|
|
4
|
-
|
|
5
|
-
## Changelog
|
|
6
|
-
|
|
7
|
-
- **Version 1.1 (breaking changes from 1.0.x)**
|
|
8
|
-
|
|
9
|
-
- 1.1.
|
|
10
|
-
|
|
11
|
-
- Updated
|
|
12
|
-
|
|
13
|
-
- 1.1.
|
|
14
|
-
- 1.1.
|
|
15
|
-
- 1.1.
|
|
16
|
-
|
|
17
|
-
- Added
|
|
18
|
-
|
|
19
|
-
- 1.1.
|
|
20
|
-
- 1.1.
|
|
21
|
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
- 1.1.
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
- 1.1.
|
|
32
|
-
- 1.1.
|
|
33
|
-
- 1.1.
|
|
34
|
-
- 1.1.
|
|
35
|
-
- 1.1.
|
|
36
|
-
- 1.1.
|
|
37
|
-
- 1.1.
|
|
38
|
-
|
|
39
|
-
-
|
|
40
|
-
- Updated navigation tokens in
|
|
41
|
-
- Updated
|
|
42
|
-
|
|
43
|
-
- 1.1.
|
|
44
|
-
- 1.1.
|
|
45
|
-
- 1.1.
|
|
46
|
-
|
|
47
|
-
- Added
|
|
48
|
-
|
|
49
|
-
- 1.1.
|
|
50
|
-
- 1.1.
|
|
51
|
-
- 1.1.
|
|
52
|
-
- 1.1.
|
|
53
|
-
|
|
54
|
-
- Added
|
|
55
|
-
- Added
|
|
56
|
-
|
|
57
|
-
- 1.1.
|
|
58
|
-
- 1.1.
|
|
59
|
-
- 1.1.
|
|
60
|
-
- 1.1.
|
|
61
|
-
- 1.1.
|
|
62
|
-
|
|
63
|
-
-
|
|
64
|
-
- Updated
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
- Added
|
|
68
|
-
-
|
|
69
|
-
|
|
70
|
-
- 1.1.
|
|
71
|
-
- 1.1.
|
|
72
|
-
- 1.1.
|
|
73
|
-
- 1.1.
|
|
74
|
-
- 1.1.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
- Updated
|
|
79
|
-
-
|
|
80
|
-
|
|
81
|
-
- 1.1.
|
|
82
|
-
- 1.1.
|
|
83
|
-
- 1.1.
|
|
84
|
-
- 1.1.
|
|
85
|
-
- 1.1.
|
|
86
|
-
- 1.1.
|
|
87
|
-
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
- 1.1.1: Added
|
|
91
|
-
- 1.1.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
- 1.0.
|
|
100
|
-
|
|
101
|
-
-
|
|
102
|
-
|
|
103
|
-
- 1.0.
|
|
104
|
-
- 1.0.
|
|
105
|
-
- 1.0.
|
|
106
|
-
|
|
107
|
-
- Added
|
|
108
|
-
- Added
|
|
109
|
-
|
|
110
|
-
- 1.0.
|
|
111
|
-
|
|
112
|
-
- Added
|
|
113
|
-
|
|
114
|
-
- 1.0.
|
|
115
|
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
- 1.0.
|
|
120
|
-
- 1.0.
|
|
121
|
-
- 1.0.
|
|
122
|
-
- 1.0.
|
|
123
|
-
- 1.0.
|
|
124
|
-
|
|
125
|
-
- Added
|
|
126
|
-
|
|
127
|
-
- 1.0.
|
|
128
|
-
|
|
129
|
-
- Updated
|
|
130
|
-
-
|
|
131
|
-
|
|
132
|
-
- 1.0.
|
|
133
|
-
- 1.0.
|
|
134
|
-
- 1.0.
|
|
135
|
-
- 1.0.
|
|
136
|
-
- 1.0.
|
|
137
|
-
|
|
138
|
-
-
|
|
139
|
-
|
|
140
|
-
- 1.0.
|
|
141
|
-
- 1.0.
|
|
142
|
-
- 1.0.
|
|
143
|
-
- 1.0.
|
|
144
|
-
- 1.0.
|
|
145
|
-
- 1.0.
|
|
146
|
-
- 1.0.
|
|
147
|
-
|
|
148
|
-
-
|
|
149
|
-
- Updated
|
|
150
|
-
|
|
151
|
-
- 1.0.
|
|
152
|
-
|
|
153
|
-
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
-
|
|
160
|
-
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
- Updated
|
|
164
|
-
- Updated
|
|
165
|
-
- Updated
|
|
166
|
-
|
|
167
|
-
- 1.0.
|
|
168
|
-
- 1.0.
|
|
169
|
-
|
|
170
|
-
-
|
|
171
|
-
- Set custom
|
|
172
|
-
- Set custom
|
|
173
|
-
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
- Added
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
-
|
|
186
|
-
|
|
187
|
-
- 1.0.
|
|
188
|
-
- 1.0.
|
|
189
|
-
- 1.0.
|
|
190
|
-
- 1.0.
|
|
191
|
-
- 1.0.
|
|
192
|
-
- 1.0.
|
|
193
|
-
|
|
194
|
-
- Added
|
|
195
|
-
- Added
|
|
196
|
-
- Added
|
|
197
|
-
|
|
198
|
-
- 1.0.
|
|
199
|
-
- 1.0.
|
|
200
|
-
- 1.0.
|
|
201
|
-
- 1.0.
|
|
202
|
-
- 1.0.
|
|
203
|
-
- 1.0.
|
|
204
|
-
- 1.0.
|
|
205
|
-
- 1.0.
|
|
1
|
+
# conduction-theme
|
|
2
|
+
|
|
3
|
+
Conduction's design tokens theme
|
|
4
|
+
|
|
5
|
+
## Changelog
|
|
6
|
+
|
|
7
|
+
- **Version 1.1 (breaking changes from 1.0.x)**
|
|
8
|
+
|
|
9
|
+
- 1.1.58: Added Almere theme.
|
|
10
|
+
- 1.1.57:
|
|
11
|
+
- Updated footer tokens of Conduction and Buren.
|
|
12
|
+
- Updated primary color of Buren.
|
|
13
|
+
- 1.1.56: Added Buren theme.
|
|
14
|
+
- 1.1.54 / 1.1.55: Updated Soest logo.
|
|
15
|
+
- 1.1.53: Updated Hof van Twente theme to V2
|
|
16
|
+
- 1.1.52:
|
|
17
|
+
- Added Soest theme
|
|
18
|
+
- Added Stichtse Vecht theme.
|
|
19
|
+
- 1.1.51: Updated BCT logo.
|
|
20
|
+
- 1.1.50: Added Baarn theme.
|
|
21
|
+
- 1.1.49:
|
|
22
|
+
- Updated Helmond theme
|
|
23
|
+
- Added Beek theme.
|
|
24
|
+
- 1.1.48:
|
|
25
|
+
- Updated process-step tokens in Conduction theme.
|
|
26
|
+
- Added Helmond theme
|
|
27
|
+
- 1.1.47: Updated tilburg footer icon color.
|
|
28
|
+
- 1.1.46:
|
|
29
|
+
- Updated dimpact-theme.
|
|
30
|
+
- Added Tilburg footer and header tokens to Oude Ijsseltreek and Conduction theme
|
|
31
|
+
- 1.1.45: Updated card header color in Oude IJsselstreek theme.
|
|
32
|
+
- 1.1.44: Updated footer logo in Oude IJsselstreek theme.
|
|
33
|
+
- 1.1.43: Added Oude IJsselstreek theme.
|
|
34
|
+
- 1.1.42: Added Migrato theme.
|
|
35
|
+
- 1.1.41: Added Ede theme.
|
|
36
|
+
- 1.1.40: Added Tilburg tokens to Rotterdam theme.
|
|
37
|
+
- 1.1.39: Added v1 version of BCT theme.
|
|
38
|
+
- 1.1.38:
|
|
39
|
+
- Added Lansingerland theme.
|
|
40
|
+
- Updated navigation tokens in Hof van Twente theme.
|
|
41
|
+
- Updated navigation tokens in Gouda theme.
|
|
42
|
+
- Updated link tokens in all themes.
|
|
43
|
+
- 1.1.37: Updated font-sizes in Roosendaal theme.
|
|
44
|
+
- 1.1.36: Added Hof van Twente theme.
|
|
45
|
+
- 1.1.35: Added FormField, FormLabel, Data-list and Process-step tokens to all other themes.
|
|
46
|
+
- 1.1.34:
|
|
47
|
+
- Added Moerdijk theme.
|
|
48
|
+
- Added FormField, FormLabel, Data-list and Process-steps to conduction theme.
|
|
49
|
+
- 1.1.33: Added FormField, FormLabel, Data-list and Process-step tokens to Leiden theme.
|
|
50
|
+
- 1.1.32: Updated logo's in various themes.
|
|
51
|
+
- 1.1.31: Updated Conduction logo.
|
|
52
|
+
- 1.1.30: Updated logo from url to data: in all themes.
|
|
53
|
+
- 1.1.29:
|
|
54
|
+
- Added Calender tokens to all themes.
|
|
55
|
+
- Added Utrecht checkbox tokens to all themes.
|
|
56
|
+
- Added spotlicht-section tokens to all themes.
|
|
57
|
+
- 1.1.28: Added Gooise Meren theme.
|
|
58
|
+
- 1.1.27: Updated logo in Zupthen theme.
|
|
59
|
+
- 1.1.26: Updated logo in Roosendaal theme.
|
|
60
|
+
- 1.1.25: Added Roosendaal theme.
|
|
61
|
+
- 1.1.24: Updated logo in Dimpact theme.
|
|
62
|
+
- 1.1.23:
|
|
63
|
+
- Added utrecht Calendar and Checkbox tokens to Leiden theme.
|
|
64
|
+
- Updated Leiden theme.
|
|
65
|
+
- Updated logo in Open-Webconcept theme.
|
|
66
|
+
- 1.1.22:
|
|
67
|
+
- Added skip-link tokens in all themes.
|
|
68
|
+
- Added focus tokens in all themes.
|
|
69
|
+
- Refactored all font-sizes from px to rem in all themes.
|
|
70
|
+
- 1.1.21: Fixed minor css parse errors.
|
|
71
|
+
- 1.1.20: Updated Open-Webconcept logo.
|
|
72
|
+
- 1.1.19: Fixed hex color code in Open-Webconcept theme.
|
|
73
|
+
- 1.1.18: Removed empty variables in all themes.
|
|
74
|
+
- 1.1.16 / 1.1.17: Updated Open-Webconcept logo.
|
|
75
|
+
- 1.1.14 / 1.1.15:
|
|
76
|
+
- Added postinstall to package.json.
|
|
77
|
+
- 1.1.13:
|
|
78
|
+
- Updated Sloterburg primary color.
|
|
79
|
+
- Updated Conduction form-input placholder color.
|
|
80
|
+
- Removed dist folder from all themes.
|
|
81
|
+
- 1.1.12: Added dist folder to all themes.
|
|
82
|
+
- 1.1.11: ReAdded Zuiddrecht theme.
|
|
83
|
+
- 1.1.10: Removed Zuiddrecht theme.
|
|
84
|
+
- 1.1.9: Removed warnings in Zuiddrecht theme.
|
|
85
|
+
- 1.1.6 / 1.1.7 / 1.1.8: Added Zuiddrecht theme.
|
|
86
|
+
- 1.1.5: Added Gouda theme.
|
|
87
|
+
- 1.1.4:
|
|
88
|
+
- Added disabled Button tokens in all themes.
|
|
89
|
+
- Updated Navigation tokens in all themes.
|
|
90
|
+
- 1.1.2 / 1.1.3: Added Sloterburg theme.
|
|
91
|
+
- 1.1.1: Added Zutphen theme.
|
|
92
|
+
- 1.1.0: Removed old Conduction, Leiden and XXLLNC theme files.
|
|
93
|
+
|
|
94
|
+
- **Version 1**
|
|
95
|
+
|
|
96
|
+
- 1.0.62:
|
|
97
|
+
- Updated themes to NL-Design repo.
|
|
98
|
+
- Added publiccode.
|
|
99
|
+
- 1.0.61: Updated OpenCatalogi theme tokens.
|
|
100
|
+
- 1.0.60:
|
|
101
|
+
- Removed opacity token from tooltip tokens in all themes.
|
|
102
|
+
- Added OpenCatalogi theme based on Rotterdam theme.
|
|
103
|
+
- 1.0.59: Updated radio-button tokens in Rotterdam theme.
|
|
104
|
+
- 1.0.58: Added radio-button tokens in all themes.
|
|
105
|
+
- 1.0.57: Added navbar to logo tokens in all themes.
|
|
106
|
+
- 1.0.56:
|
|
107
|
+
- Added DownloadCard tokens to all themes.
|
|
108
|
+
- Added Checkbox tokens to all themes.
|
|
109
|
+
- Added DataBadge/Badge tokens to all themes.
|
|
110
|
+
- 1.0.55: Added CommongGround theme.
|
|
111
|
+
- 1.0.54:
|
|
112
|
+
- Added ToolTip tokens to all themes.
|
|
113
|
+
- Added OpenCatalogi Rating tokens to all themes.
|
|
114
|
+
- 1.0.53: Added Conduction Logo tokens.
|
|
115
|
+
- 1.0.52:
|
|
116
|
+
- Updated table tokens for Noordwijk theme.
|
|
117
|
+
- Added Footer content tokens to all themes.
|
|
118
|
+
- Updated breadcrumb tokens for Conduction theme.
|
|
119
|
+
- 1.0.51: Added mobile tokens to footer-background-image in all themes.
|
|
120
|
+
- 1.0.50: Updated select tokens in all themes.
|
|
121
|
+
- 1.0.49: Updated Table-row hover color in Noordwijk theme.
|
|
122
|
+
- 1.0.48: Updated Page-Footer tokens in all themes.
|
|
123
|
+
- 1.0.47: Updated Pagination tokens in all themes.
|
|
124
|
+
- 1.0.46:
|
|
125
|
+
- Added border-collapse to table in all themes.
|
|
126
|
+
- Added table row hover and updated footer in Epe theme.
|
|
127
|
+
- 1.0.45: Updated card-header border-bottom width for Epe theme
|
|
128
|
+
- 1.0.44:
|
|
129
|
+
- Updated card-header border bottom and logo with in Epe theme.
|
|
130
|
+
- Updated font-sizes in Noaberkracht theme.
|
|
131
|
+
- Added table row hover color in Noordwijk theme.
|
|
132
|
+
- 1.0.43: Updated breadcrumb tokens and added navigation tokens to all themes.
|
|
133
|
+
- 1.0.42: Added Utrecht Separator tokens to all themes.
|
|
134
|
+
- 1.0.41: Added Dimpact theme.
|
|
135
|
+
- 1.0.40: Added Open Webconcept theme.
|
|
136
|
+
- 1.0.39: Added breadcrumb tokens to all themes.
|
|
137
|
+
- 1.0.38:
|
|
138
|
+
- Added table-wrapper-tokens to all themes.
|
|
139
|
+
- Updated tabs tokens in all themes.
|
|
140
|
+
- 1.0.37: Updated all themes to correct way of working.
|
|
141
|
+
- 1.0.36: Added Badge-counter and Tabs tokens to all themes.
|
|
142
|
+
- 1.0.34 / 1.0.35: Rotterdam theme fix.
|
|
143
|
+
- 1.0.33: Added Rotterdam theme.
|
|
144
|
+
- 1.0.32: Added Pagination tokens for: Conduction, Dinkelland, Epe, Leiden, Noaberkracht, Noordwijk, Tubbergen and XXLLNC.
|
|
145
|
+
- 1.0.31: Added surface tokens to all themes.
|
|
146
|
+
- 1.0.30: Added Noaberkracht theme.
|
|
147
|
+
- 1.0.29:
|
|
148
|
+
- Added extra select tokens to all themes.
|
|
149
|
+
- Updated table tokens in noordwijk theme.
|
|
150
|
+
- Updated card-header tokens in epe theme.
|
|
151
|
+
- 1.0.28: Fixed conduction-card-header tokens for epe theme.
|
|
152
|
+
- 1.0.27:
|
|
153
|
+
- Added conduction-card-header tokens in all themes.
|
|
154
|
+
- Updated conduction-card-wrapper tokens in all themes.
|
|
155
|
+
- 1.0.26:
|
|
156
|
+
- Added Noordwijk theme.
|
|
157
|
+
- Updated conduction-card-wrapper tokens in all themes.
|
|
158
|
+
- 1.0.25:
|
|
159
|
+
- Updated prefix of card tokens from `utrecht` to `conduction` in all themes.
|
|
160
|
+
- Moved all custom tokens from Conduction directory to utrecht/extra-tokens directory.
|
|
161
|
+
- Added readme to all themes.
|
|
162
|
+
- 1.0.24:
|
|
163
|
+
- Updated page tokens in all themes.
|
|
164
|
+
- Updated list tokens in all themes.
|
|
165
|
+
- Updated table tokens in all themes.
|
|
166
|
+
- Updated card tokens in all themes.
|
|
167
|
+
- 1.0.23: Added Epe theme.
|
|
168
|
+
- 1.0.22: Updated footer and header logo's for xxllnc, Leiden and Dinkelland themes.
|
|
169
|
+
- 1.0.21:
|
|
170
|
+
- Added custom header and footer logo code to all themes.
|
|
171
|
+
- Set custom icon code from Utrecht to Conduction directory in all themes.
|
|
172
|
+
- Set custom textbox and form-input code from Utrecht to Conduction directory in all themes.
|
|
173
|
+
- Set custom alert code from Utrecht to Conduction directory in all themes.
|
|
174
|
+
- Fixed blockquote tokens not building for xxllnc and Leiden theme.
|
|
175
|
+
- 1.0.20:
|
|
176
|
+
- Set color tokens of all themes in ascending order.
|
|
177
|
+
- Added Dinkelland theme.
|
|
178
|
+
- 1.0.19:
|
|
179
|
+
- Added build all command.
|
|
180
|
+
- Removed unused dist folders.
|
|
181
|
+
- 1.0.18:
|
|
182
|
+
- Added gitingore.
|
|
183
|
+
- Added Tubbergen theme.
|
|
184
|
+
- 1.0.17:
|
|
185
|
+
- Removed gitignore.
|
|
186
|
+
- Fixed alert warning colors in xxllnc theme.
|
|
187
|
+
- 1.0.16: Added Leiden theme as JSON format.
|
|
188
|
+
- 1.0.15: Added Conduction theme as JSON format.
|
|
189
|
+
- 1.0.14: Added xxllnc theme as JSON format.
|
|
190
|
+
- 1.0.13: Added secondary button styling for all themes.
|
|
191
|
+
- 1.0.12: Implemented Select Single styling in xxllnc and Leiden.
|
|
192
|
+
- 1.0.11: Fixed typo and added page-content-background-color token to Conduction theme.
|
|
193
|
+
- 1.0.10:
|
|
194
|
+
- Added document-backgroundcolor to all themes.
|
|
195
|
+
- Added buttonIconGap token to Conduction and Leiden themes.
|
|
196
|
+
- Added formField, cards and Conduction overwrite tokens to Conduction and Leiden themes.
|
|
197
|
+
- Added link-text-decoration tokens to xxllnc theme.
|
|
198
|
+
- 1.0.9: Added buttonIconGap token to xxllnc theme.
|
|
199
|
+
- 1.0.8: Added formField, cards and Conduction overwrite tokens to xxllnc theme.
|
|
200
|
+
- 1.0.7: Added button tokens to all themes.
|
|
201
|
+
- 1.0.6: Added xxllnc theme.
|
|
202
|
+
- 1.0.5: Added page-max-inline size to Conduction theme.
|
|
203
|
+
- 1.0.4: Added Leiden theme.
|
|
204
|
+
- 1.0.3: Updated sizes.
|
|
205
|
+
- 1.0.2: Added Aldritch font.
|
|
206
|
+
- 1.0.1: Added Conduction theme.
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ams": {
|
|
3
|
-
"date-input": {
|
|
4
|
-
"background-color": { "value": "{utrecht.textbox.background-color}" },
|
|
5
|
-
"box-shadow": { "value": "" },
|
|
6
|
-
"color": { "value": "{utrecht.textbox.color}" },
|
|
7
|
-
"font-family": { "value": "{utrecht.textbox.font-family}" },
|
|
8
|
-
"font-size": { "value": "{utrecht.textbox.font-size}" },
|
|
9
|
-
"font-weight": { "value": "{utrecht.textbox.font-weight}" },
|
|
10
|
-
"line-height": { "value": "{utrecht.textbox.line-height}" },
|
|
11
|
-
"min-block-size": {},
|
|
12
|
-
"min-inline-size": {},
|
|
13
|
-
"outline-offset": {},
|
|
14
|
-
"padding-block": { "value": "{conduction.size.xs}" },
|
|
15
|
-
"padding-inline": { "value": "{conduction.size.xs}" },
|
|
16
|
-
"calender-picker-indicator-background-image": {
|
|
17
|
-
"value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
|
|
18
|
-
},
|
|
19
|
-
"hover-calender-picker-indicator-background-image": {
|
|
20
|
-
"value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
|
|
21
|
-
},
|
|
22
|
-
"border-color": { "value": "{utrecht.textbox.border-color}" },
|
|
23
|
-
"border-style": { "value": "solid" },
|
|
24
|
-
"border-width": { "value": "{utrecht.textbox.border-width}" },
|
|
25
|
-
"border-radius": { "value": "{utrecht.textbox.border-radius}" },
|
|
26
|
-
"margin-block": {}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"ams": {
|
|
3
|
+
"date-input": {
|
|
4
|
+
"background-color": { "value": "{utrecht.textbox.background-color}" },
|
|
5
|
+
"box-shadow": { "value": "" },
|
|
6
|
+
"color": { "value": "{utrecht.textbox.color}" },
|
|
7
|
+
"font-family": { "value": "{utrecht.textbox.font-family}" },
|
|
8
|
+
"font-size": { "value": "{utrecht.textbox.font-size}" },
|
|
9
|
+
"font-weight": { "value": "{utrecht.textbox.font-weight}" },
|
|
10
|
+
"line-height": { "value": "{utrecht.textbox.line-height}" },
|
|
11
|
+
"min-block-size": {},
|
|
12
|
+
"min-inline-size": {},
|
|
13
|
+
"outline-offset": {},
|
|
14
|
+
"padding-block": { "value": "{conduction.size.xs}" },
|
|
15
|
+
"padding-inline": { "value": "{conduction.size.xs}" },
|
|
16
|
+
"calender-picker-indicator-background-image": {
|
|
17
|
+
"value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
|
|
18
|
+
},
|
|
19
|
+
"hover-calender-picker-indicator-background-image": {
|
|
20
|
+
"value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
|
|
21
|
+
},
|
|
22
|
+
"border-color": { "value": "{utrecht.textbox.border-color}" },
|
|
23
|
+
"border-style": { "value": "solid" },
|
|
24
|
+
"border-width": { "value": "{utrecht.textbox.border-width}" },
|
|
25
|
+
"border-radius": { "value": "{utrecht.textbox.border-radius}" },
|
|
26
|
+
"margin-block": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|