@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,1134 @@
275
275
  "padding-inline-start"
276
276
  ]
277
277
  },
278
+ {
279
+ "value": "transparent",
280
+ "filePath": "src/component/conduction/download-card.tokens.json",
281
+ "isSource": true,
282
+ "original": {
283
+ "value": "transparent"
284
+ },
285
+ "name": "conductionDownloadCardBackgroundColor",
286
+ "attributes": {
287
+ "category": "conduction",
288
+ "type": "download-card",
289
+ "item": "background-color"
290
+ },
291
+ "path": [
292
+ "conduction",
293
+ "download-card",
294
+ "background-color"
295
+ ]
296
+ },
297
+ {
298
+ "value": "#d1d1d1",
299
+ "filePath": "src/component/conduction/download-card.tokens.json",
300
+ "isSource": true,
301
+ "original": {
302
+ "value": "{xxllnc.color.grey.82}"
303
+ },
304
+ "name": "conductionDownloadCardBorderColor",
305
+ "attributes": {
306
+ "category": "conduction",
307
+ "type": "download-card",
308
+ "item": "border-color"
309
+ },
310
+ "path": [
311
+ "conduction",
312
+ "download-card",
313
+ "border-color"
314
+ ]
315
+ },
316
+ {
317
+ "value": "18px",
318
+ "filePath": "src/component/conduction/download-card.tokens.json",
319
+ "isSource": true,
320
+ "original": {
321
+ "value": "{xxllnc.size.md}"
322
+ },
323
+ "name": "conductionDownloadCardBorderRadius",
324
+ "attributes": {
325
+ "category": "conduction",
326
+ "type": "download-card",
327
+ "item": "border-radius"
328
+ },
329
+ "path": [
330
+ "conduction",
331
+ "download-card",
332
+ "border-radius"
333
+ ]
334
+ },
335
+ {
336
+ "value": "solid",
337
+ "filePath": "src/component/conduction/download-card.tokens.json",
338
+ "isSource": true,
339
+ "original": {
340
+ "value": "solid"
341
+ },
342
+ "name": "conductionDownloadCardBorderStyle",
343
+ "attributes": {
344
+ "category": "conduction",
345
+ "type": "download-card",
346
+ "item": "border-style"
347
+ },
348
+ "path": [
349
+ "conduction",
350
+ "download-card",
351
+ "border-style"
352
+ ]
353
+ },
354
+ {
355
+ "value": "1px",
356
+ "filePath": "src/component/conduction/download-card.tokens.json",
357
+ "isSource": true,
358
+ "original": {
359
+ "value": "{xxllnc.size.4xs}"
360
+ },
361
+ "name": "conductionDownloadCardBorderWidth",
362
+ "attributes": {
363
+ "category": "conduction",
364
+ "type": "download-card",
365
+ "item": "border-width"
366
+ },
367
+ "path": [
368
+ "conduction",
369
+ "download-card",
370
+ "border-width"
371
+ ]
372
+ },
373
+ {
374
+ "value": "8px",
375
+ "filePath": "src/component/conduction/download-card.tokens.json",
376
+ "isSource": true,
377
+ "original": {
378
+ "value": "{xxllnc.size.xs}"
379
+ },
380
+ "name": "conductionDownloadCardIconGap",
381
+ "attributes": {
382
+ "category": "conduction",
383
+ "type": "download-card",
384
+ "item": "icon-gap"
385
+ },
386
+ "path": [
387
+ "conduction",
388
+ "download-card",
389
+ "icon-gap"
390
+ ]
391
+ },
392
+ {
393
+ "value": "18px",
394
+ "filePath": "src/component/conduction/download-card.tokens.json",
395
+ "isSource": true,
396
+ "original": {
397
+ "value": "{xxllnc.size.md}"
398
+ },
399
+ "name": "conductionDownloadCardPaddingBlockEnd",
400
+ "attributes": {
401
+ "category": "conduction",
402
+ "type": "download-card",
403
+ "item": "padding-block-end"
404
+ },
405
+ "path": [
406
+ "conduction",
407
+ "download-card",
408
+ "padding-block-end"
409
+ ]
410
+ },
411
+ {
412
+ "value": "18px",
413
+ "filePath": "src/component/conduction/download-card.tokens.json",
414
+ "isSource": true,
415
+ "original": {
416
+ "value": "{xxllnc.size.md}"
417
+ },
418
+ "name": "conductionDownloadCardPaddingBlockStart",
419
+ "attributes": {
420
+ "category": "conduction",
421
+ "type": "download-card",
422
+ "item": "padding-block-start"
423
+ },
424
+ "path": [
425
+ "conduction",
426
+ "download-card",
427
+ "padding-block-start"
428
+ ]
429
+ },
430
+ {
431
+ "value": "18px",
432
+ "filePath": "src/component/conduction/download-card.tokens.json",
433
+ "isSource": true,
434
+ "original": {
435
+ "value": "{xxllnc.size.md}"
436
+ },
437
+ "name": "conductionDownloadCardPaddingInlineEnd",
438
+ "attributes": {
439
+ "category": "conduction",
440
+ "type": "download-card",
441
+ "item": "padding-inline-end"
442
+ },
443
+ "path": [
444
+ "conduction",
445
+ "download-card",
446
+ "padding-inline-end"
447
+ ]
448
+ },
449
+ {
450
+ "value": "18px",
451
+ "filePath": "src/component/conduction/download-card.tokens.json",
452
+ "isSource": true,
453
+ "original": {
454
+ "value": "{xxllnc.size.md}"
455
+ },
456
+ "name": "conductionDownloadCardPaddingInlineStart",
457
+ "attributes": {
458
+ "category": "conduction",
459
+ "type": "download-card",
460
+ "item": "padding-inline-start"
461
+ },
462
+ "path": [
463
+ "conduction",
464
+ "download-card",
465
+ "padding-inline-start"
466
+ ]
467
+ },
468
+ {
469
+ "value": "#28282c",
470
+ "filePath": "src/component/conduction/download-card.tokens.json",
471
+ "isSource": true,
472
+ "original": {
473
+ "value": "{utrecht.document.color}"
474
+ },
475
+ "name": "conductionDownloadCardTitleColor",
476
+ "attributes": {
477
+ "category": "conduction",
478
+ "type": "download-card",
479
+ "item": "title",
480
+ "subitem": "color"
481
+ },
482
+ "path": [
483
+ "conduction",
484
+ "download-card",
485
+ "title",
486
+ "color"
487
+ ]
488
+ },
489
+ {
490
+ "value": "neue-haas-grotesk-text, sans-serif",
491
+ "filePath": "src/component/conduction/download-card.tokens.json",
492
+ "isSource": true,
493
+ "original": {
494
+ "value": "{xxllnc.typography.sans-serif.font-family}"
495
+ },
496
+ "name": "conductionDownloadCardTitleFontFamily",
497
+ "attributes": {
498
+ "category": "conduction",
499
+ "type": "download-card",
500
+ "item": "title",
501
+ "subitem": "font-family"
502
+ },
503
+ "path": [
504
+ "conduction",
505
+ "download-card",
506
+ "title",
507
+ "font-family"
508
+ ]
509
+ },
510
+ {
511
+ "value": "20px",
512
+ "filePath": "src/component/conduction/download-card.tokens.json",
513
+ "isSource": true,
514
+ "original": {
515
+ "value": "{xxllnc.font-size.lg}"
516
+ },
517
+ "name": "conductionDownloadCardTitleFontSize",
518
+ "attributes": {
519
+ "category": "conduction",
520
+ "type": "download-card",
521
+ "item": "title",
522
+ "subitem": "font-size"
523
+ },
524
+ "path": [
525
+ "conduction",
526
+ "download-card",
527
+ "title",
528
+ "font-size"
529
+ ]
530
+ },
531
+ {
532
+ "value": "700",
533
+ "filePath": "src/component/conduction/download-card.tokens.json",
534
+ "isSource": true,
535
+ "original": {
536
+ "value": "{xxllnc.typography.font-weight.bold}"
537
+ },
538
+ "name": "conductionDownloadCardTitleFontWeight",
539
+ "attributes": {
540
+ "category": "conduction",
541
+ "type": "download-card",
542
+ "item": "title",
543
+ "subitem": "font-weight"
544
+ },
545
+ "path": [
546
+ "conduction",
547
+ "download-card",
548
+ "title",
549
+ "font-weight"
550
+ ]
551
+ },
552
+ {
553
+ "value": "14px",
554
+ "filePath": "src/component/conduction/download-card.tokens.json",
555
+ "isSource": true,
556
+ "original": {
557
+ "value": "{xxllnc.size.sm}"
558
+ },
559
+ "name": "conductionDownloadCardTitleMarginInlineEnd",
560
+ "attributes": {
561
+ "category": "conduction",
562
+ "type": "download-card",
563
+ "item": "title",
564
+ "subitem": "margin-inline-end"
565
+ },
566
+ "path": [
567
+ "conduction",
568
+ "download-card",
569
+ "title",
570
+ "margin-inline-end"
571
+ ]
572
+ },
573
+ {
574
+ "value": "#767676",
575
+ "filePath": "src/component/conduction/checkbox.tokens.json",
576
+ "isSource": true,
577
+ "original": {
578
+ "value": "{xxllnc.color.grey.46}"
579
+ },
580
+ "name": "conductionInputCheckboxBorderColor",
581
+ "attributes": {
582
+ "category": "conduction",
583
+ "type": "input-checkbox",
584
+ "item": "border-color"
585
+ },
586
+ "path": [
587
+ "conduction",
588
+ "input-checkbox",
589
+ "border-color"
590
+ ]
591
+ },
592
+ {
593
+ "value": "3px",
594
+ "filePath": "src/component/conduction/checkbox.tokens.json",
595
+ "isSource": true,
596
+ "original": {
597
+ "value": "3px"
598
+ },
599
+ "name": "conductionInputCheckboxBorderRadius",
600
+ "attributes": {
601
+ "category": "conduction",
602
+ "type": "input-checkbox",
603
+ "item": "border-radius"
604
+ },
605
+ "path": [
606
+ "conduction",
607
+ "input-checkbox",
608
+ "border-radius"
609
+ ]
610
+ },
611
+ {
612
+ "value": "solid",
613
+ "filePath": "src/component/conduction/checkbox.tokens.json",
614
+ "isSource": true,
615
+ "original": {
616
+ "value": "solid"
617
+ },
618
+ "name": "conductionInputCheckboxBorderStyle",
619
+ "attributes": {
620
+ "category": "conduction",
621
+ "type": "input-checkbox",
622
+ "item": "border-style"
623
+ },
624
+ "path": [
625
+ "conduction",
626
+ "input-checkbox",
627
+ "border-style"
628
+ ]
629
+ },
630
+ {
631
+ "value": "1px",
632
+ "filePath": "src/component/conduction/checkbox.tokens.json",
633
+ "isSource": true,
634
+ "original": {
635
+ "value": "{xxllnc.size.4xs}"
636
+ },
637
+ "name": "conductionInputCheckboxBorderWidth",
638
+ "attributes": {
639
+ "category": "conduction",
640
+ "type": "input-checkbox",
641
+ "item": "border-width"
642
+ },
643
+ "path": [
644
+ "conduction",
645
+ "input-checkbox",
646
+ "border-width"
647
+ ]
648
+ },
649
+ {
650
+ "value": "#000000ad",
651
+ "filePath": "src/component/conduction/checkbox.tokens.json",
652
+ "isSource": true,
653
+ "original": {
654
+ "value": "{xxllnc.color.primary}"
655
+ },
656
+ "name": "conductionInputCheckboxCheckedBorderColor",
657
+ "attributes": {
658
+ "category": "conduction",
659
+ "type": "input-checkbox",
660
+ "item": "checked",
661
+ "subitem": "border-color"
662
+ },
663
+ "path": [
664
+ "conduction",
665
+ "input-checkbox",
666
+ "checked",
667
+ "border-color"
668
+ ]
669
+ },
670
+ {
671
+ "value": "3px",
672
+ "filePath": "src/component/conduction/checkbox.tokens.json",
673
+ "isSource": true,
674
+ "original": {
675
+ "value": "3px"
676
+ },
677
+ "name": "conductionInputCheckboxCheckedBorderRadius",
678
+ "attributes": {
679
+ "category": "conduction",
680
+ "type": "input-checkbox",
681
+ "item": "checked",
682
+ "subitem": "border-radius"
683
+ },
684
+ "path": [
685
+ "conduction",
686
+ "input-checkbox",
687
+ "checked",
688
+ "border-radius"
689
+ ]
690
+ },
691
+ {
692
+ "value": "solid",
693
+ "filePath": "src/component/conduction/checkbox.tokens.json",
694
+ "isSource": true,
695
+ "original": {
696
+ "value": "solid"
697
+ },
698
+ "name": "conductionInputCheckboxCheckedBorderStyle",
699
+ "attributes": {
700
+ "category": "conduction",
701
+ "type": "input-checkbox",
702
+ "item": "checked",
703
+ "subitem": "border-style"
704
+ },
705
+ "path": [
706
+ "conduction",
707
+ "input-checkbox",
708
+ "checked",
709
+ "border-style"
710
+ ]
711
+ },
712
+ {
713
+ "value": "1px",
714
+ "filePath": "src/component/conduction/checkbox.tokens.json",
715
+ "isSource": true,
716
+ "original": {
717
+ "value": "{xxllnc.size.4xs}"
718
+ },
719
+ "name": "conductionInputCheckboxCheckedBorderWidth",
720
+ "attributes": {
721
+ "category": "conduction",
722
+ "type": "input-checkbox",
723
+ "item": "checked",
724
+ "subitem": "border-width"
725
+ },
726
+ "path": [
727
+ "conduction",
728
+ "input-checkbox",
729
+ "checked",
730
+ "border-width"
731
+ ]
732
+ },
733
+ {
734
+ "value": "#000000ad",
735
+ "filePath": "src/component/conduction/checkbox.tokens.json",
736
+ "isSource": true,
737
+ "original": {
738
+ "value": "{xxllnc.color.primary}"
739
+ },
740
+ "name": "conductionInputCheckboxCheckedColor",
741
+ "attributes": {
742
+ "category": "conduction",
743
+ "type": "input-checkbox",
744
+ "item": "checked",
745
+ "subitem": "color"
746
+ },
747
+ "path": [
748
+ "conduction",
749
+ "input-checkbox",
750
+ "checked",
751
+ "color"
752
+ ]
753
+ },
754
+ {
755
+ "value": "#00000080",
756
+ "filePath": "src/component/conduction/checkbox.tokens.json",
757
+ "isSource": true,
758
+ "original": {
759
+ "value": "{xxllnc.color.primary-hover}"
760
+ },
761
+ "name": "conductionInputCheckboxCheckedHoverBorderColor",
762
+ "attributes": {
763
+ "category": "conduction",
764
+ "type": "input-checkbox",
765
+ "item": "checked",
766
+ "subitem": "hover",
767
+ "state": "border-color"
768
+ },
769
+ "path": [
770
+ "conduction",
771
+ "input-checkbox",
772
+ "checked",
773
+ "hover",
774
+ "border-color"
775
+ ]
776
+ },
777
+ {
778
+ "value": "3px",
779
+ "filePath": "src/component/conduction/checkbox.tokens.json",
780
+ "isSource": true,
781
+ "original": {
782
+ "value": "3px"
783
+ },
784
+ "name": "conductionInputCheckboxCheckedHoverBorderRadius",
785
+ "attributes": {
786
+ "category": "conduction",
787
+ "type": "input-checkbox",
788
+ "item": "checked",
789
+ "subitem": "hover",
790
+ "state": "border-radius"
791
+ },
792
+ "path": [
793
+ "conduction",
794
+ "input-checkbox",
795
+ "checked",
796
+ "hover",
797
+ "border-radius"
798
+ ]
799
+ },
800
+ {
801
+ "value": "solid",
802
+ "filePath": "src/component/conduction/checkbox.tokens.json",
803
+ "isSource": true,
804
+ "original": {
805
+ "value": "solid"
806
+ },
807
+ "name": "conductionInputCheckboxCheckedHoverBorderStyle",
808
+ "attributes": {
809
+ "category": "conduction",
810
+ "type": "input-checkbox",
811
+ "item": "checked",
812
+ "subitem": "hover",
813
+ "state": "border-style"
814
+ },
815
+ "path": [
816
+ "conduction",
817
+ "input-checkbox",
818
+ "checked",
819
+ "hover",
820
+ "border-style"
821
+ ]
822
+ },
823
+ {
824
+ "value": "1px",
825
+ "filePath": "src/component/conduction/checkbox.tokens.json",
826
+ "isSource": true,
827
+ "original": {
828
+ "value": "{xxllnc.size.4xs}"
829
+ },
830
+ "name": "conductionInputCheckboxCheckedHoverBorderWidth",
831
+ "attributes": {
832
+ "category": "conduction",
833
+ "type": "input-checkbox",
834
+ "item": "checked",
835
+ "subitem": "hover",
836
+ "state": "border-width"
837
+ },
838
+ "path": [
839
+ "conduction",
840
+ "input-checkbox",
841
+ "checked",
842
+ "hover",
843
+ "border-width"
844
+ ]
845
+ },
846
+ {
847
+ "value": "#00000080",
848
+ "filePath": "src/component/conduction/checkbox.tokens.json",
849
+ "isSource": true,
850
+ "original": {
851
+ "value": "{xxllnc.color.primary-hover}"
852
+ },
853
+ "name": "conductionInputCheckboxCheckedHoverColor",
854
+ "attributes": {
855
+ "category": "conduction",
856
+ "type": "input-checkbox",
857
+ "item": "checked",
858
+ "subitem": "hover",
859
+ "state": "color"
860
+ },
861
+ "path": [
862
+ "conduction",
863
+ "input-checkbox",
864
+ "checked",
865
+ "hover",
866
+ "color"
867
+ ]
868
+ },
869
+ {
870
+ "value": "#ffffff",
871
+ "filePath": "src/component/conduction/checkbox.tokens.json",
872
+ "isSource": true,
873
+ "original": {
874
+ "value": "{xxllnc.color.white.100}"
875
+ },
876
+ "name": "conductionInputCheckboxColor",
877
+ "attributes": {
878
+ "category": "conduction",
879
+ "type": "input-checkbox",
880
+ "item": "color"
881
+ },
882
+ "path": [
883
+ "conduction",
884
+ "input-checkbox",
885
+ "color"
886
+ ]
887
+ },
888
+ {
889
+ "value": "#d1d1d1",
890
+ "filePath": "src/component/conduction/checkbox.tokens.json",
891
+ "isSource": true,
892
+ "original": {
893
+ "value": "{xxllnc.color.grey.82}"
894
+ },
895
+ "name": "conductionInputCheckboxDisabledBorderColor",
896
+ "attributes": {
897
+ "category": "conduction",
898
+ "type": "input-checkbox",
899
+ "item": "disabled",
900
+ "subitem": "border-color"
901
+ },
902
+ "path": [
903
+ "conduction",
904
+ "input-checkbox",
905
+ "disabled",
906
+ "border-color"
907
+ ]
908
+ },
909
+ {
910
+ "value": "3px",
911
+ "filePath": "src/component/conduction/checkbox.tokens.json",
912
+ "isSource": true,
913
+ "original": {
914
+ "value": "3px"
915
+ },
916
+ "name": "conductionInputCheckboxDisabledBorderRadius",
917
+ "attributes": {
918
+ "category": "conduction",
919
+ "type": "input-checkbox",
920
+ "item": "disabled",
921
+ "subitem": "border-radius"
922
+ },
923
+ "path": [
924
+ "conduction",
925
+ "input-checkbox",
926
+ "disabled",
927
+ "border-radius"
928
+ ]
929
+ },
930
+ {
931
+ "value": "solid",
932
+ "filePath": "src/component/conduction/checkbox.tokens.json",
933
+ "isSource": true,
934
+ "original": {
935
+ "value": "solid"
936
+ },
937
+ "name": "conductionInputCheckboxDisabledBorderStyle",
938
+ "attributes": {
939
+ "category": "conduction",
940
+ "type": "input-checkbox",
941
+ "item": "disabled",
942
+ "subitem": "border-style"
943
+ },
944
+ "path": [
945
+ "conduction",
946
+ "input-checkbox",
947
+ "disabled",
948
+ "border-style"
949
+ ]
950
+ },
951
+ {
952
+ "value": "1px",
953
+ "filePath": "src/component/conduction/checkbox.tokens.json",
954
+ "isSource": true,
955
+ "original": {
956
+ "value": "{xxllnc.size.4xs}"
957
+ },
958
+ "name": "conductionInputCheckboxDisabledBorderWidth",
959
+ "attributes": {
960
+ "category": "conduction",
961
+ "type": "input-checkbox",
962
+ "item": "disabled",
963
+ "subitem": "border-width"
964
+ },
965
+ "path": [
966
+ "conduction",
967
+ "input-checkbox",
968
+ "disabled",
969
+ "border-width"
970
+ ]
971
+ },
972
+ {
973
+ "value": "#d1d1d1",
974
+ "filePath": "src/component/conduction/checkbox.tokens.json",
975
+ "isSource": true,
976
+ "original": {
977
+ "value": "{xxllnc.color.grey.82}"
978
+ },
979
+ "name": "conductionInputCheckboxDisabledColor",
980
+ "attributes": {
981
+ "category": "conduction",
982
+ "type": "input-checkbox",
983
+ "item": "disabled",
984
+ "subitem": "color"
985
+ },
986
+ "path": [
987
+ "conduction",
988
+ "input-checkbox",
989
+ "disabled",
990
+ "color"
991
+ ]
992
+ },
993
+ {
994
+ "value": "#d1d1d1",
995
+ "filePath": "src/component/conduction/checkbox.tokens.json",
996
+ "isSource": true,
997
+ "original": {
998
+ "value": "{xxllnc.color.grey.82}"
999
+ },
1000
+ "name": "conductionInputCheckboxDisabledHoverBorderColor",
1001
+ "attributes": {
1002
+ "category": "conduction",
1003
+ "type": "input-checkbox",
1004
+ "item": "disabled",
1005
+ "subitem": "hover",
1006
+ "state": "border-color"
1007
+ },
1008
+ "path": [
1009
+ "conduction",
1010
+ "input-checkbox",
1011
+ "disabled",
1012
+ "hover",
1013
+ "border-color"
1014
+ ]
1015
+ },
1016
+ {
1017
+ "value": "3px",
1018
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1019
+ "isSource": true,
1020
+ "original": {
1021
+ "value": "3px"
1022
+ },
1023
+ "name": "conductionInputCheckboxDisabledHoverBorderRadius",
1024
+ "attributes": {
1025
+ "category": "conduction",
1026
+ "type": "input-checkbox",
1027
+ "item": "disabled",
1028
+ "subitem": "hover",
1029
+ "state": "border-radius"
1030
+ },
1031
+ "path": [
1032
+ "conduction",
1033
+ "input-checkbox",
1034
+ "disabled",
1035
+ "hover",
1036
+ "border-radius"
1037
+ ]
1038
+ },
1039
+ {
1040
+ "value": "solid",
1041
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1042
+ "isSource": true,
1043
+ "original": {
1044
+ "value": "solid"
1045
+ },
1046
+ "name": "conductionInputCheckboxDisabledHoverBorderStyle",
1047
+ "attributes": {
1048
+ "category": "conduction",
1049
+ "type": "input-checkbox",
1050
+ "item": "disabled",
1051
+ "subitem": "hover",
1052
+ "state": "border-style"
1053
+ },
1054
+ "path": [
1055
+ "conduction",
1056
+ "input-checkbox",
1057
+ "disabled",
1058
+ "hover",
1059
+ "border-style"
1060
+ ]
1061
+ },
1062
+ {
1063
+ "value": "1px",
1064
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1065
+ "isSource": true,
1066
+ "original": {
1067
+ "value": "{xxllnc.size.4xs}"
1068
+ },
1069
+ "name": "conductionInputCheckboxDisabledHoverBorderWidth",
1070
+ "attributes": {
1071
+ "category": "conduction",
1072
+ "type": "input-checkbox",
1073
+ "item": "disabled",
1074
+ "subitem": "hover",
1075
+ "state": "border-width"
1076
+ },
1077
+ "path": [
1078
+ "conduction",
1079
+ "input-checkbox",
1080
+ "disabled",
1081
+ "hover",
1082
+ "border-width"
1083
+ ]
1084
+ },
1085
+ {
1086
+ "value": "#d1d1d1",
1087
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1088
+ "isSource": true,
1089
+ "original": {
1090
+ "value": "{xxllnc.color.grey.82}"
1091
+ },
1092
+ "name": "conductionInputCheckboxDisabledHoverColor",
1093
+ "attributes": {
1094
+ "category": "conduction",
1095
+ "type": "input-checkbox",
1096
+ "item": "disabled",
1097
+ "subitem": "hover",
1098
+ "state": "color"
1099
+ },
1100
+ "path": [
1101
+ "conduction",
1102
+ "input-checkbox",
1103
+ "disabled",
1104
+ "hover",
1105
+ "color"
1106
+ ]
1107
+ },
1108
+ {
1109
+ "value": "#000000",
1110
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1111
+ "isSource": true,
1112
+ "original": {
1113
+ "value": "{xxllnc.color.black.0}"
1114
+ },
1115
+ "name": "conductionInputCheckboxFocusOutlineColor",
1116
+ "attributes": {
1117
+ "category": "conduction",
1118
+ "type": "input-checkbox",
1119
+ "item": "focus",
1120
+ "subitem": "outline-color"
1121
+ },
1122
+ "path": [
1123
+ "conduction",
1124
+ "input-checkbox",
1125
+ "focus",
1126
+ "outline-color"
1127
+ ]
1128
+ },
1129
+ {
1130
+ "value": "2px",
1131
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1132
+ "isSource": true,
1133
+ "original": {
1134
+ "value": "2px"
1135
+ },
1136
+ "name": "conductionInputCheckboxFocusOutlineOffset",
1137
+ "attributes": {
1138
+ "category": "conduction",
1139
+ "type": "input-checkbox",
1140
+ "item": "focus",
1141
+ "subitem": "outline-offset"
1142
+ },
1143
+ "path": [
1144
+ "conduction",
1145
+ "input-checkbox",
1146
+ "focus",
1147
+ "outline-offset"
1148
+ ]
1149
+ },
1150
+ {
1151
+ "value": "solid",
1152
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1153
+ "isSource": true,
1154
+ "original": {
1155
+ "value": "solid"
1156
+ },
1157
+ "name": "conductionInputCheckboxFocusOutlineStyle",
1158
+ "attributes": {
1159
+ "category": "conduction",
1160
+ "type": "input-checkbox",
1161
+ "item": "focus",
1162
+ "subitem": "outline-style"
1163
+ },
1164
+ "path": [
1165
+ "conduction",
1166
+ "input-checkbox",
1167
+ "focus",
1168
+ "outline-style"
1169
+ ]
1170
+ },
1171
+ {
1172
+ "value": "2px",
1173
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1174
+ "isSource": true,
1175
+ "original": {
1176
+ "value": "2px"
1177
+ },
1178
+ "name": "conductionInputCheckboxFocusOutlineWidth",
1179
+ "attributes": {
1180
+ "category": "conduction",
1181
+ "type": "input-checkbox",
1182
+ "item": "focus",
1183
+ "subitem": "outline-width"
1184
+ },
1185
+ "path": [
1186
+ "conduction",
1187
+ "input-checkbox",
1188
+ "focus",
1189
+ "outline-width"
1190
+ ]
1191
+ },
1192
+ {
1193
+ "value": "#4f4f4f",
1194
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1195
+ "isSource": true,
1196
+ "original": {
1197
+ "value": "{xxllnc.color.grey.31}"
1198
+ },
1199
+ "name": "conductionInputCheckboxHoverBorderColor",
1200
+ "attributes": {
1201
+ "category": "conduction",
1202
+ "type": "input-checkbox",
1203
+ "item": "hover",
1204
+ "subitem": "border-color"
1205
+ },
1206
+ "path": [
1207
+ "conduction",
1208
+ "input-checkbox",
1209
+ "hover",
1210
+ "border-color"
1211
+ ]
1212
+ },
1213
+ {
1214
+ "value": "3px",
1215
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1216
+ "isSource": true,
1217
+ "original": {
1218
+ "value": "3px"
1219
+ },
1220
+ "name": "conductionInputCheckboxHoverBorderRadius",
1221
+ "attributes": {
1222
+ "category": "conduction",
1223
+ "type": "input-checkbox",
1224
+ "item": "hover",
1225
+ "subitem": "border-radius"
1226
+ },
1227
+ "path": [
1228
+ "conduction",
1229
+ "input-checkbox",
1230
+ "hover",
1231
+ "border-radius"
1232
+ ]
1233
+ },
1234
+ {
1235
+ "value": "solid",
1236
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1237
+ "isSource": true,
1238
+ "original": {
1239
+ "value": "solid"
1240
+ },
1241
+ "name": "conductionInputCheckboxHoverBorderStyle",
1242
+ "attributes": {
1243
+ "category": "conduction",
1244
+ "type": "input-checkbox",
1245
+ "item": "hover",
1246
+ "subitem": "border-style"
1247
+ },
1248
+ "path": [
1249
+ "conduction",
1250
+ "input-checkbox",
1251
+ "hover",
1252
+ "border-style"
1253
+ ]
1254
+ },
1255
+ {
1256
+ "value": "1px",
1257
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1258
+ "isSource": true,
1259
+ "original": {
1260
+ "value": "{xxllnc.size.4xs}"
1261
+ },
1262
+ "name": "conductionInputCheckboxHoverBorderWidth",
1263
+ "attributes": {
1264
+ "category": "conduction",
1265
+ "type": "input-checkbox",
1266
+ "item": "hover",
1267
+ "subitem": "border-width"
1268
+ },
1269
+ "path": [
1270
+ "conduction",
1271
+ "input-checkbox",
1272
+ "hover",
1273
+ "border-width"
1274
+ ]
1275
+ },
1276
+ {
1277
+ "value": "#ffffff",
1278
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1279
+ "isSource": true,
1280
+ "original": {
1281
+ "value": "{xxllnc.color.white.100}"
1282
+ },
1283
+ "name": "conductionInputCheckboxHoverColor",
1284
+ "attributes": {
1285
+ "category": "conduction",
1286
+ "type": "input-checkbox",
1287
+ "item": "hover",
1288
+ "subitem": "color"
1289
+ },
1290
+ "path": [
1291
+ "conduction",
1292
+ "input-checkbox",
1293
+ "hover",
1294
+ "color"
1295
+ ]
1296
+ },
1297
+ {
1298
+ "value": "#28282c",
1299
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1300
+ "isSource": true,
1301
+ "original": {
1302
+ "value": "{utrecht.document.color}"
1303
+ },
1304
+ "name": "conductionInputCheckboxLabelColor",
1305
+ "attributes": {
1306
+ "category": "conduction",
1307
+ "type": "input-checkbox",
1308
+ "item": "label",
1309
+ "subitem": "color"
1310
+ },
1311
+ "path": [
1312
+ "conduction",
1313
+ "input-checkbox",
1314
+ "label",
1315
+ "color"
1316
+ ]
1317
+ },
1318
+ {
1319
+ "value": "3px",
1320
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1321
+ "isSource": true,
1322
+ "original": {
1323
+ "value": "3px"
1324
+ },
1325
+ "name": "conductionInputCheckboxLabelContainerMargin",
1326
+ "attributes": {
1327
+ "category": "conduction",
1328
+ "type": "input-checkbox",
1329
+ "item": "label",
1330
+ "subitem": "container",
1331
+ "state": "margin"
1332
+ },
1333
+ "path": [
1334
+ "conduction",
1335
+ "input-checkbox",
1336
+ "label",
1337
+ "container",
1338
+ "margin"
1339
+ ]
1340
+ },
1341
+ {
1342
+ "value": "3px",
1343
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1344
+ "isSource": true,
1345
+ "original": {
1346
+ "value": "3px"
1347
+ },
1348
+ "name": "conductionInputCheckboxLabelContainerPadding",
1349
+ "attributes": {
1350
+ "category": "conduction",
1351
+ "type": "input-checkbox",
1352
+ "item": "label",
1353
+ "subitem": "container",
1354
+ "state": "padding"
1355
+ },
1356
+ "path": [
1357
+ "conduction",
1358
+ "input-checkbox",
1359
+ "label",
1360
+ "container",
1361
+ "padding"
1362
+ ]
1363
+ },
1364
+ {
1365
+ "value": "neue-haas-grotesk-text, sans-serif",
1366
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1367
+ "isSource": true,
1368
+ "original": {
1369
+ "value": "{utrecht.document.font-family}"
1370
+ },
1371
+ "name": "conductionInputCheckboxLabelFontFamily",
1372
+ "attributes": {
1373
+ "category": "conduction",
1374
+ "type": "input-checkbox",
1375
+ "item": "label",
1376
+ "subitem": "font-family"
1377
+ },
1378
+ "path": [
1379
+ "conduction",
1380
+ "input-checkbox",
1381
+ "label",
1382
+ "font-family"
1383
+ ]
1384
+ },
1385
+ {
1386
+ "value": "16px",
1387
+ "filePath": "src/component/conduction/checkbox.tokens.json",
1388
+ "isSource": true,
1389
+ "original": {
1390
+ "value": "{utrecht.document.font-size}"
1391
+ },
1392
+ "name": "conductionInputCheckboxLabelFontSize",
1393
+ "attributes": {
1394
+ "category": "conduction",
1395
+ "type": "input-checkbox",
1396
+ "item": "label",
1397
+ "subitem": "font-size"
1398
+ },
1399
+ "path": [
1400
+ "conduction",
1401
+ "input-checkbox",
1402
+ "label",
1403
+ "font-size"
1404
+ ]
1405
+ },
278
1406
  {
279
1407
  "value": "#ffffff",
280
1408
  "filePath": "src/component/conduction/select.tokens.json",
@@ -3866,6 +4994,63 @@
3866
4994
  "color"
3867
4995
  ]
