@conduction/theme 1.1.56 → 1.1.58

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 (600) hide show
  1. package/README.md +206 -201
  2. package/conduction-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  3. package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  4. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  5. package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  6. package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  7. package/conduction-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  8. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  9. package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  10. package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  11. package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  12. package/conduction-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +3 -1
  13. package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  14. package/municipalities/almere-design-tokens/LICENSE.md +17 -0
  15. package/municipalities/almere-design-tokens/README.md +3 -0
  16. package/municipalities/almere-design-tokens/documentation/color.stories.mdx +17 -0
  17. package/municipalities/almere-design-tokens/documentation/components.stories.mdx +11 -0
  18. package/municipalities/almere-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  19. package/municipalities/almere-design-tokens/documentation/readme.stories.mdx +7 -0
  20. package/municipalities/almere-design-tokens/package.json +40 -0
  21. package/municipalities/almere-design-tokens/src/brand/almere/color.tokens.json +173 -0
  22. package/municipalities/almere-design-tokens/src/brand/almere/font-size.tokens.json +54 -0
  23. package/municipalities/almere-design-tokens/src/brand/almere/size.tokens.json +17 -0
  24. package/municipalities/almere-design-tokens/src/brand/almere/typography.tokens.json +43 -0
  25. package/municipalities/almere-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  26. package/municipalities/almere-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  27. package/municipalities/almere-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  28. package/municipalities/almere-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  29. package/municipalities/almere-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  30. package/municipalities/almere-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  31. package/municipalities/almere-design-tokens/src/component/conduction/select.tokens.json +39 -0
  32. package/municipalities/almere-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  33. package/municipalities/almere-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  34. package/municipalities/almere-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  35. package/municipalities/almere-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  36. package/municipalities/almere-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  37. package/municipalities/almere-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  38. package/municipalities/almere-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  39. package/municipalities/almere-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  40. package/municipalities/almere-design-tokens/src/component/utrecht/breadcrumb.tokens.json +45 -0
  41. package/municipalities/almere-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  42. package/municipalities/almere-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  43. package/municipalities/almere-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  44. package/municipalities/almere-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  45. package/municipalities/almere-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  46. package/municipalities/almere-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  47. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  48. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  49. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  50. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  51. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  52. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +27 -0
  53. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  54. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  55. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +40 -0
  56. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  57. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  58. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  59. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  60. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +27 -0
  61. package/municipalities/almere-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  62. package/municipalities/almere-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  63. package/municipalities/almere-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  64. package/municipalities/almere-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  65. package/municipalities/almere-design-tokens/src/component/utrecht/heading.tokens.json +58 -0
  66. package/municipalities/almere-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  67. package/municipalities/almere-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  68. package/municipalities/almere-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  69. package/municipalities/almere-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  70. package/municipalities/almere-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  71. package/municipalities/almere-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  72. package/municipalities/almere-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  73. package/municipalities/almere-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  74. package/municipalities/almere-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  75. package/municipalities/almere-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  76. package/municipalities/almere-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  77. package/municipalities/almere-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  78. package/municipalities/almere-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  79. package/municipalities/almere-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  80. package/municipalities/almere-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  81. package/municipalities/almere-design-tokens/src/config.json +73 -0
  82. package/municipalities/almere-design-tokens/src/font.scss +108 -0
  83. package/municipalities/almere-design-tokens/src/index.scss +8 -0
  84. package/municipalities/almere-design-tokens/style-dictionary.config.js +6 -0
  85. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -17
  86. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -11
  87. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  88. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -7
  89. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +44 -44
  90. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  91. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  92. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  93. package/municipalities/bct-design-tokens/LICENSE.md +17 -17
  94. package/municipalities/bct-design-tokens/README.md +3 -3
  95. package/municipalities/bct-design-tokens/package.json +40 -40
  96. package/municipalities/bct-design-tokens/src/brand/bct/color.tokens.json +137 -137
  97. package/municipalities/bct-design-tokens/src/brand/bct/font-size.tokens.json +50 -50
  98. package/municipalities/bct-design-tokens/src/brand/bct/size.tokens.json +17 -17
  99. package/municipalities/bct-design-tokens/src/brand/bct/typography.tokens.json +45 -45
  100. package/municipalities/bct-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  101. package/municipalities/bct-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  102. package/municipalities/bct-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  103. package/municipalities/bct-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  104. package/municipalities/bct-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  105. package/municipalities/bct-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  106. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  107. package/municipalities/bct-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  108. package/municipalities/bct-design-tokens/src/component/conduction/select.tokens.json +39 -39
  109. package/municipalities/bct-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  110. package/municipalities/bct-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  111. package/municipalities/bct-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  112. package/municipalities/bct-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  113. package/municipalities/bct-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  114. package/municipalities/bct-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  115. package/municipalities/bct-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  116. package/municipalities/bct-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  117. package/municipalities/bct-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  118. package/municipalities/bct-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  119. package/municipalities/bct-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  120. package/municipalities/bct-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  121. package/municipalities/bct-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  122. package/municipalities/bct-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  123. package/municipalities/bct-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  124. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  125. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  126. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  127. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  128. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  129. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  130. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  131. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  132. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  133. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  134. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  135. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  136. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  137. package/municipalities/bct-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  138. package/municipalities/bct-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  139. package/municipalities/bct-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  140. package/municipalities/bct-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  141. package/municipalities/bct-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  142. package/municipalities/bct-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  143. package/municipalities/bct-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  144. package/municipalities/bct-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  145. package/municipalities/bct-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  146. package/municipalities/bct-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  147. package/municipalities/bct-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  148. package/municipalities/bct-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  149. package/municipalities/bct-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  150. package/municipalities/bct-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  151. package/municipalities/bct-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  152. package/municipalities/bct-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  153. package/municipalities/bct-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  154. package/municipalities/bct-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  155. package/municipalities/bct-design-tokens/src/config.json +73 -73
  156. package/municipalities/bct-design-tokens/src/font.scss +385 -385
  157. package/municipalities/bct-design-tokens/src/index.scss +8 -8
  158. package/municipalities/bct-design-tokens/style-dictionary.config.js +6 -6
  159. package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -17
  160. package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -11
  161. package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  162. package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -7
  163. package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  164. package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  165. package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -35
  166. package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -96
  167. package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  168. package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  169. package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  170. package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  171. package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  172. package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  173. package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  174. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  175. package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  176. package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  177. package/municipalities/buren-design-tokens/documentation/color.stories.mdx +17 -17
  178. package/municipalities/buren-design-tokens/documentation/components.stories.mdx +11 -11
  179. package/municipalities/buren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  180. package/municipalities/buren-design-tokens/documentation/readme.stories.mdx +7 -7
  181. package/municipalities/buren-design-tokens/src/brand/buren/color.tokens.json +1 -1
  182. package/municipalities/buren-design-tokens/src/component/conduction/logo.tokens.json +38 -38
  183. package/municipalities/buren-design-tokens/src/component/conduction/pagination.tokens.json +97 -97
  184. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +4 -2
  185. package/municipalities/buren-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  186. package/municipalities/buren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  187. package/municipalities/dimpact-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  188. package/municipalities/dimpact-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  189. package/municipalities/dimpact-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  190. package/municipalities/dimpact-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  191. package/municipalities/dimpact-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  192. package/municipalities/dimpact-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  193. package/municipalities/dimpact-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  194. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  195. package/municipalities/ede-design-tokens/LICENSE.md +17 -17
  196. package/municipalities/ede-design-tokens/README.md +3 -3
  197. package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -17
  198. package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -11
  199. package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  200. package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -7
  201. package/municipalities/ede-design-tokens/package.json +40 -40
  202. package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -138
  203. package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -50
  204. package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -17
  205. package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -40
  206. package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  207. package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  208. package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -30
  209. package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  210. package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  211. package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  212. package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  213. package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  214. package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  215. package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -39
  216. package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  217. package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  218. package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  219. package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  220. package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  221. package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  222. package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  223. package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  224. package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  225. package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  226. package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  227. package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  228. package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  229. package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  230. package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  231. package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  232. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  233. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  234. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  235. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  236. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  237. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  238. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  239. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  240. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  241. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  242. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  243. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  244. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  245. package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  246. package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  247. package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  248. package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  249. package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  250. package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  251. package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  252. package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  253. package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  254. package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  255. package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  256. package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  257. package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  258. package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  259. package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  260. package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  261. package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  262. package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  263. package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
  264. package/municipalities/ede-design-tokens/src/config.json +73 -73
  265. package/municipalities/ede-design-tokens/src/index.scss +7 -7
  266. package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -6
  267. package/municipalities/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  268. package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  269. package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  270. package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  271. package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  272. package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  273. package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  274. package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  275. package/municipalities/helmond-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  276. package/municipalities/helmond-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  277. package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  278. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  279. package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  280. package/municipalities/helmond-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  281. package/municipalities/hof-van-twente-design-tokens/LICENSE.md +17 -17
  282. package/municipalities/hof-van-twente-design-tokens/README.md +3 -3
  283. package/municipalities/hof-van-twente-design-tokens/documentation/color.stories.mdx +17 -17
  284. package/municipalities/hof-van-twente-design-tokens/documentation/components.stories.mdx +11 -11
  285. package/municipalities/hof-van-twente-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  286. package/municipalities/hof-van-twente-design-tokens/documentation/readme.stories.mdx +7 -7
  287. package/municipalities/hof-van-twente-design-tokens/package.json +42 -42
  288. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/color.tokens.json +147 -147
  289. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/font-size.tokens.json +50 -50
  290. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/size.tokens.json +17 -17
  291. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/typography.tokens.json +50 -50
  292. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  293. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  294. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-header.tokens.json +32 -32
  295. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  296. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  297. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  298. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  299. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/navigation.tokens.json +94 -94
  300. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  301. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/select.tokens.json +39 -39
  302. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  303. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  304. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  305. package/municipalities/hof-van-twente-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  306. package/municipalities/hof-van-twente-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  307. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  308. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  309. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  310. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  311. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/breadcrumb.tokens.json +43 -43
  312. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  313. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  314. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  315. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  316. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  317. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  318. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  319. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  320. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -22
  321. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  322. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  323. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  324. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  325. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  326. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -15
  327. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  328. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +25 -25
  329. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  330. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  331. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  332. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  333. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  334. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  335. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  336. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  337. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  338. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  339. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  340. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  341. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  342. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  343. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  344. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  345. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  346. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  347. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  348. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  349. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
  350. package/municipalities/hof-van-twente-design-tokens/src/config.json +73 -73
  351. package/municipalities/hof-van-twente-design-tokens/src/font.js +10 -10
  352. package/municipalities/hof-van-twente-design-tokens/src/font.scss +421 -421
  353. package/municipalities/hof-van-twente-design-tokens/src/index.scss +8 -8
  354. package/municipalities/hof-van-twente-design-tokens/style-dictionary.config.js +6 -6
  355. package/municipalities/lansingerland-design-tokens/LICENSE.md +17 -17
  356. package/municipalities/lansingerland-design-tokens/README.md +3 -3
  357. package/municipalities/lansingerland-design-tokens/package.json +41 -41
  358. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/color.tokens.json +150 -150
  359. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/font-size.tokens.json +50 -50
  360. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/size.tokens.json +17 -17
  361. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/typography.tokens.json +40 -40
  362. package/municipalities/lansingerland-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  363. package/municipalities/lansingerland-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  364. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-header.tokens.json +34 -34
  365. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-wrapper.tokens.json +37 -37
  366. package/municipalities/lansingerland-design-tokens/src/component/conduction/checkbox.tokens.json +72 -72
  367. package/municipalities/lansingerland-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  368. package/municipalities/lansingerland-design-tokens/src/component/conduction/navigation.tokens.json +104 -104
  369. package/municipalities/lansingerland-design-tokens/src/component/conduction/select.tokens.json +39 -39
  370. package/municipalities/lansingerland-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  371. package/municipalities/lansingerland-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  372. package/municipalities/lansingerland-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  373. package/municipalities/lansingerland-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  374. package/municipalities/lansingerland-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  375. package/municipalities/lansingerland-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  376. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  377. package/municipalities/lansingerland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  378. package/municipalities/lansingerland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  379. package/municipalities/lansingerland-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  380. package/municipalities/lansingerland-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  381. package/municipalities/lansingerland-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  382. package/municipalities/lansingerland-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  383. package/municipalities/lansingerland-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  384. package/municipalities/lansingerland-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  385. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  386. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  387. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  388. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  389. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  390. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  391. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  392. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  393. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  394. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  395. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  396. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +35 -35
  397. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  398. package/municipalities/lansingerland-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  399. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  400. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  401. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  402. package/municipalities/lansingerland-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  403. package/municipalities/lansingerland-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  404. package/municipalities/lansingerland-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  405. package/municipalities/lansingerland-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  406. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  407. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  408. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  409. package/municipalities/lansingerland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  410. package/municipalities/lansingerland-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  411. package/municipalities/lansingerland-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  412. package/municipalities/lansingerland-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  413. package/municipalities/lansingerland-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  414. package/municipalities/lansingerland-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  415. package/municipalities/lansingerland-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  416. package/municipalities/lansingerland-design-tokens/src/config.json +73 -73
  417. package/municipalities/lansingerland-design-tokens/src/index.scss +7 -7
  418. package/municipalities/lansingerland-design-tokens/style-dictionary.config.js +6 -6
  419. package/municipalities/migrato-design-tokens/LICENSE.md +17 -17
  420. package/municipalities/migrato-design-tokens/README.md +3 -3
  421. package/municipalities/migrato-design-tokens/package.json +40 -40
  422. package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -150
  423. package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -50
  424. package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -17
  425. package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -45
  426. package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  427. package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  428. package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  429. package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  430. package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -71
  431. package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  432. package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  433. package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  434. package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  435. package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -39
  436. package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  437. package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  438. package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  439. package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  440. package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  441. package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  442. package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  443. package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  444. package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  445. package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  446. package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  447. package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  448. package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  449. package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  450. package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  451. package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  452. package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  453. package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  454. package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  455. package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  456. package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  457. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -10
  458. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  459. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  460. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  461. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  462. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  463. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  464. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -39
  465. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  466. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  467. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  468. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  469. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  470. package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  471. package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  472. package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  473. package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  474. package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  475. package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  476. package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  477. package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  478. package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  479. package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  480. package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  481. package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  482. package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  483. package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  484. package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  485. package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  486. package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  487. package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  488. package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  489. package/municipalities/migrato-design-tokens/src/config.json +73 -73
  490. package/municipalities/migrato-design-tokens/src/font.scss +6 -6
  491. package/municipalities/migrato-design-tokens/src/index.scss +8 -8
  492. package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -6
  493. package/municipalities/moerdijk-design-tokens/documentation/color.stories.mdx +17 -17
  494. package/municipalities/moerdijk-design-tokens/documentation/components.stories.mdx +11 -11
  495. package/municipalities/moerdijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  496. package/municipalities/moerdijk-design-tokens/documentation/readme.stories.mdx +7 -7
  497. package/municipalities/moerdijk-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  498. package/municipalities/moerdijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  499. package/municipalities/moerdijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  500. package/municipalities/moerdijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  501. package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
  502. package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -17
  503. package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -3
  504. package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -42
  505. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -142
  506. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -50
  507. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -17
  508. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -40
  509. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  510. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  511. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -29
  512. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -149
  513. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -34
  514. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -33
  515. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -69
  516. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -28
  517. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +38 -38
  518. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -88
  519. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -39
  520. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -21
  521. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -85
  522. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -17
  523. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -107
  524. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -31
  525. package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -12
  526. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/footer.tokens.json +15 -15
  527. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/header.tokens.json +12 -12
  528. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -35
  529. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -68
  530. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -46
  531. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -13
  532. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -8
  533. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -27
  534. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -44
  535. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -152
  536. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -80
  537. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -57
  538. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -26
  539. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -28
  540. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -12
  541. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -36
  542. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -9
  543. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  544. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  545. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -13
  546. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -26
  547. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -7
  548. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -10
  549. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -40
  550. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -15
  551. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  552. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -9
  553. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  554. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -37
  555. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -26
  556. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -15
  557. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -17
  558. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -34
  559. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -23
  560. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -49
  561. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -12
  562. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -33
  563. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -31
  564. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -13
  565. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -10
  566. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -11
  567. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -25
  568. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -68
  569. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -47
  570. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -16
  571. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -24
  572. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -8
  573. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -60
  574. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -35
  575. package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -73
  576. package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -57
  577. package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -8
  578. package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -6
  579. package/municipalities/rotterdam-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  580. package/municipalities/rotterdam-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  581. package/municipalities/rotterdam-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  582. package/municipalities/rotterdam-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  583. package/municipalities/rotterdam-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  584. package/municipalities/soest-design-tokens/documentation/color.stories.mdx +17 -17
  585. package/municipalities/soest-design-tokens/documentation/components.stories.mdx +11 -11
  586. package/municipalities/soest-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  587. package/municipalities/soest-design-tokens/documentation/readme.stories.mdx +7 -7
  588. package/municipalities/soest-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  589. package/municipalities/soest-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  590. package/municipalities/soest-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  591. package/municipalities/soest-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  592. package/municipalities/stichtse-vecht-design-tokens/documentation/color.stories.mdx +17 -17
  593. package/municipalities/stichtse-vecht-design-tokens/documentation/components.stories.mdx +11 -11
  594. package/municipalities/stichtse-vecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  595. package/municipalities/stichtse-vecht-design-tokens/documentation/readme.stories.mdx +7 -7
  596. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/logo.tokens.json +21 -21
  597. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  598. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  599. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  600. package/package.json +59 -58
@@ -1,38 +1,38 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "326.5px" },
6
- "block-size": { "value": "65px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNSIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDMyNi41IDY1IiBhcmlhLWxhYmVsbGVkYnk9InNpdGUtbG9nby10aXRsZSBzaXRlLWxvZ28tZGVzYyIgY2xhc3M9ImxvZ29fX3N2ZyI+CiAgPGRlc2M+CiAgICBMb2dvIGRhdCBuYWFyIGRlIGhvb2ZkcGFnaW5hIGxlaWR0CiAgPC9kZXNjPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjI2LjkgMTUuM2MtLjYgMC0xLjktLjEtMi40LS4zbC0uMS0uN2MuNy4yIDEuNS4yIDIuMy4yLjkgMCAyLjctLjEgMi43LTEuNCAwLTIuMS00LjctLjQtNC43LTIuMiAwLS42LjUtMS4zLjktMS42bC0uMS0uMWMtLjktLjYtMS40LTEuMS0xLjQtMi4zIDAtMS43IDEuNS0yLjcgMy4xLTIuNy4zIDAgLjcuMS45LjFoMi4yVjVsLTEuMy0uMWMuNi41LjggMS4yLjggMS45IDAgMS44LTEuNSAyLjctMy4xIDIuN2gtLjdjLS4yLjItLjUuNS0uNS44IDAgMS4yIDQuOC0uMyA0LjggMi41LjEgMS45LTEuOSAyLjQtMy40IDIuNW0uMS0xMC41Yy0xLjIgMC0xLjYgMS4xLTEuNiAyLjFTMjI1LjggOSAyMjcgOXMxLjYtMS4xIDEuNi0yLjFjLS4xLTEtLjUtMi4xLTEuNi0yLjFtNiAyLjd2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuNy0yLjhDMjMzLjYgNC43IDIzMyA2IDIzMyA3aDMuMnYtLjNjMC0uOS0uNC0yLTEuNS0ybTEzLjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNSAwLTEuMi42LTEuNSAxdjUuN2gtMS4zVjYuOWMwLS45LS40LTEuOS0xLjUtMS45LS41IDAtMS4yLjUtMS41Ljl2NS43aC0xLjNWNC41bDEuMy0uM3YxYy43LS42IDEuMi0xIDIuMi0xIC44IDAgMS41LjMgMS44IDEuMi43LS43IDEuNC0xLjIgMi40LTEuMiAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNC42LTQuMnYuN2MwIDEuOC44IDIuOSAyLjcgMi45LjUgMCAxLS4xIDEuNi0uMmwtLjIuN2MtLjcuMS0xLjQuMi0yIC4yLTIuMiAwLTMuMy0xLjUtMy4zLTMuNiAwLTIgMS4xLTQgMy4zLTQgMiAwIDIuNyAxLjUgMi43IDMuMnptMS44LTIuOGMtMS4xIDAtMS43IDEuMy0xLjggMi4zaDMuMnYtLjNjMC0uOS0uMy0yLTEuNC0ybTUuMyAyLjh2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuOC0yLjhjLTEuMSAwLTEuNyAxLjMtMS44IDIuM2gzLjJ2LS4zYzAtLjktLjMtMi0xLjQtMm05LjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNiAwLTEuNC41LTEuOC45djUuN2gtMS4zVjQuNWwxLjMtLjN2MWMuNy0uNiAxLjUtMSAyLjUtMSAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNy4yIDBjLS41LjEtMSAuMi0xLjUuMi0xLjMgMC0xLjctLjctMS43LTEuOVY0LjloLS45di0uNmguOVYyLjZsMS4zLS4zdjJoMS42di41SDI3NnY0LjdjMCAxIC4yIDEuNCAxLjIgMS40LjMgMCAuNiAwIC45LS4xem0yLjItNC4ydi43YzAgMS44LjggMi45IDIuNyAyLjkuNSAwIDEtLjEgMS42LS4ybC0uMi43Yy0uNy4xLTEuNC4yLTIgLjItMi4yIDAtMy4zLTEuNS0zLjMtMy42IDAtMiAxLjEtNCAzLjMtNCAyIDAgMi43IDEuNSAyLjcgMy4yem0xLjgtMi44Yy0xLjEgMC0xLjcgMS4zLTEuOCAyLjNoMy4ydi0uM2MuMS0uOS0uMy0yLTEuNC0yTTU5LjMgNDcuNGMtNy4yIDAtMTAuNS02LjctMTAuNS0xMy4yczMuNS0xMy45IDEwLjktMTMuOGM3LjQgMCAxMC42IDYuNSAxMC42IDEzLjEgMCA2LjctMy4yIDEzLjgtMTEgMTMuOW0uNS0yNWMtNC44IDAtNS43IDgtNS43IDExLjUgMCAzLjMuOCAxMS4zIDUuNCAxMS4zUzY1IDM2LjkgNjUgMzMuNWMwLTMuMi0uNi0xMS4xLTUuMi0xMS4xbTIzLjMgMjQuNXYtMS44YTguMSA4LjEgMCAwIDEtNS4yIDIuMWMtMy44IDAtNC41LTQuNi00LjUtNy41VjI4LjZsNC42LTF2MTEuOGMwIDEuNS4yIDQuNyAyLjMgNC43IDEuMSAwIDIuMS0uNyAyLjgtMS41di0xNGw0LjYtMXYxOS4yem0xOC41IDBWMzAuN2MtLjgtLjUtMS42LS44LTIuNS0uOC0yLjkgMC0zLjMgNS40LTMuMyA3LjUgMCAyLjQuNSA3LjkgMy44IDcuOS42IDAgMS4yIDAgMS44LS4zbC0uNCAxLjljLS45LjMtMi4xLjQtMy4xLjQtNS4xIDAtNy01LTctOS40czIuMi0xMC4yIDcuNS0xMC4yYzEuMiAwIDIuMy4zIDMuNC45di05LjhsNC42LTF2MjguOWMtLjEuMi00LjguMi00LjguMm0xMi4zLTEwLjN2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTcuMyAxMi43VjIxaDQuNnYyNS45em03LjQgOS0xLTEuNmMzLjYtLjMgNC00LjggNC03LjZWMjFoNC42djI0LjdjMCA1LjItMS41IDEwLjEtNy42IDEwLjJtMTYuNy04LjZjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTE0IDBjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTEzLjQtMTAuN3YuM2MwIDMuOC42IDcuOSA1LjUgNy45IDEuMiAwIDIuNC0uMyAzLjUtLjdsLS42IDIuM2MtMS43LjYtMy42LjktNS40LjktNS41IDAtNy45LTQuMi04LTkuMiAwLTUgMi41LTEwLjMgOC4xLTEwLjMgNS4yIDAgNi43IDQuNCA2LjcgOC44em01LjItMi40YzAtMS45LS4yLTQuNC0yLjMtNC40LTIuMyAwLTIuOSAzLjUtMi45IDUuMmg1LjN2LS44em03LjcgMTIuN3YtMjhsNC42LTF2MjguOWgtNC42em0xMi44LjRjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAuMSA0LTMgNi4xLTYuOCA2LjFtMTktLjhjLTEuNi40LTMuMi44LTQuOC44LTMuMSAwLTMuOC0yLjMtMy44LTQuOVYyOS44aC0ydi0xLjZoMS45di00LjNsNC42LTF2NS4zaDMuOHYxLjZoLTMuOHYxMS43YzAgMS44LjIgMyAyLjMgM3ExLjA1IDAgMi4xLS4zYy4xIDAtLjMgMi4zLS4zIDIuM20xMi4zLTEzLjZjLS40LS41LTEuMi0xLjEtMS45LTEuMS0xLjUgMC0yLjUgMS45LTMuMSAzLjF2MTEuOWgtNC42VjI4LjZsNC42LTF2NGMuNi0xLjUgMi0zLjkgMy44LTMuOGE0IDQgMCAwIDEgMi4zLjh6bTYuNCAzLjd2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTAuNyAyLjR2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zem0xMi4zIDEyLjdoLTQuNnYtMjhsNC42LTF6bTYuNS40LTYuNC0xMC43IDcuMS04LjVoMy4xbC02LjIgNy42IDYuOSAxMC43eiIvPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjUzLjcgNTVjMS42LjkgMy4yIDEuNCA0LjkgMS42di4zYzIuMi40IDQuNiAxLjYgNi45LjYgMi4yLjEgNC4zLjUgNi40IDEuMS0uOC4xLTEuNS4yLTIuMyAwIDEuOC45IDQuMiAxIDYuNCAxLjNsLjQuNmMxIC4yIDIuMi4zIDMuMy4yLS4xLjItLjMgMC0uNC4yIDIuOCAxIDYgLjggOC45IDEuNGwtLjEtLjVjMS44LjkgNCAuOCA2LjEgMS4yIDItMSA0LjEgMCA2LjMtLjJsMS40LS4yYzAgLjMtLjEuNS0uMS43IDIuNS0uNSA0LjcuMiA3LjItLjQtLjItLjItLjgtLjMtMS4yLS40IDMuOC40IDguMy44IDEyLjgtLjJsNS44LS44Yy02LjIgMS42LTEzLjEgMi42LTE5LjggMy0yMS45IDItNDIuMS0xLjUtNjEtOC45bC04LjgtMi44YzEtLjMgOC0uNiA4LS42IDQuOSAxLjYgMy45IDIgOC45IDIuOE0uMSAzNC41Yy0uMS4xLS4zLjMgMCAuMS4xLS4xIDIuNi0xLjcgMi42LTEuN0w0IDMxLjR6bTEwLjctOWMtLjYuNC0zLjggMi43LTIuNyAyLjUuNi0uMS42LjEuNC4yczMuOC0zLjIgMy44LTMuMi0yLjcgMi40LTQgMi45Yy0uMy4xLS4zIDAtLjEtLjIuMy0uMyAxLjctMS41IDIuNi0yLjJtNi4yLTRjLS4yLjMtLjguOC0uOSAxczAgLjEuMS4xYy4yLS4xIDEuNy0xLjEgMS45LTEuMy4yLS4xLjYtLjQgMC0uMi0uNy4yLTEuMS40LTEuMS40bTEzMS43LTEyLS41LS4yYy4xLjIuMy4yLjUuMm0tMTIuNC02LjMtLjEuMmMtMy4yLS43LTYuOC0uNi05LjYtMi4xLTUuMS40LTEwLjItMS0xNS40LTEuMS42LS4yIDEuMy4xIDEuOC0uMi0xMS40IDAtMjMuMy4yLTM0LjUgMS42LTQuOS43LTkuOSAxLjItMTQuNCAyLjYtMTMuNCAyLjktMjYuNCA2LjYtMzguMiAxMy4xQzM1IDEzLjIgNDQuNiAxMC42IDU0IDcuNmMxMS0xLjggMjEuMy00LjggMzIuNy01LjNsLjUuNWMtMi4yLjItNC42LjMtNi45LjZsMiAuMS02LjEgMWM3LjctMS4zIDE1LjgtMS42IDI0LTEuOS00LjQtLjMtOC44LjUtMTMtLjMgMy43LS42IDcuNi0uNyAxMS42LS44IDggLjIgMTYuMS4zIDIzLjYgMS43bC0uNi4yYzEuNS0uNSAzLjUtLjQgNSAuMWwtLjUuNWM0LjEuMiA4IDEuMyAxMS43IDIuMi0uNC4xLS44LjMtMS4yLjIgMiAuMyAzLjguOSA1LjUgMS43bC4yLS40Yy43LS4xIDEuMi4xIDEuOC4yIDEuNCAxLjEgMy40LjcgNS4xIDEuMnYuM2MtLjMtLjEtLjYgMC0uOCAwbDQuNyAxLjUuMS0uM2MxLS4xIDEuOC42IDIuNyAxbC0uOS45LTcuMi0xLjZjMi4xLjggNC44LjcgNi41IDIuM2wtLjEuMWMtLjEtLjEtLjMtLjEtLjQtLjFsMTkuMiA2LjctLjgtLjhjMS4zLjQgMi42IDEuMSAzLjcgMiAyLjQgMCA0LjUuOSA2LjUgMiAxLjItLjYgMi43LTEuMyA0LjMtMS44LTE2LTcuOS0zMi42LTE0LjYtNTAuNi0xOC4xbS02MS43LjktMS4yLjQgMS44LS40em00LjEuOWMtMS42IDAtMy4yLjQtNC44LjYgMS42LjEgMy4zLS40IDQuOC0uNiIvPgo8L3N2Zz4K\")"
9
- },
10
- "hover": {
11
- "filter": {
12
- "value": "invert(23%) sepia(92%) saturate(2177%) hue-rotate(185deg) brightness(92%) contrast(101%);"
13
- }
14
- }
15
- },
16
- "footer": {
17
- "inline-size": { "value": "220px" },
18
- "block-size": { "value": "40px" },
19
- "background-image": {},
20
- "hover": {
21
- "filter": {}
22
- }
23
- },
24
- "navbar": {
25
- "inline-size": { "value": "276px" },
26
- "block-size": { "value": "53px" },
27
- "background-image": {
28
- "value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNSIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDMyNi41IDY1IiBhcmlhLWxhYmVsbGVkYnk9InNpdGUtbG9nby10aXRsZSBzaXRlLWxvZ28tZGVzYyIgY2xhc3M9ImxvZ29fX3N2ZyI+CiAgPGRlc2M+CiAgICBMb2dvIGRhdCBuYWFyIGRlIGhvb2ZkcGFnaW5hIGxlaWR0CiAgPC9kZXNjPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjI2LjkgMTUuM2MtLjYgMC0xLjktLjEtMi40LS4zbC0uMS0uN2MuNy4yIDEuNS4yIDIuMy4yLjkgMCAyLjctLjEgMi43LTEuNCAwLTIuMS00LjctLjQtNC43LTIuMiAwLS42LjUtMS4zLjktMS42bC0uMS0uMWMtLjktLjYtMS40LTEuMS0xLjQtMi4zIDAtMS43IDEuNS0yLjcgMy4xLTIuNy4zIDAgLjcuMS45LjFoMi4yVjVsLTEuMy0uMWMuNi41LjggMS4yLjggMS45IDAgMS44LTEuNSAyLjctMy4xIDIuN2gtLjdjLS4yLjItLjUuNS0uNS44IDAgMS4yIDQuOC0uMyA0LjggMi41LjEgMS45LTEuOSAyLjQtMy40IDIuNW0uMS0xMC41Yy0xLjIgMC0xLjYgMS4xLTEuNiAyLjFTMjI1LjggOSAyMjcgOXMxLjYtMS4xIDEuNi0yLjFjLS4xLTEtLjUtMi4xLTEuNi0yLjFtNiAyLjd2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuNy0yLjhDMjMzLjYgNC43IDIzMyA2IDIzMyA3aDMuMnYtLjNjMC0uOS0uNC0yLTEuNS0ybTEzLjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNSAwLTEuMi42LTEuNSAxdjUuN2gtMS4zVjYuOWMwLS45LS40LTEuOS0xLjUtMS45LS41IDAtMS4yLjUtMS41Ljl2NS43aC0xLjNWNC41bDEuMy0uM3YxYy43LS42IDEuMi0xIDIuMi0xIC44IDAgMS41LjMgMS44IDEuMi43LS43IDEuNC0xLjIgMi40LTEuMiAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNC42LTQuMnYuN2MwIDEuOC44IDIuOSAyLjcgMi45LjUgMCAxLS4xIDEuNi0uMmwtLjIuN2MtLjcuMS0xLjQuMi0yIC4yLTIuMiAwLTMuMy0xLjUtMy4zLTMuNiAwLTIgMS4xLTQgMy4zLTQgMiAwIDIuNyAxLjUgMi43IDMuMnptMS44LTIuOGMtMS4xIDAtMS43IDEuMy0xLjggMi4zaDMuMnYtLjNjMC0uOS0uMy0yLTEuNC0ybTUuMyAyLjh2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuOC0yLjhjLTEuMSAwLTEuNyAxLjMtMS44IDIuM2gzLjJ2LS4zYzAtLjktLjMtMi0xLjQtMm05LjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNiAwLTEuNC41LTEuOC45djUuN2gtMS4zVjQuNWwxLjMtLjN2MWMuNy0uNiAxLjUtMSAyLjUtMSAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNy4yIDBjLS41LjEtMSAuMi0xLjUuMi0xLjMgMC0xLjctLjctMS43LTEuOVY0LjloLS45di0uNmguOVYyLjZsMS4zLS4zdjJoMS42di41SDI3NnY0LjdjMCAxIC4yIDEuNCAxLjIgMS40LjMgMCAuNiAwIC45LS4xem0yLjItNC4ydi43YzAgMS44LjggMi45IDIuNyAyLjkuNSAwIDEtLjEgMS42LS4ybC0uMi43Yy0uNy4xLTEuNC4yLTIgLjItMi4yIDAtMy4zLTEuNS0zLjMtMy42IDAtMiAxLjEtNCAzLjMtNCAyIDAgMi43IDEuNSAyLjcgMy4yem0xLjgtMi44Yy0xLjEgMC0xLjcgMS4zLTEuOCAyLjNoMy4ydi0uM2MuMS0uOS0uMy0yLTEuNC0yTTU5LjMgNDcuNGMtNy4yIDAtMTAuNS02LjctMTAuNS0xMy4yczMuNS0xMy45IDEwLjktMTMuOGM3LjQgMCAxMC42IDYuNSAxMC42IDEzLjEgMCA2LjctMy4yIDEzLjgtMTEgMTMuOW0uNS0yNWMtNC44IDAtNS43IDgtNS43IDExLjUgMCAzLjMuOCAxMS4zIDUuNCAxMS4zUzY1IDM2LjkgNjUgMzMuNWMwLTMuMi0uNi0xMS4xLTUuMi0xMS4xbTIzLjMgMjQuNXYtMS44YTguMSA4LjEgMCAwIDEtNS4yIDIuMWMtMy44IDAtNC41LTQuNi00LjUtNy41VjI4LjZsNC42LTF2MTEuOGMwIDEuNS4yIDQuNyAyLjMgNC43IDEuMSAwIDIuMS0uNyAyLjgtMS41di0xNGw0LjYtMXYxOS4yem0xOC41IDBWMzAuN2MtLjgtLjUtMS42LS44LTIuNS0uOC0yLjkgMC0zLjMgNS40LTMuMyA3LjUgMCAyLjQuNSA3LjkgMy44IDcuOS42IDAgMS4yIDAgMS44LS4zbC0uNCAxLjljLS45LjMtMi4xLjQtMy4xLjQtNS4xIDAtNy01LTctOS40czIuMi0xMC4yIDcuNS0xMC4yYzEuMiAwIDIuMy4zIDMuNC45di05LjhsNC42LTF2MjguOWMtLjEuMi00LjguMi00LjguMm0xMi4zLTEwLjN2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTcuMyAxMi43VjIxaDQuNnYyNS45em03LjQgOS0xLTEuNmMzLjYtLjMgNC00LjggNC03LjZWMjFoNC42djI0LjdjMCA1LjItMS41IDEwLjEtNy42IDEwLjJtMTYuNy04LjZjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTE0IDBjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTEzLjQtMTAuN3YuM2MwIDMuOC42IDcuOSA1LjUgNy45IDEuMiAwIDIuNC0uMyAzLjUtLjdsLS42IDIuM2MtMS43LjYtMy42LjktNS40LjktNS41IDAtNy45LTQuMi04LTkuMiAwLTUgMi41LTEwLjMgOC4xLTEwLjMgNS4yIDAgNi43IDQuNCA2LjcgOC44em01LjItMi40YzAtMS45LS4yLTQuNC0yLjMtNC40LTIuMyAwLTIuOSAzLjUtMi45IDUuMmg1LjN2LS44em03LjcgMTIuN3YtMjhsNC42LTF2MjguOWgtNC42em0xMi44LjRjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAuMSA0LTMgNi4xLTYuOCA2LjFtMTktLjhjLTEuNi40LTMuMi44LTQuOC44LTMuMSAwLTMuOC0yLjMtMy44LTQuOVYyOS44aC0ydi0xLjZoMS45di00LjNsNC42LTF2NS4zaDMuOHYxLjZoLTMuOHYxMS43YzAgMS44LjIgMyAyLjMgM3ExLjA1IDAgMi4xLS4zYy4xIDAtLjMgMi4zLS4zIDIuM20xMi4zLTEzLjZjLS40LS41LTEuMi0xLjEtMS45LTEuMS0xLjUgMC0yLjUgMS45LTMuMSAzLjF2MTEuOWgtNC42VjI4LjZsNC42LTF2NGMuNi0xLjUgMi0zLjkgMy44LTMuOGE0IDQgMCAwIDEgMi4zLjh6bTYuNCAzLjd2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTAuNyAyLjR2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zem0xMi4zIDEyLjdoLTQuNnYtMjhsNC42LTF6bTYuNS40LTYuNC0xMC43IDcuMS04LjVoMy4xbC02LjIgNy42IDYuOSAxMC43eiIvPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjUzLjcgNTVjMS42LjkgMy4yIDEuNCA0LjkgMS42di4zYzIuMi40IDQuNiAxLjYgNi45LjYgMi4yLjEgNC4zLjUgNi40IDEuMS0uOC4xLTEuNS4yLTIuMyAwIDEuOC45IDQuMiAxIDYuNCAxLjNsLjQuNmMxIC4yIDIuMi4zIDMuMy4yLS4xLjItLjMgMC0uNC4yIDIuOCAxIDYgLjggOC45IDEuNGwtLjEtLjVjMS44LjkgNCAuOCA2LjEgMS4yIDItMSA0LjEgMCA2LjMtLjJsMS40LS4yYzAgLjMtLjEuNS0uMS43IDIuNS0uNSA0LjcuMiA3LjItLjQtLjItLjItLjgtLjMtMS4yLS40IDMuOC40IDguMy44IDEyLjgtLjJsNS44LS44Yy02LjIgMS42LTEzLjEgMi42LTE5LjggMy0yMS45IDItNDIuMS0xLjUtNjEtOC45bC04LjgtMi44YzEtLjMgOC0uNiA4LS42IDQuOSAxLjYgMy45IDIgOC45IDIuOE0uMSAzNC41Yy0uMS4xLS4zLjMgMCAuMS4xLS4xIDIuNi0xLjcgMi42LTEuN0w0IDMxLjR6bTEwLjctOWMtLjYuNC0zLjggMi43LTIuNyAyLjUuNi0uMS42LjEuNC4yczMuOC0zLjIgMy44LTMuMi0yLjcgMi40LTQgMi45Yy0uMy4xLS4zIDAtLjEtLjIuMy0uMyAxLjctMS41IDIuNi0yLjJtNi4yLTRjLS4yLjMtLjguOC0uOSAxczAgLjEuMS4xYy4yLS4xIDEuNy0xLjEgMS45LTEuMy4yLS4xLjYtLjQgMC0uMi0uNy4yLTEuMS40LTEuMS40bTEzMS43LTEyLS41LS4yYy4xLjIuMy4yLjUuMm0tMTIuNC02LjMtLjEuMmMtMy4yLS43LTYuOC0uNi05LjYtMi4xLTUuMS40LTEwLjItMS0xNS40LTEuMS42LS4yIDEuMy4xIDEuOC0uMi0xMS40IDAtMjMuMy4yLTM0LjUgMS42LTQuOS43LTkuOSAxLjItMTQuNCAyLjYtMTMuNCAyLjktMjYuNCA2LjYtMzguMiAxMy4xQzM1IDEzLjIgNDQuNiAxMC42IDU0IDcuNmMxMS0xLjggMjEuMy00LjggMzIuNy01LjNsLjUuNWMtMi4yLjItNC42LjMtNi45LjZsMiAuMS02LjEgMWM3LjctMS4zIDE1LjgtMS42IDI0LTEuOS00LjQtLjMtOC44LjUtMTMtLjMgMy43LS42IDcuNi0uNyAxMS42LS44IDggLjIgMTYuMS4zIDIzLjYgMS43bC0uNi4yYzEuNS0uNSAzLjUtLjQgNSAuMWwtLjUuNWM0LjEuMiA4IDEuMyAxMS43IDIuMi0uNC4xLS44LjMtMS4yLjIgMiAuMyAzLjguOSA1LjUgMS43bC4yLS40Yy43LS4xIDEuMi4xIDEuOC4yIDEuNCAxLjEgMy40LjcgNS4xIDEuMnYuM2MtLjMtLjEtLjYgMC0uOCAwbDQuNyAxLjUuMS0uM2MxLS4xIDEuOC42IDIuNyAxbC0uOS45LTcuMi0xLjZjMi4xLjggNC44LjcgNi41IDIuM2wtLjEuMWMtLjEtLjEtLjMtLjEtLjQtLjFsMTkuMiA2LjctLjgtLjhjMS4zLjQgMi42IDEuMSAzLjcgMiAyLjQgMCA0LjUuOSA2LjUgMiAxLjItLjYgMi43LTEuMyA0LjMtMS44LTE2LTcuOS0zMi42LTE0LjYtNTAuNi0xOC4xbS02MS43LjktMS4yLjQgMS44LS40em00LjEuOWMtMS42IDAtMy4yLjQtNC44LjYgMS42LjEgMy4zLS40IDQuOC0uNiIvPgo8L3N2Zz4K\")"
29
- },
30
- "hover": {
31
- "filter": {
32
- "value": "invert(23%) sepia(92%) saturate(2177%) hue-rotate(185deg) brightness(92%) contrast(101%);"
33
- }
34
- }
35
- }
36
- }
37
- }
38
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "326.5px" },
6
+ "block-size": { "value": "65px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNSIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDMyNi41IDY1IiBhcmlhLWxhYmVsbGVkYnk9InNpdGUtbG9nby10aXRsZSBzaXRlLWxvZ28tZGVzYyIgY2xhc3M9ImxvZ29fX3N2ZyI+CiAgPGRlc2M+CiAgICBMb2dvIGRhdCBuYWFyIGRlIGhvb2ZkcGFnaW5hIGxlaWR0CiAgPC9kZXNjPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjI2LjkgMTUuM2MtLjYgMC0xLjktLjEtMi40LS4zbC0uMS0uN2MuNy4yIDEuNS4yIDIuMy4yLjkgMCAyLjctLjEgMi43LTEuNCAwLTIuMS00LjctLjQtNC43LTIuMiAwLS42LjUtMS4zLjktMS42bC0uMS0uMWMtLjktLjYtMS40LTEuMS0xLjQtMi4zIDAtMS43IDEuNS0yLjcgMy4xLTIuNy4zIDAgLjcuMS45LjFoMi4yVjVsLTEuMy0uMWMuNi41LjggMS4yLjggMS45IDAgMS44LTEuNSAyLjctMy4xIDIuN2gtLjdjLS4yLjItLjUuNS0uNS44IDAgMS4yIDQuOC0uMyA0LjggMi41LjEgMS45LTEuOSAyLjQtMy40IDIuNW0uMS0xMC41Yy0xLjIgMC0xLjYgMS4xLTEuNiAyLjFTMjI1LjggOSAyMjcgOXMxLjYtMS4xIDEuNi0yLjFjLS4xLTEtLjUtMi4xLTEuNi0yLjFtNiAyLjd2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuNy0yLjhDMjMzLjYgNC43IDIzMyA2IDIzMyA3aDMuMnYtLjNjMC0uOS0uNC0yLTEuNS0ybTEzLjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNSAwLTEuMi42LTEuNSAxdjUuN2gtMS4zVjYuOWMwLS45LS40LTEuOS0xLjUtMS45LS41IDAtMS4yLjUtMS41Ljl2NS43aC0xLjNWNC41bDEuMy0uM3YxYy43LS42IDEuMi0xIDIuMi0xIC44IDAgMS41LjMgMS44IDEuMi43LS43IDEuNC0xLjIgMi40LTEuMiAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNC42LTQuMnYuN2MwIDEuOC44IDIuOSAyLjcgMi45LjUgMCAxLS4xIDEuNi0uMmwtLjIuN2MtLjcuMS0xLjQuMi0yIC4yLTIuMiAwLTMuMy0xLjUtMy4zLTMuNiAwLTIgMS4xLTQgMy4zLTQgMiAwIDIuNyAxLjUgMi43IDMuMnptMS44LTIuOGMtMS4xIDAtMS43IDEuMy0xLjggMi4zaDMuMnYtLjNjMC0uOS0uMy0yLTEuNC0ybTUuMyAyLjh2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuOC0yLjhjLTEuMSAwLTEuNyAxLjMtMS44IDIuM2gzLjJ2LS4zYzAtLjktLjMtMi0xLjQtMm05LjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNiAwLTEuNC41LTEuOC45djUuN2gtMS4zVjQuNWwxLjMtLjN2MWMuNy0uNiAxLjUtMSAyLjUtMSAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNy4yIDBjLS41LjEtMSAuMi0xLjUuMi0xLjMgMC0xLjctLjctMS43LTEuOVY0LjloLS45di0uNmguOVYyLjZsMS4zLS4zdjJoMS42di41SDI3NnY0LjdjMCAxIC4yIDEuNCAxLjIgMS40LjMgMCAuNiAwIC45LS4xem0yLjItNC4ydi43YzAgMS44LjggMi45IDIuNyAyLjkuNSAwIDEtLjEgMS42LS4ybC0uMi43Yy0uNy4xLTEuNC4yLTIgLjItMi4yIDAtMy4zLTEuNS0zLjMtMy42IDAtMiAxLjEtNCAzLjMtNCAyIDAgMi43IDEuNSAyLjcgMy4yem0xLjgtMi44Yy0xLjEgMC0xLjcgMS4zLTEuOCAyLjNoMy4ydi0uM2MuMS0uOS0uMy0yLTEuNC0yTTU5LjMgNDcuNGMtNy4yIDAtMTAuNS02LjctMTAuNS0xMy4yczMuNS0xMy45IDEwLjktMTMuOGM3LjQgMCAxMC42IDYuNSAxMC42IDEzLjEgMCA2LjctMy4yIDEzLjgtMTEgMTMuOW0uNS0yNWMtNC44IDAtNS43IDgtNS43IDExLjUgMCAzLjMuOCAxMS4zIDUuNCAxMS4zUzY1IDM2LjkgNjUgMzMuNWMwLTMuMi0uNi0xMS4xLTUuMi0xMS4xbTIzLjMgMjQuNXYtMS44YTguMSA4LjEgMCAwIDEtNS4yIDIuMWMtMy44IDAtNC41LTQuNi00LjUtNy41VjI4LjZsNC42LTF2MTEuOGMwIDEuNS4yIDQuNyAyLjMgNC43IDEuMSAwIDIuMS0uNyAyLjgtMS41di0xNGw0LjYtMXYxOS4yem0xOC41IDBWMzAuN2MtLjgtLjUtMS42LS44LTIuNS0uOC0yLjkgMC0zLjMgNS40LTMuMyA3LjUgMCAyLjQuNSA3LjkgMy44IDcuOS42IDAgMS4yIDAgMS44LS4zbC0uNCAxLjljLS45LjMtMi4xLjQtMy4xLjQtNS4xIDAtNy01LTctOS40czIuMi0xMC4yIDcuNS0xMC4yYzEuMiAwIDIuMy4zIDMuNC45di05LjhsNC42LTF2MjguOWMtLjEuMi00LjguMi00LjguMm0xMi4zLTEwLjN2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTcuMyAxMi43VjIxaDQuNnYyNS45em03LjQgOS0xLTEuNmMzLjYtLjMgNC00LjggNC03LjZWMjFoNC42djI0LjdjMCA1LjItMS41IDEwLjEtNy42IDEwLjJtMTYuNy04LjZjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTE0IDBjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTEzLjQtMTAuN3YuM2MwIDMuOC42IDcuOSA1LjUgNy45IDEuMiAwIDIuNC0uMyAzLjUtLjdsLS42IDIuM2MtMS43LjYtMy42LjktNS40LjktNS41IDAtNy45LTQuMi04LTkuMiAwLTUgMi41LTEwLjMgOC4xLTEwLjMgNS4yIDAgNi43IDQuNCA2LjcgOC44em01LjItMi40YzAtMS45LS4yLTQuNC0yLjMtNC40LTIuMyAwLTIuOSAzLjUtMi45IDUuMmg1LjN2LS44em03LjcgMTIuN3YtMjhsNC42LTF2MjguOWgtNC42em0xMi44LjRjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAuMSA0LTMgNi4xLTYuOCA2LjFtMTktLjhjLTEuNi40LTMuMi44LTQuOC44LTMuMSAwLTMuOC0yLjMtMy44LTQuOVYyOS44aC0ydi0xLjZoMS45di00LjNsNC42LTF2NS4zaDMuOHYxLjZoLTMuOHYxMS43YzAgMS44LjIgMyAyLjMgM3ExLjA1IDAgMi4xLS4zYy4xIDAtLjMgMi4zLS4zIDIuM20xMi4zLTEzLjZjLS40LS41LTEuMi0xLjEtMS45LTEuMS0xLjUgMC0yLjUgMS45LTMuMSAzLjF2MTEuOWgtNC42VjI4LjZsNC42LTF2NGMuNi0xLjUgMi0zLjkgMy44LTMuOGE0IDQgMCAwIDEgMi4zLjh6bTYuNCAzLjd2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTAuNyAyLjR2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zem0xMi4zIDEyLjdoLTQuNnYtMjhsNC42LTF6bTYuNS40LTYuNC0xMC43IDcuMS04LjVoMy4xbC02LjIgNy42IDYuOSAxMC43eiIvPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjUzLjcgNTVjMS42LjkgMy4yIDEuNCA0LjkgMS42di4zYzIuMi40IDQuNiAxLjYgNi45LjYgMi4yLjEgNC4zLjUgNi40IDEuMS0uOC4xLTEuNS4yLTIuMyAwIDEuOC45IDQuMiAxIDYuNCAxLjNsLjQuNmMxIC4yIDIuMi4zIDMuMy4yLS4xLjItLjMgMC0uNC4yIDIuOCAxIDYgLjggOC45IDEuNGwtLjEtLjVjMS44LjkgNCAuOCA2LjEgMS4yIDItMSA0LjEgMCA2LjMtLjJsMS40LS4yYzAgLjMtLjEuNS0uMS43IDIuNS0uNSA0LjcuMiA3LjItLjQtLjItLjItLjgtLjMtMS4yLS40IDMuOC40IDguMy44IDEyLjgtLjJsNS44LS44Yy02LjIgMS42LTEzLjEgMi42LTE5LjggMy0yMS45IDItNDIuMS0xLjUtNjEtOC45bC04LjgtMi44YzEtLjMgOC0uNiA4LS42IDQuOSAxLjYgMy45IDIgOC45IDIuOE0uMSAzNC41Yy0uMS4xLS4zLjMgMCAuMS4xLS4xIDIuNi0xLjcgMi42LTEuN0w0IDMxLjR6bTEwLjctOWMtLjYuNC0zLjggMi43LTIuNyAyLjUuNi0uMS42LjEuNC4yczMuOC0zLjIgMy44LTMuMi0yLjcgMi40LTQgMi45Yy0uMy4xLS4zIDAtLjEtLjIuMy0uMyAxLjctMS41IDIuNi0yLjJtNi4yLTRjLS4yLjMtLjguOC0uOSAxczAgLjEuMS4xYy4yLS4xIDEuNy0xLjEgMS45LTEuMy4yLS4xLjYtLjQgMC0uMi0uNy4yLTEuMS40LTEuMS40bTEzMS43LTEyLS41LS4yYy4xLjIuMy4yLjUuMm0tMTIuNC02LjMtLjEuMmMtMy4yLS43LTYuOC0uNi05LjYtMi4xLTUuMS40LTEwLjItMS0xNS40LTEuMS42LS4yIDEuMy4xIDEuOC0uMi0xMS40IDAtMjMuMy4yLTM0LjUgMS42LTQuOS43LTkuOSAxLjItMTQuNCAyLjYtMTMuNCAyLjktMjYuNCA2LjYtMzguMiAxMy4xQzM1IDEzLjIgNDQuNiAxMC42IDU0IDcuNmMxMS0xLjggMjEuMy00LjggMzIuNy01LjNsLjUuNWMtMi4yLjItNC42LjMtNi45LjZsMiAuMS02LjEgMWM3LjctMS4zIDE1LjgtMS42IDI0LTEuOS00LjQtLjMtOC44LjUtMTMtLjMgMy43LS42IDcuNi0uNyAxMS42LS44IDggLjIgMTYuMS4zIDIzLjYgMS43bC0uNi4yYzEuNS0uNSAzLjUtLjQgNSAuMWwtLjUuNWM0LjEuMiA4IDEuMyAxMS43IDIuMi0uNC4xLS44LjMtMS4yLjIgMiAuMyAzLjguOSA1LjUgMS43bC4yLS40Yy43LS4xIDEuMi4xIDEuOC4yIDEuNCAxLjEgMy40LjcgNS4xIDEuMnYuM2MtLjMtLjEtLjYgMC0uOCAwbDQuNyAxLjUuMS0uM2MxLS4xIDEuOC42IDIuNyAxbC0uOS45LTcuMi0xLjZjMi4xLjggNC44LjcgNi41IDIuM2wtLjEuMWMtLjEtLjEtLjMtLjEtLjQtLjFsMTkuMiA2LjctLjgtLjhjMS4zLjQgMi42IDEuMSAzLjcgMiAyLjQgMCA0LjUuOSA2LjUgMiAxLjItLjYgMi43LTEuMyA0LjMtMS44LTE2LTcuOS0zMi42LTE0LjYtNTAuNi0xOC4xbS02MS43LjktMS4yLjQgMS44LS40em00LjEuOWMtMS42IDAtMy4yLjQtNC44LjYgMS42LjEgMy4zLS40IDQuOC0uNiIvPgo8L3N2Zz4K\")"
9
+ },
10
+ "hover": {
11
+ "filter": {
12
+ "value": "invert(23%) sepia(92%) saturate(2177%) hue-rotate(185deg) brightness(92%) contrast(101%);"
13
+ }
14
+ }
15
+ },
16
+ "footer": {
17
+ "inline-size": { "value": "220px" },
18
+ "block-size": { "value": "40px" },
19
+ "background-image": {},
20
+ "hover": {
21
+ "filter": {}
22
+ }
23
+ },
24
+ "navbar": {
25
+ "inline-size": { "value": "276px" },
26
+ "block-size": { "value": "53px" },
27
+ "background-image": {
28
+ "value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNSIgaGVpZ2h0PSI2NSIgdmlld0JveD0iMCAwIDMyNi41IDY1IiBhcmlhLWxhYmVsbGVkYnk9InNpdGUtbG9nby10aXRsZSBzaXRlLWxvZ28tZGVzYyIgY2xhc3M9ImxvZ29fX3N2ZyI+CiAgPGRlc2M+CiAgICBMb2dvIGRhdCBuYWFyIGRlIGhvb2ZkcGFnaW5hIGxlaWR0CiAgPC9kZXNjPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjI2LjkgMTUuM2MtLjYgMC0xLjktLjEtMi40LS4zbC0uMS0uN2MuNy4yIDEuNS4yIDIuMy4yLjkgMCAyLjctLjEgMi43LTEuNCAwLTIuMS00LjctLjQtNC43LTIuMiAwLS42LjUtMS4zLjktMS42bC0uMS0uMWMtLjktLjYtMS40LTEuMS0xLjQtMi4zIDAtMS43IDEuNS0yLjcgMy4xLTIuNy4zIDAgLjcuMS45LjFoMi4yVjVsLTEuMy0uMWMuNi41LjggMS4yLjggMS45IDAgMS44LTEuNSAyLjctMy4xIDIuN2gtLjdjLS4yLjItLjUuNS0uNS44IDAgMS4yIDQuOC0uMyA0LjggMi41LjEgMS45LTEuOSAyLjQtMy40IDIuNW0uMS0xMC41Yy0xLjIgMC0xLjYgMS4xLTEuNiAyLjFTMjI1LjggOSAyMjcgOXMxLjYtMS4xIDEuNi0yLjFjLS4xLTEtLjUtMi4xLTEuNi0yLjFtNiAyLjd2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuNy0yLjhDMjMzLjYgNC43IDIzMyA2IDIzMyA3aDMuMnYtLjNjMC0uOS0uNC0yLTEuNS0ybTEzLjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNSAwLTEuMi42LTEuNSAxdjUuN2gtMS4zVjYuOWMwLS45LS40LTEuOS0xLjUtMS45LS41IDAtMS4yLjUtMS41Ljl2NS43aC0xLjNWNC41bDEuMy0uM3YxYy43LS42IDEuMi0xIDIuMi0xIC44IDAgMS41LjMgMS44IDEuMi43LS43IDEuNC0xLjIgMi40LTEuMiAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNC42LTQuMnYuN2MwIDEuOC44IDIuOSAyLjcgMi45LjUgMCAxLS4xIDEuNi0uMmwtLjIuN2MtLjcuMS0xLjQuMi0yIC4yLTIuMiAwLTMuMy0xLjUtMy4zLTMuNiAwLTIgMS4xLTQgMy4zLTQgMiAwIDIuNyAxLjUgMi43IDMuMnptMS44LTIuOGMtMS4xIDAtMS43IDEuMy0xLjggMi4zaDMuMnYtLjNjMC0uOS0uMy0yLTEuNC0ybTUuMyAyLjh2LjdjMCAxLjguOCAyLjkgMi43IDIuOS41IDAgMS0uMSAxLjYtLjJsLS4yLjdjLS43LjEtMS40LjItMiAuMi0yLjIgMC0zLjMtMS41LTMuMy0zLjYgMC0yIDEuMS00IDMuMy00IDIgMCAyLjcgMS41IDIuNyAzLjJ6bTEuOC0yLjhjLTEuMSAwLTEuNyAxLjMtMS44IDIuM2gzLjJ2LS4zYzAtLjktLjMtMi0xLjQtMm05LjMgN1Y2LjljMC0uOS0uNC0xLjktMS41LTEuOS0uNiAwLTEuNC41LTEuOC45djUuN2gtMS4zVjQuNWwxLjMtLjN2MWMuNy0uNiAxLjUtMSAyLjUtMSAxLjQgMCAyLjEgMS4xIDIuMSAyLjR2NXptNy4yIDBjLS41LjEtMSAuMi0xLjUuMi0xLjMgMC0xLjctLjctMS43LTEuOVY0LjloLS45di0uNmguOVYyLjZsMS4zLS4zdjJoMS42di41SDI3NnY0LjdjMCAxIC4yIDEuNCAxLjIgMS40LjMgMCAuNiAwIC45LS4xem0yLjItNC4ydi43YzAgMS44LjggMi45IDIuNyAyLjkuNSAwIDEtLjEgMS42LS4ybC0uMi43Yy0uNy4xLTEuNC4yLTIgLjItMi4yIDAtMy4zLTEuNS0zLjMtMy42IDAtMiAxLjEtNCAzLjMtNCAyIDAgMi43IDEuNSAyLjcgMy4yem0xLjgtMi44Yy0xLjEgMC0xLjcgMS4zLTEuOCAyLjNoMy4ydi0uM2MuMS0uOS0uMy0yLTEuNC0yTTU5LjMgNDcuNGMtNy4yIDAtMTAuNS02LjctMTAuNS0xMy4yczMuNS0xMy45IDEwLjktMTMuOGM3LjQgMCAxMC42IDYuNSAxMC42IDEzLjEgMCA2LjctMy4yIDEzLjgtMTEgMTMuOW0uNS0yNWMtNC44IDAtNS43IDgtNS43IDExLjUgMCAzLjMuOCAxMS4zIDUuNCAxMS4zUzY1IDM2LjkgNjUgMzMuNWMwLTMuMi0uNi0xMS4xLTUuMi0xMS4xbTIzLjMgMjQuNXYtMS44YTguMSA4LjEgMCAwIDEtNS4yIDIuMWMtMy44IDAtNC41LTQuNi00LjUtNy41VjI4LjZsNC42LTF2MTEuOGMwIDEuNS4yIDQuNyAyLjMgNC43IDEuMSAwIDIuMS0uNyAyLjgtMS41di0xNGw0LjYtMXYxOS4yem0xOC41IDBWMzAuN2MtLjgtLjUtMS42LS44LTIuNS0uOC0yLjkgMC0zLjMgNS40LTMuMyA3LjUgMCAyLjQuNSA3LjkgMy44IDcuOS42IDAgMS4yIDAgMS44LS4zbC0uNCAxLjljLS45LjMtMi4xLjQtMy4xLjQtNS4xIDAtNy01LTctOS40czIuMi0xMC4yIDcuNS0xMC4yYzEuMiAwIDIuMy4zIDMuNC45di05LjhsNC42LTF2MjguOWMtLjEuMi00LjguMi00LjguMm0xMi4zLTEwLjN2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTcuMyAxMi43VjIxaDQuNnYyNS45em03LjQgOS0xLTEuNmMzLjYtLjMgNC00LjggNC03LjZWMjFoNC42djI0LjdjMCA1LjItMS41IDEwLjEtNy42IDEwLjJtMTYuNy04LjZjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTE0IDBjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAwIDQtMy4xIDYuMS02LjggNi4xbTEzLjQtMTAuN3YuM2MwIDMuOC42IDcuOSA1LjUgNy45IDEuMiAwIDIuNC0uMyAzLjUtLjdsLS42IDIuM2MtMS43LjYtMy42LjktNS40LjktNS41IDAtNy45LTQuMi04LTkuMiAwLTUgMi41LTEwLjMgOC4xLTEwLjMgNS4yIDAgNi43IDQuNCA2LjcgOC44em01LjItMi40YzAtMS45LS4yLTQuNC0yLjMtNC40LTIuMyAwLTIuOSAzLjUtMi45IDUuMmg1LjN2LS44em03LjcgMTIuN3YtMjhsNC42LTF2MjguOWgtNC42em0xMi44LjRjLTEuNiAwLTMuMS0uNC00LjYtMWwtLjYtMi4zYzEuNC43IDIuOSAxLjIgNC41IDEuMnMzLjItMS4yIDMuMi0yLjhjMC0zLjgtNy42LTMuNy03LjYtOC43IDAtMy41IDIuOS01LjggNi4zLTUuOCAxLjMgMCAyLjcuNCAzLjggMWwuNiAyLjRjLTEuMi0uNi0yLjUtMS4zLTQtMS4zLTEuMyAwLTIuNS45LTIuNSAyLjIgMCAzLjQgNy43IDMuMyA3LjcgOSAuMSA0LTMgNi4xLTYuOCA2LjFtMTktLjhjLTEuNi40LTMuMi44LTQuOC44LTMuMSAwLTMuOC0yLjMtMy44LTQuOVYyOS44aC0ydi0xLjZoMS45di00LjNsNC42LTF2NS4zaDMuOHYxLjZoLTMuOHYxMS43YzAgMS44LjIgMyAyLjMgM3ExLjA1IDAgMi4xLS4zYy4xIDAtLjMgMi4zLS4zIDIuM20xMi4zLTEzLjZjLS40LS41LTEuMi0xLjEtMS45LTEuMS0xLjUgMC0yLjUgMS45LTMuMSAzLjF2MTEuOWgtNC42VjI4LjZsNC42LTF2NGMuNi0xLjUgMi0zLjkgMy44LTMuOGE0IDQgMCAwIDEgMi4zLjh6bTYuNCAzLjd2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zdi0uOHptMTAuNyAyLjR2LjNjMCAzLjguNiA3LjkgNS41IDcuOSAxLjIgMCAyLjQtLjMgMy41LS43bC0uNiAyLjNjLTEuNy42LTMuNi45LTUuNC45LTUuNSAwLTcuOS00LjItOC05LjIgMC01IDIuNS0xMC4zIDguMS0xMC4zIDUuMiAwIDYuNyA0LjQgNi43IDguOHptNS4yLTIuNGMwLTEuOS0uMi00LjQtMi4zLTQuNC0yLjMgMC0yLjkgMy41LTIuOSA1LjJoNS4zem0xMi4zIDEyLjdoLTQuNnYtMjhsNC42LTF6bTYuNS40LTYuNC0xMC43IDcuMS04LjVoMy4xbC02LjIgNy42IDYuOSAxMC43eiIvPgogIDxwYXRoIGNsYXNzPSJsb2dvX19wYXRoIiBmaWxsPSIjMGYxZDQzIiBkPSJNMjUzLjcgNTVjMS42LjkgMy4yIDEuNCA0LjkgMS42di4zYzIuMi40IDQuNiAxLjYgNi45LjYgMi4yLjEgNC4zLjUgNi40IDEuMS0uOC4xLTEuNS4yLTIuMyAwIDEuOC45IDQuMiAxIDYuNCAxLjNsLjQuNmMxIC4yIDIuMi4zIDMuMy4yLS4xLjItLjMgMC0uNC4yIDIuOCAxIDYgLjggOC45IDEuNGwtLjEtLjVjMS44LjkgNCAuOCA2LjEgMS4yIDItMSA0LjEgMCA2LjMtLjJsMS40LS4yYzAgLjMtLjEuNS0uMS43IDIuNS0uNSA0LjcuMiA3LjItLjQtLjItLjItLjgtLjMtMS4yLS40IDMuOC40IDguMy44IDEyLjgtLjJsNS44LS44Yy02LjIgMS42LTEzLjEgMi42LTE5LjggMy0yMS45IDItNDIuMS0xLjUtNjEtOC45bC04LjgtMi44YzEtLjMgOC0uNiA4LS42IDQuOSAxLjYgMy45IDIgOC45IDIuOE0uMSAzNC41Yy0uMS4xLS4zLjMgMCAuMS4xLS4xIDIuNi0xLjcgMi42LTEuN0w0IDMxLjR6bTEwLjctOWMtLjYuNC0zLjggMi43LTIuNyAyLjUuNi0uMS42LjEuNC4yczMuOC0zLjIgMy44LTMuMi0yLjcgMi40LTQgMi45Yy0uMy4xLS4zIDAtLjEtLjIuMy0uMyAxLjctMS41IDIuNi0yLjJtNi4yLTRjLS4yLjMtLjguOC0uOSAxczAgLjEuMS4xYy4yLS4xIDEuNy0xLjEgMS45LTEuMy4yLS4xLjYtLjQgMC0uMi0uNy4yLTEuMS40LTEuMS40bTEzMS43LTEyLS41LS4yYy4xLjIuMy4yLjUuMm0tMTIuNC02LjMtLjEuMmMtMy4yLS43LTYuOC0uNi05LjYtMi4xLTUuMS40LTEwLjItMS0xNS40LTEuMS42LS4yIDEuMy4xIDEuOC0uMi0xMS40IDAtMjMuMy4yLTM0LjUgMS42LTQuOS43LTkuOSAxLjItMTQuNCAyLjYtMTMuNCAyLjktMjYuNCA2LjYtMzguMiAxMy4xQzM1IDEzLjIgNDQuNiAxMC42IDU0IDcuNmMxMS0xLjggMjEuMy00LjggMzIuNy01LjNsLjUuNWMtMi4yLjItNC42LjMtNi45LjZsMiAuMS02LjEgMWM3LjctMS4zIDE1LjgtMS42IDI0LTEuOS00LjQtLjMtOC44LjUtMTMtLjMgMy43LS42IDcuNi0uNyAxMS42LS44IDggLjIgMTYuMS4zIDIzLjYgMS43bC0uNi4yYzEuNS0uNSAzLjUtLjQgNSAuMWwtLjUuNWM0LjEuMiA4IDEuMyAxMS43IDIuMi0uNC4xLS44LjMtMS4yLjIgMiAuMyAzLjguOSA1LjUgMS43bC4yLS40Yy43LS4xIDEuMi4xIDEuOC4yIDEuNCAxLjEgMy40LjcgNS4xIDEuMnYuM2MtLjMtLjEtLjYgMC0uOCAwbDQuNyAxLjUuMS0uM2MxLS4xIDEuOC42IDIuNyAxbC0uOS45LTcuMi0xLjZjMi4xLjggNC44LjcgNi41IDIuM2wtLjEuMWMtLjEtLjEtLjMtLjEtLjQtLjFsMTkuMiA2LjctLjgtLjhjMS4zLjQgMi42IDEuMSAzLjcgMiAyLjQgMCA0LjUuOSA2LjUgMiAxLjItLjYgMi43LTEuMyA0LjMtMS44LTE2LTcuOS0zMi42LTE0LjYtNTAuNi0xOC4xbS02MS43LjktMS4yLjQgMS44LS40em00LjEuOWMtMS42IDAtMy4yLjQtNC44LjYgMS42LjEgMy4zLS40IDQuOC0uNiIvPgo8L3N2Zz4K\")"
29
+ },
30
+ "hover": {
31
+ "filter": {
32
+ "value": "invert(23%) sepia(92%) saturate(2177%) hue-rotate(185deg) brightness(92%) contrast(101%);"
33
+ }
34
+ }
35
+ }
36
+ }
37
+ }
38
+ }
@@ -1,88 +1,88 @@
1
- {
2
- "conduction": {
3
- "primary": {
4
- "top-nav": {
5
- "color": { "value": "{oude-ijsselstreek.color.black.12}" },
6
- "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
7
- "list": {
8
- "border-color": {},
9
- "border-style": {},
10
- "border-width": {}
11
- },
12
- "hover": {
13
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
14
- "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
15
- "box-shadow": { "value": "inset 0 -5px {oude-ijsselstreek.color.primary}" },
16
- "font-weight": {}
17
- },
18
- "current": {
19
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
20
- "background-color": { "value": "unset" },
21
- "box-shadow": { "value": "inset 0 -5px {oude-ijsselstreek.color.primary}" },
22
- "mobile": {
23
- "box-shadow": { "value": "inset 5px 0 {oude-ijsselstreek.color.primary}" }
24
- },
25
- "font-weight": {}
26
- },
27
- "dropdown": {
28
- "color": {},
29
- "background-color": {},
30
- "border-width": {},
31
- "border-style": {},
32
- "border-color": {},
33
- "hover": {
34
- "color": {},
35
- "background-color": {},
36
- "box-shadow": {},
37
- "font-weight": {}
38
- },
39
- "current": {
40
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
41
- "background-color": { "value": "unset" },
42
- "box-shadow": { "value": "inset 0 -4px {oude-ijsselstreek.color.primary}" },
43
- "mobile": {
44
- "box-shadow": { "value": "inset 4px 0 {oude-ijsselstreek.color.primary}" }
45
- },
46
- "font-weight": {}
47
- }
48
- },
49
- "item": {
50
- "padding": { "value": "18px" },
51
- "border-radius": {},
52
- "border-color": {},
53
- "border-style": {},
54
- "border-width": {},
55
- "transition": {}
56
- },
57
- "padding-inline-end": { "value": "16px" },
58
- "padding-inline-start": { "value": "16px" },
59
- "padding-block-end": { "value": "16px" },
60
- "padding-block-start": { "value": "16px" }
61
- }
62
- },
63
- "secondary": {
64
- "top-nav": {
65
- "color": { "value": "{oude-ijsselstreek.color.black.0}" },
66
- "background-color": { "value": "transparent" },
67
- "hover": {
68
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
69
- "background-color": { "value": "{oude-ijsselstreek.color.grey.90}" }
70
- },
71
- "current": {
72
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
73
- "background-color": { "value": "unset" },
74
- "box-shadow": { "value": "inset 0 -4px {oude-ijsselstreek.color.primary}" }
75
- },
76
- "font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
77
- "font-weight": { "value": "400" },
78
- "item": {
79
- "padding": { "value": "18px" }
80
- },
81
- "padding-inline-end": { "value": "16px" },
82
- "padding-inline-start": { "value": "16px" },
83
- "padding-block-end": { "value": "16px" },
84
- "padding-block-start": { "value": "16px" }
85
- }
86
- }
87
- }
88
- }
1
+ {
2
+ "conduction": {
3
+ "primary": {
4
+ "top-nav": {
5
+ "color": { "value": "{oude-ijsselstreek.color.black.12}" },
6
+ "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
7
+ "list": {
8
+ "border-color": {},
9
+ "border-style": {},
10
+ "border-width": {}
11
+ },
12
+ "hover": {
13
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
14
+ "background-color": { "value": "{oude-ijsselstreek.color.lightgrey.94}" },
15
+ "box-shadow": { "value": "inset 0 -5px {oude-ijsselstreek.color.primary}" },
16
+ "font-weight": {}
17
+ },
18
+ "current": {
19
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
20
+ "background-color": { "value": "unset" },
21
+ "box-shadow": { "value": "inset 0 -5px {oude-ijsselstreek.color.primary}" },
22
+ "mobile": {
23
+ "box-shadow": { "value": "inset 5px 0 {oude-ijsselstreek.color.primary}" }
24
+ },
25
+ "font-weight": {}
26
+ },
27
+ "dropdown": {
28
+ "color": {},
29
+ "background-color": {},
30
+ "border-width": {},
31
+ "border-style": {},
32
+ "border-color": {},
33
+ "hover": {
34
+ "color": {},
35
+ "background-color": {},
36
+ "box-shadow": {},
37
+ "font-weight": {}
38
+ },
39
+ "current": {
40
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
41
+ "background-color": { "value": "unset" },
42
+ "box-shadow": { "value": "inset 0 -4px {oude-ijsselstreek.color.primary}" },
43
+ "mobile": {
44
+ "box-shadow": { "value": "inset 4px 0 {oude-ijsselstreek.color.primary}" }
45
+ },
46
+ "font-weight": {}
47
+ }
48
+ },
49
+ "item": {
50
+ "padding": { "value": "18px" },
51
+ "border-radius": {},
52
+ "border-color": {},
53
+ "border-style": {},
54
+ "border-width": {},
55
+ "transition": {}
56
+ },
57
+ "padding-inline-end": { "value": "16px" },
58
+ "padding-inline-start": { "value": "16px" },
59
+ "padding-block-end": { "value": "16px" },
60
+ "padding-block-start": { "value": "16px" }
61
+ }
62
+ },
63
+ "secondary": {
64
+ "top-nav": {
65
+ "color": { "value": "{oude-ijsselstreek.color.black.0}" },
66
+ "background-color": { "value": "transparent" },
67
+ "hover": {
68
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
69
+ "background-color": { "value": "{oude-ijsselstreek.color.grey.90}" }
70
+ },
71
+ "current": {
72
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
73
+ "background-color": { "value": "unset" },
74
+ "box-shadow": { "value": "inset 0 -4px {oude-ijsselstreek.color.primary}" }
75
+ },
76
+ "font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
77
+ "font-weight": { "value": "400" },
78
+ "item": {
79
+ "padding": { "value": "18px" }
80
+ },
81
+ "padding-inline-end": { "value": "16px" },
82
+ "padding-inline-start": { "value": "16px" },
83
+ "padding-block-end": { "value": "16px" },
84
+ "padding-block-start": { "value": "16px" }
85
+ }
86
+ }
87
+ }
88
+ }
@@ -1,39 +1,39 @@
1
- {
2
- "conduction": {
3
- "input-select": {
4
- "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
5
- "border": { "value": "{oude-ijsselstreek.size.4xs} solid {oude-ijsselstreek.color.grey.48}" },
6
- "border-focus": { "value": "unset" },
7
- "border-radius": { "value": "{utrecht.form-input.border-radius}" },
8
- "invalid-border-color": { "value": "{oude-ijsselstreek.color.error}" },
9
- "padding-block-end": { "value": 0 },
10
- "padding-block-start": { "value": 0 },
11
- "hover": {},
12
- "focus": {},
13
- "list-option": {
14
- "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
15
- "background-color": {},
16
- "color": {},
17
- "hover": {
18
- "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
19
- "background-color": {},
20
- "color": {}
21
- },
22
- "selected": {
23
- "background-color": {},
24
- "color": {}
25
- },
26
- "focus": {
27
- "background-color": {},
28
- "color": {}
29
- }
30
- },
31
- "placeholder": {
32
- "color": {
33
- "value": "{utrecht.form-input.placeholder.color}"
34
- },
35
- "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" }
36
- }
37
- }
38
- }
39
- }
1
+ {
2
+ "conduction": {
3
+ "input-select": {
4
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
5
+ "border": { "value": "{oude-ijsselstreek.size.4xs} solid {oude-ijsselstreek.color.grey.48}" },
6
+ "border-focus": { "value": "unset" },
7
+ "border-radius": { "value": "{utrecht.form-input.border-radius}" },
8
+ "invalid-border-color": { "value": "{oude-ijsselstreek.color.error}" },
9
+ "padding-block-end": { "value": 0 },
10
+ "padding-block-start": { "value": 0 },
11
+ "hover": {},
12
+ "focus": {},
13
+ "list-option": {
14
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
15
+ "background-color": {},
16
+ "color": {},
17
+ "hover": {
18
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" },
19
+ "background-color": {},
20
+ "color": {}
21
+ },
22
+ "selected": {
23
+ "background-color": {},
24
+ "color": {}
25
+ },
26
+ "focus": {
27
+ "background-color": {},
28
+ "color": {}
29
+ }
30
+ },
31
+ "placeholder": {
32
+ "color": {
33
+ "value": "{utrecht.form-input.placeholder.color}"
34
+ },
35
+ "font-family": { "value": "{oude-ijsselstreek.typography.sans-serif.font-family}" }
36
+ }
37
+ }
38
+ }
39
+ }
@@ -1,21 +1,21 @@
1
- {
2
- "conduction": {
3
- "table-wrapper": {
4
- "scroll-button": {
5
- "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
6
- "color": { "value": "{oude-ijsselstreek.color.black.0}" },
7
- "padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
8
- "padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
9
- "padding-block-start": {},
10
- "padding-block-end": {},
11
- "border-width": {},
12
- "border-style": {},
13
- "border-color": {},
14
- "hover": {
15
- "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
16
- "color": { "value": "{oude-ijsselstreek.color.primary}" }
17
- }
18
- }
19
- }
20
- }
21
- }
1
+ {
2
+ "conduction": {
3
+ "table-wrapper": {
4
+ "scroll-button": {
5
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
6
+ "color": { "value": "{oude-ijsselstreek.color.black.0}" },
7
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
8
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
9
+ "padding-block-start": {},
10
+ "padding-block-end": {},
11
+ "border-width": {},
12
+ "border-style": {},
13
+ "border-color": {},
14
+ "hover": {
15
+ "background-color": { "value": "{oude-ijsselstreek.color.white.100}" },
16
+ "color": { "value": "{oude-ijsselstreek.color.primary}" }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -1,85 +1,85 @@
1
- {
2
- "conduction": {
3
- "tabs": {
4
- "tab": {
5
- "background-color": { "value": "transparent" },
6
- "color": { "value": "{oude-ijsselstreek.color.primary}" },
7
- "border-width": {},
8
- "border-style": {},
9
- "border-color": {},
10
- "border-bottom": {},
11
- "border-bottom-width": {},
12
- "border-bottom-style": {},
13
- "border-bottom-color": {},
14
- "bottom": { "value": "-2px" },
15
- "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
16
- "padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
17
- "padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
18
- "padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
19
- "margin-inline-end": {},
20
- "font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
21
- "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
22
- "font-family": { "value": "{utrecht.document.font-family}" },
23
- "max-width": { "value": "unset" },
24
- "min-width": { "value": "160px" },
25
- "min-height": { "value": "61px" },
26
- "letter-spacing": {},
27
- "text-transform": {},
28
- "selected": {
29
- "background-color": { "value": "transparent" },
30
- "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
31
- "box-shadow": {},
32
- "border-width": {},
33
- "border-style": {},
34
- "border-color": {},
35
- "border-bottom": {},
36
- "border-bottom-width": { "value": "{oude-ijsselstreek.size.3xs}" },
37
- "border-bottom-style": { "value": "solid" },
38
- "border-bottom-color": { "value": "{oude-ijsselstreek.color.primary}" },
39
- "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
40
- "font-family": { "value": "{utrecht.document.font-family}" },
41
- "hover": {
42
- "background-color": {},
43
- "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
44
- "text-decoration": {}
45
- }
46
- },
47
- "hover": {
48
- "background-color": {},
49
- "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
50
- "text-decoration": {},
51
- "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" }
52
- },
53
- "list": {
54
- "padding-inline-start": { "value": "0px" },
55
- "margin-block-end": { "value": "0px" },
56
- "border-bottom-width": { "value": "{oude-ijsselstreek.size.3xs}" },
57
- "border-bottom-style": { "value": "solid" },
58
- "border-bottom-color": { "value": "{oude-ijsselstreek.color.grey.82}" }
59
- },
60
- "panel": {
61
- "background-color": {},
62
- "padding-block-start": { "value": "{oude-ijsselstreek.size.lg}" },
63
- "padding-block-end": { "value": "{oude-ijsselstreek.size.lg}" },
64
- "padding-inline-start": { "value": "{oude-ijsselstreek.size.lg}" },
65
- "padding-inline-end": { "value": "{oude-ijsselstreek.size.lg}" },
66
- "border-width": {},
67
- "border-style": {},
68
- "border-color": {},
69
- "border-top": {}
70
- }
71
- },
72
- "scroll-button": {
73
- "background-color": { "value": "{oude-ijsselstreek.color.primary}" },
74
- "color": { "value": "{oude-ijsselstreek.color.white.100}" },
75
- "border-width": {},
76
- "border-style": {},
77
- "border-color": {},
78
- "hover": {
79
- "background-color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
80
- "color": { "value": "{oude-ijsselstreek.color.white.100}" }
81
- }
82
- }
83
- }
84
- }
85
- }
1
+ {
2
+ "conduction": {
3
+ "tabs": {
4
+ "tab": {
5
+ "background-color": { "value": "transparent" },
6
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
7
+ "border-width": {},
8
+ "border-style": {},
9
+ "border-color": {},
10
+ "border-bottom": {},
11
+ "border-bottom-width": {},
12
+ "border-bottom-style": {},
13
+ "border-bottom-color": {},
14
+ "bottom": { "value": "-2px" },
15
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.xs}" },
16
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.xs}" },
17
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.sm}" },
18
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.sm}" },
19
+ "margin-inline-end": {},
20
+ "font-size": { "value": "{oude-ijsselstreek.font-size.md}" },
21
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
22
+ "font-family": { "value": "{utrecht.document.font-family}" },
23
+ "max-width": { "value": "unset" },
24
+ "min-width": { "value": "160px" },
25
+ "min-height": { "value": "61px" },
26
+ "letter-spacing": {},
27
+ "text-transform": {},
28
+ "selected": {
29
+ "background-color": { "value": "transparent" },
30
+ "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
31
+ "box-shadow": {},
32
+ "border-width": {},
33
+ "border-style": {},
34
+ "border-color": {},
35
+ "border-bottom": {},
36
+ "border-bottom-width": { "value": "{oude-ijsselstreek.size.3xs}" },
37
+ "border-bottom-style": { "value": "solid" },
38
+ "border-bottom-color": { "value": "{oude-ijsselstreek.color.primary}" },
39
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" },
40
+ "font-family": { "value": "{utrecht.document.font-family}" },
41
+ "hover": {
42
+ "background-color": {},
43
+ "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
44
+ "text-decoration": {}
45
+ }
46
+ },
47
+ "hover": {
48
+ "background-color": {},
49
+ "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
50
+ "text-decoration": {},
51
+ "font-weight": { "value": "{oude-ijsselstreek.typography.font-weight.light}" }
52
+ },
53
+ "list": {
54
+ "padding-inline-start": { "value": "0px" },
55
+ "margin-block-end": { "value": "0px" },
56
+ "border-bottom-width": { "value": "{oude-ijsselstreek.size.3xs}" },
57
+ "border-bottom-style": { "value": "solid" },
58
+ "border-bottom-color": { "value": "{oude-ijsselstreek.color.grey.82}" }
59
+ },
60
+ "panel": {
61
+ "background-color": {},
62
+ "padding-block-start": { "value": "{oude-ijsselstreek.size.lg}" },
63
+ "padding-block-end": { "value": "{oude-ijsselstreek.size.lg}" },
64
+ "padding-inline-start": { "value": "{oude-ijsselstreek.size.lg}" },
65
+ "padding-inline-end": { "value": "{oude-ijsselstreek.size.lg}" },
66
+ "border-width": {},
67
+ "border-style": {},
68
+ "border-color": {},
69
+ "border-top": {}
70
+ }
71
+ },
72
+ "scroll-button": {
73
+ "background-color": { "value": "{oude-ijsselstreek.color.primary}" },
74
+ "color": { "value": "{oude-ijsselstreek.color.white.100}" },
75
+ "border-width": {},
76
+ "border-style": {},
77
+ "border-color": {},
78
+ "hover": {
79
+ "background-color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
80
+ "color": { "value": "{oude-ijsselstreek.color.white.100}" }
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }