@conduction/theme 1.0.22 → 1.0.24

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 (99) hide show
  1. package/README.md +6 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +1 -1
  3. package/conduction-design-tokens/dist/index.js +1 -1
  4. package/conduction-design-tokens/dist/index.less +1 -1
  5. package/conduction-design-tokens/dist/index.scss +1 -1
  6. package/conduction-design-tokens/dist/tokens.json +28 -10
  7. package/conduction-design-tokens/src/component/conduction/card.tokens.json +11 -0
  8. package/conduction-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  9. package/conduction-design-tokens/src/component/conduction/table.tokens.json +10 -2
  10. package/conduction-design-tokens/src/component/utrecht/list.tokens.json +1 -0
  11. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +3 -4
  12. package/municipalities/dinkelland-design-tokens/dist/index.js +3 -4
  13. package/municipalities/dinkelland-design-tokens/dist/index.json +13 -32
  14. package/municipalities/dinkelland-design-tokens/dist/index.less +3 -4
  15. package/municipalities/dinkelland-design-tokens/dist/index.scss +3 -4
  16. package/municipalities/dinkelland-design-tokens/dist/tokens.json +30 -36
  17. package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +11 -0
  18. package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  19. package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +3 -1
  20. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +2 -2
  21. package/municipalities/epe-design-tokens/LICENSE.md +17 -0
  22. package/municipalities/epe-design-tokens/dist/design-tokens.css +326 -0
  23. package/municipalities/epe-design-tokens/dist/font.css +9 -0
  24. package/municipalities/epe-design-tokens/dist/index.css +7 -0
  25. package/municipalities/epe-design-tokens/dist/index.js +324 -0
  26. package/municipalities/epe-design-tokens/dist/index.json +6387 -0
  27. package/municipalities/epe-design-tokens/dist/index.less +323 -0
  28. package/municipalities/epe-design-tokens/dist/index.scss +323 -0
  29. package/municipalities/epe-design-tokens/dist/tokens.json +6794 -0
  30. package/municipalities/epe-design-tokens/package.json +40 -0
  31. package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +104 -0
  32. package/municipalities/epe-design-tokens/src/brand/epe/font-size.tokens.json +17 -0
  33. package/municipalities/epe-design-tokens/src/brand/epe/size.tokens.json +17 -0
  34. package/municipalities/epe-design-tokens/src/brand/epe/typography.tokens.json +43 -0
  35. package/municipalities/epe-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  36. package/municipalities/epe-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  37. package/municipalities/epe-design-tokens/src/component/conduction/alert.tokens.json +9 -0
  38. package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +30 -0
  39. package/municipalities/epe-design-tokens/src/component/conduction/form-input.tokens.json +44 -0
  40. package/municipalities/epe-design-tokens/src/component/conduction/icon.tokens.json +7 -0
  41. package/municipalities/epe-design-tokens/src/component/conduction/page-footer.tokens.json +12 -0
  42. package/municipalities/epe-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
  43. package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +15 -0
  44. package/municipalities/epe-design-tokens/src/component/conduction/table.tokens.json +24 -0
  45. package/municipalities/epe-design-tokens/src/component/conduction/textbox.tokens.json +44 -0
  46. package/municipalities/epe-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  47. package/municipalities/epe-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  48. package/municipalities/epe-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  49. package/municipalities/epe-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  50. package/municipalities/epe-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  51. package/municipalities/epe-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  52. package/municipalities/epe-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  53. package/municipalities/epe-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  54. package/municipalities/epe-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  55. package/municipalities/epe-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
  56. package/municipalities/epe-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  57. package/municipalities/epe-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  58. package/municipalities/epe-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  59. package/municipalities/epe-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  60. package/municipalities/epe-design-tokens/src/config.json +7 -0
  61. package/municipalities/epe-design-tokens/src/font/SourceSansVariable-Italic.woff2 +0 -0
  62. package/municipalities/epe-design-tokens/src/font/SourceSansVariable-Roman.woff2 +0 -0
  63. package/municipalities/epe-design-tokens/src/font.scss +10 -0
  64. package/municipalities/epe-design-tokens/src/index.scss +8 -0
  65. package/municipalities/epe-design-tokens/style-dictionary.config.js +6 -0
  66. package/municipalities/leiden-design-tokens/dist/design-tokens.css +21 -21
  67. package/municipalities/leiden-design-tokens/dist/index.js +22 -22
  68. package/municipalities/leiden-design-tokens/dist/index.json +13 -13
  69. package/municipalities/leiden-design-tokens/dist/index.less +21 -21
  70. package/municipalities/leiden-design-tokens/dist/index.scss +21 -21
  71. package/municipalities/leiden-design-tokens/dist/tokens.json +2202 -2180
  72. package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +11 -0
  73. package/municipalities/leiden-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  74. package/municipalities/leiden-design-tokens/src/component/conduction/table.tokens.json +24 -0
  75. package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +1 -0
  76. package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +2 -2
  77. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +3 -4
  78. package/municipalities/tubbergen-design-tokens/dist/index.js +3 -4
  79. package/municipalities/tubbergen-design-tokens/dist/index.json +13 -32
  80. package/municipalities/tubbergen-design-tokens/dist/index.less +3 -4
  81. package/municipalities/tubbergen-design-tokens/dist/index.scss +3 -4
  82. package/municipalities/tubbergen-design-tokens/dist/tokens.json +30 -36
  83. package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +11 -0
  84. package/municipalities/tubbergen-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  85. package/municipalities/tubbergen-design-tokens/src/component/conduction/table.tokens.json +3 -1
  86. package/municipalities/tubbergen-design-tokens/src/component/utrecht/list.tokens.json +1 -0
  87. package/municipalities/tubbergen-design-tokens/src/component/utrecht/page.tokens.json +2 -2
  88. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +21 -21
  89. package/municipalities/xxllnc-design-tokens/dist/index.js +22 -22
  90. package/municipalities/xxllnc-design-tokens/dist/index.json +13 -13
  91. package/municipalities/xxllnc-design-tokens/dist/index.less +21 -21
  92. package/municipalities/xxllnc-design-tokens/dist/index.scss +21 -21
  93. package/municipalities/xxllnc-design-tokens/dist/tokens.json +2208 -2186
  94. package/municipalities/xxllnc-design-tokens/src/component/conduction/card.tokens.json +11 -0
  95. package/municipalities/xxllnc-design-tokens/src/component/conduction/page-footer.tokens.json +2 -1
  96. package/municipalities/xxllnc-design-tokens/src/component/conduction/table.tokens.json +24 -0
  97. package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +1 -0
  98. package/municipalities/xxllnc-design-tokens/src/component/utrecht/page.tokens.json +2 -2
  99. package/package.json +3 -2
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Aug 2023 08:40:47 GMT
3
+ * Generated on Fri, 18 Aug 2023 12:11:24 GMT
4
4
  */
5
5
 
6
6
  export const leidenColorPrimary = "#d62410";
@@ -134,6 +134,25 @@ export const utrechtPageHeaderBackgroundColor = "#0d1921";
134
134
  export const utrechtPageHeaderColor = "#ffffff";
135
135
  export const utrechtPageHeaderPaddingBlockStart = "14px";
136
136
  export const utrechtPageHeaderPaddingBlockEnd = "14px";
137
+ export const utrechtTableHeaderFontWeight = "700";
138
+ export const utrechtTableHeaderColor = "#0d1921";
139
+ export const utrechtTableHeaderTextTransform = "unset";
140
+ export const utrechtTableRowBorderBlockEndColor = "#e4e4e4";
141
+ export const utrechtTableRowBorderBlockEndWidth = "1px";
142
+ export const utrechtTableBorderColor = "#e4e4e4";
143
+ export const utrechtTableBorderWidth = "1px";
144
+ export const utrechtTableFontFamily = "\"Open Sans\", Arial, sans-serif";
145
+ export const utrechtTableFontSize = "18px";
146
+ export const utrechtTableMarginBlockEnd = 0;
147
+ export const utrechtTableMarginBlockStart = "18px";
148
+ export const utrechtTableHeaderCellFontSize = "18px";
149
+ export const utrechtTableHeaderCellFontWeight = "700";
150
+ export const utrechtTableHeaderCellColor = "#0d1921";
151
+ export const utrechtTableHeaderCellTextTransform = "unset";
152
+ export const utrechtTableCellPaddingBlockEnd = "18px";
153
+ export const utrechtTableCellPaddingBlockStart = "18px";
154
+ export const utrechtTableCellPaddingInlineEnd = "18px";
155
+ export const utrechtTableCellPaddingInlineStart = "18px";
137
156
  export const utrechtTextboxBackgroundColor = "#ffffff";
138
157
  export const utrechtTextboxBorderColor = "#5f594a";
139
158
  export const utrechtTextboxBorderRadius = "0px";
@@ -250,8 +269,8 @@ export const utrechtUnorderedListItemMarginBlockStart = "8px";
250
269
  export const utrechtUnorderedListItemMarginBlockEnd = "8px";
251
270
  export const utrechtUnorderedListItemPaddingInlineStart = "1ch";
252
271
  export const utrechtUnorderedListMarkerColor = "#d62410";
253
- export const utrechtPagePaddingInlineStart = "24px";
254
- export const utrechtPagePaddingInlineEnd = "24px";
272
+ export const utrechtPageMarginInlineStart = "24px";
273
+ export const utrechtPageMarginInlineEnd = "24px";
255
274
  export const utrechtPageMaxInlineSize = "1140px";
256
275
  export const utrechtParagraphColor = "#0d1921";
257
276
  export const utrechtParagraphFontFamily = "\"Open Sans\", Arial, sans-serif";
@@ -260,25 +279,6 @@ export const utrechtParagraphFontWeight = "400";
260
279
  export const utrechtParagraphLineHeight = "1.5em";
261
280
  export const utrechtParagraphMarginBlockStart = 0;
262
281
  export const utrechtParagraphMarginBlockEnd = 0;
263
- export const utrechtTableBorderColor = "#e4e4e4";
264
- export const utrechtTableBorderWidth = "1px";
265
- export const utrechtTableFontFamily = "\"Open Sans\", Arial, sans-serif";
266
- export const utrechtTableFontSize = "18px";
267
- export const utrechtTableMarginBlockEnd = 0;
268
- export const utrechtTableMarginBlockStart = "18px";
269
- export const utrechtTableHeaderFontWeight = "700";
270
- export const utrechtTableHeaderColor = "#0d1921";
271
- export const utrechtTableHeaderTextTransform = "unset";
272
- export const utrechtTableHeaderCellFontSize = "18px";
273
- export const utrechtTableHeaderCellFontWeight = "700";
274
- export const utrechtTableHeaderCellColor = "#0d1921";
275
- export const utrechtTableHeaderCellTextTransform = "unset";
276
- export const utrechtTableCellPaddingBlockEnd = "18px";
277
- export const utrechtTableCellPaddingBlockStart = "18px";
278
- export const utrechtTableCellPaddingInlineEnd = "18px";
279
- export const utrechtTableCellPaddingInlineStart = "18px";
280
- export const utrechtTableRowBorderBlockEndColor = "#e4e4e4";
281
- export const utrechtTableRowBorderBlockEndWidth = "1px";
282
282
  export const conductionInputSelectBackgroundColor = "#ffffff";
283
283
  export const conductionInputSelectBorder = "1px solid #5f594a";
284
284
  export const conductionInputSelectBorderFocus = "unset";
@@ -4266,22 +4266,22 @@
4266
4266
  ]
4267
4267
  },
4268
4268
  {
4269
- "value": "1140px",
4269
+ "value": "24px",
4270
4270
  "filePath": "src/component/utrecht/page.tokens.json",
4271
4271
  "isSource": true,
4272
4272
  "original": {
4273
- "value": "1140px"
4273
+ "value": "{leiden.size.lg}"
4274
4274
  },
4275
- "name": "utrechtPageMaxInlineSize",
4275
+ "name": "utrechtPageMarginInlineEnd",
4276
4276
  "attributes": {
4277
4277
  "category": "utrecht",
4278
4278
  "type": "page",
4279
- "item": "max-inline-size"
4279
+ "item": "margin-inline-end"
4280
4280
  },
4281
4281
  "path": [
4282
4282
  "utrecht",
4283
4283
  "page",
4284
- "max-inline-size"
4284
+ "margin-inline-end"
4285
4285
  ]
4286
4286
  },
4287
4287
  {
@@ -4291,35 +4291,35 @@
4291
4291
  "original": {
4292
4292
  "value": "{leiden.size.lg}"
4293
4293
  },
4294
- "name": "utrechtPagePaddingInlineEnd",
4294
+ "name": "utrechtPageMarginInlineStart",
4295
4295
  "attributes": {
4296
4296
  "category": "utrecht",
4297
4297
  "type": "page",
4298
- "item": "padding-inline-end"
4298
+ "item": "margin-inline-start"
4299
4299
  },
4300
4300
  "path": [
4301
4301
  "utrecht",
4302
4302
  "page",
4303
- "padding-inline-end"
4303
+ "margin-inline-start"
4304
4304
  ]
4305
4305
  },
