@conduction/theme 1.1.55 → 1.1.57

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 (278) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +9 -5
  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/extra-tokens/page-footer.tokens.json +3 -1
  11. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  12. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  13. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  14. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  15. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  16. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  17. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  18. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  19. package/municipalities/bct-design-tokens/src/font.js +8 -8
  20. package/municipalities/buren-design-tokens/LICENSE.md +17 -0
  21. package/municipalities/buren-design-tokens/README.md +3 -0
  22. package/municipalities/buren-design-tokens/documentation/color.stories.mdx +17 -0
  23. package/municipalities/buren-design-tokens/documentation/components.stories.mdx +11 -0
  24. package/municipalities/buren-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  25. package/municipalities/buren-design-tokens/documentation/readme.stories.mdx +7 -0
  26. package/municipalities/buren-design-tokens/package.json +41 -0
  27. package/municipalities/buren-design-tokens/src/brand/buren/color.tokens.json +141 -0
  28. package/municipalities/buren-design-tokens/src/brand/buren/font-size.tokens.json +50 -0
  29. package/municipalities/buren-design-tokens/src/brand/buren/size.tokens.json +17 -0
  30. package/municipalities/buren-design-tokens/src/brand/buren/typography.tokens.json +40 -0
  31. package/municipalities/buren-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  32. package/municipalities/buren-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  33. package/municipalities/buren-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  34. package/municipalities/buren-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  35. package/municipalities/buren-design-tokens/src/component/conduction/logo.tokens.json +39 -0
  36. package/municipalities/buren-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  37. package/municipalities/buren-design-tokens/src/component/conduction/pagination.tokens.json +97 -0
  38. package/municipalities/buren-design-tokens/src/component/conduction/select.tokens.json +39 -0
  39. package/municipalities/buren-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  40. package/municipalities/buren-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  41. package/municipalities/buren-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  42. package/municipalities/buren-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  43. package/municipalities/buren-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  44. package/municipalities/buren-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  45. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  46. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  47. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  48. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  49. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  50. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +40 -0
  51. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  52. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  53. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  54. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  55. package/municipalities/buren-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  56. package/municipalities/buren-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  57. package/municipalities/buren-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  58. package/municipalities/buren-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  59. package/municipalities/buren-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  60. package/municipalities/buren-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  61. package/municipalities/buren-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  62. package/municipalities/buren-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  63. package/municipalities/buren-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  64. package/municipalities/buren-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  65. package/municipalities/buren-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  66. package/municipalities/buren-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  67. package/municipalities/buren-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  68. package/municipalities/buren-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  69. package/municipalities/buren-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  70. package/municipalities/buren-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  71. package/municipalities/buren-design-tokens/src/component/utrecht/textbox.tokens.json +32 -0
  72. package/municipalities/buren-design-tokens/src/config.json +73 -0
  73. package/municipalities/buren-design-tokens/src/font.scss +80 -0
  74. package/municipalities/buren-design-tokens/src/index.scss +8 -0
  75. package/municipalities/buren-design-tokens/style-dictionary.config.js +6 -0
  76. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  77. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  78. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  79. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  80. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  81. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  82. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  83. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  84. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  85. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  86. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  87. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  88. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  89. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  90. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  91. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  92. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  93. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  94. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  95. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  96. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  97. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  98. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  99. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  100. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  101. package/municipalities/epe-design-tokens/src/font.js +6 -6
  102. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  103. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  104. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  105. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  106. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  107. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  108. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  109. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  110. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  111. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  112. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  113. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  114. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  115. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  116. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  117. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  118. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  119. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  120. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  121. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  122. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  123. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  124. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  125. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  126. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  127. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  128. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  129. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  130. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  131. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  132. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  133. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  134. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  135. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  136. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  137. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  138. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  139. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  140. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  141. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  142. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  143. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  144. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  145. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  146. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  147. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  148. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  149. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  150. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  151. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  152. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  153. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  154. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  155. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  156. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  157. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  158. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  159. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  160. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  161. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  162. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  163. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  164. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  165. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  166. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  167. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  168. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  169. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  170. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  171. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  172. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  173. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  174. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  175. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  176. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  177. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  178. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  179. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  180. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  181. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  182. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  183. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  184. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  185. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  186. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  187. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  188. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  189. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  190. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  191. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  192. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  193. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  194. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  195. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  196. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  197. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  198. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  199. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  200. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  201. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  202. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  203. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  204. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  205. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  206. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  207. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  208. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  209. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  210. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  211. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  212. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  213. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  214. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  215. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  216. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  217. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  218. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  219. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  220. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  221. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  222. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  223. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  224. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  225. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  226. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  227. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  228. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  229. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  230. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  231. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  232. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  233. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  234. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  235. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  236. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  237. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  238. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  239. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  240. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  241. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  242. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  243. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  244. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  245. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  246. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  247. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  248. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  249. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  250. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  251. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  252. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  253. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  254. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  255. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  256. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  257. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  258. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  259. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  260. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  261. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  262. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  263. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  264. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  265. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  266. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  267. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  268. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  269. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  270. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  271. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  272. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  273. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  274. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  275. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  276. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  277. package/package.json +3 -2
  278. package/publiccode.yaml +83 -83
