@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
@@ -239,6 +239,7 @@
239
239
  "border-radius"
240
240
  ]
241
241
  },
242
+ "box-shadow": {},
242
243
  "color": {
243
244
  "value": "var(--rotterdam-color-gray-tint-11)",
244
245
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -401,6 +402,1146 @@
401
402
  ]
402
403
  }
403
404
  },
405
+ "input-checkbox": {
406
+ "color": {
407
+ "value": "var(--rotterdam-color-base-white)",
408
+ "filePath": "src/component/conduction/checkbox.tokens.json",
409
+ "isSource": true,
410
+ "original": {
411
+ "value": "var(--rotterdam-color-base-white)"
412
+ },
413
+ "name": "conductionInputCheckboxColor",
414
+ "attributes": {
415
+ "category": "conduction",
416
+ "type": "input-checkbox",
417
+ "item": "color"
418
+ },
419
+ "path": [
420
+ "conduction",
421
+ "input-checkbox",
422
+ "color"
423
+ ]
424
+ },
425
+ "border-width": {
426
+ "value": "1px",
427
+ "filePath": "src/component/conduction/checkbox.tokens.json",
428
+ "isSource": true,
429
+ "original": {
430
+ "value": "1px"
431
+ },
432
+ "name": "conductionInputCheckboxBorderWidth",
433
+ "attributes": {
434
+ "category": "conduction",
435
+ "type": "input-checkbox",
436
+ "item": "border-width"
437
+ },
438
+ "path": [
439
+ "conduction",
440
+ "input-checkbox",
441
+ "border-width"
442
+ ]
443
+ },
444
+ "border-style": {
445
+ "value": "solid",
446
+ "filePath": "src/component/conduction/checkbox.tokens.json",
447
+ "isSource": true,
448
+ "original": {
449
+ "value": "solid"
450
+ },
451
+ "name": "conductionInputCheckboxBorderStyle",
452
+ "attributes": {
453
+ "category": "conduction",
454
+ "type": "input-checkbox",
455
+ "item": "border-style"
456
+ },
457
+ "path": [
458
+ "conduction",
459
+ "input-checkbox",
460
+ "border-style"
461
+ ]
462
+ },
463
+ "border-color": {
464
+ "value": "var(--rotterdam-color-gray-tint-08)",
465
+ "filePath": "src/component/conduction/checkbox.tokens.json",
466
+ "isSource": true,
467
+ "original": {
468
+ "value": "var(--rotterdam-color-gray-tint-08)"
469
+ },
470
+ "name": "conductionInputCheckboxBorderColor",
471
+ "attributes": {
472
+ "category": "conduction",
473
+ "type": "input-checkbox",
474
+ "item": "border-color"
475
+ },
476
+ "path": [
477
+ "conduction",
478
+ "input-checkbox",
479
+ "border-color"
480
+ ]
481
+ },
482
+ "border-radius": {
483
+ "value": "0px",
484
+ "filePath": "src/component/conduction/checkbox.tokens.json",
485
+ "isSource": true,
486
+ "original": {
487
+ "value": "0px"
488
+ },
489
+ "name": "conductionInputCheckboxBorderRadius",
490
+ "attributes": {
491
+ "category": "conduction",
492
+ "type": "input-checkbox",
493
+ "item": "border-radius"
494
+ },
495
+ "path": [
496
+ "conduction",
497
+ "input-checkbox",
498
+ "border-radius"
499
+ ]
500
+ },
501
+ "box-shadow": {},
502
+ "hover": {
503
+ "color": {
504
+ "value": "var(--rotterdam-color-base-white)",
505
+ "filePath": "src/component/conduction/checkbox.tokens.json",
506
+ "isSource": true,
507
+ "original": {
508
+ "value": "var(--rotterdam-color-base-white)"
509
+ },
510
+ "name": "conductionInputCheckboxHoverColor",
511
+ "attributes": {
512
+ "category": "conduction",
513
+ "type": "input-checkbox",
514
+ "item": "hover",
515
+ "subitem": "color"
516
+ },
517
+ "path": [
518
+ "conduction",
519
+ "input-checkbox",
520
+ "hover",
521
+ "color"
522
+ ]
523
+ },
524
+ "border-width": {
525
+ "value": "2px",
526
+ "filePath": "src/component/conduction/checkbox.tokens.json",
527
+ "isSource": true,
528
+ "original": {
529
+ "value": "2px"
530
+ },
531
+ "name": "conductionInputCheckboxHoverBorderWidth",
532
+ "attributes": {
533
+ "category": "conduction",
534
+ "type": "input-checkbox",
535
+ "item": "hover",
536
+ "subitem": "border-width"
537
+ },
538
+ "path": [
539
+ "conduction",
540
+ "input-checkbox",
541
+ "hover",
542
+ "border-width"
543
+ ]
544
+ },
545
+ "border-style": {
546
+ "value": "solid",
547
+ "filePath": "src/component/conduction/checkbox.tokens.json",
548
+ "isSource": true,
549
+ "original": {
550
+ "value": "solid"
551
+ },
552
+ "name": "conductionInputCheckboxHoverBorderStyle",
553
+ "attributes": {
554
+ "category": "conduction",
555
+ "type": "input-checkbox",
556
+ "item": "hover",
557
+ "subitem": "border-style"
558
+ },
559
+ "path": [
560
+ "conduction",
561
+ "input-checkbox",
562
+ "hover",
563
+ "border-style"
564
+ ]
565
+ },
566
+ "border-color": {
567
+ "value": "var(--rotterdam-color-base-green)",
568
+ "filePath": "src/component/conduction/checkbox.tokens.json",
569
+ "isSource": true,
570
+ "original": {
571
+ "value": "var(--rotterdam-color-base-green)"
572
+ },
573
+ "name": "conductionInputCheckboxHoverBorderColor",
574
+ "attributes": {
575
+ "category": "conduction",
576
+ "type": "input-checkbox",
577
+ "item": "hover",
578
+ "subitem": "border-color"
579
+ },
580
+ "path": [
581
+ "conduction",
582
+ "input-checkbox",
583
+ "hover",
584
+ "border-color"
585
+ ]
586
+ },
587
+ "border-radius": {
588
+ "value": "0px",
589
+ "filePath": "src/component/conduction/checkbox.tokens.json",
590
+ "isSource": true,
591
+ "original": {
592
+ "value": "0px"
593
+ },
594
+ "name": "conductionInputCheckboxHoverBorderRadius",
595
+ "attributes": {
596
+ "category": "conduction",
597
+ "type": "input-checkbox",
598
+ "item": "hover",
599
+ "subitem": "border-radius"
600
+ },
601
+ "path": [
602
+ "conduction",
603
+ "input-checkbox",
604
+ "hover",
605
+ "border-radius"
606
+ ]
607
+ },
608
+ "box-shadow": {}
609
+ },
610
+ "checked": {
611
+ "color": {
612
+ "value": "var(--rotterdam-color-base-green)",
613
+ "filePath": "src/component/conduction/checkbox.tokens.json",
614
+ "isSource": true,
615
+ "original": {
616
+ "value": "var(--rotterdam-color-base-green)"
617
+ },
618
+ "name": "conductionInputCheckboxCheckedColor",
619
+ "attributes": {
620
+ "category": "conduction",
621
+ "type": "input-checkbox",
622
+ "item": "checked",
623
+ "subitem": "color"
624
+ },
625
+ "path": [
626
+ "conduction",
627
+ "input-checkbox",
628
+ "checked",
629
+ "color"
630
+ ]
631
+ },
632
+ "border-width": {
633
+ "value": "1px",
634
+ "filePath": "src/component/conduction/checkbox.tokens.json",
635
+ "isSource": true,
636
+ "original": {
637
+ "value": "1px"
638
+ },
639
+ "name": "conductionInputCheckboxCheckedBorderWidth",
640
+ "attributes": {
641
+ "category": "conduction",
642
+ "type": "input-checkbox",
643
+ "item": "checked",
644
+ "subitem": "border-width"
645
+ },
646
+ "path": [
647
+ "conduction",
648
+ "input-checkbox",
649
+ "checked",
650
+ "border-width"
651
+ ]
652
+ },
653
+ "border-style": {
654
+ "value": "solid",
655
+ "filePath": "src/component/conduction/checkbox.tokens.json",
656
+ "isSource": true,
657
+ "original": {
658
+ "value": "solid"
659
+ },
660
+ "name": "conductionInputCheckboxCheckedBorderStyle",
661
+ "attributes": {
662
+ "category": "conduction",
663
+ "type": "input-checkbox",
664
+ "item": "checked",
665
+ "subitem": "border-style"
666
+ },
667
+ "path": [
668
+ "conduction",
669
+ "input-checkbox",
670
+ "checked",
671
+ "border-style"
672
+ ]
673
+ },
674
+ "border-color": {
675
+ "value": "var(--rotterdam-color-base-green)",
676
+ "filePath": "src/component/conduction/checkbox.tokens.json",
677
+ "isSource": true,
678
+ "original": {
679
+ "value": "var(--rotterdam-color-base-green)"
680
+ },
681
+ "name": "conductionInputCheckboxCheckedBorderColor",
682
+ "attributes": {
683
+ "category": "conduction",
684
+ "type": "input-checkbox",
685
+ "item": "checked",
686
+ "subitem": "border-color"
687
+ },
688
+ "path": [
689
+ "conduction",
690
+ "input-checkbox",
691
+ "checked",
692
+ "border-color"
693
+ ]
694
+ },
695
+ "border-radius": {
696
+ "value": "0px",
697
+ "filePath": "src/component/conduction/checkbox.tokens.json",
698
+ "isSource": true,
699
+ "original": {
700
+ "value": "0px"
701
+ },
702
+ "name": "conductionInputCheckboxCheckedBorderRadius",
703
+ "attributes": {
704
+ "category": "conduction",
705
+ "type": "input-checkbox",
706
+ "item": "checked",
707
+ "subitem": "border-radius"
708
+ },
709
+ "path": [
710
+ "conduction",
711
+ "input-checkbox",
712
+ "checked",
713
+ "border-radius"
714
+ ]
715
+ },
716
+ "box-shadow": {},
717
+ "checkmark-url": {},
718
+ "hover": {
719
+ "color": {
720
+ "value": "var(--rotterdam-color-base-black)",
721
+ "filePath": "src/component/conduction/checkbox.tokens.json",
722
+ "isSource": true,
723
+ "original": {
724
+ "value": "var(--rotterdam-color-base-black)"
725
+ },
726
+ "name": "conductionInputCheckboxCheckedHoverColor",
727
+ "attributes": {
728
+ "category": "conduction",
729
+ "type": "input-checkbox",
730
+ "item": "checked",
731
+ "subitem": "hover",
732
+ "state": "color"
733
+ },
734
+ "path": [
735
+ "conduction",
736
+ "input-checkbox",
737
+ "checked",
738
+ "hover",
739
+ "color"
740
+ ]
741
+ },
742
+ "border-width": {
743
+ "value": "1px",
744
+ "filePath": "src/component/conduction/checkbox.tokens.json",
745
+ "isSource": true,
746
+ "original": {
747
+ "value": "1px"
748
+ },
749
+ "name": "conductionInputCheckboxCheckedHoverBorderWidth",
750
+ "attributes": {
751
+ "category": "conduction",
752
+ "type": "input-checkbox",
753
+ "item": "checked",
754
+ "subitem": "hover",
755
+ "state": "border-width"
756
+ },
757
+ "path": [
758
+ "conduction",
759
+ "input-checkbox",
760
+ "checked",
761
+ "hover",
762
+ "border-width"
763
+ ]
764
+ },
765
+ "border-style": {
766
+ "value": "solid",
767
+ "filePath": "src/component/conduction/checkbox.tokens.json",
768
+ "isSource": true,
769
+ "original": {
770
+ "value": "solid"
771
+ },
772
+ "name": "conductionInputCheckboxCheckedHoverBorderStyle",
773
+ "attributes": {
774
+ "category": "conduction",
775
+ "type": "input-checkbox",
776
+ "item": "checked",
777
+ "subitem": "hover",
778
+ "state": "border-style"
779
+ },
780
+ "path": [
781
+ "conduction",
782
+ "input-checkbox",
783
+ "checked",
784
+ "hover",
785
+ "border-style"
786
+ ]
787
+ },
788
+ "border-color": {
789
+ "value": "var(--rotterdam-color-base-black)",
790
+ "filePath": "src/component/conduction/checkbox.tokens.json",
791
+ "isSource": true,
792
+ "original": {
793
+ "value": "var(--rotterdam-color-base-black)"
794
+ },
795
+ "name": "conductionInputCheckboxCheckedHoverBorderColor",
796
+ "attributes": {
797
+ "category": "conduction",
798
+ "type": "input-checkbox",
799
+ "item": "checked",
800
+ "subitem": "hover",
801
+ "state": "border-color"
802
+ },
803
+ "path": [
804
+ "conduction",
805
+ "input-checkbox",
806
+ "checked",
807
+ "hover",
808
+ "border-color"
809
+ ]
810
+ },
811
+ "border-radius": {
812
+ "value": "0px",
813
+ "filePath": "src/component/conduction/checkbox.tokens.json",
814
+ "isSource": true,
815
+ "original": {
816
+ "value": "0px"
817
+ },
818
+ "name": "conductionInputCheckboxCheckedHoverBorderRadius",
819
+ "attributes": {
820
+ "category": "conduction",
821
+ "type": "input-checkbox",
822
+ "item": "checked",
823
+ "subitem": "hover",
824
+ "state": "border-radius"
825
+ },
826
+ "path": [
827
+ "conduction",
828
+ "input-checkbox",
829
+ "checked",
830
+ "hover",
831
+ "border-radius"
832
+ ]
833
+ },
834
+ "box-shadow": {}
835
+ }
836
+ },
837
+ "disabled": {
838
+ "color": {
839
+ "value": "var(--rotterdam-color-gray-tint-08)",
840
+ "filePath": "src/component/conduction/checkbox.tokens.json",
841
+ "isSource": true,
842
+ "original": {
843
+ "value": "var(--rotterdam-color-gray-tint-08)"
844
+ },
845
+ "name": "conductionInputCheckboxDisabledColor",
846
+ "attributes": {
847
+ "category": "conduction",
848
+ "type": "input-checkbox",
849
+ "item": "disabled",
850
+ "subitem": "color"
851
+ },
852
+ "path": [
853
+ "conduction",
854
+ "input-checkbox",
855
+ "disabled",
856
+ "color"
857
+ ]
858
+ },
859
+ "border-width": {
860
+ "value": "1px",
861
+ "filePath": "src/component/conduction/checkbox.tokens.json",
862
+ "isSource": true,
863
+ "original": {
864
+ "value": "1px"
865
+ },
866
+ "name": "conductionInputCheckboxDisabledBorderWidth",
867
+ "attributes": {
868
+ "category": "conduction",
869
+ "type": "input-checkbox",
870
+ "item": "disabled",
871
+ "subitem": "border-width"
872
+ },
873
+ "path": [
874
+ "conduction",
875
+ "input-checkbox",
876
+ "disabled",
877
+ "border-width"
878
+ ]
879
+ },
880
+ "border-style": {
881
+ "value": "solid",
882
+ "filePath": "src/component/conduction/checkbox.tokens.json",
883
+ "isSource": true,
884
+ "original": {
885
+ "value": "solid"
886
+ },
887
+ "name": "conductionInputCheckboxDisabledBorderStyle",
888
+ "attributes": {
889
+ "category": "conduction",
890
+ "type": "input-checkbox",
891
+ "item": "disabled",
892
+ "subitem": "border-style"
893
+ },
894
+ "path": [
895
+ "conduction",
896
+ "input-checkbox",
897
+ "disabled",
898
+ "border-style"
899
+ ]
900
+ },
901
+ "border-color": {
902
+ "value": "var(--rotterdam-color-gray-tint-08)",
903
+ "filePath": "src/component/conduction/checkbox.tokens.json",
904
+ "isSource": true,
905
+ "original": {
906
+ "value": "var(--rotterdam-color-gray-tint-08)"
907
+ },
908
+ "name": "conductionInputCheckboxDisabledBorderColor",
909
+ "attributes": {
910
+ "category": "conduction",
911
+ "type": "input-checkbox",
912
+ "item": "disabled",
913
+ "subitem": "border-color"
914
+ },
915
+ "path": [
916
+ "conduction",
917
+ "input-checkbox",
918
+ "disabled",
919
+ "border-color"
920
+ ]
921
+ },
922
+ "border-radius": {
923
+ "value": "0px",
924
+ "filePath": "src/component/conduction/checkbox.tokens.json",
925
+ "isSource": true,
926
+ "original": {
927
+ "value": "0px"
928
+ },
929
+ "name": "conductionInputCheckboxDisabledBorderRadius",
930
+ "attributes": {
931
+ "category": "conduction",
932
+ "type": "input-checkbox",
933
+ "item": "disabled",
934
+ "subitem": "border-radius"
935
+ },
936
+ "path": [
937
+ "conduction",
938
+ "input-checkbox",
939
+ "disabled",
940
+ "border-radius"
941
+ ]
942
+ },
943
+ "box-shadow": {},
944
+ "hover": {
945
+ "color": {
946
+ "value": "var(--rotterdam-color-gray-tint-08)",
947
+ "filePath": "src/component/conduction/checkbox.tokens.json",
948
+ "isSource": true,
949
+ "original": {
950
+ "value": "var(--rotterdam-color-gray-tint-08)"
951
+ },
952
+ "name": "conductionInputCheckboxDisabledHoverColor",
953
+ "attributes": {
954
+ "category": "conduction",
955
+ "type": "input-checkbox",
956
+ "item": "disabled",
957
+ "subitem": "hover",
958
+ "state": "color"
959
+ },
960
+ "path": [
961
+ "conduction",
962
+ "input-checkbox",
963
+ "disabled",
964
+ "hover",
965
+ "color"
966
+ ]
967
+ },
968
+ "border-width": {
969
+ "value": "1px",
970
+ "filePath": "src/component/conduction/checkbox.tokens.json",
971
+ "isSource": true,
972
+ "original": {
973
+ "value": "1px"
974
+ },
975
+ "name": "conductionInputCheckboxDisabledHoverBorderWidth",
976
+ "attributes": {
977
+ "category": "conduction",
978
+ "type": "input-checkbox",
979
+ "item": "disabled",
980
+ "subitem": "hover",
981
+ "state": "border-width"
982
+ },
983
+ "path": [
984
+ "conduction",
985
+ "input-checkbox",
986
+ "disabled",
987
+ "hover",
988
+ "border-width"
989
+ ]
990
+ },
991
+ "border-style": {
992
+ "value": "solid",
993
+ "filePath": "src/component/conduction/checkbox.tokens.json",
994
+ "isSource": true,
995
+ "original": {
996
+ "value": "solid"
997
+ },
998
+ "name": "conductionInputCheckboxDisabledHoverBorderStyle",
999
+ "attributes": {
1000
+ "category": "conduction",
1001
+ "type": "input-checkbox",
1002
+ "item": "disabled",
1003
+ "subitem": "hover",
1004
+ "state": "border-style"
1005
+ },
1006
+ "path": [
1007
+ "conduction",
1008
+ "input-checkbox",
1009
+ "disabled",
1010
+ "hover",
1011
+ "border-style"
1012
+ ]
1013
+ },
1014
+ "border-color": {
1015
+ "value": "var(--rotterdam-color-gray-tint-08)",
1016
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1017
+ "isSource": true,
1018
+ "original": {
1019
+ "value": "var(--rotterdam-color-gray-tint-08)"
1020
+ },
1021
+ "name": "conductionInputCheckboxDisabledHoverBorderColor",
1022
+ "attributes": {
1023
+ "category": "conduction",
1024
+ "type": "input-checkbox",
1025
+ "item": "disabled",
1026
+ "subitem": "hover",
1027
+ "state": "border-color"
1028
+ },
1029
+ "path": [
1030
+ "conduction",
1031
+ "input-checkbox",
1032
+ "disabled",
1033
+ "hover",
1034
+ "border-color"
1035
+ ]
1036
+ },
1037
+ "border-radius": {
1038
+ "value": "0px",
1039
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1040
+ "isSource": true,
1041
+ "original": {
1042
+ "value": "0px"
1043
+ },
1044
+ "name": "conductionInputCheckboxDisabledHoverBorderRadius",
1045
+ "attributes": {
1046
+ "category": "conduction",
1047
+ "type": "input-checkbox",
1048
+ "item": "disabled",
1049
+ "subitem": "hover",
1050
+ "state": "border-radius"
1051
+ },
1052
+ "path": [
1053
+ "conduction",
1054
+ "input-checkbox",
1055
+ "disabled",
1056
+ "hover",
1057
+ "border-radius"
1058
+ ]
1059
+ },
1060
+ "box-shadow": {}
1061
+ }
1062
+ },
1063
+ "focus": {
1064
+ "outline-width": {
1065
+ "value": "1px",
1066
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1067
+ "isSource": true,
1068
+ "original": {
1069
+ "value": "1px"
1070
+ },
1071
+ "name": "conductionInputCheckboxFocusOutlineWidth",
1072
+ "attributes": {
1073
+ "category": "conduction",
1074
+ "type": "input-checkbox",
1075
+ "item": "focus",
1076
+ "subitem": "outline-width"
1077
+ },
1078
+ "path": [
1079
+ "conduction",
1080
+ "input-checkbox",
1081
+ "focus",
1082
+ "outline-width"
1083
+ ]
1084
+ },
1085
+ "outline-style": {
1086
+ "value": "solid",
1087
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1088
+ "isSource": true,
1089
+ "original": {
1090
+ "value": "solid"
1091
+ },
1092
+ "name": "conductionInputCheckboxFocusOutlineStyle",
1093
+ "attributes": {
1094
+ "category": "conduction",
1095
+ "type": "input-checkbox",
1096
+ "item": "focus",
1097
+ "subitem": "outline-style"
1098
+ },
1099
+ "path": [
1100
+ "conduction",
1101
+ "input-checkbox",
1102
+ "focus",
1103
+ "outline-style"
1104
+ ]
1105
+ },
1106
+ "outline-color": {
1107
+ "value": "var(--rotterdam-color-base-black)",
1108
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1109
+ "isSource": true,
1110
+ "original": {
1111
+ "value": "var(--rotterdam-color-base-black)"
1112
+ },
1113
+ "name": "conductionInputCheckboxFocusOutlineColor",
1114
+ "attributes": {
1115
+ "category": "conduction",
1116
+ "type": "input-checkbox",
1117
+ "item": "focus",
1118
+ "subitem": "outline-color"
1119
+ },
1120
+ "path": [
1121
+ "conduction",
1122
+ "input-checkbox",
1123
+ "focus",
1124
+ "outline-color"
1125
+ ]
1126
+ },
1127
+ "outline-offset": {
1128
+ "value": "2px",
1129
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1130
+ "isSource": true,
1131
+ "original": {
1132
+ "value": "2px"
1133
+ },
1134
+ "name": "conductionInputCheckboxFocusOutlineOffset",
1135
+ "attributes": {
1136
+ "category": "conduction",
1137
+ "type": "input-checkbox",
1138
+ "item": "focus",
1139
+ "subitem": "outline-offset"
1140
+ },
1141
+ "path": [
1142
+ "conduction",
1143
+ "input-checkbox",
1144
+ "focus",
1145
+ "outline-offset"
1146
+ ]
1147
+ }
1148
+ },
1149
+ "label": {
1150
+ "color": {
1151
+ "value": "var(--utrecht-document-color)",
1152
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1153
+ "isSource": true,
1154
+ "original": {
1155
+ "value": "var(--utrecht-document-color)"
1156
+ },
1157
+ "name": "conductionInputCheckboxLabelColor",
1158
+ "attributes": {
1159
+ "category": "conduction",
1160
+ "type": "input-checkbox",
1161
+ "item": "label",
1162
+ "subitem": "color"
1163
+ },
1164
+ "path": [
1165
+ "conduction",
1166
+ "input-checkbox",
1167
+ "label",
1168
+ "color"
1169
+ ]
1170
+ },
1171
+ "font-size": {
1172
+ "value": "var(--utrecht-document-font-size)",
1173
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1174
+ "isSource": true,
1175
+ "original": {
1176
+ "value": "var(--utrecht-document-font-size)"
1177
+ },
1178
+ "name": "conductionInputCheckboxLabelFontSize",
1179
+ "attributes": {
1180
+ "category": "conduction",
1181
+ "type": "input-checkbox",
1182
+ "item": "label",
1183
+ "subitem": "font-size"
1184
+ },
1185
+ "path": [
1186
+ "conduction",
1187
+ "input-checkbox",
1188
+ "label",
1189
+ "font-size"
1190
+ ]
1191
+ },
1192
+ "font-weight": {},
1193
+ "font-family": {
1194
+ "value": "var(--utrecht-document-font-family)",
1195
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1196
+ "isSource": true,
1197
+ "original": {
1198
+ "value": "var(--utrecht-document-font-family)"
1199
+ },
1200
+ "name": "conductionInputCheckboxLabelFontFamily",
1201
+ "attributes": {
1202
+ "category": "conduction",
1203
+ "type": "input-checkbox",
1204
+ "item": "label",
1205
+ "subitem": "font-family"
1206
+ },
1207
+ "path": [
1208
+ "conduction",
1209
+ "input-checkbox",
1210
+ "label",
1211
+ "font-family"
1212
+ ]
1213
+ },
1214
+ "container": {
1215
+ "padding": {
1216
+ "value": "3px",
1217
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1218
+ "isSource": true,
1219
+ "original": {
1220
+ "value": "3px"
1221
+ },
1222
+ "name": "conductionInputCheckboxLabelContainerPadding",
1223
+ "attributes": {
1224
+ "category": "conduction",
1225
+ "type": "input-checkbox",
1226
+ "item": "label",
1227
+ "subitem": "container",
1228
+ "state": "padding"
1229
+ },
1230
+ "path": [
1231
+ "conduction",
1232
+ "input-checkbox",
1233
+ "label",
1234
+ "container",
1235
+ "padding"
1236
+ ]
1237
+ },
1238
+ "margin": {
1239
+ "value": "3px",
1240
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1241
+ "isSource": true,
1242
+ "original": {
1243
+ "value": "3px"
1244
+ },
1245
+ "name": "conductionInputCheckboxLabelContainerMargin",
1246
+ "attributes": {
1247
+ "category": "conduction",
1248
+ "type": "input-checkbox",
1249
+ "item": "label",
1250
+ "subitem": "container",
1251
+ "state": "margin"
1252
+ },
1253
+ "path": [
1254
+ "conduction",
1255
+ "input-checkbox",
1256
+ "label",
1257
+ "container",
1258
+ "margin"
1259
+ ]
1260
+ }
1261
+ }
1262
+ }
1263
+ },
1264
+ "download-card": {
1265
+ "background-color": {},
1266
+ "title": {
1267
+ "color": {
1268
+ "value": "var(--utrecht-document-color)",
1269
+ "filePath": "src/component/conduction/download-card.tokens.json",
1270
+ "isSource": true,
1271
+ "original": {
1272
+ "value": "var(--utrecht-document-color)"
1273
+ },
1274
+ "name": "conductionDownloadCardTitleColor",
1275
+ "attributes": {
1276
+ "category": "conduction",
1277
+ "type": "download-card",
1278
+ "item": "title",
1279
+ "subitem": "color"
1280
+ },
1281
+ "path": [
1282
+ "conduction",
1283
+ "download-card",
1284
+ "title",
1285
+ "color"
1286
+ ]
1287
+ },
1288
+ "font-size": {
1289
+ "value": "20px",
1290
+ "filePath": "src/component/conduction/download-card.tokens.json",
1291
+ "isSource": true,
1292
+ "original": {
1293
+ "value": "20px"
1294
+ },
1295
+ "name": "conductionDownloadCardTitleFontSize",
1296
+ "attributes": {
1297
+ "category": "conduction",
1298
+ "type": "download-card",
1299
+ "item": "title",
1300
+ "subitem": "font-size"
1301
+ },
1302
+ "path": [
1303
+ "conduction",
1304
+ "download-card",
1305
+ "title",
1306
+ "font-size"
1307
+ ]
1308
+ },
1309
+ "font-weight": {
1310
+ "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)",
1311
+ "filePath": "src/component/conduction/download-card.tokens.json",
1312
+ "isSource": true,
1313
+ "original": {
1314
+ "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)"
1315
+ },
1316
+ "name": "conductionDownloadCardTitleFontWeight",
1317
+ "attributes": {
1318
+ "category": "conduction",
1319
+ "type": "download-card",
1320
+ "item": "title",
1321
+ "subitem": "font-weight"
1322
+ },
1323
+ "path": [
1324
+ "conduction",
1325
+ "download-card",
1326
+ "title",
1327
+ "font-weight"
1328
+ ]
1329
+ },
1330
+ "font-family": {
1331
+ "value": "var(--rotterdam-typography-sans-serif-font-family)",
1332
+ "filePath": "src/component/conduction/download-card.tokens.json",
1333
+ "isSource": true,
1334
+ "original": {
1335
+ "value": "var(--rotterdam-typography-sans-serif-font-family)"
1336
+ },
1337
+ "name": "conductionDownloadCardTitleFontFamily",
1338
+ "attributes": {
1339
+ "category": "conduction",
1340
+ "type": "download-card",
1341
+ "item": "title",
1342
+ "subitem": "font-family"
1343
+ },
1344
+ "path": [
1345
+ "conduction",
1346
+ "download-card",
1347
+ "title",
1348
+ "font-family"
1349
+ ]
1350
+ },
1351
+ "margin-inline-end": {
1352
+ "value": "14px",
1353
+ "filePath": "src/component/conduction/download-card.tokens.json",
1354
+ "isSource": true,
1355
+ "original": {
1356
+ "value": "14px"
1357
+ },
1358
+ "name": "conductionDownloadCardTitleMarginInlineEnd",
1359
+ "attributes": {
1360
+ "category": "conduction",
1361
+ "type": "download-card",
1362
+ "item": "title",
1363
+ "subitem": "margin-inline-end"
1364
+ },
1365
+ "path": [
1366
+ "conduction",
1367
+ "download-card",
1368
+ "title",
1369
+ "margin-inline-end"
1370
+ ]
1371
+ }
1372
+ },
1373
+ "border-width": {
1374
+ "value": "1px",
1375
+ "filePath": "src/component/conduction/download-card.tokens.json",
1376
+ "isSource": true,
1377
+ "original": {
1378
+ "value": "1px"
1379
+ },
1380
+ "name": "conductionDownloadCardBorderWidth",
1381
+ "attributes": {
1382
+ "category": "conduction",
1383
+ "type": "download-card",
1384
+ "item": "border-width"
1385
+ },
1386
+ "path": [
1387
+ "conduction",
1388
+ "download-card",
1389
+ "border-width"
1390
+ ]
1391
+ },
1392
+ "border-style": {
1393
+ "value": "solid",
1394
+ "filePath": "src/component/conduction/download-card.tokens.json",
1395
+ "isSource": true,
1396
+ "original": {
1397
+ "value": "solid"
1398
+ },
1399
+ "name": "conductionDownloadCardBorderStyle",
1400
+ "attributes": {
1401
+ "category": "conduction",
1402
+ "type": "download-card",
1403
+ "item": "border-style"
1404
+ },
1405
+ "path": [
1406
+ "conduction",
1407
+ "download-card",
1408
+ "border-style"
1409
+ ]
1410
+ },
1411
+ "border-color": {
1412
+ "value": "var(--rotterdam-color-gray-tint-04)",
1413
+ "filePath": "src/component/conduction/download-card.tokens.json",
1414
+ "isSource": true,
1415
+ "original": {
1416
+ "value": "var(--rotterdam-color-gray-tint-04)"
1417
+ },
1418
+ "name": "conductionDownloadCardBorderColor",
1419
+ "attributes": {
1420
+ "category": "conduction",
1421
+ "type": "download-card",
1422
+ "item": "border-color"
1423
+ },
1424
+ "path": [
1425
+ "conduction",
1426
+ "download-card",
1427
+ "border-color"
1428
+ ]
1429
+ },
1430
+ "border-radius": {
1431
+ "value": "0px",
1432
+ "filePath": "src/component/conduction/download-card.tokens.json",
1433
+ "isSource": true,
1434
+ "original": {
1435
+ "value": "0px"
1436
+ },
1437
+ "name": "conductionDownloadCardBorderRadius",
1438
+ "attributes": {
1439
+ "category": "conduction",
1440
+ "type": "download-card",
1441
+ "item": "border-radius"
1442
+ },
1443
+ "path": [
1444
+ "conduction",
1445
+ "download-card",
1446
+ "border-radius"
1447
+ ]
1448
+ },
1449
+ "icon-gap": {
1450
+ "value": "14px",
1451
+ "filePath": "src/component/conduction/download-card.tokens.json",
1452
+ "isSource": true,
1453
+ "original": {
1454
+ "value": "14px"
1455
+ },
1456
+ "name": "conductionDownloadCardIconGap",
1457
+ "attributes": {
1458
+ "category": "conduction",
1459
+ "type": "download-card",
1460
+ "item": "icon-gap"
1461
+ },
1462
+ "path": [
1463
+ "conduction",
1464
+ "download-card",
1465
+ "icon-gap"
1466
+ ]
1467
+ },
1468
+ "padding-inline-end": {
1469
+ "value": "18px",
1470
+ "filePath": "src/component/conduction/download-card.tokens.json",
1471
+ "isSource": true,
1472
+ "original": {
1473
+ "value": "18px"
1474
+ },
1475
+ "name": "conductionDownloadCardPaddingInlineEnd",
1476
+ "attributes": {
1477
+ "category": "conduction",
1478
+ "type": "download-card",
1479
+ "item": "padding-inline-end"
1480
+ },
1481
+ "path": [
1482
+ "conduction",
1483
+ "download-card",
1484
+ "padding-inline-end"
1485
+ ]
1486
+ },
1487
+ "padding-inline-start": {
1488
+ "value": "18px",
1489
+ "filePath": "src/component/conduction/download-card.tokens.json",
1490
+ "isSource": true,
1491
+ "original": {
1492
+ "value": "18px"
1493
+ },
1494
+ "name": "conductionDownloadCardPaddingInlineStart",
1495
+ "attributes": {
1496
+ "category": "conduction",
1497
+ "type": "download-card",
1498
+ "item": "padding-inline-start"
1499
+ },
1500
+ "path": [
1501
+ "conduction",
1502
+ "download-card",
1503
+ "padding-inline-start"
1504
+ ]
1505
+ },
1506
+ "padding-block-end": {
1507
+ "value": "18px",
1508
+ "filePath": "src/component/conduction/download-card.tokens.json",
1509
+ "isSource": true,
1510
+ "original": {
1511
+ "value": "18px"
1512
+ },
1513
+ "name": "conductionDownloadCardPaddingBlockEnd",
1514
+ "attributes": {
1515
+ "category": "conduction",
1516
+ "type": "download-card",
1517
+ "item": "padding-block-end"
1518
+ },
1519
+ "path": [
1520
+ "conduction",
1521
+ "download-card",
1522
+ "padding-block-end"
1523
+ ]
1524
+ },
1525
+ "padding-block-start": {
1526
+ "value": "18px",
1527
+ "filePath": "src/component/conduction/download-card.tokens.json",
1528
+ "isSource": true,
1529
+ "original": {
1530
+ "value": "18px"
1531
+ },
1532
+ "name": "conductionDownloadCardPaddingBlockStart",
1533
+ "attributes": {
1534
+ "category": "conduction",
1535
+ "type": "download-card",
1536
+ "item": "padding-block-start"
1537
+ },
1538
+ "path": [
1539
+ "conduction",
1540
+ "download-card",
1541
+ "padding-block-start"
1542
+ ]
1543
+ }
1544
+ },
404
1545
  "logo": {
405
1546
  "header": {
406
1547
  "inline-size": {
@@ -848,7 +1989,8 @@
848
1989
  "item",
849
1990
  "padding"
850
1991
  ]
851
- }
1992
+ },
1993
+ "border-radius": {}
852
1994
  },
853
1995
  "padding-inline-end": {
854
1996
  "value": "16px",
@@ -4389,6 +5531,143 @@
4389
5531
  }
4390
5532
  }
4391
5533
  },
5534
+ "badge": {
5535
+ "background-color": {
5536
+ "value": "var(--rotterdam-color-base-black) !important",
5537
+ "filePath": "src/component/utrecht/badge.tokens.json",
5538
+ "isSource": true,
5539
+ "original": {
5540
+ "value": "var(--rotterdam-color-base-black) !important"
5541
+ },
5542
+ "name": "utrechtBadgeBackgroundColor",
5543
+ "attributes": {
5544
+ "category": "utrecht",
5545
+ "type": "badge",
5546
+ "item": "background-color"
5547
+ },
5548
+ "path": [
5549
+ "utrecht",
5550
+ "badge",
5551
+ "background-color"
5552
+ ]
5553
+ },
5554
+ "border-radius": {
5555
+ "value": "0",
5556
+ "filePath": "src/component/utrecht/badge.tokens.json",
5557
+ "isSource": true,
5558
+ "original": {
5559
+ "value": "0"
5560
+ },
5561
+ "name": "utrechtBadgeBorderRadius",
5562
+ "attributes": {
5563
+ "category": "utrecht",
5564
+ "type": "badge",
5565
+ "item": "border-radius"
5566
+ },
5567
+ "path": [
5568
+ "utrecht",
5569
+ "badge",
5570
+ "border-radius"
5571
+ ]
5572
+ },
5573
+ "color": {
5574
+ "value": "var(--rotterdam-color-base-white) ",
5575
+ "filePath": "src/component/utrecht/badge.tokens.json",
5576
+ "isSource": true,
5577
+ "original": {
5578
+ "value": "var(--rotterdam-color-base-white) "
5579
+ },
5580
+ "name": "utrechtBadgeColor",
5581
+ "attributes": {
5582
+ "category": "utrecht",
5583
+ "type": "badge",
5584
+ "item": "color"
5585
+ },
5586
+ "path": [
5587
+ "utrecht",
5588
+ "badge",
5589
+ "color"
5590
+ ]
5591
+ },
5592
+ "font-size": {
5593
+ "value": "14px !important",
5594
+ "filePath": "src/component/utrecht/badge.tokens.json",
5595
+ "isSource": true,
5596
+ "original": {
5597
+ "value": "14px !important"
5598
+ },
5599
+ "name": "utrechtBadgeFontSize",
5600
+ "attributes": {
5601
+ "category": "utrecht",
5602
+ "type": "badge",
5603
+ "item": "font-size"
5604
+ },
5605
+ "path": [
5606
+ "utrecht",
5607
+ "badge",
5608
+ "font-size"
5609
+ ]
5610
+ },
5611
+ "font-weight": {
5612
+ "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)",
5613
+ "filePath": "src/component/utrecht/badge.tokens.json",
5614
+ "isSource": true,
5615
+ "original": {
5616
+ "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)"
5617
+ },
5618
+ "name": "utrechtBadgeFontWeight",
5619
+ "attributes": {
5620
+ "category": "utrecht",
5621
+ "type": "badge",
5622
+ "item": "font-weight"
5623
+ },
5624
+ "path": [
5625
+ "utrecht",
5626
+ "badge",
5627
+ "font-weight"
5628
+ ]
5629
+ },
5630
+ "line-height": {},
5631
+ "padding-block": {
5632
+ "value": "8px !important",
5633
+ "filePath": "src/component/utrecht/badge.tokens.json",
5634
+ "isSource": true,
5635
+ "original": {
5636
+ "value": "8px !important"
5637
+ },
5638
+ "name": "utrechtBadgePaddingBlock",
5639
+ "attributes": {
5640
+ "category": "utrecht",
5641
+ "type": "badge",
5642
+ "item": "padding-block"
5643
+ },
5644
+ "path": [
5645
+ "utrecht",
5646
+ "badge",
5647
+ "padding-block"
5648
+ ]
5649
+ },
5650
+ "padding-inline": {
5651
+ "value": "8px !important",
5652
+ "filePath": "src/component/utrecht/badge.tokens.json",
5653
+ "isSource": true,
5654
+ "original": {
5655
+ "value": "8px !important"
5656
+ },
5657
+ "name": "utrechtBadgePaddingInline",
5658
+ "attributes": {
5659
+ "category": "utrecht",
5660
+ "type": "badge",
5661
+ "item": "padding-inline"
5662
+ },
5663
+ "path": [
5664
+ "utrecht",
5665
+ "badge",
5666
+ "padding-inline"
5667
+ ]
5668
+ },
5669
+ "text-transform": {}
5670
+ },
4392
5671
  "breadcrumb-nav": {
4393
5672
  "block-size": {},
4394
5673
  "font-family": {