@conduction/theme 1.1.49 → 1.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +1 -0
  4. package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
  5. package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
  6. package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  7. package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
  8. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  9. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  10. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  11. package/municipalities/baarn-design-tokens/LICENSE.md +17 -0
  12. package/municipalities/baarn-design-tokens/README.md +3 -0
  13. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -0
  14. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -0
  15. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  16. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -0
  17. package/municipalities/baarn-design-tokens/package.json +41 -0
  18. package/municipalities/baarn-design-tokens/src/brand/baarn/color.tokens.json +227 -0
  19. package/municipalities/baarn-design-tokens/src/brand/baarn/font-size.tokens.json +50 -0
  20. package/municipalities/baarn-design-tokens/src/brand/baarn/size.tokens.json +17 -0
  21. package/municipalities/baarn-design-tokens/src/brand/baarn/typography.tokens.json +43 -0
  22. package/municipalities/baarn-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  23. package/municipalities/baarn-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  24. package/municipalities/baarn-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  25. package/municipalities/baarn-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  26. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +45 -0
  27. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  28. package/municipalities/baarn-design-tokens/src/component/conduction/select.tokens.json +39 -0
  29. package/municipalities/baarn-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  30. package/municipalities/baarn-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  31. package/municipalities/baarn-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  32. package/municipalities/baarn-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  33. package/municipalities/baarn-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  34. package/municipalities/baarn-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  35. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  36. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  37. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  38. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  39. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  40. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  41. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  42. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  43. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  44. package/municipalities/baarn-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  45. package/municipalities/baarn-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  46. package/municipalities/baarn-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  47. package/municipalities/baarn-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  48. package/municipalities/baarn-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  49. package/municipalities/baarn-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  50. package/municipalities/baarn-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  51. package/municipalities/baarn-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  52. package/municipalities/baarn-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  53. package/municipalities/baarn-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  54. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  55. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  56. package/municipalities/baarn-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  57. package/municipalities/baarn-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  58. package/municipalities/baarn-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  59. package/municipalities/baarn-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  60. package/municipalities/baarn-design-tokens/src/config.json +73 -0
  61. package/municipalities/baarn-design-tokens/src/font.scss +39 -0
  62. package/municipalities/baarn-design-tokens/src/index.scss +8 -0
  63. package/municipalities/baarn-design-tokens/style-dictionary.config.js +6 -0
  64. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  65. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  66. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  67. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  68. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  69. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  70. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  71. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  72. package/municipalities/bct-design-tokens/src/font.js +8 -8
  73. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  74. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  75. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  76. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  77. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  78. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  79. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  80. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  81. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  82. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  83. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  84. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  85. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  86. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  87. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  88. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  89. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  90. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  91. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  92. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  93. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  94. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  95. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  96. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  97. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  98. package/municipalities/epe-design-tokens/src/font.js +6 -6
  99. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  100. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  101. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  102. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  103. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  104. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  105. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  106. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  107. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  108. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  109. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  110. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  111. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  112. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  113. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  114. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  115. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  116. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  117. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  118. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  119. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  120. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  121. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  122. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  123. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  124. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  125. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  126. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  127. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  128. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  129. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  130. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  131. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  132. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  133. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  134. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  135. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  136. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  137. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  138. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  139. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  140. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  141. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  142. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  143. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  144. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  145. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  146. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  147. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  148. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  149. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  150. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  151. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  152. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  153. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  154. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  155. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  156. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  157. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  158. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  159. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  160. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  161. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  162. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  163. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  164. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  165. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  166. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  167. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  168. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  169. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  170. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  171. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  172. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  173. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  174. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  175. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  176. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  177. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  178. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  179. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  180. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  181. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  182. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  183. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  184. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  185. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  186. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  187. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  188. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  189. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  190. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  191. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  192. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  193. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  194. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  195. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  196. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  197. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  198. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  199. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  200. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  201. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  202. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  203. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  204. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  205. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  206. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  207. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  208. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  209. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  210. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  211. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  212. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  213. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  214. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  215. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  216. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  217. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  218. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  219. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  220. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  221. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  222. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  223. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  224. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  225. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  226. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  227. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  228. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  229. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  230. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  231. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  232. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  233. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  234. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  235. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  236. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  237. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  238. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  239. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  240. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  241. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  242. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  243. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  244. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  245. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  246. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  247. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  248. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  249. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  250. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  251. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  252. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  253. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  254. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  255. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  256. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  257. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  258. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  259. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  260. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  261. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  262. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  263. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  264. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  265. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  266. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  267. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  268. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  269. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  270. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  271. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  272. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  273. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  274. package/package.json +3 -2
  275. package/publiccode.yaml +83 -83
@@ -1,95 +1,95 @@
1
- {
2
- "conduction": {
3
- "pagination": {
4
- "container": {
5
- "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.93}" },
6
- "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
7
- "padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
8
- "padding-inline-start": { "value": "{oude-ijsselstreek.size.xs}" },
9
- "padding-inline-end": { "value": "{oude-ijsselstreek.size.xs}" }
10
- },
11
- "item": {
12
- "gap": { "value": "{oude-ijsselstreek.size.2xs}" },
13
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
14
- "background-color": { "value": "{oude-ijsselstreek.color.white.98}" },
15
- "padding-inline-start": { "value": "17.1px" },
16
- "padding-inline-end": { "value": "17.1px" },
17
- "padding-block-start": { "value": "11.1px" },
18
- "padding-block-end": { "value": "11.1px" },
19
- "font-size": { "value": "{utrecht.document.font-size}" },
20
- "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
21
- "font-family": { "value": "{utrecht.document.font-family}" },
22
- "border-width": {},
23
- "border-style": {},
24
- "border-color": {},
25
- "border-bottom-width": {},
26
- "border-bottom-style": {},
27
- "border-bottom-color": {},
28
- "border-radius": { "value": "{oude-ijsselstreek.size.2xs}" }
29
- },
30
- "navigation-button": {
31
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
32
- "background-color": { "value": "{oude-ijsselstreek.color.white.98}" },
33
- "border-width": {},
34
- "border-style": {},
35
- "border-color": {},
36
- "border-bottom-width": {},
37
- "border-bottom-style": {},
38
- "border-bottom-color": {},
39
- "border-radius": {},
40
- "padding-inline-start": { "value": "17.1px" },
41
- "padding-inline-end": { "value": "17.1px" },
42
- "padding-block-start": { "value": "11.1px" },
43
- "padding-block-end": { "value": "11.1px" },
44
- "disabled": {
45
- "color": { "value": "{oude-ijsselstreek.color.white.100}" },
46
- "background-color": { "value": "{oude-ijsselstreek.color.grey.82}" },
47
- "border-width": {},
48
- "border-style": {},
49
- "border-color": {},
50
- "border-bottom-width": {},
51
- "border-bottom-style": {},
52
- "border-bottom-color": {},
53
- "border-radius": {}
54
- },
55
- "hover": {
56
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
57
- "background-color": { "value": "{oude-ijsselstreek.color.blue.93}" },
58
- "border-width": {},
59
- "border-style": {},
60
- "border-color": {},
61
- "border-bottom-width": {},
62
- "border-bottom-style": {},
63
- "border-bottom-color": {},
64
- "border-radius": {}
65
- }
66
- },
67
- "current-page": {
68
- "color": { "value": "{oude-ijsselstreek.color.white.100}" },
69
- "background-color": { "value": "{oude-ijsselstreek.color.primary}" },
70
- "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.bold}" },
71
- "text-decoration": { "value": "underline" },
72
- "border-width": {},
73
- "border-style": {},
74
- "border-color": {},
75
- "border-bottom-width": {},
76
- "border-bottom-style": {},
77
- "border-bottom-color": {}
78
- },
79
- "page": {
80
- "hover": {
81
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
82
- "background-color": { "value": "{oude-ijsselstreek.color.blue.93}" },
83
- "text-decoration": { "value": "underline" },
84
- "text-decoration-thickness": { "value": "1.8px" },
85
- "border-width": {},
86
- "border-style": {},
87
- "border-color": {},
88
- "border-bottom-width": {},
89
- "border-bottom-style": {},
90
- "border-bottom-color": {}
91
- }
92
- }
93
- }
94
- }
95
- }
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container": {
5
+ "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.93}" },
6
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
7
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
8
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.xs}" },
9
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.xs}" }
10
+ },
11
+ "item": {
12
+ "gap": { "value": "{oude-ijsselstreek.size.2xs}" },
13
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
14
+ "background-color": { "value": "{oude-ijsselstreek.color.white.98}" },
15
+ "padding-inline-start": { "value": "17.1px" },
16
+ "padding-inline-end": { "value": "17.1px" },
17
+ "padding-block-start": { "value": "11.1px" },
18
+ "padding-block-end": { "value": "11.1px" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
21
+ "font-family": { "value": "{utrecht.document.font-family}" },
22
+ "border-width": {},
23
+ "border-style": {},
24
+ "border-color": {},
25
+ "border-bottom-width": {},
26
+ "border-bottom-style": {},
27
+ "border-bottom-color": {},
28
+ "border-radius": { "value": "{oude-ijsselstreek.size.2xs}" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
32
+ "background-color": { "value": "{oude-ijsselstreek.color.white.98}" },
33
+ "border-width": {},
34
+ "border-style": {},
35
+ "border-color": {},
36
+ "border-bottom-width": {},
37
+ "border-bottom-style": {},
38
+ "border-bottom-color": {},
39
+ "border-radius": {},
40
+ "padding-inline-start": { "value": "17.1px" },
41
+ "padding-inline-end": { "value": "17.1px" },
42
+ "padding-block-start": { "value": "11.1px" },
43
+ "padding-block-end": { "value": "11.1px" },
44
+ "disabled": {
45
+ "color": { "value": "{oude-ijsselstreek.color.white.100}" },
46
+ "background-color": { "value": "{oude-ijsselstreek.color.grey.82}" },
47
+ "border-width": {},
48
+ "border-style": {},
49
+ "border-color": {},
50
+ "border-bottom-width": {},
51
+ "border-bottom-style": {},
52
+ "border-bottom-color": {},
53
+ "border-radius": {}
54
+ },
55
+ "hover": {
56
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
57
+ "background-color": { "value": "{oude-ijsselstreek.color.blue.93}" },
58
+ "border-width": {},
59
+ "border-style": {},
60
+ "border-color": {},
61
+ "border-bottom-width": {},
62
+ "border-bottom-style": {},
63
+ "border-bottom-color": {},
64
+ "border-radius": {}
65
+ }
66
+ },
67
+ "current-page": {
68
+ "color": { "value": "{oude-ijsselstreek.color.white.100}" },
69
+ "background-color": { "value": "{oude-ijsselstreek.color.primary}" },
70
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.bold}" },
71
+ "text-decoration": { "value": "underline" },
72
+ "border-width": {},
73
+ "border-style": {},
74
+ "border-color": {},
75
+ "border-bottom-width": {},
76
+ "border-bottom-style": {},
77
+ "border-bottom-color": {}
78
+ },
79
+ "page": {
80
+ "hover": {
81
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
82
+ "background-color": { "value": "{oude-ijsselstreek.color.blue.93}" },
83
+ "text-decoration": { "value": "underline" },
84
+ "text-decoration-thickness": { "value": "1.8px" },
85
+ "border-width": {},
86
+ "border-style": {},
87
+ "border-color": {},
88
+ "border-bottom-width": {},
89
+ "border-bottom-style": {},
90
+ "border-bottom-color": {}
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
@@ -1,15 +1,15 @@
1
- {
2
- "utrecht": {
3
- "badge": {
4
- "background-color": { "value": "{oude-ijsselstreek.color.black.0} " },
5
- "border-radius": { "value": "0" },
6
- "color": { "value": "{oude-ijsselstreek.color.white.100} " },
7
- "font-size": { "value": "{oude-ijsselstreek.font-size.sm}" },
8
- "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
9
- "line-height": {},
10
- "padding-block": { "value": "{oude-ijsselstreek.size.xs}" },
11
- "padding-inline": { "value": "{oude-ijsselstreek.size.xs}" },
12
- "text-transform": {}
13
- }
14
- }
15
- }
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{oude-ijsselstreek.color.white.100} " },
7
+ "font-size": { "value": "{oude-ijsselstreek.font-size.sm}" },
8
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{oude-ijsselstreek.size.xs}" },
11
+ "padding-inline": { "value": "{oude-ijsselstreek.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "utrecht": {
3
- "separator": {
4
- "color": { "value": "{oude-ijsselstreek.color.black.0}" },
5
- "block-size": { "value": "{oude-ijsselstreek.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": "{oude-ijsselstreek.color.black.0}" },
5
+ "block-size": { "value": "{oude-ijsselstreek.size.4xs}" },
6
+ "margin-block-end": { "value": "0px" },
7
+ "margin-block-start": { "value": "0px" }
8
+ }
9
+ }
10
+ }
@@ -1,17 +1,17 @@
1
- import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
- import tokens from "../dist/tokens.json";
3
- import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
4
- import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
5
- import config from "../src/config.json";
6
-
7
- <Meta title={`${config.name}/Color`} />
8
-
9
- # Color
10
-
11
- ## Find a color
12
-
13
- <ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
14
-
15
- ## Color palette
16
-
17
- <ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import tokens from "../dist/tokens.json";
3
+ import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
4
+ import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
5
+ import config from "../src/config.json";
6
+
7
+ <Meta title={`${config.name}/Color`} />
8
+
9
+ # Color
10
+
11
+ ## Find a color
12
+
13
+ <ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
14
+
15
+ ## Color palette
16
+
17
+ <ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
@@ -1,11 +1,11 @@
1
- import { Meta, Story } from "@storybook/addon-docs";
2
- import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
3
- import config from "../src/config.json";
4
-
5
- <Meta title={`${config.name}`} />
6
-
7
- # Components
8
-
9
- <Story name="Components">
10
- <ComponentStories config={config} />
11
- </Story>
1
+ import { Meta, Story } from "@storybook/addon-docs";
2
+ import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}`} />
6
+
7
+ # Components
8
+
9
+ <Story name="Components">
10
+ <ComponentStories config={config} />
11
+ </Story>
@@ -1,14 +1,14 @@
1
- import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
- import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
3
- import tokens from "../dist/index.json";
4
- import config from "../src/config.json";
5
-
6
- <Meta title={`${config.name}/Design Tokens`} />
7
-
8
- # Design Tokens
9
-
10
- <DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
11
-
12
- ## Proprietary Design Tokens
13
-
14
- <DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
3
+ import tokens from "../dist/index.json";
4
+ import config from "../src/config.json";
5
+
6
+ <Meta title={`${config.name}/Design Tokens`} />
7
+
8
+ # Design Tokens
9
+
10
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
11
+
12
+ ## Proprietary Design Tokens
13
+
14
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
@@ -1,7 +1,7 @@
1
- import { Meta, Description } from "@storybook/addon-docs";
2
- import markdown from "../README.md";
3
- import config from "../src/config.json";
4
-
5
- <Meta title={`${config.name}/README`} />
6
-
7
- <Description>{markdown}</Description>
1
+ import { Meta, Description } from "@storybook/addon-docs";
2
+ import markdown from "../README.md";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}/README`} />
6
+
7
+ <Description>{markdown}</Description>
@@ -1,27 +1,27 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "215px" },
6
- "block-size": { "value": "70px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312.3' height='100.9' viewBox='0 0 312.3 100.9' aria-labelledby='site-logo-title site-logo-desc' class='logo__svg logo__svg--roosendaal' role='img'%3E%3Ctitle id='site-logo-title'%3EGemeente Roosendaal%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.9,89.5c9.4,0,16.9-2.5,16.9-5.5c0-3-7.6-5.4-16.9-5.3C7.6,78.7,0,81.2,0,84.2C0,87.1,7.6,89.6,16.9,89.5 L16.9,89.5z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M25.8,36.6C32,36.6,37,35,37,33c0-1.9-5-3.5-11.2-3.5c-6.2,0-11.2,1.7-11.2,3.6C14.7,35,19.7,36.6,25.8,36.6 L25.8,36.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.3,59.6c7.1,0,12.8-1.8,12.8-4.1c0-2.2-5.7-4.1-12.8-4.1c-7.1,0-12.8,1.9-12.8,4.1 C3.5,57.8,9.2,59.6,16.3,59.6L16.3,59.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M41.4,19.1c4.8,0,8.6-1.1,8.6-2.5c0-1.4-3.9-2.5-8.6-2.5c-4.8,0-8.6,1.1-8.6,2.4C32.8,17.9,36.6,19.1,41.4,19.1 L41.4,19.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M64.8,4.8c-3.7,0-6.6,0.8-6.6,1.7c0,0.9,2.9,1.7,6.6,1.7c3.7,0,6.6-0.8,6.6-1.7C71.4,5.6,68.5,4.8,64.8,4.8 L64.8,4.8z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M86.1,2.2c2.7,0.1,4.8-0.4,4.8-1.1c0-0.6-2.2-1.1-4.8-1.1c-2.7,0-4.8,0.4-4.8,1.1C81.4,1.7,83.5,2.2,86.1,2.2 L86.1,2.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M102,44.3c0-4.6-0.1-4.6-4.5-5.3v-1H109c3.5,0,13.2,0,13.2,8.4c0,5.3-3.5,7.1-7.1,7.6l8.6,15.4h-5.4l-8.3-14.5 h-2.9v14.5H102V44.3L102,44.3z M107.1,52.6h2.7c3,0,7.4-0.9,7.4-6c0-5-3-6.5-6.8-6.5c-3.2,0-3.2,0.9-3.2,4.2V52.6L107.1,52.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M126.3,58.5c0-7.8,3.2-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C128.8,69.8,126.3,65,126.3,58.5L126.3,58.5z M136.4,68.3c4.6,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-5,5.6-5,9.7 C131.4,62.4,131.8,68.3,136.4,68.3L136.4,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M150,58.5c0-7.8,3.3-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C152.6,69.8,150,65,150,58.5L150,58.5z M160.1,68.3c4.5,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-4.9,5.6-4.9,9.7 C155.2,62.4,155.5,68.3,160.1,68.3L160.1,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M187.3,51.4c-0.7-0.5-2.9-2.2-5.5-2.2c-1.5,0-3.3,0.5-3.3,2.5c0,4.5,10.2,4.5,10.2,11.7c0,4.5-3.8,6.4-8.4,6.4 c-2.8,0-4.9-0.5-6-0.8v-3.7c1.4,0.9,3.6,2.5,6.2,2.5c3,0,4-1.5,4-3.2c0-4.5-10.2-4.8-10.2-11.3c0-3.4,2.2-6.2,7.8-6.2 c2.4,0,4.5,0.6,5.3,0.8V51.4L187.3,51.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M210.1,68.6c-0.9,0.3-3.4,1.2-6.5,1.2c-7.2,0-11.5-4.3-11.5-12.2c0-7.3,3.6-10.5,9.9-10.5c8,0,8.6,5.7,8.6,8.9 h-13.3c0,4.7,2,11.3,8.5,11.3c1.9,0,3.6-0.4,4.4-0.8V68.6L210.1,68.6z M205.8,54.2c0-1.1-0.1-5.4-4.2-5.4c-3.5,0-4.5,3.6-4.5,5.4 H205.8L205.8,54.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M215.6,53.6c0-3.2-0.8-4-3.8-4v-0.9l8.4-1.5v5.9h0.1c0.7-1.7,3.2-5.9,7.8-5.9c4.2,0,5.6,2.9,5.6,6.5v15.7h-4.7 V57.2c0-3.7,0-7-3.1-7c-3.1,0-5.8,4.3-5.8,7.7v11.4h-4.7V53.6L215.6,53.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M253.9,66.8c-1.2,1.1-3.1,3.1-6.5,3.1c-6.1,0-8.4-5-8.4-10.9c0-5.9,2.4-11.7,8.6-11.7c3.8,0,5.3,2,6.2,3.5h0.1 v-7.6c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V66.8L253.9,66.8z M253.9,57.1c0-2.6-0.5-7.4-5-7.4c-4.3,0-4.8,5.3-4.8,8.6 c0,3.6,0.4,9.1,4.8,9.1c4.5,0,4.9-5.8,4.9-8.3V57.1L253.9,57.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M275.4,66.6c-0.8,1-2.4,3.2-6,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.2-7.2v-2.4c0-3,0-6.1-3-6.1 c-3,0-3.2,2.7-3.2,4.7h-5.5c0.5-3.1,2-6.3,8.8-6.3c6.6,0,7.6,3.3,7.6,8v14.2h-4.7V66.6L275.4,66.6z M275.4,59 c-1.7,0.1-7.1,0.3-7.1,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.3-2.5,4.3-5.6V59L275.4,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M296.6,66.6c-0.9,1-2.5,3.2-6.1,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.3-7.2v-2.4c0-3,0-6.1-3-6.1 c-3.1,0-3.3,2.7-3.3,4.7h-5.5c0.5-3.1,2.1-6.3,8.8-6.3c6.7,0,7.7,3.3,7.7,8v14.2h-4.7V66.6L296.6,66.6z M296.6,59 c-1.7,0.1-7.2,0.3-7.2,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.4-2.5,4.4-5.6V59L296.6,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M307.7,43.1c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V43.1L307.7,43.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M66,100.9C11,30.1,101.5,1.2,101.5,1.2s-94.8,27-44.2,99.6H66L66,100.9z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M144.9,34.4c-1.1,0.4-3.4,1-5.6,1c-5.5,0-7.2-3.5-7.2-8.9c0-5,1.6-8.4,7.1-8.4c3.7,0,5.3,1.7,5.5,3.7h-3 c-0.1-0.9-0.7-2.6-2.9-2.6c-3.5,0-3.9,4.3-3.9,7.5c0,4.1,1,7.6,4.9,7.6c1,0,1.7-0.1,2.4-0.4v-5c0-2.3-0.4-2.2-2.5-2.7v-0.5h5.3V34.4 L144.9,34.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M157.5,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.9,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.2-5.7c4.3,0,4.7,3.1,4.7,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,2-0.3,2.4-0.4V34.7L157.5,34.7z M155.2,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H155.2L155.2,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M160.2,26.7c0-1.7-0.4-2.2-1.9-2.2V24l4.4-0.8v3h0.1c0.4-0.9,1.6-3,3.8-3c2.3,0,2.9,1.7,3.1,2.8l0,0 c0.6-0.9,1.5-2.8,3.7-2.8c3.2,0,3.2,3,3.2,4.7v7.3h-2.5v-6.8c0-1.6,0-3.4-1.6-3.4c-1.9,0-2.8,2.6-2.8,4.4v5.8h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-2.8,2.3-2.8,4.1v6.1h-2.4V26.7L160.2,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M188.9,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L188.9,34.7z M186.6,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H186.6L186.6,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M200.2,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L200.2,34.7z M197.9,27c0-0.6,0-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H197.9L197.9,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M203.1,26.7c0-1.7-0.4-2.2-2-2.2V24l4.5-0.8v3.2l0,0c0.4-0.9,1.7-3.2,4.2-3.2c2.3,0,3,1.7,3,3.5v8.4h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-3,2.3-3,4.1v6.1h-2.5V26.7L203.1,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M222.6,35.2c-0.6,0.1-1.1,0.1-1.7,0.1c-2.5,0-3.8-0.4-3.8-3.2v-7.7h-2v-1h2v-1.9l2.5-2.2v4.2h3.2v1h-3.2v7.3 c0,1.7,0.1,2.5,2,2.5c0.3,0,0.6,0,0.9-0.1V35.2L222.6,35.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M233.6,34.7c-0.4,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,1.9-0.3,2.3-0.4V34.7L233.6,34.7z M231.4,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H231.4L231.4,27z'%3E%3C/path%3E%3C/svg%3E\")"
9
- }
10
- },
11
- "footer": {
12
- "inline-size": {},
13
- "block-size": {},
14
- "background-image": {
15
- "value": ""
16
- }
17
- },
18
- "navbar": {
19
- "inline-size": { "value": "165px" },
20
- "block-size": { "value": "53px" },
21
- "background-image": {
22
- "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312.3' height='100.9' viewBox='0 0 312.3 100.9' aria-labelledby='site-logo-title site-logo-desc' class='logo__svg logo__svg--roosendaal' role='img'%3E%3Ctitle id='site-logo-title'%3EGemeente Roosendaal%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.9,89.5c9.4,0,16.9-2.5,16.9-5.5c0-3-7.6-5.4-16.9-5.3C7.6,78.7,0,81.2,0,84.2C0,87.1,7.6,89.6,16.9,89.5 L16.9,89.5z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M25.8,36.6C32,36.6,37,35,37,33c0-1.9-5-3.5-11.2-3.5c-6.2,0-11.2,1.7-11.2,3.6C14.7,35,19.7,36.6,25.8,36.6 L25.8,36.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.3,59.6c7.1,0,12.8-1.8,12.8-4.1c0-2.2-5.7-4.1-12.8-4.1c-7.1,0-12.8,1.9-12.8,4.1 C3.5,57.8,9.2,59.6,16.3,59.6L16.3,59.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M41.4,19.1c4.8,0,8.6-1.1,8.6-2.5c0-1.4-3.9-2.5-8.6-2.5c-4.8,0-8.6,1.1-8.6,2.4C32.8,17.9,36.6,19.1,41.4,19.1 L41.4,19.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M64.8,4.8c-3.7,0-6.6,0.8-6.6,1.7c0,0.9,2.9,1.7,6.6,1.7c3.7,0,6.6-0.8,6.6-1.7C71.4,5.6,68.5,4.8,64.8,4.8 L64.8,4.8z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M86.1,2.2c2.7,0.1,4.8-0.4,4.8-1.1c0-0.6-2.2-1.1-4.8-1.1c-2.7,0-4.8,0.4-4.8,1.1C81.4,1.7,83.5,2.2,86.1,2.2 L86.1,2.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M102,44.3c0-4.6-0.1-4.6-4.5-5.3v-1H109c3.5,0,13.2,0,13.2,8.4c0,5.3-3.5,7.1-7.1,7.6l8.6,15.4h-5.4l-8.3-14.5 h-2.9v14.5H102V44.3L102,44.3z M107.1,52.6h2.7c3,0,7.4-0.9,7.4-6c0-5-3-6.5-6.8-6.5c-3.2,0-3.2,0.9-3.2,4.2V52.6L107.1,52.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M126.3,58.5c0-7.8,3.2-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C128.8,69.8,126.3,65,126.3,58.5L126.3,58.5z M136.4,68.3c4.6,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-5,5.6-5,9.7 C131.4,62.4,131.8,68.3,136.4,68.3L136.4,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M150,58.5c0-7.8,3.3-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C152.6,69.8,150,65,150,58.5L150,58.5z M160.1,68.3c4.5,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-4.9,5.6-4.9,9.7 C155.2,62.4,155.5,68.3,160.1,68.3L160.1,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M187.3,51.4c-0.7-0.5-2.9-2.2-5.5-2.2c-1.5,0-3.3,0.5-3.3,2.5c0,4.5,10.2,4.5,10.2,11.7c0,4.5-3.8,6.4-8.4,6.4 c-2.8,0-4.9-0.5-6-0.8v-3.7c1.4,0.9,3.6,2.5,6.2,2.5c3,0,4-1.5,4-3.2c0-4.5-10.2-4.8-10.2-11.3c0-3.4,2.2-6.2,7.8-6.2 c2.4,0,4.5,0.6,5.3,0.8V51.4L187.3,51.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M210.1,68.6c-0.9,0.3-3.4,1.2-6.5,1.2c-7.2,0-11.5-4.3-11.5-12.2c0-7.3,3.6-10.5,9.9-10.5c8,0,8.6,5.7,8.6,8.9 h-13.3c0,4.7,2,11.3,8.5,11.3c1.9,0,3.6-0.4,4.4-0.8V68.6L210.1,68.6z M205.8,54.2c0-1.1-0.1-5.4-4.2-5.4c-3.5,0-4.5,3.6-4.5,5.4 H205.8L205.8,54.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M215.6,53.6c0-3.2-0.8-4-3.8-4v-0.9l8.4-1.5v5.9h0.1c0.7-1.7,3.2-5.9,7.8-5.9c4.2,0,5.6,2.9,5.6,6.5v15.7h-4.7 V57.2c0-3.7,0-7-3.1-7c-3.1,0-5.8,4.3-5.8,7.7v11.4h-4.7V53.6L215.6,53.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M253.9,66.8c-1.2,1.1-3.1,3.1-6.5,3.1c-6.1,0-8.4-5-8.4-10.9c0-5.9,2.4-11.7,8.6-11.7c3.8,0,5.3,2,6.2,3.5h0.1 v-7.6c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V66.8L253.9,66.8z M253.9,57.1c0-2.6-0.5-7.4-5-7.4c-4.3,0-4.8,5.3-4.8,8.6 c0,3.6,0.4,9.1,4.8,9.1c4.5,0,4.9-5.8,4.9-8.3V57.1L253.9,57.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M275.4,66.6c-0.8,1-2.4,3.2-6,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.2-7.2v-2.4c0-3,0-6.1-3-6.1 c-3,0-3.2,2.7-3.2,4.7h-5.5c0.5-3.1,2-6.3,8.8-6.3c6.6,0,7.6,3.3,7.6,8v14.2h-4.7V66.6L275.4,66.6z M275.4,59 c-1.7,0.1-7.1,0.3-7.1,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.3-2.5,4.3-5.6V59L275.4,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M296.6,66.6c-0.9,1-2.5,3.2-6.1,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.3-7.2v-2.4c0-3,0-6.1-3-6.1 c-3.1,0-3.3,2.7-3.3,4.7h-5.5c0.5-3.1,2.1-6.3,8.8-6.3c6.7,0,7.7,3.3,7.7,8v14.2h-4.7V66.6L296.6,66.6z M296.6,59 c-1.7,0.1-7.2,0.3-7.2,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.4-2.5,4.4-5.6V59L296.6,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M307.7,43.1c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V43.1L307.7,43.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M66,100.9C11,30.1,101.5,1.2,101.5,1.2s-94.8,27-44.2,99.6H66L66,100.9z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M144.9,34.4c-1.1,0.4-3.4,1-5.6,1c-5.5,0-7.2-3.5-7.2-8.9c0-5,1.6-8.4,7.1-8.4c3.7,0,5.3,1.7,5.5,3.7h-3 c-0.1-0.9-0.7-2.6-2.9-2.6c-3.5,0-3.9,4.3-3.9,7.5c0,4.1,1,7.6,4.9,7.6c1,0,1.7-0.1,2.4-0.4v-5c0-2.3-0.4-2.2-2.5-2.7v-0.5h5.3V34.4 L144.9,34.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M157.5,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.9,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.2-5.7c4.3,0,4.7,3.1,4.7,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,2-0.3,2.4-0.4V34.7L157.5,34.7z M155.2,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H155.2L155.2,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M160.2,26.7c0-1.7-0.4-2.2-1.9-2.2V24l4.4-0.8v3h0.1c0.4-0.9,1.6-3,3.8-3c2.3,0,2.9,1.7,3.1,2.8l0,0 c0.6-0.9,1.5-2.8,3.7-2.8c3.2,0,3.2,3,3.2,4.7v7.3h-2.5v-6.8c0-1.6,0-3.4-1.6-3.4c-1.9,0-2.8,2.6-2.8,4.4v5.8h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-2.8,2.3-2.8,4.1v6.1h-2.4V26.7L160.2,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M188.9,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L188.9,34.7z M186.6,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H186.6L186.6,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M200.2,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L200.2,34.7z M197.9,27c0-0.6,0-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H197.9L197.9,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M203.1,26.7c0-1.7-0.4-2.2-2-2.2V24l4.5-0.8v3.2l0,0c0.4-0.9,1.7-3.2,4.2-3.2c2.3,0,3,1.7,3,3.5v8.4h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-3,2.3-3,4.1v6.1h-2.5V26.7L203.1,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M222.6,35.2c-0.6,0.1-1.1,0.1-1.7,0.1c-2.5,0-3.8-0.4-3.8-3.2v-7.7h-2v-1h2v-1.9l2.5-2.2v4.2h3.2v1h-3.2v7.3 c0,1.7,0.1,2.5,2,2.5c0.3,0,0.6,0,0.9-0.1V35.2L222.6,35.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M233.6,34.7c-0.4,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,1.9-0.3,2.3-0.4V34.7L233.6,34.7z M231.4,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H231.4L231.4,27z'%3E%3C/path%3E%3C/svg%3E\")"
23
- }
24
- }
25
- }
26
- }
27
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "215px" },
6
+ "block-size": { "value": "70px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312.3' height='100.9' viewBox='0 0 312.3 100.9' aria-labelledby='site-logo-title site-logo-desc' class='logo__svg logo__svg--roosendaal' role='img'%3E%3Ctitle id='site-logo-title'%3EGemeente Roosendaal%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.9,89.5c9.4,0,16.9-2.5,16.9-5.5c0-3-7.6-5.4-16.9-5.3C7.6,78.7,0,81.2,0,84.2C0,87.1,7.6,89.6,16.9,89.5 L16.9,89.5z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M25.8,36.6C32,36.6,37,35,37,33c0-1.9-5-3.5-11.2-3.5c-6.2,0-11.2,1.7-11.2,3.6C14.7,35,19.7,36.6,25.8,36.6 L25.8,36.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.3,59.6c7.1,0,12.8-1.8,12.8-4.1c0-2.2-5.7-4.1-12.8-4.1c-7.1,0-12.8,1.9-12.8,4.1 C3.5,57.8,9.2,59.6,16.3,59.6L16.3,59.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M41.4,19.1c4.8,0,8.6-1.1,8.6-2.5c0-1.4-3.9-2.5-8.6-2.5c-4.8,0-8.6,1.1-8.6,2.4C32.8,17.9,36.6,19.1,41.4,19.1 L41.4,19.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M64.8,4.8c-3.7,0-6.6,0.8-6.6,1.7c0,0.9,2.9,1.7,6.6,1.7c3.7,0,6.6-0.8,6.6-1.7C71.4,5.6,68.5,4.8,64.8,4.8 L64.8,4.8z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M86.1,2.2c2.7,0.1,4.8-0.4,4.8-1.1c0-0.6-2.2-1.1-4.8-1.1c-2.7,0-4.8,0.4-4.8,1.1C81.4,1.7,83.5,2.2,86.1,2.2 L86.1,2.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M102,44.3c0-4.6-0.1-4.6-4.5-5.3v-1H109c3.5,0,13.2,0,13.2,8.4c0,5.3-3.5,7.1-7.1,7.6l8.6,15.4h-5.4l-8.3-14.5 h-2.9v14.5H102V44.3L102,44.3z M107.1,52.6h2.7c3,0,7.4-0.9,7.4-6c0-5-3-6.5-6.8-6.5c-3.2,0-3.2,0.9-3.2,4.2V52.6L107.1,52.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M126.3,58.5c0-7.8,3.2-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C128.8,69.8,126.3,65,126.3,58.5L126.3,58.5z M136.4,68.3c4.6,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-5,5.6-5,9.7 C131.4,62.4,131.8,68.3,136.4,68.3L136.4,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M150,58.5c0-7.8,3.3-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C152.6,69.8,150,65,150,58.5L150,58.5z M160.1,68.3c4.5,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-4.9,5.6-4.9,9.7 C155.2,62.4,155.5,68.3,160.1,68.3L160.1,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M187.3,51.4c-0.7-0.5-2.9-2.2-5.5-2.2c-1.5,0-3.3,0.5-3.3,2.5c0,4.5,10.2,4.5,10.2,11.7c0,4.5-3.8,6.4-8.4,6.4 c-2.8,0-4.9-0.5-6-0.8v-3.7c1.4,0.9,3.6,2.5,6.2,2.5c3,0,4-1.5,4-3.2c0-4.5-10.2-4.8-10.2-11.3c0-3.4,2.2-6.2,7.8-6.2 c2.4,0,4.5,0.6,5.3,0.8V51.4L187.3,51.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M210.1,68.6c-0.9,0.3-3.4,1.2-6.5,1.2c-7.2,0-11.5-4.3-11.5-12.2c0-7.3,3.6-10.5,9.9-10.5c8,0,8.6,5.7,8.6,8.9 h-13.3c0,4.7,2,11.3,8.5,11.3c1.9,0,3.6-0.4,4.4-0.8V68.6L210.1,68.6z M205.8,54.2c0-1.1-0.1-5.4-4.2-5.4c-3.5,0-4.5,3.6-4.5,5.4 H205.8L205.8,54.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M215.6,53.6c0-3.2-0.8-4-3.8-4v-0.9l8.4-1.5v5.9h0.1c0.7-1.7,3.2-5.9,7.8-5.9c4.2,0,5.6,2.9,5.6,6.5v15.7h-4.7 V57.2c0-3.7,0-7-3.1-7c-3.1,0-5.8,4.3-5.8,7.7v11.4h-4.7V53.6L215.6,53.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M253.9,66.8c-1.2,1.1-3.1,3.1-6.5,3.1c-6.1,0-8.4-5-8.4-10.9c0-5.9,2.4-11.7,8.6-11.7c3.8,0,5.3,2,6.2,3.5h0.1 v-7.6c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V66.8L253.9,66.8z M253.9,57.1c0-2.6-0.5-7.4-5-7.4c-4.3,0-4.8,5.3-4.8,8.6 c0,3.6,0.4,9.1,4.8,9.1c4.5,0,4.9-5.8,4.9-8.3V57.1L253.9,57.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M275.4,66.6c-0.8,1-2.4,3.2-6,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.2-7.2v-2.4c0-3,0-6.1-3-6.1 c-3,0-3.2,2.7-3.2,4.7h-5.5c0.5-3.1,2-6.3,8.8-6.3c6.6,0,7.6,3.3,7.6,8v14.2h-4.7V66.6L275.4,66.6z M275.4,59 c-1.7,0.1-7.1,0.3-7.1,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.3-2.5,4.3-5.6V59L275.4,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M296.6,66.6c-0.9,1-2.5,3.2-6.1,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.3-7.2v-2.4c0-3,0-6.1-3-6.1 c-3.1,0-3.3,2.7-3.3,4.7h-5.5c0.5-3.1,2.1-6.3,8.8-6.3c6.7,0,7.7,3.3,7.7,8v14.2h-4.7V66.6L296.6,66.6z M296.6,59 c-1.7,0.1-7.2,0.3-7.2,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.4-2.5,4.4-5.6V59L296.6,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M307.7,43.1c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V43.1L307.7,43.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M66,100.9C11,30.1,101.5,1.2,101.5,1.2s-94.8,27-44.2,99.6H66L66,100.9z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M144.9,34.4c-1.1,0.4-3.4,1-5.6,1c-5.5,0-7.2-3.5-7.2-8.9c0-5,1.6-8.4,7.1-8.4c3.7,0,5.3,1.7,5.5,3.7h-3 c-0.1-0.9-0.7-2.6-2.9-2.6c-3.5,0-3.9,4.3-3.9,7.5c0,4.1,1,7.6,4.9,7.6c1,0,1.7-0.1,2.4-0.4v-5c0-2.3-0.4-2.2-2.5-2.7v-0.5h5.3V34.4 L144.9,34.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M157.5,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.9,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.2-5.7c4.3,0,4.7,3.1,4.7,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,2-0.3,2.4-0.4V34.7L157.5,34.7z M155.2,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H155.2L155.2,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M160.2,26.7c0-1.7-0.4-2.2-1.9-2.2V24l4.4-0.8v3h0.1c0.4-0.9,1.6-3,3.8-3c2.3,0,2.9,1.7,3.1,2.8l0,0 c0.6-0.9,1.5-2.8,3.7-2.8c3.2,0,3.2,3,3.2,4.7v7.3h-2.5v-6.8c0-1.6,0-3.4-1.6-3.4c-1.9,0-2.8,2.6-2.8,4.4v5.8h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-2.8,2.3-2.8,4.1v6.1h-2.4V26.7L160.2,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M188.9,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L188.9,34.7z M186.6,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H186.6L186.6,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M200.2,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L200.2,34.7z M197.9,27c0-0.6,0-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H197.9L197.9,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M203.1,26.7c0-1.7-0.4-2.2-2-2.2V24l4.5-0.8v3.2l0,0c0.4-0.9,1.7-3.2,4.2-3.2c2.3,0,3,1.7,3,3.5v8.4h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-3,2.3-3,4.1v6.1h-2.5V26.7L203.1,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M222.6,35.2c-0.6,0.1-1.1,0.1-1.7,0.1c-2.5,0-3.8-0.4-3.8-3.2v-7.7h-2v-1h2v-1.9l2.5-2.2v4.2h3.2v1h-3.2v7.3 c0,1.7,0.1,2.5,2,2.5c0.3,0,0.6,0,0.9-0.1V35.2L222.6,35.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M233.6,34.7c-0.4,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,1.9-0.3,2.3-0.4V34.7L233.6,34.7z M231.4,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H231.4L231.4,27z'%3E%3C/path%3E%3C/svg%3E\")"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": {},
13
+ "block-size": {},
14
+ "background-image": {
15
+ "value": ""
16
+ }
17
+ },
18
+ "navbar": {
19
+ "inline-size": { "value": "165px" },
20
+ "block-size": { "value": "53px" },
21
+ "background-image": {
22
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312.3' height='100.9' viewBox='0 0 312.3 100.9' aria-labelledby='site-logo-title site-logo-desc' class='logo__svg logo__svg--roosendaal' role='img'%3E%3Ctitle id='site-logo-title'%3EGemeente Roosendaal%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.9,89.5c9.4,0,16.9-2.5,16.9-5.5c0-3-7.6-5.4-16.9-5.3C7.6,78.7,0,81.2,0,84.2C0,87.1,7.6,89.6,16.9,89.5 L16.9,89.5z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M25.8,36.6C32,36.6,37,35,37,33c0-1.9-5-3.5-11.2-3.5c-6.2,0-11.2,1.7-11.2,3.6C14.7,35,19.7,36.6,25.8,36.6 L25.8,36.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M16.3,59.6c7.1,0,12.8-1.8,12.8-4.1c0-2.2-5.7-4.1-12.8-4.1c-7.1,0-12.8,1.9-12.8,4.1 C3.5,57.8,9.2,59.6,16.3,59.6L16.3,59.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M41.4,19.1c4.8,0,8.6-1.1,8.6-2.5c0-1.4-3.9-2.5-8.6-2.5c-4.8,0-8.6,1.1-8.6,2.4C32.8,17.9,36.6,19.1,41.4,19.1 L41.4,19.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M64.8,4.8c-3.7,0-6.6,0.8-6.6,1.7c0,0.9,2.9,1.7,6.6,1.7c3.7,0,6.6-0.8,6.6-1.7C71.4,5.6,68.5,4.8,64.8,4.8 L64.8,4.8z'%3E%3C/path%3E%3Cpath role='presentation' fill='%23DC2F34' d='M86.1,2.2c2.7,0.1,4.8-0.4,4.8-1.1c0-0.6-2.2-1.1-4.8-1.1c-2.7,0-4.8,0.4-4.8,1.1C81.4,1.7,83.5,2.2,86.1,2.2 L86.1,2.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M102,44.3c0-4.6-0.1-4.6-4.5-5.3v-1H109c3.5,0,13.2,0,13.2,8.4c0,5.3-3.5,7.1-7.1,7.6l8.6,15.4h-5.4l-8.3-14.5 h-2.9v14.5H102V44.3L102,44.3z M107.1,52.6h2.7c3,0,7.4-0.9,7.4-6c0-5-3-6.5-6.8-6.5c-3.2,0-3.2,0.9-3.2,4.2V52.6L107.1,52.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M126.3,58.5c0-7.8,3.2-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C128.8,69.8,126.3,65,126.3,58.5L126.3,58.5z M136.4,68.3c4.6,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-5,5.6-5,9.7 C131.4,62.4,131.8,68.3,136.4,68.3L136.4,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M150,58.5c0-7.8,3.3-11.3,10.1-11.3c6.8,0,10.1,4.6,10.1,11.3c0,7.6-3.2,11.4-10.1,11.4 C152.6,69.8,150,65,150,58.5L150,58.5z M160.1,68.3c4.5,0,5-5.1,5-9.8c0-4.3-0.4-9.7-5-9.7c-4.6,0-4.9,5.6-4.9,9.7 C155.2,62.4,155.5,68.3,160.1,68.3L160.1,68.3z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M187.3,51.4c-0.7-0.5-2.9-2.2-5.5-2.2c-1.5,0-3.3,0.5-3.3,2.5c0,4.5,10.2,4.5,10.2,11.7c0,4.5-3.8,6.4-8.4,6.4 c-2.8,0-4.9-0.5-6-0.8v-3.7c1.4,0.9,3.6,2.5,6.2,2.5c3,0,4-1.5,4-3.2c0-4.5-10.2-4.8-10.2-11.3c0-3.4,2.2-6.2,7.8-6.2 c2.4,0,4.5,0.6,5.3,0.8V51.4L187.3,51.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M210.1,68.6c-0.9,0.3-3.4,1.2-6.5,1.2c-7.2,0-11.5-4.3-11.5-12.2c0-7.3,3.6-10.5,9.9-10.5c8,0,8.6,5.7,8.6,8.9 h-13.3c0,4.7,2,11.3,8.5,11.3c1.9,0,3.6-0.4,4.4-0.8V68.6L210.1,68.6z M205.8,54.2c0-1.1-0.1-5.4-4.2-5.4c-3.5,0-4.5,3.6-4.5,5.4 H205.8L205.8,54.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M215.6,53.6c0-3.2-0.8-4-3.8-4v-0.9l8.4-1.5v5.9h0.1c0.7-1.7,3.2-5.9,7.8-5.9c4.2,0,5.6,2.9,5.6,6.5v15.7h-4.7 V57.2c0-3.7,0-7-3.1-7c-3.1,0-5.8,4.3-5.8,7.7v11.4h-4.7V53.6L215.6,53.6z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M253.9,66.8c-1.2,1.1-3.1,3.1-6.5,3.1c-6.1,0-8.4-5-8.4-10.9c0-5.9,2.4-11.7,8.6-11.7c3.8,0,5.3,2,6.2,3.5h0.1 v-7.6c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V66.8L253.9,66.8z M253.9,57.1c0-2.6-0.5-7.4-5-7.4c-4.3,0-4.8,5.3-4.8,8.6 c0,3.6,0.4,9.1,4.8,9.1c4.5,0,4.9-5.8,4.9-8.3V57.1L253.9,57.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M275.4,66.6c-0.8,1-2.4,3.2-6,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.2-7.2v-2.4c0-3,0-6.1-3-6.1 c-3,0-3.2,2.7-3.2,4.7h-5.5c0.5-3.1,2-6.3,8.8-6.3c6.6,0,7.6,3.3,7.6,8v14.2h-4.7V66.6L275.4,66.6z M275.4,59 c-1.7,0.1-7.1,0.3-7.1,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.3-2.5,4.3-5.6V59L275.4,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M296.6,66.6c-0.9,1-2.5,3.2-6.1,3.2c-3.7,0-6.3-2.6-6.3-5.3c0-6.6,9.3-7.1,12.3-7.2v-2.4c0-3,0-6.1-3-6.1 c-3.1,0-3.3,2.7-3.3,4.7h-5.5c0.5-3.1,2.1-6.3,8.8-6.3c6.7,0,7.7,3.3,7.7,8v14.2h-4.7V66.6L296.6,66.6z M296.6,59 c-1.7,0.1-7.2,0.3-7.2,4.8c0,2.1,1.1,3.6,2.8,3.6c2.7,0,4.4-2.5,4.4-5.6V59L296.6,59z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M307.7,43.1c0-3.4-0.8-4.2-3.5-4.3v-0.9l8.2-1.1v32.7h-4.7V43.1L307.7,43.1z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M66,100.9C11,30.1,101.5,1.2,101.5,1.2s-94.8,27-44.2,99.6H66L66,100.9z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M144.9,34.4c-1.1,0.4-3.4,1-5.6,1c-5.5,0-7.2-3.5-7.2-8.9c0-5,1.6-8.4,7.1-8.4c3.7,0,5.3,1.7,5.5,3.7h-3 c-0.1-0.9-0.7-2.6-2.9-2.6c-3.5,0-3.9,4.3-3.9,7.5c0,4.1,1,7.6,4.9,7.6c1,0,1.7-0.1,2.4-0.4v-5c0-2.3-0.4-2.2-2.5-2.7v-0.5h5.3V34.4 L144.9,34.4z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M157.5,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.9,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.2-5.7c4.3,0,4.7,3.1,4.7,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,2-0.3,2.4-0.4V34.7L157.5,34.7z M155.2,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H155.2L155.2,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M160.2,26.7c0-1.7-0.4-2.2-1.9-2.2V24l4.4-0.8v3h0.1c0.4-0.9,1.6-3,3.8-3c2.3,0,2.9,1.7,3.1,2.8l0,0 c0.6-0.9,1.5-2.8,3.7-2.8c3.2,0,3.2,3,3.2,4.7v7.3h-2.5v-6.8c0-1.6,0-3.4-1.6-3.4c-1.9,0-2.8,2.6-2.8,4.4v5.8h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-2.8,2.3-2.8,4.1v6.1h-2.4V26.7L160.2,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M188.9,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L188.9,34.7z M186.6,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H186.6L186.6,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M200.2,34.7c-0.5,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1.1,0,1.9-0.3,2.4-0.4V34.7L200.2,34.7z M197.9,27c0-0.6,0-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H197.9L197.9,27z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M203.1,26.7c0-1.7-0.4-2.2-2-2.2V24l4.5-0.8v3.2l0,0c0.4-0.9,1.7-3.2,4.2-3.2c2.3,0,3,1.7,3,3.5v8.4h-2.5v-6.5 c0-2,0-3.8-1.7-3.8c-1.7,0-3,2.3-3,4.1v6.1h-2.5V26.7L203.1,26.7z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M222.6,35.2c-0.6,0.1-1.1,0.1-1.7,0.1c-2.5,0-3.8-0.4-3.8-3.2v-7.7h-2v-1h2v-1.9l2.5-2.2v4.2h3.2v1h-3.2v7.3 c0,1.7,0.1,2.5,2,2.5c0.3,0,0.6,0,0.9-0.1V35.2L222.6,35.2z'%3E%3C/path%3E%3Cpath role='presentation' fill='%2300633A' d='M233.6,34.7c-0.4,0.1-1.8,0.6-3.5,0.6c-3.8,0-6.1-2.3-6.1-6.5c0-4,1.9-5.7,5.3-5.7c4.3,0,4.6,3.1,4.6,4.8h-7.1 c0,2.4,1,6,4.5,6c1,0,1.9-0.3,2.3-0.4V34.7L233.6,34.7z M231.4,27c0-0.6-0.1-2.9-2.2-2.9c-1.9,0-2.4,2-2.4,2.9H231.4L231.4,27z'%3E%3C/path%3E%3C/svg%3E\")"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }