@conduction/theme 1.0.54 → 1.0.56

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 (203) hide show
  1. package/README.md +5 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +64 -2
  3. package/conduction-design-tokens/dist/index.js +64 -2
  4. package/conduction-design-tokens/dist/index.json +1384 -100
  5. package/conduction-design-tokens/dist/index.less +64 -2
  6. package/conduction-design-tokens/dist/index.scss +64 -2
  7. package/conduction-design-tokens/dist/tokens.json +1406 -85
  8. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +6 -0
  9. package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  10. package/conduction-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  11. package/conduction-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  12. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +1 -1
  13. package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  14. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  15. package/municipalities/commonground-design-tokens/LICENSE.md +17 -0
  16. package/municipalities/commonground-design-tokens/README.md +3 -0
  17. package/municipalities/commonground-design-tokens/dist/design-tokens.css +544 -0
  18. package/municipalities/commonground-design-tokens/dist/font.css +5 -0
  19. package/municipalities/commonground-design-tokens/dist/index.css +7 -0
  20. package/municipalities/commonground-design-tokens/dist/index.js +542 -0
  21. package/municipalities/commonground-design-tokens/dist/index.json +10985 -0
  22. package/municipalities/commonground-design-tokens/dist/index.less +541 -0
  23. package/municipalities/commonground-design-tokens/dist/index.scss +541 -0
  24. package/municipalities/commonground-design-tokens/dist/tokens.json +11679 -0
  25. package/municipalities/commonground-design-tokens/documentation/color.stories.mdx +17 -0
  26. package/municipalities/commonground-design-tokens/documentation/components.stories.mdx +11 -0
  27. package/municipalities/commonground-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  28. package/municipalities/commonground-design-tokens/documentation/readme.stories.mdx +7 -0
  29. package/municipalities/commonground-design-tokens/package.json +37 -0
  30. package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +98 -0
  31. package/municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json +17 -0
  32. package/municipalities/commonground-design-tokens/src/brand/commonground/size.tokens.json +17 -0
  33. package/municipalities/commonground-design-tokens/src/brand/commonground/typography.tokens.json +45 -0
  34. package/municipalities/commonground-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  35. package/municipalities/commonground-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  36. package/municipalities/commonground-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  37. package/municipalities/commonground-design-tokens/src/component/conduction/card-wrapper.tokens.json +26 -0
  38. package/municipalities/commonground-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  39. package/municipalities/commonground-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  40. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +20 -0
  41. package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +67 -0
  42. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +76 -0
  43. package/municipalities/commonground-design-tokens/src/component/conduction/select.tokens.json +39 -0
  44. package/municipalities/commonground-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  45. package/municipalities/commonground-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  46. package/municipalities/commonground-design-tokens/src/component/conduction/tooltip.tokens.json +18 -0
  47. package/municipalities/commonground-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  48. package/municipalities/commonground-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  49. package/municipalities/commonground-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  50. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  51. package/municipalities/commonground-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  52. package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  53. package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  54. package/municipalities/commonground-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  55. package/municipalities/commonground-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  56. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  57. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  58. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  59. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  60. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  61. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +35 -0
  62. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  63. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +25 -0
  64. package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  65. package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  66. package/municipalities/commonground-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  67. package/municipalities/commonground-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  68. package/municipalities/commonground-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  69. package/municipalities/commonground-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  70. package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  71. package/municipalities/commonground-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  72. package/municipalities/commonground-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  73. package/municipalities/commonground-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  74. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  75. package/municipalities/commonground-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  76. package/municipalities/commonground-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  77. package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  78. package/municipalities/commonground-design-tokens/src/config.json +48 -0
  79. package/municipalities/commonground-design-tokens/src/font/rijksoverheidsanswebtext-regular-webfont.b64ae9c9e044.woff2 +0 -0
  80. package/municipalities/commonground-design-tokens/src/font.scss +7 -0
  81. package/municipalities/commonground-design-tokens/src/index.scss +8 -0
  82. package/municipalities/commonground-design-tokens/style-dictionary.config.js +6 -0
  83. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +64 -1
  84. package/municipalities/dimpact-design-tokens/dist/index.js +64 -1
  85. package/municipalities/dimpact-design-tokens/dist/index.json +1305 -0
  86. package/municipalities/dimpact-design-tokens/dist/index.less +64 -1
  87. package/municipalities/dimpact-design-tokens/dist/index.scss +64 -1
  88. package/municipalities/dimpact-design-tokens/dist/tokens.json +1364 -22
  89. package/municipalities/dimpact-design-tokens/package.json +1 -1
  90. package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +9 -0
  91. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  92. package/municipalities/dimpact-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  93. package/municipalities/dimpact-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  94. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  95. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  96. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +63 -1
  97. package/municipalities/dinkelland-design-tokens/dist/index.js +63 -1
  98. package/municipalities/dinkelland-design-tokens/dist/index.json +1284 -0
  99. package/municipalities/dinkelland-design-tokens/dist/index.less +63 -1
  100. package/municipalities/dinkelland-design-tokens/dist/index.scss +63 -1
  101. package/municipalities/dinkelland-design-tokens/dist/tokens.json +1354 -33
  102. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +6 -0
  103. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  104. package/municipalities/dinkelland-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  105. package/municipalities/dinkelland-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  106. package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  107. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  108. package/municipalities/epe-design-tokens/dist/design-tokens.css +64 -1
  109. package/municipalities/epe-design-tokens/dist/index.js +64 -1
  110. package/municipalities/epe-design-tokens/dist/index.json +1305 -0
  111. package/municipalities/epe-design-tokens/dist/index.less +64 -1
  112. package/municipalities/epe-design-tokens/dist/index.scss +64 -1
  113. package/municipalities/epe-design-tokens/dist/tokens.json +1365 -23
  114. package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +9 -0
  115. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  116. package/municipalities/epe-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  117. package/municipalities/epe-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  118. package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  119. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  120. package/municipalities/leiden-design-tokens/dist/design-tokens.css +64 -1
  121. package/municipalities/leiden-design-tokens/dist/index.js +64 -1
  122. package/municipalities/leiden-design-tokens/dist/index.json +1305 -0
  123. package/municipalities/leiden-design-tokens/dist/index.less +64 -1
  124. package/municipalities/leiden-design-tokens/dist/index.scss +64 -1
  125. package/municipalities/leiden-design-tokens/dist/tokens.json +1370 -28
  126. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +9 -0
  127. package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  128. package/municipalities/leiden-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  129. package/municipalities/leiden-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  130. package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  131. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  132. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +64 -1
  133. package/municipalities/noaberkracht-design-tokens/dist/index.js +64 -1
  134. package/municipalities/noaberkracht-design-tokens/dist/index.json +1305 -0
  135. package/municipalities/noaberkracht-design-tokens/dist/index.less +64 -1
  136. package/municipalities/noaberkracht-design-tokens/dist/index.scss +64 -1
  137. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +1368 -24
  138. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +11 -0
  139. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  140. package/municipalities/noaberkracht-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  141. package/municipalities/noaberkracht-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  142. package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  143. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  144. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +62 -1
  145. package/municipalities/noordwijk-design-tokens/dist/index.js +62 -1
  146. package/municipalities/noordwijk-design-tokens/dist/index.json +1263 -0
  147. package/municipalities/noordwijk-design-tokens/dist/index.less +62 -1
  148. package/municipalities/noordwijk-design-tokens/dist/index.scss +62 -1
  149. package/municipalities/noordwijk-design-tokens/dist/tokens.json +1349 -49
  150. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  151. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  152. package/municipalities/noordwijk-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  153. package/municipalities/noordwijk-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  154. package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  155. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  156. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +63 -1
  157. package/municipalities/open-webconcept-design-tokens/dist/index.js +63 -1
  158. package/municipalities/open-webconcept-design-tokens/dist/index.json +1284 -0
  159. package/municipalities/open-webconcept-design-tokens/dist/index.less +63 -1
  160. package/municipalities/open-webconcept-design-tokens/dist/index.scss +63 -1
  161. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +1355 -34
  162. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +6 -0
  163. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  164. package/municipalities/open-webconcept-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  165. package/municipalities/open-webconcept-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  166. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  167. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  168. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +61 -1
  169. package/municipalities/rotterdam-design-tokens/dist/index.js +61 -1
  170. package/municipalities/rotterdam-design-tokens/dist/index.json +1242 -0
  171. package/municipalities/rotterdam-design-tokens/dist/index.less +61 -1
  172. package/municipalities/rotterdam-design-tokens/dist/index.scss +61 -1
  173. package/municipalities/rotterdam-design-tokens/dist/tokens.json +1280 -1
  174. package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  175. package/municipalities/rotterdam-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  176. package/municipalities/rotterdam-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  177. package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  178. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
  179. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +63 -1
  180. package/municipalities/tubbergen-design-tokens/dist/index.js +63 -1
  181. package/municipalities/tubbergen-design-tokens/dist/index.json +1284 -0
  182. package/municipalities/tubbergen-design-tokens/dist/index.less +63 -1
  183. package/municipalities/tubbergen-design-tokens/dist/index.scss +63 -1
  184. package/municipalities/tubbergen-design-tokens/dist/tokens.json +1357 -36
  185. package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
  186. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  187. package/municipalities/tubbergen-design-tokens/src/component/conduction/checkbox.tokens.json +70 -0
  188. package/municipalities/tubbergen-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  189. package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  190. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  191. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +65 -1
  192. package/municipalities/xxllnc-design-tokens/dist/index.js +65 -1
  193. package/municipalities/xxllnc-design-tokens/dist/index.json +1324 -0
  194. package/municipalities/xxllnc-design-tokens/dist/index.less +65 -1
  195. package/municipalities/xxllnc-design-tokens/dist/index.scss +65 -1
  196. package/municipalities/xxllnc-design-tokens/dist/tokens.json +1388 -28
  197. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +9 -0
  198. package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
  199. package/municipalities/xxllnc-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  200. package/municipalities/xxllnc-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
  201. package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
  202. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  203. package/package.json +3 -2
@@ -424,6 +424,27 @@
424
424
  "blue",
425
425
  "83"
426
426
  ]
427
+ },
428
+ "93": {
429
+ "value": "#e0ebfa",
430
+ "filePath": "src/brand/epe/color.tokens.json",
431
+ "isSource": true,
432
+ "original": {
433
+ "value": "#e0ebfa"
434
+ },
435
+ "name": "epeColorBlue93",
436
+ "attributes": {
437
+ "category": "epe",
438
+ "type": "color",
439
+ "item": "blue",
440
+ "subitem": "93"
441
+ },
442
+ "path": [
443
+ "epe",
444
+ "color",
445
+ "blue",
446
+ "93"
447
+ ]
427
448
  }
428
449
  },
429
450
  "lightgrey": {
@@ -473,6 +494,27 @@
473
494
  }
474
495
  },
475
496
  "grey": {
497
+ "31": {
498
+ "value": "#4f4f4f",
499
+ "filePath": "src/brand/epe/color.tokens.json",
500
+ "isSource": true,
501
+ "original": {
502
+ "value": "#4f4f4f"
503
+ },
504
+ "name": "epeColorGrey31",
505
+ "attributes": {
506
+ "category": "epe",
507
+ "type": "color",
508
+ "item": "grey",
509
+ "subitem": "31"
510
+ },
511
+ "path": [
512
+ "epe",
513
+ "color",
514
+ "grey",
515
+ "31"
516
+ ]
517
+ },
476
518
  "34": {
477
519
  "value": "#575757",
478
520
  "comment": "Base/Grey",
@@ -517,6 +559,27 @@
517
559
  "46"
518
560
  ]
519
561
  },
562
+ "82": {
563
+ "value": "#d1d1d1",
564
+ "filePath": "src/brand/epe/color.tokens.json",
565
+ "isSource": true,
566
+ "original": {
567
+ "value": "#d1d1d1"
568
+ },
569
+ "name": "epeColorGrey82",
570
+ "attributes": {
571
+ "category": "epe",
572
+ "type": "color",
573
+ "item": "grey",
574
+ "subitem": "82"
575
+ },
576
+ "path": [
577
+ "epe",
578
+ "color",
579
+ "grey",
580
+ "82"
581
+ ]
582
+ },
520
583
  "90": {
521
584
  "value": "#e6e6e6",
522
585
  "filePath": "src/brand/epe/color.tokens.json",
@@ -2435,6 +2498,143 @@
2435
2498
  "min-block-size": {},
2436
2499
  "min-inline-size": {}
2437
2500
  },
