@conduction/theme 1.1.52 → 1.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (737) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +199 -198
  4. package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
  5. package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
  6. package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  7. package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
  8. package/conduction-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  9. package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  10. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  11. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  12. package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  13. package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  14. package/conduction-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  15. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  16. package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  17. package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  18. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  19. package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  20. package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  21. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  22. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -17
  23. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -11
  24. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  25. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -7
  26. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +44 -44
  27. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  28. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  29. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  30. package/municipalities/bct-design-tokens/LICENSE.md +17 -17
  31. package/municipalities/bct-design-tokens/README.md +3 -3
  32. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  33. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  34. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  35. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  36. package/municipalities/bct-design-tokens/package.json +40 -40
  37. package/municipalities/bct-design-tokens/src/brand/bct/color.tokens.json +137 -137
  38. package/municipalities/bct-design-tokens/src/brand/bct/font-size.tokens.json +50 -50
  39. package/municipalities/bct-design-tokens/src/brand/bct/size.tokens.json +17 -17
  40. package/municipalities/bct-design-tokens/src/brand/bct/typography.tokens.json +45 -45
  41. package/municipalities/bct-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  42. package/municipalities/bct-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  43. package/municipalities/bct-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  44. package/municipalities/bct-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  45. package/municipalities/bct-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  46. package/municipalities/bct-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  47. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  48. package/municipalities/bct-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  49. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  50. package/municipalities/bct-design-tokens/src/component/conduction/select.tokens.json +39 -39
  51. package/municipalities/bct-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  52. package/municipalities/bct-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  53. package/municipalities/bct-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  54. package/municipalities/bct-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  55. package/municipalities/bct-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  56. package/municipalities/bct-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  57. package/municipalities/bct-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  58. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  59. package/municipalities/bct-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  60. package/municipalities/bct-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  61. package/municipalities/bct-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  62. package/municipalities/bct-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  63. package/municipalities/bct-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  64. package/municipalities/bct-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  65. package/municipalities/bct-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  66. package/municipalities/bct-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  67. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  68. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  69. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  70. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  71. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  72. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  73. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  74. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  75. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  76. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  77. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  78. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  79. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  80. package/municipalities/bct-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  81. package/municipalities/bct-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  82. package/municipalities/bct-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  83. package/municipalities/bct-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  84. package/municipalities/bct-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  85. package/municipalities/bct-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  86. package/municipalities/bct-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  87. package/municipalities/bct-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  88. package/municipalities/bct-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  89. package/municipalities/bct-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  90. package/municipalities/bct-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  91. package/municipalities/bct-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  92. package/municipalities/bct-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  93. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  94. package/municipalities/bct-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  95. package/municipalities/bct-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  96. package/municipalities/bct-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  97. package/municipalities/bct-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  98. package/municipalities/bct-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  99. package/municipalities/bct-design-tokens/src/config.json +73 -73
  100. package/municipalities/bct-design-tokens/src/font.js +8 -8
  101. package/municipalities/bct-design-tokens/src/font.scss +385 -385
  102. package/municipalities/bct-design-tokens/src/index.scss +8 -8
  103. package/municipalities/bct-design-tokens/style-dictionary.config.js +6 -6
  104. package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -17
  105. package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -11
  106. package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  107. package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -7
  108. package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  109. package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  110. package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -35
  111. package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -96
  112. package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  113. package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  114. package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  115. package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  116. package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  117. package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  118. package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  119. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  120. package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  121. package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  122. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  123. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  124. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  125. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  126. package/municipalities/dimpact-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  127. package/municipalities/dimpact-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  128. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  129. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  130. package/municipalities/dimpact-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  131. package/municipalities/dimpact-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  132. package/municipalities/dimpact-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  133. package/municipalities/dimpact-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  134. package/municipalities/dimpact-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  135. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  136. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  137. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  138. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  139. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  140. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  141. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  142. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  143. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  144. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  145. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  146. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  147. package/municipalities/ede-design-tokens/LICENSE.md +17 -17
  148. package/municipalities/ede-design-tokens/README.md +3 -3
  149. package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -17
  150. package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -11
  151. package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  152. package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -7
  153. package/municipalities/ede-design-tokens/package.json +40 -40
  154. package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -138
  155. package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -50
  156. package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -17
  157. package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -40
  158. package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  159. package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  160. package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -30
  161. package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  162. package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  163. package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  164. package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  165. package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  166. package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  167. package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -39
  168. package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  169. package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  170. package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  171. package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  172. package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  173. package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  174. package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  175. package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  176. package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  177. package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  178. package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  179. package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  180. package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  181. package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  182. package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  183. package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  184. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  185. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  186. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  187. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  188. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  189. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  190. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  191. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  192. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  193. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  194. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  195. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  196. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  197. package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  198. package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  199. package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  200. package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  201. package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  202. package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  203. package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  204. package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  205. package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  206. package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  207. package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  208. package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  209. package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  210. package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  211. package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  212. package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  213. package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  214. package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  215. package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
  216. package/municipalities/ede-design-tokens/src/config.json +73 -73
  217. package/municipalities/ede-design-tokens/src/index.scss +7 -7
  218. package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -6
  219. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  220. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  221. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  222. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  223. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  224. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  225. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  226. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  227. package/municipalities/epe-design-tokens/src/font.js +6 -6
  228. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  229. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  230. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  231. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  232. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  233. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  234. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  235. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  236. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  237. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  238. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  239. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  240. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  241. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  242. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  243. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  244. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  245. package/municipalities/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  246. package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  247. package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  248. package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  249. package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  250. package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  251. package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  252. package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  253. package/municipalities/helmond-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  254. package/municipalities/helmond-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  255. package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  256. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  257. package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  258. package/municipalities/helmond-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  259. package/municipalities/hof-van-twente-design-tokens/LICENSE.md +17 -17
  260. package/municipalities/hof-van-twente-design-tokens/README.md +3 -3
  261. package/municipalities/hof-van-twente-design-tokens/documentation/color.stories.mdx +17 -17
  262. package/municipalities/hof-van-twente-design-tokens/documentation/components.stories.mdx +11 -11
  263. package/municipalities/hof-van-twente-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  264. package/municipalities/hof-van-twente-design-tokens/documentation/readme.stories.mdx +7 -7
  265. package/municipalities/hof-van-twente-design-tokens/package.json +42 -42
  266. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/color.tokens.json +147 -121
  267. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/font-size.tokens.json +50 -50
  268. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/size.tokens.json +17 -17
  269. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/typography.tokens.json +50 -45
  270. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  271. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  272. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-header.tokens.json +32 -27
  273. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  274. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  275. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  276. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  277. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/navigation.tokens.json +94 -94
  278. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  279. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/select.tokens.json +39 -39
  280. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  281. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  282. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  283. package/municipalities/hof-van-twente-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  284. package/municipalities/hof-van-twente-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  285. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  286. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  287. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  288. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  289. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/breadcrumb.tokens.json +43 -43
  290. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  291. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  292. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  293. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  294. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  295. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  296. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  297. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  298. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -22
  299. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  300. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  301. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  302. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  303. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  304. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -14
  305. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  306. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +25 -25
  307. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  308. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  309. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  310. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  311. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  312. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  313. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  314. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  315. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  316. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  317. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  318. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  319. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  320. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  321. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  322. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  323. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  324. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  325. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  326. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  327. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/textbox.tokens.json +31 -34
  328. package/municipalities/hof-van-twente-design-tokens/src/config.json +73 -73
  329. package/municipalities/hof-van-twente-design-tokens/src/font.js +10 -10
  330. package/municipalities/hof-van-twente-design-tokens/src/font.scss +421 -421
  331. package/municipalities/hof-van-twente-design-tokens/src/index.scss +8 -8
  332. package/municipalities/hof-van-twente-design-tokens/style-dictionary.config.js +6 -6
  333. package/municipalities/lansingerland-design-tokens/LICENSE.md +17 -17
  334. package/municipalities/lansingerland-design-tokens/README.md +3 -3
  335. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  336. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  337. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  338. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  339. package/municipalities/lansingerland-design-tokens/package.json +41 -41
  340. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/color.tokens.json +150 -150
  341. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/font-size.tokens.json +50 -50
  342. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/size.tokens.json +17 -17
  343. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/typography.tokens.json +40 -40
  344. package/municipalities/lansingerland-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  345. package/municipalities/lansingerland-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  346. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-header.tokens.json +34 -34
  347. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-wrapper.tokens.json +37 -37
  348. package/municipalities/lansingerland-design-tokens/src/component/conduction/checkbox.tokens.json +72 -72
  349. package/municipalities/lansingerland-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  350. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  351. package/municipalities/lansingerland-design-tokens/src/component/conduction/navigation.tokens.json +104 -104
  352. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  353. package/municipalities/lansingerland-design-tokens/src/component/conduction/select.tokens.json +39 -39
  354. package/municipalities/lansingerland-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  355. package/municipalities/lansingerland-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  356. package/municipalities/lansingerland-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  357. package/municipalities/lansingerland-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  358. package/municipalities/lansingerland-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  359. package/municipalities/lansingerland-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  360. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  361. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  362. package/municipalities/lansingerland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  363. package/municipalities/lansingerland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  364. package/municipalities/lansingerland-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  365. package/municipalities/lansingerland-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  366. package/municipalities/lansingerland-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  367. package/municipalities/lansingerland-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  368. package/municipalities/lansingerland-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  369. package/municipalities/lansingerland-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  370. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  371. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  372. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  373. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  374. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  375. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  376. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  377. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  378. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  379. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  380. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  381. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +35 -35
  382. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  383. package/municipalities/lansingerland-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  384. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  385. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  386. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  387. package/municipalities/lansingerland-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  388. package/municipalities/lansingerland-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  389. package/municipalities/lansingerland-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  390. package/municipalities/lansingerland-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  391. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  392. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  393. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  394. package/municipalities/lansingerland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  395. package/municipalities/lansingerland-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  396. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  397. package/municipalities/lansingerland-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  398. package/municipalities/lansingerland-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  399. package/municipalities/lansingerland-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  400. package/municipalities/lansingerland-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  401. package/municipalities/lansingerland-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  402. package/municipalities/lansingerland-design-tokens/src/config.json +73 -73
  403. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  404. package/municipalities/lansingerland-design-tokens/src/index.scss +7 -7
  405. package/municipalities/lansingerland-design-tokens/style-dictionary.config.js +6 -6
  406. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  407. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  408. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  409. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  410. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  411. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  412. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  413. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  414. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  415. package/municipalities/migrato-design-tokens/LICENSE.md +17 -17
  416. package/municipalities/migrato-design-tokens/README.md +3 -3
  417. package/municipalities/migrato-design-tokens/package.json +40 -40
  418. package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -150
  419. package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -50
  420. package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -17
  421. package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -45
  422. package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  423. package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  424. package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  425. package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  426. package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -71
  427. package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  428. package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  429. package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  430. package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  431. package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -39
  432. package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  433. package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  434. package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  435. package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  436. package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  437. package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  438. package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  439. package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  440. package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  441. package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  442. package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  443. package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  444. package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  445. package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  446. package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  447. package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  448. package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  449. package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  450. package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  451. package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  452. package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  453. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -10
  454. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  455. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  456. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  457. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  458. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  459. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  460. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -39
  461. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  462. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  463. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  464. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  465. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  466. package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  467. package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  468. package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  469. package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  470. package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  471. package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  472. package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  473. package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  474. package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  475. package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  476. package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  477. package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  478. package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  479. package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  480. package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  481. package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  482. package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  483. package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  484. package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  485. package/municipalities/migrato-design-tokens/src/config.json +73 -73
  486. package/municipalities/migrato-design-tokens/src/font.scss +6 -6
  487. package/municipalities/migrato-design-tokens/src/index.scss +8 -8
  488. package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -6
  489. package/municipalities/moerdijk-design-tokens/documentation/color.stories.mdx +17 -17
  490. package/municipalities/moerdijk-design-tokens/documentation/components.stories.mdx +11 -11
  491. package/municipalities/moerdijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  492. package/municipalities/moerdijk-design-tokens/documentation/readme.stories.mdx +7 -7
  493. package/municipalities/moerdijk-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  494. package/municipalities/moerdijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  495. package/municipalities/moerdijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  496. package/municipalities/moerdijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  497. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  498. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  499. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  500. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  501. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  502. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  503. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  504. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  505. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  506. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  507. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  508. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  509. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  510. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  511. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  512. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  513. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  514. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  515. package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
  516. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  517. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  518. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  519. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  520. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  521. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  522. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  523. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  524. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  525. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  526. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  527. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  528. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  529. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  530. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  531. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  532. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  533. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  534. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  535. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  536. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  537. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  538. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  539. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  540. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  541. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  542. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  543. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  544. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  545. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  546. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  547. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  548. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  549. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  550. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  551. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  552. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  553. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  554. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  555. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  556. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  557. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  558. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  559. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  560. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  561. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  562. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  563. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  564. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  565. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  566. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  567. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  568. package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -17
  569. package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -3
  570. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  571. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  572. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  573. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  574. package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -42
  575. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -142
  576. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -50
  577. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -17
  578. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -40
  579. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  580. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  581. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -29
  582. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -149
  583. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -34
  584. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -33
  585. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -69
  586. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -28
  587. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +38 -38
  588. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -88
  589. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  590. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -39
  591. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -21
  592. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -85
  593. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -17
  594. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -107
  595. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -31
  596. package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -12
  597. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/footer.tokens.json +15 -15
  598. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/header.tokens.json +12 -12
  599. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -35
  600. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -68
  601. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -46
  602. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -13
  603. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -8
  604. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  605. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -27
  606. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -44
  607. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -152
  608. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -80
  609. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -57
  610. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -26
  611. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -28
  612. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -12
  613. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -36
  614. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -9
  615. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  616. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  617. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -13
  618. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -26
  619. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -7
  620. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -10
  621. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -40
  622. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -15
  623. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  624. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -9
  625. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  626. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -37
  627. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -26
  628. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -15
  629. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -17
  630. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -34
  631. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -23
  632. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -49
  633. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -12
  634. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -33
  635. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -31
  636. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -13
  637. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -10
  638. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -11
  639. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -25
  640. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -68
  641. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -47
  642. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  643. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -16
  644. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -24
  645. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -8
  646. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -60
  647. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -35
  648. package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -73
  649. package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -57
  650. package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -8
  651. package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -6
  652. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  653. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  654. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  655. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  656. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  657. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  658. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  659. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  660. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  661. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  662. package/municipalities/rotterdam-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  663. package/municipalities/rotterdam-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  664. package/municipalities/rotterdam-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  665. package/municipalities/rotterdam-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  666. package/municipalities/rotterdam-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  667. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  668. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  669. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  670. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  671. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  672. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  673. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  674. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  675. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  676. package/municipalities/soest-design-tokens/documentation/color.stories.mdx +17 -17
  677. package/municipalities/soest-design-tokens/documentation/components.stories.mdx +11 -11
  678. package/municipalities/soest-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  679. package/municipalities/soest-design-tokens/documentation/readme.stories.mdx +7 -7
  680. package/municipalities/soest-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  681. package/municipalities/soest-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  682. package/municipalities/soest-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  683. package/municipalities/soest-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  684. package/municipalities/stichtse-vecht-design-tokens/documentation/color.stories.mdx +17 -17
  685. package/municipalities/stichtse-vecht-design-tokens/documentation/components.stories.mdx +11 -11
  686. package/municipalities/stichtse-vecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  687. package/municipalities/stichtse-vecht-design-tokens/documentation/readme.stories.mdx +7 -7
  688. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/logo.tokens.json +21 -21
  689. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  690. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  691. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  692. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  693. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  694. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  695. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  696. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  697. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  698. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  699. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  700. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  701. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  702. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  703. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  704. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  705. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  706. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  707. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  708. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  709. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  710. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  711. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  712. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  713. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  714. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  715. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  716. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  717. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  718. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  719. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  720. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  721. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  722. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  723. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  724. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  725. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  726. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  727. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  728. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  729. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  730. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  731. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  732. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  733. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  734. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  735. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  736. package/package.json +57 -57
  737. package/publiccode.yaml +83 -83
@@ -1,27 +1,27 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "150px" },
6
- "block-size": { "value": "44px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='228.98' height='66.919' viewBox='0 0 228.98 66.919'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='228.981' height='66.919' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M228.981,0H0V66.919H207.341A21.535,21.535,0,0,0,228.981,45.49Z' transform='translate(0 0)' fill='%2300305e'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M21.128,35.516a18.9,18.9,0,0,0,3.635.274c7.039,0,10.075-5.331,10.075-11.846,0-6.836-3.313-9.751-8.558-9.751a14.946,14.946,0,0,0-2.99.319ZM17.492,9.636A32.191,32.191,0,0,1,25.82,8.589c9.985,0,15.921,4.6,15.921,15.491,0,11.254-6.534,17.633-18.174,17.633a69.657,69.657,0,0,1-9.892-.73Z' transform='translate(8.497 5.337)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M40.686,30.407c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.555,7.555,0,0,1-1.244,5.331,6.657,6.657,0,0,1-3.543.866c-3.634,0-5.106-1.686-5.106-5.057,0-.73.138-1.96.229-2.734l2.071-15.493a7.272,7.272,0,0,1,3.084-.5,6.251,6.251,0,0,1,2.99.5Z' transform='translate(21.08 9.127)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M62.974,37.473a7.341,7.341,0,0,1-3.267.546,6.767,6.767,0,0,1-3.128-.546l1.655-13.258a13.342,13.342,0,0,0,.092-1.367c0-1.5-.46-2.779-2.531-2.779-2.161,0-3.588,1.321-4.555,3.507l-1.565,13.9a7.573,7.573,0,0,1-3.313.546,6.955,6.955,0,0,1-3.22-.546l2.807-21.824a12.007,12.007,0,0,1,5.06-.866V19.02h.323a7.219,7.219,0,0,1,7.176-4.783c3.59,0,5.292,1.732,5.8,4.556h.368c.919-2.6,3.22-4.556,6.993-4.556,3.728,0,6.074,1.913,6.074,6.515a22.454,22.454,0,0,1-.138,2.278l-.829,7.655c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.556,7.556,0,0,1-1.244,5.331,6.485,6.485,0,0,1-3.5.866c-3.635,0-5.062-1.686-5.062-5.057,0-.73.138-1.96.23-2.734l.921-6.7c.045-.456.092-.911.092-1.321,0-1.5-.507-2.87-2.531-2.87-2.118,0-3.4,1.367-4.417,3.416Z' transform='translate(26.81 8.847)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M76.346,32.552a7.227,7.227,0,0,0,2.576.456,5.385,5.385,0,0,0,4.371-1.868,10.611,10.611,0,0,0,1.84-6.515c0-3.418-1.2-4.694-3.313-4.694-2.071,0-3.358,1.367-4.324,3.144Zm-4.186-16.9a12.012,12.012,0,0,1,5.06-.866v4.191h.323a7.335,7.335,0,0,1,7.178-4.738c5.245,0,6.9,4.1,6.9,9.386,0,4.055-1.151,8.7-3.314,11.39-2.071,2.6-4.785,3.736-8.741,3.736a9.386,9.386,0,0,1-3.773-.637L74.6,48.454a7.818,7.818,0,0,1-3.36.548,7.185,7.185,0,0,1-3.266-.548Z' transform='translate(42.239 8.847)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M101.153,19.978a3.964,3.964,0,0,0-2.207-.5,5.637,5.637,0,0,0-4.739,2.1c-1.336,1.732-1.795,4.556-1.795,6.651,0,3.418,1.059,4.694,3.313,4.694a4.85,4.85,0,0,0,4.05-2.1Zm5.017,10.708c-.23,1.913.366,2.323,1.378,2.323a3.429,3.429,0,0,0,1.751-.456,7.563,7.563,0,0,1-1.242,5.331,6.491,6.491,0,0,1-3.5.866c-2.714,0-4.373-1.185-4.6-3.964h-.323a6.833,6.833,0,0,1-6.578,3.964c-3.82,0-7.178-2.233-7.178-9.386A17.452,17.452,0,0,1,88.87,19.112c2.484-3.416,6.44-4.874,10.627-4.874a13.159,13.159,0,0,1,8.188,2.55Z' transform='translate(53.366 8.848)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M113.338,38.75c-6.534,0-10.122-3.6-10.122-10.615a15.247,15.247,0,0,1,2.9-9.432,11.529,11.529,0,0,1,9.707-4.465A9.306,9.306,0,0,1,120.7,15.33a8.54,8.54,0,0,1,.921,5.7,9.129,9.129,0,0,0-4.832-1.321,6.8,6.8,0,0,0-5.153,1.959,7.873,7.873,0,0,0-1.886,5.513c0,4.284,2.161,5.787,5.844,5.787a12.159,12.159,0,0,0,5.244-1.184,8.011,8.011,0,0,1-1.748,5.74,12.638,12.638,0,0,1-5.751,1.231' transform='translate(64.14 8.847)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M121.559,17.366l.691-5.15a11.145,11.145,0,0,1,6.119-1.548l-.783,6.7h5.383a5.51,5.51,0,0,1,.323,2.095,7.255,7.255,0,0,1-.644,3.327h-5.659l-.968,8.793c-.276,2.323.23,3.418,2.486,3.418a6.349,6.349,0,0,0,3.681-1.14A8.08,8.08,0,0,1,130.9,39.6a9.006,9.006,0,0,1-5.2,1.367c-4.647,0-6.442-2.142-6.442-5.832a25.609,25.609,0,0,1,.276-3.235l1.244-9.112H117.6a15.6,15.6,0,0,1,1.15-5.422Z' transform='translate(73.08 6.629)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M39.1,8.766a3.379,3.379,0,0,0-3.582,3.63,3.01,3.01,0,0,0,3.207,3.343A3.38,3.38,0,0,0,42.3,12.108c0-2.124-1.169-3.342-3.207-3.342' transform='translate(22.069 5.447)' fill='%23db1778'/%3E%3C/g%3E%3C/svg%3E%0A\")"
9
- }
10
- },
11
- "footer": {
12
- "inline-size": { "value": "150px" },
13
- "block-size": { "value": "44px" },
14
- "background-image": {
15
- "value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzguNDk2IiBoZWlnaHQ9IjQwLjQ3NSIgdmlld0JveD0iMCAwIDEzOC40OTYgNDAuNDc1Ij4KICA8ZyBpZD0iR3JvdXBfNzA2MSIgZGF0YS1uYW1lPSJHcm91cCA3MDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4KICAgIDxnIGlkPSJHcm91cF83MDYyIiBkYXRhLW5hbWU9Ikdyb3VwIDcwNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8xIiBkYXRhLW5hbWU9IlBhdGggMSIgZD0iTTEzOC41LDBIMFY0MC40NzVIMTI1LjQwOEExMy4wMjUsMTMuMDI1LDAsMCwwLDEzOC41LDI3LjUxNFoiIGZpbGw9IiNmZmYiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfMiIgZGF0YS1uYW1lPSJQYXRoIDIiIGQ9Ik0xOC4xODIsMjQuODc1YTExLjQzLDExLjQzLDAsMCwwLDIuMi4xNjZjNC4yNTcsMCw2LjA5NC0zLjIyNSw2LjA5NC03LjE2NSwwLTQuMTM1LTItNS45LTUuMTc2LTUuOWE5LjA0LDkuMDQsMCwwLDAtMS44MDguMTkzWm0tMi4yLTE1LjY1M2ExOS40NywxOS40NywwLDAsMSw1LjAzNy0uNjM0YzYuMDM5LDAsOS42MjksMi43ODMsOS42MjksOS4zNywwLDYuODA3LTMuOTUyLDEwLjY2NS0xMC45OTMsMTAuNjY1YTQyLjEzMSw0Mi4xMzEsMCwwLDEtNS45ODMtLjQ0MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI2NCAtMC4xNjYpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzMiIGRhdGEtbmFtZT0iUGF0aCAzIiBkPSJNMzguMDEzLDI0LjE5NWMtLjEzOSwxLjE4NS4yMjMsMS40MDUuODM1LDEuNDA1YTIuMDcsMi4wNywwLDAsMCwxLjA1OC0uMjc2LDQuNTcsNC41NywwLDAsMS0uNzUyLDMuMjI1LDQuMDI2LDQuMDI2LDAsMCwxLTIuMTQzLjUyNGMtMi4yLDAtMy4wODgtMS4wMi0zLjA4OC0zLjA1OSwwLS40NDEuMDgzLTEuMTg2LjEzOC0xLjY1M2wxLjI1Mi05LjM3YTQuNCw0LjQsMCwwLDEsMS44NjUtLjMsMy43ODEsMy43ODEsMCwwLDEsMS44MDguM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjY1NSAtMC4yODQpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzQiIGRhdGEtbmFtZT0iUGF0aCA0IiBkPSJNNTUuMTM4LDI4LjI5MWE0LjQ0LDQuNDQsMCwwLDEtMS45NzYuMzMsNC4wOTMsNC4wOTMsMCwwLDEtMS44OTItLjMzbDEtOC4wMTlhOC4wNyw4LjA3LDAsMCwwLC4wNTYtLjgyN2MwLS45MS0uMjc5LTEuNjgxLTEuNTMxLTEuNjgxYTIuOTgxLDIuOTgxLDAsMCwwLTIuNzU1LDIuMTIxTDQ3LjEsMjguMjkxYTQuNTgxLDQuNTgxLDAsMCwxLTIsLjMzLDQuMjA3LDQuMjA3LDAsMCwxLTEuOTQ4LS4zM2wxLjctMTMuMmE3LjI2Miw3LjI2MiwwLDAsMSwzLjA2MS0uNTI0VjE3LjEzaC4yYTQuMzY2LDQuMzY2LDAsMCwxLDQuMzQxLTIuODkzYzIuMTcxLDAsMy4yLDEuMDQ3LDMuNTA3LDIuNzU2aC4yMjNhNC4xNjIsNC4xNjIsMCwwLDEsNC4yMy0yLjc1NmMyLjI1NSwwLDMuNjc0LDEuMTU3LDMuNjc0LDMuOTRhMTMuNTgxLDEzLjU4MSwwLDAsMS0uMDgzLDEuMzc4bC0uNSw0LjYzYy0uMTM5LDEuMTg1LjIyMywxLjQwNS44MzUsMS40MDVhMi4wNywyLjA3LDAsMCwwLDEuMDU4LS4yNzYsNC41Nyw0LjU3LDAsMCwxLS43NTIsMy4yMjUsMy45MjIsMy45MjIsMCwwLDEtMi4xMTQuNTI0Yy0yLjIsMC0zLjA2Mi0xLjAyLTMuMDYyLTMuMDU5LDAtLjQ0MS4wODMtMS4xODYuMTM5LTEuNjUzbC41NTctNC4wNTFjLjAyNy0uMjc2LjA1Ni0uNTUxLjA1Ni0uOCwwLS45MDktLjMwNy0xLjczNi0xLjUzMS0xLjczNi0xLjI4MSwwLTIuMDU5LjgyNy0yLjY3MSwyLjA2NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjgzMyAtMC4yNzUpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzUiIGRhdGEtbmFtZT0iUGF0aCA1IiBkPSJNNzMuMDM3LDI1LjMxNWE0LjM3MSw0LjM3MSwwLDAsMCwxLjU1OC4yNzYsMy4yNTcsMy4yNTcsMCwwLDAsMi42NDQtMS4xMyw2LjQxOCw2LjQxOCwwLDAsMCwxLjExMy0zLjk0YzAtMi4wNjctLjcyNC0yLjgzOS0yLTIuODM5YTMsMywwLDAsMC0yLjYxNSwxLjlaTTcwLjUwNSwxNS4wOTFhNy4yNjUsNy4yNjUsMCwwLDEsMy4wNjEtLjUyNFYxNy4xaC4yQTQuNDM3LDQuNDM3LDAsMCwxLDc4LjEsMTQuMjM3YzMuMTczLDAsNC4xNzUsMi40OCw0LjE3NSw1LjY3N2ExMS44LDExLjgsMCwwLDEtMiw2Ljg4OSw2LjE2Miw2LjE2MiwwLDAsMS01LjI4NywyLjI2LDUuNjc3LDUuNjc3LDAsMCwxLTIuMjgyLS4zODVsLS43MjQsNi4yNTVhNC43MjksNC43MjksMCwwLDEtMi4wMzIuMzMxLDQuMzQ2LDQuMzQ2LDAsMCwxLTEuOTc1LS4zMzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4zMTMgLTAuMjc1KSIgZmlsbD0iIzAwMzc3YSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF82IiBkYXRhLW5hbWU9IlBhdGggNiIgZD0iTTk1LjExNywxNy43MWEyLjQsMi40LDAsMCwwLTEuMzM1LS4zLDMuNDEsMy40MSwwLDAsMC0yLjg2NywxLjI2OEE3LjA2OCw3LjA2OCwwLDAsMCw4OS44MywyMi43YzAsMi4wNjcuNjQsMi44MzksMiwyLjgzOWEyLjkzMywyLjkzMywwLDAsMCwyLjQ1LTEuMjY4Wm0zLjAzNCw2LjQ3NmMtLjEzOSwxLjE1Ny4yMjIsMS40MDUuODM0LDEuNDA1YTIuMDc0LDIuMDc0LDAsMCwwLDEuMDU5LS4yNzYsNC41NzQsNC41NzQsMCwwLDEtLjc1MSwzLjIyNSwzLjkyNiwzLjkyNiwwLDAsMS0yLjExNS41MjRjLTEuNjQyLDAtMi42NDUtLjcxNy0yLjc4My0yLjRoLS4yYTQuMTMzLDQuMTMzLDAsMCwxLTMuOTc5LDIuNGMtMi4zMTEsMC00LjM0Mi0xLjM1LTQuMzQyLTUuNjc3YTEwLjU1NiwxMC41NTYsMCwwLDEsMS44MDktNi4yLDcuNjU2LDcuNjU2LDAsMCwxLDYuNDI3LTIuOTQ4LDcuOTU5LDcuOTU5LDAsMCwxLDQuOTUyLDEuNTQzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjU4IC0wLjI3NSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfNyIgZGF0YS1uYW1lPSJQYXRoIDciIGQ9Ik0xMDkuMzM4LDI5LjA2M2MtMy45NTIsMC02LjEyMi0yLjE3Ny02LjEyMi02LjQyMWE5LjIyMiw5LjIyMiwwLDAsMSwxLjc1My01LjcsNi45NzMsNi45NzMsMCwwLDEsNS44NzEtMi43LDUuNjI5LDUuNjI5LDAsMCwxLDIuOTUuNjYxLDUuMTY1LDUuMTY1LDAsMCwxLC41NTcsMy40NDUsNS41MjEsNS41MjEsMCwwLDAtMi45MjItLjgsNC4xMSw0LjExLDAsMCwwLTMuMTE3LDEuMTg1LDQuNzYyLDQuNzYyLDAsMCwwLTEuMTQxLDMuMzM0YzAsMi41OTEsMS4zMDcsMy41LDMuNTM0LDMuNWE3LjM1NCw3LjM1NCwwLDAsMCwzLjE3Mi0uNzE2LDQuODQ2LDQuODQ2LDAsMCwxLTEuMDU3LDMuNDcyLDcuNjQ0LDcuNjQ0LDAsMCwxLTMuNDc5Ljc0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuOTkzIC0wLjI3NSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfOCIgZGF0YS1uYW1lPSJQYXRoIDgiIGQ9Ik0xMjAsMTQuNzE5bC40MTgtMy4xMTVhNi43NDEsNi43NDEsMCwwLDEsMy43LS45MzdsLS40NzQsNC4wNTFIMTI2LjlhMy4zMzMsMy4zMzMsMCwwLDEsLjIsMS4yNjdBNC4zODgsNC4zODgsMCwwLDEsMTI2LjcsMThIMTIzLjI4bC0uNTg1LDUuMzE4Yy0uMTY3LDEuNDA1LjEzOSwyLjA2NywxLjUsMi4wNjdhMy44NCwzLjg0LDAsMCwwLDIuMjI2LS42ODksNC44ODcsNC44ODcsMCwwLDEtLjc4LDMuNDczLDUuNDQ3LDUuNDQ3LDAsMCwxLTMuMTQ0LjgyN2MtMi44MTEsMC0zLjktMS4zLTMuOS0zLjUyOGExNS40ODksMTUuNDg5LDAsMCwxLC4xNjctMS45NTZMMTE5LjUyMywxOEgxMTcuNmE5LjQzNiw5LjQzNiwwLDAsMSwuNy0zLjI3OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjI3MSAtMC4yMDYpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzkiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNMzcuNjgsOC43NjZhMi4wNDQsMi4wNDQsMCwwLDAtMi4xNjYsMi4yLDEuODIxLDEuODIxLDAsMCwwLDEuOTQsMi4wMjIsMi4wNDQsMi4wNDQsMCwwLDAsMi4xNjYtMi4yLDEuOCwxLjgsMCwwLDAtMS45NC0yLjAyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNjg2IC0wLjE2OSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=\")"
16
- }
17
- },
18
- "navbar": {
19
- "inline-size": { "value": "100px" },
20
- "block-size": { "value": "44px" },
21
- "background-image": {
22
- "value": "url(\"data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='228.98' height='66.919' viewBox='0 0 228.98 66.919'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='228.981' height='66.919' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M228.981,0H0V66.919H207.341A21.535,21.535,0,0,0,228.981,45.49Z' transform='translate(0 0)' fill='%2300305e'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M21.128,35.516a18.9,18.9,0,0,0,3.635.274c7.039,0,10.075-5.331,10.075-11.846,0-6.836-3.313-9.751-8.558-9.751a14.946,14.946,0,0,0-2.99.319ZM17.492,9.636A32.191,32.191,0,0,1,25.82,8.589c9.985,0,15.921,4.6,15.921,15.491,0,11.254-6.534,17.633-18.174,17.633a69.657,69.657,0,0,1-9.892-.73Z' transform='translate(8.497 5.337)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M40.686,30.407c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.555,7.555,0,0,1-1.244,5.331,6.657,6.657,0,0,1-3.543.866c-3.634,0-5.106-1.686-5.106-5.057,0-.73.138-1.96.229-2.734l2.071-15.493a7.272,7.272,0,0,1,3.084-.5,6.251,6.251,0,0,1,2.99.5Z' transform='translate(21.08 9.127)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M62.974,37.473a7.341,7.341,0,0,1-3.267.546,6.767,6.767,0,0,1-3.128-.546l1.655-13.258a13.342,13.342,0,0,0,.092-1.367c0-1.5-.46-2.779-2.531-2.779-2.161,0-3.588,1.321-4.555,3.507l-1.565,13.9a7.573,7.573,0,0,1-3.313.546,6.955,6.955,0,0,1-3.22-.546l2.807-21.824a12.007,12.007,0,0,1,5.06-.866V19.02h.323a7.219,7.219,0,0,1,7.176-4.783c3.59,0,5.292,1.732,5.8,4.556h.368c.919-2.6,3.22-4.556,6.993-4.556,3.728,0,6.074,1.913,6.074,6.515a22.454,22.454,0,0,1-.138,2.278l-.829,7.655c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.556,7.556,0,0,1-1.244,5.331,6.485,6.485,0,0,1-3.5.866c-3.635,0-5.062-1.686-5.062-5.057,0-.73.138-1.96.23-2.734l.921-6.7c.045-.456.092-.911.092-1.321,0-1.5-.507-2.87-2.531-2.87-2.118,0-3.4,1.367-4.417,3.416Z' transform='translate(26.81 8.847)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M76.346,32.552a7.227,7.227,0,0,0,2.576.456,5.385,5.385,0,0,0,4.371-1.868,10.611,10.611,0,0,0,1.84-6.515c0-3.418-1.2-4.694-3.313-4.694-2.071,0-3.358,1.367-4.324,3.144Zm-4.186-16.9a12.012,12.012,0,0,1,5.06-.866v4.191h.323a7.335,7.335,0,0,1,7.178-4.738c5.245,0,6.9,4.1,6.9,9.386,0,4.055-1.151,8.7-3.314,11.39-2.071,2.6-4.785,3.736-8.741,3.736a9.386,9.386,0,0,1-3.773-.637L74.6,48.454a7.818,7.818,0,0,1-3.36.548,7.185,7.185,0,0,1-3.266-.548Z' transform='translate(42.239 8.847)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M101.153,19.978a3.964,3.964,0,0,0-2.207-.5,5.637,5.637,0,0,0-4.739,2.1c-1.336,1.732-1.795,4.556-1.795,6.651,0,3.418,1.059,4.694,3.313,4.694a4.85,4.85,0,0,0,4.05-2.1Zm5.017,10.708c-.23,1.913.366,2.323,1.378,2.323a3.429,3.429,0,0,0,1.751-.456,7.563,7.563,0,0,1-1.242,5.331,6.491,6.491,0,0,1-3.5.866c-2.714,0-4.373-1.185-4.6-3.964h-.323a6.833,6.833,0,0,1-6.578,3.964c-3.82,0-7.178-2.233-7.178-9.386A17.452,17.452,0,0,1,88.87,19.112c2.484-3.416,6.44-4.874,10.627-4.874a13.159,13.159,0,0,1,8.188,2.55Z' transform='translate(53.366 8.848)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M113.338,38.75c-6.534,0-10.122-3.6-10.122-10.615a15.247,15.247,0,0,1,2.9-9.432,11.529,11.529,0,0,1,9.707-4.465A9.306,9.306,0,0,1,120.7,15.33a8.54,8.54,0,0,1,.921,5.7,9.129,9.129,0,0,0-4.832-1.321,6.8,6.8,0,0,0-5.153,1.959,7.873,7.873,0,0,0-1.886,5.513c0,4.284,2.161,5.787,5.844,5.787a12.159,12.159,0,0,0,5.244-1.184,8.011,8.011,0,0,1-1.748,5.74,12.638,12.638,0,0,1-5.751,1.231' transform='translate(64.14 8.847)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M121.559,17.366l.691-5.15a11.145,11.145,0,0,1,6.119-1.548l-.783,6.7h5.383a5.51,5.51,0,0,1,.323,2.095,7.255,7.255,0,0,1-.644,3.327h-5.659l-.968,8.793c-.276,2.323.23,3.418,2.486,3.418a6.349,6.349,0,0,0,3.681-1.14A8.08,8.08,0,0,1,130.9,39.6a9.006,9.006,0,0,1-5.2,1.367c-4.647,0-6.442-2.142-6.442-5.832a25.609,25.609,0,0,1,.276-3.235l1.244-9.112H117.6a15.6,15.6,0,0,1,1.15-5.422Z' transform='translate(73.08 6.629)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M39.1,8.766a3.379,3.379,0,0,0-3.582,3.63,3.01,3.01,0,0,0,3.207,3.343A3.38,3.38,0,0,0,42.3,12.108c0-2.124-1.169-3.342-3.207-3.342' transform='translate(22.069 5.447)' fill='%23db1778'/%3E%3C/g%3E%3C/svg%3E%0A\")"
23
- }
24
- }
25
- }
26
- }
27
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "150px" },
6
+ "block-size": { "value": "44px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='228.98' height='66.919' viewBox='0 0 228.98 66.919'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='228.981' height='66.919' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M228.981,0H0V66.919H207.341A21.535,21.535,0,0,0,228.981,45.49Z' transform='translate(0 0)' fill='%2300305e'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M21.128,35.516a18.9,18.9,0,0,0,3.635.274c7.039,0,10.075-5.331,10.075-11.846,0-6.836-3.313-9.751-8.558-9.751a14.946,14.946,0,0,0-2.99.319ZM17.492,9.636A32.191,32.191,0,0,1,25.82,8.589c9.985,0,15.921,4.6,15.921,15.491,0,11.254-6.534,17.633-18.174,17.633a69.657,69.657,0,0,1-9.892-.73Z' transform='translate(8.497 5.337)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M40.686,30.407c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.555,7.555,0,0,1-1.244,5.331,6.657,6.657,0,0,1-3.543.866c-3.634,0-5.106-1.686-5.106-5.057,0-.73.138-1.96.229-2.734l2.071-15.493a7.272,7.272,0,0,1,3.084-.5,6.251,6.251,0,0,1,2.99.5Z' transform='translate(21.08 9.127)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M62.974,37.473a7.341,7.341,0,0,1-3.267.546,6.767,6.767,0,0,1-3.128-.546l1.655-13.258a13.342,13.342,0,0,0,.092-1.367c0-1.5-.46-2.779-2.531-2.779-2.161,0-3.588,1.321-4.555,3.507l-1.565,13.9a7.573,7.573,0,0,1-3.313.546,6.955,6.955,0,0,1-3.22-.546l2.807-21.824a12.007,12.007,0,0,1,5.06-.866V19.02h.323a7.219,7.219,0,0,1,7.176-4.783c3.59,0,5.292,1.732,5.8,4.556h.368c.919-2.6,3.22-4.556,6.993-4.556,3.728,0,6.074,1.913,6.074,6.515a22.454,22.454,0,0,1-.138,2.278l-.829,7.655c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.556,7.556,0,0,1-1.244,5.331,6.485,6.485,0,0,1-3.5.866c-3.635,0-5.062-1.686-5.062-5.057,0-.73.138-1.96.23-2.734l.921-6.7c.045-.456.092-.911.092-1.321,0-1.5-.507-2.87-2.531-2.87-2.118,0-3.4,1.367-4.417,3.416Z' transform='translate(26.81 8.847)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M76.346,32.552a7.227,7.227,0,0,0,2.576.456,5.385,5.385,0,0,0,4.371-1.868,10.611,10.611,0,0,0,1.84-6.515c0-3.418-1.2-4.694-3.313-4.694-2.071,0-3.358,1.367-4.324,3.144Zm-4.186-16.9a12.012,12.012,0,0,1,5.06-.866v4.191h.323a7.335,7.335,0,0,1,7.178-4.738c5.245,0,6.9,4.1,6.9,9.386,0,4.055-1.151,8.7-3.314,11.39-2.071,2.6-4.785,3.736-8.741,3.736a9.386,9.386,0,0,1-3.773-.637L74.6,48.454a7.818,7.818,0,0,1-3.36.548,7.185,7.185,0,0,1-3.266-.548Z' transform='translate(42.239 8.847)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M101.153,19.978a3.964,3.964,0,0,0-2.207-.5,5.637,5.637,0,0,0-4.739,2.1c-1.336,1.732-1.795,4.556-1.795,6.651,0,3.418,1.059,4.694,3.313,4.694a4.85,4.85,0,0,0,4.05-2.1Zm5.017,10.708c-.23,1.913.366,2.323,1.378,2.323a3.429,3.429,0,0,0,1.751-.456,7.563,7.563,0,0,1-1.242,5.331,6.491,6.491,0,0,1-3.5.866c-2.714,0-4.373-1.185-4.6-3.964h-.323a6.833,6.833,0,0,1-6.578,3.964c-3.82,0-7.178-2.233-7.178-9.386A17.452,17.452,0,0,1,88.87,19.112c2.484-3.416,6.44-4.874,10.627-4.874a13.159,13.159,0,0,1,8.188,2.55Z' transform='translate(53.366 8.848)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M113.338,38.75c-6.534,0-10.122-3.6-10.122-10.615a15.247,15.247,0,0,1,2.9-9.432,11.529,11.529,0,0,1,9.707-4.465A9.306,9.306,0,0,1,120.7,15.33a8.54,8.54,0,0,1,.921,5.7,9.129,9.129,0,0,0-4.832-1.321,6.8,6.8,0,0,0-5.153,1.959,7.873,7.873,0,0,0-1.886,5.513c0,4.284,2.161,5.787,5.844,5.787a12.159,12.159,0,0,0,5.244-1.184,8.011,8.011,0,0,1-1.748,5.74,12.638,12.638,0,0,1-5.751,1.231' transform='translate(64.14 8.847)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M121.559,17.366l.691-5.15a11.145,11.145,0,0,1,6.119-1.548l-.783,6.7h5.383a5.51,5.51,0,0,1,.323,2.095,7.255,7.255,0,0,1-.644,3.327h-5.659l-.968,8.793c-.276,2.323.23,3.418,2.486,3.418a6.349,6.349,0,0,0,3.681-1.14A8.08,8.08,0,0,1,130.9,39.6a9.006,9.006,0,0,1-5.2,1.367c-4.647,0-6.442-2.142-6.442-5.832a25.609,25.609,0,0,1,.276-3.235l1.244-9.112H117.6a15.6,15.6,0,0,1,1.15-5.422Z' transform='translate(73.08 6.629)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M39.1,8.766a3.379,3.379,0,0,0-3.582,3.63,3.01,3.01,0,0,0,3.207,3.343A3.38,3.38,0,0,0,42.3,12.108c0-2.124-1.169-3.342-3.207-3.342' transform='translate(22.069 5.447)' fill='%23db1778'/%3E%3C/g%3E%3C/svg%3E%0A\")"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": { "value": "150px" },
13
+ "block-size": { "value": "44px" },
14
+ "background-image": {
15
+ "value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzguNDk2IiBoZWlnaHQ9IjQwLjQ3NSIgdmlld0JveD0iMCAwIDEzOC40OTYgNDAuNDc1Ij4KICA8ZyBpZD0iR3JvdXBfNzA2MSIgZGF0YS1uYW1lPSJHcm91cCA3MDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4KICAgIDxnIGlkPSJHcm91cF83MDYyIiBkYXRhLW5hbWU9Ikdyb3VwIDcwNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8xIiBkYXRhLW5hbWU9IlBhdGggMSIgZD0iTTEzOC41LDBIMFY0MC40NzVIMTI1LjQwOEExMy4wMjUsMTMuMDI1LDAsMCwwLDEzOC41LDI3LjUxNFoiIGZpbGw9IiNmZmYiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfMiIgZGF0YS1uYW1lPSJQYXRoIDIiIGQ9Ik0xOC4xODIsMjQuODc1YTExLjQzLDExLjQzLDAsMCwwLDIuMi4xNjZjNC4yNTcsMCw2LjA5NC0zLjIyNSw2LjA5NC03LjE2NSwwLTQuMTM1LTItNS45LTUuMTc2LTUuOWE5LjA0LDkuMDQsMCwwLDAtMS44MDguMTkzWm0tMi4yLTE1LjY1M2ExOS40NywxOS40NywwLDAsMSw1LjAzNy0uNjM0YzYuMDM5LDAsOS42MjksMi43ODMsOS42MjksOS4zNywwLDYuODA3LTMuOTUyLDEwLjY2NS0xMC45OTMsMTAuNjY1YTQyLjEzMSw0Mi4xMzEsMCwwLDEtNS45ODMtLjQ0MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI2NCAtMC4xNjYpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzMiIGRhdGEtbmFtZT0iUGF0aCAzIiBkPSJNMzguMDEzLDI0LjE5NWMtLjEzOSwxLjE4NS4yMjMsMS40MDUuODM1LDEuNDA1YTIuMDcsMi4wNywwLDAsMCwxLjA1OC0uMjc2LDQuNTcsNC41NywwLDAsMS0uNzUyLDMuMjI1LDQuMDI2LDQuMDI2LDAsMCwxLTIuMTQzLjUyNGMtMi4yLDAtMy4wODgtMS4wMi0zLjA4OC0zLjA1OSwwLS40NDEuMDgzLTEuMTg2LjEzOC0xLjY1M2wxLjI1Mi05LjM3YTQuNCw0LjQsMCwwLDEsMS44NjUtLjMsMy43ODEsMy43ODEsMCwwLDEsMS44MDguM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjY1NSAtMC4yODQpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzQiIGRhdGEtbmFtZT0iUGF0aCA0IiBkPSJNNTUuMTM4LDI4LjI5MWE0LjQ0LDQuNDQsMCwwLDEtMS45NzYuMzMsNC4wOTMsNC4wOTMsMCwwLDEtMS44OTItLjMzbDEtOC4wMTlhOC4wNyw4LjA3LDAsMCwwLC4wNTYtLjgyN2MwLS45MS0uMjc5LTEuNjgxLTEuNTMxLTEuNjgxYTIuOTgxLDIuOTgxLDAsMCwwLTIuNzU1LDIuMTIxTDQ3LjEsMjguMjkxYTQuNTgxLDQuNTgxLDAsMCwxLTIsLjMzLDQuMjA3LDQuMjA3LDAsMCwxLTEuOTQ4LS4zM2wxLjctMTMuMmE3LjI2Miw3LjI2MiwwLDAsMSwzLjA2MS0uNTI0VjE3LjEzaC4yYTQuMzY2LDQuMzY2LDAsMCwxLDQuMzQxLTIuODkzYzIuMTcxLDAsMy4yLDEuMDQ3LDMuNTA3LDIuNzU2aC4yMjNhNC4xNjIsNC4xNjIsMCwwLDEsNC4yMy0yLjc1NmMyLjI1NSwwLDMuNjc0LDEuMTU3LDMuNjc0LDMuOTRhMTMuNTgxLDEzLjU4MSwwLDAsMS0uMDgzLDEuMzc4bC0uNSw0LjYzYy0uMTM5LDEuMTg1LjIyMywxLjQwNS44MzUsMS40MDVhMi4wNywyLjA3LDAsMCwwLDEuMDU4LS4yNzYsNC41Nyw0LjU3LDAsMCwxLS43NTIsMy4yMjUsMy45MjIsMy45MjIsMCwwLDEtMi4xMTQuNTI0Yy0yLjIsMC0zLjA2Mi0xLjAyLTMuMDYyLTMuMDU5LDAtLjQ0MS4wODMtMS4xODYuMTM5LTEuNjUzbC41NTctNC4wNTFjLjAyNy0uMjc2LjA1Ni0uNTUxLjA1Ni0uOCwwLS45MDktLjMwNy0xLjczNi0xLjUzMS0xLjczNi0xLjI4MSwwLTIuMDU5LjgyNy0yLjY3MSwyLjA2NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjgzMyAtMC4yNzUpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzUiIGRhdGEtbmFtZT0iUGF0aCA1IiBkPSJNNzMuMDM3LDI1LjMxNWE0LjM3MSw0LjM3MSwwLDAsMCwxLjU1OC4yNzYsMy4yNTcsMy4yNTcsMCwwLDAsMi42NDQtMS4xMyw2LjQxOCw2LjQxOCwwLDAsMCwxLjExMy0zLjk0YzAtMi4wNjctLjcyNC0yLjgzOS0yLTIuODM5YTMsMywwLDAsMC0yLjYxNSwxLjlaTTcwLjUwNSwxNS4wOTFhNy4yNjUsNy4yNjUsMCwwLDEsMy4wNjEtLjUyNFYxNy4xaC4yQTQuNDM3LDQuNDM3LDAsMCwxLDc4LjEsMTQuMjM3YzMuMTczLDAsNC4xNzUsMi40OCw0LjE3NSw1LjY3N2ExMS44LDExLjgsMCwwLDEtMiw2Ljg4OSw2LjE2Miw2LjE2MiwwLDAsMS01LjI4NywyLjI2LDUuNjc3LDUuNjc3LDAsMCwxLTIuMjgyLS4zODVsLS43MjQsNi4yNTVhNC43MjksNC43MjksMCwwLDEtMi4wMzIuMzMxLDQuMzQ2LDQuMzQ2LDAsMCwxLTEuOTc1LS4zMzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4zMTMgLTAuMjc1KSIgZmlsbD0iIzAwMzc3YSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF82IiBkYXRhLW5hbWU9IlBhdGggNiIgZD0iTTk1LjExNywxNy43MWEyLjQsMi40LDAsMCwwLTEuMzM1LS4zLDMuNDEsMy40MSwwLDAsMC0yLjg2NywxLjI2OEE3LjA2OCw3LjA2OCwwLDAsMCw4OS44MywyMi43YzAsMi4wNjcuNjQsMi44MzksMiwyLjgzOWEyLjkzMywyLjkzMywwLDAsMCwyLjQ1LTEuMjY4Wm0zLjAzNCw2LjQ3NmMtLjEzOSwxLjE1Ny4yMjIsMS40MDUuODM0LDEuNDA1YTIuMDc0LDIuMDc0LDAsMCwwLDEuMDU5LS4yNzYsNC41NzQsNC41NzQsMCwwLDEtLjc1MSwzLjIyNSwzLjkyNiwzLjkyNiwwLDAsMS0yLjExNS41MjRjLTEuNjQyLDAtMi42NDUtLjcxNy0yLjc4My0yLjRoLS4yYTQuMTMzLDQuMTMzLDAsMCwxLTMuOTc5LDIuNGMtMi4zMTEsMC00LjM0Mi0xLjM1LTQuMzQyLTUuNjc3YTEwLjU1NiwxMC41NTYsMCwwLDEsMS44MDktNi4yLDcuNjU2LDcuNjU2LDAsMCwxLDYuNDI3LTIuOTQ4LDcuOTU5LDcuOTU5LDAsMCwxLDQuOTUyLDEuNTQzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjU4IC0wLjI3NSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfNyIgZGF0YS1uYW1lPSJQYXRoIDciIGQ9Ik0xMDkuMzM4LDI5LjA2M2MtMy45NTIsMC02LjEyMi0yLjE3Ny02LjEyMi02LjQyMWE5LjIyMiw5LjIyMiwwLDAsMSwxLjc1My01LjcsNi45NzMsNi45NzMsMCwwLDEsNS44NzEtMi43LDUuNjI5LDUuNjI5LDAsMCwxLDIuOTUuNjYxLDUuMTY1LDUuMTY1LDAsMCwxLC41NTcsMy40NDUsNS41MjEsNS41MjEsMCwwLDAtMi45MjItLjgsNC4xMSw0LjExLDAsMCwwLTMuMTE3LDEuMTg1LDQuNzYyLDQuNzYyLDAsMCwwLTEuMTQxLDMuMzM0YzAsMi41OTEsMS4zMDcsMy41LDMuNTM0LDMuNWE3LjM1NCw3LjM1NCwwLDAsMCwzLjE3Mi0uNzE2LDQuODQ2LDQuODQ2LDAsMCwxLTEuMDU3LDMuNDcyLDcuNjQ0LDcuNjQ0LDAsMCwxLTMuNDc5Ljc0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuOTkzIC0wLjI3NSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfOCIgZGF0YS1uYW1lPSJQYXRoIDgiIGQ9Ik0xMjAsMTQuNzE5bC40MTgtMy4xMTVhNi43NDEsNi43NDEsMCwwLDEsMy43LS45MzdsLS40NzQsNC4wNTFIMTI2LjlhMy4zMzMsMy4zMzMsMCwwLDEsLjIsMS4yNjdBNC4zODgsNC4zODgsMCwwLDEsMTI2LjcsMThIMTIzLjI4bC0uNTg1LDUuMzE4Yy0uMTY3LDEuNDA1LjEzOSwyLjA2NywxLjUsMi4wNjdhMy44NCwzLjg0LDAsMCwwLDIuMjI2LS42ODksNC44ODcsNC44ODcsMCwwLDEtLjc4LDMuNDczLDUuNDQ3LDUuNDQ3LDAsMCwxLTMuMTQ0LjgyN2MtMi44MTEsMC0zLjktMS4zLTMuOS0zLjUyOGExNS40ODksMTUuNDg5LDAsMCwxLC4xNjctMS45NTZMMTE5LjUyMywxOEgxMTcuNmE5LjQzNiw5LjQzNiwwLDAsMSwuNy0zLjI3OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjI3MSAtMC4yMDYpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzkiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNMzcuNjgsOC43NjZhMi4wNDQsMi4wNDQsMCwwLDAtMi4xNjYsMi4yLDEuODIxLDEuODIxLDAsMCwwLDEuOTQsMi4wMjIsMi4wNDQsMi4wNDQsMCwwLDAsMi4xNjYtMi4yLDEuOCwxLjgsMCwwLDAtMS45NC0yLjAyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNjg2IC0wLjE2OSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=\")"
16
+ }
17
+ },
18
+ "navbar": {
19
+ "inline-size": { "value": "100px" },
20
+ "block-size": { "value": "44px" },
21
+ "background-image": {
22
+ "value": "url(\"data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='228.98' height='66.919' viewBox='0 0 228.98 66.919'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='228.981' height='66.919' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M228.981,0H0V66.919H207.341A21.535,21.535,0,0,0,228.981,45.49Z' transform='translate(0 0)' fill='%2300305e'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M21.128,35.516a18.9,18.9,0,0,0,3.635.274c7.039,0,10.075-5.331,10.075-11.846,0-6.836-3.313-9.751-8.558-9.751a14.946,14.946,0,0,0-2.99.319ZM17.492,9.636A32.191,32.191,0,0,1,25.82,8.589c9.985,0,15.921,4.6,15.921,15.491,0,11.254-6.534,17.633-18.174,17.633a69.657,69.657,0,0,1-9.892-.73Z' transform='translate(8.497 5.337)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M40.686,30.407c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.555,7.555,0,0,1-1.244,5.331,6.657,6.657,0,0,1-3.543.866c-3.634,0-5.106-1.686-5.106-5.057,0-.73.138-1.96.229-2.734l2.071-15.493a7.272,7.272,0,0,1,3.084-.5,6.251,6.251,0,0,1,2.99.5Z' transform='translate(21.08 9.127)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M62.974,37.473a7.341,7.341,0,0,1-3.267.546,6.767,6.767,0,0,1-3.128-.546l1.655-13.258a13.342,13.342,0,0,0,.092-1.367c0-1.5-.46-2.779-2.531-2.779-2.161,0-3.588,1.321-4.555,3.507l-1.565,13.9a7.573,7.573,0,0,1-3.313.546,6.955,6.955,0,0,1-3.22-.546l2.807-21.824a12.007,12.007,0,0,1,5.06-.866V19.02h.323a7.219,7.219,0,0,1,7.176-4.783c3.59,0,5.292,1.732,5.8,4.556h.368c.919-2.6,3.22-4.556,6.993-4.556,3.728,0,6.074,1.913,6.074,6.515a22.454,22.454,0,0,1-.138,2.278l-.829,7.655c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.556,7.556,0,0,1-1.244,5.331,6.485,6.485,0,0,1-3.5.866c-3.635,0-5.062-1.686-5.062-5.057,0-.73.138-1.96.23-2.734l.921-6.7c.045-.456.092-.911.092-1.321,0-1.5-.507-2.87-2.531-2.87-2.118,0-3.4,1.367-4.417,3.416Z' transform='translate(26.81 8.847)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M76.346,32.552a7.227,7.227,0,0,0,2.576.456,5.385,5.385,0,0,0,4.371-1.868,10.611,10.611,0,0,0,1.84-6.515c0-3.418-1.2-4.694-3.313-4.694-2.071,0-3.358,1.367-4.324,3.144Zm-4.186-16.9a12.012,12.012,0,0,1,5.06-.866v4.191h.323a7.335,7.335,0,0,1,7.178-4.738c5.245,0,6.9,4.1,6.9,9.386,0,4.055-1.151,8.7-3.314,11.39-2.071,2.6-4.785,3.736-8.741,3.736a9.386,9.386,0,0,1-3.773-.637L74.6,48.454a7.818,7.818,0,0,1-3.36.548,7.185,7.185,0,0,1-3.266-.548Z' transform='translate(42.239 8.847)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M101.153,19.978a3.964,3.964,0,0,0-2.207-.5,5.637,5.637,0,0,0-4.739,2.1c-1.336,1.732-1.795,4.556-1.795,6.651,0,3.418,1.059,4.694,3.313,4.694a4.85,4.85,0,0,0,4.05-2.1Zm5.017,10.708c-.23,1.913.366,2.323,1.378,2.323a3.429,3.429,0,0,0,1.751-.456,7.563,7.563,0,0,1-1.242,5.331,6.491,6.491,0,0,1-3.5.866c-2.714,0-4.373-1.185-4.6-3.964h-.323a6.833,6.833,0,0,1-6.578,3.964c-3.82,0-7.178-2.233-7.178-9.386A17.452,17.452,0,0,1,88.87,19.112c2.484-3.416,6.44-4.874,10.627-4.874a13.159,13.159,0,0,1,8.188,2.55Z' transform='translate(53.366 8.848)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M113.338,38.75c-6.534,0-10.122-3.6-10.122-10.615a15.247,15.247,0,0,1,2.9-9.432,11.529,11.529,0,0,1,9.707-4.465A9.306,9.306,0,0,1,120.7,15.33a8.54,8.54,0,0,1,.921,5.7,9.129,9.129,0,0,0-4.832-1.321,6.8,6.8,0,0,0-5.153,1.959,7.873,7.873,0,0,0-1.886,5.513c0,4.284,2.161,5.787,5.844,5.787a12.159,12.159,0,0,0,5.244-1.184,8.011,8.011,0,0,1-1.748,5.74,12.638,12.638,0,0,1-5.751,1.231' transform='translate(64.14 8.847)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M121.559,17.366l.691-5.15a11.145,11.145,0,0,1,6.119-1.548l-.783,6.7h5.383a5.51,5.51,0,0,1,.323,2.095,7.255,7.255,0,0,1-.644,3.327h-5.659l-.968,8.793c-.276,2.323.23,3.418,2.486,3.418a6.349,6.349,0,0,0,3.681-1.14A8.08,8.08,0,0,1,130.9,39.6a9.006,9.006,0,0,1-5.2,1.367c-4.647,0-6.442-2.142-6.442-5.832a25.609,25.609,0,0,1,.276-3.235l1.244-9.112H117.6a15.6,15.6,0,0,1,1.15-5.422Z' transform='translate(73.08 6.629)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M39.1,8.766a3.379,3.379,0,0,0-3.582,3.63,3.01,3.01,0,0,0,3.207,3.343A3.38,3.38,0,0,0,42.3,12.108c0-2.124-1.169-3.342-3.207-3.342' transform='translate(22.069 5.447)' fill='%23db1778'/%3E%3C/g%3E%3C/svg%3E%0A\")"
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": {},
13
- "color": { "value": "{dimpact.color.grey.84}" },
14
- "background-color": { "value": "{dimpact.color.white.100}" },
15
- "padding-inline-start": { "value": "{dimpact.size.xs}" },
16
- "padding-inline-end": { "value": "{dimpact.size.xs}" },
17
- "padding-block-start": { "value": "{dimpact.size.xs}" },
18
- "padding-block-end": { "value": "{dimpact.size.xs}" },
19
- "font-size": { "value": "{utrecht.document.font-size}" },
20
- "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
21
- "font-family": { "value": "{utrecht.document.font-family}" },
22
- "border-width": {},
23
- "border-style": {},
24
- "border-color": {},
25
- "border-bottom-width": {},
26
- "border-bottom-style": {},
27
- "border-bottom-color": {},
28
- "border-radius": { "value": "{dimpact.size.2xs}" }
29
- },
30
- "navigation-button": {
31
- "color": { "value": "{dimpact.color.primary}" },
32
- "background-color": { "value": "transparent" },
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": "{dimpact.size.xs}" },
41
- "padding-inline-end": { "value": "{dimpact.size.xs}" },
42
- "padding-block-start": { "value": "0px" },
43
- "padding-block-end": { "value": "0px" },
44
- "disabled": {
45
- "color": { "value": "{dimpact.color.grey.93}" },
46
- "background-color": { "value": "{dimpact.color.white.100}" },
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": "{dimpact.color.grey.84}" },
57
- "background-color": { "value": "transparent" },
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": "{dimpact.color.primary}" },
69
- "background-color": { "value": "{dimpact.color.white.100}" },
70
- "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
71
- "text-decoration": { "value": "unset" },
72
- "border-width": {},
73
- "border-style": {},
74
- "border-color": {},
75
- "border-bottom-width": {},
76
- "border-bottom-style": {},
77
- "border-bottom-color": {}
78
- },
79
- "page": {
80
- "hover": {
81
- "color": { "value": "{dimpact.color.primary}" },
82
- "background-color": { "value": "{dimpact.color.white.100}" },
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": {},
13
+ "color": { "value": "{dimpact.color.grey.84}" },
14
+ "background-color": { "value": "{dimpact.color.white.100}" },
15
+ "padding-inline-start": { "value": "{dimpact.size.xs}" },
16
+ "padding-inline-end": { "value": "{dimpact.size.xs}" },
17
+ "padding-block-start": { "value": "{dimpact.size.xs}" },
18
+ "padding-block-end": { "value": "{dimpact.size.xs}" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
21
+ "font-family": { "value": "{utrecht.document.font-family}" },
22
+ "border-width": {},
23
+ "border-style": {},
24
+ "border-color": {},
25
+ "border-bottom-width": {},
26
+ "border-bottom-style": {},
27
+ "border-bottom-color": {},
28
+ "border-radius": { "value": "{dimpact.size.2xs}" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{dimpact.color.primary}" },
32
+ "background-color": { "value": "transparent" },
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": "{dimpact.size.xs}" },
41
+ "padding-inline-end": { "value": "{dimpact.size.xs}" },
42
+ "padding-block-start": { "value": "0px" },
43
+ "padding-block-end": { "value": "0px" },
44
+ "disabled": {
45
+ "color": { "value": "{dimpact.color.grey.93}" },
46
+ "background-color": { "value": "{dimpact.color.white.100}" },
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": "{dimpact.color.grey.84}" },
57
+ "background-color": { "value": "transparent" },
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": "{dimpact.color.primary}" },
69
+ "background-color": { "value": "{dimpact.color.white.100}" },
70
+ "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
71
+ "text-decoration": { "value": "unset" },
72
+ "border-width": {},
73
+ "border-style": {},
74
+ "border-color": {},
75
+ "border-bottom-width": {},
76
+ "border-bottom-style": {},
77
+ "border-bottom-color": {}
78
+ },
79
+ "page": {
80
+ "hover": {
81
+ "color": { "value": "{dimpact.color.primary}" },
82
+ "background-color": { "value": "{dimpact.color.white.100}" },
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,31 +1,31 @@
1
- {
2
- "denhaag": {
3
- "sidenav": {
4
- "link": {
5
- "padding-block-end": { "value": "{dimpact.size.2xs}" },
6
- "padding-block-start": { "value": "{dimpact.size.2xs}" },
7
- "active-font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
8
- "active-color": { "value": "{dimpact.color.primary-hover}" },
9
- "hover-color": { "value": "{dimpact.color.primary-hover}" },
10
- "color": {},
11
- "label-gap": {}
12
- },
13
- "item": {
14
- "margin-inline-end": {},
15
- "margin-inline-start": {},
16
- "margin-block-end": {},
17
- "margin-block-start": {},
18
- "line-height": {},
19
- "height": {},
20
- "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
21
- "font-size": { "value": "{dimpact.font-size.md}" },
22
- "font-family": { "value": "{utrecht.document.font-family}" }
23
- },
24
- "mobile-display": {},
25
- "min-width": {},
26
- "flex-direction": { "value": "column" },
27
- "display": { "value": "flex" },
28
- "row-gap": { "value": "{dimpact.size.2xs}" }
29
- }
30
- }
31
- }
1
+ {
2
+ "denhaag": {
3
+ "sidenav": {
4
+ "link": {
5
+ "padding-block-end": { "value": "{dimpact.size.2xs}" },
6
+ "padding-block-start": { "value": "{dimpact.size.2xs}" },
7
+ "active-font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
8
+ "active-color": { "value": "{dimpact.color.primary-hover}" },
9
+ "hover-color": { "value": "{dimpact.color.primary-hover}" },
10
+ "color": {},
11
+ "label-gap": {}
12
+ },
13
+ "item": {
14
+ "margin-inline-end": {},
15
+ "margin-inline-start": {},
16
+ "margin-block-end": {},
17
+ "margin-block-start": {},
18
+ "line-height": {},
19
+ "height": {},
20
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
21
+ "font-size": { "value": "{dimpact.font-size.md}" },
22
+ "font-family": { "value": "{utrecht.document.font-family}" }
23
+ },
24
+ "mobile-display": {},
25
+ "min-width": {},
26
+ "flex-direction": { "value": "column" },
27
+ "display": { "value": "flex" },
28
+ "row-gap": { "value": "{dimpact.size.2xs}" }
29
+ }
30
+ }
31
+ }
@@ -1,15 +1,15 @@
1
- {
2
- "tilburg": {
3
- "footer": {
4
- "background-color": { "value": "{utrecht.page-footer.background-color}" },
5
- "color": { "value": "{utrecht.page-footer.color}" },
6
- "link": {
7
- "text-decoration": { "value": "{utrecht.page-footer.link.text-decoration}" },
8
- "hover": {
9
- "text-decoration": { "value": "{utrecht.page-footer.link.hover.text-decoration}" }
10
- }
11
- },
12
- "icon-color": { "value": "{dimpact.color.light-blue.53}" }
13
- }
14
- }
15
- }
1
+ {
2
+ "tilburg": {
3
+ "footer": {
4
+ "background-color": { "value": "{utrecht.page-footer.background-color}" },
5
+ "color": { "value": "{utrecht.page-footer.color}" },
6
+ "link": {
7
+ "text-decoration": { "value": "{utrecht.page-footer.link.text-decoration}" },
8
+ "hover": {
9
+ "text-decoration": { "value": "{utrecht.page-footer.link.hover.text-decoration}" }
10
+ }
11
+ },
12
+ "icon-color": { "value": "{dimpact.color.light-blue.53}" }
13
+ }
14
+ }
15
+ }
@@ -1,12 +1,12 @@
1
- {
2
- "tilburg": {
3
- "header": {
4
- "background-color": { "value": "{utrecht.page-header.background-color}" },
5
- "logo": {
6
- "text-color": {
7
- "value": "{utrecht.page-header.color}"
8
- }
9
- }
10
- }
11
- }
12
- }
1
+ {
2
+ "tilburg": {
3
+ "header": {
4
+ "background-color": { "value": "{utrecht.page-header.background-color}" },
5
+ "logo": {
6
+ "text-color": {
7
+ "value": "{utrecht.page-header.color}"
8
+ }
9
+ }
10
+ }
11
+ }
12
+ }
@@ -1,35 +1,35 @@
1
- {
2
- "tilburg": {
3
- "search-card": {
4
- "background-color": { "value": "{dimpact.color.white.100}" },
5
- "border-color": { "value": "{dimpact.color.light-grey.82}" },
6
- "border-radius": { "value": "18px" },
7
- "border-width": { "value": "1px" },
8
- "border-style": { "value": "solid" },
9
- "padding-inline-start": { "value": "{dimpact.size.md}" },
10
- "padding-inline-end": { "value": "{dimpact.size.md}" },
11
- "padding-block-start": { "value": "{dimpact.size.md}" },
12
- "padding-block-end": { "value": "{dimpact.size.md}" },
13
-
14
- "icon": {
15
- "color": { "value": "{dimpact.color.primary}" }
16
- },
17
- "title": {
18
- "color": { "value": "{dimpact.color.primary}" },
19
- "font-weight": { "value": "bold" }
20
- },
21
- "hover": {
22
- "background-color": { "value": "{dimpact.color.white.100}" },
23
- "border-color": { "value": "{dimpact.color.primary-hover}" },
24
- "box-shadow": { "value": "none" },
25
- "title": {
26
- "color": { "value": "{dimpact.color.primary}" },
27
- "font-weight": { "value": "bold" }
28
- },
29
- "icon": {
30
- "color": { "value": "{dimpact.color.primary-hover}" }
31
- }
32
- }
33
- }
34
- }
35
- }
1
+ {
2
+ "tilburg": {
3
+ "search-card": {
4
+ "background-color": { "value": "{dimpact.color.white.100}" },
5
+ "border-color": { "value": "{dimpact.color.light-grey.82}" },
6
+ "border-radius": { "value": "18px" },
7
+ "border-width": { "value": "1px" },
8
+ "border-style": { "value": "solid" },
9
+ "padding-inline-start": { "value": "{dimpact.size.md}" },
10
+ "padding-inline-end": { "value": "{dimpact.size.md}" },
11
+ "padding-block-start": { "value": "{dimpact.size.md}" },
12
+ "padding-block-end": { "value": "{dimpact.size.md}" },
13
+
14
+ "icon": {
15
+ "color": { "value": "{dimpact.color.primary}" }
16
+ },
17
+ "title": {
18
+ "color": { "value": "{dimpact.color.primary}" },
19
+ "font-weight": { "value": "bold" }
20
+ },
21
+ "hover": {
22
+ "background-color": { "value": "{dimpact.color.white.100}" },
23
+ "border-color": { "value": "{dimpact.color.primary-hover}" },
24
+ "box-shadow": { "value": "none" },
25
+ "title": {
26
+ "color": { "value": "{dimpact.color.primary}" },
27
+ "font-weight": { "value": "bold" }
28
+ },
29
+ "icon": {
30
+ "color": { "value": "{dimpact.color.primary-hover}" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }