@conduction/theme 1.0.24 → 1.0.26

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 (165) hide show
  1. package/README.md +7 -0
  2. package/conduction-design-tokens/README.md +3 -0
  3. package/conduction-design-tokens/dist/design-tokens.css +66 -67
  4. package/conduction-design-tokens/dist/index.js +70 -71
  5. package/conduction-design-tokens/dist/index.json +168 -187
  6. package/conduction-design-tokens/dist/index.less +66 -67
  7. package/conduction-design-tokens/dist/index.scss +66 -67
  8. package/conduction-design-tokens/dist/tokens.json +1956 -1981
  9. package/conduction-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
  10. package/municipalities/dinkelland-design-tokens/README.md +3 -0
  11. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +74 -76
  12. package/municipalities/dinkelland-design-tokens/dist/index.js +80 -82
  13. package/municipalities/dinkelland-design-tokens/dist/index.json +153 -191
  14. package/municipalities/dinkelland-design-tokens/dist/index.less +74 -76
  15. package/municipalities/dinkelland-design-tokens/dist/index.scss +74 -76
  16. package/municipalities/dinkelland-design-tokens/dist/tokens.json +2198 -2241
  17. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  18. package/municipalities/epe-design-tokens/README.md +3 -0
  19. package/municipalities/epe-design-tokens/dist/design-tokens.css +66 -73
  20. package/municipalities/epe-design-tokens/dist/index.js +75 -82
  21. package/municipalities/epe-design-tokens/dist/index.json +151 -298
  22. package/municipalities/epe-design-tokens/dist/index.less +66 -73
  23. package/municipalities/epe-design-tokens/dist/index.scss +66 -73
  24. package/municipalities/epe-design-tokens/dist/tokens.json +2134 -2281
  25. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  26. package/municipalities/leiden-design-tokens/README.md +3 -0
  27. package/municipalities/leiden-design-tokens/dist/design-tokens.css +60 -61
  28. package/municipalities/leiden-design-tokens/dist/index.js +66 -67
  29. package/municipalities/leiden-design-tokens/dist/index.json +143 -162
  30. package/municipalities/leiden-design-tokens/dist/index.less +60 -61
  31. package/municipalities/leiden-design-tokens/dist/index.scss +60 -61
  32. package/municipalities/leiden-design-tokens/dist/tokens.json +1872 -1897
  33. package/municipalities/leiden-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +4 -11
  34. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +129 -0
  35. package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -0
  36. package/municipalities/noaberkracht-design-tokens/dist/index.css +7 -0
  37. package/municipalities/noaberkracht-design-tokens/dist/index.js +127 -0
  38. package/municipalities/noaberkracht-design-tokens/dist/index.json +2458 -0
  39. package/municipalities/noaberkracht-design-tokens/dist/index.less +126 -0
  40. package/municipalities/noaberkracht-design-tokens/dist/index.scss +126 -0
  41. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +2570 -0
  42. package/municipalities/noordwijk-design-tokens/LICENSE.md +17 -0
  43. package/municipalities/noordwijk-design-tokens/README.md +3 -0
  44. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +309 -0
  45. package/municipalities/noordwijk-design-tokens/dist/font.css +318 -0
  46. package/municipalities/noordwijk-design-tokens/dist/index.css +7 -0
  47. package/municipalities/noordwijk-design-tokens/dist/index.js +307 -0
  48. package/municipalities/noordwijk-design-tokens/dist/index.json +6004 -0
  49. package/municipalities/noordwijk-design-tokens/dist/index.less +306 -0
  50. package/municipalities/noordwijk-design-tokens/dist/index.scss +306 -0
  51. package/municipalities/noordwijk-design-tokens/dist/tokens.json +6420 -0
  52. package/municipalities/noordwijk-design-tokens/package.json +40 -0
  53. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +99 -0
  54. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/font-size.tokens.json +17 -0
  55. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/size.tokens.json +17 -0
  56. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/typography.tokens.json +47 -0
  57. package/municipalities/noordwijk-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  58. package/municipalities/noordwijk-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  59. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  60. package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +15 -0
  61. package/municipalities/noordwijk-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  62. package/municipalities/noordwijk-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  63. package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  64. package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  65. package/municipalities/noordwijk-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  66. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  67. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
  68. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  69. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +11 -0
  70. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  71. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  72. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
  73. package/municipalities/noordwijk-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  74. package/municipalities/noordwijk-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  75. package/municipalities/noordwijk-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  76. package/municipalities/noordwijk-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  77. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  78. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  79. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  80. package/municipalities/noordwijk-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  81. package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  82. package/municipalities/noordwijk-design-tokens/src/config.json +7 -0
  83. package/municipalities/noordwijk-design-tokens/src/font.scss +385 -0
  84. package/municipalities/noordwijk-design-tokens/src/index.scss +8 -0
  85. package/municipalities/noordwijk-design-tokens/style-dictionary.config.js +6 -0
  86. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +11 -0
  87. package/municipalities/rotterdam-design-tokens/dist/font.css +1 -0
  88. package/municipalities/rotterdam-design-tokens/dist/index.css +7 -0
  89. package/municipalities/rotterdam-design-tokens/dist/index.js +9 -0
  90. package/municipalities/rotterdam-design-tokens/dist/index.json +80 -0
  91. package/municipalities/rotterdam-design-tokens/dist/index.less +8 -0
  92. package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -0
  93. package/municipalities/rotterdam-design-tokens/dist/tokens.json +90 -0
  94. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +33 -0
  95. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +305 -0
  96. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +18 -0
  97. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +36 -0
  98. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +33 -0
  99. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +303 -0
  100. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +6415 -0
  101. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +302 -0
  102. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +302 -0
  103. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +6868 -0
  104. package/municipalities/tubbergen-design-tokens/README.md +3 -0
  105. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +74 -76
  106. package/municipalities/tubbergen-design-tokens/dist/index.js +80 -82
  107. package/municipalities/tubbergen-design-tokens/dist/index.json +153 -191
  108. package/municipalities/tubbergen-design-tokens/dist/index.less +74 -76
  109. package/municipalities/tubbergen-design-tokens/dist/index.scss +74 -76
  110. package/municipalities/tubbergen-design-tokens/dist/tokens.json +2200 -2243
  111. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  112. package/municipalities/xxllnc-design-tokens/README.md +3 -0
  113. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +64 -65
  114. package/municipalities/xxllnc-design-tokens/dist/index.js +66 -67
  115. package/municipalities/xxllnc-design-tokens/dist/index.json +162 -181
  116. package/municipalities/xxllnc-design-tokens/dist/index.less +64 -65
  117. package/municipalities/xxllnc-design-tokens/dist/index.scss +64 -65
  118. package/municipalities/xxllnc-design-tokens/dist/tokens.json +1885 -1910
  119. package/municipalities/xxllnc-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
  120. package/package.json +3 -2
  121. package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +0 -26
  122. package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +0 -30
  123. package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +0 -26
  124. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  125. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  126. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  127. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  128. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  129. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  130. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  131. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  132. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  133. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  134. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  135. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  136. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  137. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  138. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  139. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  140. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  141. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  142. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  143. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  144. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  145. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  146. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  147. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  148. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  149. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  150. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  151. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  152. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  153. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  154. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  155. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  156. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  157. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  158. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  159. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  160. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  161. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  162. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  163. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  164. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  165. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 18 Aug 2023 12:11:47 GMT
