@conduction/theme 1.0.54 → 1.0.56

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/dist/design-tokens.css +64 -2
  3. package/conduction-design-tokens/dist/index.js +64 -2
  4. package/conduction-design-tokens/dist/index.json +1384 -100
  5. package/conduction-design-tokens/dist/index.less +64 -2
  6. package/conduction-design-tokens/dist/index.scss +64 -2
  7. package/conduction-design-tokens/dist/tokens.json +1406 -85
  8. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +6 -0
  9. package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  10. package/conduction-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  11. package/conduction-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  12. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +1 -1
  13. package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  14. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  15. package/municipalities/commonground-design-tokens/LICENSE.md +17 -0
  16. package/municipalities/commonground-design-tokens/README.md +3 -0
  17. package/municipalities/commonground-design-tokens/dist/design-tokens.css +544 -0
  18. package/municipalities/commonground-design-tokens/dist/font.css +5 -0
  19. package/municipalities/commonground-design-tokens/dist/index.css +7 -0
  20. package/municipalities/commonground-design-tokens/dist/index.js +542 -0
  21. package/municipalities/commonground-design-tokens/dist/index.json +10985 -0
  22. package/municipalities/commonground-design-tokens/dist/index.less +541 -0
  23. package/municipalities/commonground-design-tokens/dist/index.scss +541 -0
  24. package/municipalities/commonground-design-tokens/dist/tokens.json +11679 -0
  25. package/municipalities/commonground-design-tokens/documentation/color.stories.mdx +17 -0
  26. package/municipalities/commonground-design-tokens/documentation/components.stories.mdx +11 -0
  27. package/municipalities/commonground-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  28. package/municipalities/commonground-design-tokens/documentation/readme.stories.mdx +7 -0
  29. package/municipalities/commonground-design-tokens/package.json +37 -0
  30. package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +98 -0
  31. package/municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json +17 -0
  32. package/municipalities/commonground-design-tokens/src/brand/commonground/size.tokens.json +17 -0
  33. package/municipalities/commonground-design-tokens/src/brand/commonground/typography.tokens.json +45 -0
  34. package/municipalities/commonground-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  35. package/municipalities/commonground-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  36. package/municipalities/commonground-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  37. package/municipalities/commonground-design-tokens/src/component/conduction/card-wrapper.tokens.json +26 -0
  38. package/municipalities/commonground-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  39. package/municipalities/commonground-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  40. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +20 -0
  41. package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +67 -0
  42. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +76 -0
  43. package/municipalities/commonground-design-tokens/src/component/conduction/select.tokens.json +39 -0
  44. package/municipalities/commonground-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  45. package/municipalities/commonground-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  46. package/municipalities/commonground-design-tokens/src/component/conduction/tooltip.tokens.json +18 -0
  47. package/municipalities/commonground-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  48. package/municipalities/commonground-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  49. package/municipalities/commonground-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  50. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  51. package/municipalities/commonground-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  52. package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  53. package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  54. package/municipalities/commonground-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  55. package/municipalities/commonground-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  56. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  57. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  58. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  59. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  60. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  61. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +35 -0
  62. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  63. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +25 -0
  64. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  65. package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  66. package/municipalities/commonground-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  67. package/municipalities/commonground-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  68. package/municipalities/commonground-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  69. package/municipalities/commonground-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  70. package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  71. package/municipalities/commonground-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  72. package/municipalities/commonground-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  73. package/municipalities/commonground-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  74. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  75. package/municipalities/commonground-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  76. package/municipalities/commonground-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  77. package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  78. package/municipalities/commonground-design-tokens/src/config.json +48 -0
  79. package/municipalities/commonground-design-tokens/src/font/rijksoverheidsanswebtext-regular-webfont.b64ae9c9e044.woff2 +0 -0
  80. package/municipalities/commonground-design-tokens/src/font.scss +7 -0
  81. package/municipalities/commonground-design-tokens/src/index.scss +8 -0
  82. package/municipalities/commonground-design-tokens/style-dictionary.config.js +6 -0
  83. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +64 -1
  84. package/municipalities/dimpact-design-tokens/dist/index.js +64 -1
  85. package/municipalities/dimpact-design-tokens/dist/index.json +1305 -0
  86. package/municipalities/dimpact-design-tokens/dist/index.less +64 -1
  87. package/municipalities/dimpact-design-tokens/dist/index.scss +64 -1
  88. package/municipalities/dimpact-design-tokens/dist/tokens.json +1364 -22
  89. package/municipalities/dimpact-design-tokens/package.json +1 -1
  90. package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +9 -0
  91. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  92. package/municipalities/dimpact-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  93. package/municipalities/dimpact-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  94. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  95. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  96. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +63 -1
  97. package/municipalities/dinkelland-design-tokens/dist/index.js +63 -1
  98. package/municipalities/dinkelland-design-tokens/dist/index.json +1284 -0
  99. package/municipalities/dinkelland-design-tokens/dist/index.less +63 -1
  100. package/municipalities/dinkelland-design-tokens/dist/index.scss +63 -1
  101. package/municipalities/dinkelland-design-tokens/dist/tokens.json +1354 -33
  102. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +6 -0
  103. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  104. package/municipalities/dinkelland-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  105. package/municipalities/dinkelland-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  106. package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  107. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  108. package/municipalities/epe-design-tokens/dist/design-tokens.css +64 -1
  109. package/municipalities/epe-design-tokens/dist/index.js +64 -1
  110. package/municipalities/epe-design-tokens/dist/index.json +1305 -0
  111. package/municipalities/epe-design-tokens/dist/index.less +64 -1
  112. package/municipalities/epe-design-tokens/dist/index.scss +64 -1
  113. package/municipalities/epe-design-tokens/dist/tokens.json +1365 -23
  114. package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +9 -0
  115. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  116. package/municipalities/epe-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  117. package/municipalities/epe-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  118. package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  119. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  120. package/municipalities/leiden-design-tokens/dist/design-tokens.css +64 -1
  121. package/municipalities/leiden-design-tokens/dist/index.js +64 -1
  122. package/municipalities/leiden-design-tokens/dist/index.json +1305 -0
  123. package/municipalities/leiden-design-tokens/dist/index.less +64 -1
  124. package/municipalities/leiden-design-tokens/dist/index.scss +64 -1
  125. package/municipalities/leiden-design-tokens/dist/tokens.json +1370 -28
  126. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +9 -0
  127. package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  128. package/municipalities/leiden-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  129. package/municipalities/leiden-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  130. package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  131. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  132. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +64 -1
  133. package/municipalities/noaberkracht-design-tokens/dist/index.js +64 -1
  134. package/municipalities/noaberkracht-design-tokens/dist/index.json +1305 -0
  135. package/municipalities/noaberkracht-design-tokens/dist/index.less +64 -1
  136. package/municipalities/noaberkracht-design-tokens/dist/index.scss +64 -1
  137. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +1368 -24
  138. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +11 -0
  139. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  140. package/municipalities/noaberkracht-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  141. package/municipalities/noaberkracht-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  142. package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  143. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  144. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +62 -1
  145. package/municipalities/noordwijk-design-tokens/dist/index.js +62 -1
  146. package/municipalities/noordwijk-design-tokens/dist/index.json +1263 -0
  147. package/municipalities/noordwijk-design-tokens/dist/index.less +62 -1
  148. package/municipalities/noordwijk-design-tokens/dist/index.scss +62 -1
  149. package/municipalities/noordwijk-design-tokens/dist/tokens.json +1349 -49
  150. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  151. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  152. package/municipalities/noordwijk-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  153. package/municipalities/noordwijk-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  154. package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  155. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  156. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +63 -1
  157. package/municipalities/open-webconcept-design-tokens/dist/index.js +63 -1
  158. package/municipalities/open-webconcept-design-tokens/dist/index.json +1284 -0
  159. package/municipalities/open-webconcept-design-tokens/dist/index.less +63 -1
  160. package/municipalities/open-webconcept-design-tokens/dist/index.scss +63 -1
  161. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +1355 -34
  162. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +6 -0
  163. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  164. package/municipalities/open-webconcept-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  165. package/municipalities/open-webconcept-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  166. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  167. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  168. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +61 -1
  169. package/municipalities/rotterdam-design-tokens/dist/index.js +61 -1
  170. package/municipalities/rotterdam-design-tokens/dist/index.json +1242 -0
  171. package/municipalities/rotterdam-design-tokens/dist/index.less +61 -1
  172. package/municipalities/rotterdam-design-tokens/dist/index.scss +61 -1
  173. package/municipalities/rotterdam-design-tokens/dist/tokens.json +1280 -1
  174. package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  175. package/municipalities/rotterdam-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  176. package/municipalities/rotterdam-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  177. package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  178. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
  179. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +63 -1
  180. package/municipalities/tubbergen-design-tokens/dist/index.js +63 -1
  181. package/municipalities/tubbergen-design-tokens/dist/index.json +1284 -0
  182. package/municipalities/tubbergen-design-tokens/dist/index.less +63 -1
  183. package/municipalities/tubbergen-design-tokens/dist/index.scss +63 -1
  184. package/municipalities/tubbergen-design-tokens/dist/tokens.json +1357 -36
  185. package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
  186. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  187. package/municipalities/tubbergen-design-tokens/src/component/conduction/checkbox.tokens.json +70 -0
  188. package/municipalities/tubbergen-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  189. package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  190. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  191. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +65 -1
  192. package/municipalities/xxllnc-design-tokens/dist/index.js +65 -1
  193. package/municipalities/xxllnc-design-tokens/dist/index.json +1324 -0
  194. package/municipalities/xxllnc-design-tokens/dist/index.less +65 -1
  195. package/municipalities/xxllnc-design-tokens/dist/index.scss +65 -1
  196. package/municipalities/xxllnc-design-tokens/dist/tokens.json +1388 -28
  197. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +9 -0
  198. package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  199. package/municipalities/xxllnc-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  200. package/municipalities/xxllnc-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  201. package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  202. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  203. package/package.json +3 -2
@@ -0,0 +1,541 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Tue, 28 Nov 2023 14:11:46 GMT
4
+
5
+ $conduction-tooltip-z-index: 9999;
6
+ $conduction-tooltip-opacity: 1;
7
+ $conduction-tooltip-border-radius: 0px;
8
+ $conduction-tooltip-border-color: unset;
9
+ $conduction-tooltip-border-style: unset;
10
+ $conduction-tooltip-border-width: 0px;
11
+ $conduction-tabs-tab-list-border-bottom-style: solid;
12
+ $conduction-tabs-tab-list-margin-block-end: 0px;
13
+ $conduction-tabs-tab-list-padding-inline-start: 0px;
14
+ $conduction-tabs-tab-selected-border-bottom-style: solid;
15
+ $conduction-tabs-tab-selected-background-color: transparent;
16
+ $conduction-tabs-tab-min-height: 61px;
17
+ $conduction-tabs-tab-min-width: 160px;
18
+ $conduction-tabs-tab-max-width: unset;
19
+ $conduction-tabs-tab-bottom: -2px;
20
+ $conduction-tabs-tab-background-color: transparent;
21
+ $conduction-input-select-padding-block-start: 0;
22
+ $conduction-input-select-padding-block-end: 0;
23
+ $conduction-input-select-border-focus: unset;
24
+ $conduction-pagination-page-hover-text-decoration-thickness: 0px;
25
+ $conduction-pagination-page-hover-text-decoration: unset;
26
+ $conduction-pagination-current-page-text-decoration: unset;
27
+ $conduction-pagination-navigation-button-padding-block-end: 0px;
28
+ $conduction-pagination-navigation-button-padding-block-start: 0px;
29
+ $conduction-pagination-container-padding-block-end: 0px;
30
+ $conduction-pagination-container-padding-block-start: 0px;
31
+ $conduction-pagination-container-padding-inline-end: 0px;
32
+ $conduction-pagination-container-padding-inline-start: 0px;
33
+ $conduction-pagination-container-background-color: unset;
34
+ $conduction-secondary-top-nav-padding-block-start: 16px;
35
+ $conduction-secondary-top-nav-padding-block-end: 16px;
36
+ $conduction-secondary-top-nav-padding-inline-start: 16px;
37
+ $conduction-secondary-top-nav-padding-inline-end: 16px;
38
+ $conduction-secondary-top-nav-item-padding: 18px;
39
+ $conduction-secondary-top-nav-font-weight: 400;
40
+ $conduction-secondary-top-nav-current-box-shadow: ;
41
+ $conduction-secondary-top-nav-background-color: transparent;
42
+ $conduction-primary-top-nav-padding-block-start: 16px;
43
+ $conduction-primary-top-nav-padding-block-end: 16px;
44
+ $conduction-primary-top-nav-padding-inline-start: 16px;
45
+ $conduction-primary-top-nav-padding-inline-end: 16px;
46
+ $conduction-primary-top-nav-item-padding: 18px;
47
+ $conduction-primary-top-nav-current-mobile-box-shadow: ;
48
+ $conduction-logo-footer-background-image: url('https://commonground.nl/file/embed/ca48ca97-b475-4318-bb7b-14cb552770c9/cg_small.png');
49
+ $conduction-logo-footer-block-size: 75px;
50
+ $conduction-logo-footer-inline-size: 75px;
51
+ $conduction-logo-header-background-image: url('https://commonground.nl/file/embed/ca48ca97-b475-4318-bb7b-14cb552770c9/cg_small.png');
52
+ $conduction-logo-header-block-size: 47px;
53
+ $conduction-logo-header-inline-size: 47px;
54
+ $conduction-download-card-border-radius: 6px;
55
+ $conduction-download-card-border-style: solid;
56
+ $conduction-input-checkbox-label-container-margin: 3px;
57
+ $conduction-input-checkbox-label-container-padding: 3px;
58
+ $conduction-input-checkbox-focus-outline-offset: 2px;
59
+ $conduction-input-checkbox-focus-outline-style: solid;
60
+ $conduction-input-checkbox-focus-outline-width: 2px;
61
+ $conduction-input-checkbox-disabled-hover-border-radius: 3px;
62
+ $conduction-input-checkbox-disabled-hover-border-style: solid;
63
+ $conduction-input-checkbox-disabled-border-radius: 3px;
64
+ $conduction-input-checkbox-disabled-border-style: solid;
65
+ $conduction-input-checkbox-checked-hover-border-radius: 3px;
66
+ $conduction-input-checkbox-checked-hover-border-style: solid;
67
+ $conduction-input-checkbox-checked-border-radius: 3px;
68
+ $conduction-input-checkbox-checked-border-style: solid;
69
+ $conduction-input-checkbox-hover-border-radius: 3px;
70
+ $conduction-input-checkbox-hover-border-style: solid;
71
+ $conduction-input-checkbox-border-radius: 3px;
72
+ $conduction-input-checkbox-border-style: solid;
73
+ $conduction-card-wrapper-padding-block-start: 20px;
74
+ $conduction-card-wrapper-padding-block-end: 20px;
75
+ $conduction-card-wrapper-border-radius: 6px;
76
+ $utrecht-separator-margin-block-start: 0px;
77
+ $utrecht-separator-margin-block-end: 0px;
78
+ $utrecht-paragraph-margin-block-end: 0;
79
+ $utrecht-paragraph-margin-block-start: 0;
80
+ $utrecht-paragraph-line-height: 1.5em;
81
+ $utrecht-page-max-inline-size: 1140px;
82
+ $utrecht-unordered-list-item-padding-inline-start: 1ch;
83
+ $utrecht-unordered-list-padding-inline-start: 1ch;
84
+ $utrecht-unordered-list-margin-block-end: 0;
85
+ $utrecht-ordered-list-item-padding-inline-start: 1ch;
86
+ $utrecht-link-hover-text-decoration: underline;
87
+ $utrecht-link-text-decoration-thickness: 0;
88
+ $utrecht-link-text-decoration-color: inherit;
89
+ $utrecht-link-text-decoration: underline;
90
+ $utrecht-textbox-font-size: 15px;
91
+ $utrecht-textbox-border-radius: 8px;
92
+ $utrecht-table-header-cell-text-transform: unset;
93
+ $utrecht-table-margin-block-end: 0;
94
+ $utrecht-table-header-text-transform: unset;
95
+ $utrecht-table-border-collapse: collapse;
96
+ $utrecht-page-header-padding-block-end: 1px;
97
+ $utrecht-page-header-padding-block-start: 1px;
98
+ $utrecht-page-header-logo-max-width: 150px;
99
+ $utrecht-page-footer-background-image: unset;
100
+ $utrecht-page-footer-link-hover-text-decoration: underline;
101
+ $utrecht-page-footer-link-text-decoration-thickness: 0;
102
+ $utrecht-page-footer-link-text-decoration-color: inherit;
103
+ $utrecht-page-footer-link-text-decoration: underline;
104
+ $utrecht-page-footer-logo-max-width: 100px;
105
+ $utrecht-page-footer-logo-max-height: 100px;
106
+ $utrecht-form-input-font-size: 15px;
107
+ $utrecht-form-input-border-radius: 8px;
108
+ $utrecht-code-block-margin-inline-end: 0;
109
+ $utrecht-code-block-margin-inline-start: 0;
110
+ $utrecht-code-font-size: inherit;
111
+ $utrecht-button-primary-action-font-weight: inherit;
112
+ $utrecht-button-padding-block-end: 0px;
113
+ $utrecht-button-padding-block-start: 0px;
114
+ $utrecht-button-font-weight: inherit;
115
+ $utrecht-button-font-size: inherit;
116
+ $utrecht-button-border-radius: 8px;
117
+ $utrecht-breadcrumb-nav-padding-block-end: 12px;
118
+ $utrecht-breadcrumb-nav-padding-block-start: 12px;
119
+ $utrecht-breadcrumb-nav-padding-inline-end: 0;
120
+ $utrecht-breadcrumb-nav-padding-inline-start: 0;
121
+ $utrecht-badge-border-radius: 0;
122
+ $utrecht-badge-counter-text-decoration: none;
123
+ $utrecht-badge-counter-border-radius: 50%;
124
+ $utrecht-action-submit-cursor: pointer;
125
+ $utrecht-action-disabled-cursor: not-allowed;
126
+ $utrecht-action-busy-cursor: wait;
127
+ $commonground-typography-font-weight-light: 100;
128
+ $commonground-typography-font-weight-normal: 400;
129
+ $commonground-typography-font-weight-bold: 700;
130
+ $commonground-typography-monospace-font-family: Monospace, "Lucida Console";
131
+ $commonground-typography-sans-serif-font-family: "Rijksoverheid Sans", Monospace, Arial, sans-serif;
132
+ $commonground-typography-rijksoverheid-sans-font-family: "Rijksoverheid Sans", Monospace, "Noto Sans", Arial, sans-serif;
133
+ $commonground-size-4xl: 96px;
134
+ $commonground-size-3xl: 72px;
135
+ $commonground-size-2xl: 48px;
136
+ $commonground-size-xl: 32px;
137
+ $commonground-size-lg: 24px;
138
+ $commonground-size-md: 18px;
139
+ $commonground-size-sm: 14px;
140
+ $commonground-size-xs: 8px;
141
+ $commonground-size-2xs: 4px;
142
+ $commonground-size-3xs: 2px;
143
+ $commonground-size-4xs: 1px;
144
+ $commonground-font-size-4xl: 58px;
145
+ $commonground-font-size-3xl: 48px;
146
+ $commonground-font-size-2xl: 30px;
147
+ $commonground-font-size-xl: 24px;
148
+ $commonground-font-size-lg: 20px;
149
+ $commonground-font-size-md: 16px;
150
+ $commonground-font-size-sm: 14px;
151
+ $commonground-font-size-xs: 12px;
152
+ $commonground-font-size-2xs: 10px;
153
+ $commonground-font-size-3xs: 8px;
154
+ $commonground-font-size-4xs: 5px;
155
+ $commonground-color-blue-29: #334761;
156
+ $commonground-color-blue-26: #2e4057; // Base/Blue
157
+ $commonground-color-lightgrey-98: #fafafa;
158
+ $commonground-color-lightgrey-96: #f5f5f5; // Base/LightGrey
159
+ $commonground-color-lightgrey-89: #e4e4e4;
160
+ $commonground-color-grey-97: #f7f7f7;
161
+ $commonground-color-grey-82: #d1d1d1;
162
+ $commonground-color-grey-65: #a5a5a5;
163
+ $commonground-color-grey-58: #949494;
164
+ $commonground-color-grey-46: #767676;
165
+ $commonground-color-grey-31: #4f4f4f;
166
+ $commonground-color-grey-29: #4a4a4a; // Base/Grey
167
+ $commonground-color-yellow-64: #ffc446;
168
+ $commonground-color-yellow-59: #ffbc2c; // Base/Yellow
169
+ $commonground-color-black-0-55t: #0000008c; // Black with 55% transparency
170
+ $commonground-color-black-0-11t: #0000001c; // Black with 11% transparency
171
+ $commonground-color-black-0-6t: #0000000f; // Black with 6% transparency
172
+ $commonground-color-black-0: #000000; // Base/Black
173
+ $commonground-color-white-100: #ffffff; // Base/White
174
+ $commonground-color-alert-info-background: #cce5ff;
175
+ $commonground-color-alert-info: #004085;
176
+ $commonground-color-alert-succes-background: #d4edda;
177
+ $commonground-color-alert-succes: #155724;
178
+ $commonground-color-succes: #28a745;
179
+ $commonground-color-alert-warning-background: #fff3cd;
180
+ $commonground-color-alert-warning: #856404;
181
+ $commonground-color-warning: #ffc107;
182
+ $commonground-color-alert-error-background: #f8d7da;
183
+ $commonground-color-alert-error: #721c24;
184
+ $commonground-color-error: #dc3545;
185
+ $commonground-color-primary-hover: #ffae00;
186
+ $conduction-tooltip-padding-inline-end: $commonground-size-sm;
187
+ $conduction-tooltip-padding-inline-start: $commonground-size-sm;
188
+ $conduction-tooltip-padding-block-end: $commonground-size-xs;
189
+ $conduction-tooltip-padding-block-start: $commonground-size-xs;
190
+ $conduction-tooltip-color: $commonground-color-white-100;
191
+ $conduction-tooltip-background-color: $commonground-color-black-0;
192
+ $conduction-tabs-scroll-button-hover-color: $commonground-color-white-100;
193
+ $conduction-tabs-scroll-button-hover-background-color: $commonground-color-primary-hover;
194
+ $conduction-tabs-scroll-button-color: $commonground-color-white-100;
195
+ $conduction-tabs-tab-panel-padding-inline-end: $commonground-size-lg;
196
+ $conduction-tabs-tab-panel-padding-inline-start: $commonground-size-lg;
197
+ $conduction-tabs-tab-panel-padding-block-end: $commonground-size-lg;
198
+ $conduction-tabs-tab-panel-padding-block-start: $commonground-size-lg;
199
+ $conduction-tabs-tab-list-border-bottom-color: $commonground-color-grey-82;
200
+ $conduction-tabs-tab-list-border-bottom-width: $commonground-size-3xs;
201
+ $conduction-tabs-tab-hover-color: $commonground-color-grey-29;
202
+ $conduction-tabs-tab-selected-hover-color: $commonground-color-grey-29;
203
+ $conduction-tabs-tab-selected-font-weight: $commonground-typography-font-weight-bold;
204
+ $conduction-tabs-tab-selected-border-bottom-width: $commonground-size-3xs;
205
+ $conduction-tabs-tab-selected-color: $commonground-color-grey-29;
206
+ $conduction-tabs-tab-font-weight: $commonground-typography-font-weight-normal;
207
+ $conduction-tabs-tab-font-size: $commonground-font-size-md;
208
+ $conduction-tabs-tab-padding-inline-end: $commonground-size-sm;
209
+ $conduction-tabs-tab-padding-inline-start: $commonground-size-sm;
210
+ $conduction-tabs-tab-padding-block-end: $commonground-size-xs;
211
+ $conduction-tabs-tab-padding-block-start: $commonground-size-xs;
212
+ $conduction-tabs-tab-color: $commonground-color-grey-29;
213
+ $conduction-table-wrapper-scroll-button-hover-background-color: $commonground-color-white-100;
214
+ $conduction-table-wrapper-scroll-button-padding-inline-end: $commonground-size-sm;
215
+ $conduction-table-wrapper-scroll-button-padding-inline-start: $commonground-size-sm;
216
+ $conduction-table-wrapper-scroll-button-color: $commonground-color-black-0;
217
+ $conduction-table-wrapper-scroll-button-background-color: $commonground-color-white-100;
218
+ $conduction-input-select-placeholder-font-family: $commonground-typography-sans-serif-font-family;
219
+ $conduction-input-select-list-option-hover-font-family: $commonground-typography-sans-serif-font-family;
220
+ $conduction-input-select-list-option-font-family: $commonground-typography-sans-serif-font-family;
221
+ $conduction-input-select-invalid-border-color: $commonground-color-error;
222
+ $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
223
+ $conduction-input-select-border: $commonground-size-4xs solid $commonground-color-grey-65;
224
+ $conduction-input-select-background-color: $commonground-color-white-100;
225
+ $conduction-pagination-page-hover-background-color: $commonground-color-white-100;
226
+ $conduction-pagination-current-page-font-weight: $commonground-typography-font-weight-bold;
227
+ $conduction-pagination-current-page-color: $commonground-color-white-100;
228
+ $conduction-pagination-navigation-button-hover-background-color: $commonground-color-primary-hover;
229
+ $conduction-pagination-navigation-button-hover-color: $commonground-color-white-100;
230
+ $conduction-pagination-navigation-button-disabled-background-color: $commonground-color-grey-82;
231
+ $conduction-pagination-navigation-button-disabled-color: $commonground-color-white-100;
232
+ $conduction-pagination-navigation-button-padding-inline-end: $commonground-size-xs;
233
+ $conduction-pagination-navigation-button-padding-inline-start: $commonground-size-xs;
234
+ $conduction-pagination-navigation-button-color: $commonground-color-white-100;
235
+ $conduction-pagination-item-border-radius: $commonground-size-2xs;
236
+ $conduction-pagination-item-font-weight: $commonground-typography-font-weight-normal;
237
+ $conduction-pagination-item-padding-block-end: $commonground-size-xs;
238
+ $conduction-pagination-item-padding-block-start: $commonground-size-xs;
239
+ $conduction-pagination-item-padding-inline-end: $commonground-size-xs;
240
+ $conduction-pagination-item-padding-inline-start: $commonground-size-xs;
241
+ $conduction-pagination-item-background-color: $commonground-color-white-100;
242
+ $conduction-pagination-item-color: $commonground-color-black-0;
243
+ $conduction-pagination-item-gap: $commonground-size-2xs;
244
+ $conduction-secondary-top-nav-font-size: $commonground-font-size-md;
245
+ $conduction-secondary-top-nav-current-color: $commonground-color-white-100;
246
+ $conduction-secondary-top-nav-hover-background-color: $commonground-color-yellow-64;
247
+ $conduction-secondary-top-nav-hover-color: $commonground-color-black-0;
248
+ $conduction-secondary-top-nav-color: $commonground-color-black-0;
249
+ $conduction-primary-top-nav-item-border-radius: $commonground-size-2xs;
250
+ $conduction-primary-top-nav-dropdown-hover-background-color: $commonground-color-yellow-64;
251
+ $conduction-primary-top-nav-dropdown-hover-color: $commonground-color-black-0;
252
+ $conduction-primary-top-nav-dropdown-color: $commonground-color-black-0;
253
+ $conduction-primary-top-nav-current-box-shadow: inset 0px 0px 0px 2px $commonground-color-black-0;
254
+ $conduction-primary-top-nav-current-color: $commonground-color-black-0;
255
+ $conduction-primary-top-nav-hover-background-color: $commonground-color-yellow-64;
256
+ $conduction-primary-top-nav-hover-color: $commonground-color-black-0;
257
+ $conduction-primary-top-nav-color: $commonground-color-black-0;
258
+ $conduction-download-card-padding-block-start: $commonground-size-md;
259
+ $conduction-download-card-padding-block-end: $commonground-size-md;
260
+ $conduction-download-card-padding-inline-start: $commonground-size-md;
261
+ $conduction-download-card-padding-inline-end: $commonground-size-md;
262
+ $conduction-download-card-icon-gap: $commonground-size-xs;
263
+ $conduction-download-card-border-color: $commonground-color-grey-82;
264
+ $conduction-download-card-border-width: $commonground-size-4xs;
265
+ $conduction-download-card-title-margin-inline-end: $commonground-size-sm;
266
+ $conduction-download-card-title-font-family: $commonground-typography-rijksoverheid-sans-font-family;
267
+ $conduction-download-card-title-font-weight: $commonground-typography-font-weight-bold;
268
+ $conduction-download-card-title-font-size: $commonground-font-size-lg;
269
+ $conduction-input-checkbox-focus-outline-color: $commonground-color-black-0;
270
+ $conduction-input-checkbox-disabled-hover-border-color: $commonground-color-grey-82;
271
+ $conduction-input-checkbox-disabled-hover-border-width: $commonground-size-4xs;
272
+ $conduction-input-checkbox-disabled-hover-color: $commonground-color-grey-82;
273
+ $conduction-input-checkbox-disabled-border-color: $commonground-color-grey-82;
274
+ $conduction-input-checkbox-disabled-border-width: $commonground-size-4xs;
275
+ $conduction-input-checkbox-disabled-color: $commonground-color-grey-82;
276
+ $conduction-input-checkbox-checked-hover-border-color: $commonground-color-primary-hover;
277
+ $conduction-input-checkbox-checked-hover-border-width: $commonground-size-4xs;
278
+ $conduction-input-checkbox-checked-hover-color: $commonground-color-primary-hover;
279
+ $conduction-input-checkbox-checked-border-width: $commonground-size-4xs;
280
+ $conduction-input-checkbox-hover-border-color: $commonground-color-grey-31;
281
+ $conduction-input-checkbox-hover-border-width: $commonground-size-4xs;
282
+ $conduction-input-checkbox-hover-color: $commonground-color-white-100;
283
+ $conduction-input-checkbox-border-color: $commonground-color-grey-46;
284
+ $conduction-input-checkbox-border-width: $commonground-size-4xs;
285
+ $conduction-input-checkbox-color: $commonground-color-white-100;
286
+ $conduction-card-wrapper-padding-inline-start: $commonground-size-lg;
287
+ $conduction-card-wrapper-padding-inline-end: $commonground-size-lg;
288
+ $conduction-card-wrapper-color: $commonground-color-black-0;
289
+ $conduction-card-wrapper-box-shadow: $commonground-color-black-0-11t 0px 0px 0px 1px;
290
+ $conduction-card-wrapper-background-color: $commonground-color-white-100;
291
+ $conduction-card-header-date-margin-block-end: $commonground-size-xs;
292
+ $conduction-card-header-date-font-weight: $commonground-typography-font-weight-light;
293
+ $conduction-card-header-date-font-size: $commonground-font-size-xs;
294
+ $conduction-card-header-date-color: $commonground-color-black-0-55t;
295
+ $conduction-card-header-title-color: $commonground-color-blue-26;
296
+ $utrecht-surface-background-color: $commonground-color-lightgrey-96;
297
+ $utrecht-separator-block-size: $commonground-size-4xs;
298
+ $utrecht-separator-color: $commonground-color-grey-82;
299
+ $utrecht-paragraph-font-weight: $commonground-typography-font-weight-normal;
300
+ $utrecht-paragraph-font-size: $commonground-font-size-md;
301
+ $utrecht-paragraph-font-family: $commonground-typography-sans-serif-font-family;
302
+ $utrecht-page-margin-inline-end: $commonground-size-lg;
303
+ $utrecht-page-margin-inline-start: $commonground-size-lg;
304
+ $utrecht-unordered-list-marker-color: $commonground-color-black-0;
305
+ $utrecht-unordered-list-item-margin-block-end: $commonground-size-xs;
306
+ $utrecht-unordered-list-item-margin-block-start: $commonground-size-xs;
307
+ $utrecht-unordered-list-margin-block-start: $commonground-size-md;
308
+ $utrecht-ordered-list-item-margin-block-end: $commonground-size-2xs;
309
+ $utrecht-ordered-list-item-margin-block-start: $commonground-size-2xs;
310
+ $utrecht-ordered-list-padding-inline-start: $commonground-size-xl;
311
+ $utrecht-ordered-list-margin-block-end: $commonground-size-sm;
312
+ $utrecht-ordered-list-margin-block-start: $commonground-size-sm;
313
+ $utrecht-link-icon-size: $commonground-size-md;
314
+ $utrecht-link-visited-color: $commonground-color-blue-26;
315
+ $utrecht-link-hover-text-decoration-thickness: $commonground-size-4xs;
316
+ $utrecht-link-hover-color: $commonground-color-blue-26;
317
+ $utrecht-link-text-underline-offset: $commonground-size-3xs;
318
+ $utrecht-link-color: $commonground-color-blue-26;
319
+ $utrecht-heading-5-margin-block-start: $commonground-size-md;
320
+ $utrecht-heading-5-margin-block-end: $commonground-size-lg;
321
+ $utrecht-heading-5-font-weight: $commonground-typography-font-weight-light;
322
+ $utrecht-heading-5-font-size: $commonground-font-size-md;
323
+ $utrecht-heading-5-font-family: $commonground-typography-rijksoverheid-sans-font-family;
324
+ $utrecht-heading-4-margin-block-start: $commonground-size-md;
325
+ $utrecht-heading-4-margin-block-end: $commonground-size-md;
326
+ $utrecht-heading-4-font-weight: $commonground-typography-font-weight-normal;
327
+ $utrecht-heading-4-font-size: $commonground-font-size-md;
328
+ $utrecht-heading-4-font-family: $commonground-typography-rijksoverheid-sans-font-family;
329
+ $utrecht-heading-3-margin-block-start: $commonground-size-md;
330
+ $utrecht-heading-3-margin-block-end: $commonground-size-lg;
331
+ $utrecht-heading-3-font-weight: $commonground-typography-font-weight-normal;
332
+ $utrecht-heading-3-font-size: $commonground-font-size-lg;
333
+ $utrecht-heading-3-font-family: $commonground-typography-rijksoverheid-sans-font-family;
334
+ $utrecht-heading-2-margin-block-start: $commonground-size-md;
335
+ $utrecht-heading-2-margin-block-end: $commonground-size-xl;
336
+ $utrecht-heading-2-font-weight: $commonground-typography-font-weight-bold;
337
+ $utrecht-heading-2-font-size: $commonground-font-size-xl;
338
+ $utrecht-heading-2-font-family: $commonground-typography-rijksoverheid-sans-font-family;
339
+ $utrecht-heading-1-margin-block-start: $commonground-size-md;
340
+ $utrecht-heading-1-margin-block-end: $commonground-size-xl;
341
+ $utrecht-heading-1-font-weight: $commonground-typography-font-weight-bold;
342
+ $utrecht-heading-1-font-size: $commonground-font-size-2xl;
343
+ $utrecht-heading-1-font-family: $commonground-typography-rijksoverheid-sans-font-family;
344
+ $utrecht-heading-1-color: $commonground-color-blue-26;
345
+ $utrecht-textbox-padding-inline-start: $commonground-size-sm;
346
+ $utrecht-textbox-padding-inline-end: $commonground-size-sm;
347
+ $utrecht-textbox-padding-block-start: $commonground-size-xs;
348
+ $utrecht-textbox-padding-block-end: $commonground-size-xs;
349
+ $utrecht-textbox-font-family: $commonground-typography-sans-serif-font-family;
350
+ $utrecht-textbox-color: $commonground-color-black-0;
351
+ $utrecht-textbox-border-width: $commonground-size-4xs;
352
+ $utrecht-textbox-border-color: $commonground-color-grey-58;
353
+ $utrecht-textbox-focus-background-color: $commonground-color-white-100;
354
+ $utrecht-textbox-placeholder-color: $commonground-color-black-0-55t;
355
+ $utrecht-textbox-background-color: $commonground-color-white-100;
356
+ $utrecht-table-cell-padding-inline-start: $commonground-size-md;
357
+ $utrecht-table-cell-padding-inline-end: $commonground-size-md;
358
+ $utrecht-table-cell-padding-block-start: $commonground-size-md;
359
+ $utrecht-table-cell-padding-block-end: $commonground-size-md;
360
+ $utrecht-table-header-cell-font-weight: $commonground-typography-font-weight-bold;
361
+ $utrecht-table-margin-block-start: $commonground-size-md;
362
+ $utrecht-table-row-border-block-end-width: $commonground-size-4xs;
363
+ $utrecht-table-row-border-block-end-color: $commonground-color-grey-82;
364
+ $utrecht-table-row-hover-background-color: $commonground-color-grey-97;
365
+ $utrecht-table-header-font-weight: $commonground-typography-font-weight-bold;
366
+ $utrecht-table-header-border-block-end-width: $commonground-size-4xs;
367
+ $utrecht-table-header-border-block-end-color: $commonground-color-grey-82;
368
+ $utrecht-table-background-color: $commonground-color-white-100;
369
+ $utrecht-page-header-color: $commonground-color-black-0;
370
+ $utrecht-page-footer-padding-block-start: $commonground-size-2xl;
371
+ $utrecht-page-footer-padding-block-end: $commonground-size-2xl;
372
+ $utrecht-page-footer-padding-inline-start: $commonground-size-sm;
373
+ $utrecht-page-footer-padding-inline-end: $commonground-size-sm;
374
+ $utrecht-page-footer-color: $commonground-color-black-0;
375
+ $utrecht-page-footer-link-hover-text-decoration-thickness: $commonground-size-4xs;
376
+ $utrecht-page-footer-link-hover-color: $commonground-color-blue-26;
377
+ $utrecht-page-footer-link-text-underline-offset: $commonground-size-3xs;
378
+ $utrecht-page-footer-link-color: $commonground-color-blue-26;
379
+ $utrecht-icon-gap: $commonground-size-xs;
380
+ $utrecht-form-input-padding-inline-start: $commonground-size-sm;
381
+ $utrecht-form-input-padding-inline-end: $commonground-size-sm;
382
+ $utrecht-form-input-padding-block-start: $commonground-size-xs;
383
+ $utrecht-form-input-padding-block-end: $commonground-size-xs;
384
+ $utrecht-form-input-font-family: $commonground-typography-sans-serif-font-family;
385
+ $utrecht-form-input-color: $commonground-color-black-0;
386
+ $utrecht-form-input-border-width: $commonground-size-4xs;
387
+ $utrecht-form-input-border-color: $commonground-color-grey-58;
388
+ $utrecht-form-input-focus-background-color: $commonground-color-white-100;
389
+ $utrecht-form-input-placeholder-color: $commonground-color-black-0-55t;
390
+ $utrecht-form-input-background-color: $commonground-color-white-100;
391
+ $utrecht-document-font-size: $commonground-font-size-md;
392
+ $utrecht-document-font-family: $commonground-typography-sans-serif-font-family;
393
+ $utrecht-document-color: $commonground-color-black-0;
394
+ $utrecht-document-background-color: $commonground-color-lightgrey-96;
395
+ $utrecht-code-block-padding-inline-end: $commonground-size-md;
396
+ $utrecht-code-block-padding-inline-start: $commonground-size-md;
397
+ $utrecht-code-block-padding-block-end: $commonground-size-md;
398
+ $utrecht-code-block-padding-block-start: $commonground-size-md;
399
+ $utrecht-code-block-margin-block-end: $commonground-size-md;
400
+ $utrecht-code-block-margin-block-start: $commonground-size-md;
401
+ $utrecht-code-block-line-height: $commonground-size-lg;
402
+ $utrecht-code-block-font-size: $commonground-font-size-md;
403
+ $utrecht-code-block-font-family: $commonground-typography-monospace-font-family;
404
+ $utrecht-code-block-color: $commonground-color-black-0;
405
+ $utrecht-code-block-background-color: $commonground-color-lightgrey-89;
406
+ $utrecht-code-font-family: $commonground-typography-monospace-font-family;
407
+ $utrecht-code-color: $commonground-color-black-0;
408
+ $utrecht-code-background-color: $commonground-color-lightgrey-89;
409
+ $utrecht-button-secondary-action-hover-color: $commonground-color-blue-29;
410
+ $utrecht-button-secondary-action-hover-border-color: $commonground-color-blue-29;
411
+ $utrecht-button-secondary-action-hover-background-color: $commonground-color-white-100;
412
+ $utrecht-button-secondary-action-font-weight: $commonground-typography-font-weight-normal;
413
+ $utrecht-button-secondary-action-color: $commonground-color-blue-26;
414
+ $utrecht-button-secondary-action-border-width: $commonground-size-3xs;
415
+ $utrecht-button-secondary-action-border-color: $commonground-color-blue-26;
416
+ $utrecht-button-secondary-action-background-color: $commonground-color-white-100;
417
+ $utrecht-button-primary-action-hover-color: $commonground-color-white-100;
418
+ $utrecht-button-primary-action-hover-border-color: $commonground-color-blue-26;
419
+ $utrecht-button-primary-action-hover-background-color: $commonground-color-blue-26;
420
+ $utrecht-button-primary-action-color: $commonground-color-white-100;
421
+ $utrecht-button-primary-action-border-width: $commonground-size-3xs;
422
+ $utrecht-button-primary-action-border-color: $commonground-color-blue-26;
423
+ $utrecht-button-primary-action-background-color: $commonground-color-blue-26;
424
+ $utrecht-button-hover-color: $commonground-color-white-100;
425
+ $utrecht-button-hover-border-color: $commonground-color-blue-29;
426
+ $utrecht-button-hover-background-color: $commonground-color-blue-29;
427
+ $utrecht-button-icon-gap: $commonground-size-xs;
428
+ $utrecht-button-padding-inline-end: $commonground-size-sm;
429
+ $utrecht-button-padding-inline-start: $commonground-size-sm;
430
+ $utrecht-button-font-family: $commonground-typography-sans-serif-font-family;
431
+ $utrecht-button-color: $commonground-color-white-100;
432
+ $utrecht-button-border-width: $commonground-size-4xs;
433
+ $utrecht-button-border-color: $commonground-color-blue-26;
434
+ $utrecht-button-background-color: $commonground-color-blue-26;
435
+ $utrecht-breadcrumb-nav-background-color: $commonground-color-white-100;
436
+ $utrecht-breadcrumb-nav-separator-icon-size: $commonground-font-size-sm;
437
+ $utrecht-breadcrumb-nav-separator-color: $commonground-color-black-0;
438
+ $utrecht-breadcrumb-nav-link-hover-color: $commonground-color-primary-hover;
439
+ $utrecht-breadcrumb-nav-link-disabled-color: $commonground-color-grey-29;
440
+ $utrecht-breadcrumb-nav-link-current-color: $commonground-color-grey-29;
441
+ $utrecht-blockquote-content-font-size: $commonground-font-size-md;
442
+ $utrecht-blockquote-content-color: $commonground-color-black-0;
443
+ $utrecht-blockquote-margin-inline-end: $commonground-size-xl;
444
+ $utrecht-blockquote-margin-inline-start: $commonground-size-xl;
445
+ $utrecht-badge-padding-inline: $commonground-size-xs;
446
+ $utrecht-badge-padding-block: $commonground-size-xs;
447
+ $utrecht-badge-font-weight: $commonground-typography-font-weight-normal;
448
+ $utrecht-badge-font-size: $commonground-font-size-sm;
449
+ $utrecht-badge-color: $commonground-color-white-100 ;
450
+ $utrecht-badge-background-color: $commonground-color-black-0 ;
451
+ $utrecht-badge-counter-padding-inline: $commonground-size-2xs;
452
+ $utrecht-badge-counter-padding-block: $commonground-size-2xs;
453
+ $utrecht-badge-counter-font-weight: $commonground-typography-font-weight-normal;
454
+ $utrecht-badge-counter-color: $commonground-color-white-100;
455
+ $utrecht-alert-icon-gap: $commonground-size-xs;
456
+ $utrecht-alert-icon-ok-color: $commonground-color-alert-succes;
457
+ $utrecht-alert-icon-warning-color: $commonground-color-alert-warning;
458
+ $utrecht-alert-icon-error-color: $commonground-color-alert-error;
459
+ $utrecht-alert-icon-color: $commonground-color-alert-info;
460
+ $utrecht-alert-ok-color: $commonground-color-alert-succes;
461
+ $utrecht-alert-ok-background-color: $commonground-color-alert-succes-background;
462
+ $utrecht-alert-error-color: $commonground-color-alert-error;
463
+ $utrecht-alert-error-background-color: $commonground-color-alert-error-background;
464
+ $utrecht-alert-warning-color: $commonground-color-alert-warning;
465
+ $utrecht-alert-warning-background-color: $commonground-color-alert-warning-background;
466
+ $utrecht-alert-padding-inline-end: $commonground-size-lg;
467
+ $utrecht-alert-padding-inline-start: $commonground-size-lg;
468
+ $utrecht-alert-padding-block-end: $commonground-size-lg;
469
+ $utrecht-alert-padding-block-start: $commonground-size-lg;
470
+ $utrecht-alert-color: $commonground-color-alert-info;
471
+ $utrecht-alert-background-color: $commonground-color-alert-info-background;
472
+ $utrecht-space-inline-3xl: $commonground-size-3xl;
473
+ $utrecht-space-inline-2xl: $commonground-size-2xl;
474
+ $utrecht-space-inline-xl: $commonground-size-xl;
475
+ $utrecht-space-inline-lg: $commonground-size-lg;
476
+ $utrecht-space-inline-md: $commonground-size-md;
477
+ $utrecht-space-inline-sm: $commonground-size-sm;
478
+ $utrecht-space-inline-xs: $commonground-size-xs;
479
+ $utrecht-space-inline-2xs: $commonground-size-2xs;
480
+ $utrecht-space-inline-3xs: $commonground-size-3xs;
481
+ $utrecht-space-block-3xl: $commonground-size-3xl;
482
+ $utrecht-space-block-2xl: $commonground-size-2xl;
483
+ $utrecht-space-block-xl: $commonground-size-xl;
484
+ $utrecht-space-block-lg: $commonground-size-lg;
485
+ $utrecht-space-block-md: $commonground-size-md;
486
+ $utrecht-space-block-sm: $commonground-size-sm;
487
+ $utrecht-space-block-xs: $commonground-size-xs;
488
+ $utrecht-space-block-2xs: $commonground-size-2xs;
489
+ $utrecht-space-block-3xs: $commonground-size-3xs;
490
+ $commonground-typography-scale-4xl: $commonground-font-size-4xl;
491
+ $commonground-typography-scale-3xl: $commonground-font-size-3xl;
492
+ $commonground-typography-scale-2xl: $commonground-font-size-2xl;
493
+ $commonground-typography-scale-xl: $commonground-font-size-xl;
494
+ $commonground-typography-scale-lg: $commonground-font-size-lg;
495
+ $commonground-typography-scale-md: $commonground-font-size-md;
496
+ $commonground-typography-scale-sm: $commonground-font-size-sm;
497
+ $commonground-typography-scale-xs: $commonground-font-size-xs;
498
+ $commonground-typography-scale-2xs: $commonground-font-size-2xs;
499
+ $commonground-typography-scale-3xs: $commonground-font-size-3xs;
500
+ $commonground-typography-scale-4xs: $commonground-font-size-4xs;
501
+ $commonground-color-primary: $commonground-color-yellow-59;
502
+ $open-catalogi-rating-font-family: $utrecht-document-font-family;
503
+ $open-catalogi-rating-font-size: $utrecht-document-font-size;
504
+ $open-catalogi-rating-rating-bar-color: $commonground-color-primary;
505
+ $conduction-tabs-scroll-button-background-color: $commonground-color-primary;
506
+ $conduction-tabs-tab-selected-font-family: $utrecht-document-font-family;
507
+ $conduction-tabs-tab-selected-border-bottom-color: $commonground-color-primary;
508
+ $conduction-tabs-tab-font-family: $utrecht-document-font-family;
509
+ $conduction-table-wrapper-scroll-button-hover-color: $commonground-color-primary;
510
+ $conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
511
+ $conduction-pagination-page-hover-color: $commonground-color-primary;
512
+ $conduction-pagination-current-page-background-color: $commonground-color-primary;
513
+ $conduction-pagination-navigation-button-background-color: $commonground-color-primary;
514
+ $conduction-pagination-item-font-family: $utrecht-document-font-family;
515
+ $conduction-pagination-item-font-size: $utrecht-document-font-size;
516
+ $conduction-secondary-top-nav-current-background-color: $commonground-color-primary;
517
+ $conduction-primary-top-nav-dropdown-background-color: $commonground-color-primary;
518
+ $conduction-primary-top-nav-current-background-color: $commonground-color-primary;
519
+ $conduction-primary-top-nav-background-color: $commonground-color-primary;
520
+ $conduction-download-card-title-color: $utrecht-document-color;
521
+ $conduction-input-checkbox-label-font-family: $utrecht-document-font-family;
522
+ $conduction-input-checkbox-label-font-size: $utrecht-document-font-size;
523
+ $conduction-input-checkbox-label-color: $utrecht-document-color;
524
+ $conduction-input-checkbox-checked-border-color: $commonground-color-primary;
525
+ $conduction-input-checkbox-checked-color: $commonground-color-primary;
526
+ $conduction-card-header-color: $utrecht-document-color;
527
+ $utrecht-paragraph-color: $utrecht-document-color;
528
+ $utrecht-unordered-list-font-size: $utrecht-document-font-size;
529
+ $utrecht-ordered-list-font-size: $utrecht-document-font-size;
530
+ $utrecht-table-header-cell-color: $utrecht-document-color;
531
+ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
532
+ $utrecht-table-font-size: $utrecht-document-font-size;
533
+ $utrecht-table-font-family: $utrecht-document-font-family;
534
+ $utrecht-table-header-color: $utrecht-document-color;
535
+ $utrecht-page-header-background-color: $commonground-color-primary;
536
+ $utrecht-page-footer-background-color: $commonground-color-primary;
537
+ $utrecht-breadcrumb-nav-link-color: $commonground-color-primary;
538
+ $utrecht-breadcrumb-nav-font-family: $utrecht-document-font-family;
539
+ $utrecht-badge-counter-font-family: $utrecht-document-font-family;
540
+ $utrecht-badge-counter-font-size: $utrecht-document-font-size;
541
+ $utrecht-badge-counter-background-color: $commonground-color-primary;