@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:32 GMT
3
+ // Generated on Tue, 22 Aug 2023 15:07:43 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -18,15 +18,6 @@
18
18
  @utrecht-link-text-decoration-thickness: 0;
19
19
  @utrecht-link-text-decoration-color: unset;
20
20
  @utrecht-link-text-decoration: none;
21
- @utrecht-code-block-margin-inline-end: 0;
22
- @utrecht-code-block-margin-inline-start: 0;
23
- @utrecht-code-font-size: inherit;
24
- @utrecht-button-primary-action-font-weight: inherit;
25
- @utrecht-button-primary-action-border-width: 0;
26
- @utrecht-button-font-weight: inherit;
27
- @utrecht-button-font-size: inherit;
28
- @utrecht-button-border-width: 0;
29
- @utrecht-button-border-radius: 16px;
30
21
  @utrecht-textbox-font-size: 15px;
31
22
  @utrecht-textbox-border-radius: 6px;
32
23
  @utrecht-table-header-cell-text-transform: unset;
@@ -38,8 +29,15 @@
38
29
  @utrecht-page-footer-logo-max-height: 100px;
39
30
  @utrecht-form-input-font-size: 15px;
40
31
  @utrecht-form-input-border-radius: 6px;
41
- @utrecht-card-border-width: unset;
42
- @utrecht-card-border-radius: 16px;
32
+ @utrecht-code-block-margin-inline-end: 0;
33
+ @utrecht-code-block-margin-inline-start: 0;
34
+ @utrecht-code-font-size: inherit;
35
+ @utrecht-button-primary-action-font-weight: inherit;
36
+ @utrecht-button-primary-action-border-width: 0;
37
+ @utrecht-button-font-weight: inherit;
38
+ @utrecht-button-font-size: inherit;
39
+ @utrecht-button-border-width: 0;
40
+ @utrecht-button-border-radius: 16px;
43
41
  @utrecht-action-submit-cursor: pointer;
44
42
  @utrecht-action-disabled-cursor: not-allowed;
45
43
  @utrecht-action-busy-cursor: wait;
@@ -99,6 +97,13 @@
99
97
  @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
100
98
  @conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
101
99
  @conduction-input-select-background-color: @xxllnc-color-white-100;
100
+ @conduction-card-wrapper-padding-block-start: @xxllnc-size-md;
101
+ @conduction-card-wrapper-padding-block-end: @xxllnc-size-md;
102
+ @conduction-card-wrapper-padding-inline-start: @xxllnc-size-md;
103
+ @conduction-card-wrapper-padding-inline-end: @xxllnc-size-md;
104
+ @conduction-card-wrapper-color: @xxllnc-color-white-95;
105
+ @conduction-card-wrapper-border-radius: @xxllnc-size-md;
106
+ @conduction-card-wrapper-background-color: @xxllnc-color-black-21;
102
107
  @utrecht-paragraph-font-weight: @xxllnc-typography-font-weight-normal;
103
108
  @utrecht-paragraph-font-size: @xxllnc-font-size-md;
104
109
  @utrecht-paragraph-font-family: @xxllnc-typography-sans-serif-font-family;
@@ -143,6 +148,48 @@
143
148
  @utrecht-heading-1-font-weight: @xxllnc-typography-font-weight-normal;
144
149
  @utrecht-heading-1-font-size: @xxllnc-font-size-3xl;
145
150
  @utrecht-heading-1-font-family: @xxllnc-typography-sans-serif-font-family;
