@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": "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": "{sloterburg.size.2xs}" },
13
- "color": { "value": "{sloterburg.color.primary}" },
14
- "background-color": { "value": "{sloterburg.color.blue.99}" },
15
- "padding-inline-start": { "value": "{sloterburg.size.xs}" },
16
- "padding-inline-end": { "value": "{sloterburg.size.xs}" },
17
- "padding-block-start": { "value": "{sloterburg.size.xs}" },
18
- "padding-block-end": { "value": "{sloterburg.size.xs}" },
19
- "font-size": { "value": "{utrecht.document.font-size}" },
20
- "font-weight": { "value": "{sloterburg.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": { "value": "{sloterburg.size.3xs}" },
26
- "border-bottom-style": { "value": "solid" },
27
- "border-bottom-color": { "value": "{sloterburg.color.primary}" },
28
- "border-radius": { "value": "5px" }
29
- },
30
- "navigation-button": {
31
- "color": { "value": "{sloterburg.color.primary}" },
32
- "background-color": { "value": "{sloterburg.color.blue.99}" },
33
- "border-width": {},
34
- "border-style": {},
35
- "border-color": {},
36
- "border-bottom-width": { "value": "{sloterburg.size.3xs}" },
37
- "border-bottom-style": { "value": "solid" },
38
- "border-bottom-color": { "value": "{sloterburg.color.primary}" },
39
- "border-radius": {},
40
- "padding-inline-start": { "value": "{sloterburg.size.xs}" },
41
- "padding-inline-end": { "value": "{sloterburg.size.xs}" },
42
- "padding-block-start": { "value": "0px" },
43
- "padding-block-end": { "value": "0px" },
44
- "disabled": {
45
- "color": { "value": "{sloterburg.color.white.100}" },
46
- "background-color": { "value": "{sloterburg.color.grey.82}" },
47
- "border-width": {},
48
- "border-style": {},
49
- "border-color": {},
50
- "border-bottom-width": { "value": "{sloterburg.size.3xs}" },
51
- "border-bottom-style": { "value": "solid" },
52
- "border-bottom-color": { "value": "{sloterburg.color.grey.82}" },
53
- "border-radius": {}
54
- },
55
- "hover": {
56
- "color": { "value": "{sloterburg.color.primary}" },
57
- "background-color": { "value": "{sloterburg.color.blue.99}" },
58
- "border-width": {},
59
- "border-style": {},
60
- "border-color": {},
61
- "border-bottom-width": { "value": "{sloterburg.size.3xs}" },
62
- "border-bottom-style": { "value": "solid" },
63
- "border-bottom-color": { "value": "{sloterburg.color.primary}" },
64
- "border-radius": {}
65
- }
66
- },
67
- "current-page": {
68
- "color": { "value": "{sloterburg.color.grey.42}" },
69
- "background-color": { "value": "transparent" },
70
- "font-weight": { "value": "{sloterburg.typography.font-weight.bold}" },
71
- "text-decoration": { "value": "unset" },
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": "{sloterburg.color.primary}" },
82
- "background-color": { "value": "{sloterburg.color.blue.99}" },
83
- "text-decoration": { "value": "unset" },
84
- "text-decoration-thickness": { "value": "0px" },
85
- "border-width": {},
86
- "border-style": {},
87
- "border-color": {},
88
- "border-bottom-width": { "value": "{sloterburg.size.3xs}" },
89
- "border-bottom-style": { "value": "solid" },
90
- "border-bottom-color": { "value": "{sloterburg.color.primary}" }
91
- }
92
- }
93
- }
94
- }
95
- }
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container": {
5
+ "background-color": { "value": "unset" },
6
+ "padding-inline-start": { "value": "0px" },
7
+ "padding-inline-end": { "value": "0px" },
8
+ "padding-block-start": { "value": "0px" },
9
+ "padding-block-end": { "value": "0px" }
10
+ },
11
+ "item": {
12
+ "gap": { "value": "{sloterburg.size.2xs}" },
13
+ "color": { "value": "{sloterburg.color.primary}" },
14
+ "background-color": { "value": "{sloterburg.color.blue.99}" },
15
+ "padding-inline-start": { "value": "{sloterburg.size.xs}" },
16
+ "padding-inline-end": { "value": "{sloterburg.size.xs}" },
17
+ "padding-block-start": { "value": "{sloterburg.size.xs}" },
18
+ "padding-block-end": { "value": "{sloterburg.size.xs}" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{sloterburg.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": { "value": "{sloterburg.size.3xs}" },
26
+ "border-bottom-style": { "value": "solid" },
27
+ "border-bottom-color": { "value": "{sloterburg.color.primary}" },
28
+ "border-radius": { "value": "5px" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{sloterburg.color.primary}" },
32
+ "background-color": { "value": "{sloterburg.color.blue.99}" },
33
+ "border-width": {},
34
+ "border-style": {},
35
+ "border-color": {},
36
+ "border-bottom-width": { "value": "{sloterburg.size.3xs}" },
37
+ "border-bottom-style": { "value": "solid" },
38
+ "border-bottom-color": { "value": "{sloterburg.color.primary}" },
39
+ "border-radius": {},
40
+ "padding-inline-start": { "value": "{sloterburg.size.xs}" },
41
+ "padding-inline-end": { "value": "{sloterburg.size.xs}" },
42
+ "padding-block-start": { "value": "0px" },
43
+ "padding-block-end": { "value": "0px" },
44
+ "disabled": {
45
+ "color": { "value": "{sloterburg.color.white.100}" },
46
+ "background-color": { "value": "{sloterburg.color.grey.82}" },
47
+ "border-width": {},
48
+ "border-style": {},
49
+ "border-color": {},
50
+ "border-bottom-width": { "value": "{sloterburg.size.3xs}" },
51
+ "border-bottom-style": { "value": "solid" },
52
+ "border-bottom-color": { "value": "{sloterburg.color.grey.82}" },
53
+ "border-radius": {}
54
+ },
55
+ "hover": {
56
+ "color": { "value": "{sloterburg.color.primary}" },
57
+ "background-color": { "value": "{sloterburg.color.blue.99}" },
58
+ "border-width": {},
59
+ "border-style": {},
60
+ "border-color": {},
61
+ "border-bottom-width": { "value": "{sloterburg.size.3xs}" },
62
+ "border-bottom-style": { "value": "solid" },
63
+ "border-bottom-color": { "value": "{sloterburg.color.primary}" },
64
+ "border-radius": {}
65
+ }
66
+ },
67
+ "current-page": {
68
+ "color": { "value": "{sloterburg.color.grey.42}" },
69
+ "background-color": { "value": "transparent" },
70
+ "font-weight": { "value": "{sloterburg.typography.font-weight.bold}" },
71
+ "text-decoration": { "value": "unset" },
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": "{sloterburg.color.primary}" },
82
+ "background-color": { "value": "{sloterburg.color.blue.99}" },
83
+ "text-decoration": { "value": "unset" },
84
+ "text-decoration-thickness": { "value": "0px" },
85
+ "border-width": {},
86
+ "border-style": {},
87
+ "border-color": {},
88
+ "border-bottom-width": { "value": "{sloterburg.size.3xs}" },
89
+ "border-bottom-style": { "value": "solid" },
90
+ "border-bottom-color": { "value": "{sloterburg.color.primary}" }
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
@@ -1,15 +1,15 @@
1
- {
2
- "utrecht": {
3
- "badge": {
4
- "background-color": { "value": "{sloterburg.color.black.0} " },
5
- "border-radius": { "value": "0" },
6
- "color": { "value": "{sloterburg.color.white.100} " },
7
- "font-size": { "value": "{sloterburg.font-size.sm}" },
8
- "font-weight": { "value": "{sloterburg.typography.font-weight.normal}" },
9
- "line-height": {},
10
- "padding-block": { "value": "{sloterburg.size.xs}" },
11
- "padding-inline": { "value": "{sloterburg.size.xs}" },
12
- "text-transform": {}
13
- }
14
- }
15
- }
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{sloterburg.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{sloterburg.color.white.100} " },
7
+ "font-size": { "value": "{sloterburg.font-size.sm}" },
8
+ "font-weight": { "value": "{sloterburg.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{sloterburg.size.xs}" },
11
+ "padding-inline": { "value": "{sloterburg.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "utrecht": {
3
- "separator": {
4
- "color": { "value": "{sloterburg.color.grey.82}" },
5
- "block-size": { "value": "{sloterburg.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": "{sloterburg.color.grey.82}" },
5
+ "block-size": { "value": "{sloterburg.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,25 +1,25 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "237px" },
6
- "block-size": { "value": "57px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' xmlns:xlink='http://www.w3.org/1999/xlink' width='237' height='57' viewBox='0 0 237 57' aria-labelledby='site-logo-title site-logo-desc'%3E%3Ctitle id='site-logo-title'%3EGemeente Tubbergen%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cdefs%3E%3Cpath id='a' d='M0 .025h236.697V57H0'%3E%3C/path%3E%3Cpath id='c' d='M0 .025h236.697V57H0'%3E%3C/path%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23F1B800' d='M73.588 3.497c-1.774 0-2.811 1.434-2.811 2.962 0 2.02 1.094 2.812 2.66 2.812 1.622 0 2.584-1.133 2.584-2.661 0-2.17-.81-3.113-2.433-3.113m4.169 7.227c0 3.132-2.132 4.585-4.773 4.585-1.604 0-3.15-.812-3.15-2.02v-.697h.132c.698.66 1.566 1.094 3.226 1.094 1.64 0 2.924-.924 2.924-2.868 0-.283-.095-.811-.095-1.302v-.51c-.415.944-1.264 1.831-2.792 1.831-2.358 0-4.188-1.51-4.188-4.02 0-2.49 1.528-4.924 4.811-4.924 2.264 0 3.83 1.415 3.83 4.283V8.95c0 .472.075 1.396.075 1.774M85.454 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.281 2.51M106.393 12.177c-.66 0-1.132-.453-1.132-1.265V6.46c0-2.114-.792-2.944-2.17-2.944-1.66 0-2.357.849-2.357 2.887v5.774h-.585c-.83 0-1.151-.453-1.151-1.265V6.46c0-1.83-.811-2.944-2.264-2.944-1.49 0-2.264.887-2.264 2.944v5.717h-.547c-.716 0-1.188-.415-1.188-1.265V6.233c0-2.32 1.472-4.34 4.112-4.34 1.491 0 2.51.66 3.132 1.83.66-1.094 1.849-1.83 3.17-1.83 2.508 0 3.847 1.51 3.847 4.51v5.774h-.603ZM114.807 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M126.351 3.44c-1.66 0-2.716 1.397-2.773 2.698l-.018.416 2.282-.038c2.433-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.095v.754c0 1.057-1.132 1.868-3.396 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.717-5.434 1.961 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M141.367 12.177c-.698 0-1.074-.359-1.074-1.114V6.422c0-2.095-.774-2.906-2.566-2.906-1.51 0-2.377.849-2.377 2.906v5.755h-.642c-.622 0-1.056-.378-1.056-1.17V6.384c0-2.83 1.698-4.49 4.282-4.49 2.528 0 4.056 1.452 4.056 4.47v5.813h-.623ZM147.46 2.1h3.472v.567c0 .623-.416 1.038-1.321 1.038h-2.132v5c0 1.434.566 2.038 1.66 2.038.623 0 1.227-.057 1.585-.284h.094v.604c0 .85-.66 1.302-1.83 1.302-2.245 0-3.225-1.17-3.225-3.49V2.308c0-.585.15-1.15.434-1.566.245-.358.81-.717 1.056-.717h.207v2.076ZM157.817 3.44c-1.66 0-2.717 1.397-2.773 2.698l-.02.416 2.283-.038c2.434-.038 2.85-.264 2.85-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.546 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.132 1.868-3.396 1.868-2.772 0-4.734-2.132-4.734-5.038 0-3.264 2.037-5.434 4.715-5.434 1.962 0 3.811 1.49 3.811 3.51 0 1.774-.83 2.51-4.282 2.51'%3E%3C/path%3E%3Cpath fill='%23F1B800' d='M73.588 3.497c-1.774 0-2.811 1.434-2.811 2.962 0 2.02 1.094 2.812 2.66 2.812 1.622 0 2.584-1.133 2.584-2.661 0-2.17-.81-3.113-2.433-3.113m4.169 7.227c0 3.132-2.132 4.585-4.773 4.585-1.604 0-3.15-.812-3.15-2.02v-.697h.132c.698.66 1.566 1.094 3.226 1.094 1.64 0 2.924-.924 2.924-2.868 0-.283-.095-.811-.095-1.302v-.51c-.415.944-1.264 1.831-2.792 1.831-2.358 0-4.188-1.51-4.188-4.02 0-2.49 1.528-4.924 4.811-4.924 2.264 0 3.83 1.415 3.83 4.283V8.95c0 .472.075 1.396.075 1.774M85.454 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.281 2.51M106.393 12.177c-.66 0-1.132-.453-1.132-1.265V6.46c0-2.114-.792-2.944-2.17-2.944-1.66 0-2.357.849-2.357 2.887v5.774h-.585c-.83 0-1.151-.453-1.151-1.265V6.46c0-1.83-.811-2.944-2.264-2.944-1.49 0-2.264.887-2.264 2.944v5.717h-.547c-.716 0-1.188-.415-1.188-1.265V6.233c0-2.32 1.472-4.34 4.112-4.34 1.491 0 2.51.66 3.132 1.83.66-1.094 1.849-1.83 3.17-1.83 2.508 0 3.847 1.51 3.847 4.51v5.774h-.603ZM114.807 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M126.351 3.44c-1.66 0-2.716 1.397-2.773 2.698l-.018.416 2.282-.038c2.433-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.095v.754c0 1.057-1.132 1.868-3.396 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.717-5.434 1.961 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M141.367 12.177c-.698 0-1.074-.359-1.074-1.114V6.422c0-2.095-.774-2.906-2.566-2.906-1.51 0-2.377.849-2.377 2.906v5.755h-.642c-.622 0-1.056-.378-1.056-1.17V6.384c0-2.83 1.698-4.49 4.282-4.49 2.528 0 4.056 1.452 4.056 4.47v5.813h-.623ZM147.46 2.1h3.472v.567c0 .623-.416 1.038-1.321 1.038h-2.132v5c0 1.434.566 2.038 1.66 2.038.623 0 1.227-.057 1.585-.284h.094v.604c0 .85-.66 1.302-1.83 1.302-2.245 0-3.225-1.17-3.225-3.49V2.308c0-.585.15-1.15.434-1.566.245-.358.81-.717 1.056-.717h.207v2.076ZM157.817 3.44c-1.66 0-2.717 1.397-2.773 2.698l-.02.416 2.283-.038c2.434-.038 2.85-.264 2.85-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.546 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.132 1.868-3.396 1.868-2.772 0-4.734-2.132-4.734-5.038 0-3.264 2.037-5.434 4.715-5.434 1.962 0 3.811 1.49 3.811 3.51 0 1.774-.83 2.51-4.282 2.51M191.155 45.502s-.857-11.779-12.965-11.686c0 0-2.489 11.199 10.95 12.77 0 0 2.183.32 2.015-1.084M197.702 37.726s4.245-7.439-3.89-15.017c0 0-7.932 6.24 1.09 15.637 0 0 1.882 1.822 2.8-.62'%3E%3C/path%3E%3Cg%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'%3E%3C/use%3E%3C/mask%3E%3Cpath fill='%23F1B800' d='M185.336 53.27s-4.747-7.715-15.798-3.902c0 0 1.797 10.566 14.97 6.834 0 0 2.623-.845.828-2.932' mask='url(%23b)'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23F1B800' d='M204.982 30.68s5.59-7.156 1.916-14.002c0 0-5.733 1.302-5.2 11.764 0 0 .226 5.328 3.284 2.238M211.63 26.49s6.432-4.056 4.403-13.07c0 0-5.358 1.743-5.43 10.91 0 0 .068 2.531 1.028 2.16M218.453 23.624s5.924-3.053 6.607-9.502c0 0 .727-2.315-2.063-.245-3.572 2.647-5.115 5.109-5.34 9.165 0 0 .145.767.796.582M224.752 21.876s6.78 1.133 11.945-6.45c0 0-5.821-2.319-11.636 5.279 0 0-.831.844-.31 1.171M220.576 25.455s5.105-4.002 10.363-.869c0 0-6.012 5.722-10.31 2.432 0 0-.93-.606-.053-1.563M213.473 27.964s5.6-1.244 8.882 2.78c0 0-4.45 3.235-10.495-.265 0 0-1.648-1.848 1.613-2.515'%3E%3C/path%3E%3Cg%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'%3E%3C/use%3E%3C/mask%3E%3Cpath fill='%230A612D' d='M15.165 22.176h-5.02V41.37H8.785c-1.282 0-1.94-.428-2.16-1.907V22.195H0v-1.578c.04-.855.565-1.645 1.947-1.645h15.02v1.377c0 .681-.761 1.827-1.802 1.827' mask='url(%23d)'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%230A612D' d='M26.034 41.683c-4.308 0-7.292-3.035-7.282-8.2v-9.837h1.008c1.448.02 2.453.806 2.466 2.401v7.272c-.013 3.603 1.844 5.129 3.983 5.11 2.446-.021 3.842-1.397 3.827-4.98l-.021-9.76h1.171c1.47.022 2.193.78 2.258 2.358v7.698c-.008 5.208-2.706 7.938-7.41 7.938M45.878 26.571c-2.396 0-4.448 2.23-4.448 6.025 0 3.803 1.702 5.855 4.743 5.855 2.91 0 4.47-2.686 4.47-5.855 0-4.743-2.423-6.025-4.765-6.025m-.082 15.112c-4.872 0-7.882-3.559-7.875-8.728v-15.21h1.719c.784 0 1.768.68 1.78 2.029v6.272c1.058-1.615 2.982-2.707 5.402-2.707 4.023 0 7.336 3.263 7.336 8.954 0 5.331-3.39 9.39-8.362 9.39M66.163 26.571c-2.396 0-4.448 2.23-4.448 6.025 0 3.803 1.702 5.855 4.743 5.855 2.91 0 4.47-2.686 4.47-5.855 0-4.743-2.423-6.025-4.765-6.025m-.082 15.112c-4.872 0-7.882-3.559-7.875-8.728v-15.21h1.719c.784 0 1.768.68 1.78 2.029v6.272c1.058-1.615 2.982-2.707 5.402-2.707 4.023 0 7.336 3.263 7.336 8.954 0 5.331-3.39 9.39-8.362 9.39M86.243 26.45c-2.74 0-4.192 2.258-4.4 4.075l-.078.753 3.585-.052c4.263-.066 4.617-.441 4.617-1.569 0-1.917-1.61-3.208-3.724-3.208m-.455 7.633-3.92.026c.298 2.94 2.492 4.388 4.932 4.388 2.71 0 4.304-.808 5.296-1.766l.535-.026v1.71c-.077 1.852-2.06 3.273-6.025 3.273-4.856 0-8.293-3.734-8.293-8.824 0-5.717 3.569-9.519 8.26-9.519 3.436 0 6.717 2.606 6.717 6.143 0 3.106-1.272 4.595-7.502 4.595M106.632 27.82c-.96-.8-1.844-.904-2.545-.904-2.102 0-2.88 1.065-2.89 4.525v9.925h-1.6c-1.092 0-1.72-.86-1.824-2.018v-8.14c.007-4.941 2.486-7.51 5.925-7.51 2.415 0 3.308 1.059 3.438 2.25v1.872h-.504ZM117.538 26.553c-2.42 0-4.548 2.077-4.548 4.62 0 3.521 1.74 4.753 4.286 4.753 2.54 0 4.176-1.712 4.176-4.377 0-3.782-1.764-4.996-3.914-4.996m7.367 12.177c0 5.46-3.815 7.985-8.42 7.985-2.795 0-5.492-1.415-5.596-3.52v-1.632h.596c.986 1.009 2.479 1.891 5.373 1.891 2.31 0 4.724-1.453 4.75-4.387.004-.493-.156-1.455-.156-2.31h-.052c-.805 1.35-2.44 2.31-4.438 2.336-4.283.058-7.424-2.791-7.424-7.165 0-4.343 2.738-8.602 8.46-8.602 3.946 0 6.751 2.458 6.751 7.459v4.959c0 .822.156 2.327.156 2.986M161.666 41.376c-1.225 0-2.075-.785-2.086-1.953V31.28c0-3.66-1.495-4.643-4.108-4.643-2.015 0-3.778 1.004-3.778 4.643v10.096h-1.517c-1.092 0-1.854-.661-1.854-2.053v-8.109c0-4.966 2.978-7.88 7.514-7.88 4.434 0 7.16 2.582 7.158 7.847v10.195h-1.33ZM136.927 26.45c-2.739 0-4.193 2.258-4.401 4.075l-.078.753 3.586-.052c4.262-.066 4.616-.441 4.616-1.569 0-1.917-1.608-3.208-3.723-3.208m-.455 7.633-3.92.026c.298 2.94 2.492 4.388 4.932 4.388 2.709 0 4.305-.808 5.295-1.766l.537-.026v1.71c-.078 1.852-2.062 3.273-6.027 3.273-4.856 0-8.293-3.734-8.293-8.824 0-5.717 3.57-9.519 8.26-9.519 3.437 0 6.716 2.606 6.716 6.143 0 3.106-1.27 4.595-7.5 4.595'%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": "185px" },
18
- "block-size": { "value": "50px" },
19
- "background-image": {
20
- "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' xmlns:xlink='http://www.w3.org/1999/xlink' width='237' height='57' viewBox='0 0 237 57' aria-labelledby='site-logo-title site-logo-desc'%3E%3Ctitle id='site-logo-title'%3EGemeente Tubbergen%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cdefs%3E%3Cpath id='a' d='M0 .025h236.697V57H0'%3E%3C/path%3E%3Cpath id='c' d='M0 .025h236.697V57H0'%3E%3C/path%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23F1B800' d='M73.588 3.497c-1.774 0-2.811 1.434-2.811 2.962 0 2.02 1.094 2.812 2.66 2.812 1.622 0 2.584-1.133 2.584-2.661 0-2.17-.81-3.113-2.433-3.113m4.169 7.227c0 3.132-2.132 4.585-4.773 4.585-1.604 0-3.15-.812-3.15-2.02v-.697h.132c.698.66 1.566 1.094 3.226 1.094 1.64 0 2.924-.924 2.924-2.868 0-.283-.095-.811-.095-1.302v-.51c-.415.944-1.264 1.831-2.792 1.831-2.358 0-4.188-1.51-4.188-4.02 0-2.49 1.528-4.924 4.811-4.924 2.264 0 3.83 1.415 3.83 4.283V8.95c0 .472.075 1.396.075 1.774M85.454 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.281 2.51M106.393 12.177c-.66 0-1.132-.453-1.132-1.265V6.46c0-2.114-.792-2.944-2.17-2.944-1.66 0-2.357.849-2.357 2.887v5.774h-.585c-.83 0-1.151-.453-1.151-1.265V6.46c0-1.83-.811-2.944-2.264-2.944-1.49 0-2.264.887-2.264 2.944v5.717h-.547c-.716 0-1.188-.415-1.188-1.265V6.233c0-2.32 1.472-4.34 4.112-4.34 1.491 0 2.51.66 3.132 1.83.66-1.094 1.849-1.83 3.17-1.83 2.508 0 3.847 1.51 3.847 4.51v5.774h-.603ZM114.807 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M126.351 3.44c-1.66 0-2.716 1.397-2.773 2.698l-.018.416 2.282-.038c2.433-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.095v.754c0 1.057-1.132 1.868-3.396 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.717-5.434 1.961 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M141.367 12.177c-.698 0-1.074-.359-1.074-1.114V6.422c0-2.095-.774-2.906-2.566-2.906-1.51 0-2.377.849-2.377 2.906v5.755h-.642c-.622 0-1.056-.378-1.056-1.17V6.384c0-2.83 1.698-4.49 4.282-4.49 2.528 0 4.056 1.452 4.056 4.47v5.813h-.623ZM147.46 2.1h3.472v.567c0 .623-.416 1.038-1.321 1.038h-2.132v5c0 1.434.566 2.038 1.66 2.038.623 0 1.227-.057 1.585-.284h.094v.604c0 .85-.66 1.302-1.83 1.302-2.245 0-3.225-1.17-3.225-3.49V2.308c0-.585.15-1.15.434-1.566.245-.358.81-.717 1.056-.717h.207v2.076ZM157.817 3.44c-1.66 0-2.717 1.397-2.773 2.698l-.02.416 2.283-.038c2.434-.038 2.85-.264 2.85-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.546 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.132 1.868-3.396 1.868-2.772 0-4.734-2.132-4.734-5.038 0-3.264 2.037-5.434 4.715-5.434 1.962 0 3.811 1.49 3.811 3.51 0 1.774-.83 2.51-4.282 2.51'%3E%3C/path%3E%3Cpath fill='%23F1B800' d='M73.588 3.497c-1.774 0-2.811 1.434-2.811 2.962 0 2.02 1.094 2.812 2.66 2.812 1.622 0 2.584-1.133 2.584-2.661 0-2.17-.81-3.113-2.433-3.113m4.169 7.227c0 3.132-2.132 4.585-4.773 4.585-1.604 0-3.15-.812-3.15-2.02v-.697h.132c.698.66 1.566 1.094 3.226 1.094 1.64 0 2.924-.924 2.924-2.868 0-.283-.095-.811-.095-1.302v-.51c-.415.944-1.264 1.831-2.792 1.831-2.358 0-4.188-1.51-4.188-4.02 0-2.49 1.528-4.924 4.811-4.924 2.264 0 3.83 1.415 3.83 4.283V8.95c0 .472.075 1.396.075 1.774M85.454 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.281 2.51M106.393 12.177c-.66 0-1.132-.453-1.132-1.265V6.46c0-2.114-.792-2.944-2.17-2.944-1.66 0-2.357.849-2.357 2.887v5.774h-.585c-.83 0-1.151-.453-1.151-1.265V6.46c0-1.83-.811-2.944-2.264-2.944-1.49 0-2.264.887-2.264 2.944v5.717h-.547c-.716 0-1.188-.415-1.188-1.265V6.233c0-2.32 1.472-4.34 4.112-4.34 1.491 0 2.51.66 3.132 1.83.66-1.094 1.849-1.83 3.17-1.83 2.508 0 3.847 1.51 3.847 4.51v5.774h-.603ZM114.807 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M126.351 3.44c-1.66 0-2.716 1.397-2.773 2.698l-.018.416 2.282-.038c2.433-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.095v.754c0 1.057-1.132 1.868-3.396 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.717-5.434 1.961 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M141.367 12.177c-.698 0-1.074-.359-1.074-1.114V6.422c0-2.095-.774-2.906-2.566-2.906-1.51 0-2.377.849-2.377 2.906v5.755h-.642c-.622 0-1.056-.378-1.056-1.17V6.384c0-2.83 1.698-4.49 4.282-4.49 2.528 0 4.056 1.452 4.056 4.47v5.813h-.623ZM147.46 2.1h3.472v.567c0 .623-.416 1.038-1.321 1.038h-2.132v5c0 1.434.566 2.038 1.66 2.038.623 0 1.227-.057 1.585-.284h.094v.604c0 .85-.66 1.302-1.83 1.302-2.245 0-3.225-1.17-3.225-3.49V2.308c0-.585.15-1.15.434-1.566.245-.358.81-.717 1.056-.717h.207v2.076ZM157.817 3.44c-1.66 0-2.717 1.397-2.773 2.698l-.02.416 2.283-.038c2.434-.038 2.85-.264 2.85-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.546 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.132 1.868-3.396 1.868-2.772 0-4.734-2.132-4.734-5.038 0-3.264 2.037-5.434 4.715-5.434 1.962 0 3.811 1.49 3.811 3.51 0 1.774-.83 2.51-4.282 2.51M191.155 45.502s-.857-11.779-12.965-11.686c0 0-2.489 11.199 10.95 12.77 0 0 2.183.32 2.015-1.084M197.702 37.726s4.245-7.439-3.89-15.017c0 0-7.932 6.24 1.09 15.637 0 0 1.882 1.822 2.8-.62'%3E%3C/path%3E%3Cg%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'%3E%3C/use%3E%3C/mask%3E%3Cpath fill='%23F1B800' d='M185.336 53.27s-4.747-7.715-15.798-3.902c0 0 1.797 10.566 14.97 6.834 0 0 2.623-.845.828-2.932' mask='url(%23b)'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23F1B800' d='M204.982 30.68s5.59-7.156 1.916-14.002c0 0-5.733 1.302-5.2 11.764 0 0 .226 5.328 3.284 2.238M211.63 26.49s6.432-4.056 4.403-13.07c0 0-5.358 1.743-5.43 10.91 0 0 .068 2.531 1.028 2.16M218.453 23.624s5.924-3.053 6.607-9.502c0 0 .727-2.315-2.063-.245-3.572 2.647-5.115 5.109-5.34 9.165 0 0 .145.767.796.582M224.752 21.876s6.78 1.133 11.945-6.45c0 0-5.821-2.319-11.636 5.279 0 0-.831.844-.31 1.171M220.576 25.455s5.105-4.002 10.363-.869c0 0-6.012 5.722-10.31 2.432 0 0-.93-.606-.053-1.563M213.473 27.964s5.6-1.244 8.882 2.78c0 0-4.45 3.235-10.495-.265 0 0-1.648-1.848 1.613-2.515'%3E%3C/path%3E%3Cg%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'%3E%3C/use%3E%3C/mask%3E%3Cpath fill='%230A612D' d='M15.165 22.176h-5.02V41.37H8.785c-1.282 0-1.94-.428-2.16-1.907V22.195H0v-1.578c.04-.855.565-1.645 1.947-1.645h15.02v1.377c0 .681-.761 1.827-1.802 1.827' mask='url(%23d)'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%230A612D' d='M26.034 41.683c-4.308 0-7.292-3.035-7.282-8.2v-9.837h1.008c1.448.02 2.453.806 2.466 2.401v7.272c-.013 3.603 1.844 5.129 3.983 5.11 2.446-.021 3.842-1.397 3.827-4.98l-.021-9.76h1.171c1.47.022 2.193.78 2.258 2.358v7.698c-.008 5.208-2.706 7.938-7.41 7.938M45.878 26.571c-2.396 0-4.448 2.23-4.448 6.025 0 3.803 1.702 5.855 4.743 5.855 2.91 0 4.47-2.686 4.47-5.855 0-4.743-2.423-6.025-4.765-6.025m-.082 15.112c-4.872 0-7.882-3.559-7.875-8.728v-15.21h1.719c.784 0 1.768.68 1.78 2.029v6.272c1.058-1.615 2.982-2.707 5.402-2.707 4.023 0 7.336 3.263 7.336 8.954 0 5.331-3.39 9.39-8.362 9.39M66.163 26.571c-2.396 0-4.448 2.23-4.448 6.025 0 3.803 1.702 5.855 4.743 5.855 2.91 0 4.47-2.686 4.47-5.855 0-4.743-2.423-6.025-4.765-6.025m-.082 15.112c-4.872 0-7.882-3.559-7.875-8.728v-15.21h1.719c.784 0 1.768.68 1.78 2.029v6.272c1.058-1.615 2.982-2.707 5.402-2.707 4.023 0 7.336 3.263 7.336 8.954 0 5.331-3.39 9.39-8.362 9.39M86.243 26.45c-2.74 0-4.192 2.258-4.4 4.075l-.078.753 3.585-.052c4.263-.066 4.617-.441 4.617-1.569 0-1.917-1.61-3.208-3.724-3.208m-.455 7.633-3.92.026c.298 2.94 2.492 4.388 4.932 4.388 2.71 0 4.304-.808 5.296-1.766l.535-.026v1.71c-.077 1.852-2.06 3.273-6.025 3.273-4.856 0-8.293-3.734-8.293-8.824 0-5.717 3.569-9.519 8.26-9.519 3.436 0 6.717 2.606 6.717 6.143 0 3.106-1.272 4.595-7.502 4.595M106.632 27.82c-.96-.8-1.844-.904-2.545-.904-2.102 0-2.88 1.065-2.89 4.525v9.925h-1.6c-1.092 0-1.72-.86-1.824-2.018v-8.14c.007-4.941 2.486-7.51 5.925-7.51 2.415 0 3.308 1.059 3.438 2.25v1.872h-.504ZM117.538 26.553c-2.42 0-4.548 2.077-4.548 4.62 0 3.521 1.74 4.753 4.286 4.753 2.54 0 4.176-1.712 4.176-4.377 0-3.782-1.764-4.996-3.914-4.996m7.367 12.177c0 5.46-3.815 7.985-8.42 7.985-2.795 0-5.492-1.415-5.596-3.52v-1.632h.596c.986 1.009 2.479 1.891 5.373 1.891 2.31 0 4.724-1.453 4.75-4.387.004-.493-.156-1.455-.156-2.31h-.052c-.805 1.35-2.44 2.31-4.438 2.336-4.283.058-7.424-2.791-7.424-7.165 0-4.343 2.738-8.602 8.46-8.602 3.946 0 6.751 2.458 6.751 7.459v4.959c0 .822.156 2.327.156 2.986M161.666 41.376c-1.225 0-2.075-.785-2.086-1.953V31.28c0-3.66-1.495-4.643-4.108-4.643-2.015 0-3.778 1.004-3.778 4.643v10.096h-1.517c-1.092 0-1.854-.661-1.854-2.053v-8.109c0-4.966 2.978-7.88 7.514-7.88 4.434 0 7.16 2.582 7.158 7.847v10.195h-1.33ZM136.927 26.45c-2.739 0-4.193 2.258-4.401 4.075l-.078.753 3.586-.052c4.262-.066 4.616-.441 4.616-1.569 0-1.917-1.608-3.208-3.723-3.208m-.455 7.633-3.92.026c.298 2.94 2.492 4.388 4.932 4.388 2.709 0 4.305-.808 5.295-1.766l.537-.026v1.71c-.078 1.852-2.062 3.273-6.027 3.273-4.856 0-8.293-3.734-8.293-8.824 0-5.717 3.57-9.519 8.26-9.519 3.437 0 6.716 2.606 6.716 6.143 0 3.106-1.27 4.595-7.5 4.595'%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": "237px" },
6
+ "block-size": { "value": "57px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' xmlns:xlink='http://www.w3.org/1999/xlink' width='237' height='57' viewBox='0 0 237 57' aria-labelledby='site-logo-title site-logo-desc'%3E%3Ctitle id='site-logo-title'%3EGemeente Tubbergen%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cdefs%3E%3Cpath id='a' d='M0 .025h236.697V57H0'%3E%3C/path%3E%3Cpath id='c' d='M0 .025h236.697V57H0'%3E%3C/path%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23F1B800' d='M73.588 3.497c-1.774 0-2.811 1.434-2.811 2.962 0 2.02 1.094 2.812 2.66 2.812 1.622 0 2.584-1.133 2.584-2.661 0-2.17-.81-3.113-2.433-3.113m4.169 7.227c0 3.132-2.132 4.585-4.773 4.585-1.604 0-3.15-.812-3.15-2.02v-.697h.132c.698.66 1.566 1.094 3.226 1.094 1.64 0 2.924-.924 2.924-2.868 0-.283-.095-.811-.095-1.302v-.51c-.415.944-1.264 1.831-2.792 1.831-2.358 0-4.188-1.51-4.188-4.02 0-2.49 1.528-4.924 4.811-4.924 2.264 0 3.83 1.415 3.83 4.283V8.95c0 .472.075 1.396.075 1.774M85.454 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.281 2.51M106.393 12.177c-.66 0-1.132-.453-1.132-1.265V6.46c0-2.114-.792-2.944-2.17-2.944-1.66 0-2.357.849-2.357 2.887v5.774h-.585c-.83 0-1.151-.453-1.151-1.265V6.46c0-1.83-.811-2.944-2.264-2.944-1.49 0-2.264.887-2.264 2.944v5.717h-.547c-.716 0-1.188-.415-1.188-1.265V6.233c0-2.32 1.472-4.34 4.112-4.34 1.491 0 2.51.66 3.132 1.83.66-1.094 1.849-1.83 3.17-1.83 2.508 0 3.847 1.51 3.847 4.51v5.774h-.603ZM114.807 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M126.351 3.44c-1.66 0-2.716 1.397-2.773 2.698l-.018.416 2.282-.038c2.433-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.095v.754c0 1.057-1.132 1.868-3.396 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.717-5.434 1.961 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M141.367 12.177c-.698 0-1.074-.359-1.074-1.114V6.422c0-2.095-.774-2.906-2.566-2.906-1.51 0-2.377.849-2.377 2.906v5.755h-.642c-.622 0-1.056-.378-1.056-1.17V6.384c0-2.83 1.698-4.49 4.282-4.49 2.528 0 4.056 1.452 4.056 4.47v5.813h-.623ZM147.46 2.1h3.472v.567c0 .623-.416 1.038-1.321 1.038h-2.132v5c0 1.434.566 2.038 1.66 2.038.623 0 1.227-.057 1.585-.284h.094v.604c0 .85-.66 1.302-1.83 1.302-2.245 0-3.225-1.17-3.225-3.49V2.308c0-.585.15-1.15.434-1.566.245-.358.81-.717 1.056-.717h.207v2.076ZM157.817 3.44c-1.66 0-2.717 1.397-2.773 2.698l-.02.416 2.283-.038c2.434-.038 2.85-.264 2.85-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.546 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.132 1.868-3.396 1.868-2.772 0-4.734-2.132-4.734-5.038 0-3.264 2.037-5.434 4.715-5.434 1.962 0 3.811 1.49 3.811 3.51 0 1.774-.83 2.51-4.282 2.51'%3E%3C/path%3E%3Cpath fill='%23F1B800' d='M73.588 3.497c-1.774 0-2.811 1.434-2.811 2.962 0 2.02 1.094 2.812 2.66 2.812 1.622 0 2.584-1.133 2.584-2.661 0-2.17-.81-3.113-2.433-3.113m4.169 7.227c0 3.132-2.132 4.585-4.773 4.585-1.604 0-3.15-.812-3.15-2.02v-.697h.132c.698.66 1.566 1.094 3.226 1.094 1.64 0 2.924-.924 2.924-2.868 0-.283-.095-.811-.095-1.302v-.51c-.415.944-1.264 1.831-2.792 1.831-2.358 0-4.188-1.51-4.188-4.02 0-2.49 1.528-4.924 4.811-4.924 2.264 0 3.83 1.415 3.83 4.283V8.95c0 .472.075 1.396.075 1.774M85.454 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.281 2.51M106.393 12.177c-.66 0-1.132-.453-1.132-1.265V6.46c0-2.114-.792-2.944-2.17-2.944-1.66 0-2.357.849-2.357 2.887v5.774h-.585c-.83 0-1.151-.453-1.151-1.265V6.46c0-1.83-.811-2.944-2.264-2.944-1.49 0-2.264.887-2.264 2.944v5.717h-.547c-.716 0-1.188-.415-1.188-1.265V6.233c0-2.32 1.472-4.34 4.112-4.34 1.491 0 2.51.66 3.132 1.83.66-1.094 1.849-1.83 3.17-1.83 2.508 0 3.847 1.51 3.847 4.51v5.774h-.603ZM114.807 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M126.351 3.44c-1.66 0-2.716 1.397-2.773 2.698l-.018.416 2.282-.038c2.433-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.095v.754c0 1.057-1.132 1.868-3.396 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.717-5.434 1.961 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M141.367 12.177c-.698 0-1.074-.359-1.074-1.114V6.422c0-2.095-.774-2.906-2.566-2.906-1.51 0-2.377.849-2.377 2.906v5.755h-.642c-.622 0-1.056-.378-1.056-1.17V6.384c0-2.83 1.698-4.49 4.282-4.49 2.528 0 4.056 1.452 4.056 4.47v5.813h-.623ZM147.46 2.1h3.472v.567c0 .623-.416 1.038-1.321 1.038h-2.132v5c0 1.434.566 2.038 1.66 2.038.623 0 1.227-.057 1.585-.284h.094v.604c0 .85-.66 1.302-1.83 1.302-2.245 0-3.225-1.17-3.225-3.49V2.308c0-.585.15-1.15.434-1.566.245-.358.81-.717 1.056-.717h.207v2.076ZM157.817 3.44c-1.66 0-2.717 1.397-2.773 2.698l-.02.416 2.283-.038c2.434-.038 2.85-.264 2.85-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.546 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.132 1.868-3.396 1.868-2.772 0-4.734-2.132-4.734-5.038 0-3.264 2.037-5.434 4.715-5.434 1.962 0 3.811 1.49 3.811 3.51 0 1.774-.83 2.51-4.282 2.51M191.155 45.502s-.857-11.779-12.965-11.686c0 0-2.489 11.199 10.95 12.77 0 0 2.183.32 2.015-1.084M197.702 37.726s4.245-7.439-3.89-15.017c0 0-7.932 6.24 1.09 15.637 0 0 1.882 1.822 2.8-.62'%3E%3C/path%3E%3Cg%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'%3E%3C/use%3E%3C/mask%3E%3Cpath fill='%23F1B800' d='M185.336 53.27s-4.747-7.715-15.798-3.902c0 0 1.797 10.566 14.97 6.834 0 0 2.623-.845.828-2.932' mask='url(%23b)'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23F1B800' d='M204.982 30.68s5.59-7.156 1.916-14.002c0 0-5.733 1.302-5.2 11.764 0 0 .226 5.328 3.284 2.238M211.63 26.49s6.432-4.056 4.403-13.07c0 0-5.358 1.743-5.43 10.91 0 0 .068 2.531 1.028 2.16M218.453 23.624s5.924-3.053 6.607-9.502c0 0 .727-2.315-2.063-.245-3.572 2.647-5.115 5.109-5.34 9.165 0 0 .145.767.796.582M224.752 21.876s6.78 1.133 11.945-6.45c0 0-5.821-2.319-11.636 5.279 0 0-.831.844-.31 1.171M220.576 25.455s5.105-4.002 10.363-.869c0 0-6.012 5.722-10.31 2.432 0 0-.93-.606-.053-1.563M213.473 27.964s5.6-1.244 8.882 2.78c0 0-4.45 3.235-10.495-.265 0 0-1.648-1.848 1.613-2.515'%3E%3C/path%3E%3Cg%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'%3E%3C/use%3E%3C/mask%3E%3Cpath fill='%230A612D' d='M15.165 22.176h-5.02V41.37H8.785c-1.282 0-1.94-.428-2.16-1.907V22.195H0v-1.578c.04-.855.565-1.645 1.947-1.645h15.02v1.377c0 .681-.761 1.827-1.802 1.827' mask='url(%23d)'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%230A612D' d='M26.034 41.683c-4.308 0-7.292-3.035-7.282-8.2v-9.837h1.008c1.448.02 2.453.806 2.466 2.401v7.272c-.013 3.603 1.844 5.129 3.983 5.11 2.446-.021 3.842-1.397 3.827-4.98l-.021-9.76h1.171c1.47.022 2.193.78 2.258 2.358v7.698c-.008 5.208-2.706 7.938-7.41 7.938M45.878 26.571c-2.396 0-4.448 2.23-4.448 6.025 0 3.803 1.702 5.855 4.743 5.855 2.91 0 4.47-2.686 4.47-5.855 0-4.743-2.423-6.025-4.765-6.025m-.082 15.112c-4.872 0-7.882-3.559-7.875-8.728v-15.21h1.719c.784 0 1.768.68 1.78 2.029v6.272c1.058-1.615 2.982-2.707 5.402-2.707 4.023 0 7.336 3.263 7.336 8.954 0 5.331-3.39 9.39-8.362 9.39M66.163 26.571c-2.396 0-4.448 2.23-4.448 6.025 0 3.803 1.702 5.855 4.743 5.855 2.91 0 4.47-2.686 4.47-5.855 0-4.743-2.423-6.025-4.765-6.025m-.082 15.112c-4.872 0-7.882-3.559-7.875-8.728v-15.21h1.719c.784 0 1.768.68 1.78 2.029v6.272c1.058-1.615 2.982-2.707 5.402-2.707 4.023 0 7.336 3.263 7.336 8.954 0 5.331-3.39 9.39-8.362 9.39M86.243 26.45c-2.74 0-4.192 2.258-4.4 4.075l-.078.753 3.585-.052c4.263-.066 4.617-.441 4.617-1.569 0-1.917-1.61-3.208-3.724-3.208m-.455 7.633-3.92.026c.298 2.94 2.492 4.388 4.932 4.388 2.71 0 4.304-.808 5.296-1.766l.535-.026v1.71c-.077 1.852-2.06 3.273-6.025 3.273-4.856 0-8.293-3.734-8.293-8.824 0-5.717 3.569-9.519 8.26-9.519 3.436 0 6.717 2.606 6.717 6.143 0 3.106-1.272 4.595-7.502 4.595M106.632 27.82c-.96-.8-1.844-.904-2.545-.904-2.102 0-2.88 1.065-2.89 4.525v9.925h-1.6c-1.092 0-1.72-.86-1.824-2.018v-8.14c.007-4.941 2.486-7.51 5.925-7.51 2.415 0 3.308 1.059 3.438 2.25v1.872h-.504ZM117.538 26.553c-2.42 0-4.548 2.077-4.548 4.62 0 3.521 1.74 4.753 4.286 4.753 2.54 0 4.176-1.712 4.176-4.377 0-3.782-1.764-4.996-3.914-4.996m7.367 12.177c0 5.46-3.815 7.985-8.42 7.985-2.795 0-5.492-1.415-5.596-3.52v-1.632h.596c.986 1.009 2.479 1.891 5.373 1.891 2.31 0 4.724-1.453 4.75-4.387.004-.493-.156-1.455-.156-2.31h-.052c-.805 1.35-2.44 2.31-4.438 2.336-4.283.058-7.424-2.791-7.424-7.165 0-4.343 2.738-8.602 8.46-8.602 3.946 0 6.751 2.458 6.751 7.459v4.959c0 .822.156 2.327.156 2.986M161.666 41.376c-1.225 0-2.075-.785-2.086-1.953V31.28c0-3.66-1.495-4.643-4.108-4.643-2.015 0-3.778 1.004-3.778 4.643v10.096h-1.517c-1.092 0-1.854-.661-1.854-2.053v-8.109c0-4.966 2.978-7.88 7.514-7.88 4.434 0 7.16 2.582 7.158 7.847v10.195h-1.33ZM136.927 26.45c-2.739 0-4.193 2.258-4.401 4.075l-.078.753 3.586-.052c4.262-.066 4.616-.441 4.616-1.569 0-1.917-1.608-3.208-3.723-3.208m-.455 7.633-3.92.026c.298 2.94 2.492 4.388 4.932 4.388 2.709 0 4.305-.808 5.295-1.766l.537-.026v1.71c-.078 1.852-2.062 3.273-6.027 3.273-4.856 0-8.293-3.734-8.293-8.824 0-5.717 3.57-9.519 8.26-9.519 3.437 0 6.716 2.606 6.716 6.143 0 3.106-1.27 4.595-7.5 4.595'%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": "185px" },
18
+ "block-size": { "value": "50px" },
19
+ "background-image": {
20
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' xmlns:xlink='http://www.w3.org/1999/xlink' width='237' height='57' viewBox='0 0 237 57' aria-labelledby='site-logo-title site-logo-desc'%3E%3Ctitle id='site-logo-title'%3EGemeente Tubbergen%3C/title%3E%3Cdesc id='site-logo-desc'%3ELogo dat naar de hoofdpagina leidt%3C/desc%3E%3Cdefs%3E%3Cpath id='a' d='M0 .025h236.697V57H0'%3E%3C/path%3E%3Cpath id='c' d='M0 .025h236.697V57H0'%3E%3C/path%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23F1B800' d='M73.588 3.497c-1.774 0-2.811 1.434-2.811 2.962 0 2.02 1.094 2.812 2.66 2.812 1.622 0 2.584-1.133 2.584-2.661 0-2.17-.81-3.113-2.433-3.113m4.169 7.227c0 3.132-2.132 4.585-4.773 4.585-1.604 0-3.15-.812-3.15-2.02v-.697h.132c.698.66 1.566 1.094 3.226 1.094 1.64 0 2.924-.924 2.924-2.868 0-.283-.095-.811-.095-1.302v-.51c-.415.944-1.264 1.831-2.792 1.831-2.358 0-4.188-1.51-4.188-4.02 0-2.49 1.528-4.924 4.811-4.924 2.264 0 3.83 1.415 3.83 4.283V8.95c0 .472.075 1.396.075 1.774M85.454 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.281 2.51M106.393 12.177c-.66 0-1.132-.453-1.132-1.265V6.46c0-2.114-.792-2.944-2.17-2.944-1.66 0-2.357.849-2.357 2.887v5.774h-.585c-.83 0-1.151-.453-1.151-1.265V6.46c0-1.83-.811-2.944-2.264-2.944-1.49 0-2.264.887-2.264 2.944v5.717h-.547c-.716 0-1.188-.415-1.188-1.265V6.233c0-2.32 1.472-4.34 4.112-4.34 1.491 0 2.51.66 3.132 1.83.66-1.094 1.849-1.83 3.17-1.83 2.508 0 3.847 1.51 3.847 4.51v5.774h-.603ZM114.807 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M126.351 3.44c-1.66 0-2.716 1.397-2.773 2.698l-.018.416 2.282-.038c2.433-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.095v.754c0 1.057-1.132 1.868-3.396 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.717-5.434 1.961 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M141.367 12.177c-.698 0-1.074-.359-1.074-1.114V6.422c0-2.095-.774-2.906-2.566-2.906-1.51 0-2.377.849-2.377 2.906v5.755h-.642c-.622 0-1.056-.378-1.056-1.17V6.384c0-2.83 1.698-4.49 4.282-4.49 2.528 0 4.056 1.452 4.056 4.47v5.813h-.623ZM147.46 2.1h3.472v.567c0 .623-.416 1.038-1.321 1.038h-2.132v5c0 1.434.566 2.038 1.66 2.038.623 0 1.227-.057 1.585-.284h.094v.604c0 .85-.66 1.302-1.83 1.302-2.245 0-3.225-1.17-3.225-3.49V2.308c0-.585.15-1.15.434-1.566.245-.358.81-.717 1.056-.717h.207v2.076ZM157.817 3.44c-1.66 0-2.717 1.397-2.773 2.698l-.02.416 2.283-.038c2.434-.038 2.85-.264 2.85-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.546 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.132 1.868-3.396 1.868-2.772 0-4.734-2.132-4.734-5.038 0-3.264 2.037-5.434 4.715-5.434 1.962 0 3.811 1.49 3.811 3.51 0 1.774-.83 2.51-4.282 2.51'%3E%3C/path%3E%3Cpath fill='%23F1B800' d='M73.588 3.497c-1.774 0-2.811 1.434-2.811 2.962 0 2.02 1.094 2.812 2.66 2.812 1.622 0 2.584-1.133 2.584-2.661 0-2.17-.81-3.113-2.433-3.113m4.169 7.227c0 3.132-2.132 4.585-4.773 4.585-1.604 0-3.15-.812-3.15-2.02v-.697h.132c.698.66 1.566 1.094 3.226 1.094 1.64 0 2.924-.924 2.924-2.868 0-.283-.095-.811-.095-1.302v-.51c-.415.944-1.264 1.831-2.792 1.831-2.358 0-4.188-1.51-4.188-4.02 0-2.49 1.528-4.924 4.811-4.924 2.264 0 3.83 1.415 3.83 4.283V8.95c0 .472.075 1.396.075 1.774M85.454 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.281 2.51M106.393 12.177c-.66 0-1.132-.453-1.132-1.265V6.46c0-2.114-.792-2.944-2.17-2.944-1.66 0-2.357.849-2.357 2.887v5.774h-.585c-.83 0-1.151-.453-1.151-1.265V6.46c0-1.83-.811-2.944-2.264-2.944-1.49 0-2.264.887-2.264 2.944v5.717h-.547c-.716 0-1.188-.415-1.188-1.265V6.233c0-2.32 1.472-4.34 4.112-4.34 1.491 0 2.51.66 3.132 1.83.66-1.094 1.849-1.83 3.17-1.83 2.508 0 3.847 1.51 3.847 4.51v5.774h-.603ZM114.807 3.44c-1.66 0-2.717 1.397-2.774 2.698l-.018.416 2.282-.038c2.434-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.547 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.131 1.868-3.395 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.716-5.434 1.962 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M126.351 3.44c-1.66 0-2.716 1.397-2.773 2.698l-.018.416 2.282-.038c2.433-.038 2.849-.264 2.849-1.019 0-1.094-.755-2.057-2.34-2.057m-.282 4.472h-2.49c.17 1.68 1.339 2.868 3.225 2.868 1.547 0 2.49-.49 3.056-1.037h.095v.754c0 1.057-1.132 1.868-3.396 1.868-2.773 0-4.735-2.132-4.735-5.038 0-3.264 2.037-5.434 4.717-5.434 1.961 0 3.81 1.49 3.81 3.51 0 1.774-.83 2.51-4.282 2.51M141.367 12.177c-.698 0-1.074-.359-1.074-1.114V6.422c0-2.095-.774-2.906-2.566-2.906-1.51 0-2.377.849-2.377 2.906v5.755h-.642c-.622 0-1.056-.378-1.056-1.17V6.384c0-2.83 1.698-4.49 4.282-4.49 2.528 0 4.056 1.452 4.056 4.47v5.813h-.623ZM147.46 2.1h3.472v.567c0 .623-.416 1.038-1.321 1.038h-2.132v5c0 1.434.566 2.038 1.66 2.038.623 0 1.227-.057 1.585-.284h.094v.604c0 .85-.66 1.302-1.83 1.302-2.245 0-3.225-1.17-3.225-3.49V2.308c0-.585.15-1.15.434-1.566.245-.358.81-.717 1.056-.717h.207v2.076ZM157.817 3.44c-1.66 0-2.717 1.397-2.773 2.698l-.02.416 2.283-.038c2.434-.038 2.85-.264 2.85-1.019 0-1.094-.755-2.057-2.34-2.057m-.283 4.472h-2.49c.17 1.68 1.34 2.868 3.226 2.868 1.546 0 2.49-.49 3.056-1.037h.094v.754c0 1.057-1.132 1.868-3.396 1.868-2.772 0-4.734-2.132-4.734-5.038 0-3.264 2.037-5.434 4.715-5.434 1.962 0 3.811 1.49 3.811 3.51 0 1.774-.83 2.51-4.282 2.51M191.155 45.502s-.857-11.779-12.965-11.686c0 0-2.489 11.199 10.95 12.77 0 0 2.183.32 2.015-1.084M197.702 37.726s4.245-7.439-3.89-15.017c0 0-7.932 6.24 1.09 15.637 0 0 1.882 1.822 2.8-.62'%3E%3C/path%3E%3Cg%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'%3E%3C/use%3E%3C/mask%3E%3Cpath fill='%23F1B800' d='M185.336 53.27s-4.747-7.715-15.798-3.902c0 0 1.797 10.566 14.97 6.834 0 0 2.623-.845.828-2.932' mask='url(%23b)'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%23F1B800' d='M204.982 30.68s5.59-7.156 1.916-14.002c0 0-5.733 1.302-5.2 11.764 0 0 .226 5.328 3.284 2.238M211.63 26.49s6.432-4.056 4.403-13.07c0 0-5.358 1.743-5.43 10.91 0 0 .068 2.531 1.028 2.16M218.453 23.624s5.924-3.053 6.607-9.502c0 0 .727-2.315-2.063-.245-3.572 2.647-5.115 5.109-5.34 9.165 0 0 .145.767.796.582M224.752 21.876s6.78 1.133 11.945-6.45c0 0-5.821-2.319-11.636 5.279 0 0-.831.844-.31 1.171M220.576 25.455s5.105-4.002 10.363-.869c0 0-6.012 5.722-10.31 2.432 0 0-.93-.606-.053-1.563M213.473 27.964s5.6-1.244 8.882 2.78c0 0-4.45 3.235-10.495-.265 0 0-1.648-1.848 1.613-2.515'%3E%3C/path%3E%3Cg%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'%3E%3C/use%3E%3C/mask%3E%3Cpath fill='%230A612D' d='M15.165 22.176h-5.02V41.37H8.785c-1.282 0-1.94-.428-2.16-1.907V22.195H0v-1.578c.04-.855.565-1.645 1.947-1.645h15.02v1.377c0 .681-.761 1.827-1.802 1.827' mask='url(%23d)'%3E%3C/path%3E%3C/g%3E%3Cpath fill='%230A612D' d='M26.034 41.683c-4.308 0-7.292-3.035-7.282-8.2v-9.837h1.008c1.448.02 2.453.806 2.466 2.401v7.272c-.013 3.603 1.844 5.129 3.983 5.11 2.446-.021 3.842-1.397 3.827-4.98l-.021-9.76h1.171c1.47.022 2.193.78 2.258 2.358v7.698c-.008 5.208-2.706 7.938-7.41 7.938M45.878 26.571c-2.396 0-4.448 2.23-4.448 6.025 0 3.803 1.702 5.855 4.743 5.855 2.91 0 4.47-2.686 4.47-5.855 0-4.743-2.423-6.025-4.765-6.025m-.082 15.112c-4.872 0-7.882-3.559-7.875-8.728v-15.21h1.719c.784 0 1.768.68 1.78 2.029v6.272c1.058-1.615 2.982-2.707 5.402-2.707 4.023 0 7.336 3.263 7.336 8.954 0 5.331-3.39 9.39-8.362 9.39M66.163 26.571c-2.396 0-4.448 2.23-4.448 6.025 0 3.803 1.702 5.855 4.743 5.855 2.91 0 4.47-2.686 4.47-5.855 0-4.743-2.423-6.025-4.765-6.025m-.082 15.112c-4.872 0-7.882-3.559-7.875-8.728v-15.21h1.719c.784 0 1.768.68 1.78 2.029v6.272c1.058-1.615 2.982-2.707 5.402-2.707 4.023 0 7.336 3.263 7.336 8.954 0 5.331-3.39 9.39-8.362 9.39M86.243 26.45c-2.74 0-4.192 2.258-4.4 4.075l-.078.753 3.585-.052c4.263-.066 4.617-.441 4.617-1.569 0-1.917-1.61-3.208-3.724-3.208m-.455 7.633-3.92.026c.298 2.94 2.492 4.388 4.932 4.388 2.71 0 4.304-.808 5.296-1.766l.535-.026v1.71c-.077 1.852-2.06 3.273-6.025 3.273-4.856 0-8.293-3.734-8.293-8.824 0-5.717 3.569-9.519 8.26-9.519 3.436 0 6.717 2.606 6.717 6.143 0 3.106-1.272 4.595-7.502 4.595M106.632 27.82c-.96-.8-1.844-.904-2.545-.904-2.102 0-2.88 1.065-2.89 4.525v9.925h-1.6c-1.092 0-1.72-.86-1.824-2.018v-8.14c.007-4.941 2.486-7.51 5.925-7.51 2.415 0 3.308 1.059 3.438 2.25v1.872h-.504ZM117.538 26.553c-2.42 0-4.548 2.077-4.548 4.62 0 3.521 1.74 4.753 4.286 4.753 2.54 0 4.176-1.712 4.176-4.377 0-3.782-1.764-4.996-3.914-4.996m7.367 12.177c0 5.46-3.815 7.985-8.42 7.985-2.795 0-5.492-1.415-5.596-3.52v-1.632h.596c.986 1.009 2.479 1.891 5.373 1.891 2.31 0 4.724-1.453 4.75-4.387.004-.493-.156-1.455-.156-2.31h-.052c-.805 1.35-2.44 2.31-4.438 2.336-4.283.058-7.424-2.791-7.424-7.165 0-4.343 2.738-8.602 8.46-8.602 3.946 0 6.751 2.458 6.751 7.459v4.959c0 .822.156 2.327.156 2.986M161.666 41.376c-1.225 0-2.075-.785-2.086-1.953V31.28c0-3.66-1.495-4.643-4.108-4.643-2.015 0-3.778 1.004-3.778 4.643v10.096h-1.517c-1.092 0-1.854-.661-1.854-2.053v-8.109c0-4.966 2.978-7.88 7.514-7.88 4.434 0 7.16 2.582 7.158 7.847v10.195h-1.33ZM136.927 26.45c-2.739 0-4.193 2.258-4.401 4.075l-.078.753 3.586-.052c4.262-.066 4.616-.441 4.616-1.569 0-1.917-1.608-3.208-3.723-3.208m-.455 7.633-3.92.026c.298 2.94 2.492 4.388 4.932 4.388 2.709 0 4.305-.808 5.295-1.766l.537-.026v1.71c-.078 1.852-2.062 3.273-6.027 3.273-4.856 0-8.293-3.734-8.293-8.824 0-5.717 3.57-9.519 8.26-9.519 3.437 0 6.716 2.606 6.716 6.143 0 3.106-1.27 4.595-7.5 4.595'%3E%3C/path%3E%3C/g%3E%3C/svg%3E\")"
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }