@conduction/theme 1.1.49 → 1.1.51
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 +195 -193
- 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/baarn-design-tokens/LICENSE.md +17 -0
- package/municipalities/baarn-design-tokens/README.md +3 -0
- package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/baarn-design-tokens/package.json +41 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/color.tokens.json +227 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/font-size.tokens.json +50 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/size.tokens.json +17 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/typography.tokens.json +43 -0
- package/municipalities/baarn-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/baarn-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +45 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/baarn-design-tokens/src/config.json +73 -0
- package/municipalities/baarn-design-tokens/src/font.scss +39 -0
- package/municipalities/baarn-design-tokens/src/index.scss +8 -0
- package/municipalities/baarn-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/bct-design-tokens/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 +3 -3
- 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/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 +121 -121
- 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 +45 -45
- 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 +27 -27
- 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 +14 -14
- 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 +34 -34
- 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/package.json +55 -54
package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"logo": {
|
|
4
|
-
"header": {
|
|
5
|
-
"inline-size": { "value": "326.5px" },
|
|
6
|
-
"block-size": { "value": "65px" },
|
|
7
|
-
"background-image": {
|
|
8
|
-
"value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNSIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDMyNi41IDY1IiBhcmlhLWxhYmVsbGVkYnk9InNpdGUtbG9nby10aXRsZSBzaXRlLWxvZ28tZGVzYyIgY2xhc3M9ImxvZ29fX3N2ZyI+CiAgPGRlc2M+CiAgICBMb2dvIGRhdCBuYWFyIGRlIGhvb2ZkcGFnaW5hIGxlaWR0CiAgPC9kZXNjPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjI2LjkgMTUuM2MtLjYgMC0xLjktLjEtMi40LS4zbC0uMS0uN2MuNy4yIDEuNS4yIDIuMy4yLjkgMCAyLjctLjEgMi43LTEuNCAwLTIuMS00LjctLjQtNC43LTIuMiAwLS42LjUtMS4zLjktMS42bC0uMS0uMWMtLjktLjYtMS40LTEuMS0xLjQtMi4zIDAtMS43IDEuNS0yLjcgMy4xLTIuNy4zIDAgLjcuMS45LjFoMi4yVjVsLTEuMy0uMWMuNi41LjggMS4yLjggMS45IDAgMS44LTEuNSAyLjctMy4xIDIuN2gtLjdjLS4yLjItLjUuNS0uNS44IDAgMS4yIDQuOC0uMyA0LjggMi41LjEgMS45LTEuOSAyLjQtMy40IDIuNW0uMS0xMC41Yy0xLjIgMC0xLjYgMS4xLTEuNiAyLjFTMjI1LjggOSAyMjcgOXMxLjYtMS4xIDEuNi0yLjFjLS4xLTEtLjUtMi4xLTEuNi0yLjFtNiAyLjd2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuNy0yLjhDMjMzLjYgNC43IDIzMyA2IDIzMyA3aDMuMnYtLjNjMC0uOS0uNC0yLTEuNS0ybTEzLjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNSAwLTEuMi42LTEuNSAxdjUuN2gtMS4zVjYuOWMwLS45LS40LTEuOS0xLjUtMS45LS41IDAtMS4yLjUtMS41Ljl2NS43aC0xLjNWNC41bDEuMy0uM3YxYy43LS42IDEuMi0xIDIuMi0xIC44IDAgMS41LjMgMS44IDEuMi43LS43IDEuNC0xLjIgMi40LTEuMiAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNC42LTQuMnYuN2MwIDEuOC44IDIuOSAyLjcgMi45LjUgMCAxLS4xIDEuNi0uMmwtLjIuN2MtLjcuMS0xLjQuMi0yIC4yLTIuMiAwLTMuMy0xLjUtMy4zLTMuNiAwLTIgMS4xLTQgMy4zLTQgMiAwIDIuNyAxLjUgMi43IDMuMnptMS44LTIuOGMtMS4xIDAtMS43IDEuMy0xLjggMi4zaDMuMnYtLjNjMC0uOS0uMy0yLTEuNC0ybTUuMyAyLjh2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuOC0yLjhjLTEuMSAwLTEuNyAxLjMtMS44IDIuM2gzLjJ2LS4zYzAtLjktLjMtMi0xLjQtMm05LjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNiAwLTEuNC41LTEuOC45djUuN2gtMS4zVjQuNWwxLjMtLjN2MWMuNy0uNiAxLjUtMSAyLjUtMSAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNy4yIDBjLS41LjEtMSAuMi0xLjUuMi0xLjMgMC0xLjctLjctMS43LTEuOVY0LjloLS45di0uNmguOVYyLjZsMS4zLS4zdjJoMS42di41SDI3NnY0LjdjMCAxIC4yIDEuNCAxLjIgMS40LjMgMCAuNiAwIC45LS4xem0yLjItNC4ydi43YzAgMS44LjggMi45IDIuNyAyLjkuNSAwIDEtLjEgMS42LS4ybC0uMi43Yy0uNy4xLTEuNC4yLTIgLjItMi4yIDAtMy4zLTEuNS0zLjMtMy42IDAtMiAxLjEtNCAzLjMtNCAyIDAgMi43IDEuNSAyLjcgMy4yem0xLjgtMi44Yy0xLjEgMC0xLjcgMS4zLTEuOCAyLjNoMy4ydi0uM2MuMS0uOS0uMy0yLTEuNC0yTTU5LjMgNDcuNGMtNy4yIDAtMTAuNS02LjctMTAuNS0xMy4yczMuNS0xMy45IDEwLjktMTMuOGM3LjQgMCAxMC42IDYuNSAxMC42IDEzLjEgMCA2LjctMy4yIDEzLjgtMTEgMTMuOW0uNS0yNWMtNC44IDAtNS43IDgtNS43IDExLjUgMCAzLjMuOCAxMS4zIDUuNCAxMS4zUzY1IDM2LjkgNjUgMzMuNWMwLTMuMi0uNi0xMS4xLTUuMi0xMS4xbTIzLjMgMjQuNXYtMS44YTguMSA4LjEgMCAwIDEtNS4yIDIuMWMtMy44IDAtNC41LTQuNi00LjUtNy41VjI4LjZsNC42LTF2MTEuOGMwIDEuNS4yIDQuNyAyLjMgNC43IDEuMSAwIDIuMS0uNyAyLjgtMS41di0xNGw0LjYtMXYxOS4yem0xOC41IDBWMzAuN2MtLjgtLjUtMS42LS44LTIuNS0uOC0yLjkgMC0zLjMgNS40LTMuMyA3LjUgMCAyLjQuNSA3LjkgMy44IDcuOS42IDAgMS4yIDAgMS44LS4zbC0uNCAxLjljLS45LjMtMi4xLjQtMy4xLjQtNS4xIDAtNy01LTctOS40czIuMi0xMC4yIDcuNS0xMC4yYzEuMiAwIDIuMy4zIDMuNC45di05LjhsNC42LTF2MjguOWMtLjEuMi00LjguMi00LjguMm0xMi4zLTEwLjN2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTcuMyAxMi43VjIxaDQuNnYyNS45em03LjQgOS0xLTEuNmMzLjYtLjMgNC00LjggNC03LjZWMjFoNC42djI0LjdjMCA1LjItMS41IDEwLjEtNy42IDEwLjJtMTYuNy04LjZjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTE0IDBjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTEzLjQtMTAuN3YuM2MwIDMuOC42IDcuOSA1LjUgNy45IDEuMiAwIDIuNC0uMyAzLjUtLjdsLS42IDIuM2MtMS43LjYtMy42LjktNS40LjktNS41IDAtNy45LTQuMi04LTkuMiAwLTUgMi41LTEwLjMgOC4xLTEwLjMgNS4yIDAgNi43IDQuNCA2LjcgOC44em01LjItMi40YzAtMS45LS4yLTQuNC0yLjMtNC40LTIuMyAwLTIuOSAzLjUtMi45IDUuMmg1LjN2LS44em03LjcgMTIuN3YtMjhsNC42LTF2MjguOWgtNC42em0xMi44LjRjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAuMSA0LTMgNi4xLTYuOCA2LjFtMTktLjhjLTEuNi40LTMuMi44LTQuOC44LTMuMSAwLTMuOC0yLjMtMy44LTQuOVYyOS44aC0ydi0xLjZoMS45di00LjNsNC42LTF2NS4zaDMuOHYxLjZoLTMuOHYxMS43YzAgMS44LjIgMyAyLjMgM3ExLjA1IDAgMi4xLS4zYy4xIDAtLjMgMi4zLS4zIDIuM20xMi4zLTEzLjZjLS40LS41LTEuMi0xLjEtMS45LTEuMS0xLjUgMC0yLjUgMS45LTMuMSAzLjF2MTEuOWgtNC42VjI4LjZsNC42LTF2NGMuNi0xLjUgMi0zLjkgMy44LTMuOGE0IDQgMCAwIDEgMi4zLjh6bTYuNCAzLjd2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTAuNyAyLjR2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zem0xMi4zIDEyLjdoLTQuNnYtMjhsNC42LTF6bTYuNS40LTYuNC0xMC43IDcuMS04LjVoMy4xbC02LjIgNy42IDYuOSAxMC43eiIvPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjUzLjcgNTVjMS42LjkgMy4yIDEuNCA0LjkgMS42di4zYzIuMi40IDQuNiAxLjYgNi45LjYgMi4yLjEgNC4zLjUgNi40IDEuMS0uOC4xLTEuNS4yLTIuMyAwIDEuOC45IDQuMiAxIDYuNCAxLjNsLjQuNmMxIC4yIDIuMi4zIDMuMy4yLS4xLjItLjMgMC0uNC4yIDIuOCAxIDYgLjggOC45IDEuNGwtLjEtLjVjMS44LjkgNCAuOCA2LjEgMS4yIDItMSA0LjEgMCA2LjMtLjJsMS40LS4yYzAgLjMtLjEuNS0uMS43IDIuNS0uNSA0LjcuMiA3LjItLjQtLjItLjItLjgtLjMtMS4yLS40IDMuOC40IDguMy44IDEyLjgtLjJsNS44LS44Yy02LjIgMS42LTEzLjEgMi42LTE5LjggMy0yMS45IDItNDIuMS0xLjUtNjEtOC45bC04LjgtMi44YzEtLjMgOC0uNiA4LS42IDQuOSAxLjYgMy45IDIgOC45IDIuOE0uMSAzNC41Yy0uMS4xLS4zLjMgMCAuMS4xLS4xIDIuNi0xLjcgMi42LTEuN0w0IDMxLjR6bTEwLjctOWMtLjYuNC0zLjggMi43LTIuNyAyLjUuNi0uMS42LjEuNC4yczMuOC0zLjIgMy44LTMuMi0yLjcgMi40LTQgMi45Yy0uMy4xLS4zIDAtLjEtLjIuMy0uMyAxLjctMS41IDIuNi0yLjJtNi4yLTRjLS4yLjMtLjguOC0uOSAxczAgLjEuMS4xYy4yLS4xIDEuNy0xLjEgMS45LTEuMy4yLS4xLjYtLjQgMC0uMi0uNy4yLTEuMS40LTEuMS40bTEzMS43LTEyLS41LS4yYy4xLjIuMy4yLjUuMm0tMTIuNC02LjMtLjEuMmMtMy4yLS43LTYuOC0uNi05LjYtMi4xLTUuMS40LTEwLjItMS0xNS40LTEuMS42LS4yIDEuMy4xIDEuOC0uMi0xMS40IDAtMjMuMy4yLTM0LjUgMS42LTQuOS43LTkuOSAxLjItMTQuNCAyLjYtMTMuNCAyLjktMjYuNCA2LjYtMzguMiAxMy4xQzM1IDEzLjIgNDQuNiAxMC42IDU0IDcuNmMxMS0xLjggMjEuMy00LjggMzIuNy01LjNsLjUuNWMtMi4yLjItNC42LjMtNi45LjZsMiAuMS02LjEgMWM3LjctMS4zIDE1LjgtMS42IDI0LTEuOS00LjQtLjMtOC44LjUtMTMtLjMgMy43LS42IDcuNi0uNyAxMS42LS44IDggLjIgMTYuMS4zIDIzLjYgMS43bC0uNi4yYzEuNS0uNSAzLjUtLjQgNSAuMWwtLjUuNWM0LjEuMiA4IDEuMyAxMS43IDIuMi0uNC4xLS44LjMtMS4yLjIgMiAuMyAzLjguOSA1LjUgMS43bC4yLS40Yy43LS4xIDEuMi4xIDEuOC4yIDEuNCAxLjEgMy40LjcgNS4xIDEuMnYuM2MtLjMtLjEtLjYgMC0uOCAwbDQuNyAxLjUuMS0uM2MxLS4xIDEuOC42IDIuNyAxbC0uOS45LTcuMi0xLjZjMi4xLjggNC44LjcgNi41IDIuM2wtLjEuMWMtLjEtLjEtLjMtLjEtLjQtLjFsMTkuMiA2LjctLjgtLjhjMS4zLjQgMi42IDEuMSAzLjcgMiAyLjQgMCA0LjUuOSA2LjUgMiAxLjItLjYgMi43LTEuMyA0LjMtMS44LTE2LTcuOS0zMi42LTE0LjYtNTAuNi0xOC4xbS02MS43LjktMS4yLjQgMS44LS40em00LjEuOWMtMS42IDAtMy4yLjQtNC44LjYgMS42LjEgMy4zLS40IDQuOC0uNiIvPgo8L3N2Zz4K\")"
|
|
9
|
-
},
|
|
10
|
-
"hover": {
|
|
11
|
-
"filter": {
|
|
12
|
-
"value": "invert(23%) sepia(92%) saturate(2177%) hue-rotate(185deg) brightness(92%) contrast(101%);"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"footer": {
|
|
17
|
-
"inline-size": { "value": "220px" },
|
|
18
|
-
"block-size": { "value": "40px" },
|
|
19
|
-
"background-image": {},
|
|
20
|
-
"hover": {
|
|
21
|
-
"filter": {}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"navbar": {
|
|
25
|
-
"inline-size": { "value": "276px" },
|
|
26
|
-
"block-size": { "value": "53px" },
|
|
27
|
-
"background-image": {
|
|
28
|
-
"value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNSIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDMyNi41IDY1IiBhcmlhLWxhYmVsbGVkYnk9InNpdGUtbG9nby10aXRsZSBzaXRlLWxvZ28tZGVzYyIgY2xhc3M9ImxvZ29fX3N2ZyI+CiAgPGRlc2M+CiAgICBMb2dvIGRhdCBuYWFyIGRlIGhvb2ZkcGFnaW5hIGxlaWR0CiAgPC9kZXNjPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjI2LjkgMTUuM2MtLjYgMC0xLjktLjEtMi40LS4zbC0uMS0uN2MuNy4yIDEuNS4yIDIuMy4yLjkgMCAyLjctLjEgMi43LTEuNCAwLTIuMS00LjctLjQtNC43LTIuMiAwLS42LjUtMS4zLjktMS42bC0uMS0uMWMtLjktLjYtMS40LTEuMS0xLjQtMi4zIDAtMS43IDEuNS0yLjcgMy4xLTIuNy4zIDAgLjcuMS45LjFoMi4yVjVsLTEuMy0uMWMuNi41LjggMS4yLjggMS45IDAgMS44LTEuNSAyLjctMy4xIDIuN2gtLjdjLS4yLjItLjUuNS0uNS44IDAgMS4yIDQuOC0uMyA0LjggMi41LjEgMS45LTEuOSAyLjQtMy40IDIuNW0uMS0xMC41Yy0xLjIgMC0xLjYgMS4xLTEuNiAyLjFTMjI1LjggOSAyMjcgOXMxLjYtMS4xIDEuNi0yLjFjLS4xLTEtLjUtMi4xLTEuNi0yLjFtNiAyLjd2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuNy0yLjhDMjMzLjYgNC43IDIzMyA2IDIzMyA3aDMuMnYtLjNjMC0uOS0uNC0yLTEuNS0ybTEzLjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNSAwLTEuMi42LTEuNSAxdjUuN2gtMS4zVjYuOWMwLS45LS40LTEuOS0xLjUtMS45LS41IDAtMS4yLjUtMS41Ljl2NS43aC0xLjNWNC41bDEuMy0uM3YxYy43LS42IDEuMi0xIDIuMi0xIC44IDAgMS41LjMgMS44IDEuMi43LS43IDEuNC0xLjIgMi40LTEuMiAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNC42LTQuMnYuN2MwIDEuOC44IDIuOSAyLjcgMi45LjUgMCAxLS4xIDEuNi0uMmwtLjIuN2MtLjcuMS0xLjQuMi0yIC4yLTIuMiAwLTMuMy0xLjUtMy4zLTMuNiAwLTIgMS4xLTQgMy4zLTQgMiAwIDIuNyAxLjUgMi43IDMuMnptMS44LTIuOGMtMS4xIDAtMS43IDEuMy0xLjggMi4zaDMuMnYtLjNjMC0uOS0uMy0yLTEuNC0ybTUuMyAyLjh2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuOC0yLjhjLTEuMSAwLTEuNyAxLjMtMS44IDIuM2gzLjJ2LS4zYzAtLjktLjMtMi0xLjQtMm05LjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNiAwLTEuNC41LTEuOC45djUuN2gtMS4zVjQuNWwxLjMtLjN2MWMuNy0uNiAxLjUtMSAyLjUtMSAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNy4yIDBjLS41LjEtMSAuMi0xLjUuMi0xLjMgMC0xLjctLjctMS43LTEuOVY0LjloLS45di0uNmguOVYyLjZsMS4zLS4zdjJoMS42di41SDI3NnY0LjdjMCAxIC4yIDEuNCAxLjIgMS40LjMgMCAuNiAwIC45LS4xem0yLjItNC4ydi43YzAgMS44LjggMi45IDIuNyAyLjkuNSAwIDEtLjEgMS42LS4ybC0uMi43Yy0uNy4xLTEuNC4yLTIgLjItMi4yIDAtMy4zLTEuNS0zLjMtMy42IDAtMiAxLjEtNCAzLjMtNCAyIDAgMi43IDEuNSAyLjcgMy4yem0xLjgtMi44Yy0xLjEgMC0xLjcgMS4zLTEuOCAyLjNoMy4ydi0uM2MuMS0uOS0uMy0yLTEuNC0yTTU5LjMgNDcuNGMtNy4yIDAtMTAuNS02LjctMTAuNS0xMy4yczMuNS0xMy45IDEwLjktMTMuOGM3LjQgMCAxMC42IDYuNSAxMC42IDEzLjEgMCA2LjctMy4yIDEzLjgtMTEgMTMuOW0uNS0yNWMtNC44IDAtNS43IDgtNS43IDExLjUgMCAzLjMuOCAxMS4zIDUuNCAxMS4zUzY1IDM2LjkgNjUgMzMuNWMwLTMuMi0uNi0xMS4xLTUuMi0xMS4xbTIzLjMgMjQuNXYtMS44YTguMSA4LjEgMCAwIDEtNS4yIDIuMWMtMy44IDAtNC41LTQuNi00LjUtNy41VjI4LjZsNC42LTF2MTEuOGMwIDEuNS4yIDQuNyAyLjMgNC43IDEuMSAwIDIuMS0uNyAyLjgtMS41di0xNGw0LjYtMXYxOS4yem0xOC41IDBWMzAuN2MtLjgtLjUtMS42LS44LTIuNS0uOC0yLjkgMC0zLjMgNS40LTMuMyA3LjUgMCAyLjQuNSA3LjkgMy44IDcuOS42IDAgMS4yIDAgMS44LS4zbC0uNCAxLjljLS45LjMtMi4xLjQtMy4xLjQtNS4xIDAtNy01LTctOS40czIuMi0xMC4yIDcuNS0xMC4yYzEuMiAwIDIuMy4zIDMuNC45di05LjhsNC42LTF2MjguOWMtLjEuMi00LjguMi00LjguMm0xMi4zLTEwLjN2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTcuMyAxMi43VjIxaDQuNnYyNS45em03LjQgOS0xLTEuNmMzLjYtLjMgNC00LjggNC03LjZWMjFoNC42djI0LjdjMCA1LjItMS41IDEwLjEtNy42IDEwLjJtMTYuNy04LjZjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTE0IDBjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTEzLjQtMTAuN3YuM2MwIDMuOC42IDcuOSA1LjUgNy45IDEuMiAwIDIuNC0uMyAzLjUtLjdsLS42IDIuM2MtMS43LjYtMy42LjktNS40LjktNS41IDAtNy45LTQuMi04LTkuMiAwLTUgMi41LTEwLjMgOC4xLTEwLjMgNS4yIDAgNi43IDQuNCA2LjcgOC44em01LjItMi40YzAtMS45LS4yLTQuNC0yLjMtNC40LTIuMyAwLTIuOSAzLjUtMi45IDUuMmg1LjN2LS44em03LjcgMTIuN3YtMjhsNC42LTF2MjguOWgtNC42em0xMi44LjRjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAuMSA0LTMgNi4xLTYuOCA2LjFtMTktLjhjLTEuNi40LTMuMi44LTQuOC44LTMuMSAwLTMuOC0yLjMtMy44LTQuOVYyOS44aC0ydi0xLjZoMS45di00LjNsNC42LTF2NS4zaDMuOHYxLjZoLTMuOHYxMS43YzAgMS44LjIgMyAyLjMgM3ExLjA1IDAgMi4xLS4zYy4xIDAtLjMgMi4zLS4zIDIuM20xMi4zLTEzLjZjLS40LS41LTEuMi0xLjEtMS45LTEuMS0xLjUgMC0yLjUgMS45LTMuMSAzLjF2MTEuOWgtNC42VjI4LjZsNC42LTF2NGMuNi0xLjUgMi0zLjkgMy44LTMuOGE0IDQgMCAwIDEgMi4zLjh6bTYuNCAzLjd2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTAuNyAyLjR2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zem0xMi4zIDEyLjdoLTQuNnYtMjhsNC42LTF6bTYuNS40LTYuNC0xMC43IDcuMS04LjVoMy4xbC02LjIgNy42IDYuOSAxMC43eiIvPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjUzLjcgNTVjMS42LjkgMy4yIDEuNCA0LjkgMS42di4zYzIuMi40IDQuNiAxLjYgNi45LjYgMi4yLjEgNC4zLjUgNi40IDEuMS0uOC4xLTEuNS4yLTIuMyAwIDEuOC45IDQuMiAxIDYuNCAxLjNsLjQuNmMxIC4yIDIuMi4zIDMuMy4yLS4xLjItLjMgMC0uNC4yIDIuOCAxIDYgLjggOC45IDEuNGwtLjEtLjVjMS44LjkgNCAuOCA2LjEgMS4yIDItMSA0LjEgMCA2LjMtLjJsMS40LS4yYzAgLjMtLjEuNS0uMS43IDIuNS0uNSA0LjcuMiA3LjItLjQtLjItLjItLjgtLjMtMS4yLS40IDMuOC40IDguMy44IDEyLjgtLjJsNS44LS44Yy02LjIgMS42LTEzLjEgMi42LTE5LjggMy0yMS45IDItNDIuMS0xLjUtNjEtOC45bC04LjgtMi44YzEtLjMgOC0uNiA4LS42IDQuOSAxLjYgMy45IDIgOC45IDIuOE0uMSAzNC41Yy0uMS4xLS4zLjMgMCAuMS4xLS4xIDIuNi0xLjcgMi42LTEuN0w0IDMxLjR6bTEwLjctOWMtLjYuNC0zLjggMi43LTIuNyAyLjUuNi0uMS42LjEuNC4yczMuOC0zLjIgMy44LTMuMi0yLjcgMi40LTQgMi45Yy0uMy4xLS4zIDAtLjEtLjIuMy0uMyAxLjctMS41IDIuNi0yLjJtNi4yLTRjLS4yLjMtLjguOC0uOSAxczAgLjEuMS4xYy4yLS4xIDEuNy0xLjEgMS45LTEuMy4yLS4xLjYtLjQgMC0uMi0uNy4yLTEuMS40LTEuMS40bTEzMS43LTEyLS41LS4yYy4xLjIuMy4yLjUuMm0tMTIuNC02LjMtLjEuMmMtMy4yLS43LTYuOC0uNi05LjYtMi4xLTUuMS40LTEwLjItMS0xNS40LTEuMS42LS4yIDEuMy4xIDEuOC0uMi0xMS40IDAtMjMuMy4yLTM0LjUgMS42LTQuOS43LTkuOSAxLjItMTQuNCAyLjYtMTMuNCAyLjktMjYuNCA2LjYtMzguMiAxMy4xQzM1IDEzLjIgNDQuNiAxMC42IDU0IDcuNmMxMS0xLjggMjEuMy00LjggMzIuNy01LjNsLjUuNWMtMi4yLjItNC42LjMtNi45LjZsMiAuMS02LjEgMWM3LjctMS4zIDE1LjgtMS42IDI0LTEuOS00LjQtLjMtOC44LjUtMTMtLjMgMy43LS42IDcuNi0uNyAxMS42LS44IDggLjIgMTYuMS4zIDIzLjYgMS43bC0uNi4yYzEuNS0uNSAzLjUtLjQgNSAuMWwtLjUuNWM0LjEuMiA4IDEuMyAxMS43IDIuMi0uNC4xLS44LjMtMS4yLjIgMiAuMyAzLjguOSA1LjUgMS43bC4yLS40Yy43LS4xIDEuMi4xIDEuOC4yIDEuNCAxLjEgMy40LjcgNS4xIDEuMnYuM2MtLjMtLjEtLjYgMC0uOCAwbDQuNyAxLjUuMS0uM2MxLS4xIDEuOC42IDIuNyAxbC0uOS45LTcuMi0xLjZjMi4xLjggNC44LjcgNi41IDIuM2wtLjEuMWMtLjEtLjEtLjMtLjEtLjQtLjFsMTkuMiA2LjctLjgtLjhjMS4zLjQgMi42IDEuMSAzLjcgMiAyLjQgMCA0LjUuOSA2LjUgMiAxLjItLjYgMi43LTEuMyA0LjMtMS44LTE2LTcuOS0zMi42LTE0LjYtNTAuNi0xOC4xbS02MS43LjktMS4yLjQgMS44LS40em00LjEuOWMtMS42IDAtMy4yLjQtNC44LjYgMS42LjEgMy4zLS40IDQuOC0uNiIvPgo8L3N2Zz4K\")"
|
|
29
|
-
},
|
|
30
|
-
"hover": {
|
|
31
|
-
"filter": {
|
|
32
|
-
"value": "invert(23%) sepia(92%) saturate(2177%) hue-rotate(185deg) brightness(92%) contrast(101%);"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"logo": {
|
|
4
|
+
"header": {
|
|
5
|
+
"inline-size": { "value": "326.5px" },
|
|
6
|
+
"block-size": { "value": "65px" },
|
|
7
|
+
"background-image": {
|
|
8
|
+
"value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNSIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDMyNi41IDY1IiBhcmlhLWxhYmVsbGVkYnk9InNpdGUtbG9nby10aXRsZSBzaXRlLWxvZ28tZGVzYyIgY2xhc3M9ImxvZ29fX3N2ZyI+CiAgPGRlc2M+CiAgICBMb2dvIGRhdCBuYWFyIGRlIGhvb2ZkcGFnaW5hIGxlaWR0CiAgPC9kZXNjPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjI2LjkgMTUuM2MtLjYgMC0xLjktLjEtMi40LS4zbC0uMS0uN2MuNy4yIDEuNS4yIDIuMy4yLjkgMCAyLjctLjEgMi43LTEuNCAwLTIuMS00LjctLjQtNC43LTIuMiAwLS42LjUtMS4zLjktMS42bC0uMS0uMWMtLjktLjYtMS40LTEuMS0xLjQtMi4zIDAtMS43IDEuNS0yLjcgMy4xLTIuNy4zIDAgLjcuMS45LjFoMi4yVjVsLTEuMy0uMWMuNi41LjggMS4yLjggMS45IDAgMS44LTEuNSAyLjctMy4xIDIuN2gtLjdjLS4yLjItLjUuNS0uNS44IDAgMS4yIDQuOC0uMyA0LjggMi41LjEgMS45LTEuOSAyLjQtMy40IDIuNW0uMS0xMC41Yy0xLjIgMC0xLjYgMS4xLTEuNiAyLjFTMjI1LjggOSAyMjcgOXMxLjYtMS4xIDEuNi0yLjFjLS4xLTEtLjUtMi4xLTEuNi0yLjFtNiAyLjd2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuNy0yLjhDMjMzLjYgNC43IDIzMyA2IDIzMyA3aDMuMnYtLjNjMC0uOS0uNC0yLTEuNS0ybTEzLjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNSAwLTEuMi42LTEuNSAxdjUuN2gtMS4zVjYuOWMwLS45LS40LTEuOS0xLjUtMS45LS41IDAtMS4yLjUtMS41Ljl2NS43aC0xLjNWNC41bDEuMy0uM3YxYy43LS42IDEuMi0xIDIuMi0xIC44IDAgMS41LjMgMS44IDEuMi43LS43IDEuNC0xLjIgMi40LTEuMiAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNC42LTQuMnYuN2MwIDEuOC44IDIuOSAyLjcgMi45LjUgMCAxLS4xIDEuNi0uMmwtLjIuN2MtLjcuMS0xLjQuMi0yIC4yLTIuMiAwLTMuMy0xLjUtMy4zLTMuNiAwLTIgMS4xLTQgMy4zLTQgMiAwIDIuNyAxLjUgMi43IDMuMnptMS44LTIuOGMtMS4xIDAtMS43IDEuMy0xLjggMi4zaDMuMnYtLjNjMC0uOS0uMy0yLTEuNC0ybTUuMyAyLjh2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuOC0yLjhjLTEuMSAwLTEuNyAxLjMtMS44IDIuM2gzLjJ2LS4zYzAtLjktLjMtMi0xLjQtMm05LjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNiAwLTEuNC41LTEuOC45djUuN2gtMS4zVjQuNWwxLjMtLjN2MWMuNy0uNiAxLjUtMSAyLjUtMSAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNy4yIDBjLS41LjEtMSAuMi0xLjUuMi0xLjMgMC0xLjctLjctMS43LTEuOVY0LjloLS45di0uNmguOVYyLjZsMS4zLS4zdjJoMS42di41SDI3NnY0LjdjMCAxIC4yIDEuNCAxLjIgMS40LjMgMCAuNiAwIC45LS4xem0yLjItNC4ydi43YzAgMS44LjggMi45IDIuNyAyLjkuNSAwIDEtLjEgMS42LS4ybC0uMi43Yy0uNy4xLTEuNC4yLTIgLjItMi4yIDAtMy4zLTEuNS0zLjMtMy42IDAtMiAxLjEtNCAzLjMtNCAyIDAgMi43IDEuNSAyLjcgMy4yem0xLjgtMi44Yy0xLjEgMC0xLjcgMS4zLTEuOCAyLjNoMy4ydi0uM2MuMS0uOS0uMy0yLTEuNC0yTTU5LjMgNDcuNGMtNy4yIDAtMTAuNS02LjctMTAuNS0xMy4yczMuNS0xMy45IDEwLjktMTMuOGM3LjQgMCAxMC42IDYuNSAxMC42IDEzLjEgMCA2LjctMy4yIDEzLjgtMTEgMTMuOW0uNS0yNWMtNC44IDAtNS43IDgtNS43IDExLjUgMCAzLjMuOCAxMS4zIDUuNCAxMS4zUzY1IDM2LjkgNjUgMzMuNWMwLTMuMi0uNi0xMS4xLTUuMi0xMS4xbTIzLjMgMjQuNXYtMS44YTguMSA4LjEgMCAwIDEtNS4yIDIuMWMtMy44IDAtNC41LTQuNi00LjUtNy41VjI4LjZsNC42LTF2MTEuOGMwIDEuNS4yIDQuNyAyLjMgNC43IDEuMSAwIDIuMS0uNyAyLjgtMS41di0xNGw0LjYtMXYxOS4yem0xOC41IDBWMzAuN2MtLjgtLjUtMS42LS44LTIuNS0uOC0yLjkgMC0zLjMgNS40LTMuMyA3LjUgMCAyLjQuNSA3LjkgMy44IDcuOS42IDAgMS4yIDAgMS44LS4zbC0uNCAxLjljLS45LjMtMi4xLjQtMy4xLjQtNS4xIDAtNy01LTctOS40czIuMi0xMC4yIDcuNS0xMC4yYzEuMiAwIDIuMy4zIDMuNC45di05LjhsNC42LTF2MjguOWMtLjEuMi00LjguMi00LjguMm0xMi4zLTEwLjN2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTcuMyAxMi43VjIxaDQuNnYyNS45em03LjQgOS0xLTEuNmMzLjYtLjMgNC00LjggNC03LjZWMjFoNC42djI0LjdjMCA1LjItMS41IDEwLjEtNy42IDEwLjJtMTYuNy04LjZjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTE0IDBjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTEzLjQtMTAuN3YuM2MwIDMuOC42IDcuOSA1LjUgNy45IDEuMiAwIDIuNC0uMyAzLjUtLjdsLS42IDIuM2MtMS43LjYtMy42LjktNS40LjktNS41IDAtNy45LTQuMi04LTkuMiAwLTUgMi41LTEwLjMgOC4xLTEwLjMgNS4yIDAgNi43IDQuNCA2LjcgOC44em01LjItMi40YzAtMS45LS4yLTQuNC0yLjMtNC40LTIuMyAwLTIuOSAzLjUtMi45IDUuMmg1LjN2LS44em03LjcgMTIuN3YtMjhsNC42LTF2MjguOWgtNC42em0xMi44LjRjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAuMSA0LTMgNi4xLTYuOCA2LjFtMTktLjhjLTEuNi40LTMuMi44LTQuOC44LTMuMSAwLTMuOC0yLjMtMy44LTQuOVYyOS44aC0ydi0xLjZoMS45di00LjNsNC42LTF2NS4zaDMuOHYxLjZoLTMuOHYxMS43YzAgMS44LjIgMyAyLjMgM3ExLjA1IDAgMi4xLS4zYy4xIDAtLjMgMi4zLS4zIDIuM20xMi4zLTEzLjZjLS40LS41LTEuMi0xLjEtMS45LTEuMS0xLjUgMC0yLjUgMS45LTMuMSAzLjF2MTEuOWgtNC42VjI4LjZsNC42LTF2NGMuNi0xLjUgMi0zLjkgMy44LTMuOGE0IDQgMCAwIDEgMi4zLjh6bTYuNCAzLjd2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTAuNyAyLjR2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zem0xMi4zIDEyLjdoLTQuNnYtMjhsNC42LTF6bTYuNS40LTYuNC0xMC43IDcuMS04LjVoMy4xbC02LjIgNy42IDYuOSAxMC43eiIvPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjUzLjcgNTVjMS42LjkgMy4yIDEuNCA0LjkgMS42di4zYzIuMi40IDQuNiAxLjYgNi45LjYgMi4yLjEgNC4zLjUgNi40IDEuMS0uOC4xLTEuNS4yLTIuMyAwIDEuOC45IDQuMiAxIDYuNCAxLjNsLjQuNmMxIC4yIDIuMi4zIDMuMy4yLS4xLjItLjMgMC0uNC4yIDIuOCAxIDYgLjggOC45IDEuNGwtLjEtLjVjMS44LjkgNCAuOCA2LjEgMS4yIDItMSA0LjEgMCA2LjMtLjJsMS40LS4yYzAgLjMtLjEuNS0uMS43IDIuNS0uNSA0LjcuMiA3LjItLjQtLjItLjItLjgtLjMtMS4yLS40IDMuOC40IDguMy44IDEyLjgtLjJsNS44LS44Yy02LjIgMS42LTEzLjEgMi42LTE5LjggMy0yMS45IDItNDIuMS0xLjUtNjEtOC45bC04LjgtMi44YzEtLjMgOC0uNiA4LS42IDQuOSAxLjYgMy45IDIgOC45IDIuOE0uMSAzNC41Yy0uMS4xLS4zLjMgMCAuMS4xLS4xIDIuNi0xLjcgMi42LTEuN0w0IDMxLjR6bTEwLjctOWMtLjYuNC0zLjggMi43LTIuNyAyLjUuNi0uMS42LjEuNC4yczMuOC0zLjIgMy44LTMuMi0yLjcgMi40LTQgMi45Yy0uMy4xLS4zIDAtLjEtLjIuMy0uMyAxLjctMS41IDIuNi0yLjJtNi4yLTRjLS4yLjMtLjguOC0uOSAxczAgLjEuMS4xYy4yLS4xIDEuNy0xLjEgMS45LTEuMy4yLS4xLjYtLjQgMC0uMi0uNy4yLTEuMS40LTEuMS40bTEzMS43LTEyLS41LS4yYy4xLjIuMy4yLjUuMm0tMTIuNC02LjMtLjEuMmMtMy4yLS43LTYuOC0uNi05LjYtMi4xLTUuMS40LTEwLjItMS0xNS40LTEuMS42LS4yIDEuMy4xIDEuOC0uMi0xMS40IDAtMjMuMy4yLTM0LjUgMS42LTQuOS43LTkuOSAxLjItMTQuNCAyLjYtMTMuNCAyLjktMjYuNCA2LjYtMzguMiAxMy4xQzM1IDEzLjIgNDQuNiAxMC42IDU0IDcuNmMxMS0xLjggMjEuMy00LjggMzIuNy01LjNsLjUuNWMtMi4yLjItNC42LjMtNi45LjZsMiAuMS02LjEgMWM3LjctMS4zIDE1LjgtMS42IDI0LTEuOS00LjQtLjMtOC44LjUtMTMtLjMgMy43LS42IDcuNi0uNyAxMS42LS44IDggLjIgMTYuMS4zIDIzLjYgMS43bC0uNi4yYzEuNS0uNSAzLjUtLjQgNSAuMWwtLjUuNWM0LjEuMiA4IDEuMyAxMS43IDIuMi0uNC4xLS44LjMtMS4yLjIgMiAuMyAzLjguOSA1LjUgMS43bC4yLS40Yy43LS4xIDEuMi4xIDEuOC4yIDEuNCAxLjEgMy40LjcgNS4xIDEuMnYuM2MtLjMtLjEtLjYgMC0uOCAwbDQuNyAxLjUuMS0uM2MxLS4xIDEuOC42IDIuNyAxbC0uOS45LTcuMi0xLjZjMi4xLjggNC44LjcgNi41IDIuM2wtLjEuMWMtLjEtLjEtLjMtLjEtLjQtLjFsMTkuMiA2LjctLjgtLjhjMS4zLjQgMi42IDEuMSAzLjcgMiAyLjQgMCA0LjUuOSA2LjUgMiAxLjItLjYgMi43LTEuMyA0LjMtMS44LTE2LTcuOS0zMi42LTE0LjYtNTAuNi0xOC4xbS02MS43LjktMS4yLjQgMS44LS40em00LjEuOWMtMS42IDAtMy4yLjQtNC44LjYgMS42LjEgMy4zLS40IDQuOC0uNiIvPgo8L3N2Zz4K\")"
|
|
9
|
+
},
|
|
10
|
+
"hover": {
|
|
11
|
+
"filter": {
|
|
12
|
+
"value": "invert(23%) sepia(92%) saturate(2177%) hue-rotate(185deg) brightness(92%) contrast(101%);"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"footer": {
|
|
17
|
+
"inline-size": { "value": "220px" },
|
|
18
|
+
"block-size": { "value": "40px" },
|
|
19
|
+
"background-image": {},
|
|
20
|
+
"hover": {
|
|
21
|
+
"filter": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"navbar": {
|
|
25
|
+
"inline-size": { "value": "276px" },
|
|
26
|
+
"block-size": { "value": "53px" },
|
|
27
|
+
"background-image": {
|
|
28
|
+
"value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNSIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDMyNi41IDY1IiBhcmlhLWxhYmVsbGVkYnk9InNpdGUtbG9nby10aXRsZSBzaXRlLWxvZ28tZGVzYyIgY2xhc3M9ImxvZ29fX3N2ZyI+CiAgPGRlc2M+CiAgICBMb2dvIGRhdCBuYWFyIGRlIGhvb2ZkcGFnaW5hIGxlaWR0CiAgPC9kZXNjPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjI2LjkgMTUuM2MtLjYgMC0xLjktLjEtMi40LS4zbC0uMS0uN2MuNy4yIDEuNS4yIDIuMy4yLjkgMCAyLjctLjEgMi43LTEuNCAwLTIuMS00LjctLjQtNC43LTIuMiAwLS42LjUtMS4zLjktMS42bC0uMS0uMWMtLjktLjYtMS40LTEuMS0xLjQtMi4zIDAtMS43IDEuNS0yLjcgMy4xLTIuNy4zIDAgLjcuMS45LjFoMi4yVjVsLTEuMy0uMWMuNi41LjggMS4yLjggMS45IDAgMS44LTEuNSAyLjctMy4xIDIuN2gtLjdjLS4yLjItLjUuNS0uNS44IDAgMS4yIDQuOC0uMyA0LjggMi41LjEgMS45LTEuOSAyLjQtMy40IDIuNW0uMS0xMC41Yy0xLjIgMC0xLjYgMS4xLTEuNiAyLjFTMjI1LjggOSAyMjcgOXMxLjYtMS4xIDEuNi0yLjFjLS4xLTEtLjUtMi4xLTEuNi0yLjFtNiAyLjd2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuNy0yLjhDMjMzLjYgNC43IDIzMyA2IDIzMyA3aDMuMnYtLjNjMC0uOS0uNC0yLTEuNS0ybTEzLjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNSAwLTEuMi42LTEuNSAxdjUuN2gtMS4zVjYuOWMwLS45LS40LTEuOS0xLjUtMS45LS41IDAtMS4yLjUtMS41Ljl2NS43aC0xLjNWNC41bDEuMy0uM3YxYy43LS42IDEuMi0xIDIuMi0xIC44IDAgMS41LjMgMS44IDEuMi43LS43IDEuNC0xLjIgMi40LTEuMiAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNC42LTQuMnYuN2MwIDEuOC44IDIuOSAyLjcgMi45LjUgMCAxLS4xIDEuNi0uMmwtLjIuN2MtLjcuMS0xLjQuMi0yIC4yLTIuMiAwLTMuMy0xLjUtMy4zLTMuNiAwLTIgMS4xLTQgMy4zLTQgMiAwIDIuNyAxLjUgMi43IDMuMnptMS44LTIuOGMtMS4xIDAtMS43IDEuMy0xLjggMi4zaDMuMnYtLjNjMC0uOS0uMy0yLTEuNC0ybTUuMyAyLjh2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuOC0yLjhjLTEuMSAwLTEuNyAxLjMtMS44IDIuM2gzLjJ2LS4zYzAtLjktLjMtMi0xLjQtMm05LjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNiAwLTEuNC41LTEuOC45djUuN2gtMS4zVjQuNWwxLjMtLjN2MWMuNy0uNiAxLjUtMSAyLjUtMSAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNy4yIDBjLS41LjEtMSAuMi0xLjUuMi0xLjMgMC0xLjctLjctMS43LTEuOVY0LjloLS45di0uNmguOVYyLjZsMS4zLS4zdjJoMS42di41SDI3NnY0LjdjMCAxIC4yIDEuNCAxLjIgMS40LjMgMCAuNiAwIC45LS4xem0yLjItNC4ydi43YzAgMS44LjggMi45IDIuNyAyLjkuNSAwIDEtLjEgMS42LS4ybC0uMi43Yy0uNy4xLTEuNC4yLTIgLjItMi4yIDAtMy4zLTEuNS0zLjMtMy42IDAtMiAxLjEtNCAzLjMtNCAyIDAgMi43IDEuNSAyLjcgMy4yem0xLjgtMi44Yy0xLjEgMC0xLjcgMS4zLTEuOCAyLjNoMy4ydi0uM2MuMS0uOS0uMy0yLTEuNC0yTTU5LjMgNDcuNGMtNy4yIDAtMTAuNS02LjctMTAuNS0xMy4yczMuNS0xMy45IDEwLjktMTMuOGM3LjQgMCAxMC42IDYuNSAxMC42IDEzLjEgMCA2LjctMy4yIDEzLjgtMTEgMTMuOW0uNS0yNWMtNC44IDAtNS43IDgtNS43IDExLjUgMCAzLjMuOCAxMS4zIDUuNCAxMS4zUzY1IDM2LjkgNjUgMzMuNWMwLTMuMi0uNi0xMS4xLTUuMi0xMS4xbTIzLjMgMjQuNXYtMS44YTguMSA4LjEgMCAwIDEtNS4yIDIuMWMtMy44IDAtNC41LTQuNi00LjUtNy41VjI4LjZsNC42LTF2MTEuOGMwIDEuNS4yIDQuNyAyLjMgNC43IDEuMSAwIDIuMS0uNyAyLjgtMS41di0xNGw0LjYtMXYxOS4yem0xOC41IDBWMzAuN2MtLjgtLjUtMS42LS44LTIuNS0uOC0yLjkgMC0zLjMgNS40LTMuMyA3LjUgMCAyLjQuNSA3LjkgMy44IDcuOS42IDAgMS4yIDAgMS44LS4zbC0uNCAxLjljLS45LjMtMi4xLjQtMy4xLjQtNS4xIDAtNy01LTctOS40czIuMi0xMC4yIDcuNS0xMC4yYzEuMiAwIDIuMy4zIDMuNC45di05LjhsNC42LTF2MjguOWMtLjEuMi00LjguMi00LjguMm0xMi4zLTEwLjN2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTcuMyAxMi43VjIxaDQuNnYyNS45em03LjQgOS0xLTEuNmMzLjYtLjMgNC00LjggNC03LjZWMjFoNC42djI0LjdjMCA1LjItMS41IDEwLjEtNy42IDEwLjJtMTYuNy04LjZjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTE0IDBjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTEzLjQtMTAuN3YuM2MwIDMuOC42IDcuOSA1LjUgNy45IDEuMiAwIDIuNC0uMyAzLjUtLjdsLS42IDIuM2MtMS43LjYtMy42LjktNS40LjktNS41IDAtNy45LTQuMi04LTkuMiAwLTUgMi41LTEwLjMgOC4xLTEwLjMgNS4yIDAgNi43IDQuNCA2LjcgOC44em01LjItMi40YzAtMS45LS4yLTQuNC0yLjMtNC40LTIuMyAwLTIuOSAzLjUtMi45IDUuMmg1LjN2LS44em03LjcgMTIuN3YtMjhsNC42LTF2MjguOWgtNC42em0xMi44LjRjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAuMSA0LTMgNi4xLTYuOCA2LjFtMTktLjhjLTEuNi40LTMuMi44LTQuOC44LTMuMSAwLTMuOC0yLjMtMy44LTQuOVYyOS44aC0ydi0xLjZoMS45di00LjNsNC42LTF2NS4zaDMuOHYxLjZoLTMuOHYxMS43YzAgMS44LjIgMyAyLjMgM3ExLjA1IDAgMi4xLS4zYy4xIDAtLjMgMi4zLS4zIDIuM20xMi4zLTEzLjZjLS40LS41LTEuMi0xLjEtMS45LTEuMS0xLjUgMC0yLjUgMS45LTMuMSAzLjF2MTEuOWgtNC42VjI4LjZsNC42LTF2NGMuNi0xLjUgMi0zLjkgMy44LTMuOGE0IDQgMCAwIDEgMi4zLjh6bTYuNCAzLjd2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTAuNyAyLjR2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zem0xMi4zIDEyLjdoLTQuNnYtMjhsNC42LTF6bTYuNS40LTYuNC0xMC43IDcuMS04LjVoMy4xbC02LjIgNy42IDYuOSAxMC43eiIvPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjUzLjcgNTVjMS42LjkgMy4yIDEuNCA0LjkgMS42di4zYzIuMi40IDQuNiAxLjYgNi45LjYgMi4yLjEgNC4zLjUgNi40IDEuMS0uOC4xLTEuNS4yLTIuMyAwIDEuOC45IDQuMiAxIDYuNCAxLjNsLjQuNmMxIC4yIDIuMi4zIDMuMy4yLS4xLjItLjMgMC0uNC4yIDIuOCAxIDYgLjggOC45IDEuNGwtLjEtLjVjMS44LjkgNCAuOCA2LjEgMS4yIDItMSA0LjEgMCA2LjMtLjJsMS40LS4yYzAgLjMtLjEuNS0uMS43IDIuNS0uNSA0LjcuMiA3LjItLjQtLjItLjItLjgtLjMtMS4yLS40IDMuOC40IDguMy44IDEyLjgtLjJsNS44LS44Yy02LjIgMS42LTEzLjEgMi42LTE5LjggMy0yMS45IDItNDIuMS0xLjUtNjEtOC45bC04LjgtMi44YzEtLjMgOC0uNiA4LS42IDQuOSAxLjYgMy45IDIgOC45IDIuOE0uMSAzNC41Yy0uMS4xLS4zLjMgMCAuMS4xLS4xIDIuNi0xLjcgMi42LTEuN0w0IDMxLjR6bTEwLjctOWMtLjYuNC0zLjggMi43LTIuNyAyLjUuNi0uMS42LjEuNC4yczMuOC0zLjIgMy44LTMuMi0yLjcgMi40LTQgMi45Yy0uMy4xLS4zIDAtLjEtLjIuMy0uMyAxLjctMS41IDIuNi0yLjJtNi4yLTRjLS4yLjMtLjguOC0uOSAxczAgLjEuMS4xYy4yLS4xIDEuNy0xLjEgMS45LTEuMy4yLS4xLjYtLjQgMC0uMi0uNy4yLTEuMS40LTEuMS40bTEzMS43LTEyLS41LS4yYy4xLjIuMy4yLjUuMm0tMTIuNC02LjMtLjEuMmMtMy4yLS43LTYuOC0uNi05LjYtMi4xLTUuMS40LTEwLjItMS0xNS40LTEuMS42LS4yIDEuMy4xIDEuOC0uMi0xMS40IDAtMjMuMy4yLTM0LjUgMS42LTQuOS43LTkuOSAxLjItMTQuNCAyLjYtMTMuNCAyLjktMjYuNCA2LjYtMzguMiAxMy4xQzM1IDEzLjIgNDQuNiAxMC42IDU0IDcuNmMxMS0xLjggMjEuMy00LjggMzIuNy01LjNsLjUuNWMtMi4yLjItNC42LjMtNi45LjZsMiAuMS02LjEgMWM3LjctMS4zIDE1LjgtMS42IDI0LTEuOS00LjQtLjMtOC44LjUtMTMtLjMgMy43LS42IDcuNi0uNyAxMS42LS44IDggLjIgMTYuMS4zIDIzLjYgMS43bC0uNi4yYzEuNS0uNSAzLjUtLjQgNSAuMWwtLjUuNWM0LjEuMiA4IDEuMyAxMS43IDIuMi0uNC4xLS44LjMtMS4yLjIgMiAuMyAzLjguOSA1LjUgMS43bC4yLS40Yy43LS4xIDEuMi4xIDEuOC4yIDEuNCAxLjEgMy40LjcgNS4xIDEuMnYuM2MtLjMtLjEtLjYgMC0uOCAwbDQuNyAxLjUuMS0uM2MxLS4xIDEuOC42IDIuNyAxbC0uOS45LTcuMi0xLjZjMi4xLjggNC44LjcgNi41IDIuM2wtLjEuMWMtLjEtLjEtLjMtLjEtLjQtLjFsMTkuMiA2LjctLjgtLjhjMS4zLjQgMi42IDEuMSAzLjcgMiAyLjQgMCA0LjUuOSA2LjUgMiAxLjItLjYgMi43LTEuMyA0LjMtMS44LTE2LTcuOS0zMi42LTE0LjYtNTAuNi0xOC4xbS02MS43LjktMS4yLjQgMS44LS40em00LjEuOWMtMS42IDAtMy4yLjQtNC44LjYgMS42LjEgMy4zLS40IDQuOC0uNiIvPgo8L3N2Zz4K\")"
|
|
29
|
+
},
|
|
30
|
+
"hover": {
|
|
31
|
+
"filter": {
|
|
32
|
+
"value": "invert(23%) sepia(92%) saturate(2177%) hue-rotate(185deg) brightness(92%) contrast(101%);"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"primary": {
|
|
4
|
-
"top-nav": {
|
|
5
|
-
"color": { "value": "{oude-ijsselstreek.color.black.12}" },
|
|
6
|
-
"background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
|
|
7
|
-
"list": {
|
|
8
|
-
"border-color": {},
|
|
9
|
-
"border-style": {},
|
|
10
|
-
"border-width": {}
|
|
11
|
-
},
|
|
12
|
-
"hover": {
|
|
13
|
-
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
14
|
-
"background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
|
|
15
|
-
"box-shadow": { "value": "inset 0 -5px {oude-ijsselstreek.color.primary}" },
|
|
16
|
-
"font-weight": {}
|
|
17
|
-
},
|
|
18
|
-
"current": {
|
|
19
|
-
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
20
|
-
"background-color": { "value": "unset" },
|
|
21
|
-
"box-shadow": { "value": "inset 0 -5px {oude-ijsselstreek.color.primary}" },
|
|
22
|
-
"mobile": {
|
|
23
|
-
"box-shadow": { "value": "inset 5px 0 {oude-ijsselstreek.color.primary}" }
|
|
24
|
-
},
|
|
25
|
-
"font-weight": {}
|
|
26
|
-
},
|
|
27
|
-
"dropdown": {
|
|
28
|
-
"color": {},
|
|
29
|
-
"background-color": {},
|
|
30
|
-
"border-width": {},
|
|
31
|
-
"border-style": {},
|
|
32
|
-
"border-color": {},
|
|
33
|
-
"hover": {
|
|
34
|
-
"color": {},
|
|
35
|
-
"background-color": {},
|
|
36
|
-
"box-shadow": {},
|
|
37
|
-
"font-weight": {}
|
|
38
|
-
},
|
|
39
|
-
"current": {
|
|
40
|
-
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
41
|
-
"background-color": { "value": "unset" },
|
|
42
|
-
"box-shadow": { "value": "inset 0 -4px {oude-ijsselstreek.color.primary}" },
|
|
43
|
-
"mobile": {
|
|
44
|
-
"box-shadow": { "value": "inset 4px 0 {oude-ijsselstreek.color.primary}" }
|
|
45
|
-
},
|
|
46
|
-
"font-weight": {}
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"item": {
|
|
50
|
-
"padding": { "value": "18px" },
|
|
51
|
-
"border-radius": {},
|
|
52
|
-
"border-color": {},
|
|
53
|
-
"border-style": {},
|
|
54
|
-
"border-width": {},
|
|
55
|
-
"transition": {}
|
|
56
|
-
},
|
|
57
|
-
"padding-inline-end": { "value": "16px" },
|
|
58
|
-
"padding-inline-start": { "value": "16px" },
|
|
59
|
-
"padding-block-end": { "value": "16px" },
|
|
60
|
-
"padding-block-start": { "value": "16px" }
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
"secondary": {
|
|
64
|
-
"top-nav": {
|
|
65
|
-
"color": { "value": "{oude-ijsselstreek.color.black.0}" },
|
|
66
|
-
"background-color": { "value": "transparent" },
|
|
67
|
-
"hover": {
|
|
68
|
-
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
69
|
-
"background-color": { "value": "{oude-ijsselstreek.color.grey.90}" }
|
|
70
|
-
},
|
|
71
|
-
"current": {
|
|
72
|
-
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
73
|
-
"background-color": { "value": "unset" },
|
|
74
|
-
"box-shadow": { "value": "inset 0 -4px {oude-ijsselstreek.color.primary}" }
|
|
75
|
-
},
|
|
76
|
-
"font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
|
|
77
|
-
"font-weight": { "value": "400" },
|
|
78
|
-
"item": {
|
|
79
|
-
"padding": { "value": "18px" }
|
|
80
|
-
},
|
|
81
|
-
"padding-inline-end": { "value": "16px" },
|
|
82
|
-
"padding-inline-start": { "value": "16px" },
|
|
83
|
-
"padding-block-end": { "value": "16px" },
|
|
84
|
-
"padding-block-start": { "value": "16px" }
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"primary": {
|
|
4
|
+
"top-nav": {
|
|
5
|
+
"color": { "value": "{oude-ijsselstreek.color.black.12}" },
|
|
6
|
+
"background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
|
|
7
|
+
"list": {
|
|
8
|
+
"border-color": {},
|
|
9
|
+
"border-style": {},
|
|
10
|
+
"border-width": {}
|
|
11
|
+
},
|
|
12
|
+
"hover": {
|
|
13
|
+
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
14
|
+
"background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
|
|
15
|
+
"box-shadow": { "value": "inset 0 -5px {oude-ijsselstreek.color.primary}" },
|
|
16
|
+
"font-weight": {}
|
|
17
|
+
},
|
|
18
|
+
"current": {
|
|
19
|
+
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
20
|
+
"background-color": { "value": "unset" },
|
|
21
|
+
"box-shadow": { "value": "inset 0 -5px {oude-ijsselstreek.color.primary}" },
|
|
22
|
+
"mobile": {
|
|
23
|
+
"box-shadow": { "value": "inset 5px 0 {oude-ijsselstreek.color.primary}" }
|
|
24
|
+
},
|
|
25
|
+
"font-weight": {}
|
|
26
|
+
},
|
|
27
|
+
"dropdown": {
|
|
28
|
+
"color": {},
|
|
29
|
+
"background-color": {},
|
|
30
|
+
"border-width": {},
|
|
31
|
+
"border-style": {},
|
|
32
|
+
"border-color": {},
|
|
33
|
+
"hover": {
|
|
34
|
+
"color": {},
|
|
35
|
+
"background-color": {},
|
|
36
|
+
"box-shadow": {},
|
|
37
|
+
"font-weight": {}
|
|
38
|
+
},
|
|
39
|
+
"current": {
|
|
40
|
+
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
41
|
+
"background-color": { "value": "unset" },
|
|
42
|
+
"box-shadow": { "value": "inset 0 -4px {oude-ijsselstreek.color.primary}" },
|
|
43
|
+
"mobile": {
|
|
44
|
+
"box-shadow": { "value": "inset 4px 0 {oude-ijsselstreek.color.primary}" }
|
|
45
|
+
},
|
|
46
|
+
"font-weight": {}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"item": {
|
|
50
|
+
"padding": { "value": "18px" },
|
|
51
|
+
"border-radius": {},
|
|
52
|
+
"border-color": {},
|
|
53
|
+
"border-style": {},
|
|
54
|
+
"border-width": {},
|
|
55
|
+
"transition": {}
|
|
56
|
+
},
|
|
57
|
+
"padding-inline-end": { "value": "16px" },
|
|
58
|
+
"padding-inline-start": { "value": "16px" },
|
|
59
|
+
"padding-block-end": { "value": "16px" },
|
|
60
|
+
"padding-block-start": { "value": "16px" }
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"secondary": {
|
|
64
|
+
"top-nav": {
|
|
65
|
+
"color": { "value": "{oude-ijsselstreek.color.black.0}" },
|
|
66
|
+
"background-color": { "value": "transparent" },
|
|
67
|
+
"hover": {
|
|
68
|
+
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
69
|
+
"background-color": { "value": "{oude-ijsselstreek.color.grey.90}" }
|
|
70
|
+
},
|
|
71
|
+
"current": {
|
|
72
|
+
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
73
|
+
"background-color": { "value": "unset" },
|
|
74
|
+
"box-shadow": { "value": "inset 0 -4px {oude-ijsselstreek.color.primary}" }
|
|
75
|
+
},
|
|
76
|
+
"font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
|
|
77
|
+
"font-weight": { "value": "400" },
|
|
78
|
+
"item": {
|
|
79
|
+
"padding": { "value": "18px" }
|
|
80
|
+
},
|
|
81
|
+
"padding-inline-end": { "value": "16px" },
|
|
82
|
+
"padding-inline-start": { "value": "16px" },
|
|
83
|
+
"padding-block-end": { "value": "16px" },
|
|
84
|
+
"padding-block-start": { "value": "16px" }
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"input-select": {
|
|
4
|
-
"background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
|
|
5
|
-
"border": { "value": "{oude-ijsselstreek.size.4xs} solid {oude-ijsselstreek.color.grey.48}" },
|
|
6
|
-
"border-focus": { "value": "unset" },
|
|
7
|
-
"border-radius": { "value": "{utrecht.form-input.border-radius}" },
|
|
8
|
-
"invalid-border-color": { "value": "{oude-ijsselstreek.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": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
|
|
15
|
-
"background-color": {},
|
|
16
|
-
"color": {},
|
|
17
|
-
"hover": {
|
|
18
|
-
"font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.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-input.placeholder.color}"
|
|
34
|
-
},
|
|
35
|
-
"font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" }
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"input-select": {
|
|
4
|
+
"background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
|
|
5
|
+
"border": { "value": "{oude-ijsselstreek.size.4xs} solid {oude-ijsselstreek.color.grey.48}" },
|
|
6
|
+
"border-focus": { "value": "unset" },
|
|
7
|
+
"border-radius": { "value": "{utrecht.form-input.border-radius}" },
|
|
8
|
+
"invalid-border-color": { "value": "{oude-ijsselstreek.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": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": {},
|
|
17
|
+
"hover": {
|
|
18
|
+
"font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.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-input.placeholder.color}"
|
|
34
|
+
},
|
|
35
|
+
"font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" }
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"table-wrapper": {
|
|
4
|
-
"scroll-button": {
|
|
5
|
-
"background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
|
|
6
|
-
"color": { "value": "{oude-ijsselstreek.color.black.0}" },
|
|
7
|
-
"padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
|
|
8
|
-
"padding-inline-end": { "value": "{oude-ijsselstreek.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": "{oude-ijsselstreek.color.white.100}" },
|
|
16
|
-
"color": { "value": "{oude-ijsselstreek.color.primary}" }
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"table-wrapper": {
|
|
4
|
+
"scroll-button": {
|
|
5
|
+
"background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
|
|
6
|
+
"color": { "value": "{oude-ijsselstreek.color.black.0}" },
|
|
7
|
+
"padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
|
|
8
|
+
"padding-inline-end": { "value": "{oude-ijsselstreek.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": "{oude-ijsselstreek.color.white.100}" },
|
|
16
|
+
"color": { "value": "{oude-ijsselstreek.color.primary}" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"tabs": {
|
|
4
|
-
"tab": {
|
|
5
|
-
"background-color": { "value": "transparent" },
|
|
6
|
-
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
7
|
-
"border-width": {},
|
|
8
|
-
"border-style": {},
|
|
9
|
-
"border-color": {},
|
|
10
|
-
"border-bottom": {},
|
|
11
|
-
"border-bottom-width": {},
|
|
12
|
-
"border-bottom-style": {},
|
|
13
|
-
"border-bottom-color": {},
|
|
14
|
-
"bottom": { "value": "-2px" },
|
|
15
|
-
"padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
|
|
16
|
-
"padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
|
|
17
|
-
"padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
|
|
18
|
-
"padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
|
|
19
|
-
"margin-inline-end": {},
|
|
20
|
-
"font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
|
|
21
|
-
"font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
|
|
22
|
-
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
23
|
-
"max-width": { "value": "unset" },
|
|
24
|
-
"min-width": { "value": "160px" },
|
|
25
|
-
"min-height": { "value": "61px" },
|
|
26
|
-
"letter-spacing": {},
|
|
27
|
-
"text-transform": {},
|
|
28
|
-
"selected": {
|
|
29
|
-
"background-color": { "value": "transparent" },
|
|
30
|
-
"color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
|
|
31
|
-
"box-shadow": {},
|
|
32
|
-
"border-width": {},
|
|
33
|
-
"border-style": {},
|
|
34
|
-
"border-color": {},
|
|
35
|
-
"border-bottom": {},
|
|
36
|
-
"border-bottom-width": { "value": "{oude-ijsselstreek.size.3xs}" },
|
|
37
|
-
"border-bottom-style": { "value": "solid" },
|
|
38
|
-
"border-bottom-color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
39
|
-
"font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
|
|
40
|
-
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
41
|
-
"hover": {
|
|
42
|
-
"background-color": {},
|
|
43
|
-
"color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
|
|
44
|
-
"text-decoration": {}
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"hover": {
|
|
48
|
-
"background-color": {},
|
|
49
|
-
"color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
|
|
50
|
-
"text-decoration": {},
|
|
51
|
-
"font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" }
|
|
52
|
-
},
|
|
53
|
-
"list": {
|
|
54
|
-
"padding-inline-start": { "value": "0px" },
|
|
55
|
-
"margin-block-end": { "value": "0px" },
|
|
56
|
-
"border-bottom-width": { "value": "{oude-ijsselstreek.size.3xs}" },
|
|
57
|
-
"border-bottom-style": { "value": "solid" },
|
|
58
|
-
"border-bottom-color": { "value": "{oude-ijsselstreek.color.grey.82}" }
|
|
59
|
-
},
|
|
60
|
-
"panel": {
|
|
61
|
-
"background-color": {},
|
|
62
|
-
"padding-block-start": { "value": "{oude-ijsselstreek.size.lg}" },
|
|
63
|
-
"padding-block-end": { "value": "{oude-ijsselstreek.size.lg}" },
|
|
64
|
-
"padding-inline-start": { "value": "{oude-ijsselstreek.size.lg}" },
|
|
65
|
-
"padding-inline-end": { "value": "{oude-ijsselstreek.size.lg}" },
|
|
66
|
-
"border-width": {},
|
|
67
|
-
"border-style": {},
|
|
68
|
-
"border-color": {},
|
|
69
|
-
"border-top": {}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"scroll-button": {
|
|
73
|
-
"background-color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
74
|
-
"color": { "value": "{oude-ijsselstreek.color.white.100}" },
|
|
75
|
-
"border-width": {},
|
|
76
|
-
"border-style": {},
|
|
77
|
-
"border-color": {},
|
|
78
|
-
"hover": {
|
|
79
|
-
"background-color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
|
|
80
|
-
"color": { "value": "{oude-ijsselstreek.color.white.100}" }
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"tabs": {
|
|
4
|
+
"tab": {
|
|
5
|
+
"background-color": { "value": "transparent" },
|
|
6
|
+
"color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
7
|
+
"border-width": {},
|
|
8
|
+
"border-style": {},
|
|
9
|
+
"border-color": {},
|
|
10
|
+
"border-bottom": {},
|
|
11
|
+
"border-bottom-width": {},
|
|
12
|
+
"border-bottom-style": {},
|
|
13
|
+
"border-bottom-color": {},
|
|
14
|
+
"bottom": { "value": "-2px" },
|
|
15
|
+
"padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
|
|
16
|
+
"padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
|
|
17
|
+
"padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
|
|
18
|
+
"padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
|
|
19
|
+
"margin-inline-end": {},
|
|
20
|
+
"font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
|
|
21
|
+
"font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
|
|
22
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
23
|
+
"max-width": { "value": "unset" },
|
|
24
|
+
"min-width": { "value": "160px" },
|
|
25
|
+
"min-height": { "value": "61px" },
|
|
26
|
+
"letter-spacing": {},
|
|
27
|
+
"text-transform": {},
|
|
28
|
+
"selected": {
|
|
29
|
+
"background-color": { "value": "transparent" },
|
|
30
|
+
"color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"border-width": {},
|
|
33
|
+
"border-style": {},
|
|
34
|
+
"border-color": {},
|
|
35
|
+
"border-bottom": {},
|
|
36
|
+
"border-bottom-width": { "value": "{oude-ijsselstreek.size.3xs}" },
|
|
37
|
+
"border-bottom-style": { "value": "solid" },
|
|
38
|
+
"border-bottom-color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
39
|
+
"font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
|
|
40
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
41
|
+
"hover": {
|
|
42
|
+
"background-color": {},
|
|
43
|
+
"color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
|
|
44
|
+
"text-decoration": {}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"hover": {
|
|
48
|
+
"background-color": {},
|
|
49
|
+
"color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
|
|
50
|
+
"text-decoration": {},
|
|
51
|
+
"font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" }
|
|
52
|
+
},
|
|
53
|
+
"list": {
|
|
54
|
+
"padding-inline-start": { "value": "0px" },
|
|
55
|
+
"margin-block-end": { "value": "0px" },
|
|
56
|
+
"border-bottom-width": { "value": "{oude-ijsselstreek.size.3xs}" },
|
|
57
|
+
"border-bottom-style": { "value": "solid" },
|
|
58
|
+
"border-bottom-color": { "value": "{oude-ijsselstreek.color.grey.82}" }
|
|
59
|
+
},
|
|
60
|
+
"panel": {
|
|
61
|
+
"background-color": {},
|
|
62
|
+
"padding-block-start": { "value": "{oude-ijsselstreek.size.lg}" },
|
|
63
|
+
"padding-block-end": { "value": "{oude-ijsselstreek.size.lg}" },
|
|
64
|
+
"padding-inline-start": { "value": "{oude-ijsselstreek.size.lg}" },
|
|
65
|
+
"padding-inline-end": { "value": "{oude-ijsselstreek.size.lg}" },
|
|
66
|
+
"border-width": {},
|
|
67
|
+
"border-style": {},
|
|
68
|
+
"border-color": {},
|
|
69
|
+
"border-top": {}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"scroll-button": {
|
|
73
|
+
"background-color": { "value": "{oude-ijsselstreek.color.primary}" },
|
|
74
|
+
"color": { "value": "{oude-ijsselstreek.color.white.100}" },
|
|
75
|
+
"border-width": {},
|
|
76
|
+
"border-style": {},
|
|
77
|
+
"border-color": {},
|
|
78
|
+
"hover": {
|
|
79
|
+
"background-color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
|
|
80
|
+
"color": { "value": "{oude-ijsselstreek.color.white.100}" }
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|