151
+ @utrecht-textbox-placeholder-color: @xxllnc-color-grey-43;
152
+ @utrecht-textbox-padding-inline-start: @xxllnc-size-sm;
153
+ @utrecht-textbox-padding-inline-end: @xxllnc-size-sm;
154
+ @utrecht-textbox-padding-block-start: @xxllnc-size-xs;
155
+ @utrecht-textbox-padding-block-end: @xxllnc-size-xs;
156
+ @utrecht-textbox-font-family: @xxllnc-typography-sans-serif-font-family;
157
+ @utrecht-textbox-color: @xxllnc-color-grey-43;
158
+ @utrecht-textbox-border-width: @xxllnc-size-4xs;
159
+ @utrecht-textbox-border-color: @xxllnc-color-black-0-22t;
160
+ @utrecht-textbox-background-color: @xxllnc-color-white-100-0t;
161
+ @utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
162
+ @utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
163
+ @utrecht-table-cell-padding-block-start: @xxllnc-size-md;
164
+ @utrecht-table-cell-padding-block-end: @xxllnc-size-md;
165
+ @utrecht-table-header-cell-font-weight: @xxllnc-typography-font-weight-bold;
166
+ @utrecht-table-margin-block-start: @xxllnc-size-md;
167
+ @utrecht-table-border-width: @xxllnc-size-4xs;
168
+ @utrecht-table-border-color: @xxllnc-color-lightgrey-96;
169
+ @utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
170
+ @utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey-96;
171
+ @utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
172
+ @utrecht-page-header-padding-block-end: @xxllnc-size-sm;
173
+ @utrecht-page-header-padding-block-start: @xxllnc-size-sm;
174
+ @utrecht-page-header-color: @xxllnc-color-black-16;
175
+ @utrecht-page-header-background-color: @xxllnc-color-grey-92;
176
+ @utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
177
+ @utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
178
+ @utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
179
+ @utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
180
+ @utrecht-page-footer-color: @xxllnc-color-primary;
181
+ @utrecht-page-footer-background-color: @xxllnc-color-white-100;
182
+ @utrecht-icon-gap: @xxllnc-size-xs;
183
+ @utrecht-form-input-placeholder-color: @xxllnc-color-grey-43;
184
+ @utrecht-form-input-padding-inline-start: @xxllnc-size-sm;
185
+ @utrecht-form-input-padding-inline-end: @xxllnc-size-sm;
186
+ @utrecht-form-input-padding-block-start: @xxllnc-size-xs;
187
+ @utrecht-form-input-padding-block-end: @xxllnc-size-xs;
188
+ @utrecht-form-input-font-family: @xxllnc-typography-sans-serif-font-family;
189
+ @utrecht-form-input-color: @xxllnc-color-grey-43;
190
+ @utrecht-form-input-border-width: @xxllnc-size-4xs;
191
+ @utrecht-form-input-border-color: @xxllnc-color-black-0-22t;
192
+ @utrecht-form-input-background-color: @xxllnc-color-white-100-0t;
146
193
  @utrecht-document-font-size: @xxllnc-font-size-md;
147
194
  @utrecht-document-font-family: @xxllnc-typography-sans-serif-font-family;
148
195
  @utrecht-document-color: @xxllnc-color-black-16;
@@ -187,54 +234,10 @@
187
234
  @utrecht-blockquote-content-color: @xxllnc-color-black-16;
188
235
  @utrecht-blockquote-margin-inline-end: @xxllnc-size-xl;
189
236
  @utrecht-blockquote-margin-inline-start: @xxllnc-size-xl;
