@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
@@ -275,6 +275,1115 @@
275
275
  "padding-inline-start"
276
276
  ]
277
277
  },
278
+ {
279
+ "value": "#d1d1d1",
280
+ "filePath": "src/component/conduction/download-card.tokens.json",
281
+ "isSource": true,
282
+ "original": {
283
+ "value": "{tubbergen.color.grey.82}"
284
+ },
285
+ "name": "conductionDownloadCardBorderColor",
286
+ "attributes": {
287
+ "category": "conduction",
288
+ "type": "download-card",
289
+ "item": "border-color"
290
+ },
291
+ "path": [
292
+ "conduction",
293
+ "download-card",
294
+ "border-color"
295
+ ]
296
+ },
297
+ {
298
+ "value": "0px",
299
+ "filePath": "src/component/conduction/download-card.tokens.json",
300
+ "isSource": true,
301
+ "original": {
302
+ "value": "0px"
303
+ },
304
+ "name": "conductionDownloadCardBorderRadius",
305
+ "attributes": {
306
+ "category": "conduction",
307
+ "type": "download-card",
308
+ "item": "border-radius"
309
+ },
310
+ "path": [
311
+ "conduction",
312
+ "download-card",
313
+ "border-radius"
314
+ ]
315
+ },
316
+ {
317
+ "value": "solid",
318
+ "filePath": "src/component/conduction/download-card.tokens.json",
319
+ "isSource": true,
320
+ "original": {
321
+ "value": "solid"
322
+ },
323
+ "name": "conductionDownloadCardBorderStyle",
324
+ "attributes": {
325
+ "category": "conduction",
326
+ "type": "download-card",
327
+ "item": "border-style"
328
+ },
329
+ "path": [
330
+ "conduction",
331
+ "download-card",
332
+ "border-style"
333
+ ]
334
+ },
335
+ {
336
+ "value": "1px",
337
+ "filePath": "src/component/conduction/download-card.tokens.json",
338
+ "isSource": true,
339
+ "original": {
340
+ "value": "{tubbergen.size.4xs}"
341
+ },
342
+ "name": "conductionDownloadCardBorderWidth",
343
+ "attributes": {
344
+ "category": "conduction",
345
+ "type": "download-card",
346
+ "item": "border-width"
347
+ },
348
+ "path": [
349
+ "conduction",
350
+ "download-card",
351
+ "border-width"
352
+ ]
353
+ },
354
+ {
355
+ "value": "8px",
356
+ "filePath": "src/component/conduction/download-card.tokens.json",
357
+ "isSource": true,
358
+ "original": {
359
+ "value": "{tubbergen.size.xs}"
360
+ },
361
+ "name": "conductionDownloadCardIconGap",
362
+ "attributes": {
363
+ "category": "conduction",
364
+ "type": "download-card",
365
+ "item": "icon-gap"
366
+ },
367
+ "path": [
368
+ "conduction",
369
+ "download-card",
370
+ "icon-gap"
371
+ ]
372
+ },
373
+ {
374
+ "value": "18px",
375
+ "filePath": "src/component/conduction/download-card.tokens.json",
376
+ "isSource": true,
377
+ "original": {
378
+ "value": "{tubbergen.size.md}"
379
+ },
380
+ "name": "conductionDownloadCardPaddingBlockEnd",
381
+ "attributes": {
382
+ "category": "conduction",
383
+ "type": "download-card",
384
+ "item": "padding-block-end"
385
+ },
386
+ "path": [
387
+ "conduction",
388
+ "download-card",
389
+ "padding-block-end"
390
+ ]
391
+ },
392
+ {
393
+ "value": "18px",
394
+ "filePath": "src/component/conduction/download-card.tokens.json",
395
+ "isSource": true,
396
+ "original": {
397
+ "value": "{tubbergen.size.md}"
398
+ },
399
+ "name": "conductionDownloadCardPaddingBlockStart",
400
+ "attributes": {
401
+ "category": "conduction",
402
+ "type": "download-card",
403
+ "item": "padding-block-start"
404
+ },
405
+ "path": [
406
+ "conduction",
407
+ "download-card",
408
+ "padding-block-start"
409
+ ]
410
+ },
411
+ {
412
+ "value": "18px",
413
+ "filePath": "src/component/conduction/download-card.tokens.json",
414
+ "isSource": true,
415
+ "original": {
416
+ "value": "{tubbergen.size.md}"
417
+ },
418
+ "name": "conductionDownloadCardPaddingInlineEnd",
419
+ "attributes": {
420
+ "category": "conduction",
421
+ "type": "download-card",
422
+ "item": "padding-inline-end"
423
+ },
424
+ "path": [
425
+ "conduction",
426
+ "download-card",
427
+ "padding-inline-end"
428
+ ]
429
+ },
430
+ {
431
+ "value": "18px",
432
+ "filePath": "src/component/conduction/download-card.tokens.json",
433
+ "isSource": true,
434
+ "original": {
435
+ "value": "{tubbergen.size.md}"
436
+ },
437
+ "name": "conductionDownloadCardPaddingInlineStart",
438
+ "attributes": {
439
+ "category": "conduction",
440
+ "type": "download-card",
441
+ "item": "padding-inline-start"
442
+ },
443
+ "path": [
444
+ "conduction",
445
+ "download-card",
446
+ "padding-inline-start"
447
+ ]
448
+ },
449
+ {
450
+ "value": "#222222",
451
+ "filePath": "src/component/conduction/download-card.tokens.json",
452
+ "isSource": true,
453
+ "original": {
454
+ "value": "{tubbergen.color.black.13}"
455
+ },
456
+ "name": "conductionDownloadCardTitleColor",
457
+ "attributes": {
458
+ "category": "conduction",
459
+ "type": "download-card",
460
+ "item": "title",
461
+ "subitem": "color"
462
+ },
463
+ "path": [
464
+ "conduction",
465
+ "download-card",
466
+ "title",
467
+ "color"
468
+ ]
469
+ },
470
+ {
471
+ "value": "\"Montserrat\", Arial, sans-serif",
472
+ "filePath": "src/component/conduction/download-card.tokens.json",
473
+ "isSource": true,
474
+ "original": {
475
+ "value": "{tubbergen.typography.montserrat.font-family}"
476
+ },
477
+ "name": "conductionDownloadCardTitleFontFamily",
478
+ "attributes": {
479
+ "category": "conduction",
480
+ "type": "download-card",
481
+ "item": "title",
482
+ "subitem": "font-family"
483
+ },
484
+ "path": [
485
+ "conduction",
486
+ "download-card",
487
+ "title",
488
+ "font-family"
489
+ ]
490
+ },
491
+ {
492
+ "value": "16px",
493
+ "filePath": "src/component/conduction/download-card.tokens.json",
494
+ "isSource": true,
495
+ "original": {
496
+ "value": "{tubbergen.font-size.md}"
497
+ },
498
+ "name": "conductionDownloadCardTitleFontSize",
499
+ "attributes": {
500
+ "category": "conduction",
501
+ "type": "download-card",
502
+ "item": "title",
503
+ "subitem": "font-size"
504
+ },
505
+ "path": [
506
+ "conduction",
507
+ "download-card",
508
+ "title",
509
+ "font-size"
510
+ ]
511
+ },
512
+ {
513
+ "value": "700",
514
+ "filePath": "src/component/conduction/download-card.tokens.json",
515
+ "isSource": true,
516
+ "original": {
517
+ "value": "{tubbergen.typography.font-weight.bold}"
518
+ },
519
+ "name": "conductionDownloadCardTitleFontWeight",
520
+ "attributes": {
521
+ "category": "conduction",
522
+ "type": "download-card",
523
+ "item": "title",
524
+ "subitem": "font-weight"
525
+ },
526
+ "path": [
527
+ "conduction",
528
+ "download-card",
529
+ "title",
530
+ "font-weight"
531
+ ]
532
+ },
533
+ {
534
+ "value": "14px",
535
+ "filePath": "src/component/conduction/download-card.tokens.json",
536
+ "isSource": true,
537
+ "original": {
538
+ "value": "{tubbergen.size.sm}"
539
+ },
540
+ "name": "conductionDownloadCardTitleMarginInlineEnd",
541
+ "attributes": {
542
+ "category": "conduction",
543
+ "type": "download-card",
544
+ "item": "title",
545
+ "subitem": "margin-inline-end"
546
+ },
547
+ "path": [
548
+ "conduction",
549
+ "download-card",
550
+ "title",
551
+ "margin-inline-end"
552
+ ]
553
+ },
554
+ {
555
+ "value": "#767676",
556
+ "filePath": "src/component/conduction/checkbox.tokens.json",
557
+ "isSource": true,
558
+ "original": {
559
+ "value": "{tubbergen.color.grey.46}"
560
+ },
561
+ "name": "conductionInputCheckboxBorderColor",
562
+ "attributes": {
563
+ "category": "conduction",
564
+ "type": "input-checkbox",
565
+ "item": "border-color"
566
+ },
567
+ "path": [
568
+ "conduction",
569
+ "input-checkbox",
570
+ "border-color"
571
+ ]
572
+ },
573
+ {
574
+ "value": "3px",
575
+ "filePath": "src/component/conduction/checkbox.tokens.json",
576
+ "isSource": true,
577
+ "original": {
578
+ "value": "3px"
579
+ },
580
+ "name": "conductionInputCheckboxBorderRadius",
581
+ "attributes": {
582
+ "category": "conduction",
583
+ "type": "input-checkbox",
584
+ "item": "border-radius"
585
+ },
586
+ "path": [
587
+ "conduction",
588
+ "input-checkbox",
589
+ "border-radius"
590
+ ]
591
+ },
592
+ {
593
+ "value": "solid",
594
+ "filePath": "src/component/conduction/checkbox.tokens.json",
595
+ "isSource": true,
596
+ "original": {
597
+ "value": "solid"
598
+ },
599
+ "name": "conductionInputCheckboxBorderStyle",
600
+ "attributes": {
601
+ "category": "conduction",
602
+ "type": "input-checkbox",
603
+ "item": "border-style"
604
+ },
605
+ "path": [
606
+ "conduction",
607
+ "input-checkbox",
608
+ "border-style"
609
+ ]
610
+ },
611
+ {
612
+ "value": "1px",
613
+ "filePath": "src/component/conduction/checkbox.tokens.json",
614
+ "isSource": true,
615
+ "original": {
616
+ "value": "{tubbergen.size.4xs}"
617
+ },
618
+ "name": "conductionInputCheckboxBorderWidth",
619
+ "attributes": {
620
+ "category": "conduction",
621
+ "type": "input-checkbox",
622
+ "item": "border-width"
623
+ },
624
+ "path": [
625
+ "conduction",
626
+ "input-checkbox",
627
+ "border-width"
628
+ ]
629
+ },
630
+ {
631
+ "value": "#0b612d",
632
+ "filePath": "src/component/conduction/checkbox.tokens.json",
633
+ "isSource": true,
634
+ "original": {
635
+ "value": "{tubbergen.color.primary}"
636
+ },
637
+ "name": "conductionInputCheckboxCheckedBorderColor",
638
+ "attributes": {
639
+ "category": "conduction",
640
+ "type": "input-checkbox",
641
+ "item": "checked",
642
+ "subitem": "border-color"
643
+ },
644
+ "path": [
645
+ "conduction",
646
+ "input-checkbox",
647
+ "checked",
648
+ "border-color"
649
+ ]
650
+ },
651
+ {
652
+ "value": "3px",
653
+ "filePath": "src/component/conduction/checkbox.tokens.json",
654
+ "isSource": true,
655
+ "original": {
656
+ "value": "3px"
657
+ },
658
+ "name": "conductionInputCheckboxCheckedBorderRadius",
659
+ "attributes": {
660
+ "category": "conduction",
661
+ "type": "input-checkbox",
662
+ "item": "checked",
663
+ "subitem": "border-radius"
664
+ },
665
+ "path": [
666
+ "conduction",
667
+ "input-checkbox",
668
+ "checked",
669
+ "border-radius"
670
+ ]
671
+ },
672
+ {
673
+ "value": "solid",
674
+ "filePath": "src/component/conduction/checkbox.tokens.json",
675
+ "isSource": true,
676
+ "original": {
677
+ "value": "solid"
678
+ },
679
+ "name": "conductionInputCheckboxCheckedBorderStyle",
680
+ "attributes": {
681
+ "category": "conduction",
682
+ "type": "input-checkbox",
683
+ "item": "checked",
684
+ "subitem": "border-style"
685
+ },
686
+ "path": [
687
+ "conduction",
688
+ "input-checkbox",
689
+ "checked",
690
+ "border-style"
691
+ ]
692
+ },
693
+ {
694
+ "value": "1px",
695
+ "filePath": "src/component/conduction/checkbox.tokens.json",
696
+ "isSource": true,
697
+ "original": {
698
+ "value": "{tubbergen.size.4xs}"
699
+ },
700
+ "name": "conductionInputCheckboxCheckedBorderWidth",
701
+ "attributes": {
702
+ "category": "conduction",
703
+ "type": "input-checkbox",
704
+ "item": "checked",
705
+ "subitem": "border-width"
706
+ },
707
+ "path": [
708
+ "conduction",
709
+ "input-checkbox",
710
+ "checked",
711
+ "border-width"
712
+ ]
713
+ },
714
+ {
715
+ "value": "#0b612d",
716
+ "filePath": "src/component/conduction/checkbox.tokens.json",
717
+ "isSource": true,
718
+ "original": {
719
+ "value": "{tubbergen.color.primary}"
720
+ },
721
+ "name": "conductionInputCheckboxCheckedColor",
722
+ "attributes": {
723
+ "category": "conduction",
724
+ "type": "input-checkbox",
725
+ "item": "checked",
726
+ "subitem": "color"
727
+ },
728
+ "path": [
729
+ "conduction",
730
+ "input-checkbox",
731
+ "checked",
732
+ "color"
733
+ ]
734
+ },
735
+ {
736
+ "value": "#063318",
737
+ "filePath": "src/component/conduction/checkbox.tokens.json",
738
+ "isSource": true,
739
+ "original": {
740
+ "value": "{tubbergen.color.primary-hover}"
741
+ },
742
+ "name": "conductionInputCheckboxCheckedHoverBorderColor",
743
+ "attributes": {
744
+ "category": "conduction",
745
+ "type": "input-checkbox",
746
+ "item": "checked",
747
+ "subitem": "hover",
748
+ "state": "border-color"
749
+ },
750
+ "path": [
751
+ "conduction",
752
+ "input-checkbox",
753
+ "checked",
754
+ "hover",
755
+ "border-color"
756
+ ]
757
+ },
758
+ {
759
+ "value": "3px",
760
+ "filePath": "src/component/conduction/checkbox.tokens.json",
761
+ "isSource": true,
762
+ "original": {
763
+ "value": "3px"
764
+ },
765
+ "name": "conductionInputCheckboxCheckedHoverBorderRadius",
766
+ "attributes": {
767
+ "category": "conduction",
768
+ "type": "input-checkbox",
769
+ "item": "checked",
770
+ "subitem": "hover",
771
+ "state": "border-radius"
772
+ },
773
+ "path": [
774
+ "conduction",
775
+ "input-checkbox",
776
+ "checked",
777
+ "hover",
778
+ "border-radius"
779
+ ]
780
+ },
781
+ {
782
+ "value": "solid",
783
+ "filePath": "src/component/conduction/checkbox.tokens.json",
784
+ "isSource": true,
785
+ "original": {
786
+ "value": "solid"
787
+ },
788
+ "name": "conductionInputCheckboxCheckedHoverBorderStyle",
789
+ "attributes": {
790
+ "category": "conduction",
791
+ "type": "input-checkbox",
792
+ "item": "checked",
793
+ "subitem": "hover",
794
+ "state": "border-style"
795
+ },
796
+ "path": [
797
+ "conduction",
798
+ "input-checkbox",
799
+ "checked",
800
+ "hover",
801
+ "border-style"
802
+ ]
803
+ },
804
+ {
805
+ "value": "1px",
806
+ "filePath": "src/component/conduction/checkbox.tokens.json",
807
+ "isSource": true,
808
+ "original": {
809
+ "value": "{tubbergen.size.4xs}"
810
+ },
811
+ "name": "conductionInputCheckboxCheckedHoverBorderWidth",
812
+ "attributes": {
813
+ "category": "conduction",
814
+ "type": "input-checkbox",
815
+ "item": "checked",
816
+ "subitem": "hover",
817
+ "state": "border-width"
818
+ },
819
+ "path": [
820
+ "conduction",
821
+ "input-checkbox",
822
+ "checked",
823
+ "hover",
824
+ "border-width"
825
+ ]
826
+ },
827
+ {
828
+ "value": "#063318",
829
+ "filePath": "src/component/conduction/checkbox.tokens.json",
830
+ "isSource": true,
831
+ "original": {
832
+ "value": "{tubbergen.color.primary-hover}"
833
+ },
834
+ "name": "conductionInputCheckboxCheckedHoverColor",
835
+ "attributes": {
836
+ "category": "conduction",
837
+ "type": "input-checkbox",
838
+ "item": "checked",
839
+ "subitem": "hover",
840
+ "state": "color"
841
+ },
842
+ "path": [
843
+ "conduction",
844
+ "input-checkbox",
845
+ "checked",
846
+ "hover",
847
+ "color"
848
+ ]
849
+ },
850
+ {
851
+ "value": "#ffffff",
852
+ "filePath": "src/component/conduction/checkbox.tokens.json",
853
+ "isSource": true,
854
+ "original": {
855
+ "value": "{tubbergen.color.white.100}"
856
+ },
857
+ "name": "conductionInputCheckboxColor",
858
+ "attributes": {
859
+ "category": "conduction",
860
+ "type": "input-checkbox",
861
+ "item": "color"
862
+ },
863
+ "path": [
864
+ "conduction",
865
+ "input-checkbox",
866
+ "color"
867
+ ]
868
+ },
869
+ {
870
+ "value": "#d1d1d1",
871
+ "filePath": "src/component/conduction/checkbox.tokens.json",
872
+ "isSource": true,
873
+ "original": {
874
+ "value": "{tubbergen.color.grey.82}"
875
+ },
876
+ "name": "conductionInputCheckboxDisabledBorderColor",
877
+ "attributes": {
878
+ "category": "conduction",
879
+ "type": "input-checkbox",
880
+ "item": "disabled",
881
+ "subitem": "border-color"
882
+ },
883
+ "path": [
884
+ "conduction",
885
+ "input-checkbox",
886
+ "disabled",
887
+ "border-color"
888
+ ]
889
+ },
890
+ {
891
+ "value": "3px",
892
+ "filePath": "src/component/conduction/checkbox.tokens.json",
893
+ "isSource": true,
894
+ "original": {
895
+ "value": "3px"
896
+ },
897
+ "name": "conductionInputCheckboxDisabledBorderRadius",
898
+ "attributes": {
899
+ "category": "conduction",
900
+ "type": "input-checkbox",
901
+ "item": "disabled",
902
+ "subitem": "border-radius"
903
+ },
904
+ "path": [
905
+ "conduction",
906
+ "input-checkbox",
907
+ "disabled",
908
+ "border-radius"
909
+ ]
910
+ },
911
+ {
912
+ "value": "solid",
913
+ "filePath": "src/component/conduction/checkbox.tokens.json",
914
+ "isSource": true,
915
+ "original": {
916
+ "value": "solid"
917
+ },
918
+ "name": "conductionInputCheckboxDisabledBorderStyle",
919
+ "attributes": {
920
+ "category": "conduction",
921
+ "type": "input-checkbox",
922
+ "item": "disabled",
923
+ "subitem": "border-style"
924
+ },
925
+ "path": [
926
+ "conduction",
927
+ "input-checkbox",
928
+ "disabled",
929
+ "border-style"
930
+ ]
931
+ },
932
+ {
933
+ "value": "1px",
934
+ "filePath": "src/component/conduction/checkbox.tokens.json",
935
+ "isSource": true,
936
+ "original": {
937
+ "value": "{tubbergen.size.4xs}"
938
+ },
939
+ "name": "conductionInputCheckboxDisabledBorderWidth",
940
+ "attributes": {
941
+ "category": "conduction",
942
+ "type": "input-checkbox",
943
+ "item": "disabled",
944
+ "subitem": "border-width"
945
+ },
946
+ "path": [
947
+ "conduction",
948
+ "input-checkbox",
949
+ "disabled",
950
+ "border-width"
951
+ ]
952
+ },
953
+ {
954
+ "value": "#d1d1d1",
955
+ "filePath": "src/component/conduction/checkbox.tokens.json",
956
+ "isSource": true,
957
+ "original": {
958
+ "value": "{tubbergen.color.grey.82}"
959
+ },
960
+ "name": "conductionInputCheckboxDisabledColor",
961
+ "attributes": {
962
+ "category": "conduction",
963
+ "type": "input-checkbox",
964
+ "item": "disabled",
965
+ "subitem": "color"
966
+ },
967
+ "path": [
968
+ "conduction",
969
+ "input-checkbox",
970
+ "disabled",
971
+ "color"
972
+ ]
973
+ },
974
+ {
975
+ "value": "#d1d1d1",
976
+ "filePath": "src/component/conduction/checkbox.tokens.json",
977
+ "isSource": true,
978
+ "original": {
979
+ "value": "{tubbergen.color.grey.82}"
980
+ },
981
+ "name": "conductionInputCheckboxDisabledHoverBorderColor",
982
+ "attributes": {
983
+ "category": "conduction",
984
+ "type": "input-checkbox",
985
+ "item": "disabled",
986
+ "subitem": "hover",
987
+ "state": "border-color"
988
+ },
989
+ "path": [
990
+ "conduction",
991
+ "input-checkbox",
992
+ "disabled",
993
+ "hover",
994
+ "border-color"
995
+ ]
996
+ },
997
+ {
998
+ "value": "3px",
999
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1000
+ "isSource": true,
1001
+ "original": {
1002
+ "value": "3px"
1003
+ },
1004
+ "name": "conductionInputCheckboxDisabledHoverBorderRadius",
1005
+ "attributes": {
1006
+ "category": "conduction",
1007
+ "type": "input-checkbox",
1008
+ "item": "disabled",
1009
+ "subitem": "hover",
1010
+ "state": "border-radius"
1011
+ },
1012
+ "path": [
1013
+ "conduction",
1014
+ "input-checkbox",
1015
+ "disabled",
1016
+ "hover",
1017
+ "border-radius"
1018
+ ]
1019
+ },
1020
+ {
1021
+ "value": "solid",
1022
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1023
+ "isSource": true,
1024
+ "original": {
1025
+ "value": "solid"
1026
+ },
1027
+ "name": "conductionInputCheckboxDisabledHoverBorderStyle",
1028
+ "attributes": {
1029
+ "category": "conduction",
1030
+ "type": "input-checkbox",
1031
+ "item": "disabled",
1032
+ "subitem": "hover",
1033
+ "state": "border-style"
1034
+ },
1035
+ "path": [
1036
+ "conduction",
1037
+ "input-checkbox",
1038
+ "disabled",
1039
+ "hover",
1040
+ "border-style"
1041
+ ]
1042
+ },
1043
+ {
1044
+ "value": "1px",
1045
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1046
+ "isSource": true,
1047
+ "original": {
1048
+ "value": "{tubbergen.size.4xs}"
1049
+ },
1050
+ "name": "conductionInputCheckboxDisabledHoverBorderWidth",
1051
+ "attributes": {
1052
+ "category": "conduction",
1053
+ "type": "input-checkbox",
1054
+ "item": "disabled",
1055
+ "subitem": "hover",
1056
+ "state": "border-width"
1057
+ },
1058
+ "path": [
1059
+ "conduction",
1060
+ "input-checkbox",
1061
+ "disabled",
1062
+ "hover",
1063
+ "border-width"
1064
+ ]
1065
+ },
1066
+ {
1067
+ "value": "#d1d1d1",
1068
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1069
+ "isSource": true,
1070
+ "original": {
1071
+ "value": "{tubbergen.color.grey.82}"
1072
+ },
1073
+ "name": "conductionInputCheckboxDisabledHoverColor",
1074
+ "attributes": {
1075
+ "category": "conduction",
1076
+ "type": "input-checkbox",
1077
+ "item": "disabled",
1078
+ "subitem": "hover",
1079
+ "state": "color"
1080
+ },
1081
+ "path": [
1082
+ "conduction",
1083
+ "input-checkbox",
1084
+ "disabled",
1085
+ "hover",
1086
+ "color"
1087
+ ]
1088
+ },
1089
+ {
1090
+ "value": "#000000",
1091
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1092
+ "isSource": true,
1093
+ "original": {
1094
+ "value": "{tubbergen.color.black.0}"
1095
+ },
1096
+ "name": "conductionInputCheckboxFocusOutlineColor",
1097
+ "attributes": {
1098
+ "category": "conduction",
1099
+ "type": "input-checkbox",
1100
+ "item": "focus",
1101
+ "subitem": "outline-color"
1102
+ },
1103
+ "path": [
1104
+ "conduction",
1105
+ "input-checkbox",
1106
+ "focus",
1107
+ "outline-color"
1108
+ ]
1109
+ },
1110
+ {
1111
+ "value": "2px",
1112
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1113
+ "isSource": true,
1114
+ "original": {
1115
+ "value": "2px"
1116
+ },
1117
+ "name": "conductionInputCheckboxFocusOutlineOffset",
1118
+ "attributes": {
1119
+ "category": "conduction",
1120
+ "type": "input-checkbox",
1121
+ "item": "focus",
1122
+ "subitem": "outline-offset"
1123
+ },
1124
+ "path": [
1125
+ "conduction",
1126
+ "input-checkbox",
1127
+ "focus",
1128
+ "outline-offset"
1129
+ ]
1130
+ },
1131
+ {
1132
+ "value": "solid",
1133
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1134
+ "isSource": true,
1135
+ "original": {
1136
+ "value": "solid"
1137
+ },
1138
+ "name": "conductionInputCheckboxFocusOutlineStyle",
1139
+ "attributes": {
1140
+ "category": "conduction",
1141
+ "type": "input-checkbox",
1142
+ "item": "focus",
1143
+ "subitem": "outline-style"
1144
+ },
1145
+ "path": [
1146
+ "conduction",
1147
+ "input-checkbox",
1148
+ "focus",
1149
+ "outline-style"
1150
+ ]
1151
+ },
1152
+ {
1153
+ "value": "2px",
1154
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1155
+ "isSource": true,
1156
+ "original": {
1157
+ "value": "2px"
1158
+ },
1159
+ "name": "conductionInputCheckboxFocusOutlineWidth",
1160
+ "attributes": {
1161
+ "category": "conduction",
1162
+ "type": "input-checkbox",
1163
+ "item": "focus",
1164
+ "subitem": "outline-width"
1165
+ },
1166
+ "path": [
1167
+ "conduction",
1168
+ "input-checkbox",
1169
+ "focus",
1170
+ "outline-width"
1171
+ ]
1172
+ },
1173
+ {
1174
+ "value": "#4f4f4f",
1175
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1176
+ "isSource": true,
1177
+ "original": {
1178
+ "value": "{tubbergen.color.grey.31}"
1179
+ },
1180
+ "name": "conductionInputCheckboxHoverBorderColor",
1181
+ "attributes": {
1182
+ "category": "conduction",
1183
+ "type": "input-checkbox",
1184
+ "item": "hover",
1185
+ "subitem": "border-color"
1186
+ },
1187
+ "path": [
1188
+ "conduction",
1189
+ "input-checkbox",
1190
+ "hover",
1191
+ "border-color"
1192
+ ]
1193
+ },
1194
+ {
1195
+ "value": "3px",
1196
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1197
+ "isSource": true,
1198
+ "original": {
1199
+ "value": "3px"
1200
+ },
1201
+ "name": "conductionInputCheckboxHoverBorderRadius",
1202
+ "attributes": {
1203
+ "category": "conduction",
1204
+ "type": "input-checkbox",
1205
+ "item": "hover",
1206
+ "subitem": "border-radius"
1207
+ },
1208
+ "path": [
1209
+ "conduction",
1210
+ "input-checkbox",
1211
+ "hover",
1212
+ "border-radius"
1213
+ ]
1214
+ },
1215
+ {
1216
+ "value": "solid",
1217
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1218
+ "isSource": true,
1219
+ "original": {
1220
+ "value": "solid"
1221
+ },
1222
+ "name": "conductionInputCheckboxHoverBorderStyle",
1223
+ "attributes": {
1224
+ "category": "conduction",
1225
+ "type": "input-checkbox",
1226
+ "item": "hover",
1227
+ "subitem": "border-style"
1228
+ },
1229
+ "path": [
1230
+ "conduction",
1231
+ "input-checkbox",
1232
+ "hover",
1233
+ "border-style"
1234
+ ]
1235
+ },
1236
+ {
1237
+ "value": "1px",
1238
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1239
+ "isSource": true,
1240
+ "original": {
1241
+ "value": "{tubbergen.size.4xs}"
1242
+ },
1243
+ "name": "conductionInputCheckboxHoverBorderWidth",
1244
+ "attributes": {
1245
+ "category": "conduction",
1246
+ "type": "input-checkbox",
1247
+ "item": "hover",
1248
+ "subitem": "border-width"
1249
+ },
1250
+ "path": [
1251
+ "conduction",
1252
+ "input-checkbox",
1253
+ "hover",
1254
+ "border-width"
1255
+ ]
1256
+ },
1257
+ {
1258
+ "value": "#ffffff",
1259
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1260
+ "isSource": true,
1261
+ "original": {
1262
+ "value": "{tubbergen.color.white.100}"
1263
+ },
1264
+ "name": "conductionInputCheckboxHoverColor",
1265
+ "attributes": {
1266
+ "category": "conduction",
1267
+ "type": "input-checkbox",
1268
+ "item": "hover",
1269
+ "subitem": "color"
1270
+ },
1271
+ "path": [
1272
+ "conduction",
1273
+ "input-checkbox",
1274
+ "hover",
1275
+ "color"
1276
+ ]
1277
+ },
1278
+ {
1279
+ "value": "#333333",
1280
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1281
+ "isSource": true,
1282
+ "original": {
1283
+ "value": "{utrecht.document.color}"
1284
+ },
1285
+ "name": "conductionInputCheckboxLabelColor",
1286
+ "attributes": {
1287
+ "category": "conduction",
1288
+ "type": "input-checkbox",
1289
+ "item": "label",
1290
+ "subitem": "color"
1291
+ },
1292
+ "path": [
1293
+ "conduction",
1294
+ "input-checkbox",
1295
+ "label",
1296
+ "color"
1297
+ ]
1298
+ },
1299
+ {
1300
+ "value": "3px",
1301
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1302
+ "isSource": true,
1303
+ "original": {
1304
+ "value": "3px"
1305
+ },
1306
+ "name": "conductionInputCheckboxLabelContainerMargin",
1307
+ "attributes": {
1308
+ "category": "conduction",
1309
+ "type": "input-checkbox",
1310
+ "item": "label",
1311
+ "subitem": "container",
1312
+ "state": "margin"
1313
+ },
1314
+ "path": [
1315
+ "conduction",
1316
+ "input-checkbox",
1317
+ "label",
1318
+ "container",
1319
+ "margin"
1320
+ ]
1321
+ },
1322
+ {
1323
+ "value": "3px",
1324
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1325
+ "isSource": true,
1326
+ "original": {
1327
+ "value": "3px"
1328
+ },
1329
+ "name": "conductionInputCheckboxLabelContainerPadding",
1330
+ "attributes": {
1331
+ "category": "conduction",
1332
+ "type": "input-checkbox",
1333
+ "item": "label",
1334
+ "subitem": "container",
1335
+ "state": "padding"
1336
+ },
1337
+ "path": [
1338
+ "conduction",
1339
+ "input-checkbox",
1340
+ "label",
1341
+ "container",
1342
+ "padding"
1343
+ ]
1344
+ },
1345
+ {
1346
+ "value": "\"Lato\", Arial, sans-serif",
1347
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1348
+ "isSource": true,
1349
+ "original": {
1350
+ "value": "{utrecht.document.font-family}"
1351
+ },
1352
+ "name": "conductionInputCheckboxLabelFontFamily",
1353
+ "attributes": {
1354
+ "category": "conduction",
1355
+ "type": "input-checkbox",
1356
+ "item": "label",
1357
+ "subitem": "font-family"
1358
+ },
1359
+ "path": [
1360
+ "conduction",
1361
+ "input-checkbox",
1362
+ "label",
1363
+ "font-family"
1364
+ ]
1365
+ },
1366
+ {
1367
+ "value": "16px",
1368
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1369
+ "isSource": true,
1370
+ "original": {
1371
+ "value": "{utrecht.document.font-size}"
1372
+ },
1373
+ "name": "conductionInputCheckboxLabelFontSize",
1374
+ "attributes": {
1375
+ "category": "conduction",
1376
+ "type": "input-checkbox",
1377
+ "item": "label",
1378
+ "subitem": "font-size"
1379
+ },
1380
+ "path": [
1381
+ "conduction",
1382
+ "input-checkbox",
1383
+ "label",
1384
+ "font-size"
1385
+ ]
1386
+ },
278
1387
  {
279
1388
  "value": "#ffffff",
280
1389
  "filePath": "src/component/conduction/select.tokens.json",
@@ -4142,6 +5251,27 @@
4142
5251
  "89"
4143
5252
  ]
