@conduction/theme 1.0.27 → 1.0.29
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.
- package/README.md +5 -0
- package/conduction-design-tokens/dist/design-tokens.css +5 -1
- package/conduction-design-tokens/dist/index.js +5 -1
- package/conduction-design-tokens/dist/index.json +86 -0
- package/conduction-design-tokens/dist/index.less +5 -1
- package/conduction-design-tokens/dist/index.scss +5 -1
- package/conduction-design-tokens/dist/tokens.json +96 -1
- package/conduction-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +86 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +5 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +96 -1
- package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/epe-design-tokens/dist/design-tokens.css +10 -6
- package/municipalities/epe-design-tokens/dist/index.js +10 -6
- package/municipalities/epe-design-tokens/dist/index.json +179 -83
- package/municipalities/epe-design-tokens/dist/index.less +10 -6
- package/municipalities/epe-design-tokens/dist/index.scss +10 -6
- package/municipalities/epe-design-tokens/dist/tokens.json +200 -95
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +9 -9
- package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/leiden-design-tokens/dist/index.js +5 -1
- package/municipalities/leiden-design-tokens/dist/index.json +86 -0
- package/municipalities/leiden-design-tokens/dist/index.less +5 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +5 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +96 -1
- package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.json +153 -80
- package/municipalities/noordwijk-design-tokens/dist/index.less +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +164 -81
- package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +20 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +4 -4
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +86 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +5 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +96 -1
- package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +86 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +5 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +96 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 11:15:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.epe-theme {
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
--epe-color-warning: #ffc107;
|
|
112
112
|
--epe-color-alert-error-background: #f8d7da;
|
|
113
113
|
--epe-color-error: #dc3545;
|
|
114
|
+
--conduction-input-select-placeholder-font-family: var(--epe-typography-source-sans-font-family);
|
|
115
|
+
--conduction-input-select-list-option-hover-font-family: var(--epe-typography-source-sans-font-family);
|
|
116
|
+
--conduction-input-select-list-option-font-family: var(--epe-typography-source-sans-font-family);
|
|
114
117
|
--conduction-input-select-invalid-border-color: var(--epe-color-error);
|
|
115
118
|
--conduction-input-select-border: var(--epe-size-4xs) solid var(--epe-color-lightgrey-41);
|
|
116
119
|
--conduction-input-select-background-color: var(--epe-color-white-100);
|
|
@@ -120,11 +123,10 @@
|
|
|
120
123
|
--conduction-card-wrapper-padding-inline-end: var(--epe-size-md);
|
|
121
124
|
--conduction-card-wrapper-hover-background-color: var(--epe-color-yellow-90);
|
|
122
125
|
--conduction-card-wrapper-background-color: var(--epe-color-white-100);
|
|
123
|
-
--conduction-date-margin-block-end: var(--epe-
|
|
124
|
-
--conduction-date-font-weight: var(--epe-
|
|
125
|
-
--conduction-date-font-size: var(--epe-
|
|
126
|
-
--conduction-
|
|
127
|
-
--conduction-title-color: var(--epe-color-blue-31);
|
|
126
|
+
--conduction-card-header-date-margin-block-end: var(--epe-size-xs);
|
|
127
|
+
--conduction-card-header-date-font-weight: var(--epe-typography-font-weight-light);
|
|
128
|
+
--conduction-card-header-date-font-size: var(--epe-font-size-sm);
|
|
129
|
+
--conduction-card-header-title-color: var(--epe-color-blue-31);
|
|
128
130
|
--conduction-card-header-hover-border-bottom-color: var(--epe-color-blue-31);
|
|
129
131
|
--conduction-card-header-hover-border-bottom-width: var(--epe-size-4xs);
|
|
130
132
|
--conduction-card-header-border-bottom-color: var(--epe-color-yellow-42);
|
|
@@ -309,8 +311,10 @@
|
|
|
309
311
|
--epe-color-alert-error: var(--epe-color-black-19);
|
|
310
312
|
--epe-color-primary-hover: var(--epe-color-light-blue-21);
|
|
311
313
|
--epe-color-primary: var(--epe-color-light-blue-31);
|
|
314
|
+
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
312
315
|
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
313
316
|
--conduction-card-wrapper-color: var(--utrecht-document-color);
|
|
317
|
+
--conduction-card-header-date-color: var(--utrecht-document-color);
|
|
314
318
|
--conduction-card-header-color: var(--utrecht-document-color);
|
|
315
319
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
316
320
|
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 11:15:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const epeColorPrimary = "#01699d";
|
|
@@ -309,11 +309,11 @@ export const conductionCardHeaderColor = "#2e2e33";
|
|
|
309
309
|
export const conductionCardHeaderHoverBorderBottomWidth = "1px";
|
|
310
310
|
export const conductionCardHeaderHoverBorderBottomStyle = "solid";
|
|
311
311
|
export const conductionCardHeaderHoverBorderBottomColor = "#00549e";
|
|
312
|
-
export const
|
|
313
|
-
export const
|
|
314
|
-
export const
|
|
315
|
-
export const
|
|
316
|
-
export const
|
|
312
|
+
export const conductionCardHeaderTitleColor = "#00549e";
|
|
313
|
+
export const conductionCardHeaderDateColor = "#2e2e33";
|
|
314
|
+
export const conductionCardHeaderDateFontSize = "14px";
|
|
315
|
+
export const conductionCardHeaderDateFontWeight = "100";
|
|
316
|
+
export const conductionCardHeaderDateMarginBlockEnd = "8px";
|
|
317
317
|
export const conductionCardWrapperBackgroundColor = "#ffffff";
|
|
318
318
|
export const conductionCardWrapperBorderRadius = "0px";
|
|
319
319
|
export const conductionCardWrapperColor = "#2e2e33";
|
|
@@ -329,3 +329,7 @@ export const conductionInputSelectBorderRadius = "4px";
|
|
|
329
329
|
export const conductionInputSelectInvalidBorderColor = "#dc3545";
|
|
330
330
|
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
331
331
|
export const conductionInputSelectPaddingBlockStart = 0;
|
|
332
|
+
export const conductionInputSelectListOptionFontFamily = "\"Source Sans\"";
|
|
333
|
+
export const conductionInputSelectListOptionHoverFontFamily = "\"Source Sans\"";
|
|
334
|
+
export const conductionInputSelectPlaceholderColor = "#757575";
|
|
335
|
+
export const conductionInputSelectPlaceholderFontFamily = "\"Source Sans\"";
|
|
@@ -75,6 +75,90 @@
|
|
|
75
75
|
"color"
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
|
+
{
|
|
79
|
+
"value": "#2e2e33",
|
|
80
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
81
|
+
"isSource": true,
|
|
82
|
+
"original": {
|
|
83
|
+
"value": "{utrecht.document.color}"
|
|
84
|
+
},
|
|
85
|
+
"name": "conductionCardHeaderDateColor",
|
|
86
|
+
"attributes": {
|
|
87
|
+
"category": "conduction",
|
|
88
|
+
"type": "card-header",
|
|
89
|
+
"item": "date",
|
|
90
|
+
"subitem": "color"
|
|
91
|
+
},
|
|
92
|
+
"path": [
|
|
93
|
+
"conduction",
|
|
94
|
+
"card-header",
|
|
95
|
+
"date",
|
|
96
|
+
"color"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"value": "14px",
|
|
101
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
102
|
+
"isSource": true,
|
|
103
|
+
"original": {
|
|
104
|
+
"value": "{epe.font-size.sm}"
|
|
105
|
+
},
|
|
106
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
107
|
+
"attributes": {
|
|
108
|
+
"category": "conduction",
|
|
109
|
+
"type": "card-header",
|
|
110
|
+
"item": "date",
|
|
111
|
+
"subitem": "font-size"
|
|
112
|
+
},
|
|
113
|
+
"path": [
|
|
114
|
+
"conduction",
|
|
115
|
+
"card-header",
|
|
116
|
+
"date",
|
|
117
|
+
"font-size"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"value": "100",
|
|
122
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
123
|
+
"isSource": true,
|
|
124
|
+
"original": {
|
|
125
|
+
"value": "{epe.typography.font-weight.light}"
|
|
126
|
+
},
|
|
127
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
128
|
+
"attributes": {
|
|
129
|
+
"category": "conduction",
|
|
130
|
+
"type": "card-header",
|
|
131
|
+
"item": "date",
|
|
132
|
+
"subitem": "font-weight"
|
|
133
|
+
},
|
|
134
|
+
"path": [
|
|
135
|
+
"conduction",
|
|
136
|
+
"card-header",
|
|
137
|
+
"date",
|
|
138
|
+
"font-weight"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"value": "8px",
|
|
143
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
144
|
+
"isSource": true,
|
|
145
|
+
"original": {
|
|
146
|
+
"value": "{epe.size.xs}"
|
|
147
|
+
},
|
|
148
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
149
|
+
"attributes": {
|
|
150
|
+
"category": "conduction",
|
|
151
|
+
"type": "card-header",
|
|
152
|
+
"item": "date",
|
|
153
|
+
"subitem": "margin-block-end"
|
|
154
|
+
},
|
|
155
|
+
"path": [
|
|
156
|
+
"conduction",
|
|
157
|
+
"card-header",
|
|
158
|
+
"date",
|
|
159
|
+
"margin-block-end"
|
|
160
|
+
]
|
|
161
|
+
},
|
|
78
162
|
{
|
|
79
163
|
"value": "#00549e",
|
|
80
164
|
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
@@ -138,6 +222,27 @@
|
|
|
138
222
|
"border-bottom-width"
|
|
139
223
|
]
|
|
140
224
|
},
|
|
225
|
+
{
|
|
226
|
+
"value": "#00549e",
|
|
227
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
228
|
+
"isSource": true,
|
|
229
|
+
"original": {
|
|
230
|
+
"value": "{epe.color.blue.31}"
|
|
231
|
+
},
|
|
232
|
+
"name": "conductionCardHeaderTitleColor",
|
|
233
|
+
"attributes": {
|
|
234
|
+
"category": "conduction",
|
|
235
|
+
"type": "card-header",
|
|
236
|
+
"item": "title",
|
|
237
|
+
"subitem": "color"
|
|
238
|
+
},
|
|
239
|
+
"path": [
|
|
240
|
+
"conduction",
|
|
241
|
+
"card-header",
|
|
242
|
+
"title",
|
|
243
|
+
"color"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
141
246
|
{
|
|
142
247
|
"value": "#ffffff",
|
|
143
248
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -292,82 +397,6 @@
|
|
|
292
397
|
"padding-inline-start"
|
|
293
398
|
]
|
|
294
399
|
},
|
|
295
|
-
{
|
|
296
|
-
"value": "#00549e",
|
|
297
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
298
|
-
"isSource": true,
|
|
299
|
-
"original": {
|
|
300
|
-
"value": "{epe.color.blue.31}"
|
|
301
|
-
},
|
|
302
|
-
"name": "conductionDateColor",
|
|
303
|
-
"attributes": {
|
|
304
|
-
"category": "conduction",
|
|
305
|
-
"type": "date",
|
|
306
|
-
"item": "color"
|
|
307
|
-
},
|
|
308
|
-
"path": [
|
|
309
|
-
"conduction",
|
|
310
|
-
"date",
|
|
311
|
-
"color"
|
|
312
|
-
]
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"value": "#00549e",
|
|
316
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
317
|
-
"isSource": true,
|
|
318
|
-
"original": {
|
|
319
|
-
"value": "{epe.color.blue.31}"
|
|
320
|
-
},
|
|
321
|
-
"name": "conductionDateFontSize",
|
|
322
|
-
"attributes": {
|
|
323
|
-
"category": "conduction",
|
|
324
|
-
"type": "date",
|
|
325
|
-
"item": "font-size"
|
|
326
|
-
},
|
|
327
|
-
"path": [
|
|
328
|
-
"conduction",
|
|
329
|
-
"date",
|
|
330
|
-
"font-size"
|
|
331
|
-
]
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"value": "#00549e",
|
|
335
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
336
|
-
"isSource": true,
|
|
337
|
-
"original": {
|
|
338
|
-
"value": "{epe.color.blue.31}"
|
|
339
|
-
},
|
|
340
|
-
"name": "conductionDateFontWeight",
|
|
341
|
-
"attributes": {
|
|
342
|
-
"category": "conduction",
|
|
343
|
-
"type": "date",
|
|
344
|
-
"item": "font-weight"
|
|
345
|
-
},
|
|
346
|
-
"path": [
|
|
347
|
-
"conduction",
|
|
348
|
-
"date",
|
|
349
|
-
"font-weight"
|
|
350
|
-
]
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"value": "#00549e",
|
|
354
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
355
|
-
"isSource": true,
|
|
356
|
-
"original": {
|
|
357
|
-
"value": "{epe.color.blue.31}"
|
|
358
|
-
},
|
|
359
|
-
"name": "conductionDateMarginBlockEnd",
|
|
360
|
-
"attributes": {
|
|
361
|
-
"category": "conduction",
|
|
362
|
-
"type": "date",
|
|
363
|
-
"item": "margin-block-end"
|
|
364
|
-
},
|
|
365
|
-
"path": [
|
|
366
|
-
"conduction",
|
|
367
|
-
"date",
|
|
368
|
-
"margin-block-end"
|
|
369
|
-
]
|
|
370
|
-
},
|
|
371
400
|
{
|
|
372
401
|
"value": "#ffffff",
|
|
373
402
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -463,6 +492,50 @@
|
|
|
463
492
|
"invalid-border-color"
|
|
464
493
|
]
|
|
465
494
|
},
|
|
495
|
+
{
|
|
496
|
+
"value": "\"Source Sans\"",
|
|
497
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
498
|
+
"isSource": true,
|
|
499
|
+
"original": {
|
|
500
|
+
"value": "{epe.typography.source-sans.font-family}"
|
|
501
|
+
},
|
|
502
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
503
|
+
"attributes": {
|
|
504
|
+
"category": "conduction",
|
|
505
|
+
"type": "input-select",
|
|
506
|
+
"item": "list-option",
|
|
507
|
+
"subitem": "font-family"
|
|
508
|
+
},
|
|
509
|
+
"path": [
|
|
510
|
+
"conduction",
|
|
511
|
+
"input-select",
|
|
512
|
+
"list-option",
|
|
513
|
+
"font-family"
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"value": "\"Source Sans\"",
|
|
518
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
519
|
+
"isSource": true,
|
|
520
|
+
"original": {
|
|
521
|
+
"value": "{epe.typography.source-sans.font-family}"
|
|
522
|
+
},
|
|
523
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
524
|
+
"attributes": {
|
|
525
|
+
"category": "conduction",
|
|
526
|
+
"type": "input-select",
|
|
527
|
+
"item": "list-option",
|
|
528
|
+
"subitem": "hover",
|
|
529
|
+
"state": "font-family"
|
|
530
|
+
},
|
|
531
|
+
"path": [
|
|
532
|
+
"conduction",
|
|
533
|
+
"input-select",
|
|
534
|
+
"list-option",
|
|
535
|
+
"hover",
|
|
536
|
+
"font-family"
|
|
537
|
+
]
|
|
538
|
+
},
|
|
466
539
|
{
|
|
467
540
|
"value": 0,
|
|
468
541
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -502,24 +575,47 @@
|
|
|
502
575
|
]
|
|
503
576
|
},
|
|
504
577
|
{
|
|
505
|
-
"value": "#
|
|
506
|
-
"filePath": "src/component/conduction/
|
|
578
|
+
"value": "#757575",
|
|
579
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
507
580
|
"isSource": true,
|
|
508
581
|
"original": {
|
|
509
|
-
"value": "{
|
|
582
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
510
583
|
},
|
|
511
|
-
"name": "
|
|
584
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
512
585
|
"attributes": {
|
|
513
586
|
"category": "conduction",
|
|
514
|
-
"type": "
|
|
515
|
-
"item": "
|
|
587
|
+
"type": "input-select",
|
|
588
|
+
"item": "placeholder",
|
|
589
|
+
"subitem": "color"
|
|
516
590
|
},
|
|
517
591
|
"path": [
|
|
518
592
|
"conduction",
|
|
519
|
-
"
|
|
593
|
+
"input-select",
|
|
594
|
+
"placeholder",
|
|
520
595
|
"color"
|
|
521
596
|
]
|
|
522
597
|
},
|
|
598
|
+
{
|
|
599
|
+
"value": "\"Source Sans\"",
|
|
600
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
601
|
+
"isSource": true,
|
|
602
|
+
"original": {
|
|
603
|
+
"value": "{epe.typography.source-sans.font-family}"
|
|
604
|
+
},
|
|
605
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
606
|
+
"attributes": {
|
|
607
|
+
"category": "conduction",
|
|
608
|
+
"type": "input-select",
|
|
609
|
+
"item": "placeholder",
|
|
610
|
+
"subitem": "font-family"
|
|
611
|
+
},
|
|
612
|
+
"path": [
|
|
613
|
+
"conduction",
|
|
614
|
+
"input-select",
|
|
615
|
+
"placeholder",
|
|
616
|
+
"font-family"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
523
619
|
{
|
|
524
620
|
"value": "#2e2e33",
|
|
525
621
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 11:15:13 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -109,6 +109,9 @@
|
|
|
109
109
|
@epe-color-warning: #ffc107;
|
|
110
110
|
@epe-color-alert-error-background: #f8d7da;
|
|
111
111
|
@epe-color-error: #dc3545;
|
|
112
|
+
@conduction-input-select-placeholder-font-family: @epe-typography-source-sans-font-family;
|
|
113
|
+
@conduction-input-select-list-option-hover-font-family: @epe-typography-source-sans-font-family;
|
|
114
|
+
@conduction-input-select-list-option-font-family: @epe-typography-source-sans-font-family;
|
|
112
115
|
@conduction-input-select-invalid-border-color: @epe-color-error;
|
|
113
116
|
@conduction-input-select-border: @epe-size-4xs solid @epe-color-lightgrey-41;
|
|
114
117
|
@conduction-input-select-background-color: @epe-color-white-100;
|
|
@@ -118,11 +121,10 @@
|
|
|
118
121
|
@conduction-card-wrapper-padding-inline-end: @epe-size-md;
|
|
119
122
|
@conduction-card-wrapper-hover-background-color: @epe-color-yellow-90;
|
|
120
123
|
@conduction-card-wrapper-background-color: @epe-color-white-100;
|
|
121
|
-
@conduction-date-margin-block-end: @epe-
|
|
122
|
-
@conduction-date-font-weight: @epe-
|
|
123
|
-
@conduction-date-font-size: @epe-
|
|
124
|
-
@conduction-
|
|
125
|
-
@conduction-title-color: @epe-color-blue-31;
|
|
124
|
+
@conduction-card-header-date-margin-block-end: @epe-size-xs;
|
|
125
|
+
@conduction-card-header-date-font-weight: @epe-typography-font-weight-light;
|
|
126
|
+
@conduction-card-header-date-font-size: @epe-font-size-sm;
|
|
127
|
+
@conduction-card-header-title-color: @epe-color-blue-31;
|
|
126
128
|
@conduction-card-header-hover-border-bottom-color: @epe-color-blue-31;
|
|
127
129
|
@conduction-card-header-hover-border-bottom-width: @epe-size-4xs;
|
|
128
130
|
@conduction-card-header-border-bottom-color: @epe-color-yellow-42;
|
|
@@ -307,8 +309,10 @@
|
|
|
307
309
|
@epe-color-alert-error: @epe-color-black-19;
|
|
308
310
|
@epe-color-primary-hover: @epe-color-light-blue-21;
|
|
309
311
|
@epe-color-primary: @epe-color-light-blue-31;
|
|
312
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
310
313
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
311
314
|
@conduction-card-wrapper-color: @utrecht-document-color;
|
|
315
|
+
@conduction-card-header-date-color: @utrecht-document-color;
|
|
312
316
|
@conduction-card-header-color: @utrecht-document-color;
|
|
313
317
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
314
318
|
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 11:15:13 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -109,6 +109,9 @@ $epe-color-alert-warning-background: #fff3cd;
|
|
|
109
109
|
$epe-color-warning: #ffc107;
|
|
110
110
|
$epe-color-alert-error-background: #f8d7da;
|
|
111
111
|
$epe-color-error: #dc3545;
|
|
112
|
+
$conduction-input-select-placeholder-font-family: $epe-typography-source-sans-font-family;
|
|
113
|
+
$conduction-input-select-list-option-hover-font-family: $epe-typography-source-sans-font-family;
|
|
114
|
+
$conduction-input-select-list-option-font-family: $epe-typography-source-sans-font-family;
|
|
112
115
|
$conduction-input-select-invalid-border-color: $epe-color-error;
|
|
113
116
|
$conduction-input-select-border: $epe-size-4xs solid $epe-color-lightgrey-41;
|
|
114
117
|
$conduction-input-select-background-color: $epe-color-white-100;
|
|
@@ -118,11 +121,10 @@ $conduction-card-wrapper-padding-inline-start: $epe-size-md;
|
|
|
118
121
|
$conduction-card-wrapper-padding-inline-end: $epe-size-md;
|
|
119
122
|
$conduction-card-wrapper-hover-background-color: $epe-color-yellow-90;
|
|
120
123
|
$conduction-card-wrapper-background-color: $epe-color-white-100;
|
|
121
|
-
$conduction-date-margin-block-end: $epe-
|
|
122
|
-
$conduction-date-font-weight: $epe-
|
|
123
|
-
$conduction-date-font-size: $epe-
|
|
124
|
-
$conduction-
|
|
125
|
-
$conduction-title-color: $epe-color-blue-31;
|
|
124
|
+
$conduction-card-header-date-margin-block-end: $epe-size-xs;
|
|
125
|
+
$conduction-card-header-date-font-weight: $epe-typography-font-weight-light;
|
|
126
|
+
$conduction-card-header-date-font-size: $epe-font-size-sm;
|
|
127
|
+
$conduction-card-header-title-color: $epe-color-blue-31;
|
|
126
128
|
$conduction-card-header-hover-border-bottom-color: $epe-color-blue-31;
|
|
127
129
|
$conduction-card-header-hover-border-bottom-width: $epe-size-4xs;
|
|
128
130
|
$conduction-card-header-border-bottom-color: $epe-color-yellow-42;
|
|
@@ -307,8 +309,10 @@ $epe-color-alert-warning: $epe-color-black-19;
|
|
|
307
309
|
$epe-color-alert-error: $epe-color-black-19;
|
|
308
310
|
$epe-color-primary-hover: $epe-color-light-blue-21;
|
|
309
311
|
$epe-color-primary: $epe-color-light-blue-31;
|
|
312
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
310
313
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
311
314
|
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
315
|
+
$conduction-card-header-date-color: $utrecht-document-color;
|
|
312
316
|
$conduction-card-header-color: $utrecht-document-color;
|
|
313
317
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
314
318
|
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|