190
- @utrecht-textbox-placeholder-color: @xxllnc-color-grey-43;
191
- @utrecht-textbox-padding-inline-start: @xxllnc-size-sm;
192
- @utrecht-textbox-padding-inline-end: @xxllnc-size-sm;
193
- @utrecht-textbox-padding-block-start: @xxllnc-size-xs;
194
- @utrecht-textbox-padding-block-end: @xxllnc-size-xs;
195
- @utrecht-textbox-font-family: @xxllnc-typography-sans-serif-font-family;
196
- @utrecht-textbox-color: @xxllnc-color-grey-43;
197
- @utrecht-textbox-border-width: @xxllnc-size-4xs;
198
- @utrecht-textbox-border-color: @xxllnc-color-black-0-22t;
199
- @utrecht-textbox-background-color: @xxllnc-color-white-100-0t;
200
- @utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
201
- @utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
202
- @utrecht-table-cell-padding-block-start: @xxllnc-size-md;
203
- @utrecht-table-cell-padding-block-end: @xxllnc-size-md;
204
- @utrecht-table-header-cell-font-weight: @xxllnc-typography-font-weight-bold;
205
- @utrecht-table-margin-block-start: @xxllnc-size-md;
206
- @utrecht-table-border-width: @xxllnc-size-4xs;
207
- @utrecht-table-border-color: @xxllnc-color-lightgrey-96;
208
- @utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
209
- @utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey-96;
210
- @utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
211
- @utrecht-page-header-padding-block-end: @xxllnc-size-sm;
212
- @utrecht-page-header-padding-block-start: @xxllnc-size-sm;
213
- @utrecht-page-header-color: @xxllnc-color-black-16;
214
- @utrecht-page-header-background-color: @xxllnc-color-grey-92;
215
- @utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
216
- @utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
217
- @utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
218
- @utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
219
- @utrecht-page-footer-color: @xxllnc-color-primary;
220
- @utrecht-page-footer-background-color: @xxllnc-color-white-100;
221
- @utrecht-icon-gap: @xxllnc-size-xs;
222
- @utrecht-form-input-placeholder-color: @xxllnc-color-grey-43;
223
- @utrecht-form-input-padding-inline-start: @xxllnc-size-sm;
224
- @utrecht-form-input-padding-inline-end: @xxllnc-size-sm;
225
- @utrecht-form-input-padding-block-start: @xxllnc-size-xs;
226
- @utrecht-form-input-padding-block-end: @xxllnc-size-xs;
227
- @utrecht-form-input-font-family: @xxllnc-typography-sans-serif-font-family;
228
- @utrecht-form-input-color: @xxllnc-color-grey-43;
229
- @utrecht-form-input-border-width: @xxllnc-size-4xs;
230
- @utrecht-form-input-border-color: @xxllnc-color-black-0-22t;
231
- @utrecht-form-input-background-color: @xxllnc-color-white-100-0t;
232
- @utrecht-card-padding-block-start: @xxllnc-size-md;
233
- @utrecht-card-padding-block-end: @xxllnc-size-md;
234
- @utrecht-card-padding-inline-start: @xxllnc-size-md;
235
- @utrecht-card-padding-inline-end: @xxllnc-size-md;
236
- @utrecht-card-color: @xxllnc-color-white-95;
237
- @utrecht-card-background-color: @xxllnc-color-black-21;
237
+ @utrecht-alert-icon-gap: @xxllnc-size-xs;
238
+ @utrecht-alert-icon-ok-color: @xxllnc-color-alert-succes;
239
+ @utrecht-alert-icon-warning-color: @xxllnc-color-alert-warning;
240
+ @utrecht-alert-icon-error-color: @xxllnc-color-alert-error;
238
241
  @utrecht-alert-ok-color: @xxllnc-color-alert-succes;
239
242
  @utrecht-alert-ok-background-color: @xxllnc-color-alert-succes-background;
240
243
  @utrecht-alert-error-color: @xxllnc-color-alert-error;
@@ -245,10 +248,6 @@
245
248
  @utrecht-alert-padding-inline-start: @xxllnc-size-lg;
246
249
  @utrecht-alert-padding-block-end: @xxllnc-size-lg;
247
250
  @utrecht-alert-padding-block-start: @xxllnc-size-lg;
248
- @utrecht-alert-icon-ok-color: @xxllnc-color-alert-succes;
249
- @utrecht-alert-icon-warning-color: @xxllnc-color-alert-warning;
250
- @utrecht-alert-icon-error-color: @xxllnc-color-alert-error;
251
- @utrecht-alert-icon-gap: @xxllnc-size-xs;
252
251
  @utrecht-space-inline-3xl: @xxllnc-size-3xl;
253
252
  @utrecht-space-inline-2xl: @xxllnc-size-2xl;
254
253
  @utrecht-space-inline-xl: @xxllnc-size-xl;
@@ -289,6 +288,6 @@
289
288
  @utrecht-table-font-size: @utrecht-document-font-size;
290
289
  @utrecht-table-font-family: @utrecht-document-font-family;
291
290
  @utrecht-table-header-color: @utrecht-document-color;
291
+ @utrecht-alert-icon-color: @xxllnc-color-alert-info;
292
292
  @utrecht-alert-color: @xxllnc-color-alert-info;
293
293
  @utrecht-alert-background-color: @xxllnc-color-alert-info-background;
294
- @utrecht-alert-icon-color: @xxllnc-color-alert-info;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 18 Aug 2023 12:11:32 GMT
3
+ // Generated on Tue, 22 Aug 2023 15:07:43 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -18,15 +18,6 @@ $utrecht-link-hover-text-decoration: none;
18
18
  $utrecht-link-text-decoration-thickness: 0;
19
19
  $utrecht-link-text-decoration-color: unset;
20
20
  $utrecht-link-text-decoration: none;
21
- $utrecht-code-block-margin-inline-end: 0;
22
- $utrecht-code-block-margin-inline-start: 0;
23
- $utrecht-code-font-size: inherit;
24
- $utrecht-button-primary-action-font-weight: inherit;
25
- $utrecht-button-primary-action-border-width: 0;
26
- $utrecht-button-font-weight: inherit;
27
- $utrecht-button-font-size: inherit;
28
- $utrecht-button-border-width: 0;
29
- $utrecht-button-border-radius: 16px;
30
21
  $utrecht-textbox-font-size: 15px;