3
+ // Generated on Tue, 22 Aug 2023 15:07:58 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -23,13 +23,6 @@
23
23
  @utrecht-heading-4-margin-block-end: 0;
24
24
  @utrecht-heading-3-margin-block-start: 0;
25
25
  @utrecht-heading-2-margin-block-start: 0;
26
- @utrecht-code-block-margin-inline-end: 0;
27
- @utrecht-code-block-margin-inline-start: 0;
28
- @utrecht-code-font-size: inherit;
29
- @utrecht-button-primary-action-font-weight: inherit;
30
- @utrecht-button-font-weight: inherit;
31
- @utrecht-button-font-size: inherit;
32
- @utrecht-button-border-radius: 0;
33
26
  @utrecht-text-box-font-size: 15px;
34
27
  @utrecht-text-box-border-radius: 0px;
35
28
  @utrecht-table-header-cell-text-transform: unset;
@@ -43,12 +36,13 @@
43
36
  @utrecht-page-footer-min-height: 300px;
44
37
  @utrecht-form-input-font-size: 15px;
45
38
  @utrecht-form-input-border-radius: 0px;
46
- @utrecht-card-padding-block-start: 30px;
47
- @utrecht-card-padding-block-end: 30px;
48
- @utrecht-card-padding-inline-start: 30px;
49
- @utrecht-card-padding-inline-end: 30px;
50
- @utrecht-card-border-width: unset;
51
- @utrecht-card-border-radius: 0px;
39
+ @utrecht-code-block-margin-inline-end: 0;
40
+ @utrecht-code-block-margin-inline-start: 0;
41
+ @utrecht-code-font-size: inherit;
42
+ @utrecht-button-primary-action-font-weight: inherit;
43
+ @utrecht-button-font-weight: inherit;
44
+ @utrecht-button-font-size: inherit;
45
+ @utrecht-button-border-radius: 0;
52
46
  @utrecht-action-submit-cursor: pointer;
53
47
  @utrecht-action-disabled-cursor: not-allowed;
54
48
  @utrecht-action-busy-cursor: wait;
@@ -109,6 +103,11 @@
109
103
  @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
110
104
  @conduction-input-select-border: @dinkelland-size-4xs solid @dinkelland-color-grey-46;
111
105
  @conduction-input-select-background-color: @dinkelland-color-white-100;
106
+ @conduction-card-wrapper-padding-block-start: @dinkelland-size-xl;
107
+ @conduction-card-wrapper-padding-block-end: @dinkelland-size-xl;
108
+ @conduction-card-wrapper-padding-inline-start: @dinkelland-size-xl;
109
+ @conduction-card-wrapper-padding-inline-end: @dinkelland-size-xl;
110
+ @conduction-card-wrapper-background-color: @dinkelland-color-blue-94;
112
111
  @utrecht-paragraph-font-weight: @dinkelland-typography-font-weight-normal;
113
112
  @utrecht-paragraph-font-size: @dinkelland-font-size-md;
