@conduction/theme 1.1.27 → 1.1.29

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 (203) hide show
  1. package/README.md +5 -0
  2. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +14 -2
  3. package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  4. package/conduction-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  5. package/conduction-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  6. package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  7. package/conduction-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  8. package/conduction-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  9. package/conduction-design-tokens/src/config.json +26 -1
  10. package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +3 -0
  11. package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +11 -1
  12. package/municipalities/commonground-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  13. package/municipalities/commonground-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  14. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  15. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  16. package/municipalities/commonground-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  17. package/municipalities/commonground-design-tokens/src/config.json +18 -3
  18. package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +3 -0
  19. package/municipalities/dimpact-design-tokens/src/component/utrecht/breadcrumb.tokens.json +8 -0
  20. package/municipalities/dimpact-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  21. package/municipalities/dimpact-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  22. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  23. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  24. package/municipalities/dimpact-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  25. package/municipalities/dimpact-design-tokens/src/config.json +26 -1
  26. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
  27. package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  28. package/municipalities/dinkelland-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  29. package/municipalities/dinkelland-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  30. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  31. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  32. package/municipalities/dinkelland-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  33. package/municipalities/dinkelland-design-tokens/src/config.json +18 -3
  34. package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +3 -0
  35. package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  36. package/municipalities/epe-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  37. package/municipalities/epe-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  38. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  39. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  40. package/municipalities/epe-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  41. package/municipalities/epe-design-tokens/src/config.json +18 -3
  42. package/municipalities/gooise-meren-design-tokens/LICENSE.md +17 -0
  43. package/municipalities/gooise-meren-design-tokens/README.md +3 -0
  44. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -0
  45. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -0
  46. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  47. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -0
  48. package/municipalities/gooise-meren-design-tokens/package.json +40 -0
  49. package/municipalities/gooise-meren-design-tokens/src/brand/gooise-meren/color.tokens.json +103 -0
  50. package/municipalities/gooise-meren-design-tokens/src/brand/gooise-meren/font-size.tokens.json +50 -0
  51. package/municipalities/gooise-meren-design-tokens/src/brand/gooise-meren/size.tokens.json +17 -0
  52. package/municipalities/gooise-meren-design-tokens/src/brand/gooise-meren/typography.tokens.json +50 -0
  53. package/municipalities/gooise-meren-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  54. package/municipalities/gooise-meren-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  55. package/municipalities/gooise-meren-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  56. package/municipalities/gooise-meren-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
  57. package/municipalities/gooise-meren-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  58. package/municipalities/gooise-meren-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  59. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  60. package/municipalities/gooise-meren-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
  61. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  62. package/municipalities/gooise-meren-design-tokens/src/component/conduction/select.tokens.json +39 -0
  63. package/municipalities/gooise-meren-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  64. package/municipalities/gooise-meren-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  65. package/municipalities/gooise-meren-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  66. package/municipalities/gooise-meren-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  67. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  68. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  69. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  70. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  71. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  72. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  73. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  74. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  75. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  76. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  77. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  78. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  79. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  80. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  81. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  82. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
  83. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
  84. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  85. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  86. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  87. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  88. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  89. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  90. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  91. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  92. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  93. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  94. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  95. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  96. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  97. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  98. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  99. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  100. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  101. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  102. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  103. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  104. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
  105. package/municipalities/gooise-meren-design-tokens/src/config.json +58 -0
  106. package/municipalities/gooise-meren-design-tokens/src/font/Rehn-BdWeb.woff +0 -0
  107. package/municipalities/gooise-meren-design-tokens/src/font/Rehn-RgWeb.woff +0 -0
  108. package/municipalities/gooise-meren-design-tokens/src/font.scss +10 -0
  109. package/municipalities/gooise-meren-design-tokens/src/index.scss +8 -0
  110. package/municipalities/gooise-meren-design-tokens/style-dictionary.config.js +6 -0
  111. package/municipalities/gouda-design-tokens/src/brand/gouda/color.tokens.json +3 -0
  112. package/municipalities/gouda-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  113. package/municipalities/gouda-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  114. package/municipalities/gouda-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  115. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  116. package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  117. package/municipalities/gouda-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  118. package/municipalities/gouda-design-tokens/src/config.json +18 -3
  119. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +3 -3
  120. package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +8 -0
  121. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  122. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  123. package/municipalities/leiden-design-tokens/src/config.json +18 -3
  124. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +3 -0
  125. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  126. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  127. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  128. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  129. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  130. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  131. package/municipalities/noaberkracht-design-tokens/src/config.json +18 -3
  132. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  133. package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  134. package/municipalities/noordwijk-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  135. package/municipalities/noordwijk-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  136. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  137. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  138. package/municipalities/noordwijk-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  139. package/municipalities/noordwijk-design-tokens/src/config.json +18 -3
  140. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +6 -0
  141. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +9 -1
  142. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  143. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  144. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  145. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  146. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  147. package/municipalities/open-webconcept-design-tokens/src/config.json +26 -1
  148. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/breadcrumb.tokens.json +9 -1
  149. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/calendar.tokens.json +80 -0
  150. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -0
  151. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  152. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  153. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -0
  154. package/municipalities/opencatalogi-design-tokens/src/config.json +26 -1
  155. package/municipalities/roosendaal-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  156. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  157. package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  158. package/municipalities/roosendaal-design-tokens/src/config.json +18 -3
  159. package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  160. package/municipalities/rotterdam-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  161. package/municipalities/rotterdam-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  162. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  163. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  164. package/municipalities/rotterdam-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  165. package/municipalities/rotterdam-design-tokens/src/config.json +26 -1
  166. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/color.tokens.json +3 -0
  167. package/municipalities/sloterburg-design-tokens/src/component/utrecht/breadcrumb.tokens.json +11 -2
  168. package/municipalities/sloterburg-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  169. package/municipalities/sloterburg-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  170. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  171. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  172. package/municipalities/sloterburg-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  173. package/municipalities/sloterburg-design-tokens/src/config.json +18 -3
  174. package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +3 -0
  175. package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  176. package/municipalities/tubbergen-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  177. package/municipalities/tubbergen-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  178. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  179. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  180. package/municipalities/tubbergen-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  181. package/municipalities/tubbergen-design-tokens/src/config.json +18 -3
  182. package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  183. package/municipalities/xxllnc-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  184. package/municipalities/xxllnc-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  185. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  186. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  187. package/municipalities/xxllnc-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  188. package/municipalities/xxllnc-design-tokens/src/config.json +18 -3
  189. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  190. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  191. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +1 -0
  192. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  193. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  194. package/municipalities/zuiddrecht-design-tokens/src/config.json +26 -1
  195. package/municipalities/zutphen-design-tokens/src/brand/zutphen/color.tokens.json +6 -0
  196. package/municipalities/zutphen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +10 -1
  197. package/municipalities/zutphen-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  198. package/municipalities/zutphen-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  199. package/municipalities/zutphen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +3 -4
  200. package/municipalities/zutphen-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +5 -1
  201. package/municipalities/zutphen-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  202. package/municipalities/zutphen-design-tokens/src/config.json +18 -3
  203. package/package.json +3 -2
@@ -0,0 +1,80 @@
1
+ {
2
+ "utrecht": {
3
+ "calendar": {
4
+ "width": {},
5
+ "background-color": {},
6
+ "table": {
7
+ "padding-block-start": {},
8
+ "padding-block-end": {},
9
+ "weeks-item": {
10
+ "width": { "value": "44px" },
11
+ "padding-block-start": { "value": "4px" },
12
+ "padding-block-end": { "value": "10px" },
13
+ "line-height": { "value": "24px" }
14
+ },
15
+ "days-item-day": {
16
+ "size": { "value": "44px" },
17
+ "color": { "value": "{gouda.color.black.0}" },
18
+ "border-width": { "value": "2px" },
19
+ "border-color": { "value": "transparent" },
20
+ "hover": {
21
+ "background-color": {},
22
+ "color": { "value": "{gouda.color.primary}" },
23
+ "border-color": { "value": "{gouda.color.black.0}" }
24
+ },
25
+ "focus": {
26
+ "background-color": {},
27
+ "color": {},
28
+ "border-color": { "value": "transparent" }
29
+ },
30
+ "active": {
31
+ "background-color": {},
32
+ "color": {},
33
+ "border-color": { "value": "transparent" }
34
+ },
35
+ "out-of-the-month": {
36
+ "background-color": {},
37
+ "color": { "value": "{gouda.color.grey.82}" },
38
+ "border-color": { "value": "transparent" }
39
+ },
40
+ "is-today": {
41
+ "background-color": { "value": "{gouda.color.red.95}" },
42
+ "color": { "value": "{gouda.color.primary}" },
43
+ "border-color": { "value": "{gouda.color.primary}" },
44
+ "font-weight": { "value": "{gouda.typography.font-weight.bold}" }
45
+ },
46
+ "emphasis": {
47
+ "background-color": {},
48
+ "color": {},
49
+ "border-color": { "value": "transparent" },
50
+ "font-weight": {}
51
+ },
52
+ "selected": {
53
+ "background-color": { "value": "{gouda.color.primary-hover}" },
54
+ "color": { "value": "{gouda.color.white.100}" },
55
+ "border-color": {},
56
+ "font-weight": { "value": "{gouda.typography.font-weight.bold}" }
57
+ },
58
+ "disabled": {
59
+ "background-color": {},
60
+ "color": {},
61
+ "border-color": {}
62
+ }
63
+ }
64
+ },
65
+ "navigation": {
66
+ "background-color": {},
67
+ "color": { "value": "{gouda.color.primary}" },
68
+ "padding-block-start": { "value": "2px" },
69
+ "padding-block-end": { "value": "2px" },
70
+ "label": {
71
+ "min-inline-size": { "value": "200px" },
72
+ "color": { "value": "{gouda.color.black.0}" }
73
+ }
74
+ },
75
+ "icon": {
76
+ "size": { "value": "24px" }
77
+ }
78
+ }
79
+ }
80
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "utrecht": {
3
+ "checkbox": {
4
+ "background-color": {},
5
+ "border-color": {},
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": { "value": "{gouda.size.4xs}" },
8
+ "color": { "value": "{gouda.color.white.100}" },
9
+ "size": { "value": "24px" },
10
+ "icon": {
11
+ "size": {}
12
+ },
13
+ "active": {
14
+ "border-color": {},
15
+ "border-width": {},
16
+ "background-color": {},
17
+ "color": {}
18
+ },
19
+ "hover": {
20
+ "border-color": { "value": "{gouda.color.grey.31}" },
21
+ "border-width": { "value": "{gouda.size.4xs}" },
22
+ "background-color": {},
23
+ "color": { "value": "{gouda.color.white.100}" }
24
+ },
25
+ "focus": {
26
+ "border-color": {},
27
+ "border-width": {},
28
+ "background-color": {},
29
+ "color": {}
30
+ },
31
+ "disabled": {
32
+ "border-color": { "value": "{gouda.color.grey.82}" },
33
+ "border-width": { "value": "{gouda.size.4xs}" },
34
+ "background-color": { "value": "{gouda.color.grey.82}" },
35
+ "color": { "value": "{gouda.color.grey.82}" }
36
+ },
37
+ "checked": {
38
+ "border-color": { "value": "{gouda.color.primary}" },
39
+ "border-width": { "value": "{gouda.size.4xs}" },
40
+ "background-color": { "value": "{gouda.color.primary}" },
41
+ "color": { "value": "{gouda.color.primary}" }
42
+ },
43
+ "indeterminate": {
44
+ "border-color": {},
45
+ "border-width": {},
46
+ "background-color": {},
47
+ "color": {}
48
+ },
49
+ "invalid": {
50
+ "border-color": {},
51
+ "border-width": {},
52
+ "background-color": {},
53
+ "color": {}
54
+ }
55
+ }
56
+ }
57
+ }
@@ -8,13 +8,12 @@
8
8
  "padding-block-start": { "value": "12px" },
