@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.
Files changed (53) hide show
  1. package/README.md +5 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +5 -1
  3. package/conduction-design-tokens/dist/index.js +5 -1
  4. package/conduction-design-tokens/dist/index.json +86 -0
  5. package/conduction-design-tokens/dist/index.less +5 -1
  6. package/conduction-design-tokens/dist/index.scss +5 -1
  7. package/conduction-design-tokens/dist/tokens.json +96 -1
  8. package/conduction-design-tokens/src/component/conduction/select.tokens.json +16 -1
  9. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +5 -1
  10. package/municipalities/dinkelland-design-tokens/dist/index.js +5 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.json +86 -0
  12. package/municipalities/dinkelland-design-tokens/dist/index.less +5 -1
  13. package/municipalities/dinkelland-design-tokens/dist/index.scss +5 -1
  14. package/municipalities/dinkelland-design-tokens/dist/tokens.json +96 -1
  15. package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +16 -1
  16. package/municipalities/epe-design-tokens/dist/design-tokens.css +10 -6
  17. package/municipalities/epe-design-tokens/dist/index.js +10 -6
  18. package/municipalities/epe-design-tokens/dist/index.json +179 -83
  19. package/municipalities/epe-design-tokens/dist/index.less +10 -6
  20. package/municipalities/epe-design-tokens/dist/index.scss +10 -6
  21. package/municipalities/epe-design-tokens/dist/tokens.json +200 -95
  22. package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +9 -9
  23. package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +16 -1
  24. package/municipalities/leiden-design-tokens/dist/design-tokens.css +5 -1
  25. package/municipalities/leiden-design-tokens/dist/index.js +5 -1
  26. package/municipalities/leiden-design-tokens/dist/index.json +86 -0
  27. package/municipalities/leiden-design-tokens/dist/index.less +5 -1
  28. package/municipalities/leiden-design-tokens/dist/index.scss +5 -1
  29. package/municipalities/leiden-design-tokens/dist/tokens.json +96 -1
  30. package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +16 -1
  31. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -5
  32. package/municipalities/noordwijk-design-tokens/dist/index.js +8 -5
  33. package/municipalities/noordwijk-design-tokens/dist/index.json +153 -80
  34. package/municipalities/noordwijk-design-tokens/dist/index.less +8 -5
  35. package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -5
  36. package/municipalities/noordwijk-design-tokens/dist/tokens.json +164 -81
  37. package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +20 -1
  38. package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +4 -4
  39. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +5 -1
  40. package/municipalities/tubbergen-design-tokens/dist/index.js +5 -1
  41. package/municipalities/tubbergen-design-tokens/dist/index.json +86 -0
  42. package/municipalities/tubbergen-design-tokens/dist/index.less +5 -1
  43. package/municipalities/tubbergen-design-tokens/dist/index.scss +5 -1
  44. package/municipalities/tubbergen-design-tokens/dist/tokens.json +96 -1
  45. package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +16 -1
  46. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +5 -1
  47. package/municipalities/xxllnc-design-tokens/dist/index.js +5 -1
  48. package/municipalities/xxllnc-design-tokens/dist/index.json +86 -0
  49. package/municipalities/xxllnc-design-tokens/dist/index.less +5 -1
  50. package/municipalities/xxllnc-design-tokens/dist/index.scss +5 -1
  51. package/municipalities/xxllnc-design-tokens/dist/tokens.json +96 -1
  52. package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +16 -1
  53. package/package.json +1 -1
@@ -6526,105 +6526,115 @@
6526
6526
  "border-bottom-color"
6527
6527
  ]
6528
6528
  }
