@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
@@ -313,6 +313,1115 @@
313
313
  "padding-inline-start"
314
314
  ]
315
315
  },
316
+ {
317
+ "value": "#26b8e6",
318
+ "filePath": "src/component/conduction/download-card.tokens.json",
319
+ "isSource": true,
320
+ "original": {
321
+ "value": "{dimpact.color.light-blue.53}"
322
+ },
323
+ "name": "conductionDownloadCardBorderColor",
324
+ "attributes": {
325
+ "category": "conduction",
326
+ "type": "download-card",
327
+ "item": "border-color"
328
+ },
329
+ "path": [
330
+ "conduction",
331
+ "download-card",
332
+ "border-color"
333
+ ]
334
+ },
335
+ {
336
+ "value": "6px",
337
+ "filePath": "src/component/conduction/download-card.tokens.json",
338
+ "isSource": true,
339
+ "original": {
340
+ "value": "6px"
341
+ },
342
+ "name": "conductionDownloadCardBorderRadius",
343
+ "attributes": {
344
+ "category": "conduction",
345
+ "type": "download-card",
346
+ "item": "border-radius"
347
+ },
348
+ "path": [
349
+ "conduction",
350
+ "download-card",
351
+ "border-radius"
352
+ ]
353
+ },
354
+ {
355
+ "value": "solid",
356
+ "filePath": "src/component/conduction/download-card.tokens.json",
357
+ "isSource": true,
358
+ "original": {
359
+ "value": "solid"
360
+ },
361
+ "name": "conductionDownloadCardBorderStyle",
362
+ "attributes": {
363
+ "category": "conduction",
364
+ "type": "download-card",
365
+ "item": "border-style"
366
+ },
367
+ "path": [
368
+ "conduction",
369
+ "download-card",
370
+ "border-style"
371
+ ]
372
+ },
373
+ {
374
+ "value": "1px",
375
+ "filePath": "src/component/conduction/download-card.tokens.json",
376
+ "isSource": true,
377
+ "original": {
378
+ "value": "{dimpact.size.4xs}"
379
+ },
380
+ "name": "conductionDownloadCardBorderWidth",
381
+ "attributes": {
382
+ "category": "conduction",
383
+ "type": "download-card",
384
+ "item": "border-width"
385
+ },
386
+ "path": [
387
+ "conduction",
388
+ "download-card",
389
+ "border-width"
390
+ ]
391
+ },
392
+ {
393
+ "value": "8px",
394
+ "filePath": "src/component/conduction/download-card.tokens.json",
395
+ "isSource": true,
396
+ "original": {
397
+ "value": "{dimpact.size.xs}"
398
+ },
399
+ "name": "conductionDownloadCardIconGap",
400
+ "attributes": {
401
+ "category": "conduction",
402
+ "type": "download-card",
403
+ "item": "icon-gap"
404
+ },
405
+ "path": [
406
+ "conduction",
407
+ "download-card",
408
+ "icon-gap"
409
+ ]
410
+ },
411
+ {
412
+ "value": "18px",
413
+ "filePath": "src/component/conduction/download-card.tokens.json",
414
+ "isSource": true,
415
+ "original": {
416
+ "value": "{dimpact.size.md}"
417
+ },
418
+ "name": "conductionDownloadCardPaddingBlockEnd",
419
+ "attributes": {
420
+ "category": "conduction",
421
+ "type": "download-card",
422
+ "item": "padding-block-end"
423
+ },
424
+ "path": [
425
+ "conduction",
426
+ "download-card",
427
+ "padding-block-end"
428
+ ]
429
+ },
430
+ {
431
+ "value": "18px",
432
+ "filePath": "src/component/conduction/download-card.tokens.json",
433
+ "isSource": true,
434
+ "original": {
435
+ "value": "{dimpact.size.md}"
436
+ },
437
+ "name": "conductionDownloadCardPaddingBlockStart",
438
+ "attributes": {
439
+ "category": "conduction",
440
+ "type": "download-card",
441
+ "item": "padding-block-start"
442
+ },
443
+ "path": [
444
+ "conduction",
445
+ "download-card",
446
+ "padding-block-start"
447
+ ]
448
+ },
449
+ {
450
+ "value": "18px",
451
+ "filePath": "src/component/conduction/download-card.tokens.json",
452
+ "isSource": true,
453
+ "original": {
454
+ "value": "{dimpact.size.md}"
455
+ },
456
+ "name": "conductionDownloadCardPaddingInlineEnd",
457
+ "attributes": {
458
+ "category": "conduction",
459
+ "type": "download-card",
460
+ "item": "padding-inline-end"
461
+ },
462
+ "path": [
463
+ "conduction",
464
+ "download-card",
465
+ "padding-inline-end"
466
+ ]
467
+ },
468
+ {
469
+ "value": "18px",
470
+ "filePath": "src/component/conduction/download-card.tokens.json",
471
+ "isSource": true,
472
+ "original": {
473
+ "value": "{dimpact.size.md}"
474
+ },
475
+ "name": "conductionDownloadCardPaddingInlineStart",
476
+ "attributes": {
477
+ "category": "conduction",
478
+ "type": "download-card",
479
+ "item": "padding-inline-start"
480
+ },
481
+ "path": [
482
+ "conduction",
483
+ "download-card",
484
+ "padding-inline-start"
485
+ ]
486
+ },
487
+ {
488
+ "value": "#fa4494",
489
+ "filePath": "src/component/conduction/download-card.tokens.json",
490
+ "isSource": true,
491
+ "original": {
492
+ "value": "{dimpact.color.pink.62}"
493
+ },
494
+ "name": "conductionDownloadCardTitleColor",
495
+ "attributes": {
496
+ "category": "conduction",
497
+ "type": "download-card",
498
+ "item": "title",
499
+ "subitem": "color"
500
+ },
501
+ "path": [
502
+ "conduction",
503
+ "download-card",
504
+ "title",
505
+ "color"
506
+ ]
507
+ },
508
+ {
509
+ "value": "Tisa-sans-web-pro, Monospace, Arial, sans-serif",
510
+ "filePath": "src/component/conduction/download-card.tokens.json",
511
+ "isSource": true,
512
+ "original": {
513
+ "value": "{dimpact.typography.sans-serif.font-family}"
514
+ },
515
+ "name": "conductionDownloadCardTitleFontFamily",
516
+ "attributes": {
517
+ "category": "conduction",
518
+ "type": "download-card",
519
+ "item": "title",
520
+ "subitem": "font-family"
521
+ },
522
+ "path": [
523
+ "conduction",
524
+ "download-card",
525
+ "title",
526
+ "font-family"
527
+ ]
528
+ },
529
+ {
530
+ "value": "20px",
531
+ "filePath": "src/component/conduction/download-card.tokens.json",
532
+ "isSource": true,
533
+ "original": {
534
+ "value": "{dimpact.font-size.lg}"
535
+ },
536
+ "name": "conductionDownloadCardTitleFontSize",
537
+ "attributes": {
538
+ "category": "conduction",
539
+ "type": "download-card",
540
+ "item": "title",
541
+ "subitem": "font-size"
542
+ },
543
+ "path": [
544
+ "conduction",
545
+ "download-card",
546
+ "title",
547
+ "font-size"
548
+ ]
549
+ },
550
+ {
551
+ "value": "700",
552
+ "filePath": "src/component/conduction/download-card.tokens.json",
553
+ "isSource": true,
554
+ "original": {
555
+ "value": "{dimpact.typography.font-weight.bold}"
556
+ },
557
+ "name": "conductionDownloadCardTitleFontWeight",
558
+ "attributes": {
559
+ "category": "conduction",
560
+ "type": "download-card",
561
+ "item": "title",
562
+ "subitem": "font-weight"
563
+ },
564
+ "path": [
565
+ "conduction",
566
+ "download-card",
567
+ "title",
568
+ "font-weight"
569
+ ]
570
+ },
571
+ {
572
+ "value": "14px",
573
+ "filePath": "src/component/conduction/download-card.tokens.json",
574
+ "isSource": true,
575
+ "original": {
576
+ "value": "{dimpact.size.sm}"
577
+ },
578
+ "name": "conductionDownloadCardTitleMarginInlineEnd",
579
+ "attributes": {
580
+ "category": "conduction",
581
+ "type": "download-card",
582
+ "item": "title",
583
+ "subitem": "margin-inline-end"
584
+ },
585
+ "path": [
586
+ "conduction",
587
+ "download-card",
588
+ "title",
589
+ "margin-inline-end"
590
+ ]
591
+ },
592
+ {
593
+ "value": "#767676",
594
+ "filePath": "src/component/conduction/checkbox.tokens.json",
595
+ "isSource": true,
596
+ "original": {
597
+ "value": "{dimpact.color.grey.46}"
598
+ },
599
+ "name": "conductionInputCheckboxBorderColor",
600
+ "attributes": {
601
+ "category": "conduction",
602
+ "type": "input-checkbox",
603
+ "item": "border-color"
604
+ },
605
+ "path": [
606
+ "conduction",
607
+ "input-checkbox",
608
+ "border-color"
609
+ ]
610
+ },
611
+ {
612
+ "value": "3px",
613
+ "filePath": "src/component/conduction/checkbox.tokens.json",
614
+ "isSource": true,
615
+ "original": {
616
+ "value": "3px"
617
+ },
618
+ "name": "conductionInputCheckboxBorderRadius",
619
+ "attributes": {
620
+ "category": "conduction",
621
+ "type": "input-checkbox",
622
+ "item": "border-radius"
623
+ },
624
+ "path": [
625
+ "conduction",
626
+ "input-checkbox",
627
+ "border-radius"
628
+ ]
629
+ },
630
+ {
631
+ "value": "solid",
632
+ "filePath": "src/component/conduction/checkbox.tokens.json",
633
+ "isSource": true,
634
+ "original": {
635
+ "value": "solid"
636
+ },
637
+ "name": "conductionInputCheckboxBorderStyle",
638
+ "attributes": {
639
+ "category": "conduction",
640
+ "type": "input-checkbox",
641
+ "item": "border-style"
642
+ },
643
+ "path": [
644
+ "conduction",
645
+ "input-checkbox",
646
+ "border-style"
647
+ ]
648
+ },
649
+ {
650
+ "value": "1px",
651
+ "filePath": "src/component/conduction/checkbox.tokens.json",
652
+ "isSource": true,
653
+ "original": {
654
+ "value": "{dimpact.size.4xs}"
655
+ },
656
+ "name": "conductionInputCheckboxBorderWidth",
657
+ "attributes": {
658
+ "category": "conduction",
659
+ "type": "input-checkbox",
660
+ "item": "border-width"
661
+ },
662
+ "path": [
663
+ "conduction",
664
+ "input-checkbox",
665
+ "border-width"
666
+ ]
667
+ },
668
+ {
669
+ "value": "#00377a",
670
+ "filePath": "src/component/conduction/checkbox.tokens.json",
671
+ "isSource": true,
672
+ "original": {
673
+ "value": "{dimpact.color.primary}"
674
+ },
675
+ "name": "conductionInputCheckboxCheckedBorderColor",
676
+ "attributes": {
677
+ "category": "conduction",
678
+ "type": "input-checkbox",
679
+ "item": "checked",
680
+ "subitem": "border-color"
681
+ },
682
+ "path": [
683
+ "conduction",
684
+ "input-checkbox",
685
+ "checked",
686
+ "border-color"
687
+ ]
688
+ },
689
+ {
690
+ "value": "3px",
691
+ "filePath": "src/component/conduction/checkbox.tokens.json",
692
+ "isSource": true,
693
+ "original": {
694
+ "value": "3px"
695
+ },
696
+ "name": "conductionInputCheckboxCheckedBorderRadius",
697
+ "attributes": {
698
+ "category": "conduction",
699
+ "type": "input-checkbox",
700
+ "item": "checked",
701
+ "subitem": "border-radius"
702
+ },
703
+ "path": [
704
+ "conduction",
705
+ "input-checkbox",
706
+ "checked",
707
+ "border-radius"
708
+ ]
709
+ },
710
+ {
711
+ "value": "solid",
712
+ "filePath": "src/component/conduction/checkbox.tokens.json",
713
+ "isSource": true,
714
+ "original": {
715
+ "value": "solid"
716
+ },
717
+ "name": "conductionInputCheckboxCheckedBorderStyle",
718
+ "attributes": {
719
+ "category": "conduction",
720
+ "type": "input-checkbox",
721
+ "item": "checked",
722
+ "subitem": "border-style"
723
+ },
724
+ "path": [
725
+ "conduction",
726
+ "input-checkbox",
727
+ "checked",
728
+ "border-style"
729
+ ]
730
+ },
731
+ {
732
+ "value": "1px",
733
+ "filePath": "src/component/conduction/checkbox.tokens.json",
734
+ "isSource": true,
735
+ "original": {
736
+ "value": "{dimpact.size.4xs}"
737
+ },
738
+ "name": "conductionInputCheckboxCheckedBorderWidth",
739
+ "attributes": {
740
+ "category": "conduction",
741
+ "type": "input-checkbox",
742
+ "item": "checked",
743
+ "subitem": "border-width"
744
+ },
745
+ "path": [
746
+ "conduction",
747
+ "input-checkbox",
748
+ "checked",
749
+ "border-width"
750
+ ]
751
+ },
752
+ {
753
+ "value": "#00377a",
754
+ "filePath": "src/component/conduction/checkbox.tokens.json",
755
+ "isSource": true,
756
+ "original": {
757
+ "value": "{dimpact.color.primary}"
758
+ },
759
+ "name": "conductionInputCheckboxCheckedColor",
760
+ "attributes": {
761
+ "category": "conduction",
762
+ "type": "input-checkbox",
763
+ "item": "checked",
764
+ "subitem": "color"
765
+ },
766
+ "path": [
767
+ "conduction",
768
+ "input-checkbox",
769
+ "checked",
770
+ "color"
771
+ ]
772
+ },
773
+ {
774
+ "value": "#fa4494",
775
+ "filePath": "src/component/conduction/checkbox.tokens.json",
776
+ "isSource": true,
777
+ "original": {
778
+ "value": "{dimpact.color.primary-hover}"
779
+ },
780
+ "name": "conductionInputCheckboxCheckedHoverBorderColor",
781
+ "attributes": {
782
+ "category": "conduction",
783
+ "type": "input-checkbox",
784
+ "item": "checked",
785
+ "subitem": "hover",
786
+ "state": "border-color"
787
+ },
788
+ "path": [
789
+ "conduction",
790
+ "input-checkbox",
791
+ "checked",
792
+ "hover",
793
+ "border-color"
794
+ ]
795
+ },
796
+ {
797
+ "value": "3px",
798
+ "filePath": "src/component/conduction/checkbox.tokens.json",
799
+ "isSource": true,
800
+ "original": {
801
+ "value": "3px"
802
+ },
803
+ "name": "conductionInputCheckboxCheckedHoverBorderRadius",
804
+ "attributes": {
805
+ "category": "conduction",
806
+ "type": "input-checkbox",
807
+ "item": "checked",
808
+ "subitem": "hover",
809
+ "state": "border-radius"
810
+ },
811
+ "path": [
812
+ "conduction",
813
+ "input-checkbox",
814
+ "checked",
815
+ "hover",
816
+ "border-radius"
817
+ ]
818
+ },
819
+ {
820
+ "value": "solid",
821
+ "filePath": "src/component/conduction/checkbox.tokens.json",
822
+ "isSource": true,
823
+ "original": {
824
+ "value": "solid"
825
+ },
826
+ "name": "conductionInputCheckboxCheckedHoverBorderStyle",
827
+ "attributes": {
828
+ "category": "conduction",
829
+ "type": "input-checkbox",
830
+ "item": "checked",
831
+ "subitem": "hover",
832
+ "state": "border-style"
833
+ },
834
+ "path": [
835
+ "conduction",
836
+ "input-checkbox",
837
+ "checked",
838
+ "hover",
839
+ "border-style"
840
+ ]
841
+ },
842
+ {
843
+ "value": "1px",
844
+ "filePath": "src/component/conduction/checkbox.tokens.json",
845
+ "isSource": true,
846
+ "original": {
847
+ "value": "{dimpact.size.4xs}"
848
+ },
849
+ "name": "conductionInputCheckboxCheckedHoverBorderWidth",
850
+ "attributes": {
851
+ "category": "conduction",
852
+ "type": "input-checkbox",
853
+ "item": "checked",
854
+ "subitem": "hover",
855
+ "state": "border-width"
856
+ },
857
+ "path": [
858
+ "conduction",
859
+ "input-checkbox",
860
+ "checked",
861
+ "hover",
862
+ "border-width"
863
+ ]
864
+ },
865
+ {
866
+ "value": "#fa4494",
867
+ "filePath": "src/component/conduction/checkbox.tokens.json",
868
+ "isSource": true,
869
+ "original": {
870
+ "value": "{dimpact.color.primary-hover}"
871
+ },
872
+ "name": "conductionInputCheckboxCheckedHoverColor",
873
+ "attributes": {
874
+ "category": "conduction",
875
+ "type": "input-checkbox",
876
+ "item": "checked",
877
+ "subitem": "hover",
878
+ "state": "color"
879
+ },
880
+ "path": [
881
+ "conduction",
882
+ "input-checkbox",
883
+ "checked",
884
+ "hover",
885
+ "color"
886
+ ]
887
+ },
888
+ {
889
+ "value": "#ffffff",
890
+ "filePath": "src/component/conduction/checkbox.tokens.json",
891
+ "isSource": true,
892
+ "original": {
893
+ "value": "{dimpact.color.white.100}"
894
+ },
895
+ "name": "conductionInputCheckboxColor",
896
+ "attributes": {
897
+ "category": "conduction",
898
+ "type": "input-checkbox",
899
+ "item": "color"
900
+ },
901
+ "path": [
902
+ "conduction",
903
+ "input-checkbox",
904
+ "color"
905
+ ]
906
+ },
907
+ {
908
+ "value": "#d1d1d1",
909
+ "filePath": "src/component/conduction/checkbox.tokens.json",
910
+ "isSource": true,
911
+ "original": {
912
+ "value": "{dimpact.color.grey.82}"
913
+ },
914
+ "name": "conductionInputCheckboxDisabledBorderColor",
915
+ "attributes": {
916
+ "category": "conduction",
917
+ "type": "input-checkbox",
918
+ "item": "disabled",
919
+ "subitem": "border-color"
920
+ },
921
+ "path": [
922
+ "conduction",
923
+ "input-checkbox",
924
+ "disabled",
925
+ "border-color"
926
+ ]
927
+ },
928
+ {
929
+ "value": "3px",
930
+ "filePath": "src/component/conduction/checkbox.tokens.json",
931
+ "isSource": true,
932
+ "original": {
933
+ "value": "3px"
934
+ },
935
+ "name": "conductionInputCheckboxDisabledBorderRadius",
936
+ "attributes": {
937
+ "category": "conduction",
938
+ "type": "input-checkbox",
939
+ "item": "disabled",
940
+ "subitem": "border-radius"
941
+ },
942
+ "path": [
943
+ "conduction",
944
+ "input-checkbox",
945
+ "disabled",
946
+ "border-radius"
947
+ ]
948
+ },
949
+ {
950
+ "value": "solid",
951
+ "filePath": "src/component/conduction/checkbox.tokens.json",
952
+ "isSource": true,
953
+ "original": {
954
+ "value": "solid"
955
+ },
956
+ "name": "conductionInputCheckboxDisabledBorderStyle",
957
+ "attributes": {
958
+ "category": "conduction",
959
+ "type": "input-checkbox",
960
+ "item": "disabled",
961
+ "subitem": "border-style"
962
+ },
963
+ "path": [
964
+ "conduction",
965
+ "input-checkbox",
966
+ "disabled",
967
+ "border-style"
968
+ ]
969
+ },
970
+ {
971
+ "value": "1px",
972
+ "filePath": "src/component/conduction/checkbox.tokens.json",
973
+ "isSource": true,
974
+ "original": {
975
+ "value": "{dimpact.size.4xs}"
976
+ },
977
+ "name": "conductionInputCheckboxDisabledBorderWidth",
978
+ "attributes": {
979
+ "category": "conduction",
980
+ "type": "input-checkbox",
981
+ "item": "disabled",
982
+ "subitem": "border-width"
983
+ },
984
+ "path": [
985
+ "conduction",
986
+ "input-checkbox",
987
+ "disabled",
988
+ "border-width"
989
+ ]
990
+ },
991
+ {
992
+ "value": "#d1d1d1",
993
+ "filePath": "src/component/conduction/checkbox.tokens.json",
994
+ "isSource": true,
995
+ "original": {
996
+ "value": "{dimpact.color.grey.82}"
997
+ },
998
+ "name": "conductionInputCheckboxDisabledColor",
999
+ "attributes": {
1000
+ "category": "conduction",
1001
+ "type": "input-checkbox",
1002
+ "item": "disabled",
1003
+ "subitem": "color"
1004
+ },
1005
+ "path": [
1006
+ "conduction",
1007
+ "input-checkbox",
1008
+ "disabled",
1009
+ "color"
1010
+ ]
1011
+ },
1012
+ {
1013
+ "value": "#d1d1d1",
1014
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1015
+ "isSource": true,
1016
+ "original": {
1017
+ "value": "{dimpact.color.grey.82}"
1018
+ },
1019
+ "name": "conductionInputCheckboxDisabledHoverBorderColor",
1020
+ "attributes": {
1021
+ "category": "conduction",
1022
+ "type": "input-checkbox",
1023
+ "item": "disabled",
1024
+ "subitem": "hover",
1025
+ "state": "border-color"
1026
+ },
1027
+ "path": [
1028
+ "conduction",
1029
+ "input-checkbox",
1030
+ "disabled",
1031
+ "hover",
1032
+ "border-color"
1033
+ ]
1034
+ },
1035
+ {
1036
+ "value": "3px",
1037
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1038
+ "isSource": true,
1039
+ "original": {
1040
+ "value": "3px"
1041
+ },
1042
+ "name": "conductionInputCheckboxDisabledHoverBorderRadius",
1043
+ "attributes": {
1044
+ "category": "conduction",
1045
+ "type": "input-checkbox",
1046
+ "item": "disabled",
1047
+ "subitem": "hover",
1048
+ "state": "border-radius"
1049
+ },
1050
+ "path": [
1051
+ "conduction",
1052
+ "input-checkbox",
1053
+ "disabled",
1054
+ "hover",
1055
+ "border-radius"
1056
+ ]
1057
+ },
1058
+ {
1059
+ "value": "solid",
1060
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1061
+ "isSource": true,
1062
+ "original": {
1063
+ "value": "solid"
1064
+ },
1065
+ "name": "conductionInputCheckboxDisabledHoverBorderStyle",
1066
+ "attributes": {
1067
+ "category": "conduction",
1068
+ "type": "input-checkbox",
1069
+ "item": "disabled",
1070
+ "subitem": "hover",
1071
+ "state": "border-style"
1072
+ },
1073
+ "path": [
1074
+ "conduction",
1075
+ "input-checkbox",
1076
+ "disabled",
1077
+ "hover",
1078
+ "border-style"
1079
+ ]
1080
+ },
1081
+ {
1082
+ "value": "1px",
1083
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1084
+ "isSource": true,
1085
+ "original": {
1086
+ "value": "{dimpact.size.4xs}"
1087
+ },
1088
+ "name": "conductionInputCheckboxDisabledHoverBorderWidth",
1089
+ "attributes": {
1090
+ "category": "conduction",
1091
+ "type": "input-checkbox",
1092
+ "item": "disabled",
1093
+ "subitem": "hover",
1094
+ "state": "border-width"
1095
+ },
1096
+ "path": [
1097
+ "conduction",
1098
+ "input-checkbox",
1099
+ "disabled",
1100
+ "hover",
1101
+ "border-width"
1102
+ ]
1103
+ },
1104
+ {
1105
+ "value": "#d1d1d1",
1106
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1107
+ "isSource": true,
1108
+ "original": {
1109
+ "value": "{dimpact.color.grey.82}"
1110
+ },
1111
+ "name": "conductionInputCheckboxDisabledHoverColor",
1112
+ "attributes": {
1113
+ "category": "conduction",
1114
+ "type": "input-checkbox",
1115
+ "item": "disabled",
1116
+ "subitem": "hover",
1117
+ "state": "color"
1118
+ },
1119
+ "path": [
1120
+ "conduction",
1121
+ "input-checkbox",
1122
+ "disabled",
1123
+ "hover",
1124
+ "color"
1125
+ ]
1126
+ },
1127
+ {
1128
+ "value": "#000000",
1129
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1130
+ "isSource": true,
1131
+ "original": {
1132
+ "value": "{dimpact.color.black.0}"
1133
+ },
1134
+ "name": "conductionInputCheckboxFocusOutlineColor",
1135
+ "attributes": {
1136
+ "category": "conduction",
1137
+ "type": "input-checkbox",
1138
+ "item": "focus",
1139
+ "subitem": "outline-color"
1140
+ },
1141
+ "path": [
1142
+ "conduction",
1143
+ "input-checkbox",
1144
+ "focus",
1145
+ "outline-color"
1146
+ ]
1147
+ },
1148
+ {
1149
+ "value": "2px",
1150
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1151
+ "isSource": true,
1152
+ "original": {
1153
+ "value": "2px"
1154
+ },
1155
+ "name": "conductionInputCheckboxFocusOutlineOffset",
1156
+ "attributes": {
1157
+ "category": "conduction",
1158
+ "type": "input-checkbox",
1159
+ "item": "focus",
1160
+ "subitem": "outline-offset"
1161
+ },
1162
+ "path": [
1163
+ "conduction",
1164
+ "input-checkbox",
1165
+ "focus",
1166
+ "outline-offset"
1167
+ ]
1168
+ },
1169
+ {
1170
+ "value": "solid",
1171
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1172
+ "isSource": true,
1173
+ "original": {
1174
+ "value": "solid"
1175
+ },
1176
+ "name": "conductionInputCheckboxFocusOutlineStyle",
1177
+ "attributes": {
1178
+ "category": "conduction",
1179
+ "type": "input-checkbox",
1180
+ "item": "focus",
1181
+ "subitem": "outline-style"
1182
+ },
1183
+ "path": [
1184
+ "conduction",
1185
+ "input-checkbox",
1186
+ "focus",
1187
+ "outline-style"
1188
+ ]
1189
+ },
1190
+ {
1191
+ "value": "2px",
1192
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1193
+ "isSource": true,
1194
+ "original": {
1195
+ "value": "2px"
1196
+ },
1197
+ "name": "conductionInputCheckboxFocusOutlineWidth",
1198
+ "attributes": {
1199
+ "category": "conduction",
1200
+ "type": "input-checkbox",
1201
+ "item": "focus",
1202
+ "subitem": "outline-width"
1203
+ },
1204
+ "path": [
1205
+ "conduction",
1206
+ "input-checkbox",
1207
+ "focus",
1208
+ "outline-width"
1209
+ ]
1210
+ },
1211
+ {
1212
+ "value": "#4f4f4f",
1213
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1214
+ "isSource": true,
1215
+ "original": {
1216
+ "value": "{dimpact.color.grey.31}"
1217
+ },
1218
+ "name": "conductionInputCheckboxHoverBorderColor",
1219
+ "attributes": {
1220
+ "category": "conduction",
1221
+ "type": "input-checkbox",
1222
+ "item": "hover",
1223
+ "subitem": "border-color"
1224
+ },
1225
+ "path": [
1226
+ "conduction",
1227
+ "input-checkbox",
1228
+ "hover",
1229
+ "border-color"
1230
+ ]
1231
+ },
1232
+ {
1233
+ "value": "3px",
1234
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1235
+ "isSource": true,
1236
+ "original": {
1237
+ "value": "3px"
1238
+ },
1239
+ "name": "conductionInputCheckboxHoverBorderRadius",
1240
+ "attributes": {
1241
+ "category": "conduction",
1242
+ "type": "input-checkbox",
1243
+ "item": "hover",
1244
+ "subitem": "border-radius"
1245
+ },
1246
+ "path": [
1247
+ "conduction",
1248
+ "input-checkbox",
1249
+ "hover",
1250
+ "border-radius"
1251
+ ]
1252
+ },
1253
+ {
1254
+ "value": "solid",
1255
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1256
+ "isSource": true,
1257
+ "original": {
1258
+ "value": "solid"
1259
+ },
1260
+ "name": "conductionInputCheckboxHoverBorderStyle",
1261
+ "attributes": {
1262
+ "category": "conduction",
1263
+ "type": "input-checkbox",
1264
+ "item": "hover",
1265
+ "subitem": "border-style"
1266
+ },
1267
+ "path": [
1268
+ "conduction",
1269
+ "input-checkbox",
1270
+ "hover",
1271
+ "border-style"
1272
+ ]
1273
+ },
1274
+ {
1275
+ "value": "1px",
1276
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1277
+ "isSource": true,
1278
+ "original": {
1279
+ "value": "{dimpact.size.4xs}"
1280
+ },
1281
+ "name": "conductionInputCheckboxHoverBorderWidth",
1282
+ "attributes": {
1283
+ "category": "conduction",
1284
+ "type": "input-checkbox",
1285
+ "item": "hover",
1286
+ "subitem": "border-width"
1287
+ },
1288
+ "path": [
1289
+ "conduction",
1290
+ "input-checkbox",
1291
+ "hover",
1292
+ "border-width"
1293
+ ]
1294
+ },
1295
+ {
1296
+ "value": "#ffffff",
1297
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1298
+ "isSource": true,
1299
+ "original": {
1300
+ "value": "{dimpact.color.white.100}"
1301
+ },
1302
+ "name": "conductionInputCheckboxHoverColor",
1303
+ "attributes": {
1304
+ "category": "conduction",
1305
+ "type": "input-checkbox",
1306
+ "item": "hover",
1307
+ "subitem": "color"
1308
+ },
1309
+ "path": [
1310
+ "conduction",
1311
+ "input-checkbox",
1312
+ "hover",
1313
+ "color"
1314
+ ]
1315
+ },
1316
+ {
1317
+ "value": "#00377a",
1318
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1319
+ "isSource": true,
1320
+ "original": {
1321
+ "value": "{utrecht.document.color}"
1322
+ },
1323
+ "name": "conductionInputCheckboxLabelColor",
1324
+ "attributes": {
1325
+ "category": "conduction",
1326
+ "type": "input-checkbox",
1327
+ "item": "label",
1328
+ "subitem": "color"
1329
+ },
1330
+ "path": [
1331
+ "conduction",
1332
+ "input-checkbox",
1333
+ "label",
1334
+ "color"
1335
+ ]
1336
+ },
1337
+ {
1338
+ "value": "3px",
1339
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1340
+ "isSource": true,
1341
+ "original": {
1342
+ "value": "3px"
1343
+ },
1344
+ "name": "conductionInputCheckboxLabelContainerMargin",
1345
+ "attributes": {
1346
+ "category": "conduction",
1347
+ "type": "input-checkbox",
1348
+ "item": "label",
1349
+ "subitem": "container",
1350
+ "state": "margin"
1351
+ },
1352
+ "path": [
1353
+ "conduction",
1354
+ "input-checkbox",
1355
+ "label",
1356
+ "container",
1357
+ "margin"
1358
+ ]
1359
+ },
1360
+ {
1361
+ "value": "3px",
1362
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1363
+ "isSource": true,
1364
+ "original": {
1365
+ "value": "3px"
1366
+ },
1367
+ "name": "conductionInputCheckboxLabelContainerPadding",
1368
+ "attributes": {
1369
+ "category": "conduction",
1370
+ "type": "input-checkbox",
1371
+ "item": "label",
1372
+ "subitem": "container",
1373
+ "state": "padding"
1374
+ },
1375
+ "path": [
1376
+ "conduction",
1377
+ "input-checkbox",
1378
+ "label",
1379
+ "container",
1380
+ "padding"
1381
+ ]
1382
+ },
1383
+ {
1384
+ "value": "Tisa-sans-web-pro, Monospace, Arial, sans-serif",
1385
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1386
+ "isSource": true,
1387
+ "original": {
1388
+ "value": "{utrecht.document.font-family}"
1389
+ },
1390
+ "name": "conductionInputCheckboxLabelFontFamily",
1391
+ "attributes": {
1392
+ "category": "conduction",
1393
+ "type": "input-checkbox",
1394
+ "item": "label",
1395
+ "subitem": "font-family"
1396
+ },
1397
+ "path": [
1398
+ "conduction",
1399
+ "input-checkbox",
1400
+ "label",
1401
+ "font-family"
1402
+ ]
1403
+ },
1404
+ {
1405
+ "value": "18px",
1406
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1407
+ "isSource": true,
1408
+ "original": {
1409
+ "value": "{utrecht.document.font-size}"
1410
+ },
1411
+ "name": "conductionInputCheckboxLabelFontSize",
1412
+ "attributes": {
1413
+ "category": "conduction",
1414
+ "type": "input-checkbox",
1415
+ "item": "label",
1416
+ "subitem": "font-size"
1417
+ },
1418
+ "path": [
1419
+ "conduction",
1420
+ "input-checkbox",
1421
+ "label",
1422
+ "font-size"
1423
+ ]
1424
+ },
316
1425
  {
317
1426
  "value": "#ffffff",
318
1427
  "filePath": "src/component/conduction/select.tokens.json",
@@ -3356,6 +4465,69 @@
3356
4465
  "29"
3357
4466
  ]
3358
4467
  },
4468
+ {
4469
+ "value": "#4f4f4f",
4470
+ "filePath": "src/brand/dimpact/color.tokens.json",
4471
+ "isSource": true,
4472
+ "original": {
4473
+ "value": "#4f4f4f"
4474
+ },
4475
+ "name": "dimpactColorGrey31",
4476
+ "attributes": {
4477
+ "category": "dimpact",
4478
+ "type": "color",
4479
+ "item": "grey",
4480
+ "subitem": "31"
4481
+ },
4482
+ "path": [
4483
+ "dimpact",
4484
+ "color",
4485
+ "grey",
4486
+ "31"
4487
+ ]
4488
+ },
4489
+ {
4490
+ "value": "#767676",
4491
+ "filePath": "src/brand/dimpact/color.tokens.json",
4492
+ "isSource": true,
4493
+ "original": {
4494
+ "value": "#767676"
4495
+ },
4496
+ "name": "dimpactColorGrey46",
4497
+ "attributes": {
4498
+ "category": "dimpact",
4499
+ "type": "color",
4500
+ "item": "grey",
4501
+ "subitem": "46"
4502
+ },
4503
+ "path": [
4504
+ "dimpact",
4505
+ "color",
4506
+ "grey",
4507
+ "46"
4508
+ ]
4509
+ },
4510
+ {
4511
+ "value": "#d1d1d1",
4512
+ "filePath": "src/brand/dimpact/color.tokens.json",
4513
+ "isSource": true,
4514
+ "original": {
4515
+ "value": "#d1d1d1"
4516
+ },
4517
+ "name": "dimpactColorGrey82",
4518
+ "attributes": {
4519
+ "category": "dimpact",
4520
+ "type": "color",
4521
+ "item": "grey",
4522
+ "subitem": "82"
4523
+ },
4524
+ "path": [
4525
+ "dimpact",
4526
+ "color",
4527
+ "grey",
4528
+ "82"
4529
+ ]
4530
+ },
3359
4531
  {
3360
4532
  "value": "#d4d6d8",
3361
4533
  "filePath": "src/brand/dimpact/color.tokens.json",
@@ -4812,6 +5984,63 @@
4812
5984
  "color"
4813
5985
  ]
4814
5986
  },
5987
+ {
5988
+ "value": "#eeeff1",
5989
+ "filePath": "src/component/utrecht/badge.tokens.json",
5990
+ "isSource": true,
5991
+ "original": {
5992
+ "value": "#eeeff1"
5993
+ },
5994
+ "name": "utrechtBadgeBackgroundColor",
5995
+ "attributes": {
5996
+ "category": "utrecht",
5997
+ "type": "badge",
5998
+ "item": "background-color"
5999
+ },
6000
+ "path": [
6001
+ "utrecht",
6002
+ "badge",
6003
+ "background-color"
6004
+ ]
6005
+ },
6006
+ {
6007
+ "value": "20px",
6008
+ "filePath": "src/component/utrecht/badge.tokens.json",
6009
+ "isSource": true,
6010
+ "original": {
6011
+ "value": "20px"
6012
+ },
6013
+ "name": "utrechtBadgeBorderRadius",
6014
+ "attributes": {
6015
+ "category": "utrecht",
6016
+ "type": "badge",
6017
+ "item": "border-radius"
6018
+ },
6019
+ "path": [
6020
+ "utrecht",
6021
+ "badge",
6022
+ "border-radius"
6023
+ ]
6024
+ },
6025
+ {
6026
+ "value": "#00377a",
6027
+ "filePath": "src/component/utrecht/badge.tokens.json",
6028
+ "isSource": true,
6029
+ "original": {
6030
+ "value": "{dimpact.color.primary}"
6031
+ },
6032
+ "name": "utrechtBadgeColor",
6033
+ "attributes": {
6034
+ "category": "utrecht",
6035
+ "type": "badge",
6036
+ "item": "color"
6037
+ },
6038
+ "path": [
6039
+ "utrecht",
6040
+ "badge",
6041
+ "color"
6042
+ ]
6043
+ },
4815
6044
  {
4816
6045
  "value": "#fa4494",
4817
6046
  "filePath": "src/component/utrecht/badge-counter.tokens.json",
@@ -4983,6 +6212,82 @@
4983
6212
  "text-decoration"
4984
6213
  ]
4985
6214
  },
6215
+ {
6216
+ "value": "14px",
6217
+ "filePath": "src/component/utrecht/badge.tokens.json",
6218
+ "isSource": true,
6219
+ "original": {
6220
+ "value": "{dimpact.font-size.sm}"
6221
+ },
6222
+ "name": "utrechtBadgeFontSize",
6223
+ "attributes": {
6224
+ "category": "utrecht",
6225
+ "type": "badge",
6226
+ "item": "font-size"
6227
+ },
6228
+ "path": [
6229
+ "utrecht",
6230
+ "badge",
6231
+ "font-size"
6232
+ ]
6233
+ },
6234
+ {
6235
+ "value": "400",
6236
+ "filePath": "src/component/utrecht/badge.tokens.json",
6237
+ "isSource": true,
6238
+ "original": {
6239
+ "value": "{dimpact.typography.font-weight.normal}"
6240
+ },
6241
+ "name": "utrechtBadgeFontWeight",
6242
+ "attributes": {
6243
+ "category": "utrecht",
6244
+ "type": "badge",
6245
+ "item": "font-weight"
6246
+ },
6247
+ "path": [
6248
+ "utrecht",
6249
+ "badge",
6250
+ "font-weight"
6251
+ ]
6252
+ },
6253
+ {
6254
+ "value": "8px",
6255
+ "filePath": "src/component/utrecht/badge.tokens.json",
6256
+ "isSource": true,
6257
+ "original": {
6258
+ "value": "{dimpact.size.xs}"
6259
+ },
6260
+ "name": "utrechtBadgePaddingBlock",
6261
+ "attributes": {
6262
+ "category": "utrecht",
6263
+ "type": "badge",
6264
+ "item": "padding-block"
6265
+ },
6266
+ "path": [
6267
+ "utrecht",
6268
+ "badge",
6269
+ "padding-block"
6270
+ ]
6271
+ },
6272
+ {
6273
+ "value": "8px",
6274
+ "filePath": "src/component/utrecht/badge.tokens.json",
6275
+ "isSource": true,
6276
+ "original": {
6277
+ "value": "{dimpact.size.xs}"
6278
+ },
6279
+ "name": "utrechtBadgePaddingInline",
6280
+ "attributes": {
6281
+ "category": "utrecht",
6282
+ "type": "badge",
6283
+ "item": "padding-inline"
6284
+ },
6285
+ "path": [
6286
+ "utrecht",
6287
+ "badge",
6288
+ "padding-inline"
6289
+ ]
6290
+ },
4986
6291
  {
4987
6292
  "value": "#000000",
4988
6293
  "filePath": "src/component/utrecht/blockquote.tokens.json",