9
9
  "padding-block-end": { "value": "12px" },
10
10
  "link": {
11
+ "font-weight": {},
11
12
  "disabled": {
12
- "background-color": {},
13
- "color": { "value": "{gouda.color.grey.44}" }
13
+ "background-color": {}
14
14
  },
15
15
  "hover": {
16
- "background-color": {},
17
- "color": { "value": "{gouda.color.grey.44}" }
16
+ "background-color": {}
18
17
  }
19
18
  }
20
19
  }
@@ -14,7 +14,11 @@
14
14
  "box-shadow-width": { "value": "3.2px" },
15
15
  "border-width": {},
16
16
  "border-style": {},
17
- "border-color": {}
17
+ "border-color": {},
18
+ "border-bottom-width": {},
19
+ "border-bottom-style": {},
20
+ "border-bottom-color": {},
21
+ "width": {}
18
22
  }
19
23
  }
20
24
  }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "spotlight-section": {
4
+ "background-color": { "value": "{gouda.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{gouda.color.alert-info}" },
8
+ "padding-block-start": { "value": "{gouda.size.lg}" },
9
+ "padding-block-end": { "value": "{gouda.size.lg}" },
10
+ "padding-inline-start": { "value": "{gouda.size.lg}" },
11
+ "padding-inline-end": { "value": "{gouda.size.lg}" },
12
+ "margin-block-start": { "value": "{gouda.size.lg}" },
13
+ "margin-block-end": {},
14
+ "info": {
15
+ "background-color": { "value": "{gouda.color.alert-info-background}" },
16
+ "color": { "value": "{gouda.color.alert-info}" }
17
+ },
18
+ "warning": {
19
+ "background-color": { "value": "{gouda.color.alert-warning-background}" },
20
+ "color": { "value": "{gouda.color.alert-warning}" }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -9,25 +9,36 @@
9
9
  "react-utrecht-alert--error",
10
10
  "react-utrecht-alert--ok",
11
11
  "react-utrecht-badge-counter--default",
12
- "react-utrecht-breadcrumb-nav--default",
13
- "react-utrecht-breadcrumb-nav--separator",
12
+ "react-utrecht-breadcrumb-nac--default",
13
+ "react-utrecht-breadcrumb-nac--separator",
14
14
  "react-utrecht-button--default",
15
15
  "react-utrecht-button--hover",
16
16
  "react-utrecht-button--primary-action-button",
17
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",
18
27
  "react-utrecht-code--default",
19
28
  "react-utrecht-code-block--default",
29
+ "react-utrecht-data-badge--default",
20
30
  "react-utrecht-document--default",
21
31
  "react-utrecht-heading-1--default",
22
32
  "react-utrecht-heading-2--default",
23
33
  "react-utrecht-heading-3--default",
24
34
  "react-utrecht-heading-4--default",
25
- "react-utrecht-alert--default",
35
+ "react-utrecht-heading-5--default",
26
36
  "react-utrecht-link--default",
27
37
  "react-utrecht-link--hover",
28
38
  "react-utrecht-link--focus",
29
39
  "react-utrecht-ordered-list--default",
30
40
  "react-utrecht-unordered-list--default",
41
+ "react-utrecht-page--default",
31
42
  "react-utrecht-page-header--default",
32
43
  "react-utrecht-page-footer--default",
33
44
  "react-utrecht-paragraph--default",
@@ -38,6 +49,10 @@
38
49
  "react-utrecht-radio-button--checked-and-disabled",
39
50
  "react-utrecht-radio-button--disabled",
40
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",
41
56
  "react-utrecht-surface--default",
42
57
  "react-utrecht-table--default",
43
58
  "react-utrecht-textbox--default",
@@ -5,21 +5,21 @@
5
5
  "inline-size": { "value": "119px" },
6
6
  "block-size": { "value": "55px" },
7
7
  "background-image": {
8
- "value": "url('https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/logo_leiden.svg')"
8
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120.627 55.153'%3E%3Cg id='g62' transform='translate(0 -.02)'%3E%3Cg id='g51' transform='translate(0 10.567)'%3E%3Cpath id='path49' fill='%23fff' fill-rule='evenodd' d='M12.07 60.767c-1.268 1.521-3.88 1.445-5.807-.178S3.8 56.431 5.1 54.884c1.116-1.319 3.22-1.445 5.021-.38l4.59-5.477-7.864-9.357 1.445-1.217 7.658 9.129v-12.7L0 31.2v34.512l15.95-1.293V50.548l-4.362 5.2c1.344 1.596 1.598 3.701.482 5.019ZM7 41.039l2.916 3.5-2.588 2.205-.964-1.166 1.446-1.217-.964-1.166L5.4 44.411l-.964-1.166L7 41.039Zm14.784 13.49-4.59-5.477 7.861-9.357-1.445-1.217-7.658 9.1v2.967l4.362 5.224c-1.344 1.6-1.6 3.7-.507 5.021 1.268 1.521 3.88 1.445 5.807-.178s2.46-4.159 1.166-5.706c-1.093-1.315-3.197-1.442-4.998-.377Zm2.762 4.771c-1.217 1.014-2.739 1.192-3.4.38-.685-.811-.254-2.282.964-3.3 1.192-1.014 2.739-1.192 3.4-.38s.228 2.282-.964 3.3Zm1.978-14.885.964-1.166-2.612-2.206-2.916 3.5 2.612 2.206.964-1.166-1.446-1.222.964-1.166c.025-.001 1.47 1.216 1.47 1.216ZM9.788 56.38C8.6 55.366 7.049 55.189 6.39 56c-.685.811-.254 2.282.964 3.3s2.739 1.192 3.4.38c.685-.811.254-2.282-.964-3.3Z' transform='translate(0 -31.2)'/%3E%3C/g%3E%3Cg id='g58' transform='translate(15.944 .02)'%3E%3Cpath id='path56' fill='%23fff' fill-rule='evenodd' d='M74.636 0v55.153l-13.668-5.68V17.37L47.3 14.226V6.669Z' transform='translate(-47.3)'/%3E%3C/g%3E%3Cpath id='path60' fill='%23fff' fill-rule='evenodd' d='M224.5 98.741h3.6v12.552h5.072v2.764H224.5V98.741Zm16.483 8.622c0-1.445-.38-2.815-1.8-2.815-1.775 0-1.775 2.206-1.775 2.815Zm3.17 1.9h-6.745a2.553 2.553 0 0 0 2.84 2.612 6.841 6.841 0 0 0 3.22-.913l.076 2.612a11.046 11.046 0 0 1-3.626.659c-4.007 0-5.782-2.434-5.782-5.934 0-3.068 1.8-5.858 5.072-5.858 1.04 0 4.97 0 4.97 5.984l-.025.837Zm2.586 4.793h3.474v-11.435h-3.474Zm0-13.389h3.474V97.6h-3.474Zm11.411 11.083c1.42 0 1.724-2.054 1.724-3.373 0-1.826-.33-3.525-1.724-3.525-1.547 0-1.674 1.724-1.674 3.525 0 1.166.1 3.373 1.674 3.373Zm5.2-.254c0 1.445.051 2.054.076 2.561h-3.3a14.663 14.663 0 0 1-.076-1.826H260a3.252 3.252 0 0 1-3.119 2c-2.561 0-4.007-2.536-4.007-6.162 0-3.068 1.141-5.629 4.007-5.629a2.939 2.939 0 0 1 2.941 1.876h.051V97.6h3.474Zm9.433-4.133c0-1.445-.38-2.815-1.8-2.815-1.775 0-1.775 2.206-1.775 2.815Zm3.17 1.9h-6.745a2.553 2.553 0 0 0 2.84 2.612 6.841 6.841 0 0 0 3.22-.913l.076 2.612a11.046 11.046 0 0 1-3.626.659c-4.007 0-5.782-2.434-5.782-5.934 0-3.068 1.8-5.858 5.072-5.858 1.04 0 4.97 0 4.97 5.984-.027.003-.027.84-.027.84Zm8.8-2.257c0-1.42-.634-1.8-1.344-1.8-1.116 0-1.521.964-1.521 2.434v6.416h-3.474V105c0-1.09-.025-1.8-.076-2.384h3.17q.076.761.076 1.9h.051a3.119 3.119 0 0 1 3.22-2.079c2.536 0 3.347 1.851 3.347 4.133v7.481h-3.474l.025-7.049Z' transform='translate(-167.572 -72.836)'/%3E%3C/g%3E%3C/svg%3E\")"
9
9
  }
10
10
  },
11
11
  "footer": {
12
12
  "inline-size": { "value": "119px" },
13
13
  "block-size": { "value": "55px" },
14
14
  "background-image": {
15
- "value": "url('https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/logo_leiden.svg')"
15
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120.627 55.153'%3E%3Cg id='g62' transform='translate(0 -.02)'%3E%3Cg id='g51' transform='translate(0 10.567)'%3E%3Cpath id='path49' fill='%23fff' fill-rule='evenodd' d='M12.07 60.767c-1.268 1.521-3.88 1.445-5.807-.178S3.8 56.431 5.1 54.884c1.116-1.319 3.22-1.445 5.021-.38l4.59-5.477-7.864-9.357 1.445-1.217 7.658 9.129v-12.7L0 31.2v34.512l15.95-1.293V50.548l-4.362 5.2c1.344 1.596 1.598 3.701.482 5.019ZM7 41.039l2.916 3.5-2.588 2.205-.964-1.166 1.446-1.217-.964-1.166L5.4 44.411l-.964-1.166L7 41.039Zm14.784 13.49-4.59-5.477 7.861-9.357-1.445-1.217-7.658 9.1v2.967l4.362 5.224c-1.344 1.6-1.6 3.7-.507 5.021 1.268 1.521 3.88 1.445 5.807-.178s2.46-4.159 1.166-5.706c-1.093-1.315-3.197-1.442-4.998-.377Zm2.762 4.771c-1.217 1.014-2.739 1.192-3.4.38-.685-.811-.254-2.282.964-3.3 1.192-1.014 2.739-1.192 3.4-.38s.228 2.282-.964 3.3Zm1.978-14.885.964-1.166-2.612-2.206-2.916 3.5 2.612 2.206.964-1.166-1.446-1.222.964-1.166c.025-.001 1.47 1.216 1.47 1.216ZM9.788 56.38C8.6 55.366 7.049 55.189 6.39 56c-.685.811-.254 2.282.964 3.3s2.739 1.192 3.4.38c.685-.811.254-2.282-.964-3.3Z' transform='translate(0 -31.2)'/%3E%3C/g%3E%3Cg id='g58' transform='translate(15.944 .02)'%3E%3Cpath id='path56' fill='%23fff' fill-rule='evenodd' d='M74.636 0v55.153l-13.668-5.68V17.37L47.3 14.226V6.669Z' transform='translate(-47.3)'/%3E%3C/g%3E%3Cpath id='path60' fill='%23fff' fill-rule='evenodd' d='M224.5 98.741h3.6v12.552h5.072v2.764H224.5V98.741Zm16.483 8.622c0-1.445-.38-2.815-1.8-2.815-1.775 0-1.775 2.206-1.775 2.815Zm3.17 1.9h-6.745a2.553 2.553 0 0 0 2.84 2.612 6.841 6.841 0 0 0 3.22-.913l.076 2.612a11.046 11.046 0 0 1-3.626.659c-4.007 0-5.782-2.434-5.782-5.934 0-3.068 1.8-5.858 5.072-5.858 1.04 0 4.97 0 4.97 5.984l-.025.837Zm2.586 4.793h3.474v-11.435h-3.474Zm0-13.389h3.474V97.6h-3.474Zm11.411 11.083c1.42 0 1.724-2.054 1.724-3.373 0-1.826-.33-3.525-1.724-3.525-1.547 0-1.674 1.724-1.674 3.525 0 1.166.1 3.373 1.674 3.373Zm5.2-.254c0 1.445.051 2.054.076 2.561h-3.3a14.663 14.663 0 0 1-.076-1.826H260a3.252 3.252 0 0 1-3.119 2c-2.561 0-4.007-2.536-4.007-6.162 0-3.068 1.141-5.629 4.007-5.629a2.939 2.939 0 0 1 2.941 1.876h.051V97.6h3.474Zm9.433-4.133c0-1.445-.38-2.815-1.8-2.815-1.775 0-1.775 2.206-1.775 2.815Zm3.17 1.9h-6.745a2.553 2.553 0 0 0 2.84 2.612 6.841 6.841 0 0 0 3.22-.913l.076 2.612a11.046 11.046 0 0 1-3.626.659c-4.007 0-5.782-2.434-5.782-5.934 0-3.068 1.8-5.858 5.072-5.858 1.04 0 4.97 0 4.97 5.984-.027.003-.027.84-.027.84Zm8.8-2.257c0-1.42-.634-1.8-1.344-1.8-1.116 0-1.521.964-1.521 2.434v6.416h-3.474V105c0-1.09-.025-1.8-.076-2.384h3.17q.076.761.076 1.9h.051a3.119 3.119 0 0 1 3.22-2.079c2.536 0 3.347 1.851 3.347 4.133v7.481h-3.474l.025-7.049Z' transform='translate(-167.572 -72.836)'/%3E%3C/g%3E%3C/svg%3E\")"
16
16
  }
17
17
  },
18
18
  "navbar": {
19
19
  "inline-size": { "value": "104px" },
20
20
  "block-size": { "value": "48px" },
21
21
  "background-image": {
22
- "value": "url('https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/logo_leiden.svg')"
22
+ "value": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120.627 55.153'%3E%3Cg id='g62' transform='translate(0 -.02)'%3E%3Cg id='g51' transform='translate(0 10.567)'%3E%3Cpath id='path49' fill='%23fff' fill-rule='evenodd' d='M12.07 60.767c-1.268 1.521-3.88 1.445-5.807-.178S3.8 56.431 5.1 54.884c1.116-1.319 3.22-1.445 5.021-.38l4.59-5.477-7.864-9.357 1.445-1.217 7.658 9.129v-12.7L0 31.2v34.512l15.95-1.293V50.548l-4.362 5.2c1.344 1.596 1.598 3.701.482 5.019ZM7 41.039l2.916 3.5-2.588 2.205-.964-1.166 1.446-1.217-.964-1.166L5.4 44.411l-.964-1.166L7 41.039Zm14.784 13.49-4.59-5.477 7.861-9.357-1.445-1.217-7.658 9.1v2.967l4.362 5.224c-1.344 1.6-1.6 3.7-.507 5.021 1.268 1.521 3.88 1.445 5.807-.178s2.46-4.159 1.166-5.706c-1.093-1.315-3.197-1.442-4.998-.377Zm2.762 4.771c-1.217 1.014-2.739 1.192-3.4.38-.685-.811-.254-2.282.964-3.3 1.192-1.014 2.739-1.192 3.4-.38s.228 2.282-.964 3.3Zm1.978-14.885.964-1.166-2.612-2.206-2.916 3.5 2.612 2.206.964-1.166-1.446-1.222.964-1.166c.025-.001 1.47 1.216 1.47 1.216ZM9.788 56.38C8.6 55.366 7.049 55.189 6.39 56c-.685.811-.254 2.282.964 3.3s2.739 1.192 3.4.38c.685-.811.254-2.282-.964-3.3Z' transform='translate(0 -31.2)'/%3E%3C/g%3E%3Cg id='g58' transform='translate(15.944 .02)'%3E%3Cpath id='path56' fill='%23fff' fill-rule='evenodd' d='M74.636 0v55.153l-13.668-5.68V17.37L47.3 14.226V6.669Z' transform='translate(-47.3)'/%3E%3C/g%3E%3Cpath id='path60' fill='%23fff' fill-rule='evenodd' d='M224.5 98.741h3.6v12.552h5.072v2.764H224.5V98.741Zm16.483 8.622c0-1.445-.38-2.815-1.8-2.815-1.775 0-1.775 2.206-1.775 2.815Zm3.17 1.9h-6.745a2.553 2.553 0 0 0 2.84 2.612 6.841 6.841 0 0 0 3.22-.913l.076 2.612a11.046 11.046 0 0 1-3.626.659c-4.007 0-5.782-2.434-5.782-5.934 0-3.068 1.8-5.858 5.072-5.858 1.04 0 4.97 0 4.97 5.984l-.025.837Zm2.586 4.793h3.474v-11.435h-3.474Zm0-13.389h3.474V97.6h-3.474Zm11.411 11.083c1.42 0 1.724-2.054 1.724-3.373 0-1.826-.33-3.525-1.724-3.525-1.547 0-1.674 1.724-1.674 3.525 0 1.166.1 3.373 1.674 3.373Zm5.2-.254c0 1.445.051 2.054.076 2.561h-3.3a14.663 14.663 0 0 1-.076-1.826H260a3.252 3.252 0 0 1-3.119 2c-2.561 0-4.007-2.536-4.007-6.162 0-3.068 1.141-5.629 4.007-5.629a2.939 2.939 0 0 1 2.941 1.876h.051V97.6h3.474Zm9.433-4.133c0-1.445-.38-2.815-1.8-2.815-1.775 0-1.775 2.206-1.775 2.815Zm3.17 1.9h-6.745a2.553 2.553 0 0 0 2.84 2.612 6.841 6.841 0 0 0 3.22-.913l.076 2.612a11.046 11.046 0 0 1-3.626.659c-4.007 0-5.782-2.434-5.782-5.934 0-3.068 1.8-5.858 5.072-5.858 1.04 0 4.97 0 4.97 5.984-.027.003-.027.84-.027.84Zm8.8-2.257c0-1.42-.634-1.8-1.344-1.8-1.116 0-1.521.964-1.521 2.434v6.416h-3.474V105c0-1.09-.025-1.8-.076-2.384h3.17q.076.761.076 1.9h.051a3.119 3.119 0 0 1 3.22-2.079c2.536 0 3.347 1.851 3.347 4.133v7.481h-3.474l.025-7.049Z' transform='translate(-167.572 -72.836)'/%3E%3C/g%3E%3C/svg%3E\")"
23
23
  }
24
24
  }
25
25
  }
