@conduction/theme 1.1.49 → 1.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +1 -0
  4. package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
  5. package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
  6. package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  7. package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
  8. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  9. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  10. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  11. package/municipalities/baarn-design-tokens/LICENSE.md +17 -0
  12. package/municipalities/baarn-design-tokens/README.md +3 -0
  13. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -0
  14. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -0
  15. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  16. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -0
  17. package/municipalities/baarn-design-tokens/package.json +41 -0
  18. package/municipalities/baarn-design-tokens/src/brand/baarn/color.tokens.json +227 -0
  19. package/municipalities/baarn-design-tokens/src/brand/baarn/font-size.tokens.json +50 -0
  20. package/municipalities/baarn-design-tokens/src/brand/baarn/size.tokens.json +17 -0
  21. package/municipalities/baarn-design-tokens/src/brand/baarn/typography.tokens.json +43 -0
  22. package/municipalities/baarn-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  23. package/municipalities/baarn-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  24. package/municipalities/baarn-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  25. package/municipalities/baarn-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  26. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +45 -0
  27. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  28. package/municipalities/baarn-design-tokens/src/component/conduction/select.tokens.json +39 -0
  29. package/municipalities/baarn-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  30. package/municipalities/baarn-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  31. package/municipalities/baarn-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  32. package/municipalities/baarn-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  33. package/municipalities/baarn-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  34. package/municipalities/baarn-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  35. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  36. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  37. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  38. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  39. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  40. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  41. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  42. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  43. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  44. package/municipalities/baarn-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  45. package/municipalities/baarn-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  46. package/municipalities/baarn-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  47. package/municipalities/baarn-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  48. package/municipalities/baarn-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  49. package/municipalities/baarn-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  50. package/municipalities/baarn-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  51. package/municipalities/baarn-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  52. package/municipalities/baarn-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  53. package/municipalities/baarn-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  54. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  55. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  56. package/municipalities/baarn-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  57. package/municipalities/baarn-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  58. package/municipalities/baarn-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  59. package/municipalities/baarn-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  60. package/municipalities/baarn-design-tokens/src/config.json +73 -0
  61. package/municipalities/baarn-design-tokens/src/font.scss +39 -0
  62. package/municipalities/baarn-design-tokens/src/index.scss +8 -0
  63. package/municipalities/baarn-design-tokens/style-dictionary.config.js +6 -0
  64. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  65. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  66. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  67. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  68. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  69. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  70. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  71. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  72. package/municipalities/bct-design-tokens/src/font.js +8 -8
  73. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  74. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  75. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  76. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  77. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  78. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  79. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  80. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  81. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  82. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  83. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  84. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  85. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  86. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  87. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  88. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  89. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  90. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  91. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  92. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  93. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  94. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  95. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  96. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  97. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  98. package/municipalities/epe-design-tokens/src/font.js +6 -6
  99. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  100. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  101. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  102. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  103. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  104. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  105. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  106. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  107. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  108. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  109. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  110. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  111. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  112. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  113. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  114. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  115. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  116. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  117. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  118. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  119. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  120. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  121. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  122. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  123. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  124. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  125. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  126. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  127. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  128. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  129. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  130. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  131. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  132. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  133. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  134. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  135. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  136. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  137. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  138. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  139. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  140. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  141. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  142. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  143. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  144. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  145. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  146. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  147. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  148. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  149. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  150. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  151. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  152. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  153. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  154. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  155. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  156. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  157. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  158. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  159. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  160. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  161. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  162. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  163. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  164. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  165. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  166. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  167. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  168. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  169. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  170. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  171. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  172. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  173. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  174. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  175. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  176. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  177. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  178. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  179. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  180. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  181. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  182. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  183. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  184. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  185. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  186. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  187. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  188. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  189. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  190. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  191. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  192. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  193. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  194. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  195. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  196. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  197. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  198. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  199. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  200. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  201. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  202. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  203. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  204. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  205. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  206. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  207. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  208. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  209. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  210. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  211. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  212. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  213. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  214. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  215. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  216. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  217. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  218. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  219. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  220. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  221. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  222. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  223. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  224. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  225. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  226. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  227. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  228. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  229. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  230. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  231. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  232. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  233. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  234. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  235. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  236. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  237. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  238. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  239. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  240. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  241. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  242. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  243. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  244. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  245. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  246. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  247. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  248. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  249. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  250. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  251. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  252. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  253. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  254. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  255. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  256. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  257. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  258. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  259. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  260. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  261. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  262. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  263. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  264. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  265. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  266. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  267. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  268. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  269. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  270. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  271. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  272. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  273. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  274. package/package.json +3 -2
  275. package/publiccode.yaml +83 -83