2501
+ "badge": {
2502
+ "background-color": {
2503
+ "value": "#e0ebfa",
2504
+ "filePath": "src/component/utrecht/badge.tokens.json",
2505
+ "isSource": true,
2506
+ "original": {
2507
+ "value": "{epe.color.blue.93}"
2508
+ },
2509
+ "name": "utrechtBadgeBackgroundColor",
2510
+ "attributes": {
2511
+ "category": "utrecht",
2512
+ "type": "badge",
2513
+ "item": "background-color"
2514
+ },
2515
+ "path": [
2516
+ "utrecht",
2517
+ "badge",
2518
+ "background-color"
2519
+ ]
2520
+ },
2521
+ "border-radius": {
2522
+ "value": "0",
2523
+ "filePath": "src/component/utrecht/badge.tokens.json",
2524
+ "isSource": true,
2525
+ "original": {
2526
+ "value": "0"
2527
+ },
2528
+ "name": "utrechtBadgeBorderRadius",
2529
+ "attributes": {
2530
+ "category": "utrecht",
2531
+ "type": "badge",
2532
+ "item": "border-radius"
2533
+ },
2534
+ "path": [
2535
+ "utrecht",
2536
+ "badge",
2537
+ "border-radius"
2538
+ ]
2539
+ },
2540
+ "color": {
2541
+ "value": "#01699d ",
2542
+ "filePath": "src/component/utrecht/badge.tokens.json",
2543
+ "isSource": true,
2544
+ "original": {
2545
+ "value": "{epe.color.light-blue.31} "
2546
+ },
2547
+ "name": "utrechtBadgeColor",
2548
+ "attributes": {
2549
+ "category": "utrecht",
2550
+ "type": "badge",
2551
+ "item": "color"
2552
+ },
2553
+ "path": [
2554
+ "utrecht",
2555
+ "badge",
2556
+ "color"
2557
+ ]
2558
+ },
2559
+ "font-size": {
2560
+ "value": "14px",
2561
+ "filePath": "src/component/utrecht/badge.tokens.json",
2562
+ "isSource": true,
2563
+ "original": {
2564
+ "value": "{epe.font-size.sm}"
2565
+ },
2566
+ "name": "utrechtBadgeFontSize",
2567
+ "attributes": {
2568
+ "category": "utrecht",
2569
+ "type": "badge",
2570
+ "item": "font-size"
2571
+ },
2572
+ "path": [
2573
+ "utrecht",
2574
+ "badge",
2575
+ "font-size"
2576
+ ]
2577
+ },
2578
+ "font-weight": {
2579
+ "value": "400",
2580
+ "filePath": "src/component/utrecht/badge.tokens.json",
2581
+ "isSource": true,
2582
+ "original": {
2583
+ "value": "{epe.typography.font-weight.normal}"
2584
+ },
2585
+ "name": "utrechtBadgeFontWeight",
2586
+ "attributes": {
2587
+ "category": "utrecht",
2588
+ "type": "badge",
2589
+ "item": "font-weight"
2590
+ },
2591
+ "path": [
2592
+ "utrecht",
2593
+ "badge",
2594
+ "font-weight"
2595
+ ]
2596
+ },
2597
+ "line-height": {},
2598
+ "padding-block": {
2599
+ "value": "8px",
2600
+ "filePath": "src/component/utrecht/badge.tokens.json",
2601
+ "isSource": true,
2602
+ "original": {
2603
+ "value": "{epe.size.xs}"
2604
+ },
2605
+ "name": "utrechtBadgePaddingBlock",
2606
+ "attributes": {
2607
+ "category": "utrecht",
2608
+ "type": "badge",
2609
+ "item": "padding-block"
2610
+ },
2611
+ "path": [
2612
+ "utrecht",
2613
+ "badge",
2614
+ "padding-block"
2615
+ ]
2616
+ },
2617
+ "padding-inline": {
2618
+ "value": "8px",
2619
+ "filePath": "src/component/utrecht/badge.tokens.json",
2620
+ "isSource": true,
2621
+ "original": {
2622
+ "value": "{epe.size.xs}"
2623
+ },
2624
+ "name": "utrechtBadgePaddingInline",
2625
+ "attributes": {
2626
+ "category": "utrecht",
2627
+ "type": "badge",
2628
+ "item": "padding-inline"
2629
+ },
2630
+ "path": [
2631
+ "utrecht",
2632
+ "badge",
2633
+ "padding-inline"
2634
+ ]
2635
+ },
2636
+ "text-transform": {}
2637
+ },
2438
2638
  "blockquote": {
2439
2639
  "background-color": {},
2440
2640
  "color": {},
@@ -7529,6 +7729,7 @@
7529
7729
  "border-radius"
7530
7730
  ]
7531
7731
  },
7732
+ "box-shadow": {},
7532
7733
  "color": {
7533
7734
  "value": "#2e2e33",
7534
7735
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -7651,43 +7852,1183 @@
7651
7852
  ]
7652
7853
  }
7653
7854
  },
7654
- "logo": {
7655
- "header": {
7656
- "inline-size": {
7657
- "value": "155px",
7658
- "filePath": "src/component/conduction/logo.tokens.json",
7855
+ "input-checkbox": {
7856
+ "color": {
7857
+ "value": "#ffffff",
7858
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7859
+ "isSource": true,
7860
+ "original": {
7861
+ "value": "{epe.color.white.100}"
7862
+ },
7863
+ "name": "conductionInputCheckboxColor",
7864
+ "attributes": {
7865
+ "category": "conduction",
7866
+ "type": "input-checkbox",
7867
+ "item": "color"
7868
+ },
7869
+ "path": [
7870
+ "conduction",
7871
+ "input-checkbox",
7872
+ "color"
7873
+ ]
7874
+ },
7875
+ "border-width": {
7876
+ "value": "1px",
7877
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7878
+ "isSource": true,
7879
+ "original": {
7880
+ "value": "{epe.size.4xs}"
7881
+ },
7882
+ "name": "conductionInputCheckboxBorderWidth",
7883
+ "attributes": {
7884
+ "category": "conduction",
7885
+ "type": "input-checkbox",
7886
+ "item": "border-width"
7887
+ },
7888
+ "path": [
7889
+ "conduction",
7890
+ "input-checkbox",
7891
+ "border-width"
7892
+ ]
7893
+ },
7894
+ "border-style": {
7895
+ "value": "solid",
7896
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7897
+ "isSource": true,
7898
+ "original": {
7899
+ "value": "solid"
7900
+ },
7901
+ "name": "conductionInputCheckboxBorderStyle",
7902
+ "attributes": {
7903
+ "category": "conduction",
7904
+ "type": "input-checkbox",
7905
+ "item": "border-style"
7906
+ },
7907
+ "path": [
7908
+ "conduction",
7909
+ "input-checkbox",
7910
+ "border-style"
7911
+ ]
7912
+ },
7913
+ "border-color": {
7914
+ "value": "#757575",
7915
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7916
+ "isSource": true,
7917
+ "original": {
7918
+ "value": "{epe.color.grey.46}"
7919
+ },
7920
+ "name": "conductionInputCheckboxBorderColor",
7921
+ "attributes": {
7922
+ "category": "conduction",
7923
+ "type": "input-checkbox",
7924
+ "item": "border-color"
7925
+ },
7926
+ "path": [
7927
+ "conduction",
7928
+ "input-checkbox",
7929
+ "border-color"
7930
+ ]
7931
+ },
7932
+ "border-radius": {
7933
+ "value": "3px",
7934
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7935
+ "isSource": true,
7936
+ "original": {
7937
+ "value": "3px"
7938
+ },
7939
+ "name": "conductionInputCheckboxBorderRadius",
7940
+ "attributes": {
7941
+ "category": "conduction",
7942
+ "type": "input-checkbox",
7943
+ "item": "border-radius"
7944
+ },
7945
+ "path": [
7946
+ "conduction",
7947
+ "input-checkbox",
7948
+ "border-radius"
7949
+ ]
7950
+ },
7951
+ "box-shadow": {},
7952
+ "hover": {
7953
+ "color": {
7954
+ "value": "#ffffff",
7955
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7659
7956
  "isSource": true,
7660
7957
  "original": {
7661
- "value": "155px"
7958
+ "value": "{epe.color.white.100}"
7662
7959
  },
7663
- "name": "conductionLogoHeaderInlineSize",
7960
+ "name": "conductionInputCheckboxHoverColor",
7664
7961
  "attributes": {
7665
7962
  "category": "conduction",
7666
- "type": "logo",
7667
- "item": "header",
7668
- "subitem": "inline-size"
7963
+ "type": "input-checkbox",
7964
+ "item": "hover",
7965
+ "subitem": "color"
7669
7966
  },
7670
7967
  "path": [
7671
7968
  "conduction",
7672
- "logo",
7673
- "header",
7674
- "inline-size"
7969
+ "input-checkbox",
7970
+ "hover",
7971
+ "color"
7675
7972
  ]
7676
7973
  },
7677
- "block-size": {
7678
- "value": "88px",
7679
- "filePath": "src/component/conduction/logo.tokens.json",
7974
+ "border-width": {
7975
+ "value": "1px",
7976
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7680
7977
  "isSource": true,
7681
7978
  "original": {
7682
- "value": "88px"
7979
+ "value": "{epe.size.4xs}"
7683
7980
  },
7684
- "name": "conductionLogoHeaderBlockSize",
7981
+ "name": "conductionInputCheckboxHoverBorderWidth",
7685
7982
  "attributes": {
7686
7983
  "category": "conduction",
7687
- "type": "logo",
7688
- "item": "header",
7689
- "subitem": "block-size"
7690
- },
7984
+ "type": "input-checkbox",
7985
+ "item": "hover",
7986
+ "subitem": "border-width"
7987
+ },
7988
+ "path": [
7989
+ "conduction",
7990
+ "input-checkbox",
7991
+ "hover",
7992
+ "border-width"
7993
+ ]
7994
+ },
7995
+ "border-style": {
7996
+ "value": "solid",
7997
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7998
+ "isSource": true,
7999
+ "original": {
8000
+ "value": "solid"
8001
+ },
8002
+ "name": "conductionInputCheckboxHoverBorderStyle",
8003
+ "attributes": {
8004
+ "category": "conduction",
8005
+ "type": "input-checkbox",
8006
+ "item": "hover",
8007
+ "subitem": "border-style"
8008
+ },
8009
+ "path": [
8010
+ "conduction",
8011
+ "input-checkbox",
8012
+ "hover",
8013
+ "border-style"
8014
+ ]
8015
+ },
8016
+ "border-color": {
8017
+ "value": "#4f4f4f",
8018
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8019
+ "isSource": true,
8020
+ "original": {
8021
+ "value": "{epe.color.grey.31}"
8022
+ },
8023
+ "name": "conductionInputCheckboxHoverBorderColor",
8024
+ "attributes": {
8025
+ "category": "conduction",
8026
+ "type": "input-checkbox",
8027
+ "item": "hover",
8028
+ "subitem": "border-color"
8029
+ },
8030
+ "path": [
8031
+ "conduction",
8032
+ "input-checkbox",
8033
+ "hover",
8034
+ "border-color"
8035
+ ]
8036
+ },
8037
+ "border-radius": {
8038
+ "value": "3px",
8039
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8040
+ "isSource": true,
8041
+ "original": {
8042
+ "value": "3px"
8043
+ },
8044
+ "name": "conductionInputCheckboxHoverBorderRadius",
8045
+ "attributes": {
8046
+ "category": "conduction",
8047
+ "type": "input-checkbox",
8048
+ "item": "hover",
8049
+ "subitem": "border-radius"
8050
+ },
8051
+ "path": [
8052
+ "conduction",
8053
+ "input-checkbox",
8054
+ "hover",
8055
+ "border-radius"
8056
+ ]
8057
+ },
8058
+ "box-shadow": {}
8059
+ },
8060
+ "checked": {
8061
+ "color": {
8062
+ "value": "#01699d",
8063
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8064
+ "isSource": true,
8065
+ "original": {
8066
+ "value": "{epe.color.primary}"
8067
+ },
8068
+ "name": "conductionInputCheckboxCheckedColor",
8069
+ "attributes": {
8070
+ "category": "conduction",
8071
+ "type": "input-checkbox",
8072
+ "item": "checked",
8073
+ "subitem": "color"
8074
+ },
8075
+ "path": [
8076
+ "conduction",
8077
+ "input-checkbox",
8078
+ "checked",
8079
+ "color"
8080
+ ]
8081
+ },
8082
+ "border-width": {
8083
+ "value": "1px",
8084
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8085
+ "isSource": true,
8086
+ "original": {
8087
+ "value": "{epe.size.4xs}"
8088
+ },
8089
+ "name": "conductionInputCheckboxCheckedBorderWidth",
8090
+ "attributes": {
8091
+ "category": "conduction",
8092
+ "type": "input-checkbox",
8093
+ "item": "checked",
8094
+ "subitem": "border-width"
8095
+ },
8096
+ "path": [
8097
+ "conduction",
8098
+ "input-checkbox",
8099
+ "checked",
8100
+ "border-width"
8101
+ ]
8102
+ },
8103
+ "border-style": {
8104
+ "value": "solid",
8105
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8106
+ "isSource": true,
8107
+ "original": {
8108
+ "value": "solid"
8109
+ },
8110
+ "name": "conductionInputCheckboxCheckedBorderStyle",
8111
+ "attributes": {
8112
+ "category": "conduction",
8113
+ "type": "input-checkbox",
8114
+ "item": "checked",
8115
+ "subitem": "border-style"
8116
+ },
8117
+ "path": [
8118
+ "conduction",
8119
+ "input-checkbox",
8120
+ "checked",
8121
+ "border-style"
8122
+ ]
8123
+ },
8124
+ "border-color": {
8125
+ "value": "#01699d",
8126
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8127
+ "isSource": true,
8128
+ "original": {
8129
+ "value": "{epe.color.primary}"
8130
+ },
8131
+ "name": "conductionInputCheckboxCheckedBorderColor",
8132
+ "attributes": {
8133
+ "category": "conduction",
8134
+ "type": "input-checkbox",
8135
+ "item": "checked",
8136
+ "subitem": "border-color"
8137
+ },
8138
+ "path": [
8139
+ "conduction",
8140
+ "input-checkbox",
8141
+ "checked",
8142
+ "border-color"
8143
+ ]
8144
+ },
8145
+ "border-radius": {
8146
+ "value": "3px",
8147
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8148
+ "isSource": true,
8149
+ "original": {
8150
+ "value": "3px"
8151
+ },
8152
+ "name": "conductionInputCheckboxCheckedBorderRadius",
8153
+ "attributes": {
8154
+ "category": "conduction",
8155
+ "type": "input-checkbox",
8156
+ "item": "checked",
8157
+ "subitem": "border-radius"
8158
+ },
8159
+ "path": [
8160
+ "conduction",
8161
+ "input-checkbox",
8162
+ "checked",
8163
+ "border-radius"
8164
+ ]
8165
+ },
8166
+ "box-shadow": {},
8167
+ "checkmark-url": {},
8168
+ "hover": {
8169
+ "color": {
8170
+ "value": "#01476a",
8171
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8172
+ "isSource": true,
8173
+ "original": {
8174
+ "value": "{epe.color.primary-hover}"
8175
+ },
8176
+ "name": "conductionInputCheckboxCheckedHoverColor",
8177
+ "attributes": {
8178
+ "category": "conduction",
8179
+ "type": "input-checkbox",
8180
+ "item": "checked",
8181
+ "subitem": "hover",
8182
+ "state": "color"
8183
+ },
8184
+ "path": [
8185
+ "conduction",
8186
+ "input-checkbox",
8187
+ "checked",
8188
+ "hover",
8189
+ "color"
8190
+ ]
8191
+ },
8192
+ "border-width": {
8193
+ "value": "1px",
8194
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8195
+ "isSource": true,
8196
+ "original": {
8197
+ "value": "{epe.size.4xs}"
8198
+ },
8199
+ "name": "conductionInputCheckboxCheckedHoverBorderWidth",
8200
+ "attributes": {
8201
+ "category": "conduction",
8202
+ "type": "input-checkbox",
8203
+ "item": "checked",
8204
+ "subitem": "hover",
8205
+ "state": "border-width"
8206
+ },
8207
+ "path": [
8208
+ "conduction",
8209
+ "input-checkbox",
8210
+ "checked",
8211
+ "hover",
8212
+ "border-width"
8213
+ ]
8214
+ },
8215
+ "border-style": {
8216
+ "value": "solid",
8217
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8218
+ "isSource": true,
8219
+ "original": {
8220
+ "value": "solid"
8221
+ },
8222
+ "name": "conductionInputCheckboxCheckedHoverBorderStyle",
8223
+ "attributes": {
8224
+ "category": "conduction",
8225
+ "type": "input-checkbox",
8226
+ "item": "checked",
8227
+ "subitem": "hover",
8228
+ "state": "border-style"
8229
+ },
8230
+ "path": [
8231
+ "conduction",
8232
+ "input-checkbox",
8233
+ "checked",
8234
+ "hover",
8235
+ "border-style"
8236
+ ]
8237
+ },
8238
+ "border-color": {
8239
+ "value": "#01476a",
8240
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8241
+ "isSource": true,
8242
+ "original": {
8243
+ "value": "{epe.color.primary-hover}"
8244
+ },
8245
+ "name": "conductionInputCheckboxCheckedHoverBorderColor",
8246
+ "attributes": {
8247
+ "category": "conduction",
8248
+ "type": "input-checkbox",
8249
+ "item": "checked",
8250
+ "subitem": "hover",
8251
+ "state": "border-color"
8252
+ },
8253
+ "path": [
8254
+ "conduction",
8255
+ "input-checkbox",
8256
+ "checked",
8257
+ "hover",
8258
+ "border-color"
8259
+ ]
8260
+ },
8261
+ "border-radius": {
8262
+ "value": "3px",
8263
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8264
+ "isSource": true,
8265
+ "original": {
8266
+ "value": "3px"
8267
+ },
8268
+ "name": "conductionInputCheckboxCheckedHoverBorderRadius",
8269
+ "attributes": {
8270
+ "category": "conduction",
8271
+ "type": "input-checkbox",
8272
+ "item": "checked",
8273
+ "subitem": "hover",
8274
+ "state": "border-radius"
8275
+ },
8276
+ "path": [
8277
+ "conduction",
8278
+ "input-checkbox",
8279
+ "checked",
8280
+ "hover",
8281
+ "border-radius"
8282
+ ]
8283
+ },
8284
+ "box-shadow": {}
8285
+ }
8286
+ },
8287
+ "disabled": {
8288
+ "color": {
8289
+ "value": "#d1d1d1",
8290
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8291
+ "isSource": true,
8292
+ "original": {
8293
+ "value": "{epe.color.grey.82}"
8294
+ },
8295
+ "name": "conductionInputCheckboxDisabledColor",
8296
+ "attributes": {
8297
+ "category": "conduction",
8298
+ "type": "input-checkbox",
8299
+ "item": "disabled",
8300
+ "subitem": "color"
8301
+ },
8302
+ "path": [
8303
+ "conduction",
8304
+ "input-checkbox",
8305
+ "disabled",
8306
+ "color"
8307
+ ]
8308
+ },
8309
+ "border-width": {
8310
+ "value": "1px",
8311
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8312
+ "isSource": true,
8313
+ "original": {
8314
+ "value": "{epe.size.4xs}"
8315
+ },
8316
+ "name": "conductionInputCheckboxDisabledBorderWidth",
8317
+ "attributes": {
8318
+ "category": "conduction",
8319
+ "type": "input-checkbox",
8320
+ "item": "disabled",
8321
+ "subitem": "border-width"
8322
+ },
8323
+ "path": [
8324
+ "conduction",
8325
+ "input-checkbox",
8326
+ "disabled",
8327
+ "border-width"
8328
+ ]
8329
+ },
8330
+ "border-style": {
8331
+ "value": "solid",
8332
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8333
+ "isSource": true,
8334
+ "original": {
8335
+ "value": "solid"
8336
+ },
8337
+ "name": "conductionInputCheckboxDisabledBorderStyle",
8338
+ "attributes": {
8339
+ "category": "conduction",
8340
+ "type": "input-checkbox",
8341
+ "item": "disabled",
8342
+ "subitem": "border-style"
8343
+ },
8344
+ "path": [
8345
+ "conduction",
8346
+ "input-checkbox",
8347
+ "disabled",
8348
+ "border-style"
8349
+ ]
8350
+ },
8351
+ "border-color": {
8352
+ "value": "#d1d1d1",
8353
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8354
+ "isSource": true,
8355
+ "original": {
8356
+ "value": "{epe.color.grey.82}"
8357
+ },
8358
+ "name": "conductionInputCheckboxDisabledBorderColor",
8359
+ "attributes": {
8360
+ "category": "conduction",
8361
+ "type": "input-checkbox",
8362
+ "item": "disabled",
8363
+ "subitem": "border-color"
8364
+ },
8365
+ "path": [
8366
+ "conduction",
8367
+ "input-checkbox",
8368
+ "disabled",
8369
+ "border-color"
8370
+ ]
8371
+ },
8372
+ "border-radius": {
8373
+ "value": "3px",
8374
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8375
+ "isSource": true,
8376
+ "original": {
8377
+ "value": "3px"
8378
+ },
8379
+ "name": "conductionInputCheckboxDisabledBorderRadius",
8380
+ "attributes": {
8381
+ "category": "conduction",
8382
+ "type": "input-checkbox",
8383
+ "item": "disabled",
8384
+ "subitem": "border-radius"
8385
+ },
8386
+ "path": [
8387
+ "conduction",
8388
+ "input-checkbox",
8389
+ "disabled",
8390
+ "border-radius"
8391
+ ]
8392
+ },
8393
+ "box-shadow": {},
8394
+ "hover": {
8395
+ "color": {
8396
+ "value": "#d1d1d1",
8397
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8398
+ "isSource": true,
8399
+ "original": {
8400
+ "value": "{epe.color.grey.82}"
8401
+ },
8402
+ "name": "conductionInputCheckboxDisabledHoverColor",
8403
+ "attributes": {
8404
+ "category": "conduction",
8405
+ "type": "input-checkbox",
8406
+ "item": "disabled",
8407
+ "subitem": "hover",
8408
+ "state": "color"
8409
+ },
8410
+ "path": [
8411
+ "conduction",
8412
+ "input-checkbox",
8413
+ "disabled",
8414
+ "hover",
8415
+ "color"
8416
+ ]
8417
+ },
8418
+ "border-width": {
8419
+ "value": "1px",
8420
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8421
+ "isSource": true,
8422
+ "original": {
8423
+ "value": "{epe.size.4xs}"
8424
+ },
8425
+ "name": "conductionInputCheckboxDisabledHoverBorderWidth",
8426
+ "attributes": {
8427
+ "category": "conduction",
8428
+ "type": "input-checkbox",
8429
+ "item": "disabled",
8430
+ "subitem": "hover",
8431
+ "state": "border-width"
8432
+ },
8433
+ "path": [
8434
+ "conduction",
8435
+ "input-checkbox",
8436
+ "disabled",
8437
+ "hover",
8438
+ "border-width"
8439
+ ]
8440
+ },
8441
+ "border-style": {
8442
+ "value": "solid",
8443
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8444
+ "isSource": true,
8445
+ "original": {
8446
+ "value": "solid"
8447
+ },
8448
+ "name": "conductionInputCheckboxDisabledHoverBorderStyle",
8449
+ "attributes": {
8450
+ "category": "conduction",
8451
+ "type": "input-checkbox",
8452
+ "item": "disabled",
8453
+ "subitem": "hover",
8454
+ "state": "border-style"
8455
+ },
8456
+ "path": [
8457
+ "conduction",
8458
+ "input-checkbox",
8459
+ "disabled",
8460
+ "hover",
8461
+ "border-style"
8462
+ ]
8463
+ },
8464
+ "border-color": {
8465
+ "value": "#d1d1d1",
8466
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8467
+ "isSource": true,
8468
+ "original": {
8469
+ "value": "{epe.color.grey.82}"
8470
+ },
8471
+ "name": "conductionInputCheckboxDisabledHoverBorderColor",
8472
+ "attributes": {
8473
+ "category": "conduction",
8474
+ "type": "input-checkbox",
8475
+ "item": "disabled",
8476
+ "subitem": "hover",
8477
+ "state": "border-color"
8478
+ },
8479
+ "path": [
8480
+ "conduction",
8481
+ "input-checkbox",
8482
+ "disabled",
8483
+ "hover",
8484
+ "border-color"
8485
+ ]
8486
+ },
8487
+ "border-radius": {
8488
+ "value": "3px",
8489
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8490
+ "isSource": true,
8491
+ "original": {
8492
+ "value": "3px"
8493
+ },
8494
+ "name": "conductionInputCheckboxDisabledHoverBorderRadius",
8495
+ "attributes": {
8496
+ "category": "conduction",
8497
+ "type": "input-checkbox",
8498
+ "item": "disabled",
8499
+ "subitem": "hover",
8500
+ "state": "border-radius"
8501
+ },
8502
+ "path": [
8503
+ "conduction",
8504
+ "input-checkbox",
8505
+ "disabled",
8506
+ "hover",
8507
+ "border-radius"
8508
+ ]
8509
+ },
8510
+ "box-shadow": {}
8511
+ }
8512
+ },
8513
+ "focus": {
8514
+ "outline-width": {
8515
+ "value": "2px",
8516
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8517
+ "isSource": true,
8518
+ "original": {
8519
+ "value": "2px"
8520
+ },
8521
+ "name": "conductionInputCheckboxFocusOutlineWidth",
8522
+ "attributes": {
8523
+ "category": "conduction",
8524
+ "type": "input-checkbox",
8525
+ "item": "focus",
8526
+ "subitem": "outline-width"
8527
+ },
8528
+ "path": [
8529
+ "conduction",
8530
+ "input-checkbox",
8531
+ "focus",
8532
+ "outline-width"
8533
+ ]
8534
+ },
8535
+ "outline-style": {
8536
+ "value": "solid",
8537
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8538
+ "isSource": true,
8539
+ "original": {
8540
+ "value": "solid"
8541
+ },
8542
+ "name": "conductionInputCheckboxFocusOutlineStyle",
8543
+ "attributes": {
8544
+ "category": "conduction",
8545
+ "type": "input-checkbox",
8546
+ "item": "focus",
8547
+ "subitem": "outline-style"
8548
+ },
8549
+ "path": [
8550
+ "conduction",
8551
+ "input-checkbox",
8552
+ "focus",
8553
+ "outline-style"
8554
+ ]
8555
+ },
8556
+ "outline-color": {
8557
+ "value": "#000000",
8558
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8559
+ "isSource": true,
8560
+ "original": {
8561
+ "value": "{epe.color.black.0}"
8562
+ },
8563
+ "name": "conductionInputCheckboxFocusOutlineColor",
8564
+ "attributes": {
8565
+ "category": "conduction",
8566
+ "type": "input-checkbox",
8567
+ "item": "focus",
8568
+ "subitem": "outline-color"
8569
+ },
8570
+ "path": [
8571
+ "conduction",
8572
+ "input-checkbox",
8573
+ "focus",
8574
+ "outline-color"
8575
+ ]
8576
+ },
8577
+ "outline-offset": {
8578
+ "value": "2px",
8579
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8580
+ "isSource": true,
8581
+ "original": {
8582
+ "value": "2px"
8583
+ },
8584
+ "name": "conductionInputCheckboxFocusOutlineOffset",
8585
+ "attributes": {
8586
+ "category": "conduction",
8587
+ "type": "input-checkbox",
8588
+ "item": "focus",
8589
+ "subitem": "outline-offset"
8590
+ },
8591
+ "path": [
8592
+ "conduction",
8593
+ "input-checkbox",
8594
+ "focus",
8595
+ "outline-offset"
8596
+ ]
8597
+ }
8598
+ },
8599
+ "label": {
8600
+ "color": {
8601
+ "value": "#2e2e33",
8602
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8603
+ "isSource": true,
8604
+ "original": {
8605
+ "value": "{utrecht.document.color}"
8606
+ },
8607
+ "name": "conductionInputCheckboxLabelColor",
8608
+ "attributes": {
8609
+ "category": "conduction",
8610
+ "type": "input-checkbox",
8611
+ "item": "label",
8612
+ "subitem": "color"
8613
+ },
8614
+ "path": [
8615
+ "conduction",
8616
+ "input-checkbox",
8617
+ "label",
8618
+ "color"
8619
+ ]
8620
+ },
8621
+ "font-size": {
8622
+ "value": "18px",
8623
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8624
+ "isSource": true,
8625
+ "original": {
8626
+ "value": "{utrecht.document.font-size}"
8627
+ },
8628
+ "name": "conductionInputCheckboxLabelFontSize",
8629
+ "attributes": {
8630
+ "category": "conduction",
8631
+ "type": "input-checkbox",
8632
+ "item": "label",
8633
+ "subitem": "font-size"
8634
+ },
8635
+ "path": [
8636
+ "conduction",
8637
+ "input-checkbox",
8638
+ "label",
8639
+ "font-size"
8640
+ ]
8641
+ },
8642
+ "font-weight": {},
8643
+ "font-family": {
8644
+ "value": "\"Source Sans\"",
8645
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8646
+ "isSource": true,
8647
+ "original": {
8648
+ "value": "{utrecht.document.font-family}"
8649
+ },
8650
+ "name": "conductionInputCheckboxLabelFontFamily",
8651
+ "attributes": {
8652
+ "category": "conduction",
8653
+ "type": "input-checkbox",
8654
+ "item": "label",
8655
+ "subitem": "font-family"
8656
+ },
8657
+ "path": [
8658
+ "conduction",
8659
+ "input-checkbox",
8660
+ "label",
8661
+ "font-family"
8662
+ ]
8663
+ },
8664
+ "container": {
8665
+ "padding": {
8666
+ "value": "3px",
8667
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8668
+ "isSource": true,
8669
+ "original": {
8670
+ "value": "3px"
8671
+ },
8672
+ "name": "conductionInputCheckboxLabelContainerPadding",
8673
+ "attributes": {
8674
+ "category": "conduction",
8675
+ "type": "input-checkbox",
8676
+ "item": "label",
8677
+ "subitem": "container",
8678
+ "state": "padding"
8679
+ },
8680
+ "path": [
8681
+ "conduction",
8682
+ "input-checkbox",
8683
+ "label",
8684
+ "container",
8685
+ "padding"
8686
+ ]
8687
+ },
8688
+ "margin": {
8689
+ "value": "3px",
8690
+ "filePath": "src/component/conduction/checkbox.tokens.json",
8691
+ "isSource": true,
8692
+ "original": {
8693
+ "value": "3px"
8694
+ },
8695
+ "name": "conductionInputCheckboxLabelContainerMargin",
8696
+ "attributes": {
8697
+ "category": "conduction",
8698
+ "type": "input-checkbox",
8699
+ "item": "label",
8700
+ "subitem": "container",
8701
+ "state": "margin"
8702
+ },
8703
+ "path": [
8704
+ "conduction",
8705
+ "input-checkbox",
8706
+ "label",
8707
+ "container",
8708
+ "margin"
8709
+ ]
8710
+ }
8711
+ }
8712
+ }
8713
+ },
8714
+ "download-card": {
8715
+ "background-color": {},
8716
+ "title": {
8717
+ "color": {
8718
+ "value": "#2e2e33",
8719
+ "filePath": "src/component/conduction/download-card.tokens.json",
8720
+ "isSource": true,
8721
+ "original": {
8722
+ "value": "{epe.color.black.19}"
8723
+ },
8724
+ "name": "conductionDownloadCardTitleColor",
8725
+ "attributes": {
8726
+ "category": "conduction",
8727
+ "type": "download-card",
8728
+ "item": "title",
8729
+ "subitem": "color"
8730
+ },
8731
+ "path": [
8732
+ "conduction",
8733
+ "download-card",
8734
+ "title",
8735
+ "color"
8736
+ ]
8737
+ },
8738
+ "font-size": {
8739
+ "value": "20px",
8740
+ "filePath": "src/component/conduction/download-card.tokens.json",
8741
+ "isSource": true,
8742
+ "original": {
8743
+ "value": "{epe.font-size.lg}"
8744
+ },
8745
+ "name": "conductionDownloadCardTitleFontSize",
8746
+ "attributes": {
8747
+ "category": "conduction",
8748
+ "type": "download-card",
8749
+ "item": "title",
8750
+ "subitem": "font-size"
8751
+ },
8752
+ "path": [
8753
+ "conduction",
8754
+ "download-card",
8755
+ "title",
8756
+ "font-size"
8757
+ ]
8758
+ },
8759
+ "font-weight": {
8760
+ "value": "700",
8761
+ "filePath": "src/component/conduction/download-card.tokens.json",
8762
+ "isSource": true,
8763
+ "original": {
8764
+ "value": "{epe.typography.font-weight.bold}"
8765
+ },
8766
+ "name": "conductionDownloadCardTitleFontWeight",
8767
+ "attributes": {
8768
+ "category": "conduction",
8769
+ "type": "download-card",
8770
+ "item": "title",
8771
+ "subitem": "font-weight"
8772
+ },
8773
+ "path": [
8774
+ "conduction",
8775
+ "download-card",
8776
+ "title",
8777
+ "font-weight"
8778
+ ]
8779
+ },
8780
+ "font-family": {
8781
+ "value": "\"Source Sans\"",
8782
+ "filePath": "src/component/conduction/download-card.tokens.json",
8783
+ "isSource": true,
8784
+ "original": {
8785
+ "value": "{epe.typography.source-sans.font-family}"
8786
+ },
8787
+ "name": "conductionDownloadCardTitleFontFamily",
8788
+ "attributes": {
8789
+ "category": "conduction",
8790
+ "type": "download-card",
8791
+ "item": "title",
8792
+ "subitem": "font-family"
8793
+ },
8794
+ "path": [
8795
+ "conduction",
8796
+ "download-card",
8797
+ "title",
8798
+ "font-family"
8799
+ ]
8800
+ },
8801
+ "margin-inline-end": {
8802
+ "value": "14px",
8803
+ "filePath": "src/component/conduction/download-card.tokens.json",
8804
+ "isSource": true,
8805
+ "original": {
8806
+ "value": "{epe.size.sm}"
8807
+ },
8808
+ "name": "conductionDownloadCardTitleMarginInlineEnd",
8809
+ "attributes": {
8810
+ "category": "conduction",
8811
+ "type": "download-card",
8812
+ "item": "title",
8813
+ "subitem": "margin-inline-end"
8814
+ },
8815
+ "path": [
8816
+ "conduction",
8817
+ "download-card",
8818
+ "title",
8819
+ "margin-inline-end"
8820
+ ]
8821
+ }
8822
+ },
8823
+ "border-width": {
8824
+ "value": "1px",
8825
+ "filePath": "src/component/conduction/download-card.tokens.json",
8826
+ "isSource": true,
8827
+ "original": {
8828
+ "value": "{epe.size.4xs}"
8829
+ },
8830
+ "name": "conductionDownloadCardBorderWidth",
8831
+ "attributes": {
8832
+ "category": "conduction",
8833
+ "type": "download-card",
8834
+ "item": "border-width"
8835
+ },
8836
+ "path": [
8837
+ "conduction",
8838
+ "download-card",
8839
+ "border-width"
8840
+ ]
8841
+ },
8842
+ "border-style": {
8843
+ "value": "solid",
8844
+ "filePath": "src/component/conduction/download-card.tokens.json",
8845
+ "isSource": true,
8846
+ "original": {
8847
+ "value": "solid"
8848
+ },
8849
+ "name": "conductionDownloadCardBorderStyle",
8850
+ "attributes": {
8851
+ "category": "conduction",
8852
+ "type": "download-card",
8853
+ "item": "border-style"
8854
+ },
8855
+ "path": [
8856
+ "conduction",
8857
+ "download-card",
8858
+ "border-style"
8859
+ ]
8860
+ },
8861
+ "border-color": {
8862
+ "value": "#d1d1d1",
8863
+ "filePath": "src/component/conduction/download-card.tokens.json",
8864
+ "isSource": true,
8865
+ "original": {
8866
+ "value": "{epe.color.grey.82}"
8867
+ },
8868
+ "name": "conductionDownloadCardBorderColor",
8869
+ "attributes": {
8870
+ "category": "conduction",
8871
+ "type": "download-card",
8872
+ "item": "border-color"
8873
+ },
8874
+ "path": [
8875
+ "conduction",
8876
+ "download-card",
8877
+ "border-color"
8878
+ ]
8879
+ },
8880
+ "border-radius": {
8881
+ "value": "0px",
8882
+ "filePath": "src/component/conduction/download-card.tokens.json",
8883
+ "isSource": true,
8884
+ "original": {
8885
+ "value": "0px"
8886
+ },
8887
+ "name": "conductionDownloadCardBorderRadius",
8888
+ "attributes": {
8889
+ "category": "conduction",
8890
+ "type": "download-card",
8891
+ "item": "border-radius"
8892
+ },
8893
+ "path": [
8894
+ "conduction",
8895
+ "download-card",
8896
+ "border-radius"
8897
+ ]
8898
+ },
8899
+ "icon-gap": {
8900
+ "value": "8px",
8901
+ "filePath": "src/component/conduction/download-card.tokens.json",
8902
+ "isSource": true,
8903
+ "original": {
8904
+ "value": "{epe.size.xs}"
8905
+ },
8906
+ "name": "conductionDownloadCardIconGap",
8907
+ "attributes": {
8908
+ "category": "conduction",
8909
+ "type": "download-card",
8910
+ "item": "icon-gap"
8911
+ },
8912
+ "path": [
8913
+ "conduction",
8914
+ "download-card",
8915
+ "icon-gap"
8916
+ ]
8917
+ },
8918
+ "padding-inline-end": {
8919
+ "value": "18px",
8920
+ "filePath": "src/component/conduction/download-card.tokens.json",
8921
+ "isSource": true,
8922
+ "original": {
8923
+ "value": "{epe.size.md}"
8924
+ },
8925
+ "name": "conductionDownloadCardPaddingInlineEnd",
8926
+ "attributes": {
8927
+ "category": "conduction",
8928
+ "type": "download-card",
8929
+ "item": "padding-inline-end"
8930
+ },
8931
+ "path": [
8932
+ "conduction",
8933
+ "download-card",
8934
+ "padding-inline-end"
8935
+ ]
8936
+ },
8937
+ "padding-inline-start": {
8938
+ "value": "18px",
8939
+ "filePath": "src/component/conduction/download-card.tokens.json",
8940
+ "isSource": true,
8941
+ "original": {
8942
+ "value": "{epe.size.md}"
8943
+ },
8944
+ "name": "conductionDownloadCardPaddingInlineStart",
8945
+ "attributes": {
8946
+ "category": "conduction",
8947
+ "type": "download-card",
8948
+ "item": "padding-inline-start"
8949
+ },
8950
+ "path": [
8951
+ "conduction",
8952
+ "download-card",
8953
+ "padding-inline-start"
8954
+ ]
8955
+ },
8956
+ "padding-block-end": {
8957
+ "value": "18px",
8958
+ "filePath": "src/component/conduction/download-card.tokens.json",
8959
+ "isSource": true,
8960
+ "original": {
8961
+ "value": "{epe.size.md}"
8962
+ },
8963
+ "name": "conductionDownloadCardPaddingBlockEnd",
8964
+ "attributes": {
8965
+ "category": "conduction",
8966
+ "type": "download-card",
8967
+ "item": "padding-block-end"
8968
+ },
8969
+ "path": [
8970
+ "conduction",
8971
+ "download-card",
8972
+ "padding-block-end"
8973
+ ]
8974
+ },
8975
+ "padding-block-start": {
8976
+ "value": "18px",
8977
+ "filePath": "src/component/conduction/download-card.tokens.json",
8978
+ "isSource": true,
8979
+ "original": {
8980
+ "value": "{epe.size.md}"
8981
+ },
8982
+ "name": "conductionDownloadCardPaddingBlockStart",
8983
+ "attributes": {
8984
+ "category": "conduction",
8985
+ "type": "download-card",
8986
+ "item": "padding-block-start"
8987
+ },
8988
+ "path": [
8989
+ "conduction",
8990
+ "download-card",
8991
+ "padding-block-start"
8992
+ ]
8993
+ }
8994
+ },
8995
+ "logo": {
8996
+ "header": {
8997
+ "inline-size": {
8998
+ "value": "155px",
8999
+ "filePath": "src/component/conduction/logo.tokens.json",
9000
+ "isSource": true,
9001
+ "original": {
9002
+ "value": "155px"
9003
+ },
9004
+ "name": "conductionLogoHeaderInlineSize",
9005
+ "attributes": {
9006
+ "category": "conduction",
9007
+ "type": "logo",
9008
+ "item": "header",
9009
+ "subitem": "inline-size"
9010
+ },
9011
+ "path": [
9012
+ "conduction",
9013
+ "logo",
9014
+ "header",
9015
+ "inline-size"
9016
+ ]
9017
+ },
9018
+ "block-size": {
9019
+ "value": "88px",
9020
+ "filePath": "src/component/conduction/logo.tokens.json",
9021
+ "isSource": true,
9022
+ "original": {
9023
+ "value": "88px"
9024
+ },
9025
+ "name": "conductionLogoHeaderBlockSize",
9026
+ "attributes": {
9027
+ "category": "conduction",
9028
+ "type": "logo",
9029
+ "item": "header",
9030
+ "subitem": "block-size"
9031
+ },
7691
9032
  "path": [
7692
9033
  "conduction",
7693
9034
  "logo",
@@ -8008,7 +9349,8 @@
8008
9349
  "item",
8009
9350
  "padding"
8010
9351
  ]
8011
- }
9352
+ },
9353
+ "border-radius": {}
8012
9354
  },
8013
9355
  "padding-inline-end": {
8014
9356
  "value": "16px",