@@ -1,95 +1,95 @@
1
- {
2
- "conduction": {
3
- "pagination": {
4
- "container": {
5
- "background-color": { "value": "unset" },
6
- "padding-inline-start": { "value": "0px" },
7
- "padding-inline-end": { "value": "0px" },
8
- "padding-block-start": { "value": "0px" },
9
- "padding-block-end": { "value": "0px" }
10
- },
11
- "item": {
12
- "gap": { "value": "{bct.size.2xs}" },
13
- "color": { "value": "{bct.color.light-blue.40}" },
14
- "background-color": { "value": "{bct.color.white.100}" },
15
- "padding-inline-start": { "value": "{bct.size.xs}" },
16
- "padding-inline-end": { "value": "{bct.size.xs}" },
17
- "padding-block-start": { "value": "{bct.size.xs}" },
18
- "padding-block-end": { "value": "{bct.size.xs}" },
19
- "font-size": { "value": "{bct.font-size.sm}" },
20
- "font-weight": { "value": "{bct.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": "{bct.size.2xs}" }
29
- },
30
- "navigation-button": {
31
- "color": { "value": "{bct.color.light-blue.40}" },
32
- "background-color": { "value": "{bct.color.white.100}" },
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": "{bct.size.xs}" },
41
- "padding-inline-end": { "value": "{bct.size.xs}" },
42
- "padding-block-start": { "value": "0px" },
43
- "padding-block-end": { "value": "0px" },
44
- "disabled": {
45
- "color": { "value": "{bct.color.light-green.41}" },
46
- "background-color": { "value": "{bct.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": "{bct.color.light-green.41}" },
57
- "background-color": { "value": "{bct.color.white.100}" },
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": "{bct.color.grey.32}" },
69
- "background-color": { "value": "{bct.color.white.100}" },
70
- "font-weight": { "value": "{bct.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": "{bct.color.light-green.41}" },
82
- "background-color": { "value": "{bct.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": { "value": "{bct.size.2xs}" },
13
+ "color": { "value": "{bct.color.light-blue.40}" },
14
+ "background-color": { "value": "{bct.color.white.100}" },
15
+ "padding-inline-start": { "value": "{bct.size.xs}" },
16
+ "padding-inline-end": { "value": "{bct.size.xs}" },
17
+ "padding-block-start": { "value": "{bct.size.xs}" },
18
+ "padding-block-end": { "value": "{bct.size.xs}" },
19
+ "font-size": { "value": "{bct.font-size.sm}" },
20
+ "font-weight": { "value": "{bct.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": "{bct.size.2xs}" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{bct.color.light-blue.40}" },
32
+ "background-color": { "value": "{bct.color.white.100}" },
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": "{bct.size.xs}" },
41
+ "padding-inline-end": { "value": "{bct.size.xs}" },
42
+ "padding-block-start": { "value": "0px" },
43
+ "padding-block-end": { "value": "0px" },
44
+ "disabled": {
45
+ "color": { "value": "{bct.color.light-green.41}" },
46
+ "background-color": { "value": "{bct.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": "{bct.color.light-green.41}" },
57
+ "background-color": { "value": "{bct.color.white.100}" },
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": "{bct.color.grey.32}" },
69
+ "background-color": { "value": "{bct.color.white.100}" },
70
+ "font-weight": { "value": "{bct.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": "{bct.color.light-green.41}" },
82
+ "background-color": { "value": "{bct.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": "{bct.color.black.0} " },
5
- "border-radius": { "value": "0" },
6
- "color": { "value": "{bct.color.white.100} " },
7
- "font-size": { "value": "{bct.font-size.sm}" },
8
- "font-weight": { "value": "{bct.typography.font-weight.normal}" },
9
- "line-height": {},
10
- "padding-block": { "value": "{bct.size.xs}" },
11
- "padding-inline": { "value": "{bct.size.xs}" },
12
- "text-transform": {}
13
- }
14
- }
15
- }
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{bct.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{bct.color.white.100} " },
7
+ "font-size": { "value": "{bct.font-size.sm}" },
8
+ "font-weight": { "value": "{bct.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{bct.size.xs}" },
11
+ "padding-inline": { "value": "{bct.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "utrecht": {
3
- "separator": {
4
- "color": { "value": "{bct.color.grey.82}" },
5
- "block-size": { "value": "{bct.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": "{bct.color.grey.82}" },
5
+ "block-size": { "value": "{bct.size.4xs}" },
6
+ "margin-block-end": { "value": "0px" },
7
+ "margin-block-start": { "value": "0px" }
8
+ }
9
+ }
10
+ }
@@ -1,8 +1,8 @@
1
- import '@fontsource/roboto/300.css';
2
- import '@fontsource/roboto/300-italic.css';
3
- import '@fontsource/roboto/400.css';
4
- import '@fontsource/roboto/400-italic.css';
5
- import '@fontsource/roboto/700.css';
6
- import '@fontsource/roboto/700-italic.css';
7
- import '@fontsource/roboto-slab/300.css';
8
- import '@fontsource/roboto-slab/500.css';
1
+ import '@fontsource/roboto/300.css';
2
+ import '@fontsource/roboto/300-italic.css';
3
+ import '@fontsource/roboto/400.css';
4
+ import '@fontsource/roboto/400-italic.css';
5
+ import '@fontsource/roboto/700.css';
6
+ import '@fontsource/roboto/700-italic.css';
7
+ import '@fontsource/roboto-slab/300.css';
8
+ import '@fontsource/roboto-slab/500.css';
@@ -0,0 +1,17 @@
1
+ # Auteursrecht Gemeente
2
+
3
+ Copyright (c) 2023 Gemeente Buren
4
+
5
+ ## Logo en huisstijl
6
+
7
+ Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Gemeente Buren.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Buren gebruiken en je ontwerpt een eigen huisstijl.
10
+
11
+ ## Lettertype
12
+
13
+ Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
14
+
15
+ ## Toestemming
16
+
17
+ Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Gemeente Buren.
@@ -0,0 +1,3 @@
1
+ # NL Design System design tokens Gemeente Buren
2
+
3
+ These tokens have been obtained by analysing the [website of Gemeente Buren](https://www.buren.nl/).
@@ -0,0 +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>
@@ -0,0 +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>
@@ -0,0 +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>
@@ -0,0 +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>
@@ -0,0 +1,41 @@
1
+ {
2
+ "version": "1.0.0-alpha.12",
3
+ "author": "Community for NL Design System",
4
+ "description": "NL Design System design tokens for Gemeente Buren",
5
+ "website": "https://www.buren.nl/",
6
+ "keywords": [
7
+ "nl-design-system",
8
+ "conduction"
9
+ ],
10
+ "license": "SEE LICENSE IN LICENSE.md",
11
+ "name": "@nl-design-system-unstable/buren-design-tokens",
12
+ "private": false,
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "repository": {
17
+ "type": "git+ssh",
18
+ "url": "git@github.com:nl-design-system/themes.git"
19
+ },
20
+ "scripts": {
21
+ "clean": "rimraf -rf dist/",
22
+ "prebuild": "npm run clean",
23
+ "watch": "npm-run-all watch:**",
24
+ "watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
25
+ "build": "npm-run-all build:**",
26
+ "build:scss": "sass --no-source-map src/:dist/",
27
+ "build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
28
+ },
29
+ "devDependencies": {
30
+ "@fontsource/source-sans-pro": "5.0.8",
31
+ "@nl-design-system-unstable/theme-toolkit": "workspace:*",
32
+ "chokidar-cli": "3.0.0",
33
+ "npm-run-all": "4.1.5",
34
+ "rimraf": "3.0.2",
35
+ "style-dictionary": "3.8.0"
36
+ },
37
+ "bugs": {
38
+ "url": "https://github.com/ConductionNL/conduction-theme/issues"
39
+ },
40
+ "homepage": "https://github.com/ConductionNL/conduction-theme#readme"
41
+ }
@@ -0,0 +1,141 @@
1
+ {
2
+ "buren": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "{buren.color.red.40}"
6
+ },
7
+ "primary-hover": {
8
+ "value": "{buren.color.red.33}"
9
+ },
10
+ "error": { "value": "#dc3545" },
11
+ "alert-error": { "value": "#721c24" },
12
+ "alert-error-background": { "value": "#f8d7da" },
13
+ "warning": { "value": "#ffc107" },
14
+ "alert-warning": { "value": "#856404" },
15
+ "alert-warning-background": { "value": "#fff3cd" },
16
+ "succes": { "value": "#28a745" },
17
+ "alert-succes": { "value": "#155724" },
18
+ "alert-succes-background": { "value": "#d4edda" },
19
+ "info": { "value": "{buren.color.primary}" },
20
+ "alert-info": { "value": "#004085" },
21
+ "alert-info-background": { "value": "#cce5ff" },
22
+ "red": {
23
+ "25": {
24
+ "value": "#68161c"
25
+ },
26
+ "33": {
27
+ "value": "#8a1e25"
28
+ },
29
+ "40": {
30
+ "value": "#a7242d"
31
+ },
32
+ "46": {
33
+ "value": "#cc0000"
34
+ },
35
+ "85": {
36
+ "value": "#e9c8ca"
37
+ }
38
+ },
39
+ "blue": {
40
+ "40": {
41
+ "value": "#005fcc"
42
+ }
43
+ },
44
+ "yellow": {
45
+ "55": {
46
+ "value": "#f5bf24"
47
+ }
48
+ },
49
+ "orange": {
50
+ "88": {
51
+ "value": "#fde7c4"
52
+ },
53
+ "93": {
54
+ "value": "#fef1dd"
55
+ }
56
+ },
57
+ "grey": {
58
+ "20": {
59
+ "value": "#333333"
60
+ },
61
+ "27": {
62
+ "value": "#444444"
63
+ },
64
+ "29": {
65
+ "value": "#4a4a4a"
66
+ },
67
+ "31": {
68
+ "value": "#4f4f4f"
69
+ },
70
+ "46": {
71
+ "value": "#767676"
72
+ },
73
+ "48": {
74
+ "value": "#7a7a7a"
75
+ },
76
+ "50": {
77
+ "value": "#808080"
78
+ },
79
+ "58": {
80
+ "value": "#949494"
81
+ },
82
+ "70": {
83
+ "value": "#b3b3b3"
84
+ },
85
+ "82": {
86
+ "value": "#d1d1d1"
87
+ },
88
+ "87": {
89
+ "value": "#dddddd"
90
+ },
91
+ "90": {
92
+ "value": "#e6e6e6"
93
+ },
94
+ "91": {
95
+ "value": "#e9e9e9"
96
+ },
97
+ "93": {
98
+ "value": "#e9ecef",
99
+ "comment": "Base/Grey"
100
+ },
101
+ "95": {
102
+ "value": "#f2f2f2"
103
+ },
104
+ "97": {
105
+ "value": "#f7f7f7"
106
+ }
107
+ },
108
+ "lightgrey": {
109
+ "93": {
110
+ "value": "#ededed"
111
+ },
112
+ "96": {
113
+ "value": "#f5f5f5",
114
+ "comment": "Base/LightGrey"
115
+ }
116
+ },
117
+ "white": {
118
+ "98": {
119
+ "value": "#fafafa"
120
+ },
121
+ "100": {
122
+ "value": "#ffffff",
123
+ "comment": "Base/White"
124
+ }
125
+ },
126
+ "black": {
127
+ "0": {
128
+ "value": "#000000",
129
+ "comment": "Base/Black"
130
+ },
131
+ "0-60t": {
132
+ "value": "#00000099",
133
+ "comment": "Black with 60% transparency"
134
+ },
135
+ "30": {
136
+ "value": "#4d4d4d"
137
+ }
138
+ }
139
+ }
140
+ }
141
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "buren": {
3
+ "font-size": {
4
+ "4xs": {
5
+ "value": "0.313rem",
6
+ "comment": "5px"
7
+ },
8
+ "3xs": {
9
+ "value": "0.5rem",
10
+ "comment": "8px"
11
+ },
12
+ "2xs": {
13
+ "value": "0.625rem",
14
+ "comment": "10px"
15
+ },
16
+ "xs": {
17
+ "value": "0.75rem",
18
+ "comment": "12px"
19
+ },
20
+ "sm": {
21
+ "value": "0.875rem",
22
+ "comment": "14px"
23
+ },
24
+ "md": {
25
+ "value": "1rem",
26
+ "comment": "16px"
27
+ },
28
+ "lg": {
29
+ "value": "1.3rem",
30
+ "comment": "20.8px"
31
+ },
32
+ "xl": {
33
+ "value": "1.6rem",
34
+ "comment": "25.6px"
35
+ },
36
+ "2xl": {
37
+ "value": "2.2rem",
38
+ "comment": "35.2px"
39
+ },
40
+ "3xl": {
41
+ "value": "3rem",
42
+ "comment": "48px"
43
+ },
44
+ "4xl": {
45
+ "value": "3.625rem",
46
+ "comment": "58px"
47
+ }
48
+ }
49
+ }
50
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "buren": {
3
+ "size": {
4
+ "4xs": { "value": "1px" },
5
+ "3xs": { "value": "2px" },
6
+ "2xs": { "value": "4px" },
7
+ "xs": { "value": "8px" },
8
+ "sm": { "value": "14px" },
9
+ "md": { "value": "18px" },
10
+ "lg": { "value": "24px" },
11
+ "xl": { "value": "32px" },
12
+ "2xl": { "value": "48px" },
13
+ "3xl": { "value": "72px" },
14
+ "4xl": { "value": "96px" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "buren": {
3
+ "typography": {
4
+ "sans-serif": {
5
+ "font-family": {
6
+ "value": "\"Roboto\", Arial, sans-serif"
7
+ }
8
+ },
9
+ "monospace": {
10
+ "font-family": {
11
+ "value": "Monospace, \"Lucida Console\""
12
+ }
13
+ },
14
+ "font-weight": {
15
+ "bold": {
16
+ "value": "600"
17
+ },
18
+ "normal": {
19
+ "value": "400"
20
+ },
21
+ "light": {
22
+ "value": "100"
23
+ }
24
+ },
25
+ "scale": {
26
+ "4xs": { "value": "{buren.font-size.4xs}" },
27
+ "3xs": { "value": "{buren.font-size.3xs}" },
28
+ "2xs": { "value": "{buren.font-size.2xs}" },
29
+ "xs": { "value": "{buren.font-size.xs}" },
30
+ "sm": { "value": "{buren.font-size.sm}" },
31
+ "md": { "value": "{buren.font-size.md}" },
32
+ "lg": { "value": "{buren.font-size.lg}" },
33
+ "xl": { "value": "{buren.font-size.xl}" },
34
+ "2xl": { "value": "{buren.font-size.2xl}" },
35
+ "3xl": { "value": "{buren.font-size.3xl}" },
36
+ "4xl": { "value": "{buren.font-size.4xl}" }
37
+ }
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "action": {
4
+ "busy": { "cursor": { "value": "wait" } },
5
+ "disabled": { "cursor": { "value": "not-allowed" } },
6
+ "submit": { "cursor": { "value": "pointer" } }
7
+ }
8
+ }
9
+ }