114
113
  @utrecht-paragraph-font-family: @dinkelland-typography-lato-font-family;
@@ -149,6 +148,56 @@
149
148
  @utrecht-heading-1-font-size: @dinkelland-font-size-2xl;
150
149
  @utrecht-heading-1-font-family: @dinkelland-typography-montserrat-font-family;
151
150
  @utrecht-heading-1-color: @dinkelland-color-black-13;
151
+ @utrecht-text-box-focus-border-color: @dinkelland-color-blue-48;
152
+ @utrecht-text-box-placeholder-color: @dinkelland-color-grey-42;
153
+ @utrecht-text-box-padding-inline-start: @dinkelland-size-sm;
154
+ @utrecht-text-box-padding-inline-end: @dinkelland-size-sm;
155
+ @utrecht-text-box-padding-block-start: @dinkelland-size-xs;
156
+ @utrecht-text-box-padding-block-end: @dinkelland-size-xs;
157
+ @utrecht-text-box-font-family: @dinkelland-typography-lato-font-family;
158
+ @utrecht-text-box-color: @dinkelland-color-black-33;
159
+ @utrecht-text-box-border-width: @dinkelland-size-4xs;
160
+ @utrecht-text-box-border-color: @dinkelland-color-grey-46;
161
+ @utrecht-text-box-background-color: @dinkelland-color-white-100;
162
+ @utrecht-table-cell-padding-inline-start: @dinkelland-size-md;
163
+ @utrecht-table-cell-padding-inline-end: @dinkelland-size-md;
164
+ @utrecht-table-cell-padding-block-start: @dinkelland-size-md;
165
+ @utrecht-table-cell-padding-block-end: @dinkelland-size-md;
166
+ @utrecht-table-header-cell-font-weight: @dinkelland-typography-font-weight-bold;
167
+ @utrecht-table-margin-block-start: @dinkelland-size-md;
168
+ @utrecht-table-body-border: @dinkelland-size-4xs solid @dinkelland-color-blue-94;
169
+ @utrecht-table-row-alternate-even-background-color: @dinkelland-color-blue-96;
170
+ @utrecht-table-row-alternate-odd-background-color: @dinkelland-color-white-100;
171
+ @utrecht-table-row-border-block-end-width: @dinkelland-size-4xs;
172
+ @utrecht-table-row-border-block-end-color: @dinkelland-color-lightgrey-89;
173
+ @utrecht-table-row-hover-color: @dinkelland-color-green-24;
174
+ @utrecht-table-row-hover-background-color: @dinkelland-color-grey-94;
175
+ @utrecht-table-header-font-weight: @dinkelland-typography-font-weight-bold;
176
+ @utrecht-table-header-font-family: @dinkelland-typography-montserrat-font-family;
177
+ @utrecht-table-header-border-block-end-width: @dinkelland-size-4xs;
178
+ @utrecht-table-header-border-block-end-color: @dinkelland-color-blue-94;
179
+ @utrecht-table-background-color: @dinkelland-color-white-100;
180
+ @utrecht-page-header-padding-block-end: @dinkelland-size-sm;
181
+ @utrecht-page-header-padding-block-start: @dinkelland-size-sm;
182
+ @utrecht-page-header-color: @dinkelland-color-black-20;
183
+ @utrecht-page-header-background-color: @dinkelland-color-white-100;
184
+ @utrecht-page-footer-padding-block-start: @dinkelland-size-2xl;
185
+ @utrecht-page-footer-padding-block-end: @dinkelland-size-2xl;
186
+ @utrecht-page-footer-padding-inline-start: @dinkelland-size-sm;
187
+ @utrecht-page-footer-padding-inline-end: @dinkelland-size-sm;
188
+ @utrecht-page-footer-color: @dinkelland-color-white-100;
189
+ @utrecht-icon-gap: @dinkelland-size-xs;
190
+ @utrecht-form-input-focus-border-color: @dinkelland-color-blue-48;
191
+ @utrecht-form-input-placeholder-color: @dinkelland-color-grey-42;
192
+ @utrecht-form-input-padding-inline-start: @dinkelland-size-sm;
193
+ @utrecht-form-input-padding-inline-end: @dinkelland-size-sm;
194
+ @utrecht-form-input-padding-block-start: @dinkelland-size-xs;
195
+ @utrecht-form-input-padding-block-end: @dinkelland-size-xs;
196
+ @utrecht-form-input-font-family: @dinkelland-typography-lato-font-family;
197
+ @utrecht-form-input-color: @dinkelland-color-black-33;
198
+ @utrecht-form-input-border-width: @dinkelland-size-4xs;
199
+ @utrecht-form-input-border-color: @dinkelland-color-grey-46;
200
+ @utrecht-form-input-background-color: @dinkelland-color-white-100;
152
201
  @utrecht-document-font-size: @dinkelland-font-size-md;
153
202
  @utrecht-document-font-family: @dinkelland-typography-lato-font-family;
154
203
  @utrecht-document-color: @dinkelland-color-black-20;
@@ -201,57 +250,7 @@
201
250
  @utrecht-blockquote-margin-inline-start: @dinkelland-size-xl;
202
251
  @utrecht-blockquote-color: @dinkelland-color-grey-64;
203
252
  @utrecht-blockquote-background-color: @dinkelland-color-grey-64;