6529
- }
6530
- },
6531
- "title": {
6532
- "color": {
6533
- "value": "#00549e",
6534
- "filePath": "src/component/conduction/card-header.tokens.json",
6535
- "isSource": true,
6536
- "original": {
6537
- "value": "{epe.color.blue.31}"
6538
- },
6539
- "name": "conductionTitleColor",
6540
- "attributes": {
6541
- "category": "conduction",
6542
- "type": "title",
6543
- "item": "color"
6544
- },
6545
- "path": [
6546
- "conduction",
6547
- "title",
6548
- "color"
6549
- ]
6550
- }
6551
- },
6552
- "date": {
6553
- "color": {
6554
- "value": "#00549e",
6555
- "filePath": "src/component/conduction/card-header.tokens.json",
6556
- "isSource": true,
6557
- "original": {
6558
- "value": "{epe.color.blue.31}"
6559
- },
6560
- "name": "conductionDateColor",
6561
- "attributes": {
6562
- "category": "conduction",
6563
- "type": "date",
6564
- "item": "color"
6565
- },
6566
- "path": [
6567
- "conduction",
6568
- "date",
6569
- "color"
6570
- ]
6571
6529
  },
6572
- "font-size": {
6573
- "value": "#00549e",
6574
- "filePath": "src/component/conduction/card-header.tokens.json",
6575
- "isSource": true,
6576
- "original": {
6577
- "value": "{epe.color.blue.31}"
6578
- },
6579
- "name": "conductionDateFontSize",
6580
- "attributes": {
6581
- "category": "conduction",
6582
- "type": "date",
6583
- "item": "font-size"
6584
- },
6585
- "path": [
6586
- "conduction",
6587
- "date",
6588
- "font-size"
6589
- ]
6530
+ "title": {
6531
+ "color": {
6532
+ "value": "#00549e",
6533
+ "filePath": "src/component/conduction/card-header.tokens.json",
6534
+ "isSource": true,
6535
+ "original": {
6536
+ "value": "{epe.color.blue.31}"
6537
+ },
6538
+ "name": "conductionCardHeaderTitleColor",
6539
+ "attributes": {
6540
+ "category": "conduction",
6541
+ "type": "card-header",
6542
+ "item": "title",
6543
+ "subitem": "color"
6544
+ },
6545
+ "path": [
6546
+ "conduction",
6547
+ "card-header",
6548
+ "title",
6549
+ "color"
6550
+ ]
6551
+ }
6590
6552
  },
6591
- "font-weight": {
6592
- "value": "#00549e",
6593
- "filePath": "src/component/conduction/card-header.tokens.json",
6594
- "isSource": true,
6595
- "original": {
6596
- "value": "{epe.color.blue.31}"
6597
- },
6598
- "name": "conductionDateFontWeight",
6599
- "attributes": {
6600
- "category": "conduction",
6601
- "type": "date",
6602
- "item": "font-weight"
6553
+ "date": {
6554
+ "color": {
6555
+ "value": "#2e2e33",
6556
+ "filePath": "src/component/conduction/card-header.tokens.json",
6557
+ "isSource": true,
6558
+ "original": {
6559
+ "value": "{utrecht.document.color}"
6560
+ },
6561
+ "name": "conductionCardHeaderDateColor",
6562
+ "attributes": {
6563
+ "category": "conduction",
6564
+ "type": "card-header",
6565
+ "item": "date",
6566
+ "subitem": "color"
6567
+ },
6568
+ "path": [
6569
+ "conduction",
6570
+ "card-header",
6571
+ "date",
6572
+ "color"
6573
+ ]
6603
6574
  },
6604
- "path": [
6605
- "conduction",
6606
- "date",
6607
- "font-weight"
6608
- ]
6609
- },
6610
- "margin-block-end": {
6611
- "value": "#00549e",
6612
- "filePath": "src/component/conduction/card-header.tokens.json",
6613
- "isSource": true,
6614
- "original": {
6615
- "value": "{epe.color.blue.31}"
6575
+ "font-size": {
6576
+ "value": "14px",
6577
+ "filePath": "src/component/conduction/card-header.tokens.json",
6578
+ "isSource": true,
6579
+ "original": {
6580
+ "value": "{epe.font-size.sm}"
6581
+ },
6582
+ "name": "conductionCardHeaderDateFontSize",
6583
+ "attributes": {
6584
+ "category": "conduction",
6585
+ "type": "card-header",
6586
+ "item": "date",
6587
+ "subitem": "font-size"
6588
+ },
6589
+ "path": [
6590
+ "conduction",
6591
+ "card-header",
6592
+ "date",
6593
+ "font-size"
6594
+ ]
6616
6595
  },
6617
- "name": "conductionDateMarginBlockEnd",
6618
- "attributes": {
6619
- "category": "conduction",
6620
- "type": "date",
6621
- "item": "margin-block-end"
6596
+ "font-weight": {
6597
+ "value": "100",
6598
+ "filePath": "src/component/conduction/card-header.tokens.json",
6599
+ "isSource": true,
6600
+ "original": {
6601
+ "value": "{epe.typography.font-weight.light}"
6602
+ },
6603
+ "name": "conductionCardHeaderDateFontWeight",
6604
+ "attributes": {
6605
+ "category": "conduction",
6606
+ "type": "card-header",
6607
+ "item": "date",
6608
+ "subitem": "font-weight"
6609
+ },
6610
+ "path": [
6611
+ "conduction",
6612
+ "card-header",
6613
+ "date",
6614
+ "font-weight"
6615
+ ]
6622
6616
  },
6623
- "path": [
6624
- "conduction",
6625
- "date",
6626
- "margin-block-end"
6627
- ]
6617
+ "margin-block-end": {
6618
+ "value": "8px",
6619
+ "filePath": "src/component/conduction/card-header.tokens.json",
6620
+ "isSource": true,
6621
+ "original": {
6622
+ "value": "{epe.size.xs}"
6623
+ },
6624
+ "name": "conductionCardHeaderDateMarginBlockEnd",
6625
+ "attributes": {
6626
+ "category": "conduction",
6627
+ "type": "card-header",
6628
+ "item": "date",
6629
+ "subitem": "margin-block-end"
6630
+ },
6631
+ "path": [
6632
+ "conduction",
6633
+ "card-header",
6634
+ "date",
6635
+ "margin-block-end"
6636
+ ]
6637
+ }
6628
6638
  }
6629
6639
  },
6630
6640
  "card-wrapper": {
@@ -6923,7 +6933,102 @@
6923
6933
  ]
6924
6934
  },
6925
6935
  "hover": {},
6926
- "focus": {}
6936
+ "focus": {},
6937
+ "list-option": {
6938
+ "font-family": {
6939
+ "value": "\"Source Sans\"",
6940
+ "filePath": "src/component/conduction/select.tokens.json",
6941
+ "isSource": true,
6942
+ "original": {
6943
+ "value": "{epe.typography.source-sans.font-family}"
6944
+ },
6945
+ "name": "conductionInputSelectListOptionFontFamily",
6946
+ "attributes": {
6947
+ "category": "conduction",
6948
+ "type": "input-select",
6949
+ "item": "list-option",
6950
+ "subitem": "font-family"
6951
+ },
6952
+ "path": [
6953
+ "conduction",
6954
+ "input-select",
6955
+ "list-option",
6956
+ "font-family"
6957
+ ]
6958
+ },
6959
+ "background-color": {},
6960
+ "hover": {
6961
+ "font-family": {
6962
+ "value": "\"Source Sans\"",
6963
+ "filePath": "src/component/conduction/select.tokens.json",
6964
+ "isSource": true,
6965
+ "original": {
6966
+ "value": "{epe.typography.source-sans.font-family}"
6967
+ },
6968
+ "name": "conductionInputSelectListOptionHoverFontFamily",
6969
+ "attributes": {
6970
+ "category": "conduction",
6971
+ "type": "input-select",
6972
+ "item": "list-option",
6973
+ "subitem": "hover",
6974
+ "state": "font-family"
6975
+ },
6976
+ "path": [
6977
+ "conduction",
6978
+ "input-select",
6979
+ "list-option",
6980
+ "hover",
6981
+ "font-family"
6982
+ ]
6983
+ },
6984
+ "color": {},
6985
+ "background-color": {}
6986
+ }
6987
+ },
6988
+ "placeholder": {
6989
+ "color": {
6990
+ "value": "#757575",
6991
+ "filePath": "src/component/conduction/select.tokens.json",
6992
+ "isSource": true,
6993
+ "original": {
6994
+ "value": "{utrecht.form-input.placeholder.color}"
6995
+ },
6996
+ "name": "conductionInputSelectPlaceholderColor",
6997
+ "attributes": {
6998
+ "category": "conduction",
6999
+ "type": "input-select",
7000
+ "item": "placeholder",
7001
+ "subitem": "color"
7002
+ },
7003
+ "path": [
7004
+ "conduction",
7005
+ "input-select",
7006
+ "placeholder",
7007
+ "color"
7008
+ ]
7009
+ },
7010
+ "font-family": {
7011
+ "value": "\"Source Sans\"",
7012
+ "filePath": "src/component/conduction/select.tokens.json",
7013
+ "isSource": true,
7014
+ "original": {
7015
+ "value": "{epe.typography.source-sans.font-family}"
7016
+ },
7017
+ "name": "conductionInputSelectPlaceholderFontFamily",
7018
+ "attributes": {
7019
+ "category": "conduction",
7020
+ "type": "input-select",
7021
+ "item": "placeholder",
7022
+ "subitem": "font-family"
7023
+ },
7024
+ "path": [
7025
+ "conduction",
7026
+ "input-select",
7027
+ "placeholder",
7028
+ "font-family"
7029
+ ]
7030
+ }
7031
+ }
6927
7032
  }
6928
7033
  }
6929
7034
  }
@@ -11,16 +11,16 @@
11
11
  "border-bottom-width": { "value": "{epe.size.4xs}" },
12
12
  "border-bottom-style": { "value": "solid" },
13
13
  "border-bottom-color": { "value": "{epe.color.blue.31}" }
14
+ },
15
+ "title": {
16
+ "color": { "value": "{epe.color.blue.31}" }
17
+ },
18
+ "date": {
19
+ "color": { "value": "{utrecht.document.color}" },
20
+ "font-size": { "value": "{epe.font-size.sm}" },
21
+ "font-weight": { "value": "{epe.typography.font-weight.light}" },
22
+ "margin-block-end": { "value": "{epe.size.xs}" }
14
23
  }