3868
4996
  },
4997
+ {
4998
+ "value": "#28282c ",
4999
+ "filePath": "src/component/utrecht/badge.tokens.json",
5000
+ "isSource": true,
5001
+ "original": {
5002
+ "value": "{xxllnc.color.black.16} "
5003
+ },
5004
+ "name": "utrechtBadgeBackgroundColor",
5005
+ "attributes": {
5006
+ "category": "utrecht",
5007
+ "type": "badge",
5008
+ "item": "background-color"
5009
+ },
5010
+ "path": [
5011
+ "utrecht",
5012
+ "badge",
5013
+ "background-color"
5014
+ ]
5015
+ },
5016
+ {
5017
+ "value": "10000px",
5018
+ "filePath": "src/component/utrecht/badge.tokens.json",
5019
+ "isSource": true,
5020
+ "original": {
5021
+ "value": "10000px"
5022
+ },
5023
+ "name": "utrechtBadgeBorderRadius",
5024
+ "attributes": {
5025
+ "category": "utrecht",
5026
+ "type": "badge",
5027
+ "item": "border-radius"
5028
+ },
5029
+ "path": [
5030
+ "utrecht",
5031
+ "badge",
5032
+ "border-radius"
5033
+ ]
5034
+ },
5035
+ {
5036
+ "value": "#f1f1f1 ",
5037
+ "filePath": "src/component/utrecht/badge.tokens.json",
5038
+ "isSource": true,
5039
+ "original": {
5040
+ "value": "{xxllnc.color.white.95} "
5041
+ },
5042
+ "name": "utrechtBadgeColor",
5043
+ "attributes": {
5044
+ "category": "utrecht",
5045
+ "type": "badge",
5046
+ "item": "color"
5047
+ },
5048
+ "path": [
5049
+ "utrecht",
5050
+ "badge",
5051
+ "color"
5052
+ ]
5053
+ },
3869
5054
  {
3870
5055
  "value": "#000000ad",
3871
5056
  "filePath": "src/component/utrecht/badge-counter.tokens.json",
@@ -4037,6 +5222,82 @@
4037
5222
  "text-decoration"
4038
5223
  ]
