@conduction/theme 1.0.15 → 1.0.17

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 (60) hide show
  1. package/README.md +7 -3
  2. package/conduction-design-tokens/dist/design-tokens.css +7 -3
  3. package/conduction-design-tokens/dist/index.js +7 -3
  4. package/conduction-design-tokens/dist/index.json +88 -4
  5. package/conduction-design-tokens/dist/index.less +7 -3
  6. package/conduction-design-tokens/dist/index.scss +7 -3
  7. package/conduction-design-tokens/dist/tokens.json +88 -8
  8. package/conduction-design-tokens/src/component/utrecht/button.tokens.json +6 -6
  9. package/conduction-design-tokens/src/config.json +1 -1
  10. package/municipalities/leiden-design-tokens/LICENSE.md +17 -0
  11. package/municipalities/leiden-design-tokens/dist/design-tokens.css +283 -0
  12. package/municipalities/leiden-design-tokens/dist/font.css +1 -0
  13. package/municipalities/leiden-design-tokens/dist/index.css +7 -0
  14. package/municipalities/leiden-design-tokens/dist/index.js +281 -0
  15. package/municipalities/leiden-design-tokens/dist/index.json +5470 -0
  16. package/municipalities/leiden-design-tokens/dist/index.less +280 -0
  17. package/municipalities/leiden-design-tokens/dist/index.scss +280 -0
  18. package/municipalities/leiden-design-tokens/dist/tokens.json +5852 -0
  19. package/municipalities/leiden-design-tokens/package.json +40 -0
  20. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +63 -0
  21. package/municipalities/leiden-design-tokens/src/brand/leiden/font-size.tokens.json +17 -0
  22. package/municipalities/leiden-design-tokens/src/brand/leiden/size.tokens.json +17 -0
  23. package/municipalities/leiden-design-tokens/src/brand/leiden/typography.tokens.json +42 -0
  24. package/municipalities/leiden-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  25. package/municipalities/leiden-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  26. package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +15 -0
  27. package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +15 -0
  28. package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  29. package/municipalities/leiden-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
  30. package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  31. package/municipalities/leiden-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  32. package/municipalities/leiden-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  33. package/municipalities/leiden-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  34. package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  35. package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  36. package/municipalities/leiden-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  37. package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  38. package/municipalities/leiden-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  39. package/municipalities/leiden-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  40. package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  41. package/municipalities/leiden-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  42. package/municipalities/leiden-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  43. package/municipalities/leiden-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  44. package/municipalities/leiden-design-tokens/src/config.json +7 -0
  45. package/municipalities/leiden-design-tokens/src/font.scss +1 -0
  46. package/municipalities/leiden-design-tokens/src/index.scss +11 -0
  47. package/municipalities/leiden-design-tokens/style-dictionary.config.js +6 -0
  48. package/municipalities/leiden.css +61 -40
  49. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +16 -15
  50. package/municipalities/xxllnc-design-tokens/dist/index.js +17 -16
  51. package/municipalities/xxllnc-design-tokens/dist/index.json +55 -38
  52. package/municipalities/xxllnc-design-tokens/dist/index.less +16 -15
  53. package/municipalities/xxllnc-design-tokens/dist/index.scss +16 -15
  54. package/municipalities/xxllnc-design-tokens/dist/tokens.json +184 -170
  55. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -3
  56. package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +2 -2
  57. package/municipalities/xxllnc.css +1 -1
  58. package/package.json +1 -1
  59. package/theme.css +4 -4
  60. /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{footer.tokens.json → page-footer.tokens.json} +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 08 Aug 2023 14:20:55 GMT
3
+ * Generated on Thu, 10 Aug 2023 09:52:10 GMT
4
4
  */
5
5
 
6
6
  export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
@@ -10,13 +10,13 @@ export const xxllncColorAlertError = "#721c24";
10
10
  export const xxllncColorAlertErrorBackground = "#f8d7da";
11
11
  export const xxllncColorWarning = "#ffc107";
12
12
  export const xxllncColorAlertWarning = "#856404";