@@ -1,16 +1,16 @@
1
- {
2
- "zuiddrecht": {
3
- "icon-scale": {
4
- "3xs": { "value": "1px" },
5
- "2xs": { "value": "4px" },
6
- "xs": { "value": "8px" },
7
- "sm": { "value": "12px" },
8
- "md": { "value": "16px", "comment": "Formaat voor radio button" },
9
- "lg": { "value": "24px", "comment": "Voor kalender iconen" },
10
- "xl": { "value": "26px", "comment": "Formaat social media iconen" },
11
- "2xl": { "value": "30px", "comment": "Formaat voor marker iconen" },
12
- "3xl": { "value": "36px", "comment": "Formaat voor toptaks iconen" },
13
- "4xl": { "value": "48px" }
14
- }
15
- }
16
- }
1
+ {
2
+ "zuiddrecht": {
3
+ "icon-scale": {
4
+ "3xs": { "value": "1px" },
5
+ "2xs": { "value": "4px" },
6
+ "xs": { "value": "8px" },
7
+ "sm": { "value": "12px" },
8
+ "md": { "value": "16px", "comment": "Formaat voor radio button" },
9
+ "lg": { "value": "24px", "comment": "Voor kalender iconen" },
10
+ "xl": { "value": "26px", "comment": "Formaat social media iconen" },
11
+ "2xl": { "value": "30px", "comment": "Formaat voor marker iconen" },
12
+ "3xl": { "value": "36px", "comment": "Formaat voor toptaks iconen" },
13
+ "4xl": { "value": "48px" }
14
+ }
15
+ }
16
+ }
@@ -1,40 +1,40 @@
1
- {
2
- "zuiddrecht": {
3
- "typography": {
4
- "sans-serif": {
5
- "font-family": { "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif" }
6
- },
7
- "monospace": {
8
- "font-family": {
9
- "value": "Monospace, \"Lucida Console\""
10
- }
11
- },
12
- "scale": {
13
- "2xs": { "font-size": { "value": "0.5rem", "comment": "8px" } },
14
- "xs": { "font-size": { "value": "0.75rem", "comment": "12px" } },
15
- "sm": { "font-size": { "value": "0.875rem", "comment": "14px" } },
16
- "md": { "font-size": { "value": "1rem", "comment": "16px" } },
17
- "lg": { "font-size": { "value": "1.125rem", "comment": "18px" } },
18
- "xl": { "font-size": { "value": "1.25rem", "comment": "20px" } },
19
- "2xl": { "font-size": { "value": "1.375rem", "comment": "22px" } },
20
- "3xl": { "font-size": { "value": "1.5rem", "comment": "24px" } },
21
- "4xl": { "font-size": { "value": "2rem", "comment": "32px" } }
22
- },
23
- "weight-scale": {
24
- "bold": { "font-weight": { "value": "700" } },
25
- "normal": { "font-weight": { "value": "400" } },
26
- "light": { "font-weight": { "value": "100" } }
27
- },
28
- "font-style": {
29
- "normal": { "value": "normal" },
30
- "inherit": { "value": "inherit" }
31
- },
32
- "line-height": {
33
- "xs": { "value": "1" },
34
- "sm": { "value": "1.25" },
35
- "md": { "value": "1.5" },
36
- "lg": { "value": "2" }
37
- }
38
- }
39
- }
40
- }
1
+ {
2
+ "zuiddrecht": {
3
+ "typography": {
4
+ "sans-serif": {
5
+ "font-family": { "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif" }
6
+ },
7
+ "monospace": {
8
+ "font-family": {
9
+ "value": "Monospace, \"Lucida Console\""
10
+ }
11
+ },
12
+ "scale": {
13
+ "2xs": { "font-size": { "value": "0.5rem", "comment": "8px" } },
14
+ "xs": { "font-size": { "value": "0.75rem", "comment": "12px" } },
15
+ "sm": { "font-size": { "value": "0.875rem", "comment": "14px" } },
16
+ "md": { "font-size": { "value": "1rem", "comment": "16px" } },
17
+ "lg": { "font-size": { "value": "1.125rem", "comment": "18px" } },
18
+ "xl": { "font-size": { "value": "1.25rem", "comment": "20px" } },
19
+ "2xl": { "font-size": { "value": "1.375rem", "comment": "22px" } },
20
+ "3xl": { "font-size": { "value": "1.5rem", "comment": "24px" } },
21
+ "4xl": { "font-size": { "value": "2rem", "comment": "32px" } }
22
+ },
23
+ "weight-scale": {
24
+ "bold": { "font-weight": { "value": "700" } },
25
+ "normal": { "font-weight": { "value": "400" } },
26
+ "light": { "font-weight": { "value": "100" } }
27
+ },
28
+ "font-style": {
29
+ "normal": { "value": "normal" },
30
+ "inherit": { "value": "inherit" }
31
+ },
32
+ "line-height": {
33
+ "xs": { "value": "1" },
34
+ "sm": { "value": "1.25" },
35
+ "md": { "value": "1.5" },
36
+ "lg": { "value": "2" }
37
+ }
38
+ }
39
+ }
40
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "zuiddrecht": {
3
- "border-width": {
4
- "sm": { "value": "1px" },
5
- "md": { "value": "2px" }
6
- },
7
- "border-radius": {
8
- "sm": { "value": "2px" },
9
- "md": { "value": "4px" },
10
- "lg": { "value": "8px" },
11
- "round": { "value": "999px" },
12
- "none": { "value": "0" }
13
- },
14
- "border-style": {
15
- "solid": { "value": "solid" },
16
- "dotted": { "value": "dotted" }
17
- }
18
- }
19
- }
1
+ {
2
+ "zuiddrecht": {
3
+ "border-width": {
4
+ "sm": { "value": "1px" },
5
+ "md": { "value": "2px" }
6
+ },
7
+ "border-radius": {
8
+ "sm": { "value": "2px" },
9
+ "md": { "value": "4px" },
10
+ "lg": { "value": "8px" },
11
+ "round": { "value": "999px" },
12
+ "none": { "value": "0" }
13
+ },
14
+ "border-style": {
15
+ "solid": { "value": "solid" },
16
+ "dotted": { "value": "dotted" }
17
+ }
18
+ }
19
+ }
@@ -1,70 +1,70 @@
1
- {
2
- "utrecht": {
3
- "space": {
4
- "block": {
5
- "4xs": { "value": "1px" },
6
- "3xs": { "value": "2px" },
7
- "2xs": { "value": "4px" },
8
- "xs": { "value": "8px" },
9
- "sm": { "value": "12px" },
10
- "md": { "value": "16px" },
11
- "lg": { "value": "20px" },
12
- "xl": { "value": "24px" },
13
- "2xl": { "value": "32px" },
14
- "3xl": { "value": "48px" },
15
- "4xl": { "value": "64px" }
16
- },
17
- "inline": {
18
- "3xs": { "value": "2px" },
19
- "2xs": { "value": "4px" },
20
- "xs": { "value": "8px" },
21
- "sm": { "value": "12px" },
22
- "md": { "value": "16px" },
23
- "lg": { "value": "20px" },
24
- "xl": { "value": "24px" },
25
- "2xl": { "value": "28px" },
26
- "3xl": { "value": "32px" },
27
- "4xl": { "value": "48px" }
28
- },
29
- "text": {
30
- "3xs": { "value": "0.125ch" },
31
- "2xs": { "value": "0.25ch" },
32
- "xs": { "value": "0.5ch" },
33
- "sm": { "value": "0.75ch" },
34
- "md": { "value": "1ch" },
35
- "lg": { "value": "1.5ch" },
36
- "xl": { "value": "1.75ch" },
37
- "2xl": { "value": "2ch" },
38
- "3xl": { "value": "3ch" }
39
- },
40
- "row": {
41
- "4xs": { "value": "1px" },
42
- "3xs": { "value": "2px" },
43
- "2xs": { "value": "4px" },
44
- "xs": { "value": "8px" },
45
- "sm": { "value": "12px" },
46
- "md": { "value": "16px" },
47
- "lg": { "value": "20px" },
48
- "xl": { "value": "24px" },
49
- "2xl": { "value": "28px" },
50
- "3xl": { "value": "32px" },
51
- "4xl": { "value": "48px" },
52
- "5xl": { "value": "64px" }
53
- },
54
- "column": {
55
- "4xs": { "value": "1px" },
56
- "3xs": { "value": "2px" },
57
- "2xs": { "value": "4px" },
58
- "xs": { "value": "8px" },
59
- "sm": { "value": "12px" },
60
- "md": { "value": "16px" },
61
- "lg": { "value": "20px" },
62
- "xl": { "value": "24px" },
63
- "2xl": { "value": "28px" },
64
- "3xl": { "value": "32px" },
65
- "4xl": { "value": "48px" },
66
- "5xl": { "value": "64px" }
67
- }
68
- }
69
- }
70
- }
1
+ {
2
+ "utrecht": {
3
+ "space": {
4
+ "block": {
5
+ "4xs": { "value": "1px" },
6
+ "3xs": { "value": "2px" },
7
+ "2xs": { "value": "4px" },
8
+ "xs": { "value": "8px" },
9
+ "sm": { "value": "12px" },
10
+ "md": { "value": "16px" },
11
+ "lg": { "value": "20px" },
12
+ "xl": { "value": "24px" },
13
+ "2xl": { "value": "32px" },
14
+ "3xl": { "value": "48px" },
15
+ "4xl": { "value": "64px" }
16
+ },
17
+ "inline": {
18
+ "3xs": { "value": "2px" },
19
+ "2xs": { "value": "4px" },
20
+ "xs": { "value": "8px" },
21
+ "sm": { "value": "12px" },
22
+ "md": { "value": "16px" },
23
+ "lg": { "value": "20px" },
24
+ "xl": { "value": "24px" },
25
+ "2xl": { "value": "28px" },
26
+ "3xl": { "value": "32px" },
27
+ "4xl": { "value": "48px" }
28
+ },
29
+ "text": {
30
+ "3xs": { "value": "0.125ch" },
31
+ "2xs": { "value": "0.25ch" },
32
+ "xs": { "value": "0.5ch" },
33
+ "sm": { "value": "0.75ch" },
34
+ "md": { "value": "1ch" },
35
+ "lg": { "value": "1.5ch" },
36
+ "xl": { "value": "1.75ch" },
37
+ "2xl": { "value": "2ch" },
38
+ "3xl": { "value": "3ch" }
39
+ },
40
+ "row": {
41
+ "4xs": { "value": "1px" },
42
+ "3xs": { "value": "2px" },
43
+ "2xs": { "value": "4px" },
44
+ "xs": { "value": "8px" },
45
+ "sm": { "value": "12px" },
46
+ "md": { "value": "16px" },
47
+ "lg": { "value": "20px" },
48
+ "xl": { "value": "24px" },
49
+ "2xl": { "value": "28px" },
50
+ "3xl": { "value": "32px" },
51
+ "4xl": { "value": "48px" },
52
+ "5xl": { "value": "64px" }
53
+ },
54
+ "column": {
55
+ "4xs": { "value": "1px" },
56
+ "3xs": { "value": "2px" },
57
+ "2xs": { "value": "4px" },
58
+ "xs": { "value": "8px" },
59
+ "sm": { "value": "12px" },
60
+ "md": { "value": "16px" },
61
+ "lg": { "value": "20px" },
62
+ "xl": { "value": "24px" },
63
+ "2xl": { "value": "28px" },
64
+ "3xl": { "value": "32px" },
65
+ "4xl": { "value": "48px" },
66
+ "5xl": { "value": "64px" }
67
+ }
68
+ }
69
+ }
70
+ }
@@ -1,27 +1,27 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "75px" },
6
- "block-size": { "value": "75px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml, %3Csvg viewBox='0 0 38.931151 50.403125' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%0A%3E%3Cg id='g2598' transform='translate(-347.25738,-9.5911435)'%3E%3Cpath fill='%23ffffff' d='m 367.9824,59.559154 0.84676,-0.435116 1.45521,-0.996869 1.45521,-0.996869 2.229,-1.998541 2.229,-1.998542 1.93961,-2.19187 1.93961,-2.191869 1.41856,-2.116667 1.41857,-2.116667 1.32573,-2.645833 1.32572,-2.645833 0.31158,-1.455209 0.31159,-1.455208 -0.0807,-13.361459 -0.0807,-13.3614583 h -19.31459 -19.31458 l -0.0703,13.2291673 -0.0703,13.229167 0.67181,2.348415 0.67182,2.348415 1.5052,2.943252 1.5052,2.943251 0.88307,0.926042 0.88306,0.926042 1.80062,2.248958 1.80062,2.248958 1.95651,1.734738 1.95651,1.734738 1.05833,0.8297 1.05833,0.8297 1.57194,0.941291 1.57193,0.941292 h 0.49173 0.49172 z' id='path2595' /%3E%3Cpath fill='%23cc0000' d='m 381.73925,41.713313 -0.47432,-0.901335 -2.25004,-2.248959 -2.25004,-2.248958 -2.90951,-1.494507 -2.90951,-1.494506 -4.10105,-1.382335 -4.10104,-1.382335 -1.85208,-0.92938 -1.85209,-0.92938 -1.4552,-0.991711 -1.45521,-0.99171 -1.28041,-1.132337 -1.2804,-1.132336 -0.98167,-1.345773 -0.98167,-1.345774 -0.67822,-1.190625 -0.67823,-1.190625 -0.5518,-1.615315 -0.5518,-1.615316 -0.32152,-1.744972 -0.32153,-1.744971 0.34029,-0.410026 0.34029,-0.410025 h 1.76677 1.76677 l 0.3175,0.3175 0.3175,0.3175 v 1.089686 1.089686 l 0.39268,1.304793 0.39268,1.304793 0.58849,0.926042 0.5885,0.926042 0.20614,-1.956913 0.20614,-1.956913 0.46633,-0.950012 0.46633,-0.950012 0.87325,-0.581434 0.87325,-0.581434 1.37571,-0.164919 1.37571,-0.164919 3.43958,0.0814 3.43959,0.0814 v 0.396875 0.396875 l -1.25907,0.624492 -1.25908,0.624493 -1.38676,0.169257 -1.38676,0.169258 v 0.926041 0.926042 l 3.04271,0.06663 3.04271,0.06663 0.33586,-0.217711 0.33586,-0.217712 0.5189,-1.814511 0.51891,-1.81451 0.33586,-0.213173 0.33586,-0.213172 6.38375,-0.0041 6.38375,-0.0041 0.30654,0.369358 0.30654,0.369358 -0.0757,2.739496 -0.0757,2.739496 -0.79375,-0.05941 -0.79375,-0.05941 -2.25792,-0.172464 -2.25791,-0.172464 -1.38965,0.704188 -1.38964,0.704187 -0.51864,0.850605 -0.51864,0.850605 -9.9e-4,0.740743 -9.9e-4,0.740744 0.37094,0.717311 0.37093,0.717312 1.15042,0.658612 1.15042,0.658611 2.38125,-0.0724 2.38125,-0.0724 1.05833,-0.0599 1.05834,-0.05989 0.0737,3.815688 0.0737,3.815688 -0.2522,0.252195 -0.25219,0.252195 -1.98591,-0.826737 -1.98591,-0.826737 h -0.67985 -0.67986 v 0.246567 0.246566 l 0.79835,0.568476 0.79836,0.568476 1.01167,1.500062 1.01167,1.500061 0.43893,1.303904 0.43894,1.303903 v 0.971719 0.971719 l -0.30069,0.899378 -0.3007,0.899377 -0.21699,0.239877 -0.217,0.239877 z' id='path2598' /%3E%3Cpath fill='%233669a5' d='m 374.11088,49.378125 -1.31297,-1.355727 -2.07603,-1.556613 -2.07603,-1.556614 -3.35297,-1.651722 -3.35297,-1.651721 -2.09484,-0.914277 -2.09483,-0.914278 -1.86888,-1.235865 -1.86887,-1.235865 -1.22669,-1.289441 -1.22669,-1.289441 -0.69087,-1.118152 -0.69086,-1.118153 -0.66213,-2.284883 -0.66213,-2.284883 v -1.196068 -1.196067 l 1.91823,1.981108 1.91822,1.981109 1.68882,1.233398 1.68882,1.233398 2.67681,1.429658 2.6768,1.429658 3.83646,1.632245 3.83646,1.632245 1.71979,0.904219 1.7198,0.904218 1.74148,1.308864 1.74149,1.308863 0.71353,1.029618 0.71352,1.029617 0.15722,1.327424 0.15721,1.327424 -0.33385,1.028612 -0.33385,1.028612 -0.51046,0.727604 -0.51045,0.727604 h -0.32266 -0.32266 z' id='path2597' /%3E%3Cpath fill='%23cc0000' d='m 365.37417,56.85244 -1.30751,-0.721692 -2.24896,-1.608258 -2.24896,-1.608259 -1.62476,-1.452364 -1.62475,-1.452364 -1.32,-1.457584 -1.31999,-1.457584 -1.11301,-1.638971 -1.113,-1.63897 -0.76455,-1.6345 -0.76455,-1.6345 -0.17161,-0.926041 -0.17161,-0.926042 1.81892,1.761349 1.81891,1.761349 1.8872,1.207957 1.88719,1.207957 5.73631,2.788712 5.73631,2.788711 1.70306,1.661697 1.70306,1.661698 v 0.412821 0.41282 l -1.79186,1.191507 -1.79186,1.191506 -0.80324,0.415368 -0.80323,0.415368 z' id='path2596' /%3E%3C/g%3E%3C/svg%3E\")"
9
- }
10
- },
11
- "footer": {
12
- "inline-size": { "value": "75px" },
13
- "block-size": { "value": "75px" },
14
- "background-image": {
15
- "value": "url(\"data:image/svg+xml, %3Csvg viewBox='0 0 38.931151 50.403125' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%0A%3E%3Cg id='g2598' transform='translate(-347.25738,-9.5911435)'%3E%3Cpath fill='%23ffffff' d='m 367.9824,59.559154 0.84676,-0.435116 1.45521,-0.996869 1.45521,-0.996869 2.229,-1.998541 2.229,-1.998542 1.93961,-2.19187 1.93961,-2.191869 1.41856,-2.116667 1.41857,-2.116667 1.32573,-2.645833 1.32572,-2.645833 0.31158,-1.455209 0.31159,-1.455208 -0.0807,-13.361459 -0.0807,-13.3614583 h -19.31459 -19.31458 l -0.0703,13.2291673 -0.0703,13.229167 0.67181,2.348415 0.67182,2.348415 1.5052,2.943252 1.5052,2.943251 0.88307,0.926042 0.88306,0.926042 1.80062,2.248958 1.80062,2.248958 1.95651,1.734738 1.95651,1.734738 1.05833,0.8297 1.05833,0.8297 1.57194,0.941291 1.57193,0.941292 h 0.49173 0.49172 z' id='path2595' /%3E%3Cpath fill='%23cc0000' d='m 381.73925,41.713313 -0.47432,-0.901335 -2.25004,-2.248959 -2.25004,-2.248958 -2.90951,-1.494507 -2.90951,-1.494506 -4.10105,-1.382335 -4.10104,-1.382335 -1.85208,-0.92938 -1.85209,-0.92938 -1.4552,-0.991711 -1.45521,-0.99171 -1.28041,-1.132337 -1.2804,-1.132336 -0.98167,-1.345773 -0.98167,-1.345774 -0.67822,-1.190625 -0.67823,-1.190625 -0.5518,-1.615315 -0.5518,-1.615316 -0.32152,-1.744972 -0.32153,-1.744971 0.34029,-0.410026 0.34029,-0.410025 h 1.76677 1.76677 l 0.3175,0.3175 0.3175,0.3175 v 1.089686 1.089686 l 0.39268,1.304793 0.39268,1.304793 0.58849,0.926042 0.5885,0.926042 0.20614,-1.956913 0.20614,-1.956913 0.46633,-0.950012 0.46633,-0.950012 0.87325,-0.581434 0.87325,-0.581434 1.37571,-0.164919 1.37571,-0.164919 3.43958,0.0814 3.43959,0.0814 v 0.396875 0.396875 l -1.25907,0.624492 -1.25908,0.624493 -1.38676,0.169257 -1.38676,0.169258 v 0.926041 0.926042 l 3.04271,0.06663 3.04271,0.06663 0.33586,-0.217711 0.33586,-0.217712 0.5189,-1.814511 0.51891,-1.81451 0.33586,-0.213173 0.33586,-0.213172 6.38375,-0.0041 6.38375,-0.0041 0.30654,0.369358 0.30654,0.369358 -0.0757,2.739496 -0.0757,2.739496 -0.79375,-0.05941 -0.79375,-0.05941 -2.25792,-0.172464 -2.25791,-0.172464 -1.38965,0.704188 -1.38964,0.704187 -0.51864,0.850605 -0.51864,0.850605 -9.9e-4,0.740743 -9.9e-4,0.740744 0.37094,0.717311 0.37093,0.717312 1.15042,0.658612 1.15042,0.658611 2.38125,-0.0724 2.38125,-0.0724 1.05833,-0.0599 1.05834,-0.05989 0.0737,3.815688 0.0737,3.815688 -0.2522,0.252195 -0.25219,0.252195 -1.98591,-0.826737 -1.98591,-0.826737 h -0.67985 -0.67986 v 0.246567 0.246566 l 0.79835,0.568476 0.79836,0.568476 1.01167,1.500062 1.01167,1.500061 0.43893,1.303904 0.43894,1.303903 v 0.971719 0.971719 l -0.30069,0.899378 -0.3007,0.899377 -0.21699,0.239877 -0.217,0.239877 z' id='path2598' /%3E%3Cpath fill='%233669a5' d='m 374.11088,49.378125 -1.31297,-1.355727 -2.07603,-1.556613 -2.07603,-1.556614 -3.35297,-1.651722 -3.35297,-1.651721 -2.09484,-0.914277 -2.09483,-0.914278 -1.86888,-1.235865 -1.86887,-1.235865 -1.22669,-1.289441 -1.22669,-1.289441 -0.69087,-1.118152 -0.69086,-1.118153 -0.66213,-2.284883 -0.66213,-2.284883 v -1.196068 -1.196067 l 1.91823,1.981108 1.91822,1.981109 1.68882,1.233398 1.68882,1.233398 2.67681,1.429658 2.6768,1.429658 3.83646,1.632245 3.83646,1.632245 1.71979,0.904219 1.7198,0.904218 1.74148,1.308864 1.74149,1.308863 0.71353,1.029618 0.71352,1.029617 0.15722,1.327424 0.15721,1.327424 -0.33385,1.028612 -0.33385,1.028612 -0.51046,0.727604 -0.51045,0.727604 h -0.32266 -0.32266 z' id='path2597' /%3E%3Cpath fill='%23cc0000' d='m 365.37417,56.85244 -1.30751,-0.721692 -2.24896,-1.608258 -2.24896,-1.608259 -1.62476,-1.452364 -1.62475,-1.452364 -1.32,-1.457584 -1.31999,-1.457584 -1.11301,-1.638971 -1.113,-1.63897 -0.76455,-1.6345 -0.76455,-1.6345 -0.17161,-0.926041 -0.17161,-0.926042 1.81892,1.761349 1.81891,1.761349 1.8872,1.207957 1.88719,1.207957 5.73631,2.788712 5.73631,2.788711 1.70306,1.661697 1.70306,1.661698 v 0.412821 0.41282 l -1.79186,1.191507 -1.79186,1.191506 -0.80324,0.415368 -0.80323,0.415368 z' id='path2596' /%3E%3C/g%3E%3C/svg%3E\")"
16
- }
17
- },
18
- "navbar": {
19
- "inline-size": { "value": "50px" },
20
- "block-size": { "value": "50px" },
21
- "background-image": {
22
- "value": "url(\"data:image/svg+xml, %3Csvg viewBox='0 0 38.931151 50.403125' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%0A%3E%3Cg id='g2598' transform='translate(-347.25738,-9.5911435)'%3E%3Cpath fill='%23ffffff' d='m 367.9824,59.559154 0.84676,-0.435116 1.45521,-0.996869 1.45521,-0.996869 2.229,-1.998541 2.229,-1.998542 1.93961,-2.19187 1.93961,-2.191869 1.41856,-2.116667 1.41857,-2.116667 1.32573,-2.645833 1.32572,-2.645833 0.31158,-1.455209 0.31159,-1.455208 -0.0807,-13.361459 -0.0807,-13.3614583 h -19.31459 -19.31458 l -0.0703,13.2291673 -0.0703,13.229167 0.67181,2.348415 0.67182,2.348415 1.5052,2.943252 1.5052,2.943251 0.88307,0.926042 0.88306,0.926042 1.80062,2.248958 1.80062,2.248958 1.95651,1.734738 1.95651,1.734738 1.05833,0.8297 1.05833,0.8297 1.57194,0.941291 1.57193,0.941292 h 0.49173 0.49172 z' id='path2595' /%3E%3Cpath fill='%23cc0000' d='m 381.73925,41.713313 -0.47432,-0.901335 -2.25004,-2.248959 -2.25004,-2.248958 -2.90951,-1.494507 -2.90951,-1.494506 -4.10105,-1.382335 -4.10104,-1.382335 -1.85208,-0.92938 -1.85209,-0.92938 -1.4552,-0.991711 -1.45521,-0.99171 -1.28041,-1.132337 -1.2804,-1.132336 -0.98167,-1.345773 -0.98167,-1.345774 -0.67822,-1.190625 -0.67823,-1.190625 -0.5518,-1.615315 -0.5518,-1.615316 -0.32152,-1.744972 -0.32153,-1.744971 0.34029,-0.410026 0.34029,-0.410025 h 1.76677 1.76677 l 0.3175,0.3175 0.3175,0.3175 v 1.089686 1.089686 l 0.39268,1.304793 0.39268,1.304793 0.58849,0.926042 0.5885,0.926042 0.20614,-1.956913 0.20614,-1.956913 0.46633,-0.950012 0.46633,-0.950012 0.87325,-0.581434 0.87325,-0.581434 1.37571,-0.164919 1.37571,-0.164919 3.43958,0.0814 3.43959,0.0814 v 0.396875 0.396875 l -1.25907,0.624492 -1.25908,0.624493 -1.38676,0.169257 -1.38676,0.169258 v 0.926041 0.926042 l 3.04271,0.06663 3.04271,0.06663 0.33586,-0.217711 0.33586,-0.217712 0.5189,-1.814511 0.51891,-1.81451 0.33586,-0.213173 0.33586,-0.213172 6.38375,-0.0041 6.38375,-0.0041 0.30654,0.369358 0.30654,0.369358 -0.0757,2.739496 -0.0757,2.739496 -0.79375,-0.05941 -0.79375,-0.05941 -2.25792,-0.172464 -2.25791,-0.172464 -1.38965,0.704188 -1.38964,0.704187 -0.51864,0.850605 -0.51864,0.850605 -9.9e-4,0.740743 -9.9e-4,0.740744 0.37094,0.717311 0.37093,0.717312 1.15042,0.658612 1.15042,0.658611 2.38125,-0.0724 2.38125,-0.0724 1.05833,-0.0599 1.05834,-0.05989 0.0737,3.815688 0.0737,3.815688 -0.2522,0.252195 -0.25219,0.252195 -1.98591,-0.826737 -1.98591,-0.826737 h -0.67985 -0.67986 v 0.246567 0.246566 l 0.79835,0.568476 0.79836,0.568476 1.01167,1.500062 1.01167,1.500061 0.43893,1.303904 0.43894,1.303903 v 0.971719 0.971719 l -0.30069,0.899378 -0.3007,0.899377 -0.21699,0.239877 -0.217,0.239877 z' id='path2598' /%3E%3Cpath fill='%233669a5' d='m 374.11088,49.378125 -1.31297,-1.355727 -2.07603,-1.556613 -2.07603,-1.556614 -3.35297,-1.651722 -3.35297,-1.651721 -2.09484,-0.914277 -2.09483,-0.914278 -1.86888,-1.235865 -1.86887,-1.235865 -1.22669,-1.289441 -1.22669,-1.289441 -0.69087,-1.118152 -0.69086,-1.118153 -0.66213,-2.284883 -0.66213,-2.284883 v -1.196068 -1.196067 l 1.91823,1.981108 1.91822,1.981109 1.68882,1.233398 1.68882,1.233398 2.67681,1.429658 2.6768,1.429658 3.83646,1.632245 3.83646,1.632245 1.71979,0.904219 1.7198,0.904218 1.74148,1.308864 1.74149,1.308863 0.71353,1.029618 0.71352,1.029617 0.15722,1.327424 0.15721,1.327424 -0.33385,1.028612 -0.33385,1.028612 -0.51046,0.727604 -0.51045,0.727604 h -0.32266 -0.32266 z' id='path2597' /%3E%3Cpath fill='%23cc0000' d='m 365.37417,56.85244 -1.30751,-0.721692 -2.24896,-1.608258 -2.24896,-1.608259 -1.62476,-1.452364 -1.62475,-1.452364 -1.32,-1.457584 -1.31999,-1.457584 -1.11301,-1.638971 -1.113,-1.63897 -0.76455,-1.6345 -0.76455,-1.6345 -0.17161,-0.926041 -0.17161,-0.926042 1.81892,1.761349 1.81891,1.761349 1.8872,1.207957 1.88719,1.207957 5.73631,2.788712 5.73631,2.788711 1.70306,1.661697 1.70306,1.661698 v 0.412821 0.41282 l -1.79186,1.191507 -1.79186,1.191506 -0.80324,0.415368 -0.80323,0.415368 z' id='path2596' /%3E%3C/g%3E%3C/svg%3E\")"
23
- }
24
- }
25
- }
26
- }
27
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "75px" },
6
+ "block-size": { "value": "75px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml, %3Csvg viewBox='0 0 38.931151 50.403125' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%0A%3E%3Cg id='g2598' transform='translate(-347.25738,-9.5911435)'%3E%3Cpath fill='%23ffffff' d='m 367.9824,59.559154 0.84676,-0.435116 1.45521,-0.996869 1.45521,-0.996869 2.229,-1.998541 2.229,-1.998542 1.93961,-2.19187 1.93961,-2.191869 1.41856,-2.116667 1.41857,-2.116667 1.32573,-2.645833 1.32572,-2.645833 0.31158,-1.455209 0.31159,-1.455208 -0.0807,-13.361459 -0.0807,-13.3614583 h -19.31459 -19.31458 l -0.0703,13.2291673 -0.0703,13.229167 0.67181,2.348415 0.67182,2.348415 1.5052,2.943252 1.5052,2.943251 0.88307,0.926042 0.88306,0.926042 1.80062,2.248958 1.80062,2.248958 1.95651,1.734738 1.95651,1.734738 1.05833,0.8297 1.05833,0.8297 1.57194,0.941291 1.57193,0.941292 h 0.49173 0.49172 z' id='path2595' /%3E%3Cpath fill='%23cc0000' d='m 381.73925,41.713313 -0.47432,-0.901335 -2.25004,-2.248959 -2.25004,-2.248958 -2.90951,-1.494507 -2.90951,-1.494506 -4.10105,-1.382335 -4.10104,-1.382335 -1.85208,-0.92938 -1.85209,-0.92938 -1.4552,-0.991711 -1.45521,-0.99171 -1.28041,-1.132337 -1.2804,-1.132336 -0.98167,-1.345773 -0.98167,-1.345774 -0.67822,-1.190625 -0.67823,-1.190625 -0.5518,-1.615315 -0.5518,-1.615316 -0.32152,-1.744972 -0.32153,-1.744971 0.34029,-0.410026 0.34029,-0.410025 h 1.76677 1.76677 l 0.3175,0.3175 0.3175,0.3175 v 1.089686 1.089686 l 0.39268,1.304793 0.39268,1.304793 0.58849,0.926042 0.5885,0.926042 0.20614,-1.956913 0.20614,-1.956913 0.46633,-0.950012 0.46633,-0.950012 0.87325,-0.581434 0.87325,-0.581434 1.37571,-0.164919 1.37571,-0.164919 3.43958,0.0814 3.43959,0.0814 v 0.396875 0.396875 l -1.25907,0.624492 -1.25908,0.624493 -1.38676,0.169257 -1.38676,0.169258 v 0.926041 0.926042 l 3.04271,0.06663 3.04271,0.06663 0.33586,-0.217711 0.33586,-0.217712 0.5189,-1.814511 0.51891,-1.81451 0.33586,-0.213173 0.33586,-0.213172 6.38375,-0.0041 6.38375,-0.0041 0.30654,0.369358 0.30654,0.369358 -0.0757,2.739496 -0.0757,2.739496 -0.79375,-0.05941 -0.79375,-0.05941 -2.25792,-0.172464 -2.25791,-0.172464 -1.38965,0.704188 -1.38964,0.704187 -0.51864,0.850605 -0.51864,0.850605 -9.9e-4,0.740743 -9.9e-4,0.740744 0.37094,0.717311 0.37093,0.717312 1.15042,0.658612 1.15042,0.658611 2.38125,-0.0724 2.38125,-0.0724 1.05833,-0.0599 1.05834,-0.05989 0.0737,3.815688 0.0737,3.815688 -0.2522,0.252195 -0.25219,0.252195 -1.98591,-0.826737 -1.98591,-0.826737 h -0.67985 -0.67986 v 0.246567 0.246566 l 0.79835,0.568476 0.79836,0.568476 1.01167,1.500062 1.01167,1.500061 0.43893,1.303904 0.43894,1.303903 v 0.971719 0.971719 l -0.30069,0.899378 -0.3007,0.899377 -0.21699,0.239877 -0.217,0.239877 z' id='path2598' /%3E%3Cpath fill='%233669a5' d='m 374.11088,49.378125 -1.31297,-1.355727 -2.07603,-1.556613 -2.07603,-1.556614 -3.35297,-1.651722 -3.35297,-1.651721 -2.09484,-0.914277 -2.09483,-0.914278 -1.86888,-1.235865 -1.86887,-1.235865 -1.22669,-1.289441 -1.22669,-1.289441 -0.69087,-1.118152 -0.69086,-1.118153 -0.66213,-2.284883 -0.66213,-2.284883 v -1.196068 -1.196067 l 1.91823,1.981108 1.91822,1.981109 1.68882,1.233398 1.68882,1.233398 2.67681,1.429658 2.6768,1.429658 3.83646,1.632245 3.83646,1.632245 1.71979,0.904219 1.7198,0.904218 1.74148,1.308864 1.74149,1.308863 0.71353,1.029618 0.71352,1.029617 0.15722,1.327424 0.15721,1.327424 -0.33385,1.028612 -0.33385,1.028612 -0.51046,0.727604 -0.51045,0.727604 h -0.32266 -0.32266 z' id='path2597' /%3E%3Cpath fill='%23cc0000' d='m 365.37417,56.85244 -1.30751,-0.721692 -2.24896,-1.608258 -2.24896,-1.608259 -1.62476,-1.452364 -1.62475,-1.452364 -1.32,-1.457584 -1.31999,-1.457584 -1.11301,-1.638971 -1.113,-1.63897 -0.76455,-1.6345 -0.76455,-1.6345 -0.17161,-0.926041 -0.17161,-0.926042 1.81892,1.761349 1.81891,1.761349 1.8872,1.207957 1.88719,1.207957 5.73631,2.788712 5.73631,2.788711 1.70306,1.661697 1.70306,1.661698 v 0.412821 0.41282 l -1.79186,1.191507 -1.79186,1.191506 -0.80324,0.415368 -0.80323,0.415368 z' id='path2596' /%3E%3C/g%3E%3C/svg%3E\")"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": { "value": "75px" },
13
+ "block-size": { "value": "75px" },
14
+ "background-image": {
15
+ "value": "url(\"data:image/svg+xml, %3Csvg viewBox='0 0 38.931151 50.403125' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%0A%3E%3Cg id='g2598' transform='translate(-347.25738,-9.5911435)'%3E%3Cpath fill='%23ffffff' d='m 367.9824,59.559154 0.84676,-0.435116 1.45521,-0.996869 1.45521,-0.996869 2.229,-1.998541 2.229,-1.998542 1.93961,-2.19187 1.93961,-2.191869 1.41856,-2.116667 1.41857,-2.116667 1.32573,-2.645833 1.32572,-2.645833 0.31158,-1.455209 0.31159,-1.455208 -0.0807,-13.361459 -0.0807,-13.3614583 h -19.31459 -19.31458 l -0.0703,13.2291673 -0.0703,13.229167 0.67181,2.348415 0.67182,2.348415 1.5052,2.943252 1.5052,2.943251 0.88307,0.926042 0.88306,0.926042 1.80062,2.248958 1.80062,2.248958 1.95651,1.734738 1.95651,1.734738 1.05833,0.8297 1.05833,0.8297 1.57194,0.941291 1.57193,0.941292 h 0.49173 0.49172 z' id='path2595' /%3E%3Cpath fill='%23cc0000' d='m 381.73925,41.713313 -0.47432,-0.901335 -2.25004,-2.248959 -2.25004,-2.248958 -2.90951,-1.494507 -2.90951,-1.494506 -4.10105,-1.382335 -4.10104,-1.382335 -1.85208,-0.92938 -1.85209,-0.92938 -1.4552,-0.991711 -1.45521,-0.99171 -1.28041,-1.132337 -1.2804,-1.132336 -0.98167,-1.345773 -0.98167,-1.345774 -0.67822,-1.190625 -0.67823,-1.190625 -0.5518,-1.615315 -0.5518,-1.615316 -0.32152,-1.744972 -0.32153,-1.744971 0.34029,-0.410026 0.34029,-0.410025 h 1.76677 1.76677 l 0.3175,0.3175 0.3175,0.3175 v 1.089686 1.089686 l 0.39268,1.304793 0.39268,1.304793 0.58849,0.926042 0.5885,0.926042 0.20614,-1.956913 0.20614,-1.956913 0.46633,-0.950012 0.46633,-0.950012 0.87325,-0.581434 0.87325,-0.581434 1.37571,-0.164919 1.37571,-0.164919 3.43958,0.0814 3.43959,0.0814 v 0.396875 0.396875 l -1.25907,0.624492 -1.25908,0.624493 -1.38676,0.169257 -1.38676,0.169258 v 0.926041 0.926042 l 3.04271,0.06663 3.04271,0.06663 0.33586,-0.217711 0.33586,-0.217712 0.5189,-1.814511 0.51891,-1.81451 0.33586,-0.213173 0.33586,-0.213172 6.38375,-0.0041 6.38375,-0.0041 0.30654,0.369358 0.30654,0.369358 -0.0757,2.739496 -0.0757,2.739496 -0.79375,-0.05941 -0.79375,-0.05941 -2.25792,-0.172464 -2.25791,-0.172464 -1.38965,0.704188 -1.38964,0.704187 -0.51864,0.850605 -0.51864,0.850605 -9.9e-4,0.740743 -9.9e-4,0.740744 0.37094,0.717311 0.37093,0.717312 1.15042,0.658612 1.15042,0.658611 2.38125,-0.0724 2.38125,-0.0724 1.05833,-0.0599 1.05834,-0.05989 0.0737,3.815688 0.0737,3.815688 -0.2522,0.252195 -0.25219,0.252195 -1.98591,-0.826737 -1.98591,-0.826737 h -0.67985 -0.67986 v 0.246567 0.246566 l 0.79835,0.568476 0.79836,0.568476 1.01167,1.500062 1.01167,1.500061 0.43893,1.303904 0.43894,1.303903 v 0.971719 0.971719 l -0.30069,0.899378 -0.3007,0.899377 -0.21699,0.239877 -0.217,0.239877 z' id='path2598' /%3E%3Cpath fill='%233669a5' d='m 374.11088,49.378125 -1.31297,-1.355727 -2.07603,-1.556613 -2.07603,-1.556614 -3.35297,-1.651722 -3.35297,-1.651721 -2.09484,-0.914277 -2.09483,-0.914278 -1.86888,-1.235865 -1.86887,-1.235865 -1.22669,-1.289441 -1.22669,-1.289441 -0.69087,-1.118152 -0.69086,-1.118153 -0.66213,-2.284883 -0.66213,-2.284883 v -1.196068 -1.196067 l 1.91823,1.981108 1.91822,1.981109 1.68882,1.233398 1.68882,1.233398 2.67681,1.429658 2.6768,1.429658 3.83646,1.632245 3.83646,1.632245 1.71979,0.904219 1.7198,0.904218 1.74148,1.308864 1.74149,1.308863 0.71353,1.029618 0.71352,1.029617 0.15722,1.327424 0.15721,1.327424 -0.33385,1.028612 -0.33385,1.028612 -0.51046,0.727604 -0.51045,0.727604 h -0.32266 -0.32266 z' id='path2597' /%3E%3Cpath fill='%23cc0000' d='m 365.37417,56.85244 -1.30751,-0.721692 -2.24896,-1.608258 -2.24896,-1.608259 -1.62476,-1.452364 -1.62475,-1.452364 -1.32,-1.457584 -1.31999,-1.457584 -1.11301,-1.638971 -1.113,-1.63897 -0.76455,-1.6345 -0.76455,-1.6345 -0.17161,-0.926041 -0.17161,-0.926042 1.81892,1.761349 1.81891,1.761349 1.8872,1.207957 1.88719,1.207957 5.73631,2.788712 5.73631,2.788711 1.70306,1.661697 1.70306,1.661698 v 0.412821 0.41282 l -1.79186,1.191507 -1.79186,1.191506 -0.80324,0.415368 -0.80323,0.415368 z' id='path2596' /%3E%3C/g%3E%3C/svg%3E\")"
16
+ }
17
+ },
18
+ "navbar": {
19
+ "inline-size": { "value": "50px" },
20
+ "block-size": { "value": "50px" },
21
+ "background-image": {
22
+ "value": "url(\"data:image/svg+xml, %3Csvg viewBox='0 0 38.931151 50.403125' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%0A%3E%3Cg id='g2598' transform='translate(-347.25738,-9.5911435)'%3E%3Cpath fill='%23ffffff' d='m 367.9824,59.559154 0.84676,-0.435116 1.45521,-0.996869 1.45521,-0.996869 2.229,-1.998541 2.229,-1.998542 1.93961,-2.19187 1.93961,-2.191869 1.41856,-2.116667 1.41857,-2.116667 1.32573,-2.645833 1.32572,-2.645833 0.31158,-1.455209 0.31159,-1.455208 -0.0807,-13.361459 -0.0807,-13.3614583 h -19.31459 -19.31458 l -0.0703,13.2291673 -0.0703,13.229167 0.67181,2.348415 0.67182,2.348415 1.5052,2.943252 1.5052,2.943251 0.88307,0.926042 0.88306,0.926042 1.80062,2.248958 1.80062,2.248958 1.95651,1.734738 1.95651,1.734738 1.05833,0.8297 1.05833,0.8297 1.57194,0.941291 1.57193,0.941292 h 0.49173 0.49172 z' id='path2595' /%3E%3Cpath fill='%23cc0000' d='m 381.73925,41.713313 -0.47432,-0.901335 -2.25004,-2.248959 -2.25004,-2.248958 -2.90951,-1.494507 -2.90951,-1.494506 -4.10105,-1.382335 -4.10104,-1.382335 -1.85208,-0.92938 -1.85209,-0.92938 -1.4552,-0.991711 -1.45521,-0.99171 -1.28041,-1.132337 -1.2804,-1.132336 -0.98167,-1.345773 -0.98167,-1.345774 -0.67822,-1.190625 -0.67823,-1.190625 -0.5518,-1.615315 -0.5518,-1.615316 -0.32152,-1.744972 -0.32153,-1.744971 0.34029,-0.410026 0.34029,-0.410025 h 1.76677 1.76677 l 0.3175,0.3175 0.3175,0.3175 v 1.089686 1.089686 l 0.39268,1.304793 0.39268,1.304793 0.58849,0.926042 0.5885,0.926042 0.20614,-1.956913 0.20614,-1.956913 0.46633,-0.950012 0.46633,-0.950012 0.87325,-0.581434 0.87325,-0.581434 1.37571,-0.164919 1.37571,-0.164919 3.43958,0.0814 3.43959,0.0814 v 0.396875 0.396875 l -1.25907,0.624492 -1.25908,0.624493 -1.38676,0.169257 -1.38676,0.169258 v 0.926041 0.926042 l 3.04271,0.06663 3.04271,0.06663 0.33586,-0.217711 0.33586,-0.217712 0.5189,-1.814511 0.51891,-1.81451 0.33586,-0.213173 0.33586,-0.213172 6.38375,-0.0041 6.38375,-0.0041 0.30654,0.369358 0.30654,0.369358 -0.0757,2.739496 -0.0757,2.739496 -0.79375,-0.05941 -0.79375,-0.05941 -2.25792,-0.172464 -2.25791,-0.172464 -1.38965,0.704188 -1.38964,0.704187 -0.51864,0.850605 -0.51864,0.850605 -9.9e-4,0.740743 -9.9e-4,0.740744 0.37094,0.717311 0.37093,0.717312 1.15042,0.658612 1.15042,0.658611 2.38125,-0.0724 2.38125,-0.0724 1.05833,-0.0599 1.05834,-0.05989 0.0737,3.815688 0.0737,3.815688 -0.2522,0.252195 -0.25219,0.252195 -1.98591,-0.826737 -1.98591,-0.826737 h -0.67985 -0.67986 v 0.246567 0.246566 l 0.79835,0.568476 0.79836,0.568476 1.01167,1.500062 1.01167,1.500061 0.43893,1.303904 0.43894,1.303903 v 0.971719 0.971719 l -0.30069,0.899378 -0.3007,0.899377 -0.21699,0.239877 -0.217,0.239877 z' id='path2598' /%3E%3Cpath fill='%233669a5' d='m 374.11088,49.378125 -1.31297,-1.355727 -2.07603,-1.556613 -2.07603,-1.556614 -3.35297,-1.651722 -3.35297,-1.651721 -2.09484,-0.914277 -2.09483,-0.914278 -1.86888,-1.235865 -1.86887,-1.235865 -1.22669,-1.289441 -1.22669,-1.289441 -0.69087,-1.118152 -0.69086,-1.118153 -0.66213,-2.284883 -0.66213,-2.284883 v -1.196068 -1.196067 l 1.91823,1.981108 1.91822,1.981109 1.68882,1.233398 1.68882,1.233398 2.67681,1.429658 2.6768,1.429658 3.83646,1.632245 3.83646,1.632245 1.71979,0.904219 1.7198,0.904218 1.74148,1.308864 1.74149,1.308863 0.71353,1.029618 0.71352,1.029617 0.15722,1.327424 0.15721,1.327424 -0.33385,1.028612 -0.33385,1.028612 -0.51046,0.727604 -0.51045,0.727604 h -0.32266 -0.32266 z' id='path2597' /%3E%3Cpath fill='%23cc0000' d='m 365.37417,56.85244 -1.30751,-0.721692 -2.24896,-1.608258 -2.24896,-1.608259 -1.62476,-1.452364 -1.62475,-1.452364 -1.32,-1.457584 -1.31999,-1.457584 -1.11301,-1.638971 -1.113,-1.63897 -0.76455,-1.6345 -0.76455,-1.6345 -0.17161,-0.926041 -0.17161,-0.926042 1.81892,1.761349 1.81891,1.761349 1.8872,1.207957 1.88719,1.207957 5.73631,2.788712 5.73631,2.788711 1.70306,1.661697 1.70306,1.661698 v 0.412821 0.41282 l -1.79186,1.191507 -1.79186,1.191506 -0.80324,0.415368 -0.80323,0.415368 z' id='path2596' /%3E%3C/g%3E%3C/svg%3E\")"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -1,95 +1,95 @@
1
- {
2
- "conduction": {
3
- "pagination": {
4
- "container": {
5
- "background-color": { "value": "unset" },
6
- "padding-inline-start": { "value": "0px" },
7
- "padding-inline-end": { "value": "0px" },
8
- "padding-block-start": { "value": "0px" },
9
- "padding-block-end": { "value": "0px" }
10
- },
11
- "item": {
12
- "gap": { "value": "{zuiddrecht.size.2xs}" },
13
- "color": { "value": "{zuiddrecht.color.black.0}" },
14
- "background-color": { "value": "{zuiddrecht.color.white.98}" },
15
- "padding-inline-start": { "value": "{zuiddrecht.size.xs}" },
16
- "padding-inline-end": { "value": "{zuiddrecht.size.xs}" },
17
- "padding-block-start": { "value": "{zuiddrecht.size.xs}" },
18
- "padding-block-end": { "value": "{zuiddrecht.size.xs}" },
19
- "font-size": { "value": "{utrecht.document.font-size}" },
20
- "font-weight": { "value": "{zuiddrecht.typography.weight-scale.normal.font-weight}" },
21
- "font-family": { "value": "{utrecht.document.font-family}" },
22
- "border-width": {},
23
- "border-style": {},
24
- "border-color": {},
25
- "border-bottom-width": {},
26
- "border-bottom-style": {},
27
- "border-bottom-color": {},
28
- "border-radius": { "value": "{zuiddrecht.size.2xs}" }
29
- },
30
- "navigation-button": {
31
- "color": { "value": "{zuiddrecht.color.white.100}" },
32
- "background-color": { "value": "{zuiddrecht.color.primary}" },
33
- "border-width": {},
34
- "border-style": {},
35
- "border-color": {},
36
- "border-bottom-width": {},
37
- "border-bottom-style": {},
38
- "border-bottom-color": {},
39
- "border-radius": {},
40
- "padding-inline-start": { "value": "{zuiddrecht.size.xs}" },
41
- "padding-inline-end": { "value": "{zuiddrecht.size.xs}" },
42
- "padding-block-start": { "value": "0px" },
43
- "padding-block-end": { "value": "0px" },
44
- "disabled": {
45
- "color": { "value": "{zuiddrecht.color.white.100}" },
46
- "background-color": { "value": "{zuiddrecht.color.grey.82}" },
47
- "border-width": {},
48
- "border-style": {},
49
- "border-color": {},
50
- "border-bottom-width": {},
51
- "border-bottom-style": {},
52
- "border-bottom-color": {},
53
- "border-radius": {}
54
- },
55
- "hover": {
56
- "color": { "value": "{zuiddrecht.color.white.100}" },
57
- "background-color": { "value": "{zuiddrecht.color.primary-hover}" },
58
- "border-width": {},
59
- "border-style": {},
60
- "border-color": {},
61
- "border-bottom-width": {},
62
- "border-bottom-style": {},
63
- "border-bottom-color": {},
64
- "border-radius": {}
65
- }
66
- },
67
- "current-page": {
68
- "color": { "value": "{zuiddrecht.color.white.100}" },
69
- "background-color": { "value": "{zuiddrecht.color.primary}" },
70
- "font-weight": { "value": "{zuiddrecht.typography.weight-scale.bold.font-weight}" },
71
- "text-decoration": { "value": "unset" },
72
- "border-width": {},
73
- "border-style": {},
74
- "border-color": {},
75
- "border-bottom-width": {},
76
- "border-bottom-style": {},
77
- "border-bottom-color": {}
78
- },
79
- "page": {
80
- "hover": {
81
- "color": { "value": "{zuiddrecht.color.primary}" },
82
- "background-color": { "value": "{zuiddrecht.color.white.98}" },
83
- "text-decoration": { "value": "unset" },
84
- "text-decoration-thickness": { "value": "0px" },
85
- "border-width": {},
86
- "border-style": {},
87
- "border-color": {},
88
- "border-bottom-width": {},
89
- "border-bottom-style": {},
90
- "border-bottom-color": {}
91
- }
92
- }
93
- }
94
- }
95
- }
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container": {
5
+ "background-color": { "value": "unset" },
6
+ "padding-inline-start": { "value": "0px" },
7
+ "padding-inline-end": { "value": "0px" },
8
+ "padding-block-start": { "value": "0px" },
9
+ "padding-block-end": { "value": "0px" }
10
+ },
11
+ "item": {
12
+ "gap": { "value": "{zuiddrecht.size.2xs}" },
13
+ "color": { "value": "{zuiddrecht.color.black.0}" },
14
+ "background-color": { "value": "{zuiddrecht.color.white.98}" },
15
+ "padding-inline-start": { "value": "{zuiddrecht.size.xs}" },
16
+ "padding-inline-end": { "value": "{zuiddrecht.size.xs}" },
17
+ "padding-block-start": { "value": "{zuiddrecht.size.xs}" },
18
+ "padding-block-end": { "value": "{zuiddrecht.size.xs}" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{zuiddrecht.typography.weight-scale.normal.font-weight}" },
21
+ "font-family": { "value": "{utrecht.document.font-family}" },
22
+ "border-width": {},
23
+ "border-style": {},
24
+ "border-color": {},
25
+ "border-bottom-width": {},
26
+ "border-bottom-style": {},
27
+ "border-bottom-color": {},
28
+ "border-radius": { "value": "{zuiddrecht.size.2xs}" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{zuiddrecht.color.white.100}" },
32
+ "background-color": { "value": "{zuiddrecht.color.primary}" },
33
+ "border-width": {},
34
+ "border-style": {},
35
+ "border-color": {},
36
+ "border-bottom-width": {},
37
+ "border-bottom-style": {},
38
+ "border-bottom-color": {},
39
+ "border-radius": {},
40
+ "padding-inline-start": { "value": "{zuiddrecht.size.xs}" },
41
+ "padding-inline-end": { "value": "{zuiddrecht.size.xs}" },
42
+ "padding-block-start": { "value": "0px" },
43
+ "padding-block-end": { "value": "0px" },
44
+ "disabled": {
45
+ "color": { "value": "{zuiddrecht.color.white.100}" },
46
+ "background-color": { "value": "{zuiddrecht.color.grey.82}" },
47
+ "border-width": {},
48
+ "border-style": {},
49
+ "border-color": {},
50
+ "border-bottom-width": {},
51
+ "border-bottom-style": {},
52
+ "border-bottom-color": {},
53
+ "border-radius": {}
54
+ },
55
+ "hover": {
56
+ "color": { "value": "{zuiddrecht.color.white.100}" },
57
+ "background-color": { "value": "{zuiddrecht.color.primary-hover}" },
58
+ "border-width": {},
59
+ "border-style": {},
60
+ "border-color": {},
61
+ "border-bottom-width": {},
62
+ "border-bottom-style": {},
63
+ "border-bottom-color": {},
64
+ "border-radius": {}
65
+ }
66
+ },
67
+ "current-page": {
68
+ "color": { "value": "{zuiddrecht.color.white.100}" },
69
+ "background-color": { "value": "{zuiddrecht.color.primary}" },
70
+ "font-weight": { "value": "{zuiddrecht.typography.weight-scale.bold.font-weight}" },
71
+ "text-decoration": { "value": "unset" },
72
+ "border-width": {},
73
+ "border-style": {},
74
+ "border-color": {},
75
+ "border-bottom-width": {},
76
+ "border-bottom-style": {},
77
+ "border-bottom-color": {}
78
+ },
79
+ "page": {
80
+ "hover": {
81
+ "color": { "value": "{zuiddrecht.color.primary}" },
82
+ "background-color": { "value": "{zuiddrecht.color.white.98}" },
83
+ "text-decoration": { "value": "unset" },
84
+ "text-decoration-thickness": { "value": "0px" },
85
+ "border-width": {},
86
+ "border-style": {},
87
+ "border-color": {},
88
+ "border-bottom-width": {},
89
+ "border-bottom-style": {},
90
+ "border-bottom-color": {}
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
@@ -1,15 +1,15 @@
1
- {
2
- "utrecht": {
3
- "badge": {
4
- "background-color": { "value": "{zuiddrecht.color.grey.30} " },
5
- "border-radius": { "value": "0" },
6
- "color": { "value": "{zuiddrecht.color.white.100} " },
7
- "font-size": { "value": "{zuiddrecht.typography.scale.sm.font-size}" },
8
- "font-weight": { "value": "{zuiddrecht.typography.font-style.normal}" },
9
- "line-height": {},
10
- "padding-block": { "value": "{utrecht.space.block.xs}" },
11
- "padding-inline": { "value": "{utrecht.space.inline.sm}" },
12
- "text-transform": {}
13
- }
14
- }
15
- }
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{zuiddrecht.color.grey.30} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{zuiddrecht.color.white.100} " },
7
+ "font-size": { "value": "{zuiddrecht.typography.scale.sm.font-size}" },
8
+ "font-weight": { "value": "{zuiddrecht.typography.font-style.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{utrecht.space.block.xs}" },
11
+ "padding-inline": { "value": "{utrecht.space.inline.sm}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }