@conduction/theme 1.1.56 → 1.1.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (600) hide show
  1. package/README.md +206 -201
  2. package/conduction-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  3. package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  4. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  5. package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  6. package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  7. package/conduction-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  8. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  9. package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  10. package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  11. package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  12. package/conduction-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +3 -1
  13. package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  14. package/municipalities/almere-design-tokens/LICENSE.md +17 -0
  15. package/municipalities/almere-design-tokens/README.md +3 -0
  16. package/municipalities/almere-design-tokens/documentation/color.stories.mdx +17 -0
  17. package/municipalities/almere-design-tokens/documentation/components.stories.mdx +11 -0
  18. package/municipalities/almere-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  19. package/municipalities/almere-design-tokens/documentation/readme.stories.mdx +7 -0
  20. package/municipalities/almere-design-tokens/package.json +40 -0
  21. package/municipalities/almere-design-tokens/src/brand/almere/color.tokens.json +173 -0
  22. package/municipalities/almere-design-tokens/src/brand/almere/font-size.tokens.json +54 -0
  23. package/municipalities/almere-design-tokens/src/brand/almere/size.tokens.json +17 -0
  24. package/municipalities/almere-design-tokens/src/brand/almere/typography.tokens.json +43 -0
  25. package/municipalities/almere-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  26. package/municipalities/almere-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  27. package/municipalities/almere-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  28. package/municipalities/almere-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  29. package/municipalities/almere-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  30. package/municipalities/almere-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  31. package/municipalities/almere-design-tokens/src/component/conduction/select.tokens.json +39 -0
  32. package/municipalities/almere-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  33. package/municipalities/almere-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  34. package/municipalities/almere-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  35. package/municipalities/almere-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  36. package/municipalities/almere-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  37. package/municipalities/almere-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  38. package/municipalities/almere-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  39. package/municipalities/almere-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  40. package/municipalities/almere-design-tokens/src/component/utrecht/breadcrumb.tokens.json +45 -0
  41. package/municipalities/almere-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  42. package/municipalities/almere-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  43. package/municipalities/almere-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  44. package/municipalities/almere-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  45. package/municipalities/almere-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  46. package/municipalities/almere-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  47. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  48. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  49. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  50. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  51. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  52. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +27 -0
  53. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  54. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  55. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +40 -0
  56. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  57. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  58. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  59. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  60. package/municipalities/almere-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +27 -0
  61. package/municipalities/almere-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  62. package/municipalities/almere-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  63. package/municipalities/almere-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  64. package/municipalities/almere-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  65. package/municipalities/almere-design-tokens/src/component/utrecht/heading.tokens.json +58 -0
  66. package/municipalities/almere-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  67. package/municipalities/almere-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  68. package/municipalities/almere-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  69. package/municipalities/almere-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  70. package/municipalities/almere-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  71. package/municipalities/almere-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  72. package/municipalities/almere-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  73. package/municipalities/almere-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  74. package/municipalities/almere-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  75. package/municipalities/almere-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  76. package/municipalities/almere-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  77. package/municipalities/almere-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  78. package/municipalities/almere-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  79. package/municipalities/almere-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  80. package/municipalities/almere-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  81. package/municipalities/almere-design-tokens/src/config.json +73 -0
  82. package/municipalities/almere-design-tokens/src/font.scss +108 -0
  83. package/municipalities/almere-design-tokens/src/index.scss +8 -0
  84. package/municipalities/almere-design-tokens/style-dictionary.config.js +6 -0
  85. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -17
  86. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -11
  87. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  88. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -7
  89. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +44 -44
  90. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  91. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  92. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  93. package/municipalities/bct-design-tokens/LICENSE.md +17 -17
  94. package/municipalities/bct-design-tokens/README.md +3 -3
  95. package/municipalities/bct-design-tokens/package.json +40 -40
  96. package/municipalities/bct-design-tokens/src/brand/bct/color.tokens.json +137 -137
  97. package/municipalities/bct-design-tokens/src/brand/bct/font-size.tokens.json +50 -50
  98. package/municipalities/bct-design-tokens/src/brand/bct/size.tokens.json +17 -17
  99. package/municipalities/bct-design-tokens/src/brand/bct/typography.tokens.json +45 -45
  100. package/municipalities/bct-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  101. package/municipalities/bct-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  102. package/municipalities/bct-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  103. package/municipalities/bct-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  104. package/municipalities/bct-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  105. package/municipalities/bct-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  106. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  107. package/municipalities/bct-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  108. package/municipalities/bct-design-tokens/src/component/conduction/select.tokens.json +39 -39
  109. package/municipalities/bct-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  110. package/municipalities/bct-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  111. package/municipalities/bct-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  112. package/municipalities/bct-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  113. package/municipalities/bct-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  114. package/municipalities/bct-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  115. package/municipalities/bct-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  116. package/municipalities/bct-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  117. package/municipalities/bct-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  118. package/municipalities/bct-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  119. package/municipalities/bct-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  120. package/municipalities/bct-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  121. package/municipalities/bct-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  122. package/municipalities/bct-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  123. package/municipalities/bct-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  124. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  125. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  126. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  127. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  128. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  129. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  130. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  131. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  132. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  133. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  134. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  135. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  136. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  137. package/municipalities/bct-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  138. package/municipalities/bct-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  139. package/municipalities/bct-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  140. package/municipalities/bct-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  141. package/municipalities/bct-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  142. package/municipalities/bct-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  143. package/municipalities/bct-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  144. package/municipalities/bct-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  145. package/municipalities/bct-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  146. package/municipalities/bct-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  147. package/municipalities/bct-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  148. package/municipalities/bct-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  149. package/municipalities/bct-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  150. package/municipalities/bct-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  151. package/municipalities/bct-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  152. package/municipalities/bct-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  153. package/municipalities/bct-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  154. package/municipalities/bct-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  155. package/municipalities/bct-design-tokens/src/config.json +73 -73
  156. package/municipalities/bct-design-tokens/src/font.scss +385 -385
  157. package/municipalities/bct-design-tokens/src/index.scss +8 -8
  158. package/municipalities/bct-design-tokens/style-dictionary.config.js +6 -6
  159. package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -17
  160. package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -11
  161. package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  162. package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -7
  163. package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  164. package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  165. package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -35
  166. package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -96
  167. package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  168. package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  169. package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  170. package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  171. package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  172. package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  173. package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  174. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  175. package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  176. package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  177. package/municipalities/buren-design-tokens/documentation/color.stories.mdx +17 -17
  178. package/municipalities/buren-design-tokens/documentation/components.stories.mdx +11 -11
  179. package/municipalities/buren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  180. package/municipalities/buren-design-tokens/documentation/readme.stories.mdx +7 -7
  181. package/municipalities/buren-design-tokens/src/brand/buren/color.tokens.json +1 -1
  182. package/municipalities/buren-design-tokens/src/component/conduction/logo.tokens.json +38 -38
  183. package/municipalities/buren-design-tokens/src/component/conduction/pagination.tokens.json +97 -97
  184. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +4 -2
  185. package/municipalities/buren-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  186. package/municipalities/buren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  187. package/municipalities/dimpact-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  188. package/municipalities/dimpact-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  189. package/municipalities/dimpact-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  190. package/municipalities/dimpact-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  191. package/municipalities/dimpact-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  192. package/municipalities/dimpact-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  193. package/municipalities/dimpact-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  194. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  195. package/municipalities/ede-design-tokens/LICENSE.md +17 -17
  196. package/municipalities/ede-design-tokens/README.md +3 -3
  197. package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -17
  198. package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -11
  199. package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  200. package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -7
  201. package/municipalities/ede-design-tokens/package.json +40 -40
  202. package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -138
  203. package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -50
  204. package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -17
  205. package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -40
  206. package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  207. package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  208. package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -30
  209. package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  210. package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  211. package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  212. package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  213. package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  214. package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  215. package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -39
  216. package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  217. package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  218. package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  219. package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  220. package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  221. package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  222. package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  223. package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  224. package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  225. package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  226. package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  227. package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  228. package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  229. package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  230. package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  231. package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  232. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  233. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  234. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  235. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  236. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  237. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  238. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  239. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  240. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  241. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  242. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  243. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  244. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  245. package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  246. package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  247. package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  248. package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  249. package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  250. package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  251. package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  252. package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  253. package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  254. package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  255. package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  256. package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  257. package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  258. package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  259. package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  260. package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  261. package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  262. package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  263. package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
  264. package/municipalities/ede-design-tokens/src/config.json +73 -73
  265. package/municipalities/ede-design-tokens/src/index.scss +7 -7
  266. package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -6
  267. package/municipalities/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  268. package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  269. package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  270. package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  271. package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  272. package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  273. package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  274. package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  275. package/municipalities/helmond-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  276. package/municipalities/helmond-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  277. package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  278. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  279. package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  280. package/municipalities/helmond-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  281. package/municipalities/hof-van-twente-design-tokens/LICENSE.md +17 -17
  282. package/municipalities/hof-van-twente-design-tokens/README.md +3 -3
  283. package/municipalities/hof-van-twente-design-tokens/documentation/color.stories.mdx +17 -17
  284. package/municipalities/hof-van-twente-design-tokens/documentation/components.stories.mdx +11 -11
  285. package/municipalities/hof-van-twente-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  286. package/municipalities/hof-van-twente-design-tokens/documentation/readme.stories.mdx +7 -7
  287. package/municipalities/hof-van-twente-design-tokens/package.json +42 -42
  288. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/color.tokens.json +147 -147
  289. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/font-size.tokens.json +50 -50
  290. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/size.tokens.json +17 -17
  291. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/typography.tokens.json +50 -50
  292. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  293. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  294. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-header.tokens.json +32 -32
  295. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  296. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  297. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  298. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  299. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/navigation.tokens.json +94 -94
  300. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  301. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/select.tokens.json +39 -39
  302. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  303. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  304. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  305. package/municipalities/hof-van-twente-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  306. package/municipalities/hof-van-twente-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  307. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  308. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  309. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  310. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  311. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/breadcrumb.tokens.json +43 -43
  312. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  313. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  314. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  315. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  316. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  317. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  318. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  319. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  320. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -22
  321. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  322. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  323. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  324. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  325. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  326. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -15
  327. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  328. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +25 -25
  329. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  330. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  331. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  332. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  333. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  334. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  335. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  336. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  337. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  338. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  339. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  340. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  341. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  342. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  343. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  344. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  345. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  346. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  347. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  348. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  349. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
  350. package/municipalities/hof-van-twente-design-tokens/src/config.json +73 -73
  351. package/municipalities/hof-van-twente-design-tokens/src/font.js +10 -10
  352. package/municipalities/hof-van-twente-design-tokens/src/font.scss +421 -421
  353. package/municipalities/hof-van-twente-design-tokens/src/index.scss +8 -8
  354. package/municipalities/hof-van-twente-design-tokens/style-dictionary.config.js +6 -6
  355. package/municipalities/lansingerland-design-tokens/LICENSE.md +17 -17
  356. package/municipalities/lansingerland-design-tokens/README.md +3 -3
  357. package/municipalities/lansingerland-design-tokens/package.json +41 -41
  358. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/color.tokens.json +150 -150
  359. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/font-size.tokens.json +50 -50
  360. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/size.tokens.json +17 -17
  361. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/typography.tokens.json +40 -40
  362. package/municipalities/lansingerland-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  363. package/municipalities/lansingerland-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  364. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-header.tokens.json +34 -34
  365. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-wrapper.tokens.json +37 -37
  366. package/municipalities/lansingerland-design-tokens/src/component/conduction/checkbox.tokens.json +72 -72
  367. package/municipalities/lansingerland-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  368. package/municipalities/lansingerland-design-tokens/src/component/conduction/navigation.tokens.json +104 -104
  369. package/municipalities/lansingerland-design-tokens/src/component/conduction/select.tokens.json +39 -39
  370. package/municipalities/lansingerland-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  371. package/municipalities/lansingerland-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  372. package/municipalities/lansingerland-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  373. package/municipalities/lansingerland-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  374. package/municipalities/lansingerland-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  375. package/municipalities/lansingerland-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  376. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  377. package/municipalities/lansingerland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  378. package/municipalities/lansingerland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  379. package/municipalities/lansingerland-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  380. package/municipalities/lansingerland-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  381. package/municipalities/lansingerland-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  382. package/municipalities/lansingerland-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  383. package/municipalities/lansingerland-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  384. package/municipalities/lansingerland-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  385. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  386. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  387. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  388. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  389. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  390. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  391. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  392. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  393. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  394. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  395. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  396. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +35 -35
  397. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  398. package/municipalities/lansingerland-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  399. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  400. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  401. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  402. package/municipalities/lansingerland-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  403. package/municipalities/lansingerland-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  404. package/municipalities/lansingerland-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  405. package/municipalities/lansingerland-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  406. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  407. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  408. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  409. package/municipalities/lansingerland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  410. package/municipalities/lansingerland-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  411. package/municipalities/lansingerland-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  412. package/municipalities/lansingerland-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  413. package/municipalities/lansingerland-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  414. package/municipalities/lansingerland-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  415. package/municipalities/lansingerland-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  416. package/municipalities/lansingerland-design-tokens/src/config.json +73 -73
  417. package/municipalities/lansingerland-design-tokens/src/index.scss +7 -7
  418. package/municipalities/lansingerland-design-tokens/style-dictionary.config.js +6 -6
  419. package/municipalities/migrato-design-tokens/LICENSE.md +17 -17
  420. package/municipalities/migrato-design-tokens/README.md +3 -3
  421. package/municipalities/migrato-design-tokens/package.json +40 -40
  422. package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -150
  423. package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -50
  424. package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -17
  425. package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -45
  426. package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  427. package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  428. package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  429. package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  430. package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -71
  431. package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  432. package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  433. package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  434. package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  435. package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -39
  436. package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  437. package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  438. package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  439. package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  440. package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  441. package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  442. package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  443. package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  444. package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  445. package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  446. package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  447. package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  448. package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  449. package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  450. package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  451. package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  452. package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  453. package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  454. package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  455. package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  456. package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  457. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -10
  458. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  459. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  460. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  461. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  462. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  463. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  464. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -39
  465. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  466. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  467. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  468. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  469. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  470. package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  471. package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  472. package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  473. package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  474. package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  475. package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  476. package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  477. package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  478. package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  479. package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  480. package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  481. package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  482. package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  483. package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  484. package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  485. package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  486. package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  487. package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  488. package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  489. package/municipalities/migrato-design-tokens/src/config.json +73 -73
  490. package/municipalities/migrato-design-tokens/src/font.scss +6 -6
  491. package/municipalities/migrato-design-tokens/src/index.scss +8 -8
  492. package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -6
  493. package/municipalities/moerdijk-design-tokens/documentation/color.stories.mdx +17 -17
  494. package/municipalities/moerdijk-design-tokens/documentation/components.stories.mdx +11 -11
  495. package/municipalities/moerdijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  496. package/municipalities/moerdijk-design-tokens/documentation/readme.stories.mdx +7 -7
  497. package/municipalities/moerdijk-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  498. package/municipalities/moerdijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  499. package/municipalities/moerdijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  500. package/municipalities/moerdijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  501. package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
  502. package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -17
  503. package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -3
  504. package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -42
  505. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -142
  506. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -50
  507. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -17
  508. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -40
  509. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  510. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  511. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -29
  512. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -149
  513. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -34
  514. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -33
  515. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -69
  516. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -28
  517. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +38 -38
  518. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -88
  519. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -39
  520. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -21
  521. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -85
  522. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -17
  523. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -107
  524. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -31
  525. package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -12
  526. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/footer.tokens.json +15 -15
  527. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/header.tokens.json +12 -12
  528. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -35
  529. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -68
  530. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -46
  531. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -13
  532. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -8
  533. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -27
  534. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -44
  535. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -152
  536. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -80
  537. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -57
  538. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -26
  539. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -28
  540. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -12
  541. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -36
  542. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -9
  543. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  544. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  545. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -13
  546. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -26
  547. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -7
  548. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -10
  549. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -40
  550. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -15
  551. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  552. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -9
  553. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  554. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -37
  555. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -26
  556. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -15
  557. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -17
  558. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -34
  559. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -23
  560. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -49
  561. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -12
  562. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -33
  563. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -31
  564. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -13
  565. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -10
  566. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -11
  567. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -25
  568. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -68
  569. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -47
  570. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -16
  571. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -24
  572. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -8
  573. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -60
  574. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -35
  575. package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -73
  576. package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -57
  577. package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -8
  578. package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -6
  579. package/municipalities/rotterdam-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  580. package/municipalities/rotterdam-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  581. package/municipalities/rotterdam-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  582. package/municipalities/rotterdam-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  583. package/municipalities/rotterdam-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  584. package/municipalities/soest-design-tokens/documentation/color.stories.mdx +17 -17
  585. package/municipalities/soest-design-tokens/documentation/components.stories.mdx +11 -11
  586. package/municipalities/soest-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  587. package/municipalities/soest-design-tokens/documentation/readme.stories.mdx +7 -7
  588. package/municipalities/soest-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  589. package/municipalities/soest-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  590. package/municipalities/soest-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  591. package/municipalities/soest-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  592. package/municipalities/stichtse-vecht-design-tokens/documentation/color.stories.mdx +17 -17
  593. package/municipalities/stichtse-vecht-design-tokens/documentation/components.stories.mdx +11 -11
  594. package/municipalities/stichtse-vecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  595. package/municipalities/stichtse-vecht-design-tokens/documentation/readme.stories.mdx +7 -7
  596. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/logo.tokens.json +21 -21
  597. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  598. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  599. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  600. package/package.json +59 -58
@@ -0,0 +1,73 @@
1
+ {
2
+ "fullName": "Almere",
3
+ "name": "Almere",
4
+ "prefix": "almere",
5
+ "npm": "@conduction/theme",
6
+ "stories": [
7
+ "react-utrecht-alert--default",
8
+ "react-utrecht-alert--warning",
9
+ "react-utrecht-alert--error",
10
+ "react-utrecht-alert--ok",
11
+ "react-utrecht-badge-counter--default",
12
+ "react-utrecht-breadcrumb-nac--default",
13
+ "react-utrecht-breadcrumb-nac--separator",
14
+ "react-utrecht-button--default",
15
+ "react-utrecht-button--hover",
16
+ "react-utrecht-button--primary-action-button",
17
+ "react-utrecht-button--secondary-action-button",
18
+ "react-utrecht-calendar--default",
19
+ "react-utrecht-calendar--limited-range-calendar",
20
+ "react-utrecht-checkbox--default",
21
+ "react-utrecht-checkbox--checked",
22
+ "react-utrecht-checkbox--disabled",
23
+ "react-utrecht-checkbox--checked-and-disabled",
24
+ "react-utrecht-checkbox--hover",
25
+ "react-utrecht-checkbox--focus",
26
+ "react-utrecht-checkbox--focus-visible",
27
+ "react-utrecht-code--default",
28
+ "react-utrecht-code-block--default",
29
+ "react-utrecht-data-badge--default",
30
+ "react-utrecht-document--default",
31
+ "react-utrecht-heading-1--default",
32
+ "react-utrecht-heading-2--default",
33
+ "react-utrecht-heading-3--default",
34
+ "react-utrecht-heading-4--default",
35
+ "react-utrecht-heading-5--default",
36
+ "react-utrecht-link--default",
37
+ "react-utrecht-link--hover",
38
+ "react-utrecht-link--focus",
39
+ "react-utrecht-ordered-list--default",
40
+ "react-utrecht-unordered-list--default",
41
+ "react-utrecht-page--default",
42
+ "react-utrecht-page-header--default",
43
+ "react-utrecht-page-footer--default",
44
+ "react-utrecht-paragraph--default",
45
+ "react-utrecht-radio-button--default",
46
+ "react-utrecht-radio-button--hover",
47
+ "react-utrecht-radio-button--focus",
48
+ "react-utrecht-radio-button--checked",
49
+ "react-utrecht-radio-button--checked-and-disabled",
50
+ "react-utrecht-radio-button--disabled",
51
+ "react-utrecht-separator--default",
52
+ "react-utrecht-skip-link--default",
53
+ "react-utrecht-spotlicht-section--default",
54
+ "react-utrecht-spotlicht-section--info",
55
+ "react-utrecht-spotlicht-section--warning",
56
+ "react-utrecht-surface--default",
57
+ "react-utrecht-table--default",
58
+ "react-utrecht-textbox--default",
59
+ "react-conduction-card-header--default",
60
+ "react-conduction-card-header--hover",
61
+ "react-conduction-card-wrapper--default",
62
+ "react-conduction-card-wrapper--hover",
63
+ "react-conduction-pagination--default",
64
+ "react-conduction-input-select--default",
65
+ "react-conduction-input-select--list-option",
66
+ "react-conduction-input-select--placeholder",
67
+ "react-conduction-tabs--default",
68
+ "react-conduction-tabs--selected",
69
+ "react-conduction-tabs--hover",
70
+ "react-conduction-tabs--list",
71
+ "react-conduction-tabs--panel"
72
+ ]
73
+ }
@@ -0,0 +1,108 @@
1
+ /* vietnamese */
2
+ @font-face {
3
+ font-family: 'Barlow';
4
+ font-style: normal;
5
+ font-weight: 400;
6
+ font-display: swap;
7
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_A8s52Hs.woff2) format('woff2');
8
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
9
+ }
10
+ /* latin-ext */
11
+ @font-face {
12
+ font-family: 'Barlow';
13
+ font-style: normal;
14
+ font-weight: 400;
15
+ font-display: swap;
16
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_Ass52Hs.woff2) format('woff2');
17
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
18
+ }
19
+ /* latin */
20
+ @font-face {
21
+ font-family: 'Barlow';
22
+ font-style: normal;
23
+ font-weight: 400;
24
+ font-display: swap;
25
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5.woff2) format('woff2');
26
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
27
+ }
28
+ /* vietnamese */
29
+ @font-face {
30
+ font-family: 'Barlow';
31
+ font-style: normal;
32
+ font-weight: 500;
33
+ font-display: swap;
34
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs6FospT4.woff2) format('woff2');
35
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
36
+ }
37
+ /* latin-ext */
38
+ @font-face {
39
+ font-family: 'Barlow';
40
+ font-style: normal;
41
+ font-weight: 500;
42
+ font-display: swap;
43
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs6VospT4.woff2) format('woff2');
44
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
45
+ }
46
+ /* latin */
47
+ @font-face {
48
+ font-family: 'Barlow';
49
+ font-style: normal;
50
+ font-weight: 500;
51
+ font-display: swap;
52
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51os.woff2) format('woff2');
53
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
54
+ }
55
+ /* vietnamese */
56
+ @font-face {
57
+ font-family: 'Barlow';
58
+ font-style: normal;
59
+ font-weight: 600;
60
+ font-display: swap;
61
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s6FospT4.woff2) format('woff2');
62
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
63
+ }
64
+ /* latin-ext */
65
+ @font-face {
66
+ font-family: 'Barlow';
67
+ font-style: normal;
68
+ font-weight: 600;
69
+ font-display: swap;
70
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s6VospT4.woff2) format('woff2');
71
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
72
+ }
73
+ /* latin */
74
+ @font-face {
75
+ font-family: 'Barlow';
76
+ font-style: normal;
77
+ font-weight: 600;
78
+ font-display: swap;
79
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51os.woff2) format('woff2');
80
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
81
+ }
82
+ /* vietnamese */
83
+ @font-face {
84
+ font-family: 'Barlow';
85
+ font-style: normal;
86
+ font-weight: 700;
87
+ font-display: swap;
88
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s6FospT4.woff2) format('woff2');
89
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
90
+ }
91
+ /* latin-ext */
92
+ @font-face {
93
+ font-family: 'Barlow';
94
+ font-style: normal;
95
+ font-weight: 700;
96
+ font-display: swap;
97
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s6VospT4.woff2) format('woff2');
98
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
99
+ }
100
+ /* latin */
101
+ @font-face {
102
+ font-family: 'Barlow';
103
+ font-style: normal;
104
+ font-weight: 700;
105
+ font-display: swap;
106
+ src: url(https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51os.woff2) format('woff2');
107
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
108
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license SEE LICENSE.md
3
+ * Copyright (c) 2021 NL Design System Community
4
+ * All rights reserved
5
+ */
6
+
7
+ @import "./design-tokens.css";
8
+ @import "./font.css";
@@ -0,0 +1,6 @@
1
+ const config = require("./src/config.json");
2
+ const { createConfig } = require("../../style-dictionary-config");
3
+
4
+ module.exports = createConfig({
5
+ selector: `.${config.prefix}-theme`,
6
+ });
@@ -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>
@@ -1,45 +1,45 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": {
6
- "value": "200px"
7
- },
8
- "block-size": {
9
- "value": "48px"
10
- },
11
- "background-image": {
12
- "value": "url(\"data:image/png;base64,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\")"
13
- },
14
- "hover": {
15
- "filter": {
16
- "value": "opacity(80%)"
17
- }
18
- }
19
- },
20
- "footer": {
21
- "inline-size": {},
22
- "block-size": {},
23
- "background-image": {
24
- "value": ""
25
- }
26
- },
27
- "navbar": {
28
- "inline-size": {
29
- "value": "200px"
30
- },
31
- "block-size": {
32
- "value": "48px"
33
- },
34
- "background-image": {
35
- "value": "url(\"data:image/png;base64,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\")"
36
- },
37
- "hover": {
38
- "filter": {
39
- "value": "opacity(80%)"
40
- }
41
- }
42
- }
43
- }
44
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": {
6
+ "value": "200px"
7
+ },
8
+ "block-size": {
9
+ "value": "48px"
10
+ },
11
+ "background-image": {
12
+ "value": "url(\"data:image/png;base64,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\")"
13
+ },
14
+ "hover": {
15
+ "filter": {
16
+ "value": "opacity(80%)"
17
+ }
18
+ }
19
+ },
20
+ "footer": {
21
+ "inline-size": {},
22
+ "block-size": {},
23
+ "background-image": {
24
+ "value": ""
25
+ }
26
+ },
27
+ "navbar": {
28
+ "inline-size": {
29
+ "value": "200px"
30
+ },
31
+ "block-size": {
32
+ "value": "48px"
33
+ },
34
+ "background-image": {
35
+ "value": "url(\"data:image/png;base64,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\")"
36
+ },
37
+ "hover": {
38
+ "filter": {
39
+ "value": "opacity(80%)"
40
+ }
41
+ }
42
+ }
43
+ }
44
+ }
45
45
  }