@conduction/theme 1.1.49 → 1.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/openCatalogi.yaml +19 -19
- package/.prettierrc +12 -12
- package/README.md +1 -0
- package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
- package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
- package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/baarn-design-tokens/LICENSE.md +17 -0
- package/municipalities/baarn-design-tokens/README.md +3 -0
- package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/baarn-design-tokens/package.json +41 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/color.tokens.json +227 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/font-size.tokens.json +50 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/size.tokens.json +17 -0
- package/municipalities/baarn-design-tokens/src/brand/baarn/typography.tokens.json +43 -0
- package/municipalities/baarn-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/baarn-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +45 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/baarn-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/baarn-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/baarn-design-tokens/src/config.json +73 -0
- package/municipalities/baarn-design-tokens/src/font.scss +39 -0
- package/municipalities/baarn-design-tokens/src/index.scss +8 -0
- package/municipalities/baarn-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/bct-design-tokens/src/font.js +8 -8
- package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
- package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/epe-design-tokens/src/font.js +6 -6
- package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/gouda-design-tokens/src/font.js +4 -4
- package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
- package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
- package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/leiden-design-tokens/src/font.js +6 -6
- package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
- package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
- package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
- package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
- package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
- package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
- package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
- package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
- package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
- package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
- package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
- package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
- package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
- package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
- package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
- package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/zutphen-design-tokens/src/font.js +4 -4
- package/package.json +3 -2
- package/publiccode.yaml +83 -83
package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json
CHANGED
|
@@ -1,95 +1,95 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"pagination": {
|
|
4
|
-
"container": {
|
|
5
|
-
"background-color": { "value": "unset" },
|
|
6
|
-
"padding-inline-start": { "value": "0px" },
|
|
7
|
-
"padding-inline-end": { "value": "0px" },
|
|
8
|
-
"padding-block-start": { "value": "0px" },
|
|
9
|
-
"padding-block-end": { "value": "0px" }
|
|
10
|
-
},
|
|
11
|
-
"item": {
|
|
12
|
-
"gap": { "value": "{roosendaal.size.2xs}" },
|
|
13
|
-
"color": { "value": "{roosendaal.color.white.98}" },
|
|
14
|
-
"background-color": { "value": "{roosendaal.color.primary}" },
|
|
15
|
-
"padding-inline-start": { "value": "{roosendaal.size.sm}" },
|
|
16
|
-
"padding-inline-end": { "value": "{roosendaal.size.sm}" },
|
|
17
|
-
"padding-block-start": { "value": "{roosendaal.size.xs}" },
|
|
18
|
-
"padding-block-end": { "value": "{roosendaal.size.xs}" },
|
|
19
|
-
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
20
|
-
"font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
|
|
21
|
-
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
22
|
-
"border-width": {},
|
|
23
|
-
"border-style": {},
|
|
24
|
-
"border-color": {},
|
|
25
|
-
"border-bottom-width": {},
|
|
26
|
-
"border-bottom-style": {},
|
|
27
|
-
"border-bottom-color": {},
|
|
28
|
-
"border-radius": { "value": "0px" }
|
|
29
|
-
},
|
|
30
|
-
"navigation-button": {
|
|
31
|
-
"color": { "value": "{roosendaal.color.white.98}" },
|
|
32
|
-
"background-color": { "value": "{roosendaal.color.primary}" },
|
|
33
|
-
"border-width": {},
|
|
34
|
-
"border-style": {},
|
|
35
|
-
"border-color": {},
|
|
36
|
-
"border-bottom-width": {},
|
|
37
|
-
"border-bottom-style": {},
|
|
38
|
-
"border-bottom-color": {},
|
|
39
|
-
"border-radius": { "value": "0px" },
|
|
40
|
-
"padding-inline-start": { "value": "{roosendaal.size.sm}" },
|
|
41
|
-
"padding-inline-end": { "value": "{roosendaal.size.sm}" },
|
|
42
|
-
"padding-block-start": { "value": "{roosendaal.size.xs}" },
|
|
43
|
-
"padding-block-end": { "value": "{roosendaal.size.xs}" },
|
|
44
|
-
"disabled": {
|
|
45
|
-
"color": { "value": "{roosendaal.color.white.98}" },
|
|
46
|
-
"background-color": { "value": "{roosendaal.color.grey.82}" },
|
|
47
|
-
"border-width": {},
|
|
48
|
-
"border-style": {},
|
|
49
|
-
"border-color": {},
|
|
50
|
-
"border-bottom-width": {},
|
|
51
|
-
"border-bottom-style": {},
|
|
52
|
-
"border-bottom-color": {},
|
|
53
|
-
"border-radius": { "value": "0px" }
|
|
54
|
-
},
|
|
55
|
-
"hover": {
|
|
56
|
-
"color": { "value": "{roosendaal.color.white.98}" },
|
|
57
|
-
"background-color": { "value": "{roosendaal.color.primary-hover}" },
|
|
58
|
-
"border-width": {},
|
|
59
|
-
"border-style": {},
|
|
60
|
-
"border-color": {},
|
|
61
|
-
"border-bottom-width": {},
|
|
62
|
-
"border-bottom-style": {},
|
|
63
|
-
"border-bottom-color": {},
|
|
64
|
-
"border-radius": { "value": "0px" }
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"current-page": {
|
|
68
|
-
"color": { "value": "{roosendaal.color.white.98}" },
|
|
69
|
-
"background-color": { "value": "{roosendaal.color.green.19}" },
|
|
70
|
-
"font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
|
|
71
|
-
"text-decoration": { "value": "none" },
|
|
72
|
-
"border-width": {},
|
|
73
|
-
"border-style": {},
|
|
74
|
-
"border-color": {},
|
|
75
|
-
"border-bottom-width": {},
|
|
76
|
-
"border-bottom-style": {},
|
|
77
|
-
"border-bottom-color": {}
|
|
78
|
-
},
|
|
79
|
-
"page": {
|
|
80
|
-
"hover": {
|
|
81
|
-
"color": { "value": "{roosendaal.color.white.98}" },
|
|
82
|
-
"background-color": { "value": "{roosendaal.color.primary-hover}" },
|
|
83
|
-
"text-decoration": { "value": "underline" },
|
|
84
|
-
"text-decoration-thickness": { "value": "3px" },
|
|
85
|
-
"border-width": {},
|
|
86
|
-
"border-style": {},
|
|
87
|
-
"border-color": {},
|
|
88
|
-
"border-bottom-width": {},
|
|
89
|
-
"border-bottom-style": {},
|
|
90
|
-
"border-bottom-color": {}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"pagination": {
|
|
4
|
+
"container": {
|
|
5
|
+
"background-color": { "value": "unset" },
|
|
6
|
+
"padding-inline-start": { "value": "0px" },
|
|
7
|
+
"padding-inline-end": { "value": "0px" },
|
|
8
|
+
"padding-block-start": { "value": "0px" },
|
|
9
|
+
"padding-block-end": { "value": "0px" }
|
|
10
|
+
},
|
|
11
|
+
"item": {
|
|
12
|
+
"gap": { "value": "{roosendaal.size.2xs}" },
|
|
13
|
+
"color": { "value": "{roosendaal.color.white.98}" },
|
|
14
|
+
"background-color": { "value": "{roosendaal.color.primary}" },
|
|
15
|
+
"padding-inline-start": { "value": "{roosendaal.size.sm}" },
|
|
16
|
+
"padding-inline-end": { "value": "{roosendaal.size.sm}" },
|
|
17
|
+
"padding-block-start": { "value": "{roosendaal.size.xs}" },
|
|
18
|
+
"padding-block-end": { "value": "{roosendaal.size.xs}" },
|
|
19
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
20
|
+
"font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
|
|
21
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
22
|
+
"border-width": {},
|
|
23
|
+
"border-style": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"border-bottom-width": {},
|
|
26
|
+
"border-bottom-style": {},
|
|
27
|
+
"border-bottom-color": {},
|
|
28
|
+
"border-radius": { "value": "0px" }
|
|
29
|
+
},
|
|
30
|
+
"navigation-button": {
|
|
31
|
+
"color": { "value": "{roosendaal.color.white.98}" },
|
|
32
|
+
"background-color": { "value": "{roosendaal.color.primary}" },
|
|
33
|
+
"border-width": {},
|
|
34
|
+
"border-style": {},
|
|
35
|
+
"border-color": {},
|
|
36
|
+
"border-bottom-width": {},
|
|
37
|
+
"border-bottom-style": {},
|
|
38
|
+
"border-bottom-color": {},
|
|
39
|
+
"border-radius": { "value": "0px" },
|
|
40
|
+
"padding-inline-start": { "value": "{roosendaal.size.sm}" },
|
|
41
|
+
"padding-inline-end": { "value": "{roosendaal.size.sm}" },
|
|
42
|
+
"padding-block-start": { "value": "{roosendaal.size.xs}" },
|
|
43
|
+
"padding-block-end": { "value": "{roosendaal.size.xs}" },
|
|
44
|
+
"disabled": {
|
|
45
|
+
"color": { "value": "{roosendaal.color.white.98}" },
|
|
46
|
+
"background-color": { "value": "{roosendaal.color.grey.82}" },
|
|
47
|
+
"border-width": {},
|
|
48
|
+
"border-style": {},
|
|
49
|
+
"border-color": {},
|
|
50
|
+
"border-bottom-width": {},
|
|
51
|
+
"border-bottom-style": {},
|
|
52
|
+
"border-bottom-color": {},
|
|
53
|
+
"border-radius": { "value": "0px" }
|
|
54
|
+
},
|
|
55
|
+
"hover": {
|
|
56
|
+
"color": { "value": "{roosendaal.color.white.98}" },
|
|
57
|
+
"background-color": { "value": "{roosendaal.color.primary-hover}" },
|
|
58
|
+
"border-width": {},
|
|
59
|
+
"border-style": {},
|
|
60
|
+
"border-color": {},
|
|
61
|
+
"border-bottom-width": {},
|
|
62
|
+
"border-bottom-style": {},
|
|
63
|
+
"border-bottom-color": {},
|
|
64
|
+
"border-radius": { "value": "0px" }
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"current-page": {
|
|
68
|
+
"color": { "value": "{roosendaal.color.white.98}" },
|
|
69
|
+
"background-color": { "value": "{roosendaal.color.green.19}" },
|
|
70
|
+
"font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
|
|
71
|
+
"text-decoration": { "value": "none" },
|
|
72
|
+
"border-width": {},
|
|
73
|
+
"border-style": {},
|
|
74
|
+
"border-color": {},
|
|
75
|
+
"border-bottom-width": {},
|
|
76
|
+
"border-bottom-style": {},
|
|
77
|
+
"border-bottom-color": {}
|
|
78
|
+
},
|
|
79
|
+
"page": {
|
|
80
|
+
"hover": {
|
|
81
|
+
"color": { "value": "{roosendaal.color.white.98}" },
|
|
82
|
+
"background-color": { "value": "{roosendaal.color.primary-hover}" },
|
|
83
|
+
"text-decoration": { "value": "underline" },
|
|
84
|
+
"text-decoration-thickness": { "value": "3px" },
|
|
85
|
+
"border-width": {},
|
|
86
|
+
"border-style": {},
|
|
87
|
+
"border-color": {},
|
|
88
|
+
"border-bottom-width": {},
|
|
89
|
+
"border-bottom-style": {},
|
|
90
|
+
"border-bottom-color": {}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"badge": {
|
|
4
|
-
"background-color": { "value": "{roosendaal.color.black.0} " },
|
|
5
|
-
"border-radius": { "value": "0" },
|
|
6
|
-
"color": { "value": "{roosendaal.color.white.100} " },
|
|
7
|
-
"font-size": { "value": "{roosendaal.font-size.sm}" },
|
|
8
|
-
"font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
|
|
9
|
-
"line-height": {},
|
|
10
|
-
"padding-block": { "value": "{roosendaal.size.xs}" },
|
|
11
|
-
"padding-inline": { "value": "{roosendaal.size.xs}" },
|
|
12
|
-
"text-transform": {}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"badge": {
|
|
4
|
+
"background-color": { "value": "{roosendaal.color.black.0} " },
|
|
5
|
+
"border-radius": { "value": "0" },
|
|
6
|
+
"color": { "value": "{roosendaal.color.white.100} " },
|
|
7
|
+
"font-size": { "value": "{roosendaal.font-size.sm}" },
|
|
8
|
+
"font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
|
|
9
|
+
"line-height": {},
|
|
10
|
+
"padding-block": { "value": "{roosendaal.size.xs}" },
|
|
11
|
+
"padding-inline": { "value": "{roosendaal.size.xs}" },
|
|
12
|
+
"text-transform": {}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"utrecht": {
|
|
3
|
-
"separator": {
|
|
4
|
-
"color": { "value": "{roosendaal.color.grey.82}" },
|
|
5
|
-
"block-size": { "value": "{roosendaal.size.4xs}" },
|
|
6
|
-
"margin-block-end": { "value": "0px" },
|
|
7
|
-
"margin-block-start": { "value": "0px" }
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"separator": {
|
|
4
|
+
"color": { "value": "{roosendaal.color.grey.82}" },
|
|
5
|
+
"block-size": { "value": "{roosendaal.size.4xs}" },
|
|
6
|
+
"margin-block-end": { "value": "0px" },
|
|
7
|
+
"margin-block-start": { "value": "0px" }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"logo": {
|
|
4
|
-
"header": {
|
|
5
|
-
"inline-size": { "value": "220px" },
|
|
6
|
-
"block-size": { "value": "44px" },
|
|
7
|
-
"background-image": {
|
|
8
|
-
"value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%2300811f' fill-rule='evenodd'/%3E%3C/svg%3E\")"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"footer": {
|
|
12
|
-
"inline-size": { "value": "240px" },
|
|
13
|
-
"block-size": { "value": "48px" },
|
|
14
|
-
"background-image": {
|
|
15
|
-
"value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E\")"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"navbar": {
|
|
19
|
-
"inline-size": { "value": "175px" },
|
|
20
|
-
"block-size": { "value": "46px" },
|
|
21
|
-
"background-image": {
|
|
22
|
-
"value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%2300811f' fill-rule='evenodd'/%3E%3C/svg%3E\")"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"logo": {
|
|
4
|
+
"header": {
|
|
5
|
+
"inline-size": { "value": "220px" },
|
|
6
|
+
"block-size": { "value": "44px" },
|
|
7
|
+
"background-image": {
|
|
8
|
+
"value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%2300811f' fill-rule='evenodd'/%3E%3C/svg%3E\")"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"footer": {
|
|
12
|
+
"inline-size": { "value": "240px" },
|
|
13
|
+
"block-size": { "value": "48px" },
|
|
14
|
+
"background-image": {
|
|
15
|
+
"value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E\")"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"navbar": {
|
|
19
|
+
"inline-size": { "value": "175px" },
|
|
20
|
+
"block-size": { "value": "46px" },
|
|
21
|
+
"background-image": {
|
|
22
|
+
"value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%2300811f' fill-rule='evenodd'/%3E%3C/svg%3E\")"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
{
|
|
2
|
-
"conduction": {
|
|
3
|
-
"pagination": {
|
|
4
|
-
"container": {
|
|
5
|
-
"background-color": { "value": "unset" },
|
|
6
|
-
"padding-inline-start": { "value": "0px" },
|
|
7
|
-
"padding-inline-end": { "value": "0px" },
|
|
8
|
-
"padding-block-start": { "value": "0px" },
|
|
9
|
-
"padding-block-end": { "value": "0px" }
|
|
10
|
-
},
|
|
11
|
-
"item": {
|
|
12
|
-
"gap": { "value": "8px" },
|
|
13
|
-
"color": { "value": "var(--rotterdam-color-gray-tint-11)" },
|
|
14
|
-
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
15
|
-
"padding-inline-start": { "value": "14px" },
|
|
16
|
-
"padding-inline-end": { "value": "14px" },
|
|
17
|
-
"padding-block-start": { "value": "8px" },
|
|
18
|
-
"padding-block-end": { "value": "8px" },
|
|
19
|
-
"font-size": { "value": "var(--utrecht-document-font-size)" },
|
|
20
|
-
"font-weight": { "value": "var(--rotterdam-typography-weight-scale-normal-font-weight)" },
|
|
21
|
-
"font-family": { "value": "var(--utrecht-document-font-family)" },
|
|
22
|
-
"border-width": { "value": "1px" },
|
|
23
|
-
"border-style": { "value": "solid" },
|
|
24
|
-
"border-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
25
|
-
"border-bottom-width": {},
|
|
26
|
-
"border-bottom-style": {},
|
|
27
|
-
"border-bottom-color": {},
|
|
28
|
-
"border-radius": { "value": "0px" }
|
|
29
|
-
},
|
|
30
|
-
"navigation-button": {
|
|
31
|
-
"color": { "value": "var(--rotterdam-color-gray-tint-11)" },
|
|
32
|
-
"background-color": { "value": "transparent" },
|
|
33
|
-
"border-width": {},
|
|
34
|
-
"border-style": {},
|
|
35
|
-
"border-color": {},
|
|
36
|
-
"border-bottom-width": {},
|
|
37
|
-
"border-bottom-style": {},
|
|
38
|
-
"border-bottom-color": {},
|
|
39
|
-
"border-radius": {},
|
|
40
|
-
"padding-inline-start": { "value": "8px" },
|
|
41
|
-
"padding-inline-end": { "value": "8px" },
|
|
42
|
-
"padding-block-start": { "value": "8px" },
|
|
43
|
-
"padding-block-end": { "value": "8px" },
|
|
44
|
-
"disabled": {
|
|
45
|
-
"color": { "value": "var(--rotterdam-color-gray-tint-07)" },
|
|
46
|
-
"background-color": { "value": "transparent" },
|
|
47
|
-
"border-width": {},
|
|
48
|
-
"border-style": {},
|
|
49
|
-
"border-color": {},
|
|
50
|
-
"border-radius": {}
|
|
51
|
-
},
|
|
52
|
-
"hover": {
|
|
53
|
-
"color": { "value": "var(--rotterdam-color-green-tint-01)" },
|
|
54
|
-
"background-color": { "value": "transparent" },
|
|
55
|
-
"border-width": {},
|
|
56
|
-
"border-style": {},
|
|
57
|
-
"border-color": {},
|
|
58
|
-
"border-bottom-width": {},
|
|
59
|
-
"border-bottom-style": {},
|
|
60
|
-
"border-bottom-color": {},
|
|
61
|
-
"border-radius": {}
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"current-page": {
|
|
65
|
-
"color": { "value": "var(--rotterdam-color-green-tint-03)" },
|
|
66
|
-
"background-color": { "value": "var(--rotterdam-color-soft-green-tint-01)" },
|
|
67
|
-
"font-weight": { "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)" },
|
|
68
|
-
"text-decoration": { "value": "unset" },
|
|
69
|
-
"border-width": { "value": "1px" },
|
|
70
|
-
"border-style": { "value": "solid" },
|
|
71
|
-
"border-color": { "value": "var(--rotterdam-color-green-tint-03)" },
|
|
72
|
-
"border-bottom-width": {},
|
|
73
|
-
"border-bottom-style": {},
|
|
74
|
-
"border-bottom-color": {}
|
|
75
|
-
},
|
|
76
|
-
"page": {
|
|
77
|
-
"hover": {
|
|
78
|
-
"color": { "value": "var(--rotterdam-color-green-tint-01)" },
|
|
79
|
-
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
80
|
-
"text-decoration": { "value": "unset" },
|
|
81
|
-
"text-decoration-thickness": { "value": "0px" },
|
|
82
|
-
"border-width": { "value": "1px" },
|
|
83
|
-
"border-style": { "value": "solid" },
|
|
84
|
-
"border-color": { "value": "var(--rotterdam-color-green-tint-01)" },
|
|
85
|
-
"border-bottom-width": {},
|
|
86
|
-
"border-bottom-style": {},
|
|
87
|
-
"border-bottom-color": {}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"pagination": {
|
|
4
|
+
"container": {
|
|
5
|
+
"background-color": { "value": "unset" },
|
|
6
|
+
"padding-inline-start": { "value": "0px" },
|
|
7
|
+
"padding-inline-end": { "value": "0px" },
|
|
8
|
+
"padding-block-start": { "value": "0px" },
|
|
9
|
+
"padding-block-end": { "value": "0px" }
|
|
10
|
+
},
|
|
11
|
+
"item": {
|
|
12
|
+
"gap": { "value": "8px" },
|
|
13
|
+
"color": { "value": "var(--rotterdam-color-gray-tint-11)" },
|
|
14
|
+
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
15
|
+
"padding-inline-start": { "value": "14px" },
|
|
16
|
+
"padding-inline-end": { "value": "14px" },
|
|
17
|
+
"padding-block-start": { "value": "8px" },
|
|
18
|
+
"padding-block-end": { "value": "8px" },
|
|
19
|
+
"font-size": { "value": "var(--utrecht-document-font-size)" },
|
|
20
|
+
"font-weight": { "value": "var(--rotterdam-typography-weight-scale-normal-font-weight)" },
|
|
21
|
+
"font-family": { "value": "var(--utrecht-document-font-family)" },
|
|
22
|
+
"border-width": { "value": "1px" },
|
|
23
|
+
"border-style": { "value": "solid" },
|
|
24
|
+
"border-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
25
|
+
"border-bottom-width": {},
|
|
26
|
+
"border-bottom-style": {},
|
|
27
|
+
"border-bottom-color": {},
|
|
28
|
+
"border-radius": { "value": "0px" }
|
|
29
|
+
},
|
|
30
|
+
"navigation-button": {
|
|
31
|
+
"color": { "value": "var(--rotterdam-color-gray-tint-11)" },
|
|
32
|
+
"background-color": { "value": "transparent" },
|
|
33
|
+
"border-width": {},
|
|
34
|
+
"border-style": {},
|
|
35
|
+
"border-color": {},
|
|
36
|
+
"border-bottom-width": {},
|
|
37
|
+
"border-bottom-style": {},
|
|
38
|
+
"border-bottom-color": {},
|
|
39
|
+
"border-radius": {},
|
|
40
|
+
"padding-inline-start": { "value": "8px" },
|
|
41
|
+
"padding-inline-end": { "value": "8px" },
|
|
42
|
+
"padding-block-start": { "value": "8px" },
|
|
43
|
+
"padding-block-end": { "value": "8px" },
|
|
44
|
+
"disabled": {
|
|
45
|
+
"color": { "value": "var(--rotterdam-color-gray-tint-07)" },
|
|
46
|
+
"background-color": { "value": "transparent" },
|
|
47
|
+
"border-width": {},
|
|
48
|
+
"border-style": {},
|
|
49
|
+
"border-color": {},
|
|
50
|
+
"border-radius": {}
|
|
51
|
+
},
|
|
52
|
+
"hover": {
|
|
53
|
+
"color": { "value": "var(--rotterdam-color-green-tint-01)" },
|
|
54
|
+
"background-color": { "value": "transparent" },
|
|
55
|
+
"border-width": {},
|
|
56
|
+
"border-style": {},
|
|
57
|
+
"border-color": {},
|
|
58
|
+
"border-bottom-width": {},
|
|
59
|
+
"border-bottom-style": {},
|
|
60
|
+
"border-bottom-color": {},
|
|
61
|
+
"border-radius": {}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"current-page": {
|
|
65
|
+
"color": { "value": "var(--rotterdam-color-green-tint-03)" },
|
|
66
|
+
"background-color": { "value": "var(--rotterdam-color-soft-green-tint-01)" },
|
|
67
|
+
"font-weight": { "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)" },
|
|
68
|
+
"text-decoration": { "value": "unset" },
|
|
69
|
+
"border-width": { "value": "1px" },
|
|
70
|
+
"border-style": { "value": "solid" },
|
|
71
|
+
"border-color": { "value": "var(--rotterdam-color-green-tint-03)" },
|
|
72
|
+
"border-bottom-width": {},
|
|
73
|
+
"border-bottom-style": {},
|
|
74
|
+
"border-bottom-color": {}
|
|
75
|
+
},
|
|
76
|
+
"page": {
|
|
77
|
+
"hover": {
|
|
78
|
+
"color": { "value": "var(--rotterdam-color-green-tint-01)" },
|
|
79
|
+
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
80
|
+
"text-decoration": { "value": "unset" },
|
|
81
|
+
"text-decoration-thickness": { "value": "0px" },
|
|
82
|
+
"border-width": { "value": "1px" },
|
|
83
|
+
"border-style": { "value": "solid" },
|
|
84
|
+
"border-color": { "value": "var(--rotterdam-color-green-tint-01)" },
|
|
85
|
+
"border-bottom-width": {},
|
|
86
|
+
"border-bottom-style": {},
|
|
87
|
+
"border-bottom-color": {}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|