204
- @utrecht-text-box-focus-border-color: @dinkelland-color-blue-48;
205
- @utrecht-text-box-placeholder-color: @dinkelland-color-grey-42;
206
- @utrecht-text-box-padding-inline-start: @dinkelland-size-sm;
207
- @utrecht-text-box-padding-inline-end: @dinkelland-size-sm;
208
- @utrecht-text-box-padding-block-start: @dinkelland-size-xs;
209
- @utrecht-text-box-padding-block-end: @dinkelland-size-xs;
210
- @utrecht-text-box-font-family: @dinkelland-typography-lato-font-family;
211
- @utrecht-text-box-color: @dinkelland-color-black-33;
212
- @utrecht-text-box-border-width: @dinkelland-size-4xs;
213
- @utrecht-text-box-border-color: @dinkelland-color-grey-46;
214
- @utrecht-text-box-background-color: @dinkelland-color-white-100;
215
- @utrecht-table-cell-padding-inline-start: @dinkelland-size-md;
216
- @utrecht-table-cell-padding-inline-end: @dinkelland-size-md;
217
- @utrecht-table-cell-padding-block-start: @dinkelland-size-md;
218
- @utrecht-table-cell-padding-block-end: @dinkelland-size-md;
219
- @utrecht-table-header-cell-font-weight: @dinkelland-typography-font-weight-bold;
220
- @utrecht-table-margin-block-start: @dinkelland-size-md;
221
- @utrecht-table-body-border: @dinkelland-size-4xs solid @dinkelland-color-blue-94;
222
- @utrecht-table-row-alternate-even-background-color: @dinkelland-color-blue-96;
223
- @utrecht-table-row-alternate-odd-background-color: @dinkelland-color-white-100;
224
- @utrecht-table-row-border-block-end-width: @dinkelland-size-4xs;
225
- @utrecht-table-row-border-block-end-color: @dinkelland-color-lightgrey-89;
226
- @utrecht-table-row-hover-color: @dinkelland-color-green-24;
227
- @utrecht-table-row-hover-background-color: @dinkelland-color-grey-94;
228
- @utrecht-table-header-font-weight: @dinkelland-typography-font-weight-bold;
229
- @utrecht-table-header-font-family: @dinkelland-typography-montserrat-font-family;
230
- @utrecht-table-header-border-block-end-width: @dinkelland-size-4xs;
231
- @utrecht-table-header-border-block-end-color: @dinkelland-color-blue-94;
232
- @utrecht-table-background-color: @dinkelland-color-white-100;
233
- @utrecht-page-header-padding-block-end: @dinkelland-size-sm;
234
- @utrecht-page-header-padding-block-start: @dinkelland-size-sm;
235
- @utrecht-page-header-color: @dinkelland-color-black-20;
236
- @utrecht-page-header-background-color: @dinkelland-color-white-100;
237
- @utrecht-page-footer-padding-block-start: @dinkelland-size-2xl;
238
- @utrecht-page-footer-padding-block-end: @dinkelland-size-2xl;
239
- @utrecht-page-footer-padding-inline-start: @dinkelland-size-sm;
240
- @utrecht-page-footer-padding-inline-end: @dinkelland-size-sm;
241
- @utrecht-page-footer-color: @dinkelland-color-white-100;
242
- @utrecht-icon-gap: @dinkelland-size-xs;
243
- @utrecht-form-input-focus-border-color: @dinkelland-color-blue-48;
244
- @utrecht-form-input-placeholder-color: @dinkelland-color-grey-42;
245
- @utrecht-form-input-padding-inline-start: @dinkelland-size-sm;
246
- @utrecht-form-input-padding-inline-end: @dinkelland-size-sm;
247
- @utrecht-form-input-padding-block-start: @dinkelland-size-xs;
248
- @utrecht-form-input-padding-block-end: @dinkelland-size-xs;
249
- @utrecht-form-input-font-family: @dinkelland-typography-lato-font-family;
250
- @utrecht-form-input-color: @dinkelland-color-black-33;
251
- @utrecht-form-input-border-width: @dinkelland-size-4xs;
252
- @utrecht-form-input-border-color: @dinkelland-color-grey-46;
253
- @utrecht-form-input-background-color: @dinkelland-color-white-100;
254
- @utrecht-card-background-color: @dinkelland-color-blue-94;
253
+ @utrecht-alert-icon-gap: @dinkelland-size-xs;
255
254
  @utrecht-alert-ok-background-color: @dinkelland-color-alert-succes-background;
256
255
  @utrecht-alert-error-background-color: @dinkelland-color-alert-error-background;
257
256
  @utrecht-alert-warning-background-color: @dinkelland-color-alert-warning-background;
@@ -259,7 +258,6 @@
259
258
  @utrecht-alert-padding-inline-start: @dinkelland-size-lg;
260
259
  @utrecht-alert-padding-block-end: @dinkelland-size-lg;
261
260
  @utrecht-alert-padding-block-start: @dinkelland-size-lg;
262
- @utrecht-alert-icon-gap: @dinkelland-size-xs;
263
261
  @utrecht-space-inline-3xl: @dinkelland-size-3xl;
264
262
  @utrecht-space-inline-2xl: @dinkelland-size-2xl;