15
- },
16
- "title": {
17
- "color": { "value": "{epe.color.blue.31}" }
18
- },
19
- "date": {
20
- "color": { "value": "{epe.color.blue.31}" },
21
- "font-size": { "value": "{epe.color.blue.31}" },
22
- "font-weight": { "value": "{epe.color.blue.31}" },
23
- "margin-block-end": { "value": "{epe.color.blue.31}" }
24
24
  }
25
25
  }
26
26
  }
@@ -9,7 +9,22 @@
9
9
  "padding-block-end": { "value": 0 },
10
10
  "padding-block-start": { "value": 0 },
11
11
  "hover": {},
12
- "focus": {}
12
+ "focus": {},
13
+ "list-option": {
14
+ "font-family": { "value": "{epe.typography.source-sans.font-family}" },
15
+ "background-color": {},
16
+ "hover": {
17
+ "font-family": { "value": "{epe.typography.source-sans.font-family}" },
18
+ "color": {},
19
+ "background-color": {}
20
+ }
21
+ },
22
+ "placeholder": {
23
+ "color": {
24
+ "value": "{utrecht.form-input.placeholder.color}"
25
+ },
26
+ "font-family": { "value": "{epe.typography.source-sans.font-family}" }
27
+ }
13
28
  }
14
29
  }