4144
5253
  },
5254
+ {
5255
+ "value": "#4f4f4f",
5256
+ "filePath": "src/brand/tubbergen/color.tokens.json",
5257
+ "isSource": true,
5258
+ "original": {
5259
+ "value": "#4f4f4f"
5260
+ },
5261
+ "name": "tubbergenColorGrey31",
5262
+ "attributes": {
5263
+ "category": "tubbergen",
5264
+ "type": "color",
5265
+ "item": "grey",
5266
+ "subitem": "31"
5267
+ },
5268
+ "path": [
5269
+ "tubbergen",
5270
+ "color",
5271
+ "grey",
5272
+ "31"
5273
+ ]
5274
+ },
4145
5275
  {
4146
5276
  "value": "#5c6066",
4147
5277
  "filePath": "src/brand/tubbergen/color.tokens.json",
@@ -4249,6 +5379,27 @@
4249
5379
  "72"
4250
5380
  ]
4251
5381
  },
5382
+ {
5383
+ "value": "#d1d1d1",
5384
+ "filePath": "src/brand/tubbergen/color.tokens.json",
5385
+ "isSource": true,
5386
+ "original": {
5387
+ "value": "#d1d1d1"
5388
+ },
5389
+ "name": "tubbergenColorGrey82",
5390
+ "attributes": {
5391
+ "category": "tubbergen",
5392
+ "type": "color",
5393
+ "item": "grey",
5394
+ "subitem": "82"
5395
+ },
5396
+ "path": [
5397
+ "tubbergen",
5398
+ "color",
5399
+ "grey",
5400
+ "82"
5401
+ ]
5402
+ },
4252
5403
  {
4253
5404
  "value": "#067432",
4254
5405
  "filePath": "src/brand/tubbergen/color.tokens.json",
@@ -5644,6 +6795,63 @@
5644
6795
  "color"
5645
6796
  ]