265
263
  @utrecht-space-inline-xl: @dinkelland-size-xl;
@@ -297,6 +295,7 @@
297
295
  @dinkelland-color-alert-error: @dinkelland-color-black-20;
298
296
  @dinkelland-color-primary-hover: @dinkelland-color-blue-26;
299
297
  @dinkelland-color-primary: @dinkelland-color-blue-36;
298
+ @conduction-card-wrapper-color: @utrecht-document-color;
300
299
  @utrecht-paragraph-color: @utrecht-document-color;
301
300
  @utrecht-unordered-list-marker-color: @utrecht-document-color;
302
301
  @utrecht-unordered-list-font-size: @utrecht-document-font-size;
@@ -304,6 +303,11 @@
304
303
  @utrecht-link-visited-color: @dinkelland-color-primary;
305
304
  @utrecht-link-hover-color: @dinkelland-color-primary-hover;
306
305
  @utrecht-link-color: @dinkelland-color-primary;
306
+ @utrecht-table-header-cell-color: @utrecht-document-color;
307
+ @utrecht-table-header-cell-font-size: @utrecht-document-font-size;
308
+ @utrecht-table-font-size: @utrecht-document-font-size;
309
+ @utrecht-table-font-family: @utrecht-document-font-family;
310
+ @utrecht-table-header-color: @utrecht-document-color;
307
311
  @utrecht-code-block-color: @utrecht-document-color;
308
312
  @utrecht-code-color: @utrecht-document-color;
309
313
  @utrecht-button-secondary-action-focus-color: @dinkelland-color-primary-hover;
@@ -313,18 +317,12 @@
313
317
  @utrecht-button-secondary-action-color: @dinkelland-color-primary;
314
318
  @utrecht-button-secondary-action-border-color: @dinkelland-color-primary;
315
319
  @utrecht-blockquote-content-color: @utrecht-document-color;
316
- @utrecht-table-header-cell-color: @utrecht-document-color;
317
- @utrecht-table-header-cell-font-size: @utrecht-document-font-size;
318
- @utrecht-table-font-size: @utrecht-document-font-size;
319
- @utrecht-table-font-family: @utrecht-document-font-family;
320
- @utrecht-table-header-color: @utrecht-document-color;
321
- @utrecht-card-color: @utrecht-document-color;
320
+ @utrecht-alert-icon-ok-color: @dinkelland-color-alert-succes;
321
+ @utrecht-alert-icon-warning-color: @dinkelland-color-alert-warning;
322
+ @utrecht-alert-icon-error-color: @dinkelland-color-alert-error;
323
+ @utrecht-alert-icon-color: @dinkelland-color-alert-info;
322
324
  @utrecht-alert-ok-color: @dinkelland-color-alert-succes;
323
325
  @utrecht-alert-error-color: @dinkelland-color-alert-error;
324
326
  @utrecht-alert-warning-color: @dinkelland-color-alert-warning;
325
327
  @utrecht-alert-color: @dinkelland-color-alert-info;
326
328
  @utrecht-alert-background-color: @dinkelland-color-alert-info-background;
327
- @utrecht-alert-icon-ok-color: @dinkelland-color-alert-succes;
328
- @utrecht-alert-icon-warning-color: @dinkelland-color-alert-warning;
329
- @utrecht-alert-icon-error-color: @dinkelland-color-alert-error;
330
- @utrecht-alert-icon-color: @dinkelland-color-alert-info;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 18 Aug 2023 12:11:47 GMT
3
+ // Generated on Tue, 22 Aug 2023 15:07:58 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -23,13 +23,6 @@ $utrecht-heading-4-margin-block-start: 0;
23
23
  $utrecht-heading-4-margin-block-end: 0;
24
24
  $utrecht-heading-3-margin-block-start: 0;
25
25
  $utrecht-heading-2-margin-block-start: 0;
26
- $utrecht-code-block-margin-inline-end: 0;
27
- $utrecht-code-block-margin-inline-start: 0;
28
- $utrecht-code-font-size: inherit;
29
- $utrecht-button-primary-action-font-weight: inherit;
30
- $utrecht-button-font-weight: inherit;
31
- $utrecht-button-font-size: inherit;
32
- $utrecht-button-border-radius: 0;
33
26
  $utrecht-text-box-font-size: 15px;
34
27
  $utrecht-text-box-border-radius: 0px;
35
28
  $utrecht-table-header-cell-text-transform: unset;
@@ -43,12 +36,13 @@ $utrecht-page-footer-logo-max-height: 100px;
43
36
  $utrecht-page-footer-min-height: 300px;
44
37
  $utrecht-form-input-font-size: 15px;
45
38
  $utrecht-form-input-border-radius: 0px;
46
- $utrecht-card-padding-block-start: 30px;
47
- $utrecht-card-padding-block-end: 30px;
48
- $utrecht-card-padding-inline-start: 30px;
49
- $utrecht-card-padding-inline-end: 30px;
50
- $utrecht-card-border-width: unset;
51
- $utrecht-card-border-radius: 0px;
39
+ $utrecht-code-block-margin-inline-end: 0;
40
+ $utrecht-code-block-margin-inline-start: 0;
41
+ $utrecht-code-font-size: inherit;
42
+ $utrecht-button-primary-action-font-weight: inherit;
43
+ $utrecht-button-font-weight: inherit;
44
+ $utrecht-button-font-size: inherit;
45
+ $utrecht-button-border-radius: 0;
52
46
  $utrecht-action-submit-cursor: pointer;