15
30
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 23 Aug 2023 16:57:45 GMT
3
+ * Generated on Thu, 24 Aug 2023 11:14:43 GMT
4
4
  */
5
5
 
6
6
  .leiden-theme {
@@ -88,6 +88,9 @@
88
88
  --leiden-color-error: #d62410;
89
89
  --leiden-color-primary-hover: #b81f0e;
90
90
  --leiden-color-primary: #d62410;
91
+ --conduction-input-select-placeholder-font-family: var(--leiden-typography-sans-serif-font-family);
92
+ --conduction-input-select-list-option-hover-font-family: var(--leiden-typography-sans-serif-font-family);
93
+ --conduction-input-select-list-option-font-family: var(--leiden-typography-sans-serif-font-family);
91
94
  --conduction-input-select-invalid-border-color: var(--leiden-color-error);
92
95
  --conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
93
96
  --conduction-input-select-background-color: var(--leiden-color-white-100);
@@ -283,6 +286,7 @@
283
286
  --leiden-typography-scale-3xs: var(--leiden-font-size-3xs);
284
287
  --leiden-typography-scale-4xs: var(--leiden-font-size-4xs);
285
288
  --leiden-color-info: var(--leiden-color-primary);
289
+ --conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
286
290
  --conduction-input-select-border: 1px solid var(--utrecht-form-input-border-color);
287
291
  --conduction-card-wrapper-color: var(--utrecht-document-color);
288
292
  --conduction-card-header-color: var(--utrecht-document-color);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 23 Aug 2023 16:57:45 GMT
3
+ * Generated on Thu, 24 Aug 2023 11:14:43 GMT
4
4
  */
5
5
 
6
6
  export const leidenColorPrimary = "#d62410";
@@ -293,3 +293,7 @@ export const conductionInputSelectBorderRadius = "0px";
293
293
  export const conductionInputSelectInvalidBorderColor = "#d62410";
294
294
  export const conductionInputSelectPaddingBlockEnd = 0;
295
295
  export const conductionInputSelectPaddingBlockStart = 0;
296
+ export const conductionInputSelectListOptionFontFamily = "\"Open Sans\", Arial, sans-serif";
297
+ export const conductionInputSelectListOptionHoverFontFamily = "\"Open Sans\", Arial, sans-serif";
298
+ export const conductionInputSelectPlaceholderColor = "#2c3e50";
299
+ export const conductionInputSelectPlaceholderFontFamily = "\"Open Sans\", Arial, sans-serif";
@@ -370,6 +370,50 @@
370
370
  "invalid-border-color"
371
371
  ]