@@ -21,8 +21,16 @@
21
21
  "background-color": {},
22
22
  "color": {}
23
23
  },
24
+ "hover": {
25
+ "color": { "value": "{leiden.color.black.9}" },
26
+ "text-decoration": {}
27
+ },
24
28
  "current": {
25
29
  "background-color": {},
30
+ "color": { "value": "{leiden.color.black.9}" },
31
+ "font-weight": {}
32
+ },
33
+ "disabled": {
26
34
  "color": { "value": "{leiden.color.black.9}" }
27
35
  }
28
36
  },
@@ -8,13 +8,12 @@
8
8
  "padding-block-start": { "value": "17px" },
9
9
  "padding-block-end": { "value": "17px" },
10
10
  "link": {
11
+ "font-weight": {},
11
12
  "disabled": {
12
- "background-color": {},
13
- "color": { "value": "{leiden.color.black.9}" }
13
+ "background-color": {}
14
14
  },
15
15
  "hover": {
16
- "background-color": {},
17
- "color": { "value": "{leiden.color.black.9}" }
16
+ "background-color": {}
18
17
  }
19
18
  }
20
19
  }
@@ -14,7 +14,11 @@
14
14
  "box-shadow-width": {},
15
15
  "border-width": {},
16
16
  "border-style": {},
