@conduction/theme 1.1.55 → 1.1.56

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.
Files changed (277) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +2 -2
  4. package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
  5. package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
  6. package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  7. package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
  8. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  9. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  10. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  11. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  12. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  13. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  14. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  15. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  16. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  17. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  18. package/municipalities/bct-design-tokens/src/font.js +8 -8
  19. package/municipalities/buren-design-tokens/LICENSE.md +17 -0
  20. package/municipalities/buren-design-tokens/README.md +3 -0
  21. package/municipalities/buren-design-tokens/documentation/color.stories.mdx +17 -0
  22. package/municipalities/buren-design-tokens/documentation/components.stories.mdx +11 -0
  23. package/municipalities/buren-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  24. package/municipalities/buren-design-tokens/documentation/readme.stories.mdx +7 -0
  25. package/municipalities/buren-design-tokens/package.json +41 -0
  26. package/municipalities/buren-design-tokens/src/brand/buren/color.tokens.json +141 -0
  27. package/municipalities/buren-design-tokens/src/brand/buren/font-size.tokens.json +50 -0
  28. package/municipalities/buren-design-tokens/src/brand/buren/size.tokens.json +17 -0
  29. package/municipalities/buren-design-tokens/src/brand/buren/typography.tokens.json +40 -0
  30. package/municipalities/buren-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  31. package/municipalities/buren-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  32. package/municipalities/buren-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  33. package/municipalities/buren-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  34. package/municipalities/buren-design-tokens/src/component/conduction/logo.tokens.json +39 -0
  35. package/municipalities/buren-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  36. package/municipalities/buren-design-tokens/src/component/conduction/pagination.tokens.json +97 -0
  37. package/municipalities/buren-design-tokens/src/component/conduction/select.tokens.json +39 -0
  38. package/municipalities/buren-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  39. package/municipalities/buren-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  40. package/municipalities/buren-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  41. package/municipalities/buren-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  42. package/municipalities/buren-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  43. package/municipalities/buren-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  44. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  45. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  46. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  47. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  48. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  49. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  50. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  51. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  52. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  53. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  54. package/municipalities/buren-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  55. package/municipalities/buren-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  56. package/municipalities/buren-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  57. package/municipalities/buren-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  58. package/municipalities/buren-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  59. package/municipalities/buren-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  60. package/municipalities/buren-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  61. package/municipalities/buren-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  62. package/municipalities/buren-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  63. package/municipalities/buren-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  64. package/municipalities/buren-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  65. package/municipalities/buren-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  66. package/municipalities/buren-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  67. package/municipalities/buren-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  68. package/municipalities/buren-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  69. package/municipalities/buren-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  70. package/municipalities/buren-design-tokens/src/component/utrecht/textbox.tokens.json +32 -0
  71. package/municipalities/buren-design-tokens/src/config.json +73 -0
  72. package/municipalities/buren-design-tokens/src/font.scss +80 -0
  73. package/municipalities/buren-design-tokens/src/index.scss +8 -0
  74. package/municipalities/buren-design-tokens/style-dictionary.config.js +6 -0
  75. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  76. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  77. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  78. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  79. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  80. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  81. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  82. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  83. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  84. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  85. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  86. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  87. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  88. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  89. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  90. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  91. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  92. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  93. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  94. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  95. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  96. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  97. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  98. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  99. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  100. package/municipalities/epe-design-tokens/src/font.js +6 -6
  101. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  102. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  103. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  104. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  105. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  106. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  107. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  108. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  109. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  110. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  111. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  112. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  113. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  114. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  115. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  116. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  117. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  118. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  119. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  120. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  121. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  122. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  123. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  124. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  125. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  126. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  127. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  128. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  129. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  130. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  131. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  132. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  133. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  134. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  135. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  136. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  137. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  138. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  139. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  140. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  141. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  142. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  143. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  144. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  145. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  146. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  147. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  148. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  149. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  150. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  151. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  152. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  153. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  154. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  155. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  156. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  157. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  158. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  159. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  160. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  161. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  162. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  163. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  164. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  165. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  166. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  167. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  168. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  169. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  170. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  171. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  172. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  173. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  174. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  175. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  176. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  177. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  178. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  179. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  180. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  181. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  182. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  183. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  184. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  185. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  186. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  187. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  188. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  189. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  190. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  191. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  192. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  193. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  194. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  195. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  196. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  197. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  198. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  199. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  200. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  201. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  202. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  203. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  204. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  205. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  206. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  207. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  208. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  209. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  210. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  211. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  212. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  213. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  214. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  215. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  216. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  217. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  218. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  219. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  220. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  221. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  222. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  223. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  224. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  225. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  226. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  227. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  228. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  229. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  230. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  231. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  232. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  233. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  234. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  235. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  236. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  237. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  238. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  239. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  240. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  241. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  242. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  243. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  244. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  245. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  246. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  247. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  248. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  249. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  250. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  251. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  252. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  253. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  254. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  255. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  256. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  257. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  258. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  259. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  260. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  261. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  262. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  263. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  264. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  265. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  266. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  267. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  268. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  269. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  270. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  271. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  272. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  273. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  274. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  275. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  276. package/package.json +3 -2
  277. package/publiccode.yaml +83 -83
@@ -1,17 +1,17 @@
1
- import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
- import tokens from "../dist/tokens.json";
3
- import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
4
- import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
5
- import config from "../src/config.json";
6
-
7
- <Meta title={`${config.name}/Color`} />
8
-
9
- # Color
10
-
11
- ## Find a color
12
-
13
- <ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
14
-
15
- ## Color palette
16
-
17
- <ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import tokens from "../dist/tokens.json";
3
+ import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
4
+ import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
5
+ import config from "../src/config.json";
6
+
7
+ <Meta title={`${config.name}/Color`} />
8
+
9
+ # Color
10
+
11
+ ## Find a color
12
+
13
+ <ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
14
+
15
+ ## Color palette
16
+
17
+ <ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
@@ -1,11 +1,11 @@
1
- import { Meta, Story } from "@storybook/addon-docs";
2
- import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
3
- import config from "../src/config.json";
4
-
5
- <Meta title={`${config.name}`} />
6
-
7
- # Components
8
-
9
- <Story name="Components">
10
- <ComponentStories config={config} />
11
- </Story>
1
+ import { Meta, Story } from "@storybook/addon-docs";
2
+ import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}`} />
6
+
7
+ # Components
8
+
9
+ <Story name="Components">
10
+ <ComponentStories config={config} />
11
+ </Story>
@@ -1,14 +1,14 @@
1
- import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
- import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
3
- import tokens from "../dist/index.json";
4
- import config from "../src/config.json";
5
-
6
- <Meta title={`${config.name}/Design Tokens`} />
7
-
8
- # Design Tokens
9
-
10
- <DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
11
-
12
- ## Proprietary Design Tokens
13
-
14
- <DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
3
+ import tokens from "../dist/index.json";
4
+ import config from "../src/config.json";
5
+
6
+ <Meta title={`${config.name}/Design Tokens`} />
7
+
8
+ # Design Tokens
9
+
10
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
11
+
12
+ ## Proprietary Design Tokens
13
+
14
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
@@ -1,7 +1,7 @@
1
- import { Meta, Description } from "@storybook/addon-docs";
2
- import markdown from "../README.md";
3
- import config from "../src/config.json";
4
-
5
- <Meta title={`${config.name}/README`} />
6
-
7
- <Description>{markdown}</Description>
1
+ import { Meta, Description } from "@storybook/addon-docs";
2
+ import markdown from "../README.md";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}/README`} />
6
+
7
+ <Description>{markdown}</Description>
@@ -1,25 +1,25 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "233px" },
6
- "block-size": { "value": "46px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='233' height='46' viewBox='0 0 233 46' aria-labelledby='site-logo-title site-logo-desc'%3E%3Ctitle id='site-logo-title'%3EGemeente Dinkelland%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cg%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M113.2 15.4c.4.1 1 .1 1.6.1 3.8 0 6.2-2.1 6.2-6.3 0-3.7-2.1-5.7-5.8-5.7-.9 0-1.6.1-2 .2v11.7zm-3.3-14.1c1.4-.2 3.1-.4 4.9-.4 3.1 0 5.3.6 6.8 1.8 1.7 1.3 2.7 3.4 2.7 6.2 0 3-1.1 5.3-2.6 6.7-1.7 1.5-4.4 2.2-7.6 2.2-1.8 0-3.2-.1-4.2-.2V1.3z' clip-rule='evenodd'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='a' width='3.8' height='17.5' x='127.5' y='.3' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='b' width='3.8' height='17.5' x='127.5' y='.3' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M127.8 5.7h3.2v12.1h-3.2V5.7zm1.6-1.8c-1.1 0-1.9-.8-1.9-1.8s.8-1.8 1.9-1.8c1.1 0 1.9.8 1.9 1.8s-.7 1.8-1.9 1.8z' clip-rule='evenodd' mask='url(%23b)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='c' width='11.2' height='12.4' x='135' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='d' width='11.2' height='12.4' x='135' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M135.1 9.4c0-1.4 0-2.6-.1-3.7h2.8l.2 1.8h.1c.5-.9 1.8-2.1 3.8-2.1 2.2 0 4.3 1.4 4.3 5.2v7.2H143V11c0-1.7-.6-2.9-2.2-2.9-1.2 0-2 .8-2.3 1.7-.1.2-.1.6-.1 1v7.1h-3.2V9.4z' clip-rule='evenodd' mask='url(%23d)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='e' width='11.6' height='17.6' x='150.3' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='f' width='11.6' height='17.6' x='150.3' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23e)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M153.5 11c.3-.5.7-1 1-1.4l2.8-3.8h3.9l-4.4 4.9 5.1 7.2h-4l-3.3-5.2-1 1.2v4h-3.2V.2h3.2V11z' clip-rule='evenodd' mask='url(%23f)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='g' width='11.2' height='12.6' x='163.1' y='5.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='h' width='11.2' height='12.6' x='163.1' y='5.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23g)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M171.3 10.5c0-1.1-.5-2.8-2.4-2.8-1.8 0-2.6 1.6-2.7 2.8h5.1zm-5.1 2.2c.1 2 1.7 2.9 3.7 2.9 1.4 0 2.4-.2 3.3-.5l.5 2.2c-1.1.5-2.5.8-4.3.8-4 0-6.3-2.4-6.3-6.1 0-3.3 2-6.5 6-6.5 3.9 0 5.3 3.2 5.3 5.9 0 .6-.1 1.1-.1 1.4l-8.1-.1z' clip-rule='evenodd' mask='url(%23h)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='i' width='3.2' height='17.6' x='177.6' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='j' width='3.2' height='17.6' x='177.6' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23i)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M177.6.2h3.2v17.6h-3.2V.2z' clip-rule='evenodd' mask='url(%23j)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='k' width='3.2' height='17.6' x='185' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='l' width='3.2' height='17.6' x='185' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23k)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M185 .2h3.2v17.6H185V.2z' clip-rule='evenodd' mask='url(%23l)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='m' width='10.6' height='12.6' x='191.5' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='n' width='10.6' height='12.6' x='191.5' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23m)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M198.7 12c-2.1 0-4 .4-4 2.2 0 1.1.7 1.7 1.7 1.7 1.1 0 2-.7 2.3-1.6.1-.2.1-.4.1-.7V12zm3.2 2.9c0 1.1.1 2.2.2 2.9h-2.9l-.2-1.3h-.1c-.7 1-2 1.6-3.5 1.6-2.5 0-3.8-1.8-3.8-3.6 0-3.1 2.7-4.6 7.2-4.6v-.2c0-.8-.3-2-2.4-2-1.2 0-2.5.4-3.3.9l-.6-2.1c.9-.5 2.5-1.1 4.5-1.1 3.9 0 5.1 2.4 5.1 5.1v4.4z' clip-rule='evenodd' mask='url(%23n)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='o' width='11.2' height='12.4' x='205.8' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='p' width='11.2' height='12.4' x='205.8' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23o)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M205.9 9.4c0-1.4 0-2.6-.1-3.7h2.8l.2 1.8h.1c.5-.9 1.8-2.1 3.8-2.1 2.2 0 4.3 1.4 4.3 5.2v7.2h-3.2V11c0-1.7-.6-2.9-2.2-2.9-1.2 0-2 .8-2.3 1.7-.1.2-.1.6-.1 1v7.1H206V9.4z' clip-rule='evenodd' mask='url(%23p)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='q' width='12.2' height='17.9' x='220.3' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='r' width='12.2' height='17.9' x='220.3' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23q)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M229.1 10.8c0-.2 0-.5-.1-.8-.3-1.1-1.2-2.1-2.5-2.1-1.9 0-2.9 1.7-2.9 3.8 0 2.2 1.1 3.7 2.9 3.7 1.2 0 2.2-.8 2.5-2.1.1-.3.1-.6.1-.9v-1.6zM232.3.2v14.2c0 1.3 0 2.6.1 3.4h-2.9l-.1-1.9h-.1c-.7 1.4-2.2 2.1-3.9 2.1-2.9 0-5.2-2.5-5.2-6.2 0-4.1 2.5-6.5 5.4-6.5 1.6 0 2.8.6 3.3 1.5V.2h3.4z' clip-rule='evenodd' mask='url(%23r)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='s' width='5.9' height='9.2' x='44.1' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='t' width='5.9' height='9.2' x='44.1' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23s)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M48.8 14.1c0-.2 0-.4-.1-.5-.2-.7-.8-1.2-1.6-1.2-1.1 0-1.9.9-1.9 2.4 0 1.2.6 2.3 1.9 2.3.7 0 1.3-.4 1.6-1.2.1-.2.1-.4.1-.6v-1.2zm1.1 2.9c0 1.5-.3 2.3-.9 2.9-.6.6-1.5.8-2.3.8-.8 0-1.6-.2-2.1-.5l.3-.9c.4.3 1.1.5 1.9.5 1.2 0 2-.6 2-2.2v-.7c-.4.6-1 1.1-2 1.1-1.6 0-2.7-1.3-2.7-3.1 0-2.1 1.4-3.4 2.9-3.4 1.1 0 1.7.6 2 1.1l.1-1h1c0 .5-.1 1-.1 1.7V17z' clip-rule='evenodd' mask='url(%23t)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='u' width='5.6' height='6.6' x='51.8' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='v' width='5.6' height='6.6' x='51.8' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23u)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M56.3 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23v)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='w' width='9.1' height='6.5' x='59.3' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='x' width='9.1' height='6.5' x='59.3' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23w)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M59.3 13.3c0-.7 0-1.2-.1-1.7h1l.1 1c.4-.6.9-1.2 2-1.2.9 0 1.5.5 1.8 1.3.2-.4.4-.6.7-.8.4-.3.8-.4 1.4-.4.8 0 2.1.6 2.1 2.7v3.7h-1.1v-3.6c0-1.2-.4-1.9-1.4-1.9-.7 0-1.2.5-1.4 1-.1.2-.1.4-.1.6v3.9h-1.1v-3.8c0-1-.4-1.7-1.3-1.7-.7 0-1.2.6-1.4 1.2-.1.2-.1.4-.1.6V18h-1.1v-4.7z' clip-rule='evenodd' mask='url(%23x)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='y' width='5.6' height='6.6' x='70.2' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='z' width='5.6' height='6.6' x='70.2' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23y)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M74.7 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23z)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='A' width='5.6' height='6.6' x='77.3' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='B' width='5.6' height='6.6' x='77.3' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23A)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M81.7 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.3.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23B)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='C' width='5.4' height='6.5' x='84.7' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='D' width='5.4' height='6.5' x='84.7' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23C)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M84.7 13.3c0-.7 0-1.2-.1-1.7h1l.1 1c.3-.6 1-1.2 2.1-1.2.9 0 2.2.5 2.2 2.7v3.8h-1v-3.7c0-1-.4-1.9-1.5-1.9-.8 0-1.3.5-1.5 1.2-.1.1-.1.3-.1.5v3.8h-1.2v-4.5z' clip-rule='evenodd' mask='url(%23D)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='E' width='3.8' height='8' x='91.8' y='10.1' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='F' width='3.8' height='8' x='91.8' y='10.1' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23E)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M93.9 10.1v1.5h1.7v.9h-1.7v3.4c0 .8.2 1.2.9 1.2.3 0 .5 0 .7-.1l.1.9c-.2.1-.6.2-1 .2-.5 0-1-.2-1.2-.5-.3-.4-.4-.9-.4-1.6v-3.5h-1v-.9h1v-1.2l.9-.3z' clip-rule='evenodd' mask='url(%23F)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='G' width='5.6' height='6.6' x='96.8' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='H' width='5.6' height='6.6' x='96.8' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23G)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M101.3 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23H)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='I' width='84.4' height='2.1' x='148.1' y='25.7' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='J' width='84.4' height='2.1' x='148.1' y='25.7' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23I)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='m154.1 25.7-6 2.1 84.4-2.1h-78.4z' clip-rule='evenodd' mask='url(%23J)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='K' width='27.5' height='11.8' x='0' y='34.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='L' width='27.5' height='11.8' x='0' y='34.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23K)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23006CB7' fill-rule='evenodd' d='M27.5 36.9c-3.2 4.5-7.9 8.9-12.1 9.1-5.1.2-7.3-6.8-15.4-4.9-.1 0 7.2-10.4 14.6-5.8 4.2 2.7 7.4 4.2 12.9 1.6' clip-rule='evenodd' mask='url(%23L)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='M' width='26.2' height='10.7' x='26.4' y='25' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='N' width='26.2' height='10.7' x='26.4' y='25' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23M)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23006CB7' fill-rule='evenodd' d='M52.6 27.5c-3 4.1-7.6 8.1-11.6 8.3-4.8.2-6.9-6.2-14.7-4.4-.1 0 6.9-9.4 14-5.2 4.1 2.2 7.1 3.7 12.3 1.3' clip-rule='evenodd' mask='url(%23N)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='O' width='26.2' height='7.1' x='72.1' y='25.1' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='P' width='26.2' height='7.1' x='72.1' y='25.1' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23O)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23008296' fill-rule='evenodd' d='M98.4 26.7c-3 2.7-7.6 5.4-11.6 5.4-4.8.1-6.9-4.1-14.7-2.9-.1 0 6.9-6.2 14-3.5 4 1.6 7 2.6 12.3 1' clip-rule='evenodd' mask='url(%23P)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='Q' width='26.2' height='3.4' x='119.6' y='24.9' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='R' width='26.2' height='3.4' x='119.6' y='24.9' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23Q)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='M145.9 25.7c-3 1.3-7.6 2.6-11.6 2.6-4.8 0-6.9-2-14.7-1.4-.1 0 6.9-3 14-1.7 4 .8 7 1.3 12.3.5' clip-rule='evenodd' mask='url(%23R)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='S' width='26.2' height='9.4' x='51.6' y='32.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='T' width='26.2' height='9.4' x='51.6' y='32.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23S)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23008296' fill-rule='evenodd' d='M77.8 34.7c-3 3.6-7.6 7.1-11.6 7.2-4.8.1-6.9-5.4-14.7-3.9-.1 0 6.9-8.2 14-4.6 4.1 2.1 7.1 3.4 12.3 1.3' clip-rule='evenodd' mask='url(%23T)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='U' width='26.2' height='5.2' x='97.6' y='29.9' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='V' width='26.2' height='5.2' x='97.6' y='29.9' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23U)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='M123.8 31.1c-3 2-7.6 3.9-11.6 4-4.8.1-6.9-3-14.7-2.1-.1 0 6.9-4.6 14-2.5 4.1 1 7.1 1.7 12.3.6' clip-rule='evenodd' mask='url(%23V)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E\")"
9
- }
10
- },
11
- "footer": {
12
- "inline-size": { "value": "null" },
13
- "block-size": { "value": "null" },
14
- "background-image": { "value": "null" }
15
- },
16
- "navbar": {
17
- "inline-size": { "value": "200px" },
18
- "block-size": { "value": "55px" },
19
- "background-image": {
20
- "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='233' height='46' viewBox='0 0 233 46' aria-labelledby='site-logo-title site-logo-desc'%3E%3Ctitle id='site-logo-title'%3EGemeente Dinkelland%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cg%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M113.2 15.4c.4.1 1 .1 1.6.1 3.8 0 6.2-2.1 6.2-6.3 0-3.7-2.1-5.7-5.8-5.7-.9 0-1.6.1-2 .2v11.7zm-3.3-14.1c1.4-.2 3.1-.4 4.9-.4 3.1 0 5.3.6 6.8 1.8 1.7 1.3 2.7 3.4 2.7 6.2 0 3-1.1 5.3-2.6 6.7-1.7 1.5-4.4 2.2-7.6 2.2-1.8 0-3.2-.1-4.2-.2V1.3z' clip-rule='evenodd'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='a' width='3.8' height='17.5' x='127.5' y='.3' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='b' width='3.8' height='17.5' x='127.5' y='.3' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M127.8 5.7h3.2v12.1h-3.2V5.7zm1.6-1.8c-1.1 0-1.9-.8-1.9-1.8s.8-1.8 1.9-1.8c1.1 0 1.9.8 1.9 1.8s-.7 1.8-1.9 1.8z' clip-rule='evenodd' mask='url(%23b)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='c' width='11.2' height='12.4' x='135' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='d' width='11.2' height='12.4' x='135' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M135.1 9.4c0-1.4 0-2.6-.1-3.7h2.8l.2 1.8h.1c.5-.9 1.8-2.1 3.8-2.1 2.2 0 4.3 1.4 4.3 5.2v7.2H143V11c0-1.7-.6-2.9-2.2-2.9-1.2 0-2 .8-2.3 1.7-.1.2-.1.6-.1 1v7.1h-3.2V9.4z' clip-rule='evenodd' mask='url(%23d)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='e' width='11.6' height='17.6' x='150.3' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='f' width='11.6' height='17.6' x='150.3' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23e)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M153.5 11c.3-.5.7-1 1-1.4l2.8-3.8h3.9l-4.4 4.9 5.1 7.2h-4l-3.3-5.2-1 1.2v4h-3.2V.2h3.2V11z' clip-rule='evenodd' mask='url(%23f)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='g' width='11.2' height='12.6' x='163.1' y='5.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='h' width='11.2' height='12.6' x='163.1' y='5.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23g)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M171.3 10.5c0-1.1-.5-2.8-2.4-2.8-1.8 0-2.6 1.6-2.7 2.8h5.1zm-5.1 2.2c.1 2 1.7 2.9 3.7 2.9 1.4 0 2.4-.2 3.3-.5l.5 2.2c-1.1.5-2.5.8-4.3.8-4 0-6.3-2.4-6.3-6.1 0-3.3 2-6.5 6-6.5 3.9 0 5.3 3.2 5.3 5.9 0 .6-.1 1.1-.1 1.4l-8.1-.1z' clip-rule='evenodd' mask='url(%23h)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='i' width='3.2' height='17.6' x='177.6' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='j' width='3.2' height='17.6' x='177.6' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23i)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M177.6.2h3.2v17.6h-3.2V.2z' clip-rule='evenodd' mask='url(%23j)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='k' width='3.2' height='17.6' x='185' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='l' width='3.2' height='17.6' x='185' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23k)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M185 .2h3.2v17.6H185V.2z' clip-rule='evenodd' mask='url(%23l)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='m' width='10.6' height='12.6' x='191.5' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='n' width='10.6' height='12.6' x='191.5' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23m)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M198.7 12c-2.1 0-4 .4-4 2.2 0 1.1.7 1.7 1.7 1.7 1.1 0 2-.7 2.3-1.6.1-.2.1-.4.1-.7V12zm3.2 2.9c0 1.1.1 2.2.2 2.9h-2.9l-.2-1.3h-.1c-.7 1-2 1.6-3.5 1.6-2.5 0-3.8-1.8-3.8-3.6 0-3.1 2.7-4.6 7.2-4.6v-.2c0-.8-.3-2-2.4-2-1.2 0-2.5.4-3.3.9l-.6-2.1c.9-.5 2.5-1.1 4.5-1.1 3.9 0 5.1 2.4 5.1 5.1v4.4z' clip-rule='evenodd' mask='url(%23n)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='o' width='11.2' height='12.4' x='205.8' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='p' width='11.2' height='12.4' x='205.8' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23o)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M205.9 9.4c0-1.4 0-2.6-.1-3.7h2.8l.2 1.8h.1c.5-.9 1.8-2.1 3.8-2.1 2.2 0 4.3 1.4 4.3 5.2v7.2h-3.2V11c0-1.7-.6-2.9-2.2-2.9-1.2 0-2 .8-2.3 1.7-.1.2-.1.6-.1 1v7.1H206V9.4z' clip-rule='evenodd' mask='url(%23p)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='q' width='12.2' height='17.9' x='220.3' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='r' width='12.2' height='17.9' x='220.3' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23q)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M229.1 10.8c0-.2 0-.5-.1-.8-.3-1.1-1.2-2.1-2.5-2.1-1.9 0-2.9 1.7-2.9 3.8 0 2.2 1.1 3.7 2.9 3.7 1.2 0 2.2-.8 2.5-2.1.1-.3.1-.6.1-.9v-1.6zM232.3.2v14.2c0 1.3 0 2.6.1 3.4h-2.9l-.1-1.9h-.1c-.7 1.4-2.2 2.1-3.9 2.1-2.9 0-5.2-2.5-5.2-6.2 0-4.1 2.5-6.5 5.4-6.5 1.6 0 2.8.6 3.3 1.5V.2h3.4z' clip-rule='evenodd' mask='url(%23r)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='s' width='5.9' height='9.2' x='44.1' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='t' width='5.9' height='9.2' x='44.1' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23s)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M48.8 14.1c0-.2 0-.4-.1-.5-.2-.7-.8-1.2-1.6-1.2-1.1 0-1.9.9-1.9 2.4 0 1.2.6 2.3 1.9 2.3.7 0 1.3-.4 1.6-1.2.1-.2.1-.4.1-.6v-1.2zm1.1 2.9c0 1.5-.3 2.3-.9 2.9-.6.6-1.5.8-2.3.8-.8 0-1.6-.2-2.1-.5l.3-.9c.4.3 1.1.5 1.9.5 1.2 0 2-.6 2-2.2v-.7c-.4.6-1 1.1-2 1.1-1.6 0-2.7-1.3-2.7-3.1 0-2.1 1.4-3.4 2.9-3.4 1.1 0 1.7.6 2 1.1l.1-1h1c0 .5-.1 1-.1 1.7V17z' clip-rule='evenodd' mask='url(%23t)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='u' width='5.6' height='6.6' x='51.8' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='v' width='5.6' height='6.6' x='51.8' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23u)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M56.3 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23v)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='w' width='9.1' height='6.5' x='59.3' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='x' width='9.1' height='6.5' x='59.3' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23w)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M59.3 13.3c0-.7 0-1.2-.1-1.7h1l.1 1c.4-.6.9-1.2 2-1.2.9 0 1.5.5 1.8 1.3.2-.4.4-.6.7-.8.4-.3.8-.4 1.4-.4.8 0 2.1.6 2.1 2.7v3.7h-1.1v-3.6c0-1.2-.4-1.9-1.4-1.9-.7 0-1.2.5-1.4 1-.1.2-.1.4-.1.6v3.9h-1.1v-3.8c0-1-.4-1.7-1.3-1.7-.7 0-1.2.6-1.4 1.2-.1.2-.1.4-.1.6V18h-1.1v-4.7z' clip-rule='evenodd' mask='url(%23x)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='y' width='5.6' height='6.6' x='70.2' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='z' width='5.6' height='6.6' x='70.2' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23y)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M74.7 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23z)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='A' width='5.6' height='6.6' x='77.3' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='B' width='5.6' height='6.6' x='77.3' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23A)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M81.7 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.3.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23B)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='C' width='5.4' height='6.5' x='84.7' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='D' width='5.4' height='6.5' x='84.7' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23C)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M84.7 13.3c0-.7 0-1.2-.1-1.7h1l.1 1c.3-.6 1-1.2 2.1-1.2.9 0 2.2.5 2.2 2.7v3.8h-1v-3.7c0-1-.4-1.9-1.5-1.9-.8 0-1.3.5-1.5 1.2-.1.1-.1.3-.1.5v3.8h-1.2v-4.5z' clip-rule='evenodd' mask='url(%23D)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='E' width='3.8' height='8' x='91.8' y='10.1' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='F' width='3.8' height='8' x='91.8' y='10.1' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23E)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M93.9 10.1v1.5h1.7v.9h-1.7v3.4c0 .8.2 1.2.9 1.2.3 0 .5 0 .7-.1l.1.9c-.2.1-.6.2-1 .2-.5 0-1-.2-1.2-.5-.3-.4-.4-.9-.4-1.6v-3.5h-1v-.9h1v-1.2l.9-.3z' clip-rule='evenodd' mask='url(%23F)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='G' width='5.6' height='6.6' x='96.8' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='H' width='5.6' height='6.6' x='96.8' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23G)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M101.3 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23H)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='I' width='84.4' height='2.1' x='148.1' y='25.7' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='J' width='84.4' height='2.1' x='148.1' y='25.7' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23I)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='m154.1 25.7-6 2.1 84.4-2.1h-78.4z' clip-rule='evenodd' mask='url(%23J)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='K' width='27.5' height='11.8' x='0' y='34.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='L' width='27.5' height='11.8' x='0' y='34.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23K)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23006CB7' fill-rule='evenodd' d='M27.5 36.9c-3.2 4.5-7.9 8.9-12.1 9.1-5.1.2-7.3-6.8-15.4-4.9-.1 0 7.2-10.4 14.6-5.8 4.2 2.7 7.4 4.2 12.9 1.6' clip-rule='evenodd' mask='url(%23L)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='M' width='26.2' height='10.7' x='26.4' y='25' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='N' width='26.2' height='10.7' x='26.4' y='25' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23M)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23006CB7' fill-rule='evenodd' d='M52.6 27.5c-3 4.1-7.6 8.1-11.6 8.3-4.8.2-6.9-6.2-14.7-4.4-.1 0 6.9-9.4 14-5.2 4.1 2.2 7.1 3.7 12.3 1.3' clip-rule='evenodd' mask='url(%23N)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='O' width='26.2' height='7.1' x='72.1' y='25.1' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='P' width='26.2' height='7.1' x='72.1' y='25.1' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23O)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23008296' fill-rule='evenodd' d='M98.4 26.7c-3 2.7-7.6 5.4-11.6 5.4-4.8.1-6.9-4.1-14.7-2.9-.1 0 6.9-6.2 14-3.5 4 1.6 7 2.6 12.3 1' clip-rule='evenodd' mask='url(%23P)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='Q' width='26.2' height='3.4' x='119.6' y='24.9' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='R' width='26.2' height='3.4' x='119.6' y='24.9' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23Q)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='M145.9 25.7c-3 1.3-7.6 2.6-11.6 2.6-4.8 0-6.9-2-14.7-1.4-.1 0 6.9-3 14-1.7 4 .8 7 1.3 12.3.5' clip-rule='evenodd' mask='url(%23R)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='S' width='26.2' height='9.4' x='51.6' y='32.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='T' width='26.2' height='9.4' x='51.6' y='32.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23S)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23008296' fill-rule='evenodd' d='M77.8 34.7c-3 3.6-7.6 7.1-11.6 7.2-4.8.1-6.9-5.4-14.7-3.9-.1 0 6.9-8.2 14-4.6 4.1 2.1 7.1 3.4 12.3 1.3' clip-rule='evenodd' mask='url(%23T)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='U' width='26.2' height='5.2' x='97.6' y='29.9' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='V' width='26.2' height='5.2' x='97.6' y='29.9' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23U)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='M123.8 31.1c-3 2-7.6 3.9-11.6 4-4.8.1-6.9-3-14.7-2.1-.1 0 6.9-4.6 14-2.5 4.1 1 7.1 1.7 12.3.6' clip-rule='evenodd' mask='url(%23V)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E\")"
21
- }
22
- }
23
- }
24
- }
25
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "233px" },
6
+ "block-size": { "value": "46px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='233' height='46' viewBox='0 0 233 46' aria-labelledby='site-logo-title site-logo-desc'%3E%3Ctitle id='site-logo-title'%3EGemeente Dinkelland%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cg%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M113.2 15.4c.4.1 1 .1 1.6.1 3.8 0 6.2-2.1 6.2-6.3 0-3.7-2.1-5.7-5.8-5.7-.9 0-1.6.1-2 .2v11.7zm-3.3-14.1c1.4-.2 3.1-.4 4.9-.4 3.1 0 5.3.6 6.8 1.8 1.7 1.3 2.7 3.4 2.7 6.2 0 3-1.1 5.3-2.6 6.7-1.7 1.5-4.4 2.2-7.6 2.2-1.8 0-3.2-.1-4.2-.2V1.3z' clip-rule='evenodd'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='a' width='3.8' height='17.5' x='127.5' y='.3' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='b' width='3.8' height='17.5' x='127.5' y='.3' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M127.8 5.7h3.2v12.1h-3.2V5.7zm1.6-1.8c-1.1 0-1.9-.8-1.9-1.8s.8-1.8 1.9-1.8c1.1 0 1.9.8 1.9 1.8s-.7 1.8-1.9 1.8z' clip-rule='evenodd' mask='url(%23b)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='c' width='11.2' height='12.4' x='135' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='d' width='11.2' height='12.4' x='135' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M135.1 9.4c0-1.4 0-2.6-.1-3.7h2.8l.2 1.8h.1c.5-.9 1.8-2.1 3.8-2.1 2.2 0 4.3 1.4 4.3 5.2v7.2H143V11c0-1.7-.6-2.9-2.2-2.9-1.2 0-2 .8-2.3 1.7-.1.2-.1.6-.1 1v7.1h-3.2V9.4z' clip-rule='evenodd' mask='url(%23d)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='e' width='11.6' height='17.6' x='150.3' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='f' width='11.6' height='17.6' x='150.3' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23e)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M153.5 11c.3-.5.7-1 1-1.4l2.8-3.8h3.9l-4.4 4.9 5.1 7.2h-4l-3.3-5.2-1 1.2v4h-3.2V.2h3.2V11z' clip-rule='evenodd' mask='url(%23f)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='g' width='11.2' height='12.6' x='163.1' y='5.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='h' width='11.2' height='12.6' x='163.1' y='5.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23g)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M171.3 10.5c0-1.1-.5-2.8-2.4-2.8-1.8 0-2.6 1.6-2.7 2.8h5.1zm-5.1 2.2c.1 2 1.7 2.9 3.7 2.9 1.4 0 2.4-.2 3.3-.5l.5 2.2c-1.1.5-2.5.8-4.3.8-4 0-6.3-2.4-6.3-6.1 0-3.3 2-6.5 6-6.5 3.9 0 5.3 3.2 5.3 5.9 0 .6-.1 1.1-.1 1.4l-8.1-.1z' clip-rule='evenodd' mask='url(%23h)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='i' width='3.2' height='17.6' x='177.6' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='j' width='3.2' height='17.6' x='177.6' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23i)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M177.6.2h3.2v17.6h-3.2V.2z' clip-rule='evenodd' mask='url(%23j)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='k' width='3.2' height='17.6' x='185' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='l' width='3.2' height='17.6' x='185' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23k)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M185 .2h3.2v17.6H185V.2z' clip-rule='evenodd' mask='url(%23l)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='m' width='10.6' height='12.6' x='191.5' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='n' width='10.6' height='12.6' x='191.5' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23m)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M198.7 12c-2.1 0-4 .4-4 2.2 0 1.1.7 1.7 1.7 1.7 1.1 0 2-.7 2.3-1.6.1-.2.1-.4.1-.7V12zm3.2 2.9c0 1.1.1 2.2.2 2.9h-2.9l-.2-1.3h-.1c-.7 1-2 1.6-3.5 1.6-2.5 0-3.8-1.8-3.8-3.6 0-3.1 2.7-4.6 7.2-4.6v-.2c0-.8-.3-2-2.4-2-1.2 0-2.5.4-3.3.9l-.6-2.1c.9-.5 2.5-1.1 4.5-1.1 3.9 0 5.1 2.4 5.1 5.1v4.4z' clip-rule='evenodd' mask='url(%23n)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='o' width='11.2' height='12.4' x='205.8' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='p' width='11.2' height='12.4' x='205.8' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23o)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M205.9 9.4c0-1.4 0-2.6-.1-3.7h2.8l.2 1.8h.1c.5-.9 1.8-2.1 3.8-2.1 2.2 0 4.3 1.4 4.3 5.2v7.2h-3.2V11c0-1.7-.6-2.9-2.2-2.9-1.2 0-2 .8-2.3 1.7-.1.2-.1.6-.1 1v7.1H206V9.4z' clip-rule='evenodd' mask='url(%23p)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='q' width='12.2' height='17.9' x='220.3' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='r' width='12.2' height='17.9' x='220.3' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23q)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M229.1 10.8c0-.2 0-.5-.1-.8-.3-1.1-1.2-2.1-2.5-2.1-1.9 0-2.9 1.7-2.9 3.8 0 2.2 1.1 3.7 2.9 3.7 1.2 0 2.2-.8 2.5-2.1.1-.3.1-.6.1-.9v-1.6zM232.3.2v14.2c0 1.3 0 2.6.1 3.4h-2.9l-.1-1.9h-.1c-.7 1.4-2.2 2.1-3.9 2.1-2.9 0-5.2-2.5-5.2-6.2 0-4.1 2.5-6.5 5.4-6.5 1.6 0 2.8.6 3.3 1.5V.2h3.4z' clip-rule='evenodd' mask='url(%23r)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='s' width='5.9' height='9.2' x='44.1' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='t' width='5.9' height='9.2' x='44.1' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23s)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M48.8 14.1c0-.2 0-.4-.1-.5-.2-.7-.8-1.2-1.6-1.2-1.1 0-1.9.9-1.9 2.4 0 1.2.6 2.3 1.9 2.3.7 0 1.3-.4 1.6-1.2.1-.2.1-.4.1-.6v-1.2zm1.1 2.9c0 1.5-.3 2.3-.9 2.9-.6.6-1.5.8-2.3.8-.8 0-1.6-.2-2.1-.5l.3-.9c.4.3 1.1.5 1.9.5 1.2 0 2-.6 2-2.2v-.7c-.4.6-1 1.1-2 1.1-1.6 0-2.7-1.3-2.7-3.1 0-2.1 1.4-3.4 2.9-3.4 1.1 0 1.7.6 2 1.1l.1-1h1c0 .5-.1 1-.1 1.7V17z' clip-rule='evenodd' mask='url(%23t)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='u' width='5.6' height='6.6' x='51.8' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='v' width='5.6' height='6.6' x='51.8' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23u)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M56.3 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23v)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='w' width='9.1' height='6.5' x='59.3' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='x' width='9.1' height='6.5' x='59.3' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23w)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M59.3 13.3c0-.7 0-1.2-.1-1.7h1l.1 1c.4-.6.9-1.2 2-1.2.9 0 1.5.5 1.8 1.3.2-.4.4-.6.7-.8.4-.3.8-.4 1.4-.4.8 0 2.1.6 2.1 2.7v3.7h-1.1v-3.6c0-1.2-.4-1.9-1.4-1.9-.7 0-1.2.5-1.4 1-.1.2-.1.4-.1.6v3.9h-1.1v-3.8c0-1-.4-1.7-1.3-1.7-.7 0-1.2.6-1.4 1.2-.1.2-.1.4-.1.6V18h-1.1v-4.7z' clip-rule='evenodd' mask='url(%23x)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='y' width='5.6' height='6.6' x='70.2' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='z' width='5.6' height='6.6' x='70.2' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23y)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M74.7 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23z)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='A' width='5.6' height='6.6' x='77.3' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='B' width='5.6' height='6.6' x='77.3' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23A)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M81.7 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.3.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23B)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='C' width='5.4' height='6.5' x='84.7' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='D' width='5.4' height='6.5' x='84.7' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23C)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M84.7 13.3c0-.7 0-1.2-.1-1.7h1l.1 1c.3-.6 1-1.2 2.1-1.2.9 0 2.2.5 2.2 2.7v3.8h-1v-3.7c0-1-.4-1.9-1.5-1.9-.8 0-1.3.5-1.5 1.2-.1.1-.1.3-.1.5v3.8h-1.2v-4.5z' clip-rule='evenodd' mask='url(%23D)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='E' width='3.8' height='8' x='91.8' y='10.1' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='F' width='3.8' height='8' x='91.8' y='10.1' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23E)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M93.9 10.1v1.5h1.7v.9h-1.7v3.4c0 .8.2 1.2.9 1.2.3 0 .5 0 .7-.1l.1.9c-.2.1-.6.2-1 .2-.5 0-1-.2-1.2-.5-.3-.4-.4-.9-.4-1.6v-3.5h-1v-.9h1v-1.2l.9-.3z' clip-rule='evenodd' mask='url(%23F)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='G' width='5.6' height='6.6' x='96.8' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='H' width='5.6' height='6.6' x='96.8' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23G)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M101.3 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23H)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='I' width='84.4' height='2.1' x='148.1' y='25.7' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='J' width='84.4' height='2.1' x='148.1' y='25.7' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23I)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='m154.1 25.7-6 2.1 84.4-2.1h-78.4z' clip-rule='evenodd' mask='url(%23J)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='K' width='27.5' height='11.8' x='0' y='34.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='L' width='27.5' height='11.8' x='0' y='34.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23K)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23006CB7' fill-rule='evenodd' d='M27.5 36.9c-3.2 4.5-7.9 8.9-12.1 9.1-5.1.2-7.3-6.8-15.4-4.9-.1 0 7.2-10.4 14.6-5.8 4.2 2.7 7.4 4.2 12.9 1.6' clip-rule='evenodd' mask='url(%23L)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='M' width='26.2' height='10.7' x='26.4' y='25' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='N' width='26.2' height='10.7' x='26.4' y='25' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23M)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23006CB7' fill-rule='evenodd' d='M52.6 27.5c-3 4.1-7.6 8.1-11.6 8.3-4.8.2-6.9-6.2-14.7-4.4-.1 0 6.9-9.4 14-5.2 4.1 2.2 7.1 3.7 12.3 1.3' clip-rule='evenodd' mask='url(%23N)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='O' width='26.2' height='7.1' x='72.1' y='25.1' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='P' width='26.2' height='7.1' x='72.1' y='25.1' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23O)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23008296' fill-rule='evenodd' d='M98.4 26.7c-3 2.7-7.6 5.4-11.6 5.4-4.8.1-6.9-4.1-14.7-2.9-.1 0 6.9-6.2 14-3.5 4 1.6 7 2.6 12.3 1' clip-rule='evenodd' mask='url(%23P)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='Q' width='26.2' height='3.4' x='119.6' y='24.9' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='R' width='26.2' height='3.4' x='119.6' y='24.9' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23Q)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='M145.9 25.7c-3 1.3-7.6 2.6-11.6 2.6-4.8 0-6.9-2-14.7-1.4-.1 0 6.9-3 14-1.7 4 .8 7 1.3 12.3.5' clip-rule='evenodd' mask='url(%23R)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='S' width='26.2' height='9.4' x='51.6' y='32.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='T' width='26.2' height='9.4' x='51.6' y='32.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23S)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23008296' fill-rule='evenodd' d='M77.8 34.7c-3 3.6-7.6 7.1-11.6 7.2-4.8.1-6.9-5.4-14.7-3.9-.1 0 6.9-8.2 14-4.6 4.1 2.1 7.1 3.4 12.3 1.3' clip-rule='evenodd' mask='url(%23T)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='U' width='26.2' height='5.2' x='97.6' y='29.9' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='V' width='26.2' height='5.2' x='97.6' y='29.9' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23U)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='M123.8 31.1c-3 2-7.6 3.9-11.6 4-4.8.1-6.9-3-14.7-2.1-.1 0 6.9-4.6 14-2.5 4.1 1 7.1 1.7 12.3.6' clip-rule='evenodd' mask='url(%23V)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E\")"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": { "value": "null" },
13
+ "block-size": { "value": "null" },
14
+ "background-image": { "value": "null" }
15
+ },
16
+ "navbar": {
17
+ "inline-size": { "value": "200px" },
18
+ "block-size": { "value": "55px" },
19
+ "background-image": {
20
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='233' height='46' viewBox='0 0 233 46' aria-labelledby='site-logo-title site-logo-desc'%3E%3Ctitle id='site-logo-title'%3EGemeente Dinkelland%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cg%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M113.2 15.4c.4.1 1 .1 1.6.1 3.8 0 6.2-2.1 6.2-6.3 0-3.7-2.1-5.7-5.8-5.7-.9 0-1.6.1-2 .2v11.7zm-3.3-14.1c1.4-.2 3.1-.4 4.9-.4 3.1 0 5.3.6 6.8 1.8 1.7 1.3 2.7 3.4 2.7 6.2 0 3-1.1 5.3-2.6 6.7-1.7 1.5-4.4 2.2-7.6 2.2-1.8 0-3.2-.1-4.2-.2V1.3z' clip-rule='evenodd'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='a' width='3.8' height='17.5' x='127.5' y='.3' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='b' width='3.8' height='17.5' x='127.5' y='.3' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M127.8 5.7h3.2v12.1h-3.2V5.7zm1.6-1.8c-1.1 0-1.9-.8-1.9-1.8s.8-1.8 1.9-1.8c1.1 0 1.9.8 1.9 1.8s-.7 1.8-1.9 1.8z' clip-rule='evenodd' mask='url(%23b)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='c' width='11.2' height='12.4' x='135' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='d' width='11.2' height='12.4' x='135' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23c)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M135.1 9.4c0-1.4 0-2.6-.1-3.7h2.8l.2 1.8h.1c.5-.9 1.8-2.1 3.8-2.1 2.2 0 4.3 1.4 4.3 5.2v7.2H143V11c0-1.7-.6-2.9-2.2-2.9-1.2 0-2 .8-2.3 1.7-.1.2-.1.6-.1 1v7.1h-3.2V9.4z' clip-rule='evenodd' mask='url(%23d)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='e' width='11.6' height='17.6' x='150.3' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='f' width='11.6' height='17.6' x='150.3' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23e)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M153.5 11c.3-.5.7-1 1-1.4l2.8-3.8h3.9l-4.4 4.9 5.1 7.2h-4l-3.3-5.2-1 1.2v4h-3.2V.2h3.2V11z' clip-rule='evenodd' mask='url(%23f)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='g' width='11.2' height='12.6' x='163.1' y='5.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='h' width='11.2' height='12.6' x='163.1' y='5.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23g)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M171.3 10.5c0-1.1-.5-2.8-2.4-2.8-1.8 0-2.6 1.6-2.7 2.8h5.1zm-5.1 2.2c.1 2 1.7 2.9 3.7 2.9 1.4 0 2.4-.2 3.3-.5l.5 2.2c-1.1.5-2.5.8-4.3.8-4 0-6.3-2.4-6.3-6.1 0-3.3 2-6.5 6-6.5 3.9 0 5.3 3.2 5.3 5.9 0 .6-.1 1.1-.1 1.4l-8.1-.1z' clip-rule='evenodd' mask='url(%23h)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='i' width='3.2' height='17.6' x='177.6' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='j' width='3.2' height='17.6' x='177.6' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23i)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M177.6.2h3.2v17.6h-3.2V.2z' clip-rule='evenodd' mask='url(%23j)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='k' width='3.2' height='17.6' x='185' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='l' width='3.2' height='17.6' x='185' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23k)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M185 .2h3.2v17.6H185V.2z' clip-rule='evenodd' mask='url(%23l)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='m' width='10.6' height='12.6' x='191.5' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='n' width='10.6' height='12.6' x='191.5' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23m)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M198.7 12c-2.1 0-4 .4-4 2.2 0 1.1.7 1.7 1.7 1.7 1.1 0 2-.7 2.3-1.6.1-.2.1-.4.1-.7V12zm3.2 2.9c0 1.1.1 2.2.2 2.9h-2.9l-.2-1.3h-.1c-.7 1-2 1.6-3.5 1.6-2.5 0-3.8-1.8-3.8-3.6 0-3.1 2.7-4.6 7.2-4.6v-.2c0-.8-.3-2-2.4-2-1.2 0-2.5.4-3.3.9l-.6-2.1c.9-.5 2.5-1.1 4.5-1.1 3.9 0 5.1 2.4 5.1 5.1v4.4z' clip-rule='evenodd' mask='url(%23n)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='o' width='11.2' height='12.4' x='205.8' y='5.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='p' width='11.2' height='12.4' x='205.8' y='5.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23o)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M205.9 9.4c0-1.4 0-2.6-.1-3.7h2.8l.2 1.8h.1c.5-.9 1.8-2.1 3.8-2.1 2.2 0 4.3 1.4 4.3 5.2v7.2h-3.2V11c0-1.7-.6-2.9-2.2-2.9-1.2 0-2 .8-2.3 1.7-.1.2-.1.6-.1 1v7.1H206V9.4z' clip-rule='evenodd' mask='url(%23p)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='q' width='12.2' height='17.9' x='220.3' y='.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='r' width='12.2' height='17.9' x='220.3' y='.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23q)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M229.1 10.8c0-.2 0-.5-.1-.8-.3-1.1-1.2-2.1-2.5-2.1-1.9 0-2.9 1.7-2.9 3.8 0 2.2 1.1 3.7 2.9 3.7 1.2 0 2.2-.8 2.5-2.1.1-.3.1-.6.1-.9v-1.6zM232.3.2v14.2c0 1.3 0 2.6.1 3.4h-2.9l-.1-1.9h-.1c-.7 1.4-2.2 2.1-3.9 2.1-2.9 0-5.2-2.5-5.2-6.2 0-4.1 2.5-6.5 5.4-6.5 1.6 0 2.8.6 3.3 1.5V.2h3.4z' clip-rule='evenodd' mask='url(%23r)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='s' width='5.9' height='9.2' x='44.1' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='t' width='5.9' height='9.2' x='44.1' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23s)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M48.8 14.1c0-.2 0-.4-.1-.5-.2-.7-.8-1.2-1.6-1.2-1.1 0-1.9.9-1.9 2.4 0 1.2.6 2.3 1.9 2.3.7 0 1.3-.4 1.6-1.2.1-.2.1-.4.1-.6v-1.2zm1.1 2.9c0 1.5-.3 2.3-.9 2.9-.6.6-1.5.8-2.3.8-.8 0-1.6-.2-2.1-.5l.3-.9c.4.3 1.1.5 1.9.5 1.2 0 2-.6 2-2.2v-.7c-.4.6-1 1.1-2 1.1-1.6 0-2.7-1.3-2.7-3.1 0-2.1 1.4-3.4 2.9-3.4 1.1 0 1.7.6 2 1.1l.1-1h1c0 .5-.1 1-.1 1.7V17z' clip-rule='evenodd' mask='url(%23t)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='u' width='5.6' height='6.6' x='51.8' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='v' width='5.6' height='6.6' x='51.8' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23u)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M56.3 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23v)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='w' width='9.1' height='6.5' x='59.3' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='x' width='9.1' height='6.5' x='59.3' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23w)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M59.3 13.3c0-.7 0-1.2-.1-1.7h1l.1 1c.4-.6.9-1.2 2-1.2.9 0 1.5.5 1.8 1.3.2-.4.4-.6.7-.8.4-.3.8-.4 1.4-.4.8 0 2.1.6 2.1 2.7v3.7h-1.1v-3.6c0-1.2-.4-1.9-1.4-1.9-.7 0-1.2.5-1.4 1-.1.2-.1.4-.1.6v3.9h-1.1v-3.8c0-1-.4-1.7-1.3-1.7-.7 0-1.2.6-1.4 1.2-.1.2-.1.4-.1.6V18h-1.1v-4.7z' clip-rule='evenodd' mask='url(%23x)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='y' width='5.6' height='6.6' x='70.2' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='z' width='5.6' height='6.6' x='70.2' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23y)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M74.7 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23z)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='A' width='5.6' height='6.6' x='77.3' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='B' width='5.6' height='6.6' x='77.3' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23A)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M81.7 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.3.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23B)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='C' width='5.4' height='6.5' x='84.7' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='D' width='5.4' height='6.5' x='84.7' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23C)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M84.7 13.3c0-.7 0-1.2-.1-1.7h1l.1 1c.3-.6 1-1.2 2.1-1.2.9 0 2.2.5 2.2 2.7v3.8h-1v-3.7c0-1-.4-1.9-1.5-1.9-.8 0-1.3.5-1.5 1.2-.1.1-.1.3-.1.5v3.8h-1.2v-4.5z' clip-rule='evenodd' mask='url(%23D)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='E' width='3.8' height='8' x='91.8' y='10.1' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='F' width='3.8' height='8' x='91.8' y='10.1' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23E)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M93.9 10.1v1.5h1.7v.9h-1.7v3.4c0 .8.2 1.2.9 1.2.3 0 .5 0 .7-.1l.1.9c-.2.1-.6.2-1 .2-.5 0-1-.2-1.2-.5-.3-.4-.4-.9-.4-1.6v-3.5h-1v-.9h1v-1.2l.9-.3z' clip-rule='evenodd' mask='url(%23F)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='G' width='5.6' height='6.6' x='96.8' y='11.4' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='H' width='5.6' height='6.6' x='96.8' y='11.4' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23G)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23052759' fill-rule='evenodd' d='M101.3 14.1c0-.7-.3-1.9-1.6-1.9-1.2 0-1.7 1.1-1.8 1.9h3.4zm-3.4.8c0 1.6 1 2.2 2.2 2.2.8 0 1.3-.1 1.8-.3l.2.8c-.4.2-1.1.4-2.1.4-2 0-3.1-1.3-3.1-3.2 0-1.9 1.1-3.4 3-3.4 2.1 0 2.6 1.8 2.6 3 0 .2 0 .4-.1.5h-4.5z' clip-rule='evenodd' mask='url(%23H)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='I' width='84.4' height='2.1' x='148.1' y='25.7' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='J' width='84.4' height='2.1' x='148.1' y='25.7' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23I)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='m154.1 25.7-6 2.1 84.4-2.1h-78.4z' clip-rule='evenodd' mask='url(%23J)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='K' width='27.5' height='11.8' x='0' y='34.2' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='L' width='27.5' height='11.8' x='0' y='34.2' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23K)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23006CB7' fill-rule='evenodd' d='M27.5 36.9c-3.2 4.5-7.9 8.9-12.1 9.1-5.1.2-7.3-6.8-15.4-4.9-.1 0 7.2-10.4 14.6-5.8 4.2 2.7 7.4 4.2 12.9 1.6' clip-rule='evenodd' mask='url(%23L)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='M' width='26.2' height='10.7' x='26.4' y='25' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='N' width='26.2' height='10.7' x='26.4' y='25' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23M)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23006CB7' fill-rule='evenodd' d='M52.6 27.5c-3 4.1-7.6 8.1-11.6 8.3-4.8.2-6.9-6.2-14.7-4.4-.1 0 6.9-9.4 14-5.2 4.1 2.2 7.1 3.7 12.3 1.3' clip-rule='evenodd' mask='url(%23N)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='O' width='26.2' height='7.1' x='72.1' y='25.1' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='P' width='26.2' height='7.1' x='72.1' y='25.1' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23O)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23008296' fill-rule='evenodd' d='M98.4 26.7c-3 2.7-7.6 5.4-11.6 5.4-4.8.1-6.9-4.1-14.7-2.9-.1 0 6.9-6.2 14-3.5 4 1.6 7 2.6 12.3 1' clip-rule='evenodd' mask='url(%23P)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='Q' width='26.2' height='3.4' x='119.6' y='24.9' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='R' width='26.2' height='3.4' x='119.6' y='24.9' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23Q)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='M145.9 25.7c-3 1.3-7.6 2.6-11.6 2.6-4.8 0-6.9-2-14.7-1.4-.1 0 6.9-3 14-1.7 4 .8 7 1.3 12.3.5' clip-rule='evenodd' mask='url(%23R)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='S' width='26.2' height='9.4' x='51.6' y='32.5' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='T' width='26.2' height='9.4' x='51.6' y='32.5' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23S)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23008296' fill-rule='evenodd' d='M77.8 34.7c-3 3.6-7.6 7.1-11.6 7.2-4.8.1-6.9-5.4-14.7-3.9-.1 0 6.9-8.2 14-4.6 4.1 2.1 7.1 3.4 12.3 1.3' clip-rule='evenodd' mask='url(%23T)'%3E%3C/path%3E%3Cdefs%3E%3Cfilter id='U' width='26.2' height='5.2' x='97.6' y='29.9' filterUnits='userSpaceOnUse'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cmask id='V' width='26.2' height='5.2' x='97.6' y='29.9' maskUnits='userSpaceOnUse'%3E%3Cg filter='url(%23U)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0 .2h232.5V46H0V.2z' clip-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Cpath fill='%23007A4D' fill-rule='evenodd' d='M123.8 31.1c-3 2-7.6 3.9-11.6 4-4.8.1-6.9-3-14.7-2.1-.1 0 6.9-4.6 14-2.5 4.1 1 7.1 1.7 12.3.6' clip-rule='evenodd' mask='url(%23V)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E\")"
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }
@@ -1,98 +1,98 @@
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": "{dinkelland.size.2xs}" },
13
- "color": { "value": "{dinkelland.color.white.100}" },
14
- "background-color": { "value": "{dinkelland.color.primary}" },
15
- "padding-inline-start": { "value": "15px" },
16
- "padding-inline-end": { "value": "15px" },
17
- "padding-block-start": { "value": "7.5px" },
18
- "padding-block-end": { "value": "7.5px" },
19
- "font-size": {
20
- "value": "1.1rem",
21
- "comment": "17.6px"
22
- },
23
- "font-weight": { "value": "{dinkelland.typography.font-weight.normal}" },
24
- "font-family": { "value": "{utrecht.document.font-family}" },
25
- "border-width": {},
26
- "border-style": {},
27
- "border-color": {},
28
- "border-bottom-width": {},
29
- "border-bottom-style": {},
30
- "border-bottom-color": {},
31
- "border-radius": { "value": "0px" }
32
- },
33
- "navigation-button": {
34
- "color": { "value": "{dinkelland.color.white.100}" },
35
- "background-color": { "value": "{dinkelland.color.primary}" },
36
- "border-width": { "value": "0px" },
37
- "border-style": {},
38
- "border-color": {},
39
- "border-bottom-width": {},
40
- "border-bottom-style": {},
41
- "border-bottom-color": {},
42
- "border-radius": {},
43
- "padding-inline-start": { "value": "{dinkelland.size.xs}" },
44
- "padding-inline-end": { "value": "{dinkelland.size.xs}" },
45
- "padding-block-start": { "value": "0px" },
46
- "padding-block-end": { "value": "0px" },
47
- "disabled": {
48
- "color": { "value": "{dinkelland.color.lightgrey.96}" },
49
- "background-color": { "value": "transparent" },
50
- "border-width": { "value": "0px" },
51
- "border-style": {},
52
- "border-color": {},
53
- "border-bottom-width": {},
54
- "border-bottom-style": {},
55
- "border-bottom-color": {},
56
- "border-radius": {}
57
- },
58
- "hover": {
59
- "color": { "value": "{dinkelland.color.white.100}" },
60
- "background-color": { "value": "{dinkelland.color.primary-hover}" },
61
- "border-width": { "value": "0px" },
62
- "border-style": {},
63
- "border-color": {},
64
- "border-bottom-width": {},
65
- "border-bottom-style": {},
66
- "border-bottom-color": {},
67
- "border-radius": {}
68
- }
69
- },
70
- "current-page": {
71
- "color": { "value": "{dinkelland.color.primary}" },
72
- "background-color": { "value": "{dinkelland.color.white.100}" },
73
- "font-weight": { "value": "{dinkelland.typography.font-weight.normal}" },
74
- "text-decoration": { "value": "unset" },
75
- "border-width": {},
76
- "border-style": {},
77
- "border-color": {},
78
- "border-bottom-width": {},
79
- "border-bottom-style": {},
80
- "border-bottom-color": {}
81
- },
82
- "page": {
83
- "hover": {
84
- "color": { "value": "{dinkelland.color.white.100}" },
85
- "background-color": { "value": "{dinkelland.color.blue.31}" },
86
- "text-decoration": { "value": "unset" },
87
- "text-decoration-thickness": { "value": "0px" },
88
- "border-width": {},
89
- "border-style": {},
90
- "border-color": {},
91
- "border-bottom-width": {},
92
- "border-bottom-style": {},
93
- "border-bottom-color": {}
94
- }
95
- }
96
- }
97
- }
98
- }
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": "{dinkelland.size.2xs}" },
13
+ "color": { "value": "{dinkelland.color.white.100}" },
14
+ "background-color": { "value": "{dinkelland.color.primary}" },
15
+ "padding-inline-start": { "value": "15px" },
16
+ "padding-inline-end": { "value": "15px" },
17
+ "padding-block-start": { "value": "7.5px" },
18
+ "padding-block-end": { "value": "7.5px" },
19
+ "font-size": {
20
+ "value": "1.1rem",
21
+ "comment": "17.6px"
22
+ },
23
+ "font-weight": { "value": "{dinkelland.typography.font-weight.normal}" },
24
+ "font-family": { "value": "{utrecht.document.font-family}" },
25
+ "border-width": {},
26
+ "border-style": {},
27
+ "border-color": {},
28
+ "border-bottom-width": {},
29
+ "border-bottom-style": {},
30
+ "border-bottom-color": {},
31
+ "border-radius": { "value": "0px" }
32
+ },
33
+ "navigation-button": {
34
+ "color": { "value": "{dinkelland.color.white.100}" },
35
+ "background-color": { "value": "{dinkelland.color.primary}" },
36
+ "border-width": { "value": "0px" },
37
+ "border-style": {},
38
+ "border-color": {},
39
+ "border-bottom-width": {},
40
+ "border-bottom-style": {},
41
+ "border-bottom-color": {},
42
+ "border-radius": {},
43
+ "padding-inline-start": { "value": "{dinkelland.size.xs}" },
44
+ "padding-inline-end": { "value": "{dinkelland.size.xs}" },
45
+ "padding-block-start": { "value": "0px" },
46
+ "padding-block-end": { "value": "0px" },
47
+ "disabled": {
48
+ "color": { "value": "{dinkelland.color.lightgrey.96}" },
49
+ "background-color": { "value": "transparent" },
50
+ "border-width": { "value": "0px" },
51
+ "border-style": {},
52
+ "border-color": {},
53
+ "border-bottom-width": {},
54
+ "border-bottom-style": {},
55
+ "border-bottom-color": {},
56
+ "border-radius": {}
57
+ },
58
+ "hover": {
59
+ "color": { "value": "{dinkelland.color.white.100}" },
60
+ "background-color": { "value": "{dinkelland.color.primary-hover}" },
61
+ "border-width": { "value": "0px" },
62
+ "border-style": {},
63
+ "border-color": {},
64
+ "border-bottom-width": {},
65
+ "border-bottom-style": {},
66
+ "border-bottom-color": {},
67
+ "border-radius": {}
68
+ }
69
+ },
70
+ "current-page": {
71
+ "color": { "value": "{dinkelland.color.primary}" },
72
+ "background-color": { "value": "{dinkelland.color.white.100}" },
73
+ "font-weight": { "value": "{dinkelland.typography.font-weight.normal}" },
74
+ "text-decoration": { "value": "unset" },
75
+ "border-width": {},
76
+ "border-style": {},
77
+ "border-color": {},
78
+ "border-bottom-width": {},
79
+ "border-bottom-style": {},
80
+ "border-bottom-color": {}
81
+ },
82
+ "page": {
83
+ "hover": {
84
+ "color": { "value": "{dinkelland.color.white.100}" },
85
+ "background-color": { "value": "{dinkelland.color.blue.31}" },
86
+ "text-decoration": { "value": "unset" },
87
+ "text-decoration-thickness": { "value": "0px" },
88
+ "border-width": {},
89
+ "border-style": {},
90
+ "border-color": {},
91
+ "border-bottom-width": {},
92
+ "border-bottom-style": {},
93
+ "border-bottom-color": {}
94
+ }
95
+ }
96
+ }
97
+ }
98
+ }
@@ -1,15 +1,15 @@
1
- {
2
- "utrecht": {
3
- "badge": {
4
- "background-color": { "value": "{dinkelland.color.black.0} " },
5
- "border-radius": { "value": "0" },
6
- "color": { "value": "{dinkelland.color.white.100} " },
7
- "font-size": { "value": "{dinkelland.font-size.sm}" },
8
- "font-weight": { "value": "{dinkelland.typography.font-weight.normal}" },
9
- "line-height": {},
10
- "padding-block": { "value": "{dinkelland.size.xs}" },
11
- "padding-inline": { "value": "{dinkelland.size.xs}" },
12
- "text-transform": {}
13
- }
14
- }
15
- }
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{dinkelland.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{dinkelland.color.white.100} " },
7
+ "font-size": { "value": "{dinkelland.font-size.sm}" },
8
+ "font-weight": { "value": "{dinkelland.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{dinkelland.size.xs}" },
11
+ "padding-inline": { "value": "{dinkelland.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "utrecht": {
3
- "separator": {
4
- "color": { "value": "{dinkelland.color.blue.91}" },
5
- "block-size": { "value": "{dinkelland.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": "{dinkelland.color.blue.91}" },
5
+ "block-size": { "value": "{dinkelland.size.4xs}" },
6
+ "margin-block-end": { "value": "0px" },
7
+ "margin-block-start": { "value": "0px" }
8
+ }
9
+ }
10
+ }