@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
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"almere": {
|
|
3
|
+
"font-size": {
|
|
4
|
+
"4xs": {
|
|
5
|
+
"value": "0.625rem",
|
|
6
|
+
"comment": "8px"
|
|
7
|
+
},
|
|
8
|
+
"3xs": {
|
|
9
|
+
"value": "0.75rem",
|
|
10
|
+
"comment": "10px"
|
|
11
|
+
},
|
|
12
|
+
"2xs": {
|
|
13
|
+
"value": "0.875rem",
|
|
14
|
+
"comment": "14px"
|
|
15
|
+
},
|
|
16
|
+
"xs": {
|
|
17
|
+
"value": "1rem",
|
|
18
|
+
"comment": "16px"
|
|
19
|
+
},
|
|
20
|
+
"sm": {
|
|
21
|
+
"value": "1.125rem",
|
|
22
|
+
"comment": "18px"
|
|
23
|
+
},
|
|
24
|
+
"md": {
|
|
25
|
+
"value": "1.25rem",
|
|
26
|
+
"comment": "20px"
|
|
27
|
+
},
|
|
28
|
+
"lg": {
|
|
29
|
+
"value": "1.5rem",
|
|
30
|
+
"comment": "24px"
|
|
31
|
+
},
|
|
32
|
+
"xl": {
|
|
33
|
+
"value": "1.75rem",
|
|
34
|
+
"comment": "28px"
|
|
35
|
+
},
|
|
36
|
+
"2xl": {
|
|
37
|
+
"value": "2rem",
|
|
38
|
+
"comment": "32px"
|
|
39
|
+
},
|
|
40
|
+
"3xl": {
|
|
41
|
+
"value": "2.5rem",
|
|
42
|
+
"comment": "40px"
|
|
43
|
+
},
|
|
44
|
+
"4xl": {
|
|
45
|
+
"value": "3.25rem",
|
|
46
|
+
"comment": "52px"
|
|
47
|
+
},
|
|
48
|
+
"5xl": {
|
|
49
|
+
"value": "3.625rem",
|
|
50
|
+
"comment": "58px"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"almere": {
|
|
3
|
+
"size": {
|
|
4
|
+
"4xs": { "value": "1px" },
|
|
5
|
+
"3xs": { "value": "2px" },
|
|
6
|
+
"2xs": { "value": "4px" },
|
|
7
|
+
"xs": { "value": "8px" },
|
|
8
|
+
"sm": { "value": "14px" },
|
|
9
|
+
"md": { "value": "18px" },
|
|
10
|
+
"lg": { "value": "24px" },
|
|
11
|
+
"xl": { "value": "32px" },
|
|
12
|
+
"2xl": { "value": "48px" },
|
|
13
|
+
"3xl": { "value": "72px" },
|
|
14
|
+
"4xl": { "value": "96px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"almere": {
|
|
3
|
+
"typography": {
|
|
4
|
+
"barlow": {
|
|
5
|
+
"font-family": {
|
|
6
|
+
"value": "\"Barlow\", Arial, sans-serif"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"monospace": {
|
|
10
|
+
"font-family": {
|
|
11
|
+
"value": "Monospace, \"Lucida Console\""
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"font-weight": {
|
|
15
|
+
"bold": {
|
|
16
|
+
"value": "700"
|
|
17
|
+
},
|
|
18
|
+
"semibold": {
|
|
19
|
+
"value": "600"
|
|
20
|
+
},
|
|
21
|
+
"normal": {
|
|
22
|
+
"value": "400"
|
|
23
|
+
},
|
|
24
|
+
"light": {
|
|
25
|
+
"value": "100"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"scale": {
|
|
29
|
+
"4xs": { "value": "{almere.font-size.4xs}" },
|
|
30
|
+
"3xs": { "value": "{almere.font-size.3xs}" },
|
|
31
|
+
"2xs": { "value": "{almere.font-size.2xs}" },
|
|
32
|
+
"xs": { "value": "{almere.font-size.xs}" },
|
|
33
|
+
"sm": { "value": "{almere.font-size.sm}" },
|
|
34
|
+
"md": { "value": "{almere.font-size.md}" },
|
|
35
|
+
"lg": { "value": "{almere.font-size.lg}" },
|
|
36
|
+
"xl": { "value": "{almere.font-size.xl}" },
|
|
37
|
+
"2xl": { "value": "{almere.font-size.2xl}" },
|
|
38
|
+
"3xl": { "value": "{almere.font-size.3xl}" },
|
|
39
|
+
"4xl": { "value": "{almere.font-size.4xl}" }
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"space": {
|
|
4
|
+
"block": {
|
|
5
|
+
"3xs": { "value": "{almere.size.3xs}" },
|
|
6
|
+
"2xs": { "value": "{almere.size.2xs}" },
|
|
7
|
+
"xs": { "value": "{almere.size.xs}" },
|
|
8
|
+
"sm": { "value": "{almere.size.sm}" },
|
|
9
|
+
"md": { "value": "{almere.size.md}" },
|
|
10
|
+
"lg": { "value": "{almere.size.lg}" },
|
|
11
|
+
"xl": { "value": "{almere.size.xl}" },
|
|
12
|
+
"2xl": { "value": "{almere.size.2xl}" },
|
|
13
|
+
"3xl": { "value": "{almere.size.3xl}" }
|
|
14
|
+
},
|
|
15
|
+
"inline": {
|
|
16
|
+
"3xs": { "value": "{almere.size.3xs}" },
|
|
17
|
+
"2xs": { "value": "{almere.size.2xs}" },
|
|
18
|
+
"xs": { "value": "{almere.size.xs}" },
|
|
19
|
+
"sm": { "value": "{almere.size.sm}" },
|
|
20
|
+
"md": { "value": "{almere.size.md}" },
|
|
21
|
+
"lg": { "value": "{almere.size.lg}" },
|
|
22
|
+
"xl": { "value": "{almere.size.xl}" },
|
|
23
|
+
"2xl": { "value": "{almere.size.2xl}" },
|
|
24
|
+
"3xl": { "value": "{almere.size.3xl}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-header": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-bottom-style": {},
|
|
7
|
+
"border-bottom-color": {},
|
|
8
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
9
|
+
"hover": {
|
|
10
|
+
"background-color": {},
|
|
11
|
+
"border-bottom-width": {},
|
|
12
|
+
"border-bottom-style": {},
|
|
13
|
+
"border-bottom-color": {}
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
17
|
+
"text-decoration": { "value": "none" },
|
|
18
|
+
"text-underline-offset": { "value": "5px" },
|
|
19
|
+
"hover": {
|
|
20
|
+
"color": {},
|
|
21
|
+
"text-decoration": {},
|
|
22
|
+
"text-underline-offset": {}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"date": {
|
|
26
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
27
|
+
"font-size": { "value": "{almere.font-size.sm}" },
|
|
28
|
+
"font-weight": { "value": "{almere.typography.font-weight.light}" },
|
|
29
|
+
"font-style": {},
|
|
30
|
+
"margin-block-end": { "value": "{almere.size.xs}" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-wrapper": {
|
|
4
|
+
"background-color": { "value": "{almere.color.white.100}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-style": {},
|
|
7
|
+
"border-width": {},
|
|
8
|
+
"border-bottom-color": {},
|
|
9
|
+
"border-bottom-style": {},
|
|
10
|
+
"border-bottom-width": {},
|
|
11
|
+
"border-radius": { "value": "0" },
|
|
12
|
+
"transition": {},
|
|
13
|
+
"box-shadow": {},
|
|
14
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
15
|
+
"hover": {
|
|
16
|
+
"background-color": { "value": "{almere.color.green.92}" },
|
|
17
|
+
"color": {},
|
|
18
|
+
"border-color": {},
|
|
19
|
+
"border-style": {},
|
|
20
|
+
"border-width": {},
|
|
21
|
+
"border-bottom-color": {},
|
|
22
|
+
"border-bottom-style": {},
|
|
23
|
+
"border-bottom-width": {},
|
|
24
|
+
"border-radius": {},
|
|
25
|
+
"box-shadow": {}
|
|
26
|
+
},
|
|
27
|
+
"padding-inline-end": { "value": "20px" },
|
|
28
|
+
"padding-inline-start": { "value": "20px" },
|
|
29
|
+
"padding-block-end": { "value": "20px" },
|
|
30
|
+
"padding-block-start": { "value": "20px" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"logo": {
|
|
4
|
+
"header": {
|
|
5
|
+
"inline-size": { "value": "190px" },
|
|
6
|
+
"block-size": { "value": "98px" },
|
|
7
|
+
"background-image": {
|
|
8
|
+
"value": "url(\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTkwcHgiIGhlaWdodD0iOThweCIgdmlld0JveD0iMCAwIDc3My43OSA0MjIuMDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc3My43OSA0MjIuMDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDBBMEJBO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9Ijc3My43OSIgaGVpZ2h0PSI0MjIuMDciLz4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTY1LjgyLDExMi41M2gtMi40NmMtMy4xMy02Ljc0LTcuNjQtOS45Mi0xNC4wNy05LjkyYy05LjY4LDAtMTYuNzgsNy45My0xNi43OCwxOC43NyAgIGMwLDEwLjgyLDcuNTIsMTkuMTIsMTcuMzIsMTkuMTJjMy4zNywwLDYuNDktMC44NCwxMC4wNC0yLjc2di03LjRjMC01LjA1LTEuNS02LjkyLTUuNi02LjkyaC0xLjYydi0yLjI4aDE5LjI1djIuMjhoLTAuMjQgICBjLTMuNjcsMC01LjI0LDEuOTktNS4yNCw2LjkydjkuNzRsLTAuODQsMC4yNGMtNi41NiwxLjg2LTExLjM3LDIuNjQtMTYsMi42NGMtMTQuNjcsMC0yNC42Ni04LjQyLTI0LjY2LTIwLjY5ICAgYzAtMTIuNTEsMTEuMDYtMjIuMTMsMjUuNDQtMjIuMTNjNC42OSwwLDguNiwwLjcyLDE0LjYyLDIuNzFMMTY1LjgyLDExMi41M3oiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xOTguNiwxMjUuNTljLTAuMjQtNi4zOC00LjkzLTExLjA3LTExLjEzLTExLjA3Yy03LjExLDAtMTIuNTcsNi4yNi0xMi41NywxNC41ICAgYzAsOC4wNiw1LjIzLDEzLjg5LDEyLjUxLDEzLjg5YzQuNjMsMCw4LjU5LTIuMzQsMTEuMTgtNi41NWwtMS4yMS0xLjE0Yy0yLjM0LDIuMDQtNC43NSwzLjAxLTcuNTgsMy4wMWMtMy4zLDAtNi4wMS0xLjM4LTgtNC4wOSAgIGMtMS42OC0yLjM1LTIuMzUtNC41Ny0yLjM1LTguNTRIMTk4LjZ6IE0xNzkuNzgsMTIzLjQyYzAuNTktNC4wOSwzLjA3LTYuNjgsNi42Mi02LjY4YzMuMjQsMCw1LjQxLDIuNDYsNS44OSw2LjY4SDE3OS43OHoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yMTEuMjksMTM0LjMxYzAsNC4wOSwxLjIxLDUuNzcsNC4wMyw1Ljc3aDAuMjR2Mi4xN2gtMTMuNzF2LTIuMTdoMC4zNmMyLjg5LDAsNC4wMy0xLjY4LDQuMDMtNS43N3YtMTMuMDUgICBsLTQuMjctMi44M3YtMC44OWw3Ljg4LTMuMDFoMS4zOHY0LjU3YzEuNTctMS40NCwyLjIzLTEuOTIsMy4zMS0yLjY0YzIuMS0xLjI2LDQuMzMtMS45Miw2Ljc5LTEuOTJjMy45NywwLDYuMiwxLjMyLDcuNTgsNC41NyAgIGMzLjY2LTMuNDMsNi4xOS00LjYzLDkuOC00LjYzYzMuMjUsMCw1LjksMS4yMSw3LjIyLDMuMjVjMS4wMiwxLjYzLDEuMTQsMi4xNywxLjE0LDYuMDJ2MTAuNThjMCw0LjAzLDEuMjEsNS43NywzLjkxLDUuNzdoMC4yNCAgIHYyLjE3aC0xMy43OHYtMi4xN0gyMzhjMi44MywwLDQuMDMtMS42OCw0LjAzLTUuNzd2LTkuNTZjMC00LjMzLTEuOC02LjI2LTUuODktNi4yNmMtMi4xNywwLTQuNDYsMC45LTcuMDQsMi43djEzLjExICAgYzAsNC4wOSwxLjIxLDUuNzcsNC4wOSw1Ljc3aDAuMTh2Mi4xN2gtMTQuMTN2LTIuMTdoMC44NGMyLjgzLDAsNC4wMy0xLjY4LDQuMDMtNS43N3YtOS42MmMwLTQuNDYtMS41Ny02LjE0LTUuNDgtNi4xNCAgIGMtMi44MywwLTQuOTMsMC44NC03LjM0LDMuMDFWMTM0LjMxeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI3OC44NCwxMjUuNTljLTAuMjQtNi4zOC00Ljk0LTExLjA3LTExLjEzLTExLjA3Yy03LjEsMC0xMi41Nyw2LjI2LTEyLjU3LDE0LjUgICBjMCw4LjA2LDUuMjQsMTMuODksMTIuNTEsMTMuODljNC42MywwLDguNi0yLjM0LDExLjE5LTYuNTVsLTEuMjEtMS4xNGMtMi4zNSwyLjA0LTQuNzUsMy4wMS03LjU4LDMuMDFjLTMuMzEsMC02LjAxLTEuMzgtOC00LjA5ICAgYy0xLjY4LTIuMzUtMi4zNC00LjU3LTIuMzQtOC41NEgyNzguODR6IE0yNjAuMDEsMTIzLjQyYzAuNjEtNC4wOSwzLjA3LTYuNjgsNi42Mi02LjY4YzMuMjUsMCw1LjQyLDIuNDYsNS44OSw2LjY4SDI2MC4wMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zMDcuMDUsMTI1LjU5Yy0wLjI0LTYuMzgtNC45My0xMS4wNy0xMS4xMy0xMS4wN2MtNy4xLDAtMTIuNTgsNi4yNi0xMi41OCwxNC41ICAgYzAsOC4wNiw1LjI0LDEzLjg5LDEyLjUyLDEzLjg5YzQuNjMsMCw4LjYtMi4zNCwxMS4xOC02LjU1bC0xLjIxLTEuMTRjLTIuMzQsMi4wNC00Ljc1LDMuMDEtNy41OCwzLjAxYy0zLjMsMC02LjAyLTEuMzgtOC00LjA5ICAgYy0xLjY4LTIuMzUtMi4zNS00LjU3LTIuMzUtOC41NEgzMDcuMDV6IE0yODguMjIsMTIzLjQyYzAuNi00LjA5LDMuMDYtNi42OCw2LjYyLTYuNjhjMy4yNSwwLDUuNDIsMi40Niw1Ljg5LDYuNjhIMjg4LjIyeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTMxOS41NiwxMzQuMzFjMCw0LjA5LDEuMiw1Ljc3LDQuMDMsNS43N2gwLjg0djIuMTdoLTE0LjM4di0yLjE3aDAuNDJjMi44MywwLDQuMDQtMS42OCw0LjA0LTUuNzd2LTEzLjI5ICAgbC00LjA5LTIuMjh2LTEuMzlsOC4wNi0yLjgzaDEuMDh2NS4xMWMxLjg2LTIuMDQsMi42NS0yLjc3LDQuMjctMy42MWMxLjc0LTAuOTYsMy45Ny0xLjUsNi4wMS0xLjVjMi41OSwwLDQuOTksMS4wMiw2LjM4LDIuNjQgICBjMS41LDEuODEsMS44NiwzLjQ5LDEuODYsOC40OHY4LjY2YzAsNC4wOSwxLjIxLDUuNzcsNC4wMyw1Ljc3aDAuM3YyLjE3aC0xNC4ydi0yLjE3SDMyOWMyLjgzLDAsNC4wMy0xLjY4LDQuMDMtNS43N3YtOC4wNiAgIGMwLTUuMjktMS43NC03LjctNS41OS03LjdjLTIuNDYsMC00Ljg3LDEuMDItNy44OCwzLjU1VjEzNC4zMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zNTQuMTQsMTM0Ljk3YzAsMy42NiwwLjYsNC4yNyw0LjE1LDQuMjdjMS44NiwwLDIuNTMtMC4wNiw0LjM5LTAuM3YyLjk1bC0wLjcyLDAuMTJsLTMuNjEsMC42MSAgIGMtMS4wOCwwLjE4LTIuMjMsMC4zLTMuNDQsMC4zYy00LjA4LDAtNS44My0xLjU2LTUuODMtNS4yOWwwLjA2LTEuNzR2LTE3LjY4aC00LjU2di0xLjYyYzIuNTItMC45MSw1LjU5LTMuMzcsNy41MS02LjJoMi4wNHY0LjgxICAgaDguMTh2My4wMWgtOC4xOFYxMzQuOTd6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzg5Ljc1LDEyNS41OWMtMC4yNC02LjM4LTQuOTMtMTEuMDctMTEuMTMtMTEuMDdjLTcuMSwwLTEyLjU3LDYuMjYtMTIuNTcsMTQuNSAgIGMwLDguMDYsNS4yMywxMy44OSwxMi41MSwxMy44OWM0LjYzLDAsOC42LTIuMzQsMTEuMTktNi41NWwtMS4yMS0xLjE0Yy0yLjM0LDIuMDQtNC43NSwzLjAxLTcuNTgsMy4wMWMtMy4zMSwwLTYuMDEtMS4zOC04LTQuMDkgICBjLTEuNjktMi4zNS0yLjM1LTQuNTctMi4zNS04LjU0SDM4OS43NXogTTM3MC45MywxMjMuNDJjMC41OS00LjA5LDMuMDctNi42OCw2LjYyLTYuNjhjMy4yNCwwLDUuNDEsMi40Niw1Ljg5LDYuNjhIMzcwLjkzeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQyMS40MiwxMDEuMjNsMC45NiwxLjkybC0xMS41NSwyOC42OWMtMi4xLDUuMjQtMi40Niw1LjgzLTMuODQsNi45OGMtMC43MywwLjYxLTEuMjEsMC44NC0yLjUzLDEuMTV2Mi4yOCAgIGgxMy44M3YtMi4yOGMtMy4zNy0wLjMtNS4xMS0xLjk5LTUuMTEtNC45M2MwLTAuOTEsMC4yNC0yLjExLDAuNjYtMy4xM2wyLjExLTUuNjVoMTUuOTRsMy4wNiw3LjM0YzAuNDIsMS4wOCwwLjYsMS43NSwwLjYsMi40NiAgIGMwLDIuMzUtMS43NCwzLjczLTUuMDUsMy45MXYyLjI4aDE2Ljg1di0yLjI4Yy0yLjUzLDAtMy4xOS0wLjc5LTUuNDItNi4wMmwtMTQuMDEtMzIuNzJINDIxLjQyeiBNNDMwLjUsMTIzaC0xMy4yOWw2LjQ5LTE2LjMgICBMNDMwLjUsMTIzeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQ1OC4yMywxMzQuMzFjMCwzLjk3LDEuMTQsNS43NywzLjYxLDUuNzdoMC4xOHYyLjE3aC0xMi45M3YtMi4xN2gwLjE4YzIuNzcsMCwzLjk3LTEuNzQsMy45Ny01Ljc3di0yNy40MiAgIGwtNC4xNS0yLjI5di0xLjMybDcuOTQtMi44M2gxLjJWMTM0LjMxeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQ3NC44MywxMzQuMzFjMCw0LjA5LDEuMjEsNS43Nyw0LjAzLDUuNzdoMC4yNHYyLjE3aC0xMy43MXYtMi4xN2gwLjM2YzIuODksMCw0LjAzLTEuNjgsNC4wMy01Ljc3di0xMy4wNSAgIGwtNC4yNy0yLjgzdi0wLjg5bDcuODgtMy4wMWgxLjM4djQuNTdjMS41Ny0xLjQ0LDIuMjMtMS45MiwzLjMxLTIuNjRjMi4xLTEuMjYsNC4zMy0xLjkyLDYuOC0xLjkyYzMuOTcsMCw2LjE5LDEuMzIsNy41Nyw0LjU3ICAgYzMuNjctMy40Myw2LjItNC42Myw5LjgxLTQuNjNjMy4yNCwwLDUuODksMS4yMSw3LjIxLDMuMjVjMS4wMiwxLjYzLDEuMTUsMi4xNywxLjE1LDYuMDJ2MTAuNThjMCw0LjAzLDEuMjEsNS43NywzLjkxLDUuNzdoMC4yMyAgIHYyLjE3aC0xMy43OHYtMi4xN2gwLjU1YzIuODMsMCw0LjAzLTEuNjgsNC4wMy01Ljc3di05LjU2YzAtNC4zMy0xLjgtNi4yNi01Ljg5LTYuMjZjLTIuMTYsMC00LjQ1LDAuOS03LjA0LDIuN3YxMy4xMSAgIGMwLDQuMDksMS4yMSw1Ljc3LDQuMDksNS43N2gwLjE4djIuMTdoLTE0LjEzdi0yLjE3aDAuODRjMi44MywwLDQuMDMtMS42OCw0LjAzLTUuNzd2LTkuNjJjMC00LjQ2LTEuNTYtNi4xNC01LjQ3LTYuMTQgICBjLTIuODMsMC00LjkzLDAuODQtNy4zNCwzLjAxVjEzNC4zMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01NDAuODcsMTI1LjU5Yy0wLjI0LTYuMzgtNC45My0xMS4wNy0xMS4xMy0xMS4wN2MtNy4wOSwwLTEyLjU2LDYuMjYtMTIuNTYsMTQuNSAgIGMwLDguMDYsNS4yMywxMy44OSwxMi41MSwxMy44OWM0LjY0LDAsOC42LTIuMzQsMTEuMTktNi41NWwtMS4yMS0xLjE0Yy0yLjM0LDIuMDQtNC43NSwzLjAxLTcuNTgsMy4wMWMtMy4zLDAtNi4wMi0xLjM4LTgtNC4wOSAgIGMtMS42OS0yLjM1LTIuMzUtNC41Ny0yLjM1LTguNTRINTQwLjg3eiBNNTIyLjA0LDEyMy40MmMwLjYtNC4wOSwzLjA3LTYuNjgsNi42Mi02LjY4YzMuMjQsMCw1LjQxLDIuNDYsNS44OSw2LjY4SDUyMi4wNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01NTIuNzgsMTM0LjMxYzAsNC41MSwxLjA4LDUuNzcsNS4xMSw1Ljc3aDAuOTd2Mi4xN2gtMTUuNjR2LTIuMTdoMC40OGMyLjgzLDAsNC4wMy0xLjY4LDQuMDMtNS43N3YtMTIuOTMgICBsLTQuNTEtMi40MXYtMS4wMmw4LjMxLTMuNDNoMS4yNnY1Ljk2aDAuMTJsMC42LTEuMTVjMi4yOC0zLjM3LDMuOTEtNC41MSw2LjQ5LTQuNTFjMS40NCwwLDIuNzEsMC41NSwzLjc5LDEuNjkgICBjMC42NiwwLjY2LDAuOSwxLjE0LDAuOSwxLjY4YzAsMC42Ni0wLjU0LDIuMDQtMS4yMSwzLjEzYy0wLjMsMC40OC0wLjc4LDAuNzgtMS4zMiwwLjc4Yy0wLjc5LDAtMS40NC0wLjQyLTIuNDEtMS41NiAgIGMtMC43OS0wLjk3LTEuMzItMS4yMS0yLjE3LTEuMjFjLTEuNDQsMC0yLjUyLDAuOTYtNC44MSw0LjM5VjEzNC4zMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01ODkuODMsMTI1LjU5Yy0wLjI0LTYuMzgtNC45My0xMS4wNy0xMS4xMy0xMS4wN2MtNy4xLDAtMTIuNTcsNi4yNi0xMi41NywxNC41ICAgYzAsOC4wNiw1LjIzLDEzLjg5LDEyLjUxLDEzLjg5YzQuNjQsMCw4LjYtMi4zNCwxMS4xOS02LjU1bC0xLjIxLTEuMTRjLTIuMzQsMi4wNC00Ljc1LDMuMDEtNy41OCwzLjAxYy0zLjMsMC02LjAxLTEuMzgtOC00LjA5ICAgYy0xLjY5LTIuMzUtMi4zNC00LjU3LTIuMzQtOC41NEg1ODkuODN6IE01NzEsMTIzLjQyYzAuNi00LjA5LDMuMDYtNi42OCw2LjYyLTYuNjhjMy4yNCwwLDUuNDEsMi40Niw1Ljg5LDYuNjhINTcxeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTY4Mi4yMSwyMTkuMWMtMjMzLjMzLTM0LjczLTMyOS41LTMzLjA1LTU4Ny45MiwxOC4xM2w4MC4yOSwyMy45OGM5Ny40OC0zOS44MSwxNzEuNDQtNjIuNjEsMjMwLjAyLTc1LjM0ICAgYzY1LjIzLDE1LjI0LDEzMywzNi4xNiwyMDMuNzcsNjMuMTFMNjgyLjIxLDIxOS4xeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI5MC4zOCwzMDkuODZsNjAuNjgtMzIuODFoLTUxLjhsLTUwLjIzLDIwLjdDMjYwLjQ3LDI5OS40MSwyNzcuMSwzMDQuNjksMjkwLjM4LDMwOS44NiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTMzMS42LDI1My42Nmw1Ny40My0xNi42NWw1MS44NSwxMS45NkM0MDMuNzIsMjQ3LjQyLDM3MS42OSwyNDguNzIsMzMxLjYsMjUzLjY2Ii8+CjwvZz4KPC9zdmc+\")"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"footer": {
|
|
12
|
+
"inline-size": { "value": "220px" },
|
|
13
|
+
"block-size": { "value": "40px" },
|
|
14
|
+
"background-image": {
|
|
15
|
+
"value": ""
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"navbar": {
|
|
19
|
+
"inline-size": { "value": "100px" },
|
|
20
|
+
"block-size": { "value": "47px" },
|
|
21
|
+
"background-image": {
|
|
22
|
+
"value": "url(\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTkwcHgiIGhlaWdodD0iOThweCIgdmlld0JveD0iMCAwIDc3My43OSA0MjIuMDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc3My43OSA0MjIuMDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDBBMEJBO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9Ijc3My43OSIgaGVpZ2h0PSI0MjIuMDciLz4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTY1LjgyLDExMi41M2gtMi40NmMtMy4xMy02Ljc0LTcuNjQtOS45Mi0xNC4wNy05LjkyYy05LjY4LDAtMTYuNzgsNy45My0xNi43OCwxOC43NyAgIGMwLDEwLjgyLDcuNTIsMTkuMTIsMTcuMzIsMTkuMTJjMy4zNywwLDYuNDktMC44NCwxMC4wNC0yLjc2di03LjRjMC01LjA1LTEuNS02LjkyLTUuNi02LjkyaC0xLjYydi0yLjI4aDE5LjI1djIuMjhoLTAuMjQgICBjLTMuNjcsMC01LjI0LDEuOTktNS4yNCw2LjkydjkuNzRsLTAuODQsMC4yNGMtNi41NiwxLjg2LTExLjM3LDIuNjQtMTYsMi42NGMtMTQuNjcsMC0yNC42Ni04LjQyLTI0LjY2LTIwLjY5ICAgYzAtMTIuNTEsMTEuMDYtMjIuMTMsMjUuNDQtMjIuMTNjNC42OSwwLDguNiwwLjcyLDE0LjYyLDIuNzFMMTY1LjgyLDExMi41M3oiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xOTguNiwxMjUuNTljLTAuMjQtNi4zOC00LjkzLTExLjA3LTExLjEzLTExLjA3Yy03LjExLDAtMTIuNTcsNi4yNi0xMi41NywxNC41ICAgYzAsOC4wNiw1LjIzLDEzLjg5LDEyLjUxLDEzLjg5YzQuNjMsMCw4LjU5LTIuMzQsMTEuMTgtNi41NWwtMS4yMS0xLjE0Yy0yLjM0LDIuMDQtNC43NSwzLjAxLTcuNTgsMy4wMWMtMy4zLDAtNi4wMS0xLjM4LTgtNC4wOSAgIGMtMS42OC0yLjM1LTIuMzUtNC41Ny0yLjM1LTguNTRIMTk4LjZ6IE0xNzkuNzgsMTIzLjQyYzAuNTktNC4wOSwzLjA3LTYuNjgsNi42Mi02LjY4YzMuMjQsMCw1LjQxLDIuNDYsNS44OSw2LjY4SDE3OS43OHoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yMTEuMjksMTM0LjMxYzAsNC4wOSwxLjIxLDUuNzcsNC4wMyw1Ljc3aDAuMjR2Mi4xN2gtMTMuNzF2LTIuMTdoMC4zNmMyLjg5LDAsNC4wMy0xLjY4LDQuMDMtNS43N3YtMTMuMDUgICBsLTQuMjctMi44M3YtMC44OWw3Ljg4LTMuMDFoMS4zOHY0LjU3YzEuNTctMS40NCwyLjIzLTEuOTIsMy4zMS0yLjY0YzIuMS0xLjI2LDQuMzMtMS45Miw2Ljc5LTEuOTJjMy45NywwLDYuMiwxLjMyLDcuNTgsNC41NyAgIGMzLjY2LTMuNDMsNi4xOS00LjYzLDkuOC00LjYzYzMuMjUsMCw1LjksMS4yMSw3LjIyLDMuMjVjMS4wMiwxLjYzLDEuMTQsMi4xNywxLjE0LDYuMDJ2MTAuNThjMCw0LjAzLDEuMjEsNS43NywzLjkxLDUuNzdoMC4yNCAgIHYyLjE3aC0xMy43OHYtMi4xN0gyMzhjMi44MywwLDQuMDMtMS42OCw0LjAzLTUuNzd2LTkuNTZjMC00LjMzLTEuOC02LjI2LTUuODktNi4yNmMtMi4xNywwLTQuNDYsMC45LTcuMDQsMi43djEzLjExICAgYzAsNC4wOSwxLjIxLDUuNzcsNC4wOSw1Ljc3aDAuMTh2Mi4xN2gtMTQuMTN2LTIuMTdoMC44NGMyLjgzLDAsNC4wMy0xLjY4LDQuMDMtNS43N3YtOS42MmMwLTQuNDYtMS41Ny02LjE0LTUuNDgtNi4xNCAgIGMtMi44MywwLTQuOTMsMC44NC03LjM0LDMuMDFWMTM0LjMxeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI3OC44NCwxMjUuNTljLTAuMjQtNi4zOC00Ljk0LTExLjA3LTExLjEzLTExLjA3Yy03LjEsMC0xMi41Nyw2LjI2LTEyLjU3LDE0LjUgICBjMCw4LjA2LDUuMjQsMTMuODksMTIuNTEsMTMuODljNC42MywwLDguNi0yLjM0LDExLjE5LTYuNTVsLTEuMjEtMS4xNGMtMi4zNSwyLjA0LTQuNzUsMy4wMS03LjU4LDMuMDFjLTMuMzEsMC02LjAxLTEuMzgtOC00LjA5ICAgYy0xLjY4LTIuMzUtMi4zNC00LjU3LTIuMzQtOC41NEgyNzguODR6IE0yNjAuMDEsMTIzLjQyYzAuNjEtNC4wOSwzLjA3LTYuNjgsNi42Mi02LjY4YzMuMjUsMCw1LjQyLDIuNDYsNS44OSw2LjY4SDI2MC4wMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zMDcuMDUsMTI1LjU5Yy0wLjI0LTYuMzgtNC45My0xMS4wNy0xMS4xMy0xMS4wN2MtNy4xLDAtMTIuNTgsNi4yNi0xMi41OCwxNC41ICAgYzAsOC4wNiw1LjI0LDEzLjg5LDEyLjUyLDEzLjg5YzQuNjMsMCw4LjYtMi4zNCwxMS4xOC02LjU1bC0xLjIxLTEuMTRjLTIuMzQsMi4wNC00Ljc1LDMuMDEtNy41OCwzLjAxYy0zLjMsMC02LjAyLTEuMzgtOC00LjA5ICAgYy0xLjY4LTIuMzUtMi4zNS00LjU3LTIuMzUtOC41NEgzMDcuMDV6IE0yODguMjIsMTIzLjQyYzAuNi00LjA5LDMuMDYtNi42OCw2LjYyLTYuNjhjMy4yNSwwLDUuNDIsMi40Niw1Ljg5LDYuNjhIMjg4LjIyeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTMxOS41NiwxMzQuMzFjMCw0LjA5LDEuMiw1Ljc3LDQuMDMsNS43N2gwLjg0djIuMTdoLTE0LjM4di0yLjE3aDAuNDJjMi44MywwLDQuMDQtMS42OCw0LjA0LTUuNzd2LTEzLjI5ICAgbC00LjA5LTIuMjh2LTEuMzlsOC4wNi0yLjgzaDEuMDh2NS4xMWMxLjg2LTIuMDQsMi42NS0yLjc3LDQuMjctMy42MWMxLjc0LTAuOTYsMy45Ny0xLjUsNi4wMS0xLjVjMi41OSwwLDQuOTksMS4wMiw2LjM4LDIuNjQgICBjMS41LDEuODEsMS44NiwzLjQ5LDEuODYsOC40OHY4LjY2YzAsNC4wOSwxLjIxLDUuNzcsNC4wMyw1Ljc3aDAuM3YyLjE3aC0xNC4ydi0yLjE3SDMyOWMyLjgzLDAsNC4wMy0xLjY4LDQuMDMtNS43N3YtOC4wNiAgIGMwLTUuMjktMS43NC03LjctNS41OS03LjdjLTIuNDYsMC00Ljg3LDEuMDItNy44OCwzLjU1VjEzNC4zMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zNTQuMTQsMTM0Ljk3YzAsMy42NiwwLjYsNC4yNyw0LjE1LDQuMjdjMS44NiwwLDIuNTMtMC4wNiw0LjM5LTAuM3YyLjk1bC0wLjcyLDAuMTJsLTMuNjEsMC42MSAgIGMtMS4wOCwwLjE4LTIuMjMsMC4zLTMuNDQsMC4zYy00LjA4LDAtNS44My0xLjU2LTUuODMtNS4yOWwwLjA2LTEuNzR2LTE3LjY4aC00LjU2di0xLjYyYzIuNTItMC45MSw1LjU5LTMuMzcsNy41MS02LjJoMi4wNHY0LjgxICAgaDguMTh2My4wMWgtOC4xOFYxMzQuOTd6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzg5Ljc1LDEyNS41OWMtMC4yNC02LjM4LTQuOTMtMTEuMDctMTEuMTMtMTEuMDdjLTcuMSwwLTEyLjU3LDYuMjYtMTIuNTcsMTQuNSAgIGMwLDguMDYsNS4yMywxMy44OSwxMi41MSwxMy44OWM0LjYzLDAsOC42LTIuMzQsMTEuMTktNi41NWwtMS4yMS0xLjE0Yy0yLjM0LDIuMDQtNC43NSwzLjAxLTcuNTgsMy4wMWMtMy4zMSwwLTYuMDEtMS4zOC04LTQuMDkgICBjLTEuNjktMi4zNS0yLjM1LTQuNTctMi4zNS04LjU0SDM4OS43NXogTTM3MC45MywxMjMuNDJjMC41OS00LjA5LDMuMDctNi42OCw2LjYyLTYuNjhjMy4yNCwwLDUuNDEsMi40Niw1Ljg5LDYuNjhIMzcwLjkzeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQyMS40MiwxMDEuMjNsMC45NiwxLjkybC0xMS41NSwyOC42OWMtMi4xLDUuMjQtMi40Niw1LjgzLTMuODQsNi45OGMtMC43MywwLjYxLTEuMjEsMC44NC0yLjUzLDEuMTV2Mi4yOCAgIGgxMy44M3YtMi4yOGMtMy4zNy0wLjMtNS4xMS0xLjk5LTUuMTEtNC45M2MwLTAuOTEsMC4yNC0yLjExLDAuNjYtMy4xM2wyLjExLTUuNjVoMTUuOTRsMy4wNiw3LjM0YzAuNDIsMS4wOCwwLjYsMS43NSwwLjYsMi40NiAgIGMwLDIuMzUtMS43NCwzLjczLTUuMDUsMy45MXYyLjI4aDE2Ljg1di0yLjI4Yy0yLjUzLDAtMy4xOS0wLjc5LTUuNDItNi4wMmwtMTQuMDEtMzIuNzJINDIxLjQyeiBNNDMwLjUsMTIzaC0xMy4yOWw2LjQ5LTE2LjMgICBMNDMwLjUsMTIzeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQ1OC4yMywxMzQuMzFjMCwzLjk3LDEuMTQsNS43NywzLjYxLDUuNzdoMC4xOHYyLjE3aC0xMi45M3YtMi4xN2gwLjE4YzIuNzcsMCwzLjk3LTEuNzQsMy45Ny01Ljc3di0yNy40MiAgIGwtNC4xNS0yLjI5di0xLjMybDcuOTQtMi44M2gxLjJWMTM0LjMxeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQ3NC44MywxMzQuMzFjMCw0LjA5LDEuMjEsNS43Nyw0LjAzLDUuNzdoMC4yNHYyLjE3aC0xMy43MXYtMi4xN2gwLjM2YzIuODksMCw0LjAzLTEuNjgsNC4wMy01Ljc3di0xMy4wNSAgIGwtNC4yNy0yLjgzdi0wLjg5bDcuODgtMy4wMWgxLjM4djQuNTdjMS41Ny0xLjQ0LDIuMjMtMS45MiwzLjMxLTIuNjRjMi4xLTEuMjYsNC4zMy0xLjkyLDYuOC0xLjkyYzMuOTcsMCw2LjE5LDEuMzIsNy41Nyw0LjU3ICAgYzMuNjctMy40Myw2LjItNC42Myw5LjgxLTQuNjNjMy4yNCwwLDUuODksMS4yMSw3LjIxLDMuMjVjMS4wMiwxLjYzLDEuMTUsMi4xNywxLjE1LDYuMDJ2MTAuNThjMCw0LjAzLDEuMjEsNS43NywzLjkxLDUuNzdoMC4yMyAgIHYyLjE3aC0xMy43OHYtMi4xN2gwLjU1YzIuODMsMCw0LjAzLTEuNjgsNC4wMy01Ljc3di05LjU2YzAtNC4zMy0xLjgtNi4yNi01Ljg5LTYuMjZjLTIuMTYsMC00LjQ1LDAuOS03LjA0LDIuN3YxMy4xMSAgIGMwLDQuMDksMS4yMSw1Ljc3LDQuMDksNS43N2gwLjE4djIuMTdoLTE0LjEzdi0yLjE3aDAuODRjMi44MywwLDQuMDMtMS42OCw0LjAzLTUuNzd2LTkuNjJjMC00LjQ2LTEuNTYtNi4xNC01LjQ3LTYuMTQgICBjLTIuODMsMC00LjkzLDAuODQtNy4zNCwzLjAxVjEzNC4zMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01NDAuODcsMTI1LjU5Yy0wLjI0LTYuMzgtNC45My0xMS4wNy0xMS4xMy0xMS4wN2MtNy4wOSwwLTEyLjU2LDYuMjYtMTIuNTYsMTQuNSAgIGMwLDguMDYsNS4yMywxMy44OSwxMi41MSwxMy44OWM0LjY0LDAsOC42LTIuMzQsMTEuMTktNi41NWwtMS4yMS0xLjE0Yy0yLjM0LDIuMDQtNC43NSwzLjAxLTcuNTgsMy4wMWMtMy4zLDAtNi4wMi0xLjM4LTgtNC4wOSAgIGMtMS42OS0yLjM1LTIuMzUtNC41Ny0yLjM1LTguNTRINTQwLjg3eiBNNTIyLjA0LDEyMy40MmMwLjYtNC4wOSwzLjA3LTYuNjgsNi42Mi02LjY4YzMuMjQsMCw1LjQxLDIuNDYsNS44OSw2LjY4SDUyMi4wNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01NTIuNzgsMTM0LjMxYzAsNC41MSwxLjA4LDUuNzcsNS4xMSw1Ljc3aDAuOTd2Mi4xN2gtMTUuNjR2LTIuMTdoMC40OGMyLjgzLDAsNC4wMy0xLjY4LDQuMDMtNS43N3YtMTIuOTMgICBsLTQuNTEtMi40MXYtMS4wMmw4LjMxLTMuNDNoMS4yNnY1Ljk2aDAuMTJsMC42LTEuMTVjMi4yOC0zLjM3LDMuOTEtNC41MSw2LjQ5LTQuNTFjMS40NCwwLDIuNzEsMC41NSwzLjc5LDEuNjkgICBjMC42NiwwLjY2LDAuOSwxLjE0LDAuOSwxLjY4YzAsMC42Ni0wLjU0LDIuMDQtMS4yMSwzLjEzYy0wLjMsMC40OC0wLjc4LDAuNzgtMS4zMiwwLjc4Yy0wLjc5LDAtMS40NC0wLjQyLTIuNDEtMS41NiAgIGMtMC43OS0wLjk3LTEuMzItMS4yMS0yLjE3LTEuMjFjLTEuNDQsMC0yLjUyLDAuOTYtNC44MSw0LjM5VjEzNC4zMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01ODkuODMsMTI1LjU5Yy0wLjI0LTYuMzgtNC45My0xMS4wNy0xMS4xMy0xMS4wN2MtNy4xLDAtMTIuNTcsNi4yNi0xMi41NywxNC41ICAgYzAsOC4wNiw1LjIzLDEzLjg5LDEyLjUxLDEzLjg5YzQuNjQsMCw4LjYtMi4zNCwxMS4xOS02LjU1bC0xLjIxLTEuMTRjLTIuMzQsMi4wNC00Ljc1LDMuMDEtNy41OCwzLjAxYy0zLjMsMC02LjAxLTEuMzgtOC00LjA5ICAgYy0xLjY5LTIuMzUtMi4zNC00LjU3LTIuMzQtOC41NEg1ODkuODN6IE01NzEsMTIzLjQyYzAuNi00LjA5LDMuMDYtNi42OCw2LjYyLTYuNjhjMy4yNCwwLDUuNDEsMi40Niw1Ljg5LDYuNjhINTcxeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTY4Mi4yMSwyMTkuMWMtMjMzLjMzLTM0LjczLTMyOS41LTMzLjA1LTU4Ny45MiwxOC4xM2w4MC4yOSwyMy45OGM5Ny40OC0zOS44MSwxNzEuNDQtNjIuNjEsMjMwLjAyLTc1LjM0ICAgYzY1LjIzLDE1LjI0LDEzMywzNi4xNiwyMDMuNzcsNjMuMTFMNjgyLjIxLDIxOS4xeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI5MC4zOCwzMDkuODZsNjAuNjgtMzIuODFoLTUxLjhsLTUwLjIzLDIwLjdDMjYwLjQ3LDI5OS40MSwyNzcuMSwzMDQuNjksMjkwLjM4LDMwOS44NiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTMzMS42LDI1My42Nmw1Ny40My0xNi42NWw1MS44NSwxMS45NkM0MDMuNzIsMjQ3LjQyLDM3MS42OSwyNDguNzIsMzMxLjYsMjUzLjY2Ii8+CjwvZz4KPC9zdmc+\")"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"pagination": {
|
|
4
|
+
"container": {
|
|
5
|
+
"background-color": { "value": "unset" },
|
|
6
|
+
"padding-inline-start": { "value": "0px" },
|
|
7
|
+
"padding-inline-end": { "value": "0px" },
|
|
8
|
+
"padding-block-start": { "value": "0px" },
|
|
9
|
+
"padding-block-end": { "value": "0px" }
|
|
10
|
+
},
|
|
11
|
+
"item": {
|
|
12
|
+
"gap": { "value": "{almere.size.2xs}" },
|
|
13
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
14
|
+
"background-color": { "value": "{almere.color.yellow.64}" },
|
|
15
|
+
"padding-inline-start": { "value": "{almere.size.xs}" },
|
|
16
|
+
"padding-inline-end": { "value": "{almere.size.xs}" },
|
|
17
|
+
"padding-block-start": { "value": "{almere.size.xs}" },
|
|
18
|
+
"padding-block-end": { "value": "{almere.size.xs}" },
|
|
19
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
20
|
+
"font-weight": { "value": "{almere.typography.font-weight.normal}" },
|
|
21
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
22
|
+
"border-width": { "value": "{almere.size.4xs}" },
|
|
23
|
+
"border-style": { "value": "solid" },
|
|
24
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
25
|
+
"border-bottom-width": {},
|
|
26
|
+
"border-bottom-style": {},
|
|
27
|
+
"border-bottom-color": {},
|
|
28
|
+
"border-radius": { "value": "3px" }
|
|
29
|
+
},
|
|
30
|
+
"navigation-button": {
|
|
31
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
32
|
+
"background-color": { "value": "{almere.color.yellow.64}" },
|
|
33
|
+
"border-width": { "value": "{almere.size.4xs}" },
|
|
34
|
+
"border-style": { "value": "solid" },
|
|
35
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
36
|
+
"border-bottom-width": {},
|
|
37
|
+
"border-bottom-style": {},
|
|
38
|
+
"border-bottom-color": { "value": "{almere.color.yellow.64}" },
|
|
39
|
+
"border-radius": { "value": "3px" },
|
|
40
|
+
"padding-inline-start": { "value": "{almere.size.xs}" },
|
|
41
|
+
"padding-inline-end": { "value": "{almere.size.xs}" },
|
|
42
|
+
"padding-block-start": { "value": "0px" },
|
|
43
|
+
"padding-block-end": { "value": "0px" },
|
|
44
|
+
"disabled": {
|
|
45
|
+
"color": { "value": "{almere.color.white.100}" },
|
|
46
|
+
"background-color": { "value": "{almere.color.grey.82}" },
|
|
47
|
+
"border-width": {},
|
|
48
|
+
"border-style": {},
|
|
49
|
+
"border-color": {},
|
|
50
|
+
"border-bottom-width": {},
|
|
51
|
+
"border-bottom-style": {},
|
|
52
|
+
"border-bottom-color": {},
|
|
53
|
+
"border-radius": {}
|
|
54
|
+
},
|
|
55
|
+
"hover": {
|
|
56
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
57
|
+
"background-color": { "value": "{almere.color.white.100}" },
|
|
58
|
+
"border-width": { "value": "{almere.size.4xs}" },
|
|
59
|
+
"border-style": { "value": "solid" },
|
|
60
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
61
|
+
"border-bottom-width": { "value": "{almere.size.4xs}" },
|
|
62
|
+
"border-bottom-style": { "value": "solid" },
|
|
63
|
+
"border-bottom-color": { "value": "{almere.color.yellow.64}" },
|
|
64
|
+
"border-radius": { "value": "3px" }
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"current-page": {
|
|
68
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
69
|
+
"background-color": { "value": "{almere.color.white.100}" },
|
|
70
|
+
"font-weight": { "value": "{almere.typography.font-weight.bold}" },
|
|
71
|
+
"text-decoration": { "value": "underline" },
|
|
72
|
+
"border-width": { "value": "{almere.size.4xs}" },
|
|
73
|
+
"border-style": { "value": "solid" },
|
|
74
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
75
|
+
"border-bottom-width": {},
|
|
76
|
+
"border-bottom-style": {},
|
|
77
|
+
"border-bottom-color": {}
|
|
78
|
+
},
|
|
79
|
+
"page": {
|
|
80
|
+
"hover": {
|
|
81
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
82
|
+
"background-color": { "value": "{almere.color.white.100}" },
|
|
83
|
+
"text-decoration": { "value": "unset" },
|
|
84
|
+
"text-decoration-thickness": { "value": "0px" },
|
|
85
|
+
"border-width": { "value": "{almere.size.4xs}" },
|
|
86
|
+
"border-style": { "value": "solid" },
|
|
87
|
+
"border-color": { "value": "{almere.color.yellow.89}" },
|
|
88
|
+
"border-bottom-width": {},
|
|
89
|
+
"border-bottom-style": {},
|
|
90
|
+
"border-bottom-color": {}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"input-select": {
|
|
4
|
+
"background-color": { "value": "{almere.color.white.100}" },
|
|
5
|
+
"border": { "value": "{almere.size.4xs} solid {almere.color.grey.48}" },
|
|
6
|
+
"border-focus": { "value": "unset" },
|
|
7
|
+
"border-radius": { "value": "{utrecht.form-control.border-radius}" },
|
|
8
|
+
"invalid-border-color": { "value": "{almere.color.error}" },
|
|
9
|
+
"padding-block-end": { "value": 0 },
|
|
10
|
+
"padding-block-start": { "value": 0 },
|
|
11
|
+
"hover": {},
|
|
12
|
+
"focus": {},
|
|
13
|
+
"list-option": {
|
|
14
|
+
"font-family": { "value": "{almere.typography.barlow.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": {},
|
|
17
|
+
"hover": {
|
|
18
|
+
"font-family": { "value": "{almere.typography.barlow.font-family}" },
|
|
19
|
+
"background-color": {},
|
|
20
|
+
"color": {}
|
|
21
|
+
},
|
|
22
|
+
"selected": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"color": {}
|
|
25
|
+
},
|
|
26
|
+
"focus": {
|
|
27
|
+
"background-color": {},
|
|
28
|
+
"color": {}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"placeholder": {
|
|
32
|
+
"color": {
|
|
33
|
+
"value": "{utrecht.form-control.placeholder.color}"
|
|
34
|
+
},
|
|
35
|
+
"font-family": { "value": "{almere.typography.barlow.font-family}" }
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
package/municipalities/almere-design-tokens/src/component/conduction/table-wrapper.tokens.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"table-wrapper": {
|
|
4
|
+
"scroll-button": {
|
|
5
|
+
"background-color": { "value": "{almere.color.white.100}" },
|
|
6
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
7
|
+
"padding-inline-start": { "value": "{almere.size.sm}" },
|
|
8
|
+
"padding-inline-end": { "value": "{almere.size.sm}" },
|
|
9
|
+
"padding-block-start": {},
|
|
10
|
+
"padding-block-end": {},
|
|
11
|
+
"border-width": {},
|
|
12
|
+
"border-style": {},
|
|
13
|
+
"border-color": {},
|
|
14
|
+
"hover": {
|
|
15
|
+
"background-color": { "value": "{almere.color.white.100}" },
|
|
16
|
+
"color": { "value": "{almere.color.primary}" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"tooltip": {
|
|
4
|
+
"background-color": { "value": "{almere.color.black.0}" },
|
|
5
|
+
"color": { "value": "{almere.color.white.100}" },
|
|
6
|
+
"padding-block-start": { "value": "{almere.size.xs}" },
|
|
7
|
+
"padding-block-end": { "value": "{almere.size.xs}" },
|
|
8
|
+
"padding-inline-start": { "value": "{almere.size.sm}" },
|
|
9
|
+
"padding-inline-end": { "value": "{almere.size.sm}" },
|
|
10
|
+
"border-width": { "value": "0px" },
|
|
11
|
+
"border-style": { "value": "unset" },
|
|
12
|
+
"border-color": { "value": "unset" },
|
|
13
|
+
"border-radius": { "value": "0px" },
|
|
14
|
+
"z-index": { "value": "9999" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"accordion": {
|
|
4
|
+
"button": {
|
|
5
|
+
"background-color": { "value": "{almere.color.yellow.64}" },
|
|
6
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
7
|
+
"border-width": {},
|
|
8
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
9
|
+
"active": {
|
|
10
|
+
"background-color": { "value": "{almere.color.yellow.89}" },
|
|
11
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
12
|
+
"color": { "value": "{almere.color.black.0}" }
|
|
13
|
+
},
|
|
14
|
+
"expanded": {
|
|
15
|
+
"background-color": { "value": "{almere.color.yellow.89}" },
|
|
16
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
17
|
+
"color": { "value": "{almere.color.black.0}" }
|
|
18
|
+
},
|
|
19
|
+
"focus": {
|
|
20
|
+
"background-color": { "value": "{almere.color.yellow.64}" },
|
|
21
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
22
|
+
"color": { "value": "{almere.color.black.0}" }
|
|
23
|
+
},
|
|
24
|
+
"font-family": { "value": "{almere.typography.barlow.font-family}" },
|
|
25
|
+
"font-size": { "value": "{almere.font-size.md}" },
|
|
26
|
+
"font-weight": { "value": "600" },
|
|
27
|
+
"hover": {
|
|
28
|
+
"background-color": { "value": "{almere.color.yellow.64}" },
|
|
29
|
+
"border-color": { "value": "{almere.color.yellow.64}" },
|
|
30
|
+
"color": { "value": "{almere.color.black.0}" }
|
|
31
|
+
},
|
|
32
|
+
"icon": {
|
|
33
|
+
"margin-inline-start": { "value": "{almere.size.xs}" },
|
|
34
|
+
"margin-inline-end": { "value": "{almere.size.xs}" },
|
|
35
|
+
"margin-block-start": { "value": "{almere.size.xs}" },
|
|
36
|
+
"margin-block-end": { "value": "{almere.size.xs}" },
|
|
37
|
+
"size": {},
|
|
38
|
+
"background-color": { "value": "" },
|
|
39
|
+
"fill": { "value": "currentColor" }
|
|
40
|
+
},
|
|
41
|
+
"line-height": { "value": "21px" },
|
|
42
|
+
"padding-block-end": { "value": "{almere.size.xs}" },
|
|
43
|
+
"padding-block-start": { "value": "{almere.size.xs}" },
|
|
44
|
+
"padding-inline-end": { "value": "{almere.size.xs}" },
|
|
45
|
+
"padding-inline-start": { "value": "{almere.size.xs}" }
|
|
46
|
+
},
|
|
47
|
+
"panel": {
|
|
48
|
+
"padding-inline-start": { "value": "{almere.size.md}" },
|
|
49
|
+
"padding-inline-end": { "value": "{almere.size.md}" },
|
|
50
|
+
"padding-block-start": { "value": "{almere.size.md}" },
|
|
51
|
+
"padding-block-end": { "value": "{almere.size.md}" },
|
|
52
|
+
"border-width": { "value": "1px" },
|
|
53
|
+
"border-color": { "value": "rgba(59, 103, 124, 0.25)" }
|
|
54
|
+
},
|
|
55
|
+
"section": {
|
|
56
|
+
"margin-block-start": {},
|
|
57
|
+
"margin-block-end": {},
|
|
58
|
+
"border-width": { "value": "none" },
|
|
59
|
+
"border-color": { "value": "none" },
|
|
60
|
+
"border-block-end-width": { "value": "none" }
|
|
61
|
+
},
|
|
62
|
+
"border-radius": { "value": "0px" },
|
|
63
|
+
"icon": {
|
|
64
|
+
"arrow-down": { "value": "transparent" }
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"background-color": { "value": "{almere.color.alert-info-background}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-width": {},
|
|
7
|
+
"color": { "value": "{almere.color.alert-info}" },
|
|
8
|
+
"padding-block-start": { "value": "1.5em" },
|
|
9
|
+
"padding-block-end": { "value": "1.5em" },
|
|
10
|
+
"padding-inline-start": { "value": "1.5em" },
|
|
11
|
+
"padding-inline-end": { "value": "1.5em" },
|
|
12
|
+
"margin-block-start": {},
|
|
13
|
+
"margin-block-end": {},
|
|
14
|
+
"warning": {
|
|
15
|
+
"background-color": { "value": "{almere.color.alert-warning-background}" },
|
|
16
|
+
"color": { "value": "{almere.color.alert-warning}" },
|
|
17
|
+
"border-color": {},
|
|
18
|
+
"border-width": {}
|
|
19
|
+
},
|
|
20
|
+
"error": {
|
|
21
|
+
"background-color": { "value": "{almere.color.alert-error-background}" },
|
|
22
|
+
"color": { "value": "{almere.color.alert-error}" },
|
|
23
|
+
"border-color": {},
|
|
24
|
+
"border-width": {}
|
|
25
|
+
},
|
|
26
|
+
"ok": {
|
|
27
|
+
"background-color": { "value": "{almere.color.alert-succes-background}" },
|
|
28
|
+
"color": { "value": "{almere.color.alert-succes}" },
|
|
29
|
+
"border-color": {},
|
|
30
|
+
"border-width": {}
|
|
31
|
+
},
|
|
32
|
+
"icon": {
|
|
33
|
+
"color": { "value": "{almere.color.alert-info}" },
|
|
34
|
+
"error": {
|
|
35
|
+
"color": { "value": "{almere.color.alert-error}" }
|
|
36
|
+
},
|
|
37
|
+
"warning": {
|
|
38
|
+
"color": { "value": "{almere.color.alert-warning}" }
|
|
39
|
+
},
|
|
40
|
+
"ok": {
|
|
41
|
+
"color": { "value": "{almere.color.alert-succes}" }
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"badge-counter": {
|
|
4
|
+
"background-color": { "value": "{almere.color.primary}" },
|
|
5
|
+
"border-radius": { "value": "50%" },
|
|
6
|
+
"color": { "value": "{almere.color.white.100}" },
|
|
7
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
8
|
+
"font-weight": { "value": "{almere.typography.font-weight.normal}" },
|
|
9
|
+
"padding-block": { "value": "{almere.size.2xs}" },
|
|
10
|
+
"padding-inline": { "value": "{almere.size.2xs}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"badge": {
|
|
4
|
+
"background-color": { "value": "{almere.color.black.0} " },
|
|
5
|
+
"border-radius": { "value": "0" },
|
|
6
|
+
"color": { "value": "{almere.color.white.100} " },
|
|
7
|
+
"font-size": { "value": "{almere.font-size.sm}" },
|
|
8
|
+
"font-weight": { "value": "{almere.typography.font-weight.normal}" },
|
|
9
|
+
"line-height": {},
|
|
10
|
+
"padding-block": { "value": "{almere.size.xs}" },
|
|
11
|
+
"padding-inline": { "value": "{almere.size.xs}" },
|
|
12
|
+
"text-transform": {}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"blockquote": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"color": {},
|
|
6
|
+
"margin-inline-start": { "value": "{almere.size.xl}" },
|
|
7
|
+
"margin-inline-end": { "value": "{almere.size.xl}" },
|
|
8
|
+
"margin-inline-block-start": {},
|
|
9
|
+
"margin-inline-block-end": {},
|
|
10
|
+
"font-size": {},
|
|
11
|
+
"font-style": {},
|
|
12
|
+
"font-family": {},
|
|
13
|
+
"padding-inline-start": {},
|
|
14
|
+
"padding-inline-end": {},
|
|
15
|
+
"padding-inline-block-start": {},
|
|
16
|
+
"padding-inline-block-end": {},
|
|
17
|
+
"attribution": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-size": {}
|
|
20
|
+
},
|
|
21
|
+
"content": {
|
|
22
|
+
"color": { "value": "{almere.color.black.0}" },
|
|
23
|
+
"font-size": { "value": "{almere.font-size.md}" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|