4306
4306
  {
4307
- "value": "24px",
4307
+ "value": "1140px",
4308
4308
  "filePath": "src/component/utrecht/page.tokens.json",
4309
4309
  "isSource": true,
4310
4310
  "original": {
4311
- "value": "{leiden.size.lg}"
4311
+ "value": "1140px"
4312
4312
  },
4313
- "name": "utrechtPagePaddingInlineStart",
4313
+ "name": "utrechtPageMaxInlineSize",
4314
4314
  "attributes": {
4315
4315
  "category": "utrecht",
4316
4316
  "type": "page",
4317
- "item": "padding-inline-start"
4317
+ "item": "max-inline-size"
4318
4318
  },
4319
4319
  "path": [
4320
4320
  "utrecht",
4321
4321
  "page",
4322
- "padding-inline-start"
4322
+ "max-inline-size"
4323
4323
  ]
4324
4324
  },
4325
4325
  {
@@ -1,13 +1,10 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 16 Aug 2023 08:40:47 GMT
3
+ // Generated on Fri, 18 Aug 2023 12:11:24 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
7
7
  @conduction-input-select-border-focus: unset;
8
- @utrecht-table-header-cell-text-transform: unset;
9
- @utrecht-table-header-text-transform: unset;
10
- @utrecht-table-margin-block-end: 0;
11
8
  @utrecht-paragraph-margin-block-end: 0;
12
9
  @utrecht-paragraph-margin-block-start: 0;
13
10
  @utrecht-paragraph-line-height: 1.5em;
@@ -28,6 +25,9 @@
28
25
  @utrecht-button-font-size: inherit;
29
26
  @utrecht-textbox-font-size: 15px;
30
27
  @utrecht-textbox-border-radius: 0px;
28
+ @utrecht-table-header-cell-text-transform: unset;
29
+ @utrecht-table-margin-block-end: 0;
30
+ @utrecht-table-header-text-transform: unset;
31
31
  @utrecht-page-header-logo-max-width: 80px;
32
32
  @utrecht-page-footer-background-image: unset;
33
33
  @utrecht-page-footer-logo-max-width: 120px;
@@ -88,22 +88,11 @@
88
88
  @conduction-input-select-invalid-border-color: @leiden-color-error;
89
89
  @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
90
90
  @conduction-input-select-background-color: @leiden-color-white-100;
91
- @utrecht-table-row-border-block-end-width: @leiden-size-4xs;
92
- @utrecht-table-row-border-block-end-color: @leiden-color-lightgrey-89;
93
- @utrecht-table-cell-padding-inline-start: @leiden-size-md;
94
- @utrecht-table-cell-padding-inline-end: @leiden-size-md;
95
- @utrecht-table-cell-padding-block-start: @leiden-size-md;
96
- @utrecht-table-cell-padding-block-end: @leiden-size-md;
97
- @utrecht-table-header-cell-font-weight: @leiden-typography-font-weight-bold;
98
- @utrecht-table-header-font-weight: @leiden-typography-font-weight-bold;
99
- @utrecht-table-margin-block-start: @leiden-size-md;
100
- @utrecht-table-border-width: @leiden-size-4xs;
101
- @utrecht-table-border-color: @leiden-color-lightgrey-89;
102
91
  @utrecht-paragraph-font-weight: @leiden-typography-font-weight-normal;
103
92
  @utrecht-paragraph-font-size: @leiden-font-size-md;
104
93
  @utrecht-paragraph-font-family: @leiden-typography-sans-serif-font-family;
105
- @utrecht-page-padding-inline-end: @leiden-size-lg;
106
- @utrecht-page-padding-inline-start: @leiden-size-lg;
94
+ @utrecht-page-margin-inline-end: @leiden-size-lg;
95
+ @utrecht-page-margin-inline-start: @leiden-size-lg;
107
96
  @utrecht-unordered-list-marker-color: @leiden-color-primary;
108
97
  @utrecht-unordered-list-item-margin-block-end: @leiden-size-xs;
109
98
  @utrecht-unordered-list-item-margin-block-start: @leiden-size-xs;
@@ -202,6 +191,17 @@
202
191
  @utrecht-textbox-border-width: @leiden-size-4xs;
203
192
  @utrecht-textbox-border-color: @leiden-color-grey-33;
204
193
  @utrecht-textbox-background-color: @leiden-color-white-100;
194
+ @utrecht-table-cell-padding-inline-start: @leiden-size-md;
195
+ @utrecht-table-cell-padding-inline-end: @leiden-size-md;
196
+ @utrecht-table-cell-padding-block-start: @leiden-size-md;
197
+ @utrecht-table-cell-padding-block-end: @leiden-size-md;
198
+ @utrecht-table-header-cell-font-weight: @leiden-typography-font-weight-bold;
199
+ @utrecht-table-margin-block-start: @leiden-size-md;
200
+ @utrecht-table-border-width: @leiden-size-4xs;
201
+ @utrecht-table-border-color: @leiden-color-lightgrey-89;
202
+ @utrecht-table-row-border-block-end-width: @leiden-size-4xs;
203
+ @utrecht-table-row-border-block-end-color: @leiden-color-lightgrey-89;
204
+ @utrecht-table-header-font-weight: @leiden-typography-font-weight-bold;
205
205
  @utrecht-page-header-padding-block-end: @leiden-size-sm;
206
206
  @utrecht-page-header-padding-block-start: @leiden-size-sm;
207
207
  @utrecht-page-header-color: @leiden-color-white-100;
@@ -277,11 +277,11 @@
277
277
  @leiden-typography-scale-4xs: @leiden-font-size-4xs;
278
278
  @leiden-color-info: @leiden-color-primary;
279
279
  @conduction-input-select-border: 1px solid @utrecht-form-input-border-color;
280
+ @utrecht-paragraph-color: @utrecht-document-color;
281
+ @utrecht-unordered-list-font-size: @utrecht-document-font-size;
282
+ @utrecht-ordered-list-font-size: @utrecht-document-font-size;
280
283
  @utrecht-table-header-cell-color: @utrecht-document-color;
281
284
  @utrecht-table-header-cell-font-size: @utrecht-document-font-size;
282
- @utrecht-table-header-color: @utrecht-document-color;
283
285
  @utrecht-table-font-size: @utrecht-document-font-size;
284
286
  @utrecht-table-font-family: @utrecht-document-font-family;
285
- @utrecht-paragraph-color: @utrecht-document-color;
286
- @utrecht-unordered-list-font-size: @utrecht-document-font-size;
287
- @utrecht-ordered-list-font-size: @utrecht-document-font-size;
287
+ @utrecht-table-header-color: @utrecht-document-color;
@@ -1,13 +1,10 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 16 Aug 2023 08:40:47 GMT
3
+ // Generated on Fri, 18 Aug 2023 12:11:24 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
7
7
  $conduction-input-select-border-focus: unset;
8
- $utrecht-table-header-cell-text-transform: unset;
9
- $utrecht-table-header-text-transform: unset;
10
- $utrecht-table-margin-block-end: 0;
11
8
  $utrecht-paragraph-margin-block-end: 0;
12
9
  $utrecht-paragraph-margin-block-start: 0;
13
10
  $utrecht-paragraph-line-height: 1.5em;
@@ -28,6 +25,9 @@ $utrecht-button-font-weight: inherit;
28
25
  $utrecht-button-font-size: inherit;
29
26
  $utrecht-textbox-font-size: 15px;
30
27
  $utrecht-textbox-border-radius: 0px;
28
+ $utrecht-table-header-cell-text-transform: unset;
29
+ $utrecht-table-margin-block-end: 0;
30
+ $utrecht-table-header-text-transform: unset;
31
31
  $utrecht-page-header-logo-max-width: 80px;
32
32
  $utrecht-page-footer-background-image: unset;
33
33
  $utrecht-page-footer-logo-max-width: 120px;
@@ -88,22 +88,11 @@ $leiden-color-primary: #d62410;
88
88
  $conduction-input-select-invalid-border-color: $leiden-color-error;
89
89
  $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
90
90
  $conduction-input-select-background-color: $leiden-color-white-100;
91
- $utrecht-table-row-border-block-end-width: $leiden-size-4xs;
92
- $utrecht-table-row-border-block-end-color: $leiden-color-lightgrey-89;
93
- $utrecht-table-cell-padding-inline-start: $leiden-size-md;
94
- $utrecht-table-cell-padding-inline-end: $leiden-size-md;
95
- $utrecht-table-cell-padding-block-start: $leiden-size-md;
96
- $utrecht-table-cell-padding-block-end: $leiden-size-md;
97
- $utrecht-table-header-cell-font-weight: $leiden-typography-font-weight-bold;
98
- $utrecht-table-header-font-weight: $leiden-typography-font-weight-bold;
99
- $utrecht-table-margin-block-start: $leiden-size-md;
100
- $utrecht-table-border-width: $leiden-size-4xs;
101
- $utrecht-table-border-color: $leiden-color-lightgrey-89;
102
91
  $utrecht-paragraph-font-weight: $leiden-typography-font-weight-normal;
103
92
  $utrecht-paragraph-font-size: $leiden-font-size-md;
104
93
  $utrecht-paragraph-font-family: $leiden-typography-sans-serif-font-family;
105
- $utrecht-page-padding-inline-end: $leiden-size-lg;
106
- $utrecht-page-padding-inline-start: $leiden-size-lg;
94
+ $utrecht-page-margin-inline-end: $leiden-size-lg;
95
+ $utrecht-page-margin-inline-start: $leiden-size-lg;
107
96
  $utrecht-unordered-list-marker-color: $leiden-color-primary;
108
97
  $utrecht-unordered-list-item-margin-block-end: $leiden-size-xs;
109
98
  $utrecht-unordered-list-item-margin-block-start: $leiden-size-xs;
@@ -202,6 +191,17 @@ $utrecht-textbox-color: $leiden-color-grey-11;
202
191
  $utrecht-textbox-border-width: $leiden-size-4xs;
203
192
  $utrecht-textbox-border-color: $leiden-color-grey-33;
204
193
  $utrecht-textbox-background-color: $leiden-color-white-100;
194
+ $utrecht-table-cell-padding-inline-start: $leiden-size-md;
195
+ $utrecht-table-cell-padding-inline-end: $leiden-size-md;
196
+ $utrecht-table-cell-padding-block-start: $leiden-size-md;
197
+ $utrecht-table-cell-padding-block-end: $leiden-size-md;
198
+ $utrecht-table-header-cell-font-weight: $leiden-typography-font-weight-bold;
199
+ $utrecht-table-margin-block-start: $leiden-size-md;
200
+ $utrecht-table-border-width: $leiden-size-4xs;
201
+ $utrecht-table-border-color: $leiden-color-lightgrey-89;
202
+ $utrecht-table-row-border-block-end-width: $leiden-size-4xs;
203
+ $utrecht-table-row-border-block-end-color: $leiden-color-lightgrey-89;
204
+ $utrecht-table-header-font-weight: $leiden-typography-font-weight-bold;
205
205
  $utrecht-page-header-padding-block-end: $leiden-size-sm;
206
206
  $utrecht-page-header-padding-block-start: $leiden-size-sm;
207
207
  $utrecht-page-header-color: $leiden-color-white-100;
@@ -277,11 +277,11 @@ $leiden-typography-scale-3xs: $leiden-font-size-3xs;
277
277
  $leiden-typography-scale-4xs: $leiden-font-size-4xs;
278
278
  $leiden-color-info: $leiden-color-primary;
279
279
  $conduction-input-select-border: 1px solid $utrecht-form-input-border-color;
280
+ $utrecht-paragraph-color: $utrecht-document-color;
281
+ $utrecht-unordered-list-font-size: $utrecht-document-font-size;
282
+ $utrecht-ordered-list-font-size: $utrecht-document-font-size;
280
283
  $utrecht-table-header-cell-color: $utrecht-document-color;
281
284
  $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
282
- $utrecht-table-header-color: $utrecht-document-color;
283
285
  $utrecht-table-font-size: $utrecht-document-font-size;
284
286
  $utrecht-table-font-family: $utrecht-document-font-family;
285
- $utrecht-paragraph-color: $utrecht-document-color;
286
- $utrecht-unordered-list-font-size: $utrecht-document-font-size;
287
- $utrecht-ordered-list-font-size: $utrecht-document-font-size;
287
+ $utrecht-table-header-color: $utrecht-document-color;