17
- "border-color": {}
17
+ "border-color": {},
18
+ "border-bottom-width": {},
19
+ "border-bottom-style": {},
20
+ "border-bottom-color": {},
21
+ "width": {}
18
22
  }
19
23
  }
20
24
  }
@@ -9,25 +9,36 @@
9
9
  "react-utrecht-alert--error",
10
10
  "react-utrecht-alert--ok",
11
11
  "react-utrecht-badge-counter--default",
12
- "react-utrecht-breadcrumb-nav--default",
13
- "react-utrecht-breadcrumb-nav--separator",
12
+ "react-utrecht-breadcrumb-nac--default",
13
+ "react-utrecht-breadcrumb-nac--separator",
14
14
  "react-utrecht-button--default",
15
15
  "react-utrecht-button--hover",
16
16
  "react-utrecht-button--primary-action-button",
17
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",
18
27
  "react-utrecht-code--default",
19
28
  "react-utrecht-code-block--default",
29
+ "react-utrecht-data-badge--default",
20
30
  "react-utrecht-document--default",
21
31
  "react-utrecht-heading-1--default",
22
32
  "react-utrecht-heading-2--default",
23
33
  "react-utrecht-heading-3--default",
24
34
  "react-utrecht-heading-4--default",
25
- "react-utrecht-alert--default",
35
+ "react-utrecht-heading-5--default",
26
36
  "react-utrecht-link--default",
27
37
  "react-utrecht-link--hover",
28
38
  "react-utrecht-link--focus",
29
39
  "react-utrecht-ordered-list--default",
30
40
  "react-utrecht-unordered-list--default",
41
+ "react-utrecht-page--default",
31
42
  "react-utrecht-page-header--default",
32
43
  "react-utrecht-page-footer--default",
33
44
  "react-utrecht-paragraph--default",
@@ -38,6 +49,10 @@
38
49
  "react-utrecht-radio-button--checked-and-disabled",
39
50
  "react-utrecht-radio-button--disabled",
40
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",
41
56
  "react-utrecht-surface--default",
42
57
  "react-utrecht-table--default",
43
58
  "react-utrecht-textbox--default",
@@ -58,6 +58,9 @@
58
58
  "47": {
59
59
  "value": "#f0b800",
60
60
  "comment": "Base/Yellow from Huisstijlhandboek, base color of website is #f0af00"
61
+ },
62
+ "95": {
63
+ "value": "#fff9e6"
61
64
  }
62
65
  },
63
66
  "grey": {
@@ -16,10 +16,19 @@
16
16
  "color": { "value": "{noaberkracht.color.yellow.47}" },
17
17
  "focus": {
18
18
  "background-color": {},
19
- "color": {}
19
+ "color": {},
20
+ "text-decoration": {}
21
+ },
22
+ "hover": {
23
+ "color": { "value": "{noaberkracht.color.yellow.47}" },
24
+ "text-decoration": {}
20
25
  },
21
26
  "current": {
22
27
  "background-color": {},
28
+ "color": { "value": "{noaberkracht.color.blue.22}" },
29
+ "font-weight": {}
30
+ },
31
+ "disabled": {
23
32
  "color": { "value": "{noaberkracht.color.blue.22}" }
24
33
  }
25
34
  },
@@ -0,0 +1,80 @@
1
+ {
2
+ "utrecht": {
3
+ "calendar": {
4
+ "width": {},
5
+ "background-color": {},
6
+ "table": {
7
+ "padding-block-start": {},
8
+ "padding-block-end": {},
9
+ "weeks-item": {
10
+ "width": { "value": "44px" },
11
+ "padding-block-start": { "value": "4px" },
12
+ "padding-block-end": { "value": "10px" },
13
+ "line-height": { "value": "24px" }
14
+ },
15
+ "days-item-day": {
16
+ "size": { "value": "44px" },
17
+ "color": { "value": "{noaberkracht.color.black.0}" },
18
+ "border-width": { "value": "2px" },
19
+ "border-color": { "value": "transparent" },
20
+ "hover": {
21
+ "background-color": { "value": "{noaberkracht.color.blue.22}" },
22
+ "color": { "value": "{noaberkracht.color.white.100}" },
23
+ "border-color": { "value": "{noaberkracht.color.blue.22}" }
24
+ },
25
+ "focus": {
26
+ "background-color": {},
27
+ "color": {},
28
+ "border-color": { "value": "transparent" }
29
+ },
30
+ "active": {
31
+ "background-color": {},
32
+ "color": {},
33
+ "border-color": { "value": "transparent" }
34
+ },
35
+ "out-of-the-month": {
36
+ "background-color": {},
37
+ "color": { "value": "{noaberkracht.color.grey.82}" },
38
+ "border-color": { "value": "transparent" }
39
+ },
40
+ "is-today": {
41
+ "background-color": { "value": "{noaberkracht.color.yellow.95}" },
42
+ "color": { "value": "{noaberkracht.color.black.0}" },
43
+ "border-color": { "value": "{noaberkracht.color.yellow.47}" },
44
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" }
45
+ },
46
+ "emphasis": {
47
+ "background-color": {},
48
+ "color": {},
49
+ "border-color": { "value": "transparent" },
50
+ "font-weight": {}
51
+ },
52
+ "selected": {
53
+ "background-color": { "value": "{noaberkracht.color.yellow.47}" },
54
+ "color": { "value": "{noaberkracht.color.white.100}" },
55
+ "border-color": {},
56
+ "font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" }
57
+ },
58
+ "disabled": {
59
+ "background-color": {},
60
+ "color": {},
61
+ "border-color": {}
62
+ }
63
+ }
64
+ },
65
+ "navigation": {
66
+ "background-color": {},
67
+ "color": { "value": "{noaberkracht.color.yellow.47}" },
68
+ "padding-block-start": { "value": "2px" },
69
+ "padding-block-end": { "value": "2px" },
70
+ "label": {
71
+ "min-inline-size": { "value": "200px" },
72
+ "color": { "value": "{noaberkracht.color.black.0}" }
73
+ }
74
+ },
75
+ "icon": {
76
+ "size": { "value": "24px" }
77
+ }
78
+ }
79
+ }
80
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "utrecht": {
3
+ "checkbox": {
4
+ "background-color": {},
5
+ "border-color": {},
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": { "value": "{noaberkracht.size.4xs}" },
8
+ "color": { "value": "{noaberkracht.color.white.100}" },
9
+ "size": { "value": "24px" },
10
+ "icon": {
11
+ "size": {}
12
+ },
13
+ "active": {
14
+ "border-color": {},
15
+ "border-width": {},
16
+ "background-color": {},
17
+ "color": {}
18
+ },
19
+ "hover": {
20
+ "border-color": { "value": "{noaberkracht.color.grey.31}" },
21
+ "border-width": { "value": "{noaberkracht.size.4xs}" },
22
+ "background-color": {},
23
+ "color": { "value": "{noaberkracht.color.white.100}" }
24
+ },
25
+ "focus": {
26
+ "border-color": {},
27
+ "border-width": {},
28
+ "background-color": {},
29
+ "color": {}
30
+ },
31
+ "disabled": {
32
+ "border-color": { "value": "{noaberkracht.color.grey.82}" },
33
+ "border-width": { "value": "{noaberkracht.size.4xs}" },
34
+ "background-color": { "value": "{noaberkracht.color.grey.82}" },
35
+ "color": { "value": "{noaberkracht.color.grey.82}" }
36
+ },
37
+ "checked": {
38
+ "border-color": { "value": "{noaberkracht.color.primary}" },
39
+ "border-width": { "value": "{noaberkracht.size.4xs}" },
40
+ "background-color": { "value": "{noaberkracht.color.primary}" },
41
+ "color": { "value": "{noaberkracht.color.primary}" }
42
+ },
43
+ "indeterminate": {
44
+ "border-color": {},
45
+ "border-width": {},
46
+ "background-color": {},
47
+ "color": {}
48
+ },
49
+ "invalid": {
50
+ "border-color": {},
51
+ "border-width": {},
52
+ "background-color": {},
53
+ "color": {}
54
+ }
55
+ }
56
+ }
57
+ }
@@ -7,13 +7,12 @@
7
7
  "padding-block-start": { "value": "12px" },
