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