@conduction/theme 1.1.55 → 1.1.56

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 (277) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +2 -2
  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/bct-design-tokens/documentation/color.stories.mdx +17 -17
  12. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  13. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  14. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  15. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  16. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  17. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  18. package/municipalities/bct-design-tokens/src/font.js +8 -8
  19. package/municipalities/buren-design-tokens/LICENSE.md +17 -0
  20. package/municipalities/buren-design-tokens/README.md +3 -0
  21. package/municipalities/buren-design-tokens/documentation/color.stories.mdx +17 -0
  22. package/municipalities/buren-design-tokens/documentation/components.stories.mdx +11 -0
  23. package/municipalities/buren-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  24. package/municipalities/buren-design-tokens/documentation/readme.stories.mdx +7 -0
  25. package/municipalities/buren-design-tokens/package.json +41 -0
  26. package/municipalities/buren-design-tokens/src/brand/buren/color.tokens.json +141 -0
  27. package/municipalities/buren-design-tokens/src/brand/buren/font-size.tokens.json +50 -0
  28. package/municipalities/buren-design-tokens/src/brand/buren/size.tokens.json +17 -0
  29. package/municipalities/buren-design-tokens/src/brand/buren/typography.tokens.json +40 -0
  30. package/municipalities/buren-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  31. package/municipalities/buren-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  32. package/municipalities/buren-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  33. package/municipalities/buren-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  34. package/municipalities/buren-design-tokens/src/component/conduction/logo.tokens.json +39 -0
  35. package/municipalities/buren-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  36. package/municipalities/buren-design-tokens/src/component/conduction/pagination.tokens.json +97 -0
  37. package/municipalities/buren-design-tokens/src/component/conduction/select.tokens.json +39 -0
  38. package/municipalities/buren-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  39. package/municipalities/buren-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  40. package/municipalities/buren-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  41. package/municipalities/buren-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  42. package/municipalities/buren-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  43. package/municipalities/buren-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  44. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  45. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  46. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  47. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  48. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  49. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  50. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  51. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  52. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  53. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  54. package/municipalities/buren-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  55. package/municipalities/buren-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  56. package/municipalities/buren-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  57. package/municipalities/buren-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  58. package/municipalities/buren-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  59. package/municipalities/buren-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  60. package/municipalities/buren-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  61. package/municipalities/buren-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  62. package/municipalities/buren-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  63. package/municipalities/buren-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  64. package/municipalities/buren-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  65. package/municipalities/buren-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  66. package/municipalities/buren-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  67. package/municipalities/buren-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  68. package/municipalities/buren-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  69. package/municipalities/buren-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  70. package/municipalities/buren-design-tokens/src/component/utrecht/textbox.tokens.json +32 -0
  71. package/municipalities/buren-design-tokens/src/config.json +73 -0
  72. package/municipalities/buren-design-tokens/src/font.scss +80 -0
  73. package/municipalities/buren-design-tokens/src/index.scss +8 -0
  74. package/municipalities/buren-design-tokens/style-dictionary.config.js +6 -0
  75. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  76. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  77. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  78. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  79. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  80. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  81. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  82. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  83. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  84. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  85. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  86. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  87. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  88. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  89. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  90. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  91. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  92. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  93. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  94. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  95. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  96. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  97. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  98. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  99. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  100. package/municipalities/epe-design-tokens/src/font.js +6 -6
  101. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  102. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  103. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  104. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  105. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  106. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  107. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  108. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  109. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  110. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  111. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  112. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  113. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  114. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  115. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  116. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  117. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  118. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  119. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  120. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  121. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  122. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  123. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  124. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  125. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  126. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  127. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  128. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  129. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  130. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  131. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  132. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  133. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  134. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  135. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  136. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  137. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  138. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  139. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  140. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  141. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  142. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  143. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  144. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  145. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  146. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  147. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  148. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  149. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  150. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  151. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  152. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  153. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  154. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  155. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  156. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  157. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  158. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  159. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  160. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  161. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  162. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  163. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  164. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  165. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  166. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  167. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  168. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  169. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  170. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  171. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  172. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  173. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  174. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  175. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  176. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  177. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  178. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  179. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  180. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  181. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  182. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  183. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  184. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  185. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  186. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  187. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  188. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  189. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  190. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  191. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  192. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  193. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  194. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  195. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  196. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  197. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  198. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  199. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  200. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  201. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  202. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  203. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  204. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  205. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  206. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  207. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  208. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  209. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  210. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  211. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  212. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  213. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  214. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  215. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  216. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  217. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  218. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  219. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  220. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  221. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  222. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  223. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  224. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  225. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  226. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  227. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  228. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  229. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  230. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  231. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  232. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  233. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  234. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  235. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  236. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  237. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  238. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  239. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  240. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  241. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  242. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  243. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  244. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  245. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  246. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  247. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  248. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  249. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  250. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  251. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  252. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  253. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  254. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  255. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  256. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  257. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  258. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  259. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  260. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  261. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  262. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  263. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  264. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  265. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  266. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  267. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  268. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  269. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  270. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  271. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  272. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  273. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  274. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  275. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  276. package/package.json +3 -2
  277. package/publiccode.yaml +83 -83