372
372
  },
373
+ {
374
+ "value": "\"Open Sans\", Arial, sans-serif",
375
+ "filePath": "src/component/conduction/select.tokens.json",
376
+ "isSource": true,
377
+ "original": {
378
+ "value": "{leiden.typography.sans-serif.font-family}"
379
+ },
380
+ "name": "conductionInputSelectListOptionFontFamily",
381
+ "attributes": {
382
+ "category": "conduction",
383
+ "type": "input-select",
384
+ "item": "list-option",
385
+ "subitem": "font-family"
386
+ },
387
+ "path": [
388
+ "conduction",
389
+ "input-select",
390
+ "list-option",
391
+ "font-family"
392
+ ]
393
+ },
394
+ {
395
+ "value": "\"Open Sans\", Arial, sans-serif",
396
+ "filePath": "src/component/conduction/select.tokens.json",
397
+ "isSource": true,
398
+ "original": {
399
+ "value": "{leiden.typography.sans-serif.font-family}"
400
+ },
401
+ "name": "conductionInputSelectListOptionHoverFontFamily",
402
+ "attributes": {
403
+ "category": "conduction",
404
+ "type": "input-select",
405
+ "item": "list-option",
406
+ "subitem": "hover",
407
+ "state": "font-family"
408
+ },
409
+ "path": [
410
+ "conduction",
411
+ "input-select",
412
+ "list-option",
413
+ "hover",
414
+ "font-family"
415
+ ]
416
+ },
373
417
  {
374
418
  "value": 0,
375
419
  "filePath": "src/component/conduction/select.tokens.json",
@@ -408,6 +452,48 @@
408
452
  "padding-block-start"
409
453
  ]
410
454
  },
455
+ {
456
+ "value": "#2c3e50",
457
+ "filePath": "src/component/conduction/select.tokens.json",
458
+ "isSource": true,
459
+ "original": {
460
+ "value": "{utrecht.form-input.placeholder.color}"
461
+ },
462
+ "name": "conductionInputSelectPlaceholderColor",
463
+ "attributes": {
464
+ "category": "conduction",
465
+ "type": "input-select",
466
+ "item": "placeholder",
467
+ "subitem": "color"
468
+ },
469
+ "path": [
470
+ "conduction",
471
+ "input-select",
472
+ "placeholder",
473
+ "color"
474
+ ]
475
+ },
476
+ {
477
+ "value": "\"Open Sans\", Arial, sans-serif",
478
+ "filePath": "src/component/conduction/select.tokens.json",
479
+ "isSource": true,
480
+ "original": {
481
+ "value": "{leiden.typography.sans-serif.font-family}"
482
+ },
483
+ "name": "conductionInputSelectPlaceholderFontFamily",
484
+ "attributes": {
485
+ "category": "conduction",
486
+ "type": "input-select",
487
+ "item": "placeholder",
488
+ "subitem": "font-family"
489
+ },
490
+ "path": [
491
+ "conduction",
492
+ "input-select",
493
+ "placeholder",
494
+ "font-family"
495
+ ]
496
+ },
411
497
  {
412
498
  "value": "#721c24",
413
499
  "filePath": "src/brand/leiden/color.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 23 Aug 2023 16:57:45 GMT
3
+ // Generated on Thu, 24 Aug 2023 11:14:43 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -86,6 +86,9 @@
86
86
  @leiden-color-error: #d62410;
87
87
  @leiden-color-primary-hover: #b81f0e;
88
88
  @leiden-color-primary: #d62410;
89
+ @conduction-input-select-placeholder-font-family: @leiden-typography-sans-serif-font-family;
90
+ @conduction-input-select-list-option-hover-font-family: @leiden-typography-sans-serif-font-family;
91
+ @conduction-input-select-list-option-font-family: @leiden-typography-sans-serif-font-family;
89
92
  @conduction-input-select-invalid-border-color: @leiden-color-error;
90
93
  @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
91
94
  @conduction-input-select-background-color: @leiden-color-white-100;
@@ -281,6 +284,7 @@
281
284
  @leiden-typography-scale-3xs: @leiden-font-size-3xs;
282
285
  @leiden-typography-scale-4xs: @leiden-font-size-4xs;
283
286
  @leiden-color-info: @leiden-color-primary;
287
+ @conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
284
288
  @conduction-input-select-border: 1px solid @utrecht-form-input-border-color;
285
289
  @conduction-card-wrapper-color: @utrecht-document-color;
286
290
  @conduction-card-header-color: @utrecht-document-color;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 23 Aug 2023 16:57:45 GMT
3
+ // Generated on Thu, 24 Aug 2023 11:14:43 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -86,6 +86,9 @@ $leiden-color-alert-error: #721c24;
86
86
  $leiden-color-error: #d62410;
87
87
  $leiden-color-primary-hover: #b81f0e;
88
88
  $leiden-color-primary: #d62410;
89
+ $conduction-input-select-placeholder-font-family: $leiden-typography-sans-serif-font-family;
90
+ $conduction-input-select-list-option-hover-font-family: $leiden-typography-sans-serif-font-family;
91
+ $conduction-input-select-list-option-font-family: $leiden-typography-sans-serif-font-family;
89
92
  $conduction-input-select-invalid-border-color: $leiden-color-error;
90
93
  $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
91
94
  $conduction-input-select-background-color: $leiden-color-white-100;
@@ -281,6 +284,7 @@ $leiden-typography-scale-2xs: $leiden-font-size-2xs;
281
284
  $leiden-typography-scale-3xs: $leiden-font-size-3xs;
282
285
  $leiden-typography-scale-4xs: $leiden-font-size-4xs;
283
286
  $leiden-color-info: $leiden-color-primary;
287
+ $conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
284
288
  $conduction-input-select-border: 1px solid $utrecht-form-input-border-color;
285
289
  $conduction-card-wrapper-color: $utrecht-document-color;
286
290
  $conduction-card-header-color: $utrecht-document-color;
@@ -6187,7 +6187,102 @@
6187
6187
  ]
6188
6188
  },
6189
6189
  "hover": {},
6190
- "focus": {}
6190
+ "focus": {},
6191
+ "list-option": {
6192
+ "font-family": {
6193
+ "value": "\"Open Sans\", Arial, sans-serif",
6194
+ "filePath": "src/component/conduction/select.tokens.json",
6195
+ "isSource": true,
6196
+ "original": {
6197
+ "value": "{leiden.typography.sans-serif.font-family}"
6198
+ },
6199
+ "name": "conductionInputSelectListOptionFontFamily",
6200
+ "attributes": {
6201
+ "category": "conduction",
6202
+ "type": "input-select",
6203
+ "item": "list-option",
6204
+ "subitem": "font-family"
6205
+ },
6206
+ "path": [
6207
+ "conduction",
6208
+ "input-select",
6209
+ "list-option",
6210
+ "font-family"
6211
+ ]
6212
+ },
6213
+ "background-color": {},
6214
+ "hover": {
6215
+ "font-family": {
6216
+ "value": "\"Open Sans\", Arial, sans-serif",
6217
+ "filePath": "src/component/conduction/select.tokens.json",
6218
+ "isSource": true,
6219
+ "original": {
6220
+ "value": "{leiden.typography.sans-serif.font-family}"
6221
+ },
6222
+ "name": "conductionInputSelectListOptionHoverFontFamily",
6223
+ "attributes": {
6224
+ "category": "conduction",
6225
+ "type": "input-select",
6226
+ "item": "list-option",
6227
+ "subitem": "hover",
6228
+ "state": "font-family"
6229
+ },
6230
+ "path": [
6231
+ "conduction",
6232
+ "input-select",
6233
+ "list-option",
6234
+ "hover",
6235
+ "font-family"
6236
+ ]
6237
+ },
6238
+ "color": {},
6239
+ "background-color": {}
6240
+ }
6241
+ },
6242
+ "placeholder": {
6243
+ "color": {
6244
+ "value": "#2c3e50",
6245
+ "filePath": "src/component/conduction/select.tokens.json",
6246
+ "isSource": true,
6247
+ "original": {
6248
+ "value": "{utrecht.form-input.placeholder.color}"
6249
+ },
6250
+ "name": "conductionInputSelectPlaceholderColor",
6251
+ "attributes": {
6252
+ "category": "conduction",
6253
+ "type": "input-select",
6254
+ "item": "placeholder",
6255
+ "subitem": "color"
6256
+ },
6257
+ "path": [
6258
+ "conduction",
6259
+ "input-select",
6260
+ "placeholder",
6261
+ "color"
6262
+ ]
6263
+ },
6264
+ "font-family": {
6265
+ "value": "\"Open Sans\", Arial, sans-serif",
6266
+ "filePath": "src/component/conduction/select.tokens.json",
6267
+ "isSource": true,
6268
+ "original": {
6269
+ "value": "{leiden.typography.sans-serif.font-family}"
6270
+ },
6271
+ "name": "conductionInputSelectPlaceholderFontFamily",
6272
+ "attributes": {
6273
+ "category": "conduction",
6274
+ "type": "input-select",
6275
+ "item": "placeholder",
6276
+ "subitem": "font-family"
6277
+ },
6278
+ "path": [
6279
+ "conduction",
6280
+ "input-select",
6281
+ "placeholder",
6282
+ "font-family"
6283
+ ]
6284
+ }
6285
+ }
6191
6286
  }
6192
6287
  }
6193
6288
  }