4039
5224
  },
5225
+ {
5226
+ "value": "14px",
5227
+ "filePath": "src/component/utrecht/badge.tokens.json",
5228
+ "isSource": true,
5229
+ "original": {
5230
+ "value": "{xxllnc.font-size.sm}"
5231
+ },
5232
+ "name": "utrechtBadgeFontSize",
5233
+ "attributes": {
5234
+ "category": "utrecht",
5235
+ "type": "badge",
5236
+ "item": "font-size"
5237
+ },
5238
+ "path": [
5239
+ "utrecht",
5240
+ "badge",
5241
+ "font-size"
5242
+ ]
5243
+ },
5244
+ {
5245
+ "value": "400",
5246
+ "filePath": "src/component/utrecht/badge.tokens.json",
5247
+ "isSource": true,
5248
+ "original": {
5249
+ "value": "{xxllnc.typography.font-weight.normal}"
5250
+ },
5251
+ "name": "utrechtBadgeFontWeight",
5252
+ "attributes": {
5253
+ "category": "utrecht",
5254
+ "type": "badge",
5255
+ "item": "font-weight"
5256
+ },
5257
+ "path": [
5258
+ "utrecht",
5259
+ "badge",
5260
+ "font-weight"
5261
+ ]
5262
+ },
5263
+ {
5264
+ "value": "8px",
5265
+ "filePath": "src/component/utrecht/badge.tokens.json",
5266
+ "isSource": true,
5267
+ "original": {
5268
+ "value": "{xxllnc.size.xs}"
5269
+ },
5270
+ "name": "utrechtBadgePaddingBlock",
5271
+ "attributes": {
5272
+ "category": "utrecht",
5273
+ "type": "badge",
5274
+ "item": "padding-block"
5275
+ },
5276
+ "path": [
5277
+ "utrecht",
5278
+ "badge",
5279
+ "padding-block"
5280
+ ]
5281
+ },
5282
+ {
5283
+ "value": "8px",
5284
+ "filePath": "src/component/utrecht/badge.tokens.json",
5285
+ "isSource": true,
5286
+ "original": {
5287
+ "value": "{xxllnc.size.xs}"
5288
+ },
5289
+ "name": "utrechtBadgePaddingInline",
5290
+ "attributes": {
5291
+ "category": "utrecht",
5292
+ "type": "badge",
5293
+ "item": "padding-inline"
5294
+ },
5295
+ "path": [
5296
+ "utrecht",
5297
+ "badge",
5298
+ "padding-inline"
5299
+ ]
5300
+ },
4040
5301
  {
4041
5302
  "value": "#28282c",
4042
5303
  "filePath": "src/component/utrecht/blockquote.tokens.json",
@@ -8720,6 +9981,27 @@
8720
9981
  "error"
8721
9982
  ]