53
47
  $utrecht-action-disabled-cursor: not-allowed;
54
48
  $utrecht-action-busy-cursor: wait;
@@ -109,6 +103,11 @@ $conduction-input-select-invalid-border-color: $dinkelland-color-error;
109
103
  $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
110
104
  $conduction-input-select-border: $dinkelland-size-4xs solid $dinkelland-color-grey-46;
111
105
  $conduction-input-select-background-color: $dinkelland-color-white-100;
106
+ $conduction-card-wrapper-padding-block-start: $dinkelland-size-xl;
107
+ $conduction-card-wrapper-padding-block-end: $dinkelland-size-xl;
108
+ $conduction-card-wrapper-padding-inline-start: $dinkelland-size-xl;
109
+ $conduction-card-wrapper-padding-inline-end: $dinkelland-size-xl;
110
+ $conduction-card-wrapper-background-color: $dinkelland-color-blue-94;
112
111
  $utrecht-paragraph-font-weight: $dinkelland-typography-font-weight-normal;
113
112
  $utrecht-paragraph-font-size: $dinkelland-font-size-md;
114
113
  $utrecht-paragraph-font-family: $dinkelland-typography-lato-font-family;
@@ -149,6 +148,56 @@ $utrecht-heading-1-font-weight: $dinkelland-typography-font-weight-bold;
149
148
  $utrecht-heading-1-font-size: $dinkelland-font-size-2xl;
150
149
  $utrecht-heading-1-font-family: $dinkelland-typography-montserrat-font-family;
151
150
  $utrecht-heading-1-color: $dinkelland-color-black-13;
151
+ $utrecht-text-box-focus-border-color: $dinkelland-color-blue-48;
152
+ $utrecht-text-box-placeholder-color: $dinkelland-color-grey-42;
153
+ $utrecht-text-box-padding-inline-start: $dinkelland-size-sm;
154
+ $utrecht-text-box-padding-inline-end: $dinkelland-size-sm;
155
+ $utrecht-text-box-padding-block-start: $dinkelland-size-xs;
156
+ $utrecht-text-box-padding-block-end: $dinkelland-size-xs;
157
+ $utrecht-text-box-font-family: $dinkelland-typography-lato-font-family;
158
+ $utrecht-text-box-color: $dinkelland-color-black-33;
159
+ $utrecht-text-box-border-width: $dinkelland-size-4xs;
160
+ $utrecht-text-box-border-color: $dinkelland-color-grey-46;
161
+ $utrecht-text-box-background-color: $dinkelland-color-white-100;
162
+ $utrecht-table-cell-padding-inline-start: $dinkelland-size-md;
163
+ $utrecht-table-cell-padding-inline-end: $dinkelland-size-md;
164
+ $utrecht-table-cell-padding-block-start: $dinkelland-size-md;
165
+ $utrecht-table-cell-padding-block-end: $dinkelland-size-md;
166
+ $utrecht-table-header-cell-font-weight: $dinkelland-typography-font-weight-bold;
167
+ $utrecht-table-margin-block-start: $dinkelland-size-md;
168
+ $utrecht-table-body-border: $dinkelland-size-4xs solid $dinkelland-color-blue-94;
169
+ $utrecht-table-row-alternate-even-background-color: $dinkelland-color-blue-96;
170
+ $utrecht-table-row-alternate-odd-background-color: $dinkelland-color-white-100;
171
+ $utrecht-table-row-border-block-end-width: $dinkelland-size-4xs;
172
+ $utrecht-table-row-border-block-end-color: $dinkelland-color-lightgrey-89;
173
+ $utrecht-table-row-hover-color: $dinkelland-color-green-24;
174
+ $utrecht-table-row-hover-background-color: $dinkelland-color-grey-94;
175
+ $utrecht-table-header-font-weight: $dinkelland-typography-font-weight-bold;
176
+ $utrecht-table-header-font-family: $dinkelland-typography-montserrat-font-family;
177
+ $utrecht-table-header-border-block-end-width: $dinkelland-size-4xs;
178
+ $utrecht-table-header-border-block-end-color: $dinkelland-color-blue-94;
179
+ $utrecht-table-background-color: $dinkelland-color-white-100;
180
+ $utrecht-page-header-padding-block-end: $dinkelland-size-sm;
181
+ $utrecht-page-header-padding-block-start: $dinkelland-size-sm;
182
+ $utrecht-page-header-color: $dinkelland-color-black-20;
183
+ $utrecht-page-header-background-color: $dinkelland-color-white-100;
184
+ $utrecht-page-footer-padding-block-start: $dinkelland-size-2xl;
185
+ $utrecht-page-footer-padding-block-end: $dinkelland-size-2xl;
186
+ $utrecht-page-footer-padding-inline-start: $dinkelland-size-sm;
187
+ $utrecht-page-footer-padding-inline-end: $dinkelland-size-sm;
188
+ $utrecht-page-footer-color: $dinkelland-color-white-100;
189
+ $utrecht-icon-gap: $dinkelland-size-xs;
190
+ $utrecht-form-input-focus-border-color: $dinkelland-color-blue-48;
191
+ $utrecht-form-input-placeholder-color: $dinkelland-color-grey-42;
192
+ $utrecht-form-input-padding-inline-start: $dinkelland-size-sm;
193
+ $utrecht-form-input-padding-inline-end: $dinkelland-size-sm;
194
+ $utrecht-form-input-padding-block-start: $dinkelland-size-xs;
195
+ $utrecht-form-input-padding-block-end: $dinkelland-size-xs;
196
+ $utrecht-form-input-font-family: $dinkelland-typography-lato-font-family;
197
+ $utrecht-form-input-color: $dinkelland-color-black-33;
198
+ $utrecht-form-input-border-width: $dinkelland-size-4xs;
199
+ $utrecht-form-input-border-color: $dinkelland-color-grey-46;
200
+ $utrecht-form-input-background-color: $dinkelland-color-white-100;
152
201
  $utrecht-document-font-size: $dinkelland-font-size-md;
153
202
  $utrecht-document-font-family: $dinkelland-typography-lato-font-family;
154
203
  $utrecht-document-color: $dinkelland-color-black-20;
@@ -201,57 +250,7 @@ $utrecht-blockquote-margin-inline-end: $dinkelland-size-xl;
201
250
  $utrecht-blockquote-margin-inline-start: $dinkelland-size-xl;
202
251
  $utrecht-blockquote-color: $dinkelland-color-grey-64;
203
252
  $utrecht-blockquote-background-color: $dinkelland-color-grey-64;
204
- $utrecht-text-box-focus-border-color: $dinkelland-color-blue-48;
205
- $utrecht-text-box-placeholder-color: $dinkelland-color-grey-42;
206
- $utrecht-text-box-padding-inline-start: $dinkelland-size-sm;
207
- $utrecht-text-box-padding-inline-end: $dinkelland-size-sm;
208
- $utrecht-text-box-padding-block-start: $dinkelland-size-xs;
209
- $utrecht-text-box-padding-block-end: $dinkelland-size-xs;
210
- $utrecht-text-box-font-family: $dinkelland-typography-lato-font-family;
211
- $utrecht-text-box-color: $dinkelland-color-black-33;
212
- $utrecht-text-box-border-width: $dinkelland-size-4xs;
213
- $utrecht-text-box-border-color: $dinkelland-color-grey-46;
214
- $utrecht-text-box-background-color: $dinkelland-color-white-100;
215
- $utrecht-table-cell-padding-inline-start: $dinkelland-size-md;
216
- $utrecht-table-cell-padding-inline-end: $dinkelland-size-md;
217
- $utrecht-table-cell-padding-block-start: $dinkelland-size-md;
218
- $utrecht-table-cell-padding-block-end: $dinkelland-size-md;
219
- $utrecht-table-header-cell-font-weight: $dinkelland-typography-font-weight-bold;
220
- $utrecht-table-margin-block-start: $dinkelland-size-md;
221
- $utrecht-table-body-border: $dinkelland-size-4xs solid $dinkelland-color-blue-94;
222
- $utrecht-table-row-alternate-even-background-color: $dinkelland-color-blue-96;
223
- $utrecht-table-row-alternate-odd-background-color: $dinkelland-color-white-100;
224
- $utrecht-table-row-border-block-end-width: $dinkelland-size-4xs;
225
- $utrecht-table-row-border-block-end-color: $dinkelland-color-lightgrey-89;
226
- $utrecht-table-row-hover-color: $dinkelland-color-green-24;
227
- $utrecht-table-row-hover-background-color: $dinkelland-color-grey-94;
228
- $utrecht-table-header-font-weight: $dinkelland-typography-font-weight-bold;
229
- $utrecht-table-header-font-family: $dinkelland-typography-montserrat-font-family;
230
- $utrecht-table-header-border-block-end-width: $dinkelland-size-4xs;
231
- $utrecht-table-header-border-block-end-color: $dinkelland-color-blue-94;
232
- $utrecht-table-background-color: $dinkelland-color-white-100;
233
- $utrecht-page-header-padding-block-end: $dinkelland-size-sm;
234
- $utrecht-page-header-padding-block-start: $dinkelland-size-sm;
235
- $utrecht-page-header-color: $dinkelland-color-black-20;
236
- $utrecht-page-header-background-color: $dinkelland-color-white-100;
237
- $utrecht-page-footer-padding-block-start: $dinkelland-size-2xl;
238
- $utrecht-page-footer-padding-block-end: $dinkelland-size-2xl;
239
- $utrecht-page-footer-padding-inline-start: $dinkelland-size-sm;
240
- $utrecht-page-footer-padding-inline-end: $dinkelland-size-sm;
241
- $utrecht-page-footer-color: $dinkelland-color-white-100;
242
- $utrecht-icon-gap: $dinkelland-size-xs;
243
- $utrecht-form-input-focus-border-color: $dinkelland-color-blue-48;
244
- $utrecht-form-input-placeholder-color: $dinkelland-color-grey-42;
245
- $utrecht-form-input-padding-inline-start: $dinkelland-size-sm;
246
- $utrecht-form-input-padding-inline-end: $dinkelland-size-sm;
247
- $utrecht-form-input-padding-block-start: $dinkelland-size-xs;
248
- $utrecht-form-input-padding-block-end: $dinkelland-size-xs;
249
- $utrecht-form-input-font-family: $dinkelland-typography-lato-font-family;
250
- $utrecht-form-input-color: $dinkelland-color-black-33;
251
- $utrecht-form-input-border-width: $dinkelland-size-4xs;
252
- $utrecht-form-input-border-color: $dinkelland-color-grey-46;
253
- $utrecht-form-input-background-color: $dinkelland-color-white-100;
254
- $utrecht-card-background-color: $dinkelland-color-blue-94;
253
+ $utrecht-alert-icon-gap: $dinkelland-size-xs;
255
254
  $utrecht-alert-ok-background-color: $dinkelland-color-alert-succes-background;
256
255
  $utrecht-alert-error-background-color: $dinkelland-color-alert-error-background;
257
256
  $utrecht-alert-warning-background-color: $dinkelland-color-alert-warning-background;
@@ -259,7 +258,6 @@ $utrecht-alert-padding-inline-end: $dinkelland-size-lg;
259
258
  $utrecht-alert-padding-inline-start: $dinkelland-size-lg;
260
259
  $utrecht-alert-padding-block-end: $dinkelland-size-lg;
261
260
  $utrecht-alert-padding-block-start: $dinkelland-size-lg;
262
- $utrecht-alert-icon-gap: $dinkelland-size-xs;
263
261
  $utrecht-space-inline-3xl: $dinkelland-size-3xl;
264
262
  $utrecht-space-inline-2xl: $dinkelland-size-2xl;
265
263
  $utrecht-space-inline-xl: $dinkelland-size-xl;
@@ -297,6 +295,7 @@ $dinkelland-color-alert-warning: $dinkelland-color-black-20;
297
295
  $dinkelland-color-alert-error: $dinkelland-color-black-20;
298
296
  $dinkelland-color-primary-hover: $dinkelland-color-blue-26;
299
297
  $dinkelland-color-primary: $dinkelland-color-blue-36;
298
+ $conduction-card-wrapper-color: $utrecht-document-color;
300
299
  $utrecht-paragraph-color: $utrecht-document-color;
301
300
  $utrecht-unordered-list-marker-color: $utrecht-document-color;
302
301
  $utrecht-unordered-list-font-size: $utrecht-document-font-size;
@@ -304,6 +303,11 @@ $utrecht-ordered-list-font-size: $utrecht-document-font-size;
304
303
  $utrecht-link-visited-color: $dinkelland-color-primary;
305
304
  $utrecht-link-hover-color: $dinkelland-color-primary-hover;
306
305
  $utrecht-link-color: $dinkelland-color-primary;
306
+ $utrecht-table-header-cell-color: $utrecht-document-color;
307
+ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
308
+ $utrecht-table-font-size: $utrecht-document-font-size;
309
+ $utrecht-table-font-family: $utrecht-document-font-family;
310
+ $utrecht-table-header-color: $utrecht-document-color;
307
311
  $utrecht-code-block-color: $utrecht-document-color;
308
312
  $utrecht-code-color: $utrecht-document-color;
309
313
  $utrecht-button-secondary-action-focus-color: $dinkelland-color-primary-hover;
@@ -313,18 +317,12 @@ $utrecht-button-secondary-action-hover-border-color: $dinkelland-color-primary-h
313
317
  $utrecht-button-secondary-action-color: $dinkelland-color-primary;
314
318
  $utrecht-button-secondary-action-border-color: $dinkelland-color-primary;
315
319
  $utrecht-blockquote-content-color: $utrecht-document-color;
316
- $utrecht-table-header-cell-color: $utrecht-document-color;
317
- $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
318
- $utrecht-table-font-size: $utrecht-document-font-size;
319
- $utrecht-table-font-family: $utrecht-document-font-family;
320
- $utrecht-table-header-color: $utrecht-document-color;
321
- $utrecht-card-color: $utrecht-document-color;
320
+ $utrecht-alert-icon-ok-color: $dinkelland-color-alert-succes;
321
+ $utrecht-alert-icon-warning-color: $dinkelland-color-alert-warning;
322
+ $utrecht-alert-icon-error-color: $dinkelland-color-alert-error;
323
+ $utrecht-alert-icon-color: $dinkelland-color-alert-info;
322
324
  $utrecht-alert-ok-color: $dinkelland-color-alert-succes;
323
325
  $utrecht-alert-error-color: $dinkelland-color-alert-error;
324
326
  $utrecht-alert-warning-color: $dinkelland-color-alert-warning;
325
327
  $utrecht-alert-color: $dinkelland-color-alert-info;
326
328
  $utrecht-alert-background-color: $dinkelland-color-alert-info-background;
327
- $utrecht-alert-icon-ok-color: $dinkelland-color-alert-succes;
328
- $utrecht-alert-icon-warning-color: $dinkelland-color-alert-warning;
329
- $utrecht-alert-icon-error-color: $dinkelland-color-alert-error;
330
- $utrecht-alert-icon-color: $dinkelland-color-alert-info;