@conduction/theme 1.1.53 → 1.1.55

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