13
- export const xxllncColorAlertWarningBackground = "#333338";
13
+ export const xxllncColorAlertWarningBackground = "#fff3cd";
14
14
  export const xxllncColorSucces = "#28a745";
15
15
  export const xxllncColorAlertSucces = "#155724";
16
16
  export const xxllncColorAlertSuccesBackground = "#d4edda";
17
17
  export const xxllncColorInfo = "#000000ad";
18
- export const xxllncColorAlertInfo = "#155724";
19
- export const xxllncColorAlertInfoBackground = "#d4edda";
18
+ export const xxllncColorAlertInfo = "#28282c";
19
+ export const xxllncColorAlertInfoBackground = "#eaeaea";
20
20
  export const xxllncColorWhite95 = "#f1f1f1";
21
21
  export const xxllncColorWhite100 = "#ffffff"; // Base/White
22
22
  export const xxllncColorWhite1000t = "#ffffff"; // White with 0% transparency
@@ -98,19 +98,19 @@ export const utrechtCardPaddingInlineEnd = "18px";
98
98
  export const utrechtCardPaddingInlineStart = "18px";
99
99
  export const utrechtCardPaddingBlockEnd = "18px";
100
100
  export const utrechtCardPaddingBlockStart = "18px";
101
- export const utrechtAlertBackgroundColor = "#d4edda";
102
- export const utrechtAlertColor = "#155724";
101
+ export const utrechtAlertBackgroundColor = "#eaeaea";
102
+ export const utrechtAlertColor = "#28282c";
103
103
  export const utrechtAlertPaddingBlockStart = "24px";
104
104
  export const utrechtAlertPaddingBlockEnd = "24px";
105
105
  export const utrechtAlertPaddingInlineStart = "24px";
106
106
  export const utrechtAlertPaddingInlineEnd = "24px";
107
- export const utrechtAlertWarningBackgroundColor = "#333338";
107
+ export const utrechtAlertWarningBackgroundColor = "#fff3cd";
108
108
  export const utrechtAlertWarningColor = "#856404";
109
109
  export const utrechtAlertErrorBackgroundColor = "#f8d7da";
110
110
  export const utrechtAlertErrorColor = "#721c24";
111
111
  export const utrechtAlertOkBackgroundColor = "#d4edda";
112
112
  export const utrechtAlertOkColor = "#155724";
113
- export const utrechtAlertIconColor = "#155724";
113
+ export const utrechtAlertIconColor = "#28282c";
114
114
  export const utrechtAlertIconErrorColor = "#721c24";
115
115
  export const utrechtAlertIconGap = "8px";
116
116
  export const utrechtAlertIconWarningColor = "#856404";
@@ -164,13 +164,6 @@ export const utrechtDocumentBackgroundColor = "#ffffff";
164
164
  export const utrechtDocumentColor = "#28282c";
165
165
  export const utrechtDocumentFontFamily = "neue-haas-grotesk-text, sans-serif";
166
166
  export const utrechtDocumentFontSize = "16px";
167
- export const utrechtPageFooterBackgroundColor = "#ffffff";
168
- export const utrechtPageFooterBackgroundImage = "unset";
169
- export const utrechtPageFooterColor = "#000000ad";
170
- export const utrechtPageFooterPaddingInlineEnd = "14px";
171
- export const utrechtPageFooterPaddingInlineStart = "14px";
172
- export const utrechtPageFooterPaddingBlockEnd = "48px";
173
- export const utrechtPageFooterPaddingBlockStart = "48px";
174
167
  export const utrechtFormInputBackgroundColor = "#ffffff";
175
168
  export const utrechtFormInputBorderColor = "#00000038";
176
169
  export const utrechtFormInputBorderRadius = "6px";
@@ -234,6 +227,13 @@ export const utrechtUnorderedListItemMarginBlockStart = "8px";
234
227
  export const utrechtUnorderedListItemMarginBlockEnd = "8px";
235
228
  export const utrechtUnorderedListItemPaddingInlineStart = "1ch";
236
229
  export const utrechtUnorderedListMarkerColor = "#000000ad";
