@conduction/theme 1.1.49 → 1.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +1 -0
  4. package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
  5. package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
  6. package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  7. package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
  8. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  9. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  10. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  11. package/municipalities/baarn-design-tokens/LICENSE.md +17 -0
  12. package/municipalities/baarn-design-tokens/README.md +3 -0
  13. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -0
  14. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -0
  15. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  16. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -0
  17. package/municipalities/baarn-design-tokens/package.json +41 -0
  18. package/municipalities/baarn-design-tokens/src/brand/baarn/color.tokens.json +227 -0
  19. package/municipalities/baarn-design-tokens/src/brand/baarn/font-size.tokens.json +50 -0
  20. package/municipalities/baarn-design-tokens/src/brand/baarn/size.tokens.json +17 -0
  21. package/municipalities/baarn-design-tokens/src/brand/baarn/typography.tokens.json +43 -0
  22. package/municipalities/baarn-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  23. package/municipalities/baarn-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  24. package/municipalities/baarn-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  25. package/municipalities/baarn-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  26. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +45 -0
  27. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  28. package/municipalities/baarn-design-tokens/src/component/conduction/select.tokens.json +39 -0
  29. package/municipalities/baarn-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  30. package/municipalities/baarn-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  31. package/municipalities/baarn-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  32. package/municipalities/baarn-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  33. package/municipalities/baarn-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  34. package/municipalities/baarn-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  35. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  36. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  37. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  38. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  39. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  40. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  41. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  42. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  43. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  44. package/municipalities/baarn-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  45. package/municipalities/baarn-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  46. package/municipalities/baarn-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  47. package/municipalities/baarn-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  48. package/municipalities/baarn-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  49. package/municipalities/baarn-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  50. package/municipalities/baarn-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  51. package/municipalities/baarn-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  52. package/municipalities/baarn-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  53. package/municipalities/baarn-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  54. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  55. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  56. package/municipalities/baarn-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  57. package/municipalities/baarn-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  58. package/municipalities/baarn-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  59. package/municipalities/baarn-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  60. package/municipalities/baarn-design-tokens/src/config.json +73 -0
  61. package/municipalities/baarn-design-tokens/src/font.scss +39 -0
  62. package/municipalities/baarn-design-tokens/src/index.scss +8 -0
  63. package/municipalities/baarn-design-tokens/style-dictionary.config.js +6 -0
  64. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  65. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  66. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  67. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  68. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  69. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  70. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  71. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  72. package/municipalities/bct-design-tokens/src/font.js +8 -8
  73. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  74. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  75. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  76. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  77. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  78. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  79. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  80. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  81. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  82. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  83. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  84. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  85. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  86. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  87. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  88. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  89. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  90. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  91. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  92. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  93. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  94. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  95. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  96. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  97. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  98. package/municipalities/epe-design-tokens/src/font.js +6 -6
  99. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  100. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  101. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  102. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  103. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  104. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  105. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  106. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  107. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  108. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  109. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  110. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  111. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  112. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  113. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  114. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  115. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  116. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  117. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  118. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  119. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  120. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  121. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  122. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  123. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  124. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  125. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  126. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  127. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  128. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  129. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  130. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  131. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  132. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  133. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  134. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  135. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  136. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  137. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  138. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  139. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  140. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  141. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  142. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  143. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  144. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  145. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  146. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  147. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  148. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  149. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  150. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  151. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  152. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  153. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  154. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  155. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  156. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  157. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  158. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  159. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  160. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  161. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  162. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  163. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  164. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  165. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  166. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  167. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  168. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  169. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  170. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  171. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  172. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  173. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  174. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  175. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  176. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  177. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  178. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  179. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  180. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  181. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  182. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  183. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  184. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  185. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  186. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  187. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  188. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  189. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  190. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  191. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  192. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  193. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  194. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  195. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  196. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  197. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  198. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  199. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  200. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  201. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  202. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  203. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  204. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  205. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  206. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  207. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  208. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  209. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  210. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  211. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  212. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  213. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  214. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  215. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  216. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  217. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  218. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  219. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  220. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  221. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  222. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  223. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  224. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  225. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  226. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  227. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  228. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  229. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  230. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  231. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  232. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  233. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  234. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  235. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  236. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  237. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  238. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  239. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  240. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  241. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  242. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  243. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  244. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  245. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  246. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  247. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  248. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  249. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  250. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  251. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  252. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  253. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  254. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  255. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  256. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  257. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  258. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  259. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  260. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  261. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  262. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  263. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  264. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  265. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  266. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  267. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  268. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  269. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  270. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  271. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  272. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  273. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  274. package/package.json +3 -2
  275. package/publiccode.yaml +83 -83
@@ -1,10 +1,10 @@
1
- {
2
- "utrecht": {
3
- "separator": {
4
- "color": { "value": "{commonground.color.grey.82}" },
5
- "block-size": { "value": "{commonground.size.4xs}" },
6
- "margin-block-end": { "value": "0px" },
7
- "margin-block-start": { "value": "0px" }
8
- }
9
- }
10
- }
1
+ {
2
+ "utrecht": {
3
+ "separator": {
4
+ "color": { "value": "{commonground.color.grey.82}" },
5
+ "block-size": { "value": "{commonground.size.4xs}" },
6
+ "margin-block-end": { "value": "0px" },
7
+ "margin-block-start": { "value": "0px" }
8
+ }
9
+ }
10
+ }
@@ -1,27 +1,27 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "150px" },
6
- "block-size": { "value": "44px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='228.98' height='66.919' viewBox='0 0 228.98 66.919'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='228.981' height='66.919' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M228.981,0H0V66.919H207.341A21.535,21.535,0,0,0,228.981,45.49Z' transform='translate(0 0)' fill='%2300305e'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M21.128,35.516a18.9,18.9,0,0,0,3.635.274c7.039,0,10.075-5.331,10.075-11.846,0-6.836-3.313-9.751-8.558-9.751a14.946,14.946,0,0,0-2.99.319ZM17.492,9.636A32.191,32.191,0,0,1,25.82,8.589c9.985,0,15.921,4.6,15.921,15.491,0,11.254-6.534,17.633-18.174,17.633a69.657,69.657,0,0,1-9.892-.73Z' transform='translate(8.497 5.337)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M40.686,30.407c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.555,7.555,0,0,1-1.244,5.331,6.657,6.657,0,0,1-3.543.866c-3.634,0-5.106-1.686-5.106-5.057,0-.73.138-1.96.229-2.734l2.071-15.493a7.272,7.272,0,0,1,3.084-.5,6.251,6.251,0,0,1,2.99.5Z' transform='translate(21.08 9.127)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M62.974,37.473a7.341,7.341,0,0,1-3.267.546,6.767,6.767,0,0,1-3.128-.546l1.655-13.258a13.342,13.342,0,0,0,.092-1.367c0-1.5-.46-2.779-2.531-2.779-2.161,0-3.588,1.321-4.555,3.507l-1.565,13.9a7.573,7.573,0,0,1-3.313.546,6.955,6.955,0,0,1-3.22-.546l2.807-21.824a12.007,12.007,0,0,1,5.06-.866V19.02h.323a7.219,7.219,0,0,1,7.176-4.783c3.59,0,5.292,1.732,5.8,4.556h.368c.919-2.6,3.22-4.556,6.993-4.556,3.728,0,6.074,1.913,6.074,6.515a22.454,22.454,0,0,1-.138,2.278l-.829,7.655c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.556,7.556,0,0,1-1.244,5.331,6.485,6.485,0,0,1-3.5.866c-3.635,0-5.062-1.686-5.062-5.057,0-.73.138-1.96.23-2.734l.921-6.7c.045-.456.092-.911.092-1.321,0-1.5-.507-2.87-2.531-2.87-2.118,0-3.4,1.367-4.417,3.416Z' transform='translate(26.81 8.847)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M76.346,32.552a7.227,7.227,0,0,0,2.576.456,5.385,5.385,0,0,0,4.371-1.868,10.611,10.611,0,0,0,1.84-6.515c0-3.418-1.2-4.694-3.313-4.694-2.071,0-3.358,1.367-4.324,3.144Zm-4.186-16.9a12.012,12.012,0,0,1,5.06-.866v4.191h.323a7.335,7.335,0,0,1,7.178-4.738c5.245,0,6.9,4.1,6.9,9.386,0,4.055-1.151,8.7-3.314,11.39-2.071,2.6-4.785,3.736-8.741,3.736a9.386,9.386,0,0,1-3.773-.637L74.6,48.454a7.818,7.818,0,0,1-3.36.548,7.185,7.185,0,0,1-3.266-.548Z' transform='translate(42.239 8.847)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M101.153,19.978a3.964,3.964,0,0,0-2.207-.5,5.637,5.637,0,0,0-4.739,2.1c-1.336,1.732-1.795,4.556-1.795,6.651,0,3.418,1.059,4.694,3.313,4.694a4.85,4.85,0,0,0,4.05-2.1Zm5.017,10.708c-.23,1.913.366,2.323,1.378,2.323a3.429,3.429,0,0,0,1.751-.456,7.563,7.563,0,0,1-1.242,5.331,6.491,6.491,0,0,1-3.5.866c-2.714,0-4.373-1.185-4.6-3.964h-.323a6.833,6.833,0,0,1-6.578,3.964c-3.82,0-7.178-2.233-7.178-9.386A17.452,17.452,0,0,1,88.87,19.112c2.484-3.416,6.44-4.874,10.627-4.874a13.159,13.159,0,0,1,8.188,2.55Z' transform='translate(53.366 8.848)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M113.338,38.75c-6.534,0-10.122-3.6-10.122-10.615a15.247,15.247,0,0,1,2.9-9.432,11.529,11.529,0,0,1,9.707-4.465A9.306,9.306,0,0,1,120.7,15.33a8.54,8.54,0,0,1,.921,5.7,9.129,9.129,0,0,0-4.832-1.321,6.8,6.8,0,0,0-5.153,1.959,7.873,7.873,0,0,0-1.886,5.513c0,4.284,2.161,5.787,5.844,5.787a12.159,12.159,0,0,0,5.244-1.184,8.011,8.011,0,0,1-1.748,5.74,12.638,12.638,0,0,1-5.751,1.231' transform='translate(64.14 8.847)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M121.559,17.366l.691-5.15a11.145,11.145,0,0,1,6.119-1.548l-.783,6.7h5.383a5.51,5.51,0,0,1,.323,2.095,7.255,7.255,0,0,1-.644,3.327h-5.659l-.968,8.793c-.276,2.323.23,3.418,2.486,3.418a6.349,6.349,0,0,0,3.681-1.14A8.08,8.08,0,0,1,130.9,39.6a9.006,9.006,0,0,1-5.2,1.367c-4.647,0-6.442-2.142-6.442-5.832a25.609,25.609,0,0,1,.276-3.235l1.244-9.112H117.6a15.6,15.6,0,0,1,1.15-5.422Z' transform='translate(73.08 6.629)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M39.1,8.766a3.379,3.379,0,0,0-3.582,3.63,3.01,3.01,0,0,0,3.207,3.343A3.38,3.38,0,0,0,42.3,12.108c0-2.124-1.169-3.342-3.207-3.342' transform='translate(22.069 5.447)' fill='%23db1778'/%3E%3C/g%3E%3C/svg%3E%0A\")"
9
- }
10
- },
11
- "footer": {
12
- "inline-size": { "value": "150px" },
13
- "block-size": { "value": "44px" },
14
- "background-image": {
15
- "value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzguNDk2IiBoZWlnaHQ9IjQwLjQ3NSIgdmlld0JveD0iMCAwIDEzOC40OTYgNDAuNDc1Ij4KICA8ZyBpZD0iR3JvdXBfNzA2MSIgZGF0YS1uYW1lPSJHcm91cCA3MDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4KICAgIDxnIGlkPSJHcm91cF83MDYyIiBkYXRhLW5hbWU9Ikdyb3VwIDcwNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8xIiBkYXRhLW5hbWU9IlBhdGggMSIgZD0iTTEzOC41LDBIMFY0MC40NzVIMTI1LjQwOEExMy4wMjUsMTMuMDI1LDAsMCwwLDEzOC41LDI3LjUxNFoiIGZpbGw9IiNmZmYiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfMiIgZGF0YS1uYW1lPSJQYXRoIDIiIGQ9Ik0xOC4xODIsMjQuODc1YTExLjQzLDExLjQzLDAsMCwwLDIuMi4xNjZjNC4yNTcsMCw2LjA5NC0zLjIyNSw2LjA5NC03LjE2NSwwLTQuMTM1LTItNS45LTUuMTc2LTUuOWE5LjA0LDkuMDQsMCwwLDAtMS44MDguMTkzWm0tMi4yLTE1LjY1M2ExOS40NywxOS40NywwLDAsMSw1LjAzNy0uNjM0YzYuMDM5LDAsOS42MjksMi43ODMsOS42MjksOS4zNywwLDYuODA3LTMuOTUyLDEwLjY2NS0xMC45OTMsMTAuNjY1YTQyLjEzMSw0Mi4xMzEsMCwwLDEtNS45ODMtLjQ0MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI2NCAtMC4xNjYpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzMiIGRhdGEtbmFtZT0iUGF0aCAzIiBkPSJNMzguMDEzLDI0LjE5NWMtLjEzOSwxLjE4NS4yMjMsMS40MDUuODM1LDEuNDA1YTIuMDcsMi4wNywwLDAsMCwxLjA1OC0uMjc2LDQuNTcsNC41NywwLDAsMS0uNzUyLDMuMjI1LDQuMDI2LDQuMDI2LDAsMCwxLTIuMTQzLjUyNGMtMi4yLDAtMy4wODgtMS4wMi0zLjA4OC0zLjA1OSwwLS40NDEuMDgzLTEuMTg2LjEzOC0xLjY1M2wxLjI1Mi05LjM3YTQuNCw0LjQsMCwwLDEsMS44NjUtLjMsMy43ODEsMy43ODEsMCwwLDEsMS44MDguM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjY1NSAtMC4yODQpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzQiIGRhdGEtbmFtZT0iUGF0aCA0IiBkPSJNNTUuMTM4LDI4LjI5MWE0LjQ0LDQuNDQsMCwwLDEtMS45NzYuMzMsNC4wOTMsNC4wOTMsMCwwLDEtMS44OTItLjMzbDEtOC4wMTlhOC4wNyw4LjA3LDAsMCwwLC4wNTYtLjgyN2MwLS45MS0uMjc5LTEuNjgxLTEuNTMxLTEuNjgxYTIuOTgxLDIuOTgxLDAsMCwwLTIuNzU1LDIuMTIxTDQ3LjEsMjguMjkxYTQuNTgxLDQuNTgxLDAsMCwxLTIsLjMzLDQuMjA3LDQuMjA3LDAsMCwxLTEuOTQ4LS4zM2wxLjctMTMuMmE3LjI2Miw3LjI2MiwwLDAsMSwzLjA2MS0uNTI0VjE3LjEzaC4yYTQuMzY2LDQuMzY2LDAsMCwxLDQuMzQxLTIuODkzYzIuMTcxLDAsMy4yLDEuMDQ3LDMuNTA3LDIuNzU2aC4yMjNhNC4xNjIsNC4xNjIsMCwwLDEsNC4yMy0yLjc1NmMyLjI1NSwwLDMuNjc0LDEuMTU3LDMuNjc0LDMuOTRhMTMuNTgxLDEzLjU4MSwwLDAsMS0uMDgzLDEuMzc4bC0uNSw0LjYzYy0uMTM5LDEuMTg1LjIyMywxLjQwNS44MzUsMS40MDVhMi4wNywyLjA3LDAsMCwwLDEuMDU4LS4yNzYsNC41Nyw0LjU3LDAsMCwxLS43NTIsMy4yMjUsMy45MjIsMy45MjIsMCwwLDEtMi4xMTQuNTI0Yy0yLjIsMC0zLjA2Mi0xLjAyLTMuMDYyLTMuMDU5LDAtLjQ0MS4wODMtMS4xODYuMTM5LTEuNjUzbC41NTctNC4wNTFjLjAyNy0uMjc2LjA1Ni0uNTUxLjA1Ni0uOCwwLS45MDktLjMwNy0xLjczNi0xLjUzMS0xLjczNi0xLjI4MSwwLTIuMDU5LjgyNy0yLjY3MSwyLjA2NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjgzMyAtMC4yNzUpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzUiIGRhdGEtbmFtZT0iUGF0aCA1IiBkPSJNNzMuMDM3LDI1LjMxNWE0LjM3MSw0LjM3MSwwLDAsMCwxLjU1OC4yNzYsMy4yNTcsMy4yNTcsMCwwLDAsMi42NDQtMS4xMyw2LjQxOCw2LjQxOCwwLDAsMCwxLjExMy0zLjk0YzAtMi4wNjctLjcyNC0yLjgzOS0yLTIuODM5YTMsMywwLDAsMC0yLjYxNSwxLjlaTTcwLjUwNSwxNS4wOTFhNy4yNjUsNy4yNjUsMCwwLDEsMy4wNjEtLjUyNFYxNy4xaC4yQTQuNDM3LDQuNDM3LDAsMCwxLDc4LjEsMTQuMjM3YzMuMTczLDAsNC4xNzUsMi40OCw0LjE3NSw1LjY3N2ExMS44LDExLjgsMCwwLDEtMiw2Ljg4OSw2LjE2Miw2LjE2MiwwLDAsMS01LjI4NywyLjI2LDUuNjc3LDUuNjc3LDAsMCwxLTIuMjgyLS4zODVsLS43MjQsNi4yNTVhNC43MjksNC43MjksMCwwLDEtMi4wMzIuMzMxLDQuMzQ2LDQuMzQ2LDAsMCwxLTEuOTc1LS4zMzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4zMTMgLTAuMjc1KSIgZmlsbD0iIzAwMzc3YSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF82IiBkYXRhLW5hbWU9IlBhdGggNiIgZD0iTTk1LjExNywxNy43MWEyLjQsMi40LDAsMCwwLTEuMzM1LS4zLDMuNDEsMy40MSwwLDAsMC0yLjg2NywxLjI2OEE3LjA2OCw3LjA2OCwwLDAsMCw4OS44MywyMi43YzAsMi4wNjcuNjQsMi44MzksMiwyLjgzOWEyLjkzMywyLjkzMywwLDAsMCwyLjQ1LTEuMjY4Wm0zLjAzNCw2LjQ3NmMtLjEzOSwxLjE1Ny4yMjIsMS40MDUuODM0LDEuNDA1YTIuMDc0LDIuMDc0LDAsMCwwLDEuMDU5LS4yNzYsNC41NzQsNC41NzQsMCwwLDEtLjc1MSwzLjIyNSwzLjkyNiwzLjkyNiwwLDAsMS0yLjExNS41MjRjLTEuNjQyLDAtMi42NDUtLjcxNy0yLjc4My0yLjRoLS4yYTQuMTMzLDQuMTMzLDAsMCwxLTMuOTc5LDIuNGMtMi4zMTEsMC00LjM0Mi0xLjM1LTQuMzQyLTUuNjc3YTEwLjU1NiwxMC41NTYsMCwwLDEsMS44MDktNi4yLDcuNjU2LDcuNjU2LDAsMCwxLDYuNDI3LTIuOTQ4LDcuOTU5LDcuOTU5LDAsMCwxLDQuOTUyLDEuNTQzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjU4IC0wLjI3NSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfNyIgZGF0YS1uYW1lPSJQYXRoIDciIGQ9Ik0xMDkuMzM4LDI5LjA2M2MtMy45NTIsMC02LjEyMi0yLjE3Ny02LjEyMi02LjQyMWE5LjIyMiw5LjIyMiwwLDAsMSwxLjc1My01LjcsNi45NzMsNi45NzMsMCwwLDEsNS44NzEtMi43LDUuNjI5LDUuNjI5LDAsMCwxLDIuOTUuNjYxLDUuMTY1LDUuMTY1LDAsMCwxLC41NTcsMy40NDUsNS41MjEsNS41MjEsMCwwLDAtMi45MjItLjgsNC4xMSw0LjExLDAsMCwwLTMuMTE3LDEuMTg1LDQuNzYyLDQuNzYyLDAsMCwwLTEuMTQxLDMuMzM0YzAsMi41OTEsMS4zMDcsMy41LDMuNTM0LDMuNWE3LjM1NCw3LjM1NCwwLDAsMCwzLjE3Mi0uNzE2LDQuODQ2LDQuODQ2LDAsMCwxLTEuMDU3LDMuNDcyLDcuNjQ0LDcuNjQ0LDAsMCwxLTMuNDc5Ljc0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuOTkzIC0wLjI3NSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfOCIgZGF0YS1uYW1lPSJQYXRoIDgiIGQ9Ik0xMjAsMTQuNzE5bC40MTgtMy4xMTVhNi43NDEsNi43NDEsMCwwLDEsMy43LS45MzdsLS40NzQsNC4wNTFIMTI2LjlhMy4zMzMsMy4zMzMsMCwwLDEsLjIsMS4yNjdBNC4zODgsNC4zODgsMCwwLDEsMTI2LjcsMThIMTIzLjI4bC0uNTg1LDUuMzE4Yy0uMTY3LDEuNDA1LjEzOSwyLjA2NywxLjUsMi4wNjdhMy44NCwzLjg0LDAsMCwwLDIuMjI2LS42ODksNC44ODcsNC44ODcsMCwwLDEtLjc4LDMuNDczLDUuNDQ3LDUuNDQ3LDAsMCwxLTMuMTQ0LjgyN2MtMi44MTEsMC0zLjktMS4zLTMuOS0zLjUyOGExNS40ODksMTUuNDg5LDAsMCwxLC4xNjctMS45NTZMMTE5LjUyMywxOEgxMTcuNmE5LjQzNiw5LjQzNiwwLDAsMSwuNy0zLjI3OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjI3MSAtMC4yMDYpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzkiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNMzcuNjgsOC43NjZhMi4wNDQsMi4wNDQsMCwwLDAtMi4xNjYsMi4yLDEuODIxLDEuODIxLDAsMCwwLDEuOTQsMi4wMjIsMi4wNDQsMi4wNDQsMCwwLDAsMi4xNjYtMi4yLDEuOCwxLjgsMCwwLDAtMS45NC0yLjAyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNjg2IC0wLjE2OSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=\")"
16
- }
17
- },
18
- "navbar": {
19
- "inline-size": { "value": "100px" },
20
- "block-size": { "value": "44px" },
21
- "background-image": {
22
- "value": "url(\"data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='228.98' height='66.919' viewBox='0 0 228.98 66.919'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='228.981' height='66.919' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M228.981,0H0V66.919H207.341A21.535,21.535,0,0,0,228.981,45.49Z' transform='translate(0 0)' fill='%2300305e'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M21.128,35.516a18.9,18.9,0,0,0,3.635.274c7.039,0,10.075-5.331,10.075-11.846,0-6.836-3.313-9.751-8.558-9.751a14.946,14.946,0,0,0-2.99.319ZM17.492,9.636A32.191,32.191,0,0,1,25.82,8.589c9.985,0,15.921,4.6,15.921,15.491,0,11.254-6.534,17.633-18.174,17.633a69.657,69.657,0,0,1-9.892-.73Z' transform='translate(8.497 5.337)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M40.686,30.407c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.555,7.555,0,0,1-1.244,5.331,6.657,6.657,0,0,1-3.543.866c-3.634,0-5.106-1.686-5.106-5.057,0-.73.138-1.96.229-2.734l2.071-15.493a7.272,7.272,0,0,1,3.084-.5,6.251,6.251,0,0,1,2.99.5Z' transform='translate(21.08 9.127)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M62.974,37.473a7.341,7.341,0,0,1-3.267.546,6.767,6.767,0,0,1-3.128-.546l1.655-13.258a13.342,13.342,0,0,0,.092-1.367c0-1.5-.46-2.779-2.531-2.779-2.161,0-3.588,1.321-4.555,3.507l-1.565,13.9a7.573,7.573,0,0,1-3.313.546,6.955,6.955,0,0,1-3.22-.546l2.807-21.824a12.007,12.007,0,0,1,5.06-.866V19.02h.323a7.219,7.219,0,0,1,7.176-4.783c3.59,0,5.292,1.732,5.8,4.556h.368c.919-2.6,3.22-4.556,6.993-4.556,3.728,0,6.074,1.913,6.074,6.515a22.454,22.454,0,0,1-.138,2.278l-.829,7.655c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.556,7.556,0,0,1-1.244,5.331,6.485,6.485,0,0,1-3.5.866c-3.635,0-5.062-1.686-5.062-5.057,0-.73.138-1.96.23-2.734l.921-6.7c.045-.456.092-.911.092-1.321,0-1.5-.507-2.87-2.531-2.87-2.118,0-3.4,1.367-4.417,3.416Z' transform='translate(26.81 8.847)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M76.346,32.552a7.227,7.227,0,0,0,2.576.456,5.385,5.385,0,0,0,4.371-1.868,10.611,10.611,0,0,0,1.84-6.515c0-3.418-1.2-4.694-3.313-4.694-2.071,0-3.358,1.367-4.324,3.144Zm-4.186-16.9a12.012,12.012,0,0,1,5.06-.866v4.191h.323a7.335,7.335,0,0,1,7.178-4.738c5.245,0,6.9,4.1,6.9,9.386,0,4.055-1.151,8.7-3.314,11.39-2.071,2.6-4.785,3.736-8.741,3.736a9.386,9.386,0,0,1-3.773-.637L74.6,48.454a7.818,7.818,0,0,1-3.36.548,7.185,7.185,0,0,1-3.266-.548Z' transform='translate(42.239 8.847)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M101.153,19.978a3.964,3.964,0,0,0-2.207-.5,5.637,5.637,0,0,0-4.739,2.1c-1.336,1.732-1.795,4.556-1.795,6.651,0,3.418,1.059,4.694,3.313,4.694a4.85,4.85,0,0,0,4.05-2.1Zm5.017,10.708c-.23,1.913.366,2.323,1.378,2.323a3.429,3.429,0,0,0,1.751-.456,7.563,7.563,0,0,1-1.242,5.331,6.491,6.491,0,0,1-3.5.866c-2.714,0-4.373-1.185-4.6-3.964h-.323a6.833,6.833,0,0,1-6.578,3.964c-3.82,0-7.178-2.233-7.178-9.386A17.452,17.452,0,0,1,88.87,19.112c2.484-3.416,6.44-4.874,10.627-4.874a13.159,13.159,0,0,1,8.188,2.55Z' transform='translate(53.366 8.848)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M113.338,38.75c-6.534,0-10.122-3.6-10.122-10.615a15.247,15.247,0,0,1,2.9-9.432,11.529,11.529,0,0,1,9.707-4.465A9.306,9.306,0,0,1,120.7,15.33a8.54,8.54,0,0,1,.921,5.7,9.129,9.129,0,0,0-4.832-1.321,6.8,6.8,0,0,0-5.153,1.959,7.873,7.873,0,0,0-1.886,5.513c0,4.284,2.161,5.787,5.844,5.787a12.159,12.159,0,0,0,5.244-1.184,8.011,8.011,0,0,1-1.748,5.74,12.638,12.638,0,0,1-5.751,1.231' transform='translate(64.14 8.847)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M121.559,17.366l.691-5.15a11.145,11.145,0,0,1,6.119-1.548l-.783,6.7h5.383a5.51,5.51,0,0,1,.323,2.095,7.255,7.255,0,0,1-.644,3.327h-5.659l-.968,8.793c-.276,2.323.23,3.418,2.486,3.418a6.349,6.349,0,0,0,3.681-1.14A8.08,8.08,0,0,1,130.9,39.6a9.006,9.006,0,0,1-5.2,1.367c-4.647,0-6.442-2.142-6.442-5.832a25.609,25.609,0,0,1,.276-3.235l1.244-9.112H117.6a15.6,15.6,0,0,1,1.15-5.422Z' transform='translate(73.08 6.629)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M39.1,8.766a3.379,3.379,0,0,0-3.582,3.63,3.01,3.01,0,0,0,3.207,3.343A3.38,3.38,0,0,0,42.3,12.108c0-2.124-1.169-3.342-3.207-3.342' transform='translate(22.069 5.447)' fill='%23db1778'/%3E%3C/g%3E%3C/svg%3E%0A\")"
23
- }
24
- }
25
- }
26
- }
27
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "150px" },
6
+ "block-size": { "value": "44px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='228.98' height='66.919' viewBox='0 0 228.98 66.919'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='228.981' height='66.919' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M228.981,0H0V66.919H207.341A21.535,21.535,0,0,0,228.981,45.49Z' transform='translate(0 0)' fill='%2300305e'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M21.128,35.516a18.9,18.9,0,0,0,3.635.274c7.039,0,10.075-5.331,10.075-11.846,0-6.836-3.313-9.751-8.558-9.751a14.946,14.946,0,0,0-2.99.319ZM17.492,9.636A32.191,32.191,0,0,1,25.82,8.589c9.985,0,15.921,4.6,15.921,15.491,0,11.254-6.534,17.633-18.174,17.633a69.657,69.657,0,0,1-9.892-.73Z' transform='translate(8.497 5.337)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M40.686,30.407c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.555,7.555,0,0,1-1.244,5.331,6.657,6.657,0,0,1-3.543.866c-3.634,0-5.106-1.686-5.106-5.057,0-.73.138-1.96.229-2.734l2.071-15.493a7.272,7.272,0,0,1,3.084-.5,6.251,6.251,0,0,1,2.99.5Z' transform='translate(21.08 9.127)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M62.974,37.473a7.341,7.341,0,0,1-3.267.546,6.767,6.767,0,0,1-3.128-.546l1.655-13.258a13.342,13.342,0,0,0,.092-1.367c0-1.5-.46-2.779-2.531-2.779-2.161,0-3.588,1.321-4.555,3.507l-1.565,13.9a7.573,7.573,0,0,1-3.313.546,6.955,6.955,0,0,1-3.22-.546l2.807-21.824a12.007,12.007,0,0,1,5.06-.866V19.02h.323a7.219,7.219,0,0,1,7.176-4.783c3.59,0,5.292,1.732,5.8,4.556h.368c.919-2.6,3.22-4.556,6.993-4.556,3.728,0,6.074,1.913,6.074,6.515a22.454,22.454,0,0,1-.138,2.278l-.829,7.655c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.556,7.556,0,0,1-1.244,5.331,6.485,6.485,0,0,1-3.5.866c-3.635,0-5.062-1.686-5.062-5.057,0-.73.138-1.96.23-2.734l.921-6.7c.045-.456.092-.911.092-1.321,0-1.5-.507-2.87-2.531-2.87-2.118,0-3.4,1.367-4.417,3.416Z' transform='translate(26.81 8.847)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M76.346,32.552a7.227,7.227,0,0,0,2.576.456,5.385,5.385,0,0,0,4.371-1.868,10.611,10.611,0,0,0,1.84-6.515c0-3.418-1.2-4.694-3.313-4.694-2.071,0-3.358,1.367-4.324,3.144Zm-4.186-16.9a12.012,12.012,0,0,1,5.06-.866v4.191h.323a7.335,7.335,0,0,1,7.178-4.738c5.245,0,6.9,4.1,6.9,9.386,0,4.055-1.151,8.7-3.314,11.39-2.071,2.6-4.785,3.736-8.741,3.736a9.386,9.386,0,0,1-3.773-.637L74.6,48.454a7.818,7.818,0,0,1-3.36.548,7.185,7.185,0,0,1-3.266-.548Z' transform='translate(42.239 8.847)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M101.153,19.978a3.964,3.964,0,0,0-2.207-.5,5.637,5.637,0,0,0-4.739,2.1c-1.336,1.732-1.795,4.556-1.795,6.651,0,3.418,1.059,4.694,3.313,4.694a4.85,4.85,0,0,0,4.05-2.1Zm5.017,10.708c-.23,1.913.366,2.323,1.378,2.323a3.429,3.429,0,0,0,1.751-.456,7.563,7.563,0,0,1-1.242,5.331,6.491,6.491,0,0,1-3.5.866c-2.714,0-4.373-1.185-4.6-3.964h-.323a6.833,6.833,0,0,1-6.578,3.964c-3.82,0-7.178-2.233-7.178-9.386A17.452,17.452,0,0,1,88.87,19.112c2.484-3.416,6.44-4.874,10.627-4.874a13.159,13.159,0,0,1,8.188,2.55Z' transform='translate(53.366 8.848)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M113.338,38.75c-6.534,0-10.122-3.6-10.122-10.615a15.247,15.247,0,0,1,2.9-9.432,11.529,11.529,0,0,1,9.707-4.465A9.306,9.306,0,0,1,120.7,15.33a8.54,8.54,0,0,1,.921,5.7,9.129,9.129,0,0,0-4.832-1.321,6.8,6.8,0,0,0-5.153,1.959,7.873,7.873,0,0,0-1.886,5.513c0,4.284,2.161,5.787,5.844,5.787a12.159,12.159,0,0,0,5.244-1.184,8.011,8.011,0,0,1-1.748,5.74,12.638,12.638,0,0,1-5.751,1.231' transform='translate(64.14 8.847)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M121.559,17.366l.691-5.15a11.145,11.145,0,0,1,6.119-1.548l-.783,6.7h5.383a5.51,5.51,0,0,1,.323,2.095,7.255,7.255,0,0,1-.644,3.327h-5.659l-.968,8.793c-.276,2.323.23,3.418,2.486,3.418a6.349,6.349,0,0,0,3.681-1.14A8.08,8.08,0,0,1,130.9,39.6a9.006,9.006,0,0,1-5.2,1.367c-4.647,0-6.442-2.142-6.442-5.832a25.609,25.609,0,0,1,.276-3.235l1.244-9.112H117.6a15.6,15.6,0,0,1,1.15-5.422Z' transform='translate(73.08 6.629)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M39.1,8.766a3.379,3.379,0,0,0-3.582,3.63,3.01,3.01,0,0,0,3.207,3.343A3.38,3.38,0,0,0,42.3,12.108c0-2.124-1.169-3.342-3.207-3.342' transform='translate(22.069 5.447)' fill='%23db1778'/%3E%3C/g%3E%3C/svg%3E%0A\")"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": { "value": "150px" },
13
+ "block-size": { "value": "44px" },
14
+ "background-image": {
15
+ "value": "url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzguNDk2IiBoZWlnaHQ9IjQwLjQ3NSIgdmlld0JveD0iMCAwIDEzOC40OTYgNDAuNDc1Ij4KICA8ZyBpZD0iR3JvdXBfNzA2MSIgZGF0YS1uYW1lPSJHcm91cCA3MDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4KICAgIDxnIGlkPSJHcm91cF83MDYyIiBkYXRhLW5hbWU9Ikdyb3VwIDcwNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8xIiBkYXRhLW5hbWU9IlBhdGggMSIgZD0iTTEzOC41LDBIMFY0MC40NzVIMTI1LjQwOEExMy4wMjUsMTMuMDI1LDAsMCwwLDEzOC41LDI3LjUxNFoiIGZpbGw9IiNmZmYiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfMiIgZGF0YS1uYW1lPSJQYXRoIDIiIGQ9Ik0xOC4xODIsMjQuODc1YTExLjQzLDExLjQzLDAsMCwwLDIuMi4xNjZjNC4yNTcsMCw2LjA5NC0zLjIyNSw2LjA5NC03LjE2NSwwLTQuMTM1LTItNS45LTUuMTc2LTUuOWE5LjA0LDkuMDQsMCwwLDAtMS44MDguMTkzWm0tMi4yLTE1LjY1M2ExOS40NywxOS40NywwLDAsMSw1LjAzNy0uNjM0YzYuMDM5LDAsOS42MjksMi43ODMsOS42MjksOS4zNywwLDYuODA3LTMuOTUyLDEwLjY2NS0xMC45OTMsMTAuNjY1YTQyLjEzMSw0Mi4xMzEsMCwwLDEtNS45ODMtLjQ0MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI2NCAtMC4xNjYpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzMiIGRhdGEtbmFtZT0iUGF0aCAzIiBkPSJNMzguMDEzLDI0LjE5NWMtLjEzOSwxLjE4NS4yMjMsMS40MDUuODM1LDEuNDA1YTIuMDcsMi4wNywwLDAsMCwxLjA1OC0uMjc2LDQuNTcsNC41NywwLDAsMS0uNzUyLDMuMjI1LDQuMDI2LDQuMDI2LDAsMCwxLTIuMTQzLjUyNGMtMi4yLDAtMy4wODgtMS4wMi0zLjA4OC0zLjA1OSwwLS40NDEuMDgzLTEuMTg2LjEzOC0xLjY1M2wxLjI1Mi05LjM3YTQuNCw0LjQsMCwwLDEsMS44NjUtLjMsMy43ODEsMy43ODEsMCwwLDEsMS44MDguM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjY1NSAtMC4yODQpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzQiIGRhdGEtbmFtZT0iUGF0aCA0IiBkPSJNNTUuMTM4LDI4LjI5MWE0LjQ0LDQuNDQsMCwwLDEtMS45NzYuMzMsNC4wOTMsNC4wOTMsMCwwLDEtMS44OTItLjMzbDEtOC4wMTlhOC4wNyw4LjA3LDAsMCwwLC4wNTYtLjgyN2MwLS45MS0uMjc5LTEuNjgxLTEuNTMxLTEuNjgxYTIuOTgxLDIuOTgxLDAsMCwwLTIuNzU1LDIuMTIxTDQ3LjEsMjguMjkxYTQuNTgxLDQuNTgxLDAsMCwxLTIsLjMzLDQuMjA3LDQuMjA3LDAsMCwxLTEuOTQ4LS4zM2wxLjctMTMuMmE3LjI2Miw3LjI2MiwwLDAsMSwzLjA2MS0uNTI0VjE3LjEzaC4yYTQuMzY2LDQuMzY2LDAsMCwxLDQuMzQxLTIuODkzYzIuMTcxLDAsMy4yLDEuMDQ3LDMuNTA3LDIuNzU2aC4yMjNhNC4xNjIsNC4xNjIsMCwwLDEsNC4yMy0yLjc1NmMyLjI1NSwwLDMuNjc0LDEuMTU3LDMuNjc0LDMuOTRhMTMuNTgxLDEzLjU4MSwwLDAsMS0uMDgzLDEuMzc4bC0uNSw0LjYzYy0uMTM5LDEuMTg1LjIyMywxLjQwNS44MzUsMS40MDVhMi4wNywyLjA3LDAsMCwwLDEuMDU4LS4yNzYsNC41Nyw0LjU3LDAsMCwxLS43NTIsMy4yMjUsMy45MjIsMy45MjIsMCwwLDEtMi4xMTQuNTI0Yy0yLjIsMC0zLjA2Mi0xLjAyLTMuMDYyLTMuMDU5LDAtLjQ0MS4wODMtMS4xODYuMTM5LTEuNjUzbC41NTctNC4wNTFjLjAyNy0uMjc2LjA1Ni0uNTUxLjA1Ni0uOCwwLS45MDktLjMwNy0xLjczNi0xLjUzMS0xLjczNi0xLjI4MSwwLTIuMDU5LjgyNy0yLjY3MSwyLjA2NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjgzMyAtMC4yNzUpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzUiIGRhdGEtbmFtZT0iUGF0aCA1IiBkPSJNNzMuMDM3LDI1LjMxNWE0LjM3MSw0LjM3MSwwLDAsMCwxLjU1OC4yNzYsMy4yNTcsMy4yNTcsMCwwLDAsMi42NDQtMS4xMyw2LjQxOCw2LjQxOCwwLDAsMCwxLjExMy0zLjk0YzAtMi4wNjctLjcyNC0yLjgzOS0yLTIuODM5YTMsMywwLDAsMC0yLjYxNSwxLjlaTTcwLjUwNSwxNS4wOTFhNy4yNjUsNy4yNjUsMCwwLDEsMy4wNjEtLjUyNFYxNy4xaC4yQTQuNDM3LDQuNDM3LDAsMCwxLDc4LjEsMTQuMjM3YzMuMTczLDAsNC4xNzUsMi40OCw0LjE3NSw1LjY3N2ExMS44LDExLjgsMCwwLDEtMiw2Ljg4OSw2LjE2Miw2LjE2MiwwLDAsMS01LjI4NywyLjI2LDUuNjc3LDUuNjc3LDAsMCwxLTIuMjgyLS4zODVsLS43MjQsNi4yNTVhNC43MjksNC43MjksMCwwLDEtMi4wMzIuMzMxLDQuMzQ2LDQuMzQ2LDAsMCwxLTEuOTc1LS4zMzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4zMTMgLTAuMjc1KSIgZmlsbD0iIzAwMzc3YSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF82IiBkYXRhLW5hbWU9IlBhdGggNiIgZD0iTTk1LjExNywxNy43MWEyLjQsMi40LDAsMCwwLTEuMzM1LS4zLDMuNDEsMy40MSwwLDAsMC0yLjg2NywxLjI2OEE3LjA2OCw3LjA2OCwwLDAsMCw4OS44MywyMi43YzAsMi4wNjcuNjQsMi44MzksMiwyLjgzOWEyLjkzMywyLjkzMywwLDAsMCwyLjQ1LTEuMjY4Wm0zLjAzNCw2LjQ3NmMtLjEzOSwxLjE1Ny4yMjIsMS40MDUuODM0LDEuNDA1YTIuMDc0LDIuMDc0LDAsMCwwLDEuMDU5LS4yNzYsNC41NzQsNC41NzQsMCwwLDEtLjc1MSwzLjIyNSwzLjkyNiwzLjkyNiwwLDAsMS0yLjExNS41MjRjLTEuNjQyLDAtMi42NDUtLjcxNy0yLjc4My0yLjRoLS4yYTQuMTMzLDQuMTMzLDAsMCwxLTMuOTc5LDIuNGMtMi4zMTEsMC00LjM0Mi0xLjM1LTQuMzQyLTUuNjc3YTEwLjU1NiwxMC41NTYsMCwwLDEsMS44MDktNi4yLDcuNjU2LDcuNjU2LDAsMCwxLDYuNDI3LTIuOTQ4LDcuOTU5LDcuOTU5LDAsMCwxLDQuOTUyLDEuNTQzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNjU4IC0wLjI3NSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfNyIgZGF0YS1uYW1lPSJQYXRoIDciIGQ9Ik0xMDkuMzM4LDI5LjA2M2MtMy45NTIsMC02LjEyMi0yLjE3Ny02LjEyMi02LjQyMWE5LjIyMiw5LjIyMiwwLDAsMSwxLjc1My01LjcsNi45NzMsNi45NzMsMCwwLDEsNS44NzEtMi43LDUuNjI5LDUuNjI5LDAsMCwxLDIuOTUuNjYxLDUuMTY1LDUuMTY1LDAsMCwxLC41NTcsMy40NDUsNS41MjEsNS41MjEsMCwwLDAtMi45MjItLjgsNC4xMSw0LjExLDAsMCwwLTMuMTE3LDEuMTg1LDQuNzYyLDQuNzYyLDAsMCwwLTEuMTQxLDMuMzM0YzAsMi41OTEsMS4zMDcsMy41LDMuNTM0LDMuNWE3LjM1NCw3LjM1NCwwLDAsMCwzLjE3Mi0uNzE2LDQuODQ2LDQuODQ2LDAsMCwxLTEuMDU3LDMuNDcyLDcuNjQ0LDcuNjQ0LDAsMCwxLTMuNDc5Ljc0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuOTkzIC0wLjI3NSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfOCIgZGF0YS1uYW1lPSJQYXRoIDgiIGQ9Ik0xMjAsMTQuNzE5bC40MTgtMy4xMTVhNi43NDEsNi43NDEsMCwwLDEsMy43LS45MzdsLS40NzQsNC4wNTFIMTI2LjlhMy4zMzMsMy4zMzMsMCwwLDEsLjIsMS4yNjdBNC4zODgsNC4zODgsMCwwLDEsMTI2LjcsMThIMTIzLjI4bC0uNTg1LDUuMzE4Yy0uMTY3LDEuNDA1LjEzOSwyLjA2NywxLjUsMi4wNjdhMy44NCwzLjg0LDAsMCwwLDIuMjI2LS42ODksNC44ODcsNC44ODcsMCwwLDEtLjc4LDMuNDczLDUuNDQ3LDUuNDQ3LDAsMCwxLTMuMTQ0LjgyN2MtMi44MTEsMC0zLjktMS4zLTMuOS0zLjUyOGExNS40ODksMTUuNDg5LDAsMCwxLC4xNjctMS45NTZMMTE5LjUyMywxOEgxMTcuNmE5LjQzNiw5LjQzNiwwLDAsMSwuNy0zLjI3OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjI3MSAtMC4yMDYpIiBmaWxsPSIjMDAzNzdhIi8+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzkiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNMzcuNjgsOC43NjZhMi4wNDQsMi4wNDQsMCwwLDAtMi4xNjYsMi4yLDEuODIxLDEuODIxLDAsMCwwLDEuOTQsMi4wMjIsMi4wNDQsMi4wNDQsMCwwLDAsMi4xNjYtMi4yLDEuOCwxLjgsMCwwLDAtMS45NC0yLjAyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNjg2IC0wLjE2OSkiIGZpbGw9IiMwMDM3N2EiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=\")"
16
+ }
17
+ },
18
+ "navbar": {
19
+ "inline-size": { "value": "100px" },
20
+ "block-size": { "value": "44px" },
21
+ "background-image": {
22
+ "value": "url(\"data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='228.98' height='66.919' viewBox='0 0 228.98 66.919'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='228.981' height='66.919' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M228.981,0H0V66.919H207.341A21.535,21.535,0,0,0,228.981,45.49Z' transform='translate(0 0)' fill='%2300305e'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M21.128,35.516a18.9,18.9,0,0,0,3.635.274c7.039,0,10.075-5.331,10.075-11.846,0-6.836-3.313-9.751-8.558-9.751a14.946,14.946,0,0,0-2.99.319ZM17.492,9.636A32.191,32.191,0,0,1,25.82,8.589c9.985,0,15.921,4.6,15.921,15.491,0,11.254-6.534,17.633-18.174,17.633a69.657,69.657,0,0,1-9.892-.73Z' transform='translate(8.497 5.337)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M40.686,30.407c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.555,7.555,0,0,1-1.244,5.331,6.657,6.657,0,0,1-3.543.866c-3.634,0-5.106-1.686-5.106-5.057,0-.73.138-1.96.229-2.734l2.071-15.493a7.272,7.272,0,0,1,3.084-.5,6.251,6.251,0,0,1,2.99.5Z' transform='translate(21.08 9.127)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M62.974,37.473a7.341,7.341,0,0,1-3.267.546,6.767,6.767,0,0,1-3.128-.546l1.655-13.258a13.342,13.342,0,0,0,.092-1.367c0-1.5-.46-2.779-2.531-2.779-2.161,0-3.588,1.321-4.555,3.507l-1.565,13.9a7.573,7.573,0,0,1-3.313.546,6.955,6.955,0,0,1-3.22-.546l2.807-21.824a12.007,12.007,0,0,1,5.06-.866V19.02h.323a7.219,7.219,0,0,1,7.176-4.783c3.59,0,5.292,1.732,5.8,4.556h.368c.919-2.6,3.22-4.556,6.993-4.556,3.728,0,6.074,1.913,6.074,6.515a22.454,22.454,0,0,1-.138,2.278l-.829,7.655c-.23,1.959.368,2.323,1.38,2.323a3.423,3.423,0,0,0,1.75-.456,7.556,7.556,0,0,1-1.244,5.331,6.485,6.485,0,0,1-3.5.866c-3.635,0-5.062-1.686-5.062-5.057,0-.73.138-1.96.23-2.734l.921-6.7c.045-.456.092-.911.092-1.321,0-1.5-.507-2.87-2.531-2.87-2.118,0-3.4,1.367-4.417,3.416Z' transform='translate(26.81 8.847)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M76.346,32.552a7.227,7.227,0,0,0,2.576.456,5.385,5.385,0,0,0,4.371-1.868,10.611,10.611,0,0,0,1.84-6.515c0-3.418-1.2-4.694-3.313-4.694-2.071,0-3.358,1.367-4.324,3.144Zm-4.186-16.9a12.012,12.012,0,0,1,5.06-.866v4.191h.323a7.335,7.335,0,0,1,7.178-4.738c5.245,0,6.9,4.1,6.9,9.386,0,4.055-1.151,8.7-3.314,11.39-2.071,2.6-4.785,3.736-8.741,3.736a9.386,9.386,0,0,1-3.773-.637L74.6,48.454a7.818,7.818,0,0,1-3.36.548,7.185,7.185,0,0,1-3.266-.548Z' transform='translate(42.239 8.847)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M101.153,19.978a3.964,3.964,0,0,0-2.207-.5,5.637,5.637,0,0,0-4.739,2.1c-1.336,1.732-1.795,4.556-1.795,6.651,0,3.418,1.059,4.694,3.313,4.694a4.85,4.85,0,0,0,4.05-2.1Zm5.017,10.708c-.23,1.913.366,2.323,1.378,2.323a3.429,3.429,0,0,0,1.751-.456,7.563,7.563,0,0,1-1.242,5.331,6.491,6.491,0,0,1-3.5.866c-2.714,0-4.373-1.185-4.6-3.964h-.323a6.833,6.833,0,0,1-6.578,3.964c-3.82,0-7.178-2.233-7.178-9.386A17.452,17.452,0,0,1,88.87,19.112c2.484-3.416,6.44-4.874,10.627-4.874a13.159,13.159,0,0,1,8.188,2.55Z' transform='translate(53.366 8.848)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M113.338,38.75c-6.534,0-10.122-3.6-10.122-10.615a15.247,15.247,0,0,1,2.9-9.432,11.529,11.529,0,0,1,9.707-4.465A9.306,9.306,0,0,1,120.7,15.33a8.54,8.54,0,0,1,.921,5.7,9.129,9.129,0,0,0-4.832-1.321,6.8,6.8,0,0,0-5.153,1.959,7.873,7.873,0,0,0-1.886,5.513c0,4.284,2.161,5.787,5.844,5.787a12.159,12.159,0,0,0,5.244-1.184,8.011,8.011,0,0,1-1.748,5.74,12.638,12.638,0,0,1-5.751,1.231' transform='translate(64.14 8.847)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M121.559,17.366l.691-5.15a11.145,11.145,0,0,1,6.119-1.548l-.783,6.7h5.383a5.51,5.51,0,0,1,.323,2.095,7.255,7.255,0,0,1-.644,3.327h-5.659l-.968,8.793c-.276,2.323.23,3.418,2.486,3.418a6.349,6.349,0,0,0,3.681-1.14A8.08,8.08,0,0,1,130.9,39.6a9.006,9.006,0,0,1-5.2,1.367c-4.647,0-6.442-2.142-6.442-5.832a25.609,25.609,0,0,1,.276-3.235l1.244-9.112H117.6a15.6,15.6,0,0,1,1.15-5.422Z' transform='translate(73.08 6.629)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M39.1,8.766a3.379,3.379,0,0,0-3.582,3.63,3.01,3.01,0,0,0,3.207,3.343A3.38,3.38,0,0,0,42.3,12.108c0-2.124-1.169-3.342-3.207-3.342' transform='translate(22.069 5.447)' fill='%23db1778'/%3E%3C/g%3E%3C/svg%3E%0A\")"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -1,95 +1,95 @@
1
- {
2
- "conduction": {
3
- "pagination": {
4
- "container": {
5
- "background-color": { "value": "unset" },
6
- "padding-inline-start": { "value": "0px" },
7
- "padding-inline-end": { "value": "0px" },
8
- "padding-block-start": { "value": "0px" },
9
- "padding-block-end": { "value": "0px" }
10
- },
11
- "item": {
12
- "gap": {},
13
- "color": { "value": "{dimpact.color.grey.84}" },
14
- "background-color": { "value": "{dimpact.color.white.100}" },
15
- "padding-inline-start": { "value": "{dimpact.size.xs}" },
16
- "padding-inline-end": { "value": "{dimpact.size.xs}" },
17
- "padding-block-start": { "value": "{dimpact.size.xs}" },
18
- "padding-block-end": { "value": "{dimpact.size.xs}" },
19
- "font-size": { "value": "{utrecht.document.font-size}" },
20
- "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
21
- "font-family": { "value": "{utrecht.document.font-family}" },
22
- "border-width": {},
23
- "border-style": {},
24
- "border-color": {},
25
- "border-bottom-width": {},
26
- "border-bottom-style": {},
27
- "border-bottom-color": {},
28
- "border-radius": { "value": "{dimpact.size.2xs}" }
29
- },
30
- "navigation-button": {
31
- "color": { "value": "{dimpact.color.primary}" },
32
- "background-color": { "value": "transparent" },
33
- "border-width": {},
34
- "border-style": {},
35
- "border-color": {},
36
- "border-bottom-width": {},
37
- "border-bottom-style": {},
38
- "border-bottom-color": {},
39
- "border-radius": {},
40
- "padding-inline-start": { "value": "{dimpact.size.xs}" },
41
- "padding-inline-end": { "value": "{dimpact.size.xs}" },
42
- "padding-block-start": { "value": "0px" },
43
- "padding-block-end": { "value": "0px" },
44
- "disabled": {
45
- "color": { "value": "{dimpact.color.grey.93}" },
46
- "background-color": { "value": "{dimpact.color.white.100}" },
47
- "border-width": {},
48
- "border-style": {},
49
- "border-color": {},
50
- "border-bottom-width": {},
51
- "border-bottom-style": {},
52
- "border-bottom-color": {},
53
- "border-radius": {}
54
- },
55
- "hover": {
56
- "color": { "value": "{dimpact.color.grey.84}" },
57
- "background-color": { "value": "transparent" },
58
- "border-width": {},
59
- "border-style": {},
60
- "border-color": {},
61
- "border-bottom-width": {},
62
- "border-bottom-style": {},
63
- "border-bottom-color": {},
64
- "border-radius": {}
65
- }
66
- },
67
- "current-page": {
68
- "color": { "value": "{dimpact.color.primary}" },
69
- "background-color": { "value": "{dimpact.color.white.100}" },
70
- "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
71
- "text-decoration": { "value": "unset" },
72
- "border-width": {},
73
- "border-style": {},
74
- "border-color": {},
75
- "border-bottom-width": {},
76
- "border-bottom-style": {},
77
- "border-bottom-color": {}
78
- },
79
- "page": {
80
- "hover": {
81
- "color": { "value": "{dimpact.color.primary}" },
82
- "background-color": { "value": "{dimpact.color.white.100}" },
83
- "text-decoration": { "value": "unset" },
84
- "text-decoration-thickness": { "value": "0px" },
85
- "border-width": {},
86
- "border-style": {},
87
- "border-color": {},
88
- "border-bottom-width": {},
89
- "border-bottom-style": {},
90
- "border-bottom-color": {}
91
- }
92
- }
93
- }
94
- }
95
- }
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container": {
5
+ "background-color": { "value": "unset" },
6
+ "padding-inline-start": { "value": "0px" },
7
+ "padding-inline-end": { "value": "0px" },
8
+ "padding-block-start": { "value": "0px" },
9
+ "padding-block-end": { "value": "0px" }
10
+ },
11
+ "item": {
12
+ "gap": {},
13
+ "color": { "value": "{dimpact.color.grey.84}" },
14
+ "background-color": { "value": "{dimpact.color.white.100}" },
15
+ "padding-inline-start": { "value": "{dimpact.size.xs}" },
16
+ "padding-inline-end": { "value": "{dimpact.size.xs}" },
17
+ "padding-block-start": { "value": "{dimpact.size.xs}" },
18
+ "padding-block-end": { "value": "{dimpact.size.xs}" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
21
+ "font-family": { "value": "{utrecht.document.font-family}" },
22
+ "border-width": {},
23
+ "border-style": {},
24
+ "border-color": {},
25
+ "border-bottom-width": {},
26
+ "border-bottom-style": {},
27
+ "border-bottom-color": {},
28
+ "border-radius": { "value": "{dimpact.size.2xs}" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{dimpact.color.primary}" },
32
+ "background-color": { "value": "transparent" },
33
+ "border-width": {},
34
+ "border-style": {},
35
+ "border-color": {},
36
+ "border-bottom-width": {},
37
+ "border-bottom-style": {},
38
+ "border-bottom-color": {},
39
+ "border-radius": {},
40
+ "padding-inline-start": { "value": "{dimpact.size.xs}" },
41
+ "padding-inline-end": { "value": "{dimpact.size.xs}" },
42
+ "padding-block-start": { "value": "0px" },
43
+ "padding-block-end": { "value": "0px" },
44
+ "disabled": {
45
+ "color": { "value": "{dimpact.color.grey.93}" },
46
+ "background-color": { "value": "{dimpact.color.white.100}" },
47
+ "border-width": {},
48
+ "border-style": {},
49
+ "border-color": {},
50
+ "border-bottom-width": {},
51
+ "border-bottom-style": {},
52
+ "border-bottom-color": {},
53
+ "border-radius": {}
54
+ },
55
+ "hover": {
56
+ "color": { "value": "{dimpact.color.grey.84}" },
57
+ "background-color": { "value": "transparent" },
58
+ "border-width": {},
59
+ "border-style": {},
60
+ "border-color": {},
61
+ "border-bottom-width": {},
62
+ "border-bottom-style": {},
63
+ "border-bottom-color": {},
64
+ "border-radius": {}
65
+ }
66
+ },
67
+ "current-page": {
68
+ "color": { "value": "{dimpact.color.primary}" },
69
+ "background-color": { "value": "{dimpact.color.white.100}" },
70
+ "font-weight": { "value": "{dimpact.typography.font-weight.bold}" },
71
+ "text-decoration": { "value": "unset" },
72
+ "border-width": {},
73
+ "border-style": {},
74
+ "border-color": {},
75
+ "border-bottom-width": {},
76
+ "border-bottom-style": {},
77
+ "border-bottom-color": {}
78
+ },
79
+ "page": {
80
+ "hover": {
81
+ "color": { "value": "{dimpact.color.primary}" },
82
+ "background-color": { "value": "{dimpact.color.white.100}" },
83
+ "text-decoration": { "value": "unset" },
84
+ "text-decoration-thickness": { "value": "0px" },
85
+ "border-width": {},
86
+ "border-style": {},
87
+ "border-color": {},
88
+ "border-bottom-width": {},
89
+ "border-bottom-style": {},
90
+ "border-bottom-color": {}
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
@@ -1,15 +1,15 @@
1
- {
2
- "utrecht": {
3
- "badge": {
4
- "background-color": { "value": "#eeeff1" },
5
- "border-radius": { "value": "20px" },
6
- "color": { "value": "{dimpact.color.primary}" },
7
- "font-size": { "value": "{dimpact.font-size.sm}" },
8
- "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
9
- "line-height": {},
10
- "padding-block": { "value": "{dimpact.size.xs}" },
11
- "padding-inline": { "value": "{dimpact.size.xs}" },
12
- "text-transform": {}
13
- }
14
- }
15
- }
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "#eeeff1" },
5
+ "border-radius": { "value": "20px" },
6
+ "color": { "value": "{dimpact.color.primary}" },
7
+ "font-size": { "value": "{dimpact.font-size.sm}" },
8
+ "font-weight": { "value": "{dimpact.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{dimpact.size.xs}" },
11
+ "padding-inline": { "value": "{dimpact.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "utrecht": {
3
- "separator": {
4
- "color": { "value": "{dimpact.color.grey.84}" },
5
- "block-size": { "value": "{dimpact.size.4xs}" },
6
- "margin-block-end": { "value": "0px" },
7
- "margin-block-start": { "value": "0px" }
8
- }
9
- }
10
- }
1
+ {
2
+ "utrecht": {
3
+ "separator": {
4
+ "color": { "value": "{dimpact.color.grey.84}" },
5
+ "block-size": { "value": "{dimpact.size.4xs}" },
6
+ "margin-block-end": { "value": "0px" },
7
+ "margin-block-start": { "value": "0px" }
8
+ }
9
+ }
10
+ }
@@ -1,17 +1,17 @@
1
- import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
- import tokens from "../dist/tokens.json";
3
- import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
4
- import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
5
- import config from "../src/config.json";
6
-
7
- <Meta title={`${config.name}/Color`} />
8
-
9
- # Color
10
-
11
- ## Find a color
12
-
13
- <ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
14
-
15
- ## Color palette
16
-
17
- <ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import tokens from "../dist/tokens.json";
3
+ import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
4
+ import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
5
+ import config from "../src/config.json";
6
+
7
+ <Meta title={`${config.name}/Color`} />
8
+
9
+ # Color
10
+
11
+ ## Find a color
12
+
13
+ <ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
14
+
15
+ ## Color palette
16
+
17
+ <ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
@@ -1,11 +1,11 @@
1
- import { Meta, Story } from "@storybook/addon-docs";
2
- import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
3
- import config from "../src/config.json";
4
-
5
- <Meta title={`${config.name}`} />
6
-
7
- # Components
8
-
9
- <Story name="Components">
10
- <ComponentStories config={config} />
11
- </Story>
1
+ import { Meta, Story } from "@storybook/addon-docs";
2
+ import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}`} />
6
+
7
+ # Components
8
+
9
+ <Story name="Components">
10
+ <ComponentStories config={config} />
11
+ </Story>
@@ -1,14 +1,14 @@
1
- import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
- import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
3
- import tokens from "../dist/index.json";
4
- import config from "../src/config.json";
5
-
6
- <Meta title={`${config.name}/Design Tokens`} />
7
-
8
- # Design Tokens
9
-
10
- <DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
11
-
12
- ## Proprietary Design Tokens
13
-
14
- <DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
3
+ import tokens from "../dist/index.json";
4
+ import config from "../src/config.json";
5
+
6
+ <Meta title={`${config.name}/Design Tokens`} />
7
+
8
+ # Design Tokens
9
+
10
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
11
+
12
+ ## Proprietary Design Tokens
13
+
14
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
@@ -1,7 +1,7 @@
1
- import { Meta, Description } from "@storybook/addon-docs";
2
- import markdown from "../README.md";
3
- import config from "../src/config.json";
4
-
5
- <Meta title={`${config.name}/README`} />
6
-
7
- <Description>{markdown}</Description>
1
+ import { Meta, Description } from "@storybook/addon-docs";
2
+ import markdown from "../README.md";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}/README`} />
6
+
7
+ <Description>{markdown}</Description>