@conduction/theme 1.1.53 → 1.1.55

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 (737) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +201 -199
  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/amsterdam/date-input.tokens.json +29 -29
  9. package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  10. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  11. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  12. package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  13. package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  14. package/conduction-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  15. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  16. package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  17. package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  18. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  19. package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  20. package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  21. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  22. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -17
  23. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -11
  24. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  25. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -7
  26. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +44 -44
  27. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  28. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  29. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  30. package/municipalities/bct-design-tokens/LICENSE.md +17 -17
  31. package/municipalities/bct-design-tokens/README.md +3 -3
  32. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  33. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  34. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  35. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  36. package/municipalities/bct-design-tokens/package.json +40 -40
  37. package/municipalities/bct-design-tokens/src/brand/bct/color.tokens.json +137 -137
  38. package/municipalities/bct-design-tokens/src/brand/bct/font-size.tokens.json +50 -50
  39. package/municipalities/bct-design-tokens/src/brand/bct/size.tokens.json +17 -17
  40. package/municipalities/bct-design-tokens/src/brand/bct/typography.tokens.json +45 -45
  41. package/municipalities/bct-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  42. package/municipalities/bct-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  43. package/municipalities/bct-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  44. package/municipalities/bct-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  45. package/municipalities/bct-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  46. package/municipalities/bct-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  47. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  48. package/municipalities/bct-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  49. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  50. package/municipalities/bct-design-tokens/src/component/conduction/select.tokens.json +39 -39
  51. package/municipalities/bct-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  52. package/municipalities/bct-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  53. package/municipalities/bct-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  54. package/municipalities/bct-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  55. package/municipalities/bct-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  56. package/municipalities/bct-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  57. package/municipalities/bct-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  58. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  59. package/municipalities/bct-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  60. package/municipalities/bct-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  61. package/municipalities/bct-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  62. package/municipalities/bct-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  63. package/municipalities/bct-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  64. package/municipalities/bct-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  65. package/municipalities/bct-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  66. package/municipalities/bct-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  67. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  68. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  69. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  70. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  71. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  72. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  73. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  74. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  75. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  76. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  77. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  78. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  79. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  80. package/municipalities/bct-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  81. package/municipalities/bct-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  82. package/municipalities/bct-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  83. package/municipalities/bct-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  84. package/municipalities/bct-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  85. package/municipalities/bct-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  86. package/municipalities/bct-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  87. package/municipalities/bct-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  88. package/municipalities/bct-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  89. package/municipalities/bct-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  90. package/municipalities/bct-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  91. package/municipalities/bct-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  92. package/municipalities/bct-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  93. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  94. package/municipalities/bct-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  95. package/municipalities/bct-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  96. package/municipalities/bct-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  97. package/municipalities/bct-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  98. package/municipalities/bct-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  99. package/municipalities/bct-design-tokens/src/config.json +73 -73
  100. package/municipalities/bct-design-tokens/src/font.js +8 -8
  101. package/municipalities/bct-design-tokens/src/font.scss +385 -385
  102. package/municipalities/bct-design-tokens/src/index.scss +8 -8
  103. package/municipalities/bct-design-tokens/style-dictionary.config.js +6 -6
  104. package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -17
  105. package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -11
  106. package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  107. package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -7
  108. package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  109. package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  110. package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -35
  111. package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -96
  112. package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  113. package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  114. package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  115. package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  116. package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  117. package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  118. package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  119. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  120. package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  121. package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  122. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  123. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  124. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  125. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  126. package/municipalities/dimpact-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  127. package/municipalities/dimpact-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  128. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  129. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  130. package/municipalities/dimpact-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  131. package/municipalities/dimpact-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  132. package/municipalities/dimpact-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  133. package/municipalities/dimpact-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  134. package/municipalities/dimpact-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  135. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  136. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  137. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  138. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  139. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  140. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  141. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  142. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  143. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  144. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  145. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  146. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  147. package/municipalities/ede-design-tokens/LICENSE.md +17 -17
  148. package/municipalities/ede-design-tokens/README.md +3 -3
  149. package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -17
  150. package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -11
  151. package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  152. package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -7
  153. package/municipalities/ede-design-tokens/package.json +40 -40
  154. package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -138
  155. package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -50
  156. package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -17
  157. package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -40
  158. package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  159. package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  160. package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -30
  161. package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  162. package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  163. package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  164. package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  165. package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  166. package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  167. package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -39
  168. package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  169. package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  170. package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  171. package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  172. package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  173. package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  174. package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  175. package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  176. package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  177. package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  178. package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  179. package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  180. package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  181. package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  182. package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  183. package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  184. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  185. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  186. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  187. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  188. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  189. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  190. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  191. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  192. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  193. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  194. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  195. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  196. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  197. package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  198. package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  199. package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  200. package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  201. package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  202. package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  203. package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  204. package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  205. package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  206. package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  207. package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  208. package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  209. package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  210. package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  211. package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  212. package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  213. package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  214. package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  215. package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
  216. package/municipalities/ede-design-tokens/src/config.json +73 -73
  217. package/municipalities/ede-design-tokens/src/index.scss +7 -7
  218. package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -6
  219. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  220. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  221. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  222. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  223. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  224. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  225. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  226. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  227. package/municipalities/epe-design-tokens/src/font.js +6 -6
  228. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  229. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  230. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  231. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  232. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  233. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  234. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  235. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  236. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  237. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  238. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  239. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  240. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  241. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  242. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  243. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  244. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  245. package/municipalities/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  246. package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  247. package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  248. package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  249. package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  250. package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  251. package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  252. package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  253. package/municipalities/helmond-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  254. package/municipalities/helmond-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  255. package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  256. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  257. package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  258. package/municipalities/helmond-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  259. package/municipalities/hof-van-twente-design-tokens/LICENSE.md +17 -17
  260. package/municipalities/hof-van-twente-design-tokens/README.md +3 -3
  261. package/municipalities/hof-van-twente-design-tokens/documentation/color.stories.mdx +17 -17
  262. package/municipalities/hof-van-twente-design-tokens/documentation/components.stories.mdx +11 -11
  263. package/municipalities/hof-van-twente-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  264. package/municipalities/hof-van-twente-design-tokens/documentation/readme.stories.mdx +7 -7
  265. package/municipalities/hof-van-twente-design-tokens/package.json +42 -42
  266. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/color.tokens.json +147 -147
  267. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/font-size.tokens.json +50 -50
  268. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/size.tokens.json +17 -17
  269. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/typography.tokens.json +50 -50
  270. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  271. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  272. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-header.tokens.json +32 -32
  273. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  274. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  275. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  276. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  277. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/navigation.tokens.json +94 -94
  278. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  279. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/select.tokens.json +39 -39
  280. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  281. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  282. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  283. package/municipalities/hof-van-twente-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  284. package/municipalities/hof-van-twente-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  285. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  286. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  287. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  288. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  289. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/breadcrumb.tokens.json +43 -43
  290. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  291. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  292. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  293. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  294. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  295. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  296. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  297. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  298. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -22
  299. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  300. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  301. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  302. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  303. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  304. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -15
  305. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  306. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +25 -25
  307. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  308. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  309. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  310. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  311. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  312. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  313. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  314. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  315. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  316. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  317. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  318. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  319. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  320. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  321. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  322. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  323. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  324. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  325. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  326. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  327. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
  328. package/municipalities/hof-van-twente-design-tokens/src/config.json +73 -73
  329. package/municipalities/hof-van-twente-design-tokens/src/font.js +10 -10
  330. package/municipalities/hof-van-twente-design-tokens/src/font.scss +421 -421
  331. package/municipalities/hof-van-twente-design-tokens/src/index.scss +8 -8
  332. package/municipalities/hof-van-twente-design-tokens/style-dictionary.config.js +6 -6
  333. package/municipalities/lansingerland-design-tokens/LICENSE.md +17 -17
  334. package/municipalities/lansingerland-design-tokens/README.md +3 -3
  335. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  336. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  337. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  338. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  339. package/municipalities/lansingerland-design-tokens/package.json +41 -41
  340. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/color.tokens.json +150 -150
  341. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/font-size.tokens.json +50 -50
  342. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/size.tokens.json +17 -17
  343. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/typography.tokens.json +40 -40
  344. package/municipalities/lansingerland-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  345. package/municipalities/lansingerland-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  346. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-header.tokens.json +34 -34
  347. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-wrapper.tokens.json +37 -37
  348. package/municipalities/lansingerland-design-tokens/src/component/conduction/checkbox.tokens.json +72 -72
  349. package/municipalities/lansingerland-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  350. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  351. package/municipalities/lansingerland-design-tokens/src/component/conduction/navigation.tokens.json +104 -104
  352. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  353. package/municipalities/lansingerland-design-tokens/src/component/conduction/select.tokens.json +39 -39
  354. package/municipalities/lansingerland-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  355. package/municipalities/lansingerland-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  356. package/municipalities/lansingerland-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  357. package/municipalities/lansingerland-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  358. package/municipalities/lansingerland-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  359. package/municipalities/lansingerland-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  360. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  361. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  362. package/municipalities/lansingerland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  363. package/municipalities/lansingerland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  364. package/municipalities/lansingerland-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  365. package/municipalities/lansingerland-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  366. package/municipalities/lansingerland-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  367. package/municipalities/lansingerland-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  368. package/municipalities/lansingerland-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  369. package/municipalities/lansingerland-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  370. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  371. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  372. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  373. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  374. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  375. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  376. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  377. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  378. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  379. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  380. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  381. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +35 -35
  382. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  383. package/municipalities/lansingerland-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  384. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  385. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  386. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  387. package/municipalities/lansingerland-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  388. package/municipalities/lansingerland-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  389. package/municipalities/lansingerland-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  390. package/municipalities/lansingerland-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  391. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  392. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  393. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  394. package/municipalities/lansingerland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  395. package/municipalities/lansingerland-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  396. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  397. package/municipalities/lansingerland-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  398. package/municipalities/lansingerland-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  399. package/municipalities/lansingerland-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  400. package/municipalities/lansingerland-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  401. package/municipalities/lansingerland-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  402. package/municipalities/lansingerland-design-tokens/src/config.json +73 -73
  403. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  404. package/municipalities/lansingerland-design-tokens/src/index.scss +7 -7
  405. package/municipalities/lansingerland-design-tokens/style-dictionary.config.js +6 -6
  406. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  407. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  408. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  409. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  410. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  411. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  412. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  413. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  414. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  415. package/municipalities/migrato-design-tokens/LICENSE.md +17 -17
  416. package/municipalities/migrato-design-tokens/README.md +3 -3
  417. package/municipalities/migrato-design-tokens/package.json +40 -40
  418. package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -150
  419. package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -50
  420. package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -17
  421. package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -45
  422. package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  423. package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  424. package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  425. package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  426. package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -71
  427. package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  428. package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  429. package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  430. package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  431. package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -39
  432. package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  433. package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  434. package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  435. package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  436. package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  437. package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  438. package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  439. package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  440. package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  441. package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  442. package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  443. package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  444. package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  445. package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  446. package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  447. package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  448. package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  449. package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  450. package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  451. package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  452. package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  453. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -10
  454. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  455. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  456. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  457. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  458. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  459. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  460. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -39
  461. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  462. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  463. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  464. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  465. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  466. package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  467. package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  468. package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  469. package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  470. package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  471. package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  472. package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  473. package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  474. package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  475. package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  476. package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  477. package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  478. package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  479. package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  480. package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  481. package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  482. package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  483. package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  484. package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  485. package/municipalities/migrato-design-tokens/src/config.json +73 -73
  486. package/municipalities/migrato-design-tokens/src/font.scss +6 -6
  487. package/municipalities/migrato-design-tokens/src/index.scss +8 -8
  488. package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -6
  489. package/municipalities/moerdijk-design-tokens/documentation/color.stories.mdx +17 -17
  490. package/municipalities/moerdijk-design-tokens/documentation/components.stories.mdx +11 -11
  491. package/municipalities/moerdijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  492. package/municipalities/moerdijk-design-tokens/documentation/readme.stories.mdx +7 -7
  493. package/municipalities/moerdijk-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  494. package/municipalities/moerdijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  495. package/municipalities/moerdijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  496. package/municipalities/moerdijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  497. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  498. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  499. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  500. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  501. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  502. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  503. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  504. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  505. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  506. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  507. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  508. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  509. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  510. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  511. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  512. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  513. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  514. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  515. package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
  516. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  517. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  518. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  519. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  520. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  521. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  522. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  523. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  524. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  525. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  526. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  527. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  528. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  529. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  530. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  531. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  532. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  533. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  534. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  535. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  536. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  537. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  538. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  539. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  540. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  541. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  542. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  543. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  544. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  545. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  546. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  547. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  548. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  549. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  550. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  551. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  552. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  553. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  554. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  555. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  556. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  557. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  558. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  559. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  560. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  561. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  562. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  563. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  564. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  565. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  566. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  567. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  568. package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -17
  569. package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -3
  570. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  571. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  572. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  573. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  574. package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -42
  575. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -142
  576. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -50
  577. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -17
  578. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -40
  579. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  580. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  581. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -29
  582. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -149
  583. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -34
  584. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -33
  585. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -69
  586. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -28
  587. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +38 -38
  588. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -88
  589. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  590. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -39
  591. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -21
  592. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -85
  593. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -17
  594. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -107
  595. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -31
  596. package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -12
  597. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/footer.tokens.json +15 -15
  598. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/header.tokens.json +12 -12
  599. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -35
  600. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -68
  601. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -46
  602. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -13
  603. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -8
  604. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  605. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -27
  606. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -44
  607. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -152
  608. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -80
  609. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -57
  610. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -26
  611. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -28
  612. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -12
  613. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -36
  614. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -9
  615. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  616. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  617. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -13
  618. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -26
  619. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -7
  620. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -10
  621. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -40
  622. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -15
  623. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  624. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -9
  625. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  626. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -37
  627. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -26
  628. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -15
  629. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -17
  630. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -34
  631. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -23
  632. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -49
  633. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -12
  634. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -33
  635. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -31
  636. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -13
  637. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -10
  638. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -11
  639. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -25
  640. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -68
  641. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -47
  642. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  643. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -16
  644. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -24
  645. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -8
  646. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -60
  647. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -35
  648. package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -73
  649. package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -57
  650. package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -8
  651. package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -6
  652. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  653. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  654. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  655. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  656. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  657. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  658. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  659. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  660. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  661. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  662. package/municipalities/rotterdam-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  663. package/municipalities/rotterdam-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  664. package/municipalities/rotterdam-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  665. package/municipalities/rotterdam-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  666. package/municipalities/rotterdam-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  667. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  668. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  669. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  670. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  671. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  672. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  673. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  674. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  675. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  676. package/municipalities/soest-design-tokens/documentation/color.stories.mdx +17 -17
  677. package/municipalities/soest-design-tokens/documentation/components.stories.mdx +11 -11
  678. package/municipalities/soest-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  679. package/municipalities/soest-design-tokens/documentation/readme.stories.mdx +7 -7
  680. package/municipalities/soest-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  681. package/municipalities/soest-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  682. package/municipalities/soest-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  683. package/municipalities/soest-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  684. package/municipalities/stichtse-vecht-design-tokens/documentation/color.stories.mdx +17 -17
  685. package/municipalities/stichtse-vecht-design-tokens/documentation/components.stories.mdx +11 -11
  686. package/municipalities/stichtse-vecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  687. package/municipalities/stichtse-vecht-design-tokens/documentation/readme.stories.mdx +7 -7
  688. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/logo.tokens.json +21 -21
  689. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  690. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  691. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  692. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  693. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  694. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  695. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  696. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  697. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  698. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  699. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  700. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  701. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  702. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  703. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  704. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  705. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  706. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  707. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  708. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  709. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  710. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  711. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  712. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  713. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  714. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  715. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  716. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  717. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  718. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  719. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  720. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  721. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  722. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  723. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  724. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  725. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  726. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  727. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  728. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  729. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  730. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  731. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  732. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  733. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  734. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  735. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  736. package/package.json +57 -57
  737. package/publiccode.yaml +83 -83
@@ -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
+ }
@@ -1,10 +1,10 @@
1
- import "@fontsource/lato/400.css";
2
- import "@fontsource/lato/400-italic.css";
3
- import "@fontsource/lato/700.css";
4
- import "@fontsource/lato/700-italic.css";
5
- import "@fontsource/montserrat/300.css";
6
- import "@fontsource/montserrat/300-italic.css";
7
- import "@fontsource/montserrat/400.css";
8
- import "@fontsource/montserrat/400-italic.css";
9
- import "@fontsource/montserrat/700.css";
10
- import "@fontsource/montserrat/700-italic.css";
1
+ import "@fontsource/lato/400.css";
2
+ import "@fontsource/lato/400-italic.css";
3
+ import "@fontsource/lato/700.css";
4
+ import "@fontsource/lato/700-italic.css";
5
+ import "@fontsource/montserrat/300.css";
6
+ import "@fontsource/montserrat/300-italic.css";
7
+ import "@fontsource/montserrat/400.css";
8
+ import "@fontsource/montserrat/400-italic.css";
9
+ import "@fontsource/montserrat/700.css";
10
+ import "@fontsource/montserrat/700-italic.css";
@@ -1,17 +1,17 @@
1
- # Auteursrecht gemeente Ede
2
-
3
- Copyright (c) 2023 gemeente Ede
4
-
5
- ## Logo en huisstijl
6
-
7
- Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door gemeente Ede.
8
-
9
- Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van gemeente Ede gebruiken en je ontwerpt een eigen huisstijl.
10
-
11
- ## Lettertype
12
-
13
- Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
14
-
15
- ## Toestemming
16
-
17
- Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met gemeente Ede.
1
+ # Auteursrecht gemeente Ede
2
+
3
+ Copyright (c) 2023 gemeente Ede
4
+
5
+ ## Logo en huisstijl
6
+
7
+ Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door gemeente Ede.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van gemeente Ede gebruiken en je ontwerpt een eigen huisstijl.
10
+
11
+ ## Lettertype
12
+
13
+ Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
14
+
15
+ ## Toestemming
16
+
17
+ Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met gemeente Ede.
@@ -1,3 +1,3 @@
1
- # NL Design System design tokens Conduction
2
-
3
- These tokens have been obtained by analysing the [website of Conduction](https://www.conduction.nl/).
1
+ # NL Design System design tokens Conduction
2
+
3
+ These tokens have been obtained by analysing the [website of Conduction](https://www.conduction.nl/).
@@ -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>