230
+ export const utrechtPageFooterBackgroundColor = "#ffffff";
231
+ export const utrechtPageFooterBackgroundImage = "unset";
232
+ export const utrechtPageFooterColor = "#000000ad";
233
+ export const utrechtPageFooterPaddingInlineEnd = "14px";
234
+ export const utrechtPageFooterPaddingInlineStart = "14px";
235
+ export const utrechtPageFooterPaddingBlockEnd = "48px";
236
+ export const utrechtPageFooterPaddingBlockStart = "48px";
237
237
  export const utrechtPageHeaderBackgroundColor = "#eaeaea";
238
238
  export const utrechtPageHeaderColor = "#28282c";
239
239
  export const utrechtPageHeaderPaddingBlockStart = "14px";
@@ -246,6 +246,8 @@ export const utrechtParagraphFontFamily = "neue-haas-grotesk-text, sans-serif";
246
246
  export const utrechtParagraphFontSize = "16px";
247
247
  export const utrechtParagraphFontWeight = "400";
248
248
  export const utrechtParagraphLineHeight = "1.5em";
249
+ export const utrechtParagraphMarginBlockStart = 0;
250
+ export const utrechtParagraphMarginBlockEnd = 0;
249
251
  export const utrechtTableBorderColor = "#f5f5f5";
250
252
  export const utrechtTableBorderWidth = "1px";
251
253
  export const utrechtTableFontFamily = "neue-haas-grotesk-text, sans-serif";
@@ -284,4 +286,3 @@ export const conductionInputSelectBorderRadius = "6px";
284
286
  export const conductionInputSelectInvalidBorderColor = "#dc3545";
285
287
  export const conductionInputSelectPaddingBlockEnd = 0;
286
288
  export const conductionInputSelectPaddingBlockStart = 0;
287
- export const conductionInputSelectFocusBorder = "1px solid #eaeaea";
@@ -75,27 +75,6 @@
75
75
  "border-radius"
76
76
  ]
77
77
  },
78
- {
79
- "value": "1px solid #eaeaea",
80
- "filePath": "src/component/conduction/select.tokens.json",
81
- "isSource": true,
82
- "original": {
83
- "value": "1px solid {xxllnc.color.grey.92}"
84
- },
85
- "name": "conductionInputSelectFocusBorder",
86
- "attributes": {
87
- "category": "conduction",
88
- "type": "input-select",
89
- "item": "focus",
90
- "subitem": "border"
91
- },
92
- "path": [
93
- "conduction",
94
- "input-select",
95
- "focus",
96
- "border"
97
- ]
98
- },
99
78
  {
100
79
  "value": "#dc3545",
101
80
  "filePath": "src/component/conduction/select.tokens.json",
@@ -217,7 +196,7 @@
217
196
  ]
218
197
  },
219
198
  {
220
- "value": "#d4edda",
199
+ "value": "#eaeaea",
221
200
  "filePath": "src/component/utrecht/alert.tokens.json",
222
201
  "isSource": true,
223
202
  "original": {
@@ -236,7 +215,7 @@
236
215
  ]
237
216
  },
238
217
  {
239
- "value": "#155724",
218
+ "value": "#28282c",
240
219
  "filePath": "src/component/utrecht/alert.tokens.json",
241
220
  "isSource": true,
242
221
  "original": {
@@ -297,7 +276,7 @@
297
276
  ]
298
277
  },
299
278
  {
300
- "value": "#155724",
279
+ "value": "#28282c",
301
280
  "filePath": "src/component/utrecht/alert.tokens.json",
302
281
  "isSource": true,
303
282
  "original": {
@@ -526,7 +505,7 @@
526
505
  ]
527
506
  },
528
507
  {
529
- "value": "#333338",
508
+ "value": "#fff3cd",
530
509
  "filePath": "src/component/utrecht/alert.tokens.json",
531
510
  "isSource": true,
532
511
  "original": {
@@ -2759,7 +2738,7 @@
2759
2738
  },
2760
2739
  {
2761
2740
  "value": "#ffffff",
2762
- "filePath": "src/component/utrecht/footer.tokens.json",
2741
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2763
2742
  "isSource": true,
2764
2743
  "original": {
2765
2744
  "value": "{xxllnc.color.white.100}"
@@ -2778,7 +2757,7 @@
2778
2757
  },
2779
2758
  {
2780
2759
  "value": "unset",
2781
- "filePath": "src/component/utrecht/footer.tokens.json",
2760
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2782
2761
  "isSource": true,
2783
2762
  "original": {
2784
2763
  "value": "unset"
@@ -2797,7 +2776,7 @@
2797
2776
  },
2798
2777
  {
2799
2778
  "value": "#000000ad",
2800
- "filePath": "src/component/utrecht/footer.tokens.json",
2779
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2801
2780
  "isSource": true,
2802
2781
  "original": {
2803
2782
  "value": "{xxllnc.color.primary}"
@@ -2816,7 +2795,7 @@
2816
2795
  },
2817
2796
  {
2818
2797
  "value": "48px",
2819
- "filePath": "src/component/utrecht/footer.tokens.json",
2798
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2820
2799
  "isSource": true,
2821
2800
  "original": {
2822
2801
  "value": "{xxllnc.size.2xl}"
@@ -2835,7 +2814,7 @@
2835
2814
  },
2836
2815
  {
2837
2816
  "value": "48px",
2838
- "filePath": "src/component/utrecht/footer.tokens.json",
2817
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2839
2818
  "isSource": true,
2840
2819
  "original": {
2841
2820
  "value": "{xxllnc.size.2xl}"
@@ -2854,7 +2833,7 @@
2854
2833
  },
2855
2834
  {
2856
2835
  "value": "14px",
2857
- "filePath": "src/component/utrecht/footer.tokens.json",
2836
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2858
2837
  "isSource": true,
2859
2838
  "original": {
2860
2839
  "value": "{xxllnc.size.sm}"
@@ -2873,7 +2852,7 @@
2873
2852
  },
2874
2853
  {
2875
2854
  "value": "14px",
2876
- "filePath": "src/component/utrecht/footer.tokens.json",
2855
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2877
2856
  "isSource": true,
2878
2857
  "original": {
2879
2858
  "value": "{xxllnc.size.sm}"
@@ -3118,6 +3097,44 @@
3118
3097
  "line-height"
3119
3098
  ]
3120
3099
  },
3100
+ {
3101
+ "value": 0,
3102
+ "filePath": "src/component/utrecht/paragraph.tokens.json",
3103
+ "isSource": true,
3104
+ "original": {
3105
+ "value": 0
3106
+ },
3107
+ "name": "utrechtParagraphMarginBlockEnd",
3108
+ "attributes": {
3109
+ "category": "utrecht",
3110
+ "type": "paragraph",
3111
+ "item": "margin-block-end"
3112
+ },
3113
+ "path": [
3114
+ "utrecht",
3115
+ "paragraph",
3116
+ "margin-block-end"
3117
+ ]
3118
+ },
3119
+ {
3120
+ "value": 0,
3121
+ "filePath": "src/component/utrecht/paragraph.tokens.json",
3122
+ "isSource": true,
3123
+ "original": {
3124
+ "value": 0
3125
+ },
3126
+ "name": "utrechtParagraphMarginBlockStart",
3127
+ "attributes": {
3128
+ "category": "utrecht",
3129
+ "type": "paragraph",
3130
+ "item": "margin-block-start"
3131
+ },
3132
+ "path": [
3133
+ "utrecht",
3134
+ "paragraph",
3135
+ "margin-block-start"
3136
+ ]
3137
+ },
3121
3138
  {
3122
3139
  "value": "48px",
3123
3140
  "filePath": "src/common/utrecht/space.tokens.json",
@@ -4312,11 +4329,11 @@
4312
4329
  ]
4313
4330
  },
4314
4331
  {
4315
- "value": "#155724",
4332
+ "value": "#28282c",
4316
4333
  "filePath": "src/brand/xxllnc/color.tokens.json",
4317
4334
  "isSource": true,
4318
4335
  "original": {
4319
- "value": "#155724"
4336
+ "value": "{xxllnc.color.black.16}"
4320
4337
  },
4321
4338
  "name": "xxllncColorAlertInfo",
4322
4339
  "attributes": {
@@ -4331,11 +4348,11 @@
4331
4348
  ]
4332
4349
  },
4333
4350
  {
4334
- "value": "#d4edda",
4351
+ "value": "#eaeaea",
4335
4352
  "filePath": "src/brand/xxllnc/color.tokens.json",
4336
4353
  "isSource": true,
4337
4354
  "original": {
4338
- "value": "#d4edda"
4355
+ "value": "{xxllnc.color.grey.92}"
4339
4356
  },
4340
4357
  "name": "xxllncColorAlertInfoBackground",
4341
4358
  "attributes": {
@@ -4407,11 +4424,11 @@
4407
4424
  ]
4408
4425
  },
4409
4426
  {
4410
- "value": "#333338",
4427
+ "value": "#fff3cd",
4411
4428
  "filePath": "src/brand/xxllnc/color.tokens.json",
4412
4429
  "isSource": true,
4413
4430
  "original": {
4414
- "value": "#333338"
4431
+ "value": "#fff3cd"
4415
4432
  },
4416
4433
  "name": "xxllncColorAlertWarningBackground",
4417
4434
  "attributes": {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 08 Aug 2023 14:20:55 GMT
3
+ // Generated on Thu, 10 Aug 2023 09:52:10 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -10,8 +10,11 @@
10
10
  @utrecht-table-header-cell-text-transform: unset;
11
11
  @utrecht-table-header-text-transform: unset;
12
12
  @utrecht-table-margin-block-end: 0;
13
+ @utrecht-paragraph-margin-block-end: 0;
14
+ @utrecht-paragraph-margin-block-start: 0;
13
15
  @utrecht-paragraph-line-height: 1.5em;
14
16
  @utrecht-page-max-inline-size: 1140px;
17
+ @utrecht-page-footer-background-image: unset;
15
18
  @utrecht-unordered-list-item-padding-inline-start: 1ch;
16
19
  @utrecht-unordered-list-padding-inline-start: 2ch;
17
20
  @utrecht-unordered-list-margin-block-end: 0;
@@ -23,7 +26,6 @@
23
26
  @utrecht-link-text-decoration: none;
24
27
  @utrecht-form-input-font-size: 15px;
25
28
  @utrecht-form-input-border-radius: 6px;
26
- @utrecht-page-footer-background-image: unset;
27
29
  @utrecht-code-block-margin-inline-end: 0;
28
30
  @utrecht-code-block-margin-inline-start: 0;
29
31
  @utrecht-code-font-size: inherit;
@@ -79,12 +81,10 @@
79
81
  @xxllnc-color-white-100-0t: #ffffff; // White with 0% transparency
80
82
  @xxllnc-color-white-100: #ffffff; // Base/White
81
83
  @xxllnc-color-white-95: #f1f1f1;
82
- @xxllnc-color-alert-info-background: #d4edda;
83
- @xxllnc-color-alert-info: #155724;
84
84
  @xxllnc-color-alert-succes-background: #d4edda;
85
85
  @xxllnc-color-alert-succes: #155724;
86
86
  @xxllnc-color-succes: #28a745;
87
- @xxllnc-color-alert-warning-background: #333338;
87
+ @xxllnc-color-alert-warning-background: #fff3cd;
88
88
  @xxllnc-color-alert-warning: #856404;
89
89
  @xxllnc-color-warning: #ffc107;
90
90
  @xxllnc-color-alert-error-background: #f8d7da;
@@ -92,7 +92,6 @@
92
92
  @xxllnc-color-error: #dc3545;
93
93
  @xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
94
94
  @xxllnc-color-primary: #000000ad; // Primary with 68% transparency
95
- @conduction-input-select-focus-border: 1px solid @xxllnc-color-grey-92;
96
95
  @conduction-input-select-invalid-border-color: @xxllnc-color-error;
97
96
  @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
98
97
  @conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
@@ -127,6 +126,12 @@
127
126
  @utrecht-page-header-padding-block-start: @xxllnc-size-sm;
128
127
  @utrecht-page-header-color: @xxllnc-color-black-16;
129
128
  @utrecht-page-header-background-color: @xxllnc-color-grey-92;
129
+ @utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
130
+ @utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
131
+ @utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
132
+ @utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
133
+ @utrecht-page-footer-color: @xxllnc-color-primary;
134
+ @utrecht-page-footer-background-color: @xxllnc-color-white-100;
130
135
  @utrecht-unordered-list-marker-color: @xxllnc-color-primary;
131
136
  @utrecht-unordered-list-item-margin-block-end: @xxllnc-size-xs;
132
137
  @utrecht-unordered-list-item-margin-block-start: @xxllnc-size-xs;
@@ -177,12 +182,6 @@
177
182
  @utrecht-form-input-border-width: @xxllnc-size-4xs;
178
183
  @utrecht-form-input-border-color: @xxllnc-color-black-0-22t;
179
184
  @utrecht-form-input-background-color: @xxllnc-color-white-100-0t;
180
- @utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
181
- @utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
182
- @utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
183
- @utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
184
- @utrecht-page-footer-color: @xxllnc-color-primary;
185
- @utrecht-page-footer-background-color: @xxllnc-color-white-100;
186
185
  @utrecht-document-font-size: @xxllnc-font-size-md;
187
186
  @utrecht-document-font-family: @xxllnc-typography-sans-serif-font-family;
188
187
  @utrecht-document-color: @xxllnc-color-black-16;
@@ -227,7 +226,6 @@
227
226
  @utrecht-alert-icon-warning-color: @xxllnc-color-alert-warning;
228
227
  @utrecht-alert-icon-gap: @xxllnc-size-xs;
229
228
  @utrecht-alert-icon-error-color: @xxllnc-color-alert-error;
230
- @utrecht-alert-icon-color: @xxllnc-color-alert-info;
231
229
  @utrecht-alert-ok-color: @xxllnc-color-alert-succes;
232
230
  @utrecht-alert-ok-background-color: @xxllnc-color-alert-succes-background;
233
231
  @utrecht-alert-error-color: @xxllnc-color-alert-error;
@@ -238,8 +236,6 @@
238
236
  @utrecht-alert-padding-inline-start: @xxllnc-size-lg;
239
237
  @utrecht-alert-padding-block-end: @xxllnc-size-lg;
240
238
  @utrecht-alert-padding-block-start: @xxllnc-size-lg;
241
- @utrecht-alert-color: @xxllnc-color-alert-info;
242
- @utrecht-alert-background-color: @xxllnc-color-alert-info-background;
243
239
  @utrecht-card-padding-block-start: @xxllnc-size-md;
244
240
  @utrecht-card-padding-block-end: @xxllnc-size-md;
245
241
  @utrecht-card-padding-inline-start: @xxllnc-size-md;
@@ -275,6 +271,8 @@
275
271
  @xxllnc-typography-scale-2xs: @xxllnc-font-size-2xs;
276
272
  @xxllnc-typography-scale-3xs: @xxllnc-font-size-3xs;
277
273
  @xxllnc-typography-scale-4xs: @xxllnc-font-size-4xs;
274
+ @xxllnc-color-alert-info-background: @xxllnc-color-grey-92;
275
+ @xxllnc-color-alert-info: @xxllnc-color-black-16;
278
276
  @xxllnc-color-info: @xxllnc-color-primary;
279
277
  @utrecht-table-header-cell-color: @utrecht-document-color;
280
278
  @utrecht-table-header-cell-font-size: @utrecht-document-font-size;
@@ -284,3 +282,6 @@
284
282
  @utrecht-paragraph-color: @utrecht-document-color;
285
283
  @utrecht-unordered-list-font-size: @utrecht-document-font-size;
286
284
  @utrecht-ordered-list-font-size: @utrecht-document-font-size;
285
+ @utrecht-alert-icon-color: @xxllnc-color-alert-info;
286
+ @utrecht-alert-color: @xxllnc-color-alert-info;
287
+ @utrecht-alert-background-color: @xxllnc-color-alert-info-background;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 08 Aug 2023 14:20:55 GMT
3
+ // Generated on Thu, 10 Aug 2023 09:52:10 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -10,8 +10,11 @@ $utrecht-textbox-border-radius: 6px;
10
10
  $utrecht-table-header-cell-text-transform: unset;
11
11
  $utrecht-table-header-text-transform: unset;
12
12
  $utrecht-table-margin-block-end: 0;
13
+ $utrecht-paragraph-margin-block-end: 0;
14
+ $utrecht-paragraph-margin-block-start: 0;
13
15
  $utrecht-paragraph-line-height: 1.5em;
14
16
  $utrecht-page-max-inline-size: 1140px;
17
+ $utrecht-page-footer-background-image: unset;
15
18
  $utrecht-unordered-list-item-padding-inline-start: 1ch;
16
19
  $utrecht-unordered-list-padding-inline-start: 2ch;
17
20
  $utrecht-unordered-list-margin-block-end: 0;
@@ -23,7 +26,6 @@ $utrecht-link-text-decoration-color: unset;
23
26
  $utrecht-link-text-decoration: none;
24
27
  $utrecht-form-input-font-size: 15px;
25
28
  $utrecht-form-input-border-radius: 6px;
26
- $utrecht-page-footer-background-image: unset;
27
29
  $utrecht-code-block-margin-inline-end: 0;
28
30
  $utrecht-code-block-margin-inline-start: 0;
29
31
  $utrecht-code-font-size: inherit;
@@ -79,12 +81,10 @@ $xxllnc-color-black-16: #28282c; // Base/Black
79
81
  $xxllnc-color-white-100-0t: #ffffff; // White with 0% transparency
80
82
  $xxllnc-color-white-100: #ffffff; // Base/White
81
83
  $xxllnc-color-white-95: #f1f1f1;
82
- $xxllnc-color-alert-info-background: #d4edda;
83
- $xxllnc-color-alert-info: #155724;
84
84
  $xxllnc-color-alert-succes-background: #d4edda;
85
85
  $xxllnc-color-alert-succes: #155724;
86
86
  $xxllnc-color-succes: #28a745;
87
- $xxllnc-color-alert-warning-background: #333338;
87
+ $xxllnc-color-alert-warning-background: #fff3cd;
88
88
  $xxllnc-color-alert-warning: #856404;
89
89
  $xxllnc-color-warning: #ffc107;
90
90
  $xxllnc-color-alert-error-background: #f8d7da;
@@ -92,7 +92,6 @@ $xxllnc-color-alert-error: #721c24;
92
92
  $xxllnc-color-error: #dc3545;
93
93
  $xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
94
94
  $xxllnc-color-primary: #000000ad; // Primary with 68% transparency
95
- $conduction-input-select-focus-border: 1px solid $xxllnc-color-grey-92;
96
95
  $conduction-input-select-invalid-border-color: $xxllnc-color-error;
97
96
  $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
98
97
  $conduction-input-select-border: 1px solid $xxllnc-color-grey-92;
@@ -127,6 +126,12 @@ $utrecht-page-header-padding-block-end: $xxllnc-size-sm;
127
126
  $utrecht-page-header-padding-block-start: $xxllnc-size-sm;
128
127
  $utrecht-page-header-color: $xxllnc-color-black-16;
129
128
  $utrecht-page-header-background-color: $xxllnc-color-grey-92;
129
+ $utrecht-page-footer-padding-block-start: $xxllnc-size-2xl;
130
+ $utrecht-page-footer-padding-block-end: $xxllnc-size-2xl;
131
+ $utrecht-page-footer-padding-inline-start: $xxllnc-size-sm;
132
+ $utrecht-page-footer-padding-inline-end: $xxllnc-size-sm;
133
+ $utrecht-page-footer-color: $xxllnc-color-primary;
134
+ $utrecht-page-footer-background-color: $xxllnc-color-white-100;
130
135
  $utrecht-unordered-list-marker-color: $xxllnc-color-primary;
131
136
  $utrecht-unordered-list-item-margin-block-end: $xxllnc-size-xs;
132
137
  $utrecht-unordered-list-item-margin-block-start: $xxllnc-size-xs;
@@ -177,12 +182,6 @@ $utrecht-form-input-color: $xxllnc-color-grey-43;
177
182
  $utrecht-form-input-border-width: $xxllnc-size-4xs;
178
183
  $utrecht-form-input-border-color: $xxllnc-color-black-0-22t;
179
184
  $utrecht-form-input-background-color: $xxllnc-color-white-100-0t;
180
- $utrecht-page-footer-padding-block-start: $xxllnc-size-2xl;
181
- $utrecht-page-footer-padding-block-end: $xxllnc-size-2xl;
182
- $utrecht-page-footer-padding-inline-start: $xxllnc-size-sm;
183
- $utrecht-page-footer-padding-inline-end: $xxllnc-size-sm;
184
- $utrecht-page-footer-color: $xxllnc-color-primary;
185
- $utrecht-page-footer-background-color: $xxllnc-color-white-100;
186
185
  $utrecht-document-font-size: $xxllnc-font-size-md;
187
186
  $utrecht-document-font-family: $xxllnc-typography-sans-serif-font-family;
188
187
  $utrecht-document-color: $xxllnc-color-black-16;
@@ -227,7 +226,6 @@ $utrecht-alert-icon-ok-color: $xxllnc-color-alert-succes;
227
226
  $utrecht-alert-icon-warning-color: $xxllnc-color-alert-warning;
228
227
  $utrecht-alert-icon-gap: $xxllnc-size-xs;
229
228
  $utrecht-alert-icon-error-color: $xxllnc-color-alert-error;
230
- $utrecht-alert-icon-color: $xxllnc-color-alert-info;
231
229
  $utrecht-alert-ok-color: $xxllnc-color-alert-succes;
232
230
  $utrecht-alert-ok-background-color: $xxllnc-color-alert-succes-background;
233
231
  $utrecht-alert-error-color: $xxllnc-color-alert-error;
@@ -238,8 +236,6 @@ $utrecht-alert-padding-inline-end: $xxllnc-size-lg;
238
236
  $utrecht-alert-padding-inline-start: $xxllnc-size-lg;
239
237
  $utrecht-alert-padding-block-end: $xxllnc-size-lg;
240
238
  $utrecht-alert-padding-block-start: $xxllnc-size-lg;
241
- $utrecht-alert-color: $xxllnc-color-alert-info;
242
- $utrecht-alert-background-color: $xxllnc-color-alert-info-background;
243
239
  $utrecht-card-padding-block-start: $xxllnc-size-md;
244
240
  $utrecht-card-padding-block-end: $xxllnc-size-md;
245
241
  $utrecht-card-padding-inline-start: $xxllnc-size-md;
@@ -275,6 +271,8 @@ $xxllnc-typography-scale-xs: $xxllnc-font-size-xs;
275
271
  $xxllnc-typography-scale-2xs: $xxllnc-font-size-2xs;
276
272
  $xxllnc-typography-scale-3xs: $xxllnc-font-size-3xs;
277
273
  $xxllnc-typography-scale-4xs: $xxllnc-font-size-4xs;
274
+ $xxllnc-color-alert-info-background: $xxllnc-color-grey-92;
275
+ $xxllnc-color-alert-info: $xxllnc-color-black-16;
278
276
  $xxllnc-color-info: $xxllnc-color-primary;
279
277
  $utrecht-table-header-cell-color: $utrecht-document-color;
280
278
  $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
@@ -284,3 +282,6 @@ $utrecht-table-font-family: $utrecht-document-font-family;
284
282
  $utrecht-paragraph-color: $utrecht-document-color;
285
283
  $utrecht-unordered-list-font-size: $utrecht-document-font-size;
286
284
  $utrecht-ordered-list-font-size: $utrecht-document-font-size;
285
+ $utrecht-alert-icon-color: $xxllnc-color-alert-info;
286
+ $utrecht-alert-color: $xxllnc-color-alert-info;
287
+ $utrecht-alert-background-color: $xxllnc-color-alert-info-background;