31
22
  $utrecht-textbox-border-radius: 6px;
32
23
  $utrecht-table-header-cell-text-transform: unset;
@@ -38,8 +29,15 @@ $utrecht-page-footer-logo-max-width: 120px;
38
29
  $utrecht-page-footer-logo-max-height: 100px;
39
30
  $utrecht-form-input-font-size: 15px;
40
31
  $utrecht-form-input-border-radius: 6px;
41
- $utrecht-card-border-width: unset;
42
- $utrecht-card-border-radius: 16px;
32
+ $utrecht-code-block-margin-inline-end: 0;
33
+ $utrecht-code-block-margin-inline-start: 0;
34
+ $utrecht-code-font-size: inherit;
35
+ $utrecht-button-primary-action-font-weight: inherit;
36
+ $utrecht-button-primary-action-border-width: 0;
37
+ $utrecht-button-font-weight: inherit;
38
+ $utrecht-button-font-size: inherit;
39
+ $utrecht-button-border-width: 0;
40
+ $utrecht-button-border-radius: 16px;
43
41
  $utrecht-action-submit-cursor: pointer;
44
42
  $utrecht-action-disabled-cursor: not-allowed;
45
43
  $utrecht-action-busy-cursor: wait;
@@ -99,6 +97,13 @@ $conduction-input-select-invalid-border-color: $xxllnc-color-error;
99
97
  $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
100
98
  $conduction-input-select-border: 1px solid $xxllnc-color-grey-92;
101
99
  $conduction-input-select-background-color: $xxllnc-color-white-100;
100
+ $conduction-card-wrapper-padding-block-start: $xxllnc-size-md;
101
+ $conduction-card-wrapper-padding-block-end: $xxllnc-size-md;
102
+ $conduction-card-wrapper-padding-inline-start: $xxllnc-size-md;
103
+ $conduction-card-wrapper-padding-inline-end: $xxllnc-size-md;
104
+ $conduction-card-wrapper-color: $xxllnc-color-white-95;
105
+ $conduction-card-wrapper-border-radius: $xxllnc-size-md;
106
+ $conduction-card-wrapper-background-color: $xxllnc-color-black-21;
102
107
  $utrecht-paragraph-font-weight: $xxllnc-typography-font-weight-normal;
103
108
  $utrecht-paragraph-font-size: $xxllnc-font-size-md;
104
109
  $utrecht-paragraph-font-family: $xxllnc-typography-sans-serif-font-family;
@@ -143,6 +148,48 @@ $utrecht-heading-1-margin-block-end: $xxllnc-size-2xl;
143
148
  $utrecht-heading-1-font-weight: $xxllnc-typography-font-weight-normal;
144
149
  $utrecht-heading-1-font-size: $xxllnc-font-size-3xl;
145
150
  $utrecht-heading-1-font-family: $xxllnc-typography-sans-serif-font-family;
151
+ $utrecht-textbox-placeholder-color: $xxllnc-color-grey-43;
152
+ $utrecht-textbox-padding-inline-start: $xxllnc-size-sm;
153
+ $utrecht-textbox-padding-inline-end: $xxllnc-size-sm;
154
+ $utrecht-textbox-padding-block-start: $xxllnc-size-xs;
155
+ $utrecht-textbox-padding-block-end: $xxllnc-size-xs;
156
+ $utrecht-textbox-font-family: $xxllnc-typography-sans-serif-font-family;
157
+ $utrecht-textbox-color: $xxllnc-color-grey-43;
158
+ $utrecht-textbox-border-width: $xxllnc-size-4xs;
159
+ $utrecht-textbox-border-color: $xxllnc-color-black-0-22t;
160
+ $utrecht-textbox-background-color: $xxllnc-color-white-100-0t;
161
+ $utrecht-table-cell-padding-inline-start: $xxllnc-size-md;
162
+ $utrecht-table-cell-padding-inline-end: $xxllnc-size-md;
163
+ $utrecht-table-cell-padding-block-start: $xxllnc-size-md;
164
+ $utrecht-table-cell-padding-block-end: $xxllnc-size-md;
165
+ $utrecht-table-header-cell-font-weight: $xxllnc-typography-font-weight-bold;
166
+ $utrecht-table-margin-block-start: $xxllnc-size-md;
167
+ $utrecht-table-border-width: $xxllnc-size-4xs;
168
+ $utrecht-table-border-color: $xxllnc-color-lightgrey-96;
169
+ $utrecht-table-row-border-block-end-width: $xxllnc-size-4xs;
170
+ $utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey-96;
171
+ $utrecht-table-header-font-weight: $xxllnc-typography-font-weight-bold;
172
+ $utrecht-page-header-padding-block-end: $xxllnc-size-sm;
173
+ $utrecht-page-header-padding-block-start: $xxllnc-size-sm;
174
+ $utrecht-page-header-color: $xxllnc-color-black-16;
175
+ $utrecht-page-header-background-color: $xxllnc-color-grey-92;
176
+ $utrecht-page-footer-padding-block-start: $xxllnc-size-2xl;
177
+ $utrecht-page-footer-padding-block-end: $xxllnc-size-2xl;
178
+ $utrecht-page-footer-padding-inline-start: $xxllnc-size-sm;
179
+ $utrecht-page-footer-padding-inline-end: $xxllnc-size-sm;
180
+ $utrecht-page-footer-color: $xxllnc-color-primary;
181
+ $utrecht-page-footer-background-color: $xxllnc-color-white-100;
182
+ $utrecht-icon-gap: $xxllnc-size-xs;
183
+ $utrecht-form-input-placeholder-color: $xxllnc-color-grey-43;
184
+ $utrecht-form-input-padding-inline-start: $xxllnc-size-sm;
185
+ $utrecht-form-input-padding-inline-end: $xxllnc-size-sm;
186
+ $utrecht-form-input-padding-block-start: $xxllnc-size-xs;
187
+ $utrecht-form-input-padding-block-end: $xxllnc-size-xs;
188
+ $utrecht-form-input-font-family: $xxllnc-typography-sans-serif-font-family;
189
+ $utrecht-form-input-color: $xxllnc-color-grey-43;
190
+ $utrecht-form-input-border-width: $xxllnc-size-4xs;
191
+ $utrecht-form-input-border-color: $xxllnc-color-black-0-22t;
192
+ $utrecht-form-input-background-color: $xxllnc-color-white-100-0t;
146
193
  $utrecht-document-font-size: $xxllnc-font-size-md;
147
194
  $utrecht-document-font-family: $xxllnc-typography-sans-serif-font-family;
148
195
  $utrecht-document-color: $xxllnc-color-black-16;
@@ -187,54 +234,10 @@ $utrecht-blockquote-content-font-size: $xxllnc-font-size-md;
187
234
  $utrecht-blockquote-content-color: $xxllnc-color-black-16;
188
235
  $utrecht-blockquote-margin-inline-end: $xxllnc-size-xl;
189
236
  $utrecht-blockquote-margin-inline-start: $xxllnc-size-xl;
190
- $utrecht-textbox-placeholder-color: $xxllnc-color-grey-43;
191
- $utrecht-textbox-padding-inline-start: $xxllnc-size-sm;
192
- $utrecht-textbox-padding-inline-end: $xxllnc-size-sm;
193
- $utrecht-textbox-padding-block-start: $xxllnc-size-xs;
194
- $utrecht-textbox-padding-block-end: $xxllnc-size-xs;
195
- $utrecht-textbox-font-family: $xxllnc-typography-sans-serif-font-family;
196
- $utrecht-textbox-color: $xxllnc-color-grey-43;
197
- $utrecht-textbox-border-width: $xxllnc-size-4xs;
198
- $utrecht-textbox-border-color: $xxllnc-color-black-0-22t;
199
- $utrecht-textbox-background-color: $xxllnc-color-white-100-0t;
200
- $utrecht-table-cell-padding-inline-start: $xxllnc-size-md;
201
- $utrecht-table-cell-padding-inline-end: $xxllnc-size-md;
202
- $utrecht-table-cell-padding-block-start: $xxllnc-size-md;
203
- $utrecht-table-cell-padding-block-end: $xxllnc-size-md;
204
- $utrecht-table-header-cell-font-weight: $xxllnc-typography-font-weight-bold;
205
- $utrecht-table-margin-block-start: $xxllnc-size-md;
206
- $utrecht-table-border-width: $xxllnc-size-4xs;
207
- $utrecht-table-border-color: $xxllnc-color-lightgrey-96;
208
- $utrecht-table-row-border-block-end-width: $xxllnc-size-4xs;
209
- $utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey-96;
210
- $utrecht-table-header-font-weight: $xxllnc-typography-font-weight-bold;
211
- $utrecht-page-header-padding-block-end: $xxllnc-size-sm;
212
- $utrecht-page-header-padding-block-start: $xxllnc-size-sm;
213
- $utrecht-page-header-color: $xxllnc-color-black-16;
214
- $utrecht-page-header-background-color: $xxllnc-color-grey-92;
215
- $utrecht-page-footer-padding-block-start: $xxllnc-size-2xl;
216
- $utrecht-page-footer-padding-block-end: $xxllnc-size-2xl;
217
- $utrecht-page-footer-padding-inline-start: $xxllnc-size-sm;
218
- $utrecht-page-footer-padding-inline-end: $xxllnc-size-sm;
219
- $utrecht-page-footer-color: $xxllnc-color-primary;
220
- $utrecht-page-footer-background-color: $xxllnc-color-white-100;
221
- $utrecht-icon-gap: $xxllnc-size-xs;
222
- $utrecht-form-input-placeholder-color: $xxllnc-color-grey-43;
223
- $utrecht-form-input-padding-inline-start: $xxllnc-size-sm;
224
- $utrecht-form-input-padding-inline-end: $xxllnc-size-sm;
225
- $utrecht-form-input-padding-block-start: $xxllnc-size-xs;
226
- $utrecht-form-input-padding-block-end: $xxllnc-size-xs;
227
- $utrecht-form-input-font-family: $xxllnc-typography-sans-serif-font-family;
228
- $utrecht-form-input-color: $xxllnc-color-grey-43;
229
- $utrecht-form-input-border-width: $xxllnc-size-4xs;
230
- $utrecht-form-input-border-color: $xxllnc-color-black-0-22t;
231
- $utrecht-form-input-background-color: $xxllnc-color-white-100-0t;
232
- $utrecht-card-padding-block-start: $xxllnc-size-md;
233
- $utrecht-card-padding-block-end: $xxllnc-size-md;
234
- $utrecht-card-padding-inline-start: $xxllnc-size-md;
235
- $utrecht-card-padding-inline-end: $xxllnc-size-md;
236
- $utrecht-card-color: $xxllnc-color-white-95;
237
- $utrecht-card-background-color: $xxllnc-color-black-21;
237
+ $utrecht-alert-icon-gap: $xxllnc-size-xs;
238
+ $utrecht-alert-icon-ok-color: $xxllnc-color-alert-succes;
239
+ $utrecht-alert-icon-warning-color: $xxllnc-color-alert-warning;
240
+ $utrecht-alert-icon-error-color: $xxllnc-color-alert-error;
238
241
  $utrecht-alert-ok-color: $xxllnc-color-alert-succes;
239
242
  $utrecht-alert-ok-background-color: $xxllnc-color-alert-succes-background;
240
243
  $utrecht-alert-error-color: $xxllnc-color-alert-error;
@@ -245,10 +248,6 @@ $utrecht-alert-padding-inline-end: $xxllnc-size-lg;
245
248
  $utrecht-alert-padding-inline-start: $xxllnc-size-lg;
246
249
  $utrecht-alert-padding-block-end: $xxllnc-size-lg;
247
250
  $utrecht-alert-padding-block-start: $xxllnc-size-lg;
248
- $utrecht-alert-icon-ok-color: $xxllnc-color-alert-succes;
249
- $utrecht-alert-icon-warning-color: $xxllnc-color-alert-warning;
250
- $utrecht-alert-icon-error-color: $xxllnc-color-alert-error;
251
- $utrecht-alert-icon-gap: $xxllnc-size-xs;
252
251
  $utrecht-space-inline-3xl: $xxllnc-size-3xl;
253
252
  $utrecht-space-inline-2xl: $xxllnc-size-2xl;
254
253
  $utrecht-space-inline-xl: $xxllnc-size-xl;
@@ -289,6 +288,6 @@ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
289
288
  $utrecht-table-font-size: $utrecht-document-font-size;
290
289
  $utrecht-table-font-family: $utrecht-document-font-family;
291
290
  $utrecht-table-header-color: $utrecht-document-color;
291
+ $utrecht-alert-icon-color: $xxllnc-color-alert-info;
292
292
  $utrecht-alert-color: $xxllnc-color-alert-info;
293
293
  $utrecht-alert-background-color: $xxllnc-color-alert-info-background;
294
- $utrecht-alert-icon-color: $xxllnc-color-alert-info;