@conduction/theme 1.0.26 → 1.0.27

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 (57) hide show
  1. package/README.md +4 -1
  2. package/conduction-design-tokens/dist/design-tokens.css +7 -1
  3. package/conduction-design-tokens/dist/index.js +7 -1
  4. package/conduction-design-tokens/dist/index.json +124 -0
  5. package/conduction-design-tokens/dist/index.less +7 -1
  6. package/conduction-design-tokens/dist/index.scss +7 -1
  7. package/conduction-design-tokens/dist/tokens.json +140 -0
  8. package/conduction-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  9. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +9 -1
  10. package/municipalities/dinkelland-design-tokens/dist/index.js +9 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.json +162 -0
  12. package/municipalities/dinkelland-design-tokens/dist/index.less +9 -1
  13. package/municipalities/dinkelland-design-tokens/dist/index.scss +9 -1
  14. package/municipalities/dinkelland-design-tokens/dist/tokens.json +178 -2
  15. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  16. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
  17. package/municipalities/epe-design-tokens/dist/design-tokens.css +15 -1
  18. package/municipalities/epe-design-tokens/dist/index.js +15 -1
  19. package/municipalities/epe-design-tokens/dist/index.json +274 -0
  20. package/municipalities/epe-design-tokens/dist/index.less +15 -1
  21. package/municipalities/epe-design-tokens/dist/index.scss +15 -1
  22. package/municipalities/epe-design-tokens/dist/tokens.json +284 -2
  23. package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  24. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
  25. package/municipalities/leiden-design-tokens/dist/design-tokens.css +10 -2
  26. package/municipalities/leiden-design-tokens/dist/index.js +9 -1
  27. package/municipalities/leiden-design-tokens/dist/index.json +163 -1
  28. package/municipalities/leiden-design-tokens/dist/index.less +10 -2
  29. package/municipalities/leiden-design-tokens/dist/index.scss +10 -2
  30. package/municipalities/leiden-design-tokens/dist/tokens.json +179 -3
  31. package/municipalities/leiden-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  32. package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +3 -3
  33. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -1
  34. package/municipalities/noordwijk-design-tokens/dist/index.js +8 -1
  35. package/municipalities/noordwijk-design-tokens/dist/index.json +145 -0
  36. package/municipalities/noordwijk-design-tokens/dist/index.less +8 -1
  37. package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -1
  38. package/municipalities/noordwijk-design-tokens/dist/tokens.json +163 -0
  39. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +6 -0
  40. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  41. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +9 -1
  42. package/municipalities/tubbergen-design-tokens/dist/index.js +9 -1
  43. package/municipalities/tubbergen-design-tokens/dist/index.json +162 -0
  44. package/municipalities/tubbergen-design-tokens/dist/index.less +9 -1
  45. package/municipalities/tubbergen-design-tokens/dist/index.scss +9 -1
  46. package/municipalities/tubbergen-design-tokens/dist/tokens.json +178 -2
  47. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  48. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
  49. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +8 -1
  50. package/municipalities/xxllnc-design-tokens/dist/index.js +8 -1
  51. package/municipalities/xxllnc-design-tokens/dist/index.json +143 -0
  52. package/municipalities/xxllnc-design-tokens/dist/index.less +8 -1
  53. package/municipalities/xxllnc-design-tokens/dist/index.scss +8 -1
  54. package/municipalities/xxllnc-design-tokens/dist/tokens.json +159 -1
  55. package/municipalities/xxllnc-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  56. package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -1
  57. package/package.json +1 -1
@@ -1,10 +1,13 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 22 Aug 2023 15:08:05 GMT
3
+ // Generated on Wed, 23 Aug 2023 16:58:26 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
+ $conduction-card-wrapper-border-radius: 0px;
9
+ $conduction-card-header-hover-border-bottom-style: solid;
10
+ $conduction-card-header-border-bottom-style: solid;
8
11
  $utrecht-paragraph-margin-block-end: 0;
9
12
  $utrecht-paragraph-margin-block-start: 0;
10
13
  $utrecht-paragraph-line-height: 1.5em;
@@ -113,7 +116,17 @@ $conduction-card-wrapper-padding-block-start: $epe-size-md;
113
116
  $conduction-card-wrapper-padding-block-end: $epe-size-md;
114
117
  $conduction-card-wrapper-padding-inline-start: $epe-size-md;
115
118
  $conduction-card-wrapper-padding-inline-end: $epe-size-md;
119
+ $conduction-card-wrapper-hover-background-color: $epe-color-yellow-90;
116
120
  $conduction-card-wrapper-background-color: $epe-color-white-100;
121
+ $conduction-date-margin-block-end: $epe-color-blue-31;
122
+ $conduction-date-font-weight: $epe-color-blue-31;
123
+ $conduction-date-font-size: $epe-color-blue-31;
124
+ $conduction-date-color: $epe-color-blue-31;
125
+ $conduction-title-color: $epe-color-blue-31;
126
+ $conduction-card-header-hover-border-bottom-color: $epe-color-blue-31;
127
+ $conduction-card-header-hover-border-bottom-width: $epe-size-4xs;
128
+ $conduction-card-header-border-bottom-color: $epe-color-yellow-42;
129
+ $conduction-card-header-border-bottom-width: $epe-size-4xs;
117
130
  $utrecht-paragraph-font-weight: $epe-typography-font-weight-normal;
118
131
  $utrecht-paragraph-font-size: $epe-font-size-md;
119
132
  $utrecht-paragraph-font-family: $epe-typography-source-sans-font-family;
@@ -296,6 +309,7 @@ $epe-color-primary-hover: $epe-color-light-blue-21;
296
309
  $epe-color-primary: $epe-color-light-blue-31;
297
310
  $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
298
311
  $conduction-card-wrapper-color: $utrecht-document-color;
312
+ $conduction-card-header-color: $utrecht-document-color;
299
313
  $utrecht-paragraph-color: $utrecht-document-color;
300
314
  $utrecht-unordered-list-font-size: $utrecht-document-font-size;
301
315
  $utrecht-ordered-list-font-size: $utrecht-document-font-size;
@@ -6383,6 +6383,250 @@
6383
6383
  }
6384
6384
  },
6385
6385
  "conduction": {
6386
+ "card-header": {
6387
+ "background-color": {},
6388
+ "border-bottom-width": {
6389
+ "value": "1px",
6390
+ "filePath": "src/component/conduction/card-header.tokens.json",
6391
+ "isSource": true,
6392
+ "original": {
6393
+ "value": "{epe.size.4xs}"
6394
+ },
6395
+ "name": "conductionCardHeaderBorderBottomWidth",
6396
+ "attributes": {
6397
+ "category": "conduction",
6398
+ "type": "card-header",
6399
+ "item": "border-bottom-width"
6400
+ },
6401
+ "path": [
6402
+ "conduction",
6403
+ "card-header",
6404
+ "border-bottom-width"
6405
+ ]
6406
+ },
6407
+ "border-bottom-style": {
6408
+ "value": "solid",
6409
+ "filePath": "src/component/conduction/card-header.tokens.json",
6410
+ "isSource": true,
6411
+ "original": {
6412
+ "value": "solid"
6413
+ },
6414
+ "name": "conductionCardHeaderBorderBottomStyle",
6415
+ "attributes": {
6416
+ "category": "conduction",
6417
+ "type": "card-header",
6418
+ "item": "border-bottom-style"
6419
+ },
6420
+ "path": [
6421
+ "conduction",
6422
+ "card-header",
6423
+ "border-bottom-style"
6424
+ ]
6425
+ },
6426
+ "border-bottom-color": {
6427
+ "value": "#d6a100",
6428
+ "filePath": "src/component/conduction/card-header.tokens.json",
6429
+ "isSource": true,
6430
+ "original": {
6431
+ "value": "{epe.color.yellow.42}"
6432
+ },
6433
+ "name": "conductionCardHeaderBorderBottomColor",
6434
+ "attributes": {
6435
+ "category": "conduction",
6436
+ "type": "card-header",
6437
+ "item": "border-bottom-color"
6438
+ },
6439
+ "path": [
6440
+ "conduction",
6441
+ "card-header",
6442
+ "border-bottom-color"
6443
+ ]
6444
+ },
6445
+ "color": {
6446
+ "value": "#2e2e33",
6447
+ "filePath": "src/component/conduction/card-header.tokens.json",
6448
+ "isSource": true,
6449
+ "original": {
6450
+ "value": "{utrecht.document.color}"
6451
+ },
6452
+ "name": "conductionCardHeaderColor",
6453
+ "attributes": {
6454
+ "category": "conduction",
6455
+ "type": "card-header",
6456
+ "item": "color"
6457
+ },
6458
+ "path": [
6459
+ "conduction",
6460
+ "card-header",
6461
+ "color"
6462
+ ]
6463
+ },
6464
+ "hover": {
6465
+ "background-color": {},
6466
+ "border-bottom-width": {
6467
+ "value": "1px",
6468
+ "filePath": "src/component/conduction/card-header.tokens.json",
6469
+ "isSource": true,
6470
+ "original": {
6471
+ "value": "{epe.size.4xs}"
6472
+ },
6473
+ "name": "conductionCardHeaderHoverBorderBottomWidth",
6474
+ "attributes": {
6475
+ "category": "conduction",
6476
+ "type": "card-header",
6477
+ "item": "hover",
6478
+ "subitem": "border-bottom-width"
6479
+ },
6480
+ "path": [
6481
+ "conduction",
6482
+ "card-header",
6483
+ "hover",
6484
+ "border-bottom-width"
6485
+ ]
6486
+ },
6487
+ "border-bottom-style": {
6488
+ "value": "solid",
6489
+ "filePath": "src/component/conduction/card-header.tokens.json",
6490
+ "isSource": true,
6491
+ "original": {
6492
+ "value": "solid"
6493
+ },
6494
+ "name": "conductionCardHeaderHoverBorderBottomStyle",
6495
+ "attributes": {
6496
+ "category": "conduction",
6497
+ "type": "card-header",
6498
+ "item": "hover",
6499
+ "subitem": "border-bottom-style"
6500
+ },
6501
+ "path": [
6502
+ "conduction",
6503
+ "card-header",
6504
+ "hover",
6505
+ "border-bottom-style"
6506
+ ]
6507
+ },
6508
+ "border-bottom-color": {
6509
+ "value": "#00549e",
6510
+ "filePath": "src/component/conduction/card-header.tokens.json",
6511
+ "isSource": true,
6512
+ "original": {
6513
+ "value": "{epe.color.blue.31}"
6514
+ },
6515
+ "name": "conductionCardHeaderHoverBorderBottomColor",
6516
+ "attributes": {
6517
+ "category": "conduction",
6518
+ "type": "card-header",
6519
+ "item": "hover",
6520
+ "subitem": "border-bottom-color"
6521
+ },
6522
+ "path": [
6523
+ "conduction",
6524
+ "card-header",
6525
+ "hover",
6526
+ "border-bottom-color"
6527
+ ]
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
+ },
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
+ ]
6590
+ },
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"
6603
+ },
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}"
6616
+ },
6617
+ "name": "conductionDateMarginBlockEnd",
6618
+ "attributes": {
6619
+ "category": "conduction",
6620
+ "type": "date",
6621
+ "item": "margin-block-end"
6622
+ },
6623
+ "path": [
6624
+ "conduction",
6625
+ "date",
6626
+ "margin-block-end"
6627
+ ]
6628
+ }
6629
+ },
6386
6630
  "card-wrapper": {
6387
6631
  "background-color": {
6388
6632
  "value": "#ffffff",
@@ -6406,7 +6650,25 @@
6406
6650
  "border-color": {},
6407
6651
  "border-width": {},
6408
6652
  "border-style": {},
6409
- "border-radius": {},
6653
+ "border-radius": {
6654
+ "value": "0px",
6655
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
6656
+ "isSource": true,
6657
+ "original": {
6658
+ "value": "0px"
6659
+ },
6660
+ "name": "conductionCardWrapperBorderRadius",
6661
+ "attributes": {
6662
+ "category": "conduction",
6663
+ "type": "card-wrapper",
6664
+ "item": "border-radius"
6665
+ },
6666
+ "path": [
6667
+ "conduction",
6668
+ "card-wrapper",
6669
+ "border-radius"
6670
+ ]
6671
+ },
6410
6672
  "color": {
6411
6673
  "value": "#2e2e33",
6412
6674
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -6427,7 +6689,27 @@
6427
6689
  ]
6428
6690
  },
6429
6691
  "hover": {
6430
- "background-color": {}
6692
+ "background-color": {
6693
+ "value": "#fdf1ce",
6694
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
6695
+ "isSource": true,
6696
+ "original": {
6697
+ "value": "{epe.color.yellow.90}"
6698
+ },
6699
+ "name": "conductionCardWrapperHoverBackgroundColor",
6700
+ "attributes": {
6701
+ "category": "conduction",
6702
+ "type": "card-wrapper",
6703
+ "item": "hover",
6704
+ "subitem": "background-color"
6705
+ },
6706
+ "path": [
6707
+ "conduction",
6708
+ "card-wrapper",
6709
+ "hover",
6710
+ "background-color"
6711
+ ]
6712
+ }
6431
6713
  },
6432
6714
  "padding-inline-end": {
6433
6715
  "value": "18px",
@@ -0,0 +1,26 @@
1
+ {
2
+ "conduction": {
3
+ "card-header": {
4
+ "background-color": {},
5
+ "border-bottom-width": { "value": "{epe.size.4xs}" },
6
+ "border-bottom-style": { "value": "solid" },
7
+ "border-bottom-color": { "value": "{epe.color.yellow.42}" },
8
+ "color": { "value": "{utrecht.document.color}" },
9
+ "hover": {
10
+ "background-color": {},
11
+ "border-bottom-width": { "value": "{epe.size.4xs}" },
12
+ "border-bottom-style": { "value": "solid" },
13
+ "border-bottom-color": { "value": "{epe.color.blue.31}" }
14
+ }
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
+ }
25
+ }
26
+ }
@@ -5,10 +5,10 @@
5
5
  "border-color": {},
6
6
  "border-width": {},
7
7
  "border-style": {},
8
- "border-radius": {},
8
+ "border-radius": { "value": "0px" },
9
9
  "color": { "value": "{utrecht.document.color}" },
10
10
  "hover": {
11
- "background-color": {}
11
+ "background-color": { "value": "{epe.color.yellow.90}" }
12
12
  },
13
13
  "padding-inline-end": { "value": "{epe.size.md}" },
14
14
  "padding-inline-start": { "value": "{epe.size.md}" },
@@ -1,12 +1,14 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 22 Aug 2023 15:07:34 GMT
3
+ * Generated on Wed, 23 Aug 2023 16:57:45 GMT
4
4
  */
5
5
 
6
6
  .leiden-theme {
7
7
  --conduction-input-select-padding-block-start: 0;
8
8
  --conduction-input-select-padding-block-end: 0;
9
9
  --conduction-input-select-border-focus: unset;
10
+ --conduction-card-wrapper-border-radius: 0px;
11
+ --conduction-card-wrapper-border-width: unset;
10
12
  --utrecht-paragraph-margin-block-end: 0;
11
13
  --utrecht-paragraph-margin-block-start: 0;
12
14
  --utrecht-paragraph-line-height: 1.5em;
@@ -93,8 +95,12 @@
93
95
  --conduction-card-wrapper-padding-block-end: var(--leiden-size-sm);
94
96
  --conduction-card-wrapper-padding-inline-start: var(--leiden-size-xl);
95
97
  --conduction-card-wrapper-padding-inline-end: var(--leiden-size-xl);
96
- --conduction-card-wrapper-color: var(--leiden-color-black-9);
97
98
  --conduction-card-wrapper-background-color: var(--leiden-color-lightgrey-89);
99
+ --conduction-card-header-date-margin-block-end: var(--leiden-size-xs);
100
+ --conduction-card-header-date-font-weight: var(--leiden-typography-font-weight-light);
101
+ --conduction-card-header-date-font-size: var(--leiden-font-size-sm);
102
+ --conduction-card-header-date-color: var(--leiden-color-black-9);
103
+ --conduction-card-header-title-color: var(--leiden-color-black-9);
98
104
  --utrecht-paragraph-font-weight: var(--leiden-typography-font-weight-normal);
99
105
  --utrecht-paragraph-font-size: var(--leiden-font-size-md);
100
106
  --utrecht-paragraph-font-family: var(--leiden-typography-sans-serif-font-family);
@@ -278,6 +284,8 @@
278
284
  --leiden-typography-scale-4xs: var(--leiden-font-size-4xs);
279
285
  --leiden-color-info: var(--leiden-color-primary);
280
286
  --conduction-input-select-border: 1px solid var(--utrecht-form-input-border-color);
287
+ --conduction-card-wrapper-color: var(--utrecht-document-color);
288
+ --conduction-card-header-color: var(--utrecht-document-color);
281
289
  --utrecht-paragraph-color: var(--utrecht-document-color);
282
290
  --utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
283
291
  --utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 22 Aug 2023 15:07:34 GMT
3
+ * Generated on Wed, 23 Aug 2023 16:57:45 GMT
4
4
  */
5
5
 
6
6
  export const leidenColorPrimary = "#d62410";
@@ -272,7 +272,15 @@ export const utrechtParagraphFontWeight = "400";
272
272
  export const utrechtParagraphLineHeight = "1.5em";
273
273
  export const utrechtParagraphMarginBlockStart = 0;
274
274
  export const utrechtParagraphMarginBlockEnd = 0;
275
+ export const conductionCardHeaderColor = "#0d1921";
276
+ export const conductionCardHeaderTitleColor = "#0d1921";
277
+ export const conductionCardHeaderDateColor = "#0d1921";
278
+ export const conductionCardHeaderDateFontSize = "14px";
279
+ export const conductionCardHeaderDateFontWeight = "100";
280
+ export const conductionCardHeaderDateMarginBlockEnd = "8px";
275
281
  export const conductionCardWrapperBackgroundColor = "#e4e4e4";
282
+ export const conductionCardWrapperBorderWidth = "unset";
283
+ export const conductionCardWrapperBorderRadius = "0px";
276
284
  export const conductionCardWrapperColor = "#0d1921";
277
285
  export const conductionCardWrapperPaddingInlineEnd = "32px";
278
286
  export const conductionCardWrapperPaddingInlineStart = "32px";
@@ -1,4 +1,128 @@
1
1
  [
2
+ {
3
+ "value": "#0d1921",
4
+ "filePath": "src/component/conduction/card-header.tokens.json",
5
+ "isSource": true,
6
+ "original": {
7
+ "value": "{utrecht.document.color}"
8
+ },
9
+ "name": "conductionCardHeaderColor",
10
+ "attributes": {
11
+ "category": "conduction",
12
+ "type": "card-header",
13
+ "item": "color"
14
+ },
15
+ "path": [
16
+ "conduction",
17
+ "card-header",
18
+ "color"
19
+ ]
20
+ },
21
+ {
22
+ "value": "#0d1921",
23
+ "filePath": "src/component/conduction/card-header.tokens.json",
24
+ "isSource": true,
25
+ "original": {
26
+ "value": "{leiden.color.black.9}"
27
+ },
28
+ "name": "conductionCardHeaderDateColor",
29
+ "attributes": {
30
+ "category": "conduction",
31
+ "type": "card-header",
32
+ "item": "date",
33
+ "subitem": "color"
34
+ },
35
+ "path": [
36
+ "conduction",
37
+ "card-header",
38
+ "date",
39
+ "color"
40
+ ]
41
+ },
42
+ {
43
+ "value": "14px",
44
+ "filePath": "src/component/conduction/card-header.tokens.json",
45
+ "isSource": true,
46
+ "original": {
47
+ "value": "{leiden.font-size.sm}"
48
+ },
49
+ "name": "conductionCardHeaderDateFontSize",
50
+ "attributes": {
51
+ "category": "conduction",
52
+ "type": "card-header",
53
+ "item": "date",
54
+ "subitem": "font-size"
55
+ },
56
+ "path": [
57
+ "conduction",
58
+ "card-header",
59
+ "date",
60
+ "font-size"
61
+ ]
62
+ },
63
+ {
64
+ "value": "100",
65
+ "filePath": "src/component/conduction/card-header.tokens.json",
66
+ "isSource": true,
67
+ "original": {
68
+ "value": "{leiden.typography.font-weight.light}"
69
+ },
70
+ "name": "conductionCardHeaderDateFontWeight",
71
+ "attributes": {
72
+ "category": "conduction",
73
+ "type": "card-header",
74
+ "item": "date",
75
+ "subitem": "font-weight"
76
+ },
77
+ "path": [
78
+ "conduction",
79
+ "card-header",
80
+ "date",
81
+ "font-weight"
82
+ ]
83
+ },
84
+ {
85
+ "value": "8px",
86
+ "filePath": "src/component/conduction/card-header.tokens.json",
87
+ "isSource": true,
88
+ "original": {
89
+ "value": "{leiden.size.xs}"
90
+ },
91
+ "name": "conductionCardHeaderDateMarginBlockEnd",
92
+ "attributes": {
93
+ "category": "conduction",
94
+ "type": "card-header",
95
+ "item": "date",
96
+ "subitem": "margin-block-end"
97
+ },
98
+ "path": [
99
+ "conduction",
100
+ "card-header",
101
+ "date",
102
+ "margin-block-end"
103
+ ]
104
+ },
105
+ {
106
+ "value": "#0d1921",
107
+ "filePath": "src/component/conduction/card-header.tokens.json",
108
+ "isSource": true,
109
+ "original": {
110
+ "value": "{leiden.color.black.9}"
111
+ },
112
+ "name": "conductionCardHeaderTitleColor",
113
+ "attributes": {
114
+ "category": "conduction",
115
+ "type": "card-header",
116
+ "item": "title",
117
+ "subitem": "color"
118
+ },
119
+ "path": [
120
+ "conduction",
121
+ "card-header",
122
+ "title",
123
+ "color"
124
+ ]
125
+ },
2
126
  {
3
127
  "value": "#e4e4e4",
4
128
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -18,12 +142,50 @@
18
142
  "background-color"
19
143
  ]
20
144
  },
145
+ {
146
+ "value": "0px",
147
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
148
+ "isSource": true,
149
+ "original": {
150
+ "value": "0px"
151
+ },
152
+ "name": "conductionCardWrapperBorderRadius",
153
+ "attributes": {
154
+ "category": "conduction",
155
+ "type": "card-wrapper",
156
+ "item": "border-radius"
157
+ },
158
+ "path": [
159
+ "conduction",
160
+ "card-wrapper",
161
+ "border-radius"
162
+ ]
163
+ },
164
+ {
165
+ "value": "unset",
166
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
167
+ "isSource": true,
168
+ "original": {
169
+ "value": "unset"
170
+ },
171
+ "name": "conductionCardWrapperBorderWidth",
172
+ "attributes": {
173
+ "category": "conduction",
174
+ "type": "card-wrapper",
175
+ "item": "border-width"
176
+ },
177
+ "path": [
178
+ "conduction",
179
+ "card-wrapper",
180
+ "border-width"
181
+ ]
182
+ },
21
183
  {
22
184
  "value": "#0d1921",
23
185
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
24
186
  "isSource": true,
25
187
  "original": {
26
- "value": "{leiden.color.black.9}"
188
+ "value": "{utrecht.document.color}"
27
189
  },
28
190
  "name": "conductionCardWrapperColor",
29
191
  "attributes": {
@@ -1,10 +1,12 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 22 Aug 2023 15:07:34 GMT
3
+ // Generated on Wed, 23 Aug 2023 16:57:45 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
+ @conduction-card-wrapper-border-radius: 0px;
9
+ @conduction-card-wrapper-border-width: unset;
8
10
  @utrecht-paragraph-margin-block-end: 0;
9
11
  @utrecht-paragraph-margin-block-start: 0;
10
12
  @utrecht-paragraph-line-height: 1.5em;
@@ -91,8 +93,12 @@
91
93
  @conduction-card-wrapper-padding-block-end: @leiden-size-sm;
92
94
  @conduction-card-wrapper-padding-inline-start: @leiden-size-xl;
93
95
  @conduction-card-wrapper-padding-inline-end: @leiden-size-xl;
94
- @conduction-card-wrapper-color: @leiden-color-black-9;
95
96
  @conduction-card-wrapper-background-color: @leiden-color-lightgrey-89;
97
+ @conduction-card-header-date-margin-block-end: @leiden-size-xs;
98
+ @conduction-card-header-date-font-weight: @leiden-typography-font-weight-light;
99
+ @conduction-card-header-date-font-size: @leiden-font-size-sm;
100
+ @conduction-card-header-date-color: @leiden-color-black-9;
101
+ @conduction-card-header-title-color: @leiden-color-black-9;
96
102
  @utrecht-paragraph-font-weight: @leiden-typography-font-weight-normal;
97
103
  @utrecht-paragraph-font-size: @leiden-font-size-md;
98
104
  @utrecht-paragraph-font-family: @leiden-typography-sans-serif-font-family;
@@ -276,6 +282,8 @@
276
282
  @leiden-typography-scale-4xs: @leiden-font-size-4xs;
277
283
  @leiden-color-info: @leiden-color-primary;
278
284
  @conduction-input-select-border: 1px solid @utrecht-form-input-border-color;
285
+ @conduction-card-wrapper-color: @utrecht-document-color;
286
+ @conduction-card-header-color: @utrecht-document-color;
279
287
  @utrecht-paragraph-color: @utrecht-document-color;
280
288
  @utrecht-unordered-list-font-size: @utrecht-document-font-size;
281
289
  @utrecht-ordered-list-font-size: @utrecht-document-font-size;