@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": "{dimpact.color.black.0}" },
18
+ "border-width": { "value": "2px" },
19
+ "border-color": { "value": "transparent" },
20
+ "hover": {
21
+ "background-color": {},
22
+ "color": { "value": "{dimpact.color.primary}" },
23
+ "border-color": { "value": "{dimpact.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": "{dimpact.color.grey.82}" },
38
+ "border-color": { "value": "transparent" }
39
+ },
40
+ "is-today": {
41
+ "background-color": { "value": "{dimpact.color.blue.95}" },
42
+ "color": { "value": "{dimpact.color.primary}" },
43
+ "border-color": { "value": "{dimpact.color.primary}" },
44
+ "font-weight": { "value": "{dimpact.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": "{dimpact.color.primary-hover}" },
54
+ "color": { "value": "{dimpact.color.white.100}" },
55
+ "border-color": {},
56
+ "font-weight": { "value": "{dimpact.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": "{dimpact.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": "{dimpact.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": "{dimpact.size.4xs}" },
8
+ "color": { "value": "{dimpact.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": "{dimpact.color.grey.31}" },
21
+ "border-width": { "value": "{dimpact.size.4xs}" },
22
+ "background-color": {},
23
+ "color": { "value": "{dimpact.color.white.100}" }
24
+ },
25
+ "focus": {
26
+ "border-color": {},
27
+ "border-width": {},
28
+ "background-color": {},
29
+ "color": {}
30
+ },
31
+ "disabled": {
32
+ "border-color": { "value": "{dimpact.color.grey.82}" },
33
+ "border-width": { "value": "{dimpact.size.4xs}" },
34
+ "background-color": { "value": "{dimpact.color.grey.82}" },
35
+ "color": { "value": "{dimpact.color.grey.82}" }
36
+ },
37
+ "checked": {
38
+ "border-color": { "value": "{dimpact.color.primary}" },
39
+ "border-width": { "value": "{dimpact.size.4xs}" },
40
+ "background-color": { "value": "{dimpact.color.primary}" },
41
+ "color": { "value": "{dimpact.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": "{dimpact.color.grey.29}" }
13
+ "background-color": {}
14
14
  },
15
15
  "hover": {
16
- "background-color": {},
17
- "color": { "value": "{dimpact.color.primary-hover}" }
16
+ "background-color": {}
18
17
  }
19
18
  }
20
19
  }
@@ -17,7 +17,11 @@
17
17
  "box-shadow-width": {},
18
18
  "border-width": {},
19
19
  "border-style": {},
20
- "border-color": {}
20
+ "border-color": {},
21
+ "border-bottom-width": {},
22
+ "border-bottom-style": {},
23
+ "border-bottom-color": {},
24
+ "width": {}
21
25
  }
22
26
  }