@@ -0,0 +1,152 @@
1
+ {
2
+ "utrecht": {
3
+ "button": {
4
+ "background-color": { "value": "{buren.color.primary}" },
5
+ "border-color": { "value": "{buren.color.primary}" },
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": {},
8
+ "color": { "value": "{buren.color.white.100}" },
9
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
10
+ "font-size": { "value": "{buren.font-size.md}" },
11
+ "font-weight": { "value": "inherit" },
12
+ "inline-size": {},
13
+ "letter-spacing": {},
14
+ "line-height": { "value": "1.7" },
15
+ "min-block-size": {},
16
+ "min-inline-size": {},
17
+ "padding-block-start": { "value": ".9rem" },
18
+ "padding-block-end": { "value": ".9rem" },
19
+ "padding-inline-start": { "value": "1.2rem" },
20
+ "padding-inline-end": { "value": "1.2rem" },
21
+ "text-transform": {},
22
+ "active": {
23
+ "background-color": { "value": "{buren.color.primary}" },
24
+ "border-color": { "value": "{buren.color.primary}" },
25
+ "color": { "value": "{buren.color.white.100}" }
26
+ },
27
+ "icon": {
28
+ "gap": { "value": "{buren.size.xs}" },
29
+ "size": {}
30
+ },
31
+ "disabled": {
32
+ "background-color": { "value": "{buren.color.grey.82}" },
33
+ "border-color": { "value": "{buren.color.grey.82}" },
34
+ "color": { "value": "{buren.color.grey.50}" }
35
+ },
36
+ "focus": {
37
+ "background-color": { "value": "{buren.color.primary-hover}" },
38
+ "border-color": { "value": "{buren.color.primary-hover}" },
39
+ "color": {},
40
+ "scale": {}
41
+ },
42
+ "hover": {
43
+ "background-color": { "value": "{buren.color.primary-hover}" },
44
+ "border-color": { "value": "{buren.color.primary-hover}" },
45
+ "color": { "value": "{buren.color.white.100}" },
46
+ "scale": {}
47
+ },
48
+ "pressed": {
49
+ "background-color": {},
50
+ "border-color": {},
51
+ "color": {}
52
+ },
53
+ "primary-action": {
54
+ "background-color": { "value": "{buren.color.primary}" },
55
+ "border-color": {},
56
+ "border-width": {},
57
+ "color": { "value": "{buren.color.white.100}" },
58
+ "font-weight": { "value": "inherit" },
59
+ "active": {
60
+ "background-color": { "value": "{buren.color.primary}" },
61
+ "border-color": {},
62
+ "color": {}
63
+ },
64
+ "disabled": {
65
+ "background-color": { "value": "{buren.color.grey.82}" },
66
+ "border-color": { "value": "{buren.color.grey.82}" },
67
+ "color": { "value": "{buren.color.grey.50}" }
68
+ },
69
+ "hover": {
70
+ "background-color": { "value": "{buren.color.primary-hover}" },
71
+ "border-color": { "value": "{buren.color.primary-hover}" },
72
+ "color": { "value": "{buren.color.white.100}" },
73
+ "scale": {}
74
+ },
75
+ "focus": {
76
+ "background-color": {},
77
+ "border-color": {},
78
+ "color": {}
79
+ },
80
+ "pressed": {
81
+ "background-color": {},
82
+ "border-color": {},
83
+ "color": {}
84
+ }
85
+ },
86
+ "secondary-action": {
87
+ "background-color": { "value": "{buren.color.white.100}" },
88
+ "border-color": {},
89
+ "border-width": {},
90
+ "color": { "value": "{buren.color.black.0}" },
91
+ "font-weight": { "value": "{buren.typography.font-weight.normal}" },
92
+ "active": {
93
+ "background-color": { "value": "{buren.color.white.100}" },
94
+ "border-color": {},
95
+ "color": {}
96
+ },
97
+ "disabled": {
98
+ "background-color": { "value": "{buren.color.grey.82}" },
99
+ "border-color": { "value": "{buren.color.grey.82}" },
100
+ "color": { "value": "{buren.color.grey.50}" }
101
+ },
102
+ "hover": {
103
+ "background-color": { "value": "{buren.color.lightgrey.93}" },
104
+ "border-color": { "value": "{buren.color.lightgrey.93}" },
105
+ "color": { "value": "{buren.color.black.0}" }
106
+ },
107
+ "focus": {
108
+ "background-color": { "value": "{buren.color.white.100}" },
109
+ "border-color": {},
110
+ "color": {}
111
+ },
112
+ "pressed": {
113
+ "background-color": { "value": "{buren.color.white.100}" },
114
+ "border-color": {},
115
+ "color": {}
116
+ }
117
+ },
118
+ "subtle": {
119
+ "background-color": { "value": "{buren.color.primary}" },
120
+ "border-color": { "value": "{buren.color.primary}" },
121
+ "border-width": {},
122
+ "color": {},
123
+ "font-weight": {},
124
+ "active": {
125
+ "background-color": {},
126
+ "border-color": {},
127
+ "color": {}
128
+ },
129
+ "disabled": {
130
+ "background-color": { "value": "{buren.color.grey.82}" },
131
+ "border-color": { "value": "{buren.color.grey.82}" },
132
+ "color": { "value": "{buren.color.grey.50}" }
133
+ },
134
+ "hover": {
135
+ "background-color": { "value": "{buren.color.primary-hover}" },
136
+ "border-color": { "value": "{buren.color.primary-hover}" },
137
+ "color": { "value": "{buren.color.white.100}" }
138
+ },
139
+ "focus": {
140
+ "background-color": {},
141
+ "border-color": {},
142
+ "color": {}
143
+ },
144
+ "pressed": {
145
+ "background-color": {},
146
+ "border-color": {},
147
+ "color": {}
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "code": {
4
+ "background-color": { "value": "{buren.color.lightgrey.96}" },
5
+ "color": { "value": "{buren.color.black.0}" },
6
+ "font-family": { "value": "{buren.typography.monospace.font-family}" },
7
+ "font-size": { "value": "inherit" },
8
+ "line-height": {}
9
+ },
10
+ "code-block": {
11
+ "background-color": { "value": "{buren.color.lightgrey.96}" },
12
+ "color": { "value": "{buren.color.black.0}" },
13
+ "font-family": { "value": "{buren.typography.monospace.font-family}" },
14
+ "font-size": { "value": "{buren.font-size.md}" },
15
+ "line-height": { "value": "{buren.size.lg}" },
16
+ "margin-block-start": { "value": "{buren.size.md}" },
17
+ "margin-block-end": { "value": "{buren.size.md}" },
18
+ "margin-inline-start": { "value": 0 },
19
+ "margin-inline-end": { "value": 0 },
20
+ "padding-block-start": { "value": "{buren.size.md}" },
21
+ "padding-block-end": { "value": "{buren.size.md}" },
22
+ "padding-inline-start": { "value": "{buren.size.md}" },
23
+ "padding-inline-end": { "value": "{buren.size.md}" }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "document": {
4
+ "background-color": { "value": "{buren.color.grey.95}" },
5
+ "color": { "value": "{buren.color.grey.20}" },
6
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
7
+ "font-size": { "value": "{buren.font-size.md}" },
8
+ "font-weight": {},
9
+ "line-height": { "value": "1.7" }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "alert": {
4
+ "icon": {
5
+ "gap": { "value": "{buren.size.xs}" }
6
+ }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "form-field": {
4
+ "description": {
5
+ "valid-color": { "value": "{buren.color.succes}" },
6
+ "warning-color": { "value": "{buren.color.warning}" },
7
+ "invalid-color": { "value": "{buren.color.error}" },
8
+ "margin-block-end": { "value": "12px" },
9
+ "margin-block-start": { "value": "12px" }
10
+ }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "background-color": { "value": "{buren.color.white.100}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{buren.color.grey.46}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": { "value": "{buren.color.grey.90}" }
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{buren.color.white.100}" },
14
+ "border-color": { "value": "{buren.color.red.85}" },
15
+ "color": {}
16
+ },
17
+ "invalid": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "read-only": {
22
+ "background-color": { "value": "{buren.color.grey.95}" }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "gap": { "value": "{buren.size.xs}" }
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "link": {
4
+ "hover": {
5
+ "font-weight": {},
6
+ "text-decoration-color": {}
7
+ }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "font-size": { "value": "{buren.font-size.md}" },
5
+ "font-family": {},
6
+ "min-height": {},
7
+ "logo": {
8
+ "max-height": { "value": "100px" },
9
+ "max-width": { "value": "100px" }
10
+ },
11
+ "background-size": {},
12
+ "background-position": {},
13
+ "mobile": {
14
+ "background-position": {}
15
+ },
16
+ "icon": {
17
+ "color": {}
18
+ },
19
+ "heading": {
20
+ "color": {},
21
+ "font-family": {}
22
+ },
23
+ "link": {
24
+ "color": { "value": "{buren.color.grey.20}" },
25
+ "text-decoration": { "value": "" },
26
+ "text-decoration-color": {},
27
+ "text-decoration-thickness": { "value": "" },
28
+ "text-underline-offset": { "value": "" },
29
+ "hover": {
30
+ "color": { "value": "{buren.color.primary}" },
31
+ "text-decoration": { "value": "" },
32
+ "text-decoration-thickness": { "value": "" },
33
+ "font-weight": {}
34
+ }
35
+ }
36
+ }
37
+ }
38
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "logo": {
5
+ "max-height": {},
6
+ "max-width": { "value": "150px" }
7
+ },
8
+ "border-block-start": {},
9
+ "border-block-end": { "value": "{buren.size.3xs} solid {buren.color.grey.90}" },
10
+ "border-inline-start": {},
11
+ "border-inline-end": {},
12
+ "display": { "value": "block" }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "skip-link": {
4
+ "font-weight": { "value": "{buren.typography.font-weight.bold}" },
5
+ "font-size": { "value": "{buren.font-size.md}" },
6
+ "outline-style": { "value": "none" },
7
+ "outline-color": {},
8
+ "border-radius": { "value": "3px" },
9
+ "focus": {
10
+ "text-decoration": { "value": "{utrecht.skip-link.text-decoration}" }
11
+ },
12
+ "inset-block-start": {},
13
+ "inset-inline-start": {},
14
+ "box-shadow-width": {},
15
+ "border-width": {},
16
+ "border-style": {},
17
+ "border-color": {},
18
+ "border-bottom-width": {},
19
+ "border-bottom-style": {},
20
+ "border-bottom-color": {},
21
+ "width": {}
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "border-collapse": { "value": "collapse" },
5
+ "background-color": { "value": "{buren.color.white.100}" },
6
+ "header": {
7
+ "border-block-end-color": { "value": "{buren.color.grey.82}" },
8
+ "border-block-end-width": { "value": "{buren.size.4xs}" },
9
+ "font-family": {}
10
+ },
11
+ "header-cell": {
12
+ "border-inline-end-width": { "value": "{buren.size.4xs}" },
13
+ "border-inline-end-style": { "value": "solid" },
14
+ "border-inline-end-color": { "value": "{buren.color.grey.58}" }
15
+ },
16
+ "cell": {
17
+ "border-inline-end-width": { "value": "{buren.size.4xs}" },
18
+ "border-inline-end-style": { "value": "solid" },
19
+ "border-inline-end-color": { "value": "{buren.color.grey.58}" }
20
+ },
21
+ "row": {
22
+ "hover": {
23
+ "background-color": {},
24
+ "color": {}
25
+ }
26
+ },
27
+ "body": {
28
+ "border": { "value": "{buren.size.4xs} solid {buren.color.grey.58}" },
29
+ "border-block-end-color": { "value": "{buren.color.grey.58}" },
30
+ "border-block-end-width": { "value": "{buren.size.4xs}" }
31
+ },
32
+ "caption": {
33
+ "font-style": {}
34
+ }
35
+ }
36
+ }
37
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "background-color": { "value": "{buren.color.white.100}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{buren.color.grey.46}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": { "value": "{buren.color.grey.90}" }
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{buren.color.white.100}" },
14
+ "border-color": { "value": "{buren.color.primary}" },
15
+ "color": {}
16
+ },
17
+ "invalid": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "read-only": {
22
+ "background-color": { "value": "{buren.color.grey.95}" }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "focus": {
4
+ "background-color": { "value": "{buren.color.grey.20}" },
5
+ "color": { "value": "{buren.color.grey.20}" },
6
+ "outline-color": { "value": "{buren.color.blue.40}" },
7
+ "outline-offset": { "value": "2px" },
8
+ "outline-style": {},
9
+ "outline-width": { "value": "2px" },
10
+ "inverse": {
11
+ "outline-color": { "value": "{buren.color.blue.40}" }
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "utrecht": {
3
+ "form-field": {
4
+ "margin-block-start": { "value": "13px" },
5
+ "margin-block-end": { "value": "{buren.size.2xs}" },
6
+ "max-inline-size": {},
7
+ "invalid": {
8
+ "border-inline-start-color": { "value": "{buren.color.error}" },
9
+ "border-inline-start-width": { "value": "3px" },
10
+ "padding-inline-start": { "value": "12px" }
11
+ },
12
+ "label": {
13
+ "margin-block-end": {}
14
+ }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{buren.color.grey.48}" },
6
+ "border-radius": { "value": "1px" },
7
+ "border-width": { "value": "{buren.size.4xs}" },
8
+ "color": { "value": "{buren.color.grey.29}" },
9
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
10
+ "font-size": {
11
+ "value": "0.938rem",
12
+ "comment": "15px"
13
+ },
14
+ "min-inline-height": {},
15
+ "max-inline-size": {},
16
+ "padding-block-end": { "value": "8px" },
17
+ "padding-block-start": { "value": "8px" },
18
+ "padding-inline-end": { "value": "12px" },
19
+ "padding-inline-start": { "value": "12px" },
20
+ "disabled": {
21
+ "border-color": { "value": "{buren.color.grey.93}" },
22
+ "color": {}
23
+ },
24
+ "invalid": {
25
+ "border-color": { "value": "{buren.color.error}" },
26
+ "border-width": { "value": "{buren.size.4xs}" }
27
+ },
28
+ "read-only": {
29
+ "border-color": { "value": "{buren.color.grey.93}" },
30
+ "color": {}
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "utrecht": {
3
+ "heading-1": {
4
+ "color": {},
5
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
6
+ "font-size": { "value": "{buren.font-size.2xl}" },
7
+ "font-weight": { "value": "{buren.typography.font-weight.bold}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": "{buren.size.2xl}" },
10
+ "margin-block-start": { "value": "{buren.size.md}" }
11
+ },
12
+ "heading-2": {
13
+ "color": {},
14
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
15
+ "font-size": { "value": "{buren.font-size.xl}" },
16
+ "font-weight": { "value": "{buren.typography.font-weight.bold}" },
17
+ "line-height": {},
18
+ "margin-block-end": { "value": "{buren.size.2xl}" },
19
+ "margin-block-start": { "value": "{buren.size.md}" }
20
+ },
21
+ "heading-3": {
22
+ "color": {},
23
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
24
+ "font-size": { "value": "{buren.font-size.lg}" },
25
+ "font-weight": { "value": "{buren.typography.font-weight.bold}" },
26
+ "line-height": {},
27
+ "margin-block-end": { "value": "{buren.size.xl}" },
28
+ "margin-block-start": { "value": "{buren.size.md}" }
29
+ },
30
+ "heading-4": {
31
+ "color": {},
32
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
33
+ "font-size": { "value": "{buren.font-size.md}" },
34
+ "font-weight": { "value": "{buren.typography.font-weight.bold}" },
35
+ "line-height": {},
36
+ "margin-block-end": { "value": "{buren.size.lg}" },
37
+ "margin-block-start": { "value": "{buren.size.md}" }
38
+ },
39
+ "heading-5": {
40
+ "color": {},
41
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
42
+ "font-size": { "value": "{buren.font-size.md}" },
43
+ "font-weight": { "value": "{buren.typography.font-weight.bold}" },
44
+ "line-height": {},
45
+ "margin-block-end": { "value": "{buren.size.lg}" },
46
+ "margin-block-start": { "value": "{buren.size.md}" }
47
+ }
48
+ }
49
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "color": { "value": "{buren.color.primary}" },
5
+ "size": {},
6
+ "inset-block-start": {},
7
+ "baseline": {
8
+ "inset-block-start": {}
9
+ }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "utrecht": {
3
+ "link": {
4
+ "color": { "value": "{buren.color.primary}" },
5
+ "text-decoration": { "value": "underline" },
6
+ "text-decoration-color": {},
7
+ "text-decoration-thickness": { "value": "{buren.size.4xs}" },
8
+ "text-underline-offset": { "value": "{buren.size.4xs}" },
9
+ "active": {
10
+ "color": {}
11
+ },
12
+ "focus": {
13
+ "color": {},
14
+ "text-decoration": { "value": "none" },
15
+ "text-decoration-thickness": {}
16
+ },
17
+ "hover": {
18
+ "color": { "value": "{buren.color.red.25}" },
19
+ "text-decoration": { "value": "underline" },
20
+ "text-decoration-thickness": { "value": "{buren.size.4xs}" }
21
+ },
22
+ "placeholder": {
23
+ "color": {}
24
+ },
25
+ "visited": {
26
+ "color": { "value": "{buren.color.primary}" }
27
+ },
28
+ "icon": {
29
+ "size": { "value": "{buren.size.md}" }
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "utrecht": {
3
+ "ordered-list": {
4
+ "font-size": { "value": "{utrecht.document.font-size}" },
5
+ "line-height": { "value": "{utrecht.document.line-height}" },
6
+ "margin-block-start": { "value": "{buren.size.sm}" },
7
+ "margin-block-end": { "value": "{buren.size.sm}" },
8
+ "padding-inline-start": { "value": "{buren.size.xl}" },
9
+ "item": {
10
+ "margin-block-start": { "value": "" },
11
+ "margin-block-end": { "value": "" },
12
+ "padding-inline-start": { "value": "1ch" }
13
+ }
14
+ },
15
+ "unordered-list": {
16
+ "font-size": { "value": "{utrecht.document.font-size}" },
17
+ "line-height": {},
18
+ "margin-block-start": { "value": "{buren.size.md}" },
19
+ "margin-block-end": { "value": 0 },
20
+ "padding-inline-start": { "value": "1.2em" },
21
+ "item": {
22
+ "margin-block-start": { "value": "" },
23
+ "margin-block-end": { "value": "" },
24
+ "padding-inline-start": { "value": "1ch" }
25
+ },
26
+ "marker": {
27
+ "color": { "value": "{utrecht.document.color}" }
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "background-color": { "value": "{buren.color.white.100}" },
5
+ "background-image": { "value": "unset" },
6
+ "color": { "value": "{buren.color.grey.20}" },
7
+ "padding-inline-end": { "value": "122.5px" },
8
+ "padding-inline-start": { "value": "122.5px" },
9
+ "padding-block-end": { "value": "48px" },
10
+ "padding-block-start": { "value": "80px" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "background-color": { "value": "{buren.color.white.100}" },
5
+ "color": { "value": "{buren.color.grey.20}" },
6
+ "padding-block-start": { "value": "" },
7
+ "padding-block-end": { "value": "" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page": {
4
+ "background-color": { "value": "{buren.color.grey.93}" },
5
+ "color": {},
6
+ "margin-inline-start": { "value": "16px" },
7
+ "margin-inline-end": { "value": "16px" },
8
+ "max-inline-size": { "value": "1140px" }
9
+ }
10
+ }
11
+ }