8722
9983
  },
9984
+ {
9985
+ "value": "#4f4f4f",
9986
+ "filePath": "src/brand/xxllnc/color.tokens.json",
9987
+ "isSource": true,
9988
+ "original": {
9989
+ "value": "#4f4f4f"
9990
+ },
9991
+ "name": "xxllncColorGrey31",
9992
+ "attributes": {
9993
+ "category": "xxllnc",
9994
+ "type": "color",
9995
+ "item": "grey",
9996
+ "subitem": "31"
9997
+ },
9998
+ "path": [
9999
+ "xxllnc",
10000
+ "color",
10001
+ "grey",
10002
+ "31"
10003
+ ]
10004
+ },
8723
10005
  {
8724
10006
  "value": "#6d6d6d",
8725
10007
  "filePath": "src/brand/xxllnc/color.tokens.json",
@@ -8741,6 +10023,48 @@
8741
10023
  "43"
8742
10024
  ]
8743
10025
  },
10026
+ {
10027
+ "value": "#767676",
10028
+ "filePath": "src/brand/xxllnc/color.tokens.json",
10029
+ "isSource": true,
10030
+ "original": {
10031
+ "value": "#767676"
10032
+ },
10033
+ "name": "xxllncColorGrey46",
10034
+ "attributes": {
10035
+ "category": "xxllnc",
10036
+ "type": "color",
10037
+ "item": "grey",
10038
+ "subitem": "46"
10039
+ },
10040
+ "path": [
10041
+ "xxllnc",
10042
+ "color",
10043
+ "grey",
10044
+ "46"
10045
+ ]
10046
+ },
10047
+ {
10048
+ "value": "#d1d1d1",
10049
+ "filePath": "src/brand/xxllnc/color.tokens.json",
10050
+ "isSource": true,
10051
+ "original": {
10052
+ "value": "#d1d1d1"
10053
+ },
10054
+ "name": "xxllncColorGrey82",
10055
+ "attributes": {
10056
+ "category": "xxllnc",
10057
+ "type": "color",
10058
+ "item": "grey",
10059
+ "subitem": "82"
10060
+ },
10061
+ "path": [
10062
+ "xxllnc",
10063
+ "color",
10064
+ "grey",
10065
+ "82"
10066
+ ]
10067
+ },
8744
10068
  {
8745
10069
  "value": "#e5e5e5",
8746
10070
  "filePath": "src/brand/xxllnc/color.tokens.json",