5646
6797
  },
6798
+ {
6799
+ "value": "#000000 ",
6800
+ "filePath": "src/component/utrecht/badge.tokens.json",
6801
+ "isSource": true,
6802
+ "original": {
6803
+ "value": "{tubbergen.color.black.0} "
6804
+ },
6805
+ "name": "utrechtBadgeBackgroundColor",
6806
+ "attributes": {
6807
+ "category": "utrecht",
6808
+ "type": "badge",
6809
+ "item": "background-color"
6810
+ },
6811
+ "path": [
6812
+ "utrecht",
6813
+ "badge",
6814
+ "background-color"
6815
+ ]
6816
+ },
6817
+ {
6818
+ "value": "0",
6819
+ "filePath": "src/component/utrecht/badge.tokens.json",
6820
+ "isSource": true,
6821
+ "original": {
6822
+ "value": "0"
6823
+ },
6824
+ "name": "utrechtBadgeBorderRadius",
6825
+ "attributes": {
6826
+ "category": "utrecht",
6827
+ "type": "badge",
6828
+ "item": "border-radius"
6829
+ },
6830
+ "path": [
6831
+ "utrecht",
6832
+ "badge",
6833
+ "border-radius"
6834
+ ]
6835
+ },
6836
+ {
6837
+ "value": "#ffffff ",
6838
+ "filePath": "src/component/utrecht/badge.tokens.json",
6839
+ "isSource": true,
6840
+ "original": {
6841
+ "value": "{tubbergen.color.white.100} "
6842
+ },
6843
+ "name": "utrechtBadgeColor",
6844
+ "attributes": {
6845
+ "category": "utrecht",
6846
+ "type": "badge",
6847
+ "item": "color"
6848
+ },
6849
+ "path": [
6850
+ "utrecht",
6851
+ "badge",
6852
+ "color"
6853
+ ]
6854
+ },
5647
6855
  {
5648
6856
  "value": "#0b612d",
5649
6857
  "filePath": "src/component/utrecht/badge-counter.tokens.json",
@@ -5815,6 +7023,82 @@
5815
7023
  "text-decoration"
5816
7024
  ]
5817
7025
  },
7026
+ {
7027
+ "value": "14px",
7028
+ "filePath": "src/component/utrecht/badge.tokens.json",
7029
+ "isSource": true,
7030
+ "original": {
7031
+ "value": "{tubbergen.font-size.sm}"
7032
+ },
7033
+ "name": "utrechtBadgeFontSize",
7034
+ "attributes": {
7035
+ "category": "utrecht",
7036
+ "type": "badge",
7037
+ "item": "font-size"
7038
+ },
7039
+ "path": [
7040
+ "utrecht",
7041
+ "badge",
7042
+ "font-size"
7043
+ ]
7044
+ },
7045
+ {
7046
+ "value": "400",
7047
+ "filePath": "src/component/utrecht/badge.tokens.json",
7048
+ "isSource": true,
7049
+ "original": {
7050
+ "value": "{tubbergen.typography.font-weight.normal}"
7051
+ },
7052
+ "name": "utrechtBadgeFontWeight",
7053
+ "attributes": {
7054
+ "category": "utrecht",
7055
+ "type": "badge",
7056
+ "item": "font-weight"
7057
+ },
7058
+ "path": [
7059
+ "utrecht",
7060
+ "badge",
7061
+ "font-weight"
7062
+ ]
7063
+ },
7064
+ {
7065
+ "value": "8px",
7066
+ "filePath": "src/component/utrecht/badge.tokens.json",
7067
+ "isSource": true,
7068
+ "original": {
7069
+ "value": "{tubbergen.size.xs}"
7070
+ },
7071
+ "name": "utrechtBadgePaddingBlock",
7072
+ "attributes": {
7073
+ "category": "utrecht",
7074
+ "type": "badge",
7075
+ "item": "padding-block"
7076
+ },
7077
+ "path": [
7078
+ "utrecht",
7079
+ "badge",
7080
+ "padding-block"
7081
+ ]
7082
+ },
7083
+ {
7084
+ "value": "8px",
7085
+ "filePath": "src/component/utrecht/badge.tokens.json",
7086
+ "isSource": true,
7087
+ "original": {
7088
+ "value": "{tubbergen.size.xs}"
7089
+ },
7090
+ "name": "utrechtBadgePaddingInline",
7091
+ "attributes": {
7092
+ "category": "utrecht",
7093
+ "type": "badge",
7094
+ "item": "padding-inline"
7095
+ },
7096
+ "path": [
7097
+ "utrecht",
7098
+ "badge",
7099
+ "padding-inline"
7100
+ ]
7101
+ },
5818
7102
  {
5819
7103
  "value": "#9aa1ab",
5820
7104
  "filePath": "src/component/utrecht/blockquote.tokens.json",