8
8
  "padding-block-end": { "value": "12px" },
9
9
  "link": {
10
+ "font-weight": {},
10
11
  "disabled": {
11
- "background-color": {},
12
- "color": { "value": "{noaberkracht.color.blue.22}" }
12
+ "background-color": {}
13
13
  },
14
14
  "hover": {
15
- "background-color": {},
16
- "color": { "value": "{noaberkracht.color.yellow.47}" }
15
+ "background-color": {}
17
16
  }
18
17
  }
19
18
  }
@@ -14,7 +14,11 @@
14
14
  "box-shadow-width": {},
15
15
  "border-width": {},
16
16
  "border-style": {},
17
- "border-color": {}
17
+ "border-color": {},
18
+ "border-bottom-width": {},
19
+ "border-bottom-style": {},
20
+ "border-bottom-color": {},
21
+ "width": {}
18
22
  }
19
23
  }
20
24
  }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "spotlight-section": {
4
+ "background-color": { "value": "{noaberkracht.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{noaberkracht.color.alert-info}" },
8
+ "padding-block-start": { "value": "{noaberkracht.size.lg}" },
9
+ "padding-block-end": { "value": "{noaberkracht.size.lg}" },
10
+ "padding-inline-start": { "value": "{noaberkracht.size.lg}" },
11
+ "padding-inline-end": { "value": "{noaberkracht.size.lg}" },
12
+ "margin-block-start": { "value": "{noaberkracht.size.lg}" },
13
+ "margin-block-end": {},
14
+ "info": {
15
+ "background-color": { "value": "{noaberkracht.color.alert-info-background}" },
16
+ "color": { "value": "{noaberkracht.color.alert-info}" }
17
+ },
18
+ "warning": {
19
+ "background-color": { "value": "{noaberkracht.color.alert-warning-background}" },
20
+ "color": { "value": "{noaberkracht.color.alert-warning}" }
21
+ }
22
+ }
23
+ }
24
+ }