23
27
  }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "spotlight-section": {
4
+ "background-color": { "value": "{dimpact.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{dimpact.color.alert-info}" },
8
+ "padding-block-start": { "value": "{dimpact.size.lg}" },
9
+ "padding-block-end": { "value": "{dimpact.size.lg}" },
10
+ "padding-inline-start": { "value": "{dimpact.size.lg}" },
11
+ "padding-inline-end": { "value": "{dimpact.size.lg}" },
12
+ "margin-block-start": { "value": "{dimpact.size.lg}" },
13
+ "margin-block-end": {},
14
+ "info": {
15
+ "background-color": { "value": "{dimpact.color.alert-info-background}" },
16
+ "color": { "value": "{dimpact.color.alert-info}" }
17
+ },
18
+ "warning": {
19
+ "background-color": { "value": "{dimpact.color.alert-warning-background}" },
20
+ "color": { "value": "{dimpact.color.alert-warning}" }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -9,25 +9,50 @@
9
9
  "react-utrecht-alert--error",
10
10
  "react-utrecht-alert--ok",
11
11
  "react-utrecht-badge-counter--default",
12
+ "react-utrecht-breadcrumb-nac--default",
13
+ "react-utrecht-breadcrumb-nac--separator",
12
14
  "react-utrecht-button--default",
13
15
  "react-utrecht-button--hover",
14
16
  "react-utrecht-button--primary-action-button",
15
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",
16
27
  "react-utrecht-code--default",
17
28
  "react-utrecht-code-block--default",
29
+ "react-utrecht-data-badge--default",
30
+ "react-utrecht-document--default",
18
31
  "react-utrecht-heading-1--default",
19
32
  "react-utrecht-heading-2--default",
20
33
  "react-utrecht-heading-3--default",
21
34
  "react-utrecht-heading-4--default",
22
- "react-utrecht-alert--default",
35
+ "react-utrecht-heading-5--default",
23
36
  "react-utrecht-link--default",
24
37
  "react-utrecht-link--hover",
25
38
  "react-utrecht-link--focus",
26
39
  "react-utrecht-ordered-list--default",
27
40
  "react-utrecht-unordered-list--default",
41
+ "react-utrecht-page--default",
28
42
  "react-utrecht-page-header--default",
29
43
  "react-utrecht-page-footer--default",
30
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",
31
56
  "react-utrecht-surface--default",
32
57
  "react-utrecht-table--default",
33
58
  "react-utrecht-textbox--default",
@@ -48,6 +48,9 @@
48
48
  "94": {
49
49
  "value": "#e5f0f8"
50
50
  },
51
+ "95": {
52
+ "value": "#e6f4ff"
53
+ },
51
54
  "96": {
52
55
  "value": "#f2f4f7"
53
56
  }
@@ -16,10 +16,19 @@
16
16
  "color": { "value": "{dinkelland.color.white.100}" },
17
17
  "focus": {
18
18
  "background-color": {},
19
- "color": {}
19
+ "color": {},
20
+ "text-decoration": {}
21
+ },
22
+ "hover": {
23
+ "color": { "value": "{dinkelland.color.white.100}" },
24
+ "text-decoration": { "value": "none" }
20
25
  },
21
26
  "current": {
22
27
  "background-color": {},
28
+ "color": { "value": "{dinkelland.color.white.100}" },
29
+ "font-weight": {}
30
+ },
31
+ "disabled": {
23
32
  "color": { "value": "{dinkelland.color.white.100}" }
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": "{dinkelland.color.black.0}" },
18
+ "border-width": { "value": "2px" },
19
+ "border-color": { "value": "transparent" },
20
+ "hover": {
21
+ "background-color": {},
22
+ "color": { "value": "{dinkelland.color.primary}" },
23
+ "border-color": { "value": "{dinkelland.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": "{dinkelland.color.grey.82}" },
38
+ "border-color": { "value": "transparent" }
39
+ },
40
+ "is-today": {
41
+ "background-color": { "value": "{dinkelland.color.blue.95}" },
42
+ "color": { "value": "{dinkelland.color.primary}" },
43
+ "border-color": { "value": "{dinkelland.color.primary}" },
44
+ "font-weight": { "value": "{dinkelland.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": "{dinkelland.color.primary-hover}" },
54
+ "color": { "value": "{dinkelland.color.white.100}" },
55
+ "border-color": {},
56
+ "font-weight": { "value": "{dinkelland.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": "{dinkelland.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": "{dinkelland.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": "{dinkelland.size.4xs}" },
8
+ "color": { "value": "{dinkelland.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": "{dinkelland.color.grey.31}" },
21
+ "border-width": { "value": "{dinkelland.size.4xs}" },
22
+ "background-color": {},
23
+ "color": { "value": "{dinkelland.color.white.100}" }
24
+ },
25
+ "focus": {
26
+ "border-color": {},
27
+ "border-width": {},
28
+ "background-color": {},
29
+ "color": {}
30
+ },
31
+ "disabled": {
32
+ "border-color": { "value": "{dinkelland.color.grey.82}" },
33
+ "border-width": { "value": "{dinkelland.size.4xs}" },
34
+ "background-color": { "value": "{dinkelland.color.grey.82}" },
35
+ "color": { "value": "{dinkelland.color.grey.82}" }
36
+ },
37
+ "checked": {
38
+ "border-color": { "value": "{dinkelland.color.primary}" },
39
+ "border-width": { "value": "{dinkelland.size.4xs}" },
40
+ "background-color": { "value": "{dinkelland.color.primary}" },
41
+ "color": { "value": "{dinkelland.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": "15px" },
9
9
  "padding-block-end": { "value": "15px" },
10
10
  "link": {
11
+ "font-weight": {},
11
12
  "disabled": {
12
- "background-color": {},
13
- "color": { "value": "{dinkelland.color.white.100}" }
13
+ "background-color": {}
14
14
  },
15
15
  "hover": {
16
- "background-color": {},
17
- "color": { "value": "{dinkelland.color.white.100}" }
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
  }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "spotlight-section": {
4
+ "background-color": { "value": "{dinkelland.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{dinkelland.color.alert-info}" },
8
+ "padding-block-start": { "value": "{dinkelland.size.lg}" },
9
+ "padding-block-end": { "value": "{dinkelland.size.lg}" },
10
+ "padding-inline-start": { "value": "{dinkelland.size.lg}" },
11
+ "padding-inline-end": { "value": "{dinkelland.size.lg}" },
12
+ "margin-block-start": { "value": "{dinkelland.size.lg}" },
13
+ "margin-block-end": {},
14
+ "info": {
15
+ "background-color": { "value": "{dinkelland.color.alert-info-background}" },
16
+ "color": { "value": "{dinkelland.color.alert-info}" }
17
+ },
18
+ "warning": {
19
+ "background-color": { "value": "{dinkelland.color.alert-warning-background}" },
20
+ "color": { "value": "{dinkelland.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",
@@ -26,6 +26,9 @@
26
26
  "31": {
27
27
  "value": "#01699d",
28
28
  "comment": "Base/Light-Blue"
29
+ },
30
+ "95": {
31
+ "value": "#e6f6ff"
29
32
  }
30
33
  },
31
34
  "yellow": {
@@ -19,10 +19,19 @@
19
19
  "color": { "value": "{epe.color.white.100}" },
20
20
  "focus": {
21
21
  "background-color": {},
22
- "color": {}
22
+ "color": {},
23
+ "text-decoration": {}
24
+ },
25
+ "hover": {
26
+ "color": { "value": "{epe.color.white.100}" },
27
+ "text-decoration": { "value": "none" }
23
28
  },
24
29
  "current": {
25
30
  "background-color": {},
31
+ "color": { "value": "{epe.color.white.100}" },
32
+ "font-weight": {}
33
+ },
34
+ "disabled": {
26
35
  "color": { "value": "{epe.color.white.100}" }
27
36
  }
28
37
  },
@@ -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": "{epe.color.black.0}" },
18
+ "border-width": { "value": "2px" },
19
+ "border-color": { "value": "transparent" },
20
+ "hover": {
21
+ "background-color": {},
22
+ "color": { "value": "{epe.color.primary}" },
23
+ "border-color": { "value": "{epe.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": "{epe.color.grey.82}" },
38
+ "border-color": { "value": "transparent" }
39
+ },
40
+ "is-today": {
41
+ "background-color": { "value": "{epe.color.light-blue.95}" },
42
+ "color": { "value": "{epe.color.primary}" },
43
+ "border-color": { "value": "{epe.color.primary}" },
44
+ "font-weight": { "value": "{epe.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": "{epe.color.primary-hover}" },
54
+ "color": { "value": "{epe.color.white.100}" },
55
+ "border-color": {},
56
+ "font-weight": { "value": "{epe.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": "{epe.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": "{epe.color.black.0}" }
73
+ }
74
+ },
75
+ "icon": {
76
+ "size": { "value": "24px" }
77
+ }
78
+ }
79
+ }
80
+ }