@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
@@ -289,6 +289,27 @@
289
289
  "11"
290
290
  ]
291
291
  },
292
+ "31": {
293
+ "value": "#4f4f4f",
294
+ "filePath": "src/brand/leiden/color.tokens.json",
295
+ "isSource": true,
296
+ "original": {
297
+ "value": "#4f4f4f"
298
+ },
299
+ "name": "leidenColorGrey31",
300
+ "attributes": {
301
+ "category": "leiden",
302
+ "type": "color",
303
+ "item": "grey",
304
+ "subitem": "31"
305
+ },
306
+ "path": [
307
+ "leiden",
308
+ "color",
309
+ "grey",
310
+ "31"
311
+ ]
312
+ },
292
313
  "33": {
293
314
  "value": "#5f594a",
294
315
  "comment": "Base/Grey",
@@ -311,6 +332,48 @@
311
332
  "grey",
312
333
  "33"
313
334
  ]
335
+ },
336
+ "46": {
337
+ "value": "#767676",
338
+ "filePath": "src/brand/leiden/color.tokens.json",
339
+ "isSource": true,
340
+ "original": {
341
+ "value": "#767676"
342
+ },
343
+ "name": "leidenColorGrey46",
344
+ "attributes": {
345
+ "category": "leiden",
346
+ "type": "color",
347
+ "item": "grey",
348
+ "subitem": "46"
349
+ },
350
+ "path": [
351
+ "leiden",
352
+ "color",
353
+ "grey",
354
+ "46"
355
+ ]
356
+ },
357
+ "82": {
358
+ "value": "#d1d1d1",
359
+ "filePath": "src/brand/leiden/color.tokens.json",
360
+ "isSource": true,
361
+ "original": {
362
+ "value": "#d1d1d1"
363
+ },
364
+ "name": "leidenColorGrey82",
365
+ "attributes": {
366
+ "category": "leiden",
367
+ "type": "color",
368
+ "item": "grey",
369
+ "subitem": "82"
370
+ },
371
+ "path": [
372
+ "leiden",
373
+ "color",
374
+ "grey",
375
+ "82"
376
+ ]
314
377
  }
315
378
  },
316
379
  "lightgrey": {
@@ -2341,6 +2404,143 @@
2341
2404
  "min-block-size": {},
2342
2405
  "min-inline-size": {}
2343
2406
  },
2407
+ "badge": {
2408
+ "background-color": {
2409
+ "value": "#000000 ",
2410
+ "filePath": "src/component/utrecht/badge.tokens.json",
2411
+ "isSource": true,
2412
+ "original": {
2413
+ "value": "{leiden.color.black.0} "
2414
+ },
2415
+ "name": "utrechtBadgeBackgroundColor",
2416
+ "attributes": {
2417
+ "category": "utrecht",
2418
+ "type": "badge",
2419
+ "item": "background-color"
2420
+ },
2421
+ "path": [
2422
+ "utrecht",
2423
+ "badge",
2424
+ "background-color"
2425
+ ]
2426
+ },
2427
+ "border-radius": {
2428
+ "value": "0",
2429
+ "filePath": "src/component/utrecht/badge.tokens.json",
2430
+ "isSource": true,
2431
+ "original": {
2432
+ "value": "0"
2433
+ },
2434
+ "name": "utrechtBadgeBorderRadius",
2435
+ "attributes": {
2436
+ "category": "utrecht",
2437
+ "type": "badge",
2438
+ "item": "border-radius"
2439
+ },
2440
+ "path": [
2441
+ "utrecht",
2442
+ "badge",
2443
+ "border-radius"
2444
+ ]
2445
+ },
2446
+ "color": {
2447
+ "value": "#ffffff ",
2448
+ "filePath": "src/component/utrecht/badge.tokens.json",
2449
+ "isSource": true,
2450
+ "original": {
2451
+ "value": "{leiden.color.white.100} "
2452
+ },
2453
+ "name": "utrechtBadgeColor",
2454
+ "attributes": {
2455
+ "category": "utrecht",
2456
+ "type": "badge",
2457
+ "item": "color"
2458
+ },
2459
+ "path": [
2460
+ "utrecht",
2461
+ "badge",
2462
+ "color"
2463
+ ]
2464
+ },
2465
+ "font-size": {
2466
+ "value": "14px",
2467
+ "filePath": "src/component/utrecht/badge.tokens.json",
2468
+ "isSource": true,
2469
+ "original": {
2470
+ "value": "{leiden.font-size.sm}"
2471
+ },
2472
+ "name": "utrechtBadgeFontSize",
2473
+ "attributes": {
2474
+ "category": "utrecht",
2475
+ "type": "badge",
2476
+ "item": "font-size"
2477
+ },
2478
+ "path": [
2479
+ "utrecht",
2480
+ "badge",
2481
+ "font-size"
2482
+ ]
2483
+ },
2484
+ "font-weight": {
2485
+ "value": "400",
2486
+ "filePath": "src/component/utrecht/badge.tokens.json",
2487
+ "isSource": true,
2488
+ "original": {
2489
+ "value": "{leiden.typography.font-weight.normal}"
2490
+ },
2491
+ "name": "utrechtBadgeFontWeight",
2492
+ "attributes": {
2493
+ "category": "utrecht",
2494
+ "type": "badge",
2495
+ "item": "font-weight"
2496
+ },
2497
+ "path": [
2498
+ "utrecht",
2499
+ "badge",
2500
+ "font-weight"
2501
+ ]
2502
+ },
2503
+ "line-height": {},
2504
+ "padding-block": {
2505
+ "value": "8px",
2506
+ "filePath": "src/component/utrecht/badge.tokens.json",
2507
+ "isSource": true,
2508
+ "original": {
2509
+ "value": "{leiden.size.xs}"
2510
+ },
2511
+ "name": "utrechtBadgePaddingBlock",
2512
+ "attributes": {
2513
+ "category": "utrecht",
2514
+ "type": "badge",
2515
+ "item": "padding-block"
2516
+ },
2517
+ "path": [
2518
+ "utrecht",
2519
+ "badge",
2520
+ "padding-block"
2521
+ ]
2522
+ },
2523
+ "padding-inline": {
2524
+ "value": "8px",
2525
+ "filePath": "src/component/utrecht/badge.tokens.json",
2526
+ "isSource": true,
2527
+ "original": {
2528
+ "value": "{leiden.size.xs}"
2529
+ },
2530
+ "name": "utrechtBadgePaddingInline",
2531
+ "attributes": {
2532
+ "category": "utrecht",
2533
+ "type": "badge",
2534
+ "item": "padding-inline"
2535
+ },
2536
+ "path": [
2537
+ "utrecht",
2538
+ "badge",
2539
+ "padding-inline"
2540
+ ]
2541
+ },
2542
+ "text-transform": {}
2543
+ },
2344
2544
  "blockquote": {
2345
2545
  "background-color": {},
2346
2546
  "color": {},
@@ -6827,6 +7027,7 @@
6827
7027
  "border-radius"
6828
7028
  ]
6829
7029
  },
7030
+ "box-shadow": {},
6830
7031
  "color": {
6831
7032
  "value": "#0d1921",
6832
7033
  "filePath": "src/component/conduction/card-wrapper.tokens.json",
@@ -6929,53 +7130,1193 @@
6929
7130
  ]
6930
7131
  }
6931
7132
  },
6932
- "logo": {
6933
- "header": {
6934
- "inline-size": {
6935
- "value": "80px",
6936
- "filePath": "src/component/conduction/logo.tokens.json",
7133
+ "input-checkbox": {
7134
+ "color": {
7135
+ "value": "#ffffff",
7136
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7137
+ "isSource": true,
7138
+ "original": {
7139
+ "value": "{leiden.color.white.100}"
7140
+ },
7141
+ "name": "conductionInputCheckboxColor",
7142
+ "attributes": {
7143
+ "category": "conduction",
7144
+ "type": "input-checkbox",
7145
+ "item": "color"
7146
+ },
7147
+ "path": [
7148
+ "conduction",
7149
+ "input-checkbox",
7150
+ "color"
7151
+ ]
7152
+ },
7153
+ "border-width": {
7154
+ "value": "1px",
7155
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7156
+ "isSource": true,
7157
+ "original": {
7158
+ "value": "{leiden.size.4xs}"
7159
+ },
7160
+ "name": "conductionInputCheckboxBorderWidth",
7161
+ "attributes": {
7162
+ "category": "conduction",
7163
+ "type": "input-checkbox",
7164
+ "item": "border-width"
7165
+ },
7166
+ "path": [
7167
+ "conduction",
7168
+ "input-checkbox",
7169
+ "border-width"
7170
+ ]
7171
+ },
7172
+ "border-style": {
7173
+ "value": "solid",
7174
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7175
+ "isSource": true,
7176
+ "original": {
7177
+ "value": "solid"
7178
+ },
7179
+ "name": "conductionInputCheckboxBorderStyle",
7180
+ "attributes": {
7181
+ "category": "conduction",
7182
+ "type": "input-checkbox",
7183
+ "item": "border-style"
7184
+ },
7185
+ "path": [
7186
+ "conduction",
7187
+ "input-checkbox",
7188
+ "border-style"
7189
+ ]
7190
+ },
7191
+ "border-color": {
7192
+ "value": "#767676",
7193
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7194
+ "isSource": true,
7195
+ "original": {
7196
+ "value": "{leiden.color.grey.46}"
7197
+ },
7198
+ "name": "conductionInputCheckboxBorderColor",
7199
+ "attributes": {
7200
+ "category": "conduction",
7201
+ "type": "input-checkbox",
7202
+ "item": "border-color"
7203
+ },
7204
+ "path": [
7205
+ "conduction",
7206
+ "input-checkbox",
7207
+ "border-color"
7208
+ ]
7209
+ },
7210
+ "border-radius": {
7211
+ "value": "3px",
7212
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7213
+ "isSource": true,
7214
+ "original": {
7215
+ "value": "3px"
7216
+ },
7217
+ "name": "conductionInputCheckboxBorderRadius",
7218
+ "attributes": {
7219
+ "category": "conduction",
7220
+ "type": "input-checkbox",
7221
+ "item": "border-radius"
7222
+ },
7223
+ "path": [
7224
+ "conduction",
7225
+ "input-checkbox",
7226
+ "border-radius"
7227
+ ]
7228
+ },
7229
+ "box-shadow": {},
7230
+ "hover": {
7231
+ "color": {
7232
+ "value": "#ffffff",
7233
+ "filePath": "src/component/conduction/checkbox.tokens.json",
6937
7234
  "isSource": true,
6938
7235
  "original": {
6939
- "value": "80px"
7236
+ "value": "{leiden.color.white.100}"
6940
7237
  },
6941
- "name": "conductionLogoHeaderInlineSize",
7238
+ "name": "conductionInputCheckboxHoverColor",
6942
7239
  "attributes": {
6943
7240
  "category": "conduction",
6944
- "type": "logo",
6945
- "item": "header",
6946
- "subitem": "inline-size"
7241
+ "type": "input-checkbox",
7242
+ "item": "hover",
7243
+ "subitem": "color"
6947
7244
  },
6948
7245
  "path": [
6949
7246
  "conduction",
6950
- "logo",
6951
- "header",
6952
- "inline-size"
7247
+ "input-checkbox",
7248
+ "hover",
7249
+ "color"
6953
7250
  ]
6954
7251
  },
6955
- "block-size": {
6956
- "value": "37px",
6957
- "filePath": "src/component/conduction/logo.tokens.json",
7252
+ "border-width": {
7253
+ "value": "1px",
7254
+ "filePath": "src/component/conduction/checkbox.tokens.json",
6958
7255
  "isSource": true,
6959
7256
  "original": {
6960
- "value": "37px"
7257
+ "value": "{leiden.size.4xs}"
6961
7258
  },
6962
- "name": "conductionLogoHeaderBlockSize",
7259
+ "name": "conductionInputCheckboxHoverBorderWidth",
6963
7260
  "attributes": {
6964
7261
  "category": "conduction",
6965
- "type": "logo",
6966
- "item": "header",
6967
- "subitem": "block-size"
7262
+ "type": "input-checkbox",
7263
+ "item": "hover",
7264
+ "subitem": "border-width"
6968
7265
  },
6969
7266
  "path": [
6970
7267
  "conduction",
6971
- "logo",
6972
- "header",
6973
- "block-size"
7268
+ "input-checkbox",
7269
+ "hover",
7270
+ "border-width"
6974
7271
  ]
6975
7272
  },
6976
- "background-image": {
6977
- "value": "url('https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/logo_leiden.svg')",
6978
- "filePath": "src/component/conduction/logo.tokens.json",
7273
+ "border-style": {
7274
+ "value": "solid",
7275
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7276
+ "isSource": true,
7277
+ "original": {
7278
+ "value": "solid"
7279
+ },
7280
+ "name": "conductionInputCheckboxHoverBorderStyle",
7281
+ "attributes": {
7282
+ "category": "conduction",
7283
+ "type": "input-checkbox",
7284
+ "item": "hover",
7285
+ "subitem": "border-style"
7286
+ },
7287
+ "path": [
7288
+ "conduction",
7289
+ "input-checkbox",
7290
+ "hover",
7291
+ "border-style"
7292
+ ]
7293
+ },
7294
+ "border-color": {
7295
+ "value": "#4f4f4f",
7296
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7297
+ "isSource": true,
7298
+ "original": {
7299
+ "value": "{leiden.color.grey.31}"
7300
+ },
7301
+ "name": "conductionInputCheckboxHoverBorderColor",
7302
+ "attributes": {
7303
+ "category": "conduction",
7304
+ "type": "input-checkbox",
7305
+ "item": "hover",
7306
+ "subitem": "border-color"
7307
+ },
7308
+ "path": [
7309
+ "conduction",
7310
+ "input-checkbox",
7311
+ "hover",
7312
+ "border-color"
7313
+ ]
7314
+ },
7315
+ "border-radius": {
7316
+ "value": "3px",
7317
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7318
+ "isSource": true,
7319
+ "original": {
7320
+ "value": "3px"
7321
+ },
7322
+ "name": "conductionInputCheckboxHoverBorderRadius",
7323
+ "attributes": {
7324
+ "category": "conduction",
7325
+ "type": "input-checkbox",
7326
+ "item": "hover",
7327
+ "subitem": "border-radius"
7328
+ },
7329
+ "path": [
7330
+ "conduction",
7331
+ "input-checkbox",
7332
+ "hover",
7333
+ "border-radius"
7334
+ ]
7335
+ },
7336
+ "box-shadow": {}
7337
+ },
7338
+ "checked": {
7339
+ "color": {
7340
+ "value": "#d62410",
7341
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7342
+ "isSource": true,
7343
+ "original": {
7344
+ "value": "{leiden.color.primary}"
7345
+ },
7346
+ "name": "conductionInputCheckboxCheckedColor",
7347
+ "attributes": {
7348
+ "category": "conduction",
7349
+ "type": "input-checkbox",
7350
+ "item": "checked",
7351
+ "subitem": "color"
7352
+ },
7353
+ "path": [
7354
+ "conduction",
7355
+ "input-checkbox",
7356
+ "checked",
7357
+ "color"
7358
+ ]
7359
+ },
7360
+ "border-width": {
7361
+ "value": "1px",
7362
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7363
+ "isSource": true,
7364
+ "original": {
7365
+ "value": "{leiden.size.4xs}"
7366
+ },
7367
+ "name": "conductionInputCheckboxCheckedBorderWidth",
7368
+ "attributes": {
7369
+ "category": "conduction",
7370
+ "type": "input-checkbox",
7371
+ "item": "checked",
7372
+ "subitem": "border-width"
7373
+ },
7374
+ "path": [
7375
+ "conduction",
7376
+ "input-checkbox",
7377
+ "checked",
7378
+ "border-width"
7379
+ ]
7380
+ },
7381
+ "border-style": {
7382
+ "value": "solid",
7383
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7384
+ "isSource": true,
7385
+ "original": {
7386
+ "value": "solid"
7387
+ },
7388
+ "name": "conductionInputCheckboxCheckedBorderStyle",
7389
+ "attributes": {
7390
+ "category": "conduction",
7391
+ "type": "input-checkbox",
7392
+ "item": "checked",
7393
+ "subitem": "border-style"
7394
+ },
7395
+ "path": [
7396
+ "conduction",
7397
+ "input-checkbox",
7398
+ "checked",
7399
+ "border-style"
7400
+ ]
7401
+ },
7402
+ "border-color": {
7403
+ "value": "#d62410",
7404
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7405
+ "isSource": true,
7406
+ "original": {
7407
+ "value": "{leiden.color.primary}"
7408
+ },
7409
+ "name": "conductionInputCheckboxCheckedBorderColor",
7410
+ "attributes": {
7411
+ "category": "conduction",
7412
+ "type": "input-checkbox",
7413
+ "item": "checked",
7414
+ "subitem": "border-color"
7415
+ },
7416
+ "path": [
7417
+ "conduction",
7418
+ "input-checkbox",
7419
+ "checked",
7420
+ "border-color"
7421
+ ]
7422
+ },
7423
+ "border-radius": {
7424
+ "value": "3px",
7425
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7426
+ "isSource": true,
7427
+ "original": {
7428
+ "value": "3px"
7429
+ },
7430
+ "name": "conductionInputCheckboxCheckedBorderRadius",
7431
+ "attributes": {
7432
+ "category": "conduction",
7433
+ "type": "input-checkbox",
7434
+ "item": "checked",
7435
+ "subitem": "border-radius"
7436
+ },
7437
+ "path": [
7438
+ "conduction",
7439
+ "input-checkbox",
7440
+ "checked",
7441
+ "border-radius"
7442
+ ]
7443
+ },
7444
+ "box-shadow": {},
7445
+ "checkmark-url": {},
7446
+ "hover": {
7447
+ "color": {
7448
+ "value": "#b81f0e",
7449
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7450
+ "isSource": true,
7451
+ "original": {
7452
+ "value": "{leiden.color.primary-hover}"
7453
+ },
7454
+ "name": "conductionInputCheckboxCheckedHoverColor",
7455
+ "attributes": {
7456
+ "category": "conduction",
7457
+ "type": "input-checkbox",
7458
+ "item": "checked",
7459
+ "subitem": "hover",
7460
+ "state": "color"
7461
+ },
7462
+ "path": [
7463
+ "conduction",
7464
+ "input-checkbox",
7465
+ "checked",
7466
+ "hover",
7467
+ "color"
7468
+ ]
7469
+ },
7470
+ "border-width": {
7471
+ "value": "1px",
7472
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7473
+ "isSource": true,
7474
+ "original": {
7475
+ "value": "{leiden.size.4xs}"
7476
+ },
7477
+ "name": "conductionInputCheckboxCheckedHoverBorderWidth",
7478
+ "attributes": {
7479
+ "category": "conduction",
7480
+ "type": "input-checkbox",
7481
+ "item": "checked",
7482
+ "subitem": "hover",
7483
+ "state": "border-width"
7484
+ },
7485
+ "path": [
7486
+ "conduction",
7487
+ "input-checkbox",
7488
+ "checked",
7489
+ "hover",
7490
+ "border-width"
7491
+ ]
7492
+ },
7493
+ "border-style": {
7494
+ "value": "solid",
7495
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7496
+ "isSource": true,
7497
+ "original": {
7498
+ "value": "solid"
7499
+ },
7500
+ "name": "conductionInputCheckboxCheckedHoverBorderStyle",
7501
+ "attributes": {
7502
+ "category": "conduction",
7503
+ "type": "input-checkbox",
7504
+ "item": "checked",
7505
+ "subitem": "hover",
7506
+ "state": "border-style"
7507
+ },
7508
+ "path": [
7509
+ "conduction",
7510
+ "input-checkbox",
7511
+ "checked",
7512
+ "hover",
7513
+ "border-style"
7514
+ ]
7515
+ },
7516
+ "border-color": {
7517
+ "value": "#b81f0e",
7518
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7519
+ "isSource": true,
7520
+ "original": {
7521
+ "value": "{leiden.color.primary-hover}"
7522
+ },
7523
+ "name": "conductionInputCheckboxCheckedHoverBorderColor",
7524
+ "attributes": {
7525
+ "category": "conduction",
7526
+ "type": "input-checkbox",
7527
+ "item": "checked",
7528
+ "subitem": "hover",
7529
+ "state": "border-color"
7530
+ },
7531
+ "path": [
7532
+ "conduction",
7533
+ "input-checkbox",
7534
+ "checked",
7535
+ "hover",
7536
+ "border-color"
7537
+ ]
7538
+ },
7539
+ "border-radius": {
7540
+ "value": "3px",
7541
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7542
+ "isSource": true,
7543
+ "original": {
7544
+ "value": "3px"
7545
+ },
7546
+ "name": "conductionInputCheckboxCheckedHoverBorderRadius",
7547
+ "attributes": {
7548
+ "category": "conduction",
7549
+ "type": "input-checkbox",
7550
+ "item": "checked",
7551
+ "subitem": "hover",
7552
+ "state": "border-radius"
7553
+ },
7554
+ "path": [
7555
+ "conduction",
7556
+ "input-checkbox",
7557
+ "checked",
7558
+ "hover",
7559
+ "border-radius"
7560
+ ]
7561
+ },
7562
+ "box-shadow": {}
7563
+ }
7564
+ },
7565
+ "disabled": {
7566
+ "color": {
7567
+ "value": "#d1d1d1",
7568
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7569
+ "isSource": true,
7570
+ "original": {
7571
+ "value": "{leiden.color.grey.82}"
7572
+ },
7573
+ "name": "conductionInputCheckboxDisabledColor",
7574
+ "attributes": {
7575
+ "category": "conduction",
7576
+ "type": "input-checkbox",
7577
+ "item": "disabled",
7578
+ "subitem": "color"
7579
+ },
7580
+ "path": [
7581
+ "conduction",
7582
+ "input-checkbox",
7583
+ "disabled",
7584
+ "color"
7585
+ ]
7586
+ },
7587
+ "border-width": {
7588
+ "value": "1px",
7589
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7590
+ "isSource": true,
7591
+ "original": {
7592
+ "value": "{leiden.size.4xs}"
7593
+ },
7594
+ "name": "conductionInputCheckboxDisabledBorderWidth",
7595
+ "attributes": {
7596
+ "category": "conduction",
7597
+ "type": "input-checkbox",
7598
+ "item": "disabled",
7599
+ "subitem": "border-width"
7600
+ },
7601
+ "path": [
7602
+ "conduction",
7603
+ "input-checkbox",
7604
+ "disabled",
7605
+ "border-width"
7606
+ ]
7607
+ },
7608
+ "border-style": {
7609
+ "value": "solid",
7610
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7611
+ "isSource": true,
7612
+ "original": {
7613
+ "value": "solid"
7614
+ },
7615
+ "name": "conductionInputCheckboxDisabledBorderStyle",
7616
+ "attributes": {
7617
+ "category": "conduction",
7618
+ "type": "input-checkbox",
7619
+ "item": "disabled",
7620
+ "subitem": "border-style"
7621
+ },
7622
+ "path": [
7623
+ "conduction",
7624
+ "input-checkbox",
7625
+ "disabled",
7626
+ "border-style"
7627
+ ]
7628
+ },
7629
+ "border-color": {
7630
+ "value": "#d1d1d1",
7631
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7632
+ "isSource": true,
7633
+ "original": {
7634
+ "value": "{leiden.color.grey.82}"
7635
+ },
7636
+ "name": "conductionInputCheckboxDisabledBorderColor",
7637
+ "attributes": {
7638
+ "category": "conduction",
7639
+ "type": "input-checkbox",
7640
+ "item": "disabled",
7641
+ "subitem": "border-color"
7642
+ },
7643
+ "path": [
7644
+ "conduction",
7645
+ "input-checkbox",
7646
+ "disabled",
7647
+ "border-color"
7648
+ ]
7649
+ },
7650
+ "border-radius": {
7651
+ "value": "3px",
7652
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7653
+ "isSource": true,
7654
+ "original": {
7655
+ "value": "3px"
7656
+ },
7657
+ "name": "conductionInputCheckboxDisabledBorderRadius",
7658
+ "attributes": {
7659
+ "category": "conduction",
7660
+ "type": "input-checkbox",
7661
+ "item": "disabled",
7662
+ "subitem": "border-radius"
7663
+ },
7664
+ "path": [
7665
+ "conduction",
7666
+ "input-checkbox",
7667
+ "disabled",
7668
+ "border-radius"
7669
+ ]
7670
+ },
7671
+ "box-shadow": {},
7672
+ "hover": {
7673
+ "color": {
7674
+ "value": "#d1d1d1",
7675
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7676
+ "isSource": true,
7677
+ "original": {
7678
+ "value": "{leiden.color.grey.82}"
7679
+ },
7680
+ "name": "conductionInputCheckboxDisabledHoverColor",
7681
+ "attributes": {
7682
+ "category": "conduction",
7683
+ "type": "input-checkbox",
7684
+ "item": "disabled",
7685
+ "subitem": "hover",
7686
+ "state": "color"
7687
+ },
7688
+ "path": [
7689
+ "conduction",
7690
+ "input-checkbox",
7691
+ "disabled",
7692
+ "hover",
7693
+ "color"
7694
+ ]
7695
+ },
7696
+ "border-width": {
7697
+ "value": "1px",
7698
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7699
+ "isSource": true,
7700
+ "original": {
7701
+ "value": "{leiden.size.4xs}"
7702
+ },
7703
+ "name": "conductionInputCheckboxDisabledHoverBorderWidth",
7704
+ "attributes": {
7705
+ "category": "conduction",
7706
+ "type": "input-checkbox",
7707
+ "item": "disabled",
7708
+ "subitem": "hover",
7709
+ "state": "border-width"
7710
+ },
7711
+ "path": [
7712
+ "conduction",
7713
+ "input-checkbox",
7714
+ "disabled",
7715
+ "hover",
7716
+ "border-width"
7717
+ ]
7718
+ },
7719
+ "border-style": {
7720
+ "value": "solid",
7721
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7722
+ "isSource": true,
7723
+ "original": {
7724
+ "value": "solid"
7725
+ },
7726
+ "name": "conductionInputCheckboxDisabledHoverBorderStyle",
7727
+ "attributes": {
7728
+ "category": "conduction",
7729
+ "type": "input-checkbox",
7730
+ "item": "disabled",
7731
+ "subitem": "hover",
7732
+ "state": "border-style"
7733
+ },
7734
+ "path": [
7735
+ "conduction",
7736
+ "input-checkbox",
7737
+ "disabled",
7738
+ "hover",
7739
+ "border-style"
7740
+ ]
7741
+ },
7742
+ "border-color": {
7743
+ "value": "#d1d1d1",
7744
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7745
+ "isSource": true,
7746
+ "original": {
7747
+ "value": "{leiden.color.grey.82}"
7748
+ },
7749
+ "name": "conductionInputCheckboxDisabledHoverBorderColor",
7750
+ "attributes": {
7751
+ "category": "conduction",
7752
+ "type": "input-checkbox",
7753
+ "item": "disabled",
7754
+ "subitem": "hover",
7755
+ "state": "border-color"
7756
+ },
7757
+ "path": [
7758
+ "conduction",
7759
+ "input-checkbox",
7760
+ "disabled",
7761
+ "hover",
7762
+ "border-color"
7763
+ ]
7764
+ },
7765
+ "border-radius": {
7766
+ "value": "3px",
7767
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7768
+ "isSource": true,
7769
+ "original": {
7770
+ "value": "3px"
7771
+ },
7772
+ "name": "conductionInputCheckboxDisabledHoverBorderRadius",
7773
+ "attributes": {
7774
+ "category": "conduction",
7775
+ "type": "input-checkbox",
7776
+ "item": "disabled",
7777
+ "subitem": "hover",
7778
+ "state": "border-radius"
7779
+ },
7780
+ "path": [
7781
+ "conduction",
7782
+ "input-checkbox",
7783
+ "disabled",
7784
+ "hover",
7785
+ "border-radius"
7786
+ ]
7787
+ },
7788
+ "box-shadow": {}
7789
+ }
7790
+ },
7791
+ "focus": {
7792
+ "outline-width": {
7793
+ "value": "2px",
7794
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7795
+ "isSource": true,
7796
+ "original": {
7797
+ "value": "2px"
7798
+ },
7799
+ "name": "conductionInputCheckboxFocusOutlineWidth",
7800
+ "attributes": {
7801
+ "category": "conduction",
7802
+ "type": "input-checkbox",
7803
+ "item": "focus",
7804
+ "subitem": "outline-width"
7805
+ },
7806
+ "path": [
7807
+ "conduction",
7808
+ "input-checkbox",
7809
+ "focus",
7810
+ "outline-width"
7811
+ ]
7812
+ },
7813
+ "outline-style": {
7814
+ "value": "solid",
7815
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7816
+ "isSource": true,
7817
+ "original": {
7818
+ "value": "solid"
7819
+ },
7820
+ "name": "conductionInputCheckboxFocusOutlineStyle",
7821
+ "attributes": {
7822
+ "category": "conduction",
7823
+ "type": "input-checkbox",
7824
+ "item": "focus",
7825
+ "subitem": "outline-style"
7826
+ },
7827
+ "path": [
7828
+ "conduction",
7829
+ "input-checkbox",
7830
+ "focus",
7831
+ "outline-style"
7832
+ ]
7833
+ },
7834
+ "outline-color": {
7835
+ "value": "#000000",
7836
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7837
+ "isSource": true,
7838
+ "original": {
7839
+ "value": "{leiden.color.black.0}"
7840
+ },
7841
+ "name": "conductionInputCheckboxFocusOutlineColor",
7842
+ "attributes": {
7843
+ "category": "conduction",
7844
+ "type": "input-checkbox",
7845
+ "item": "focus",
7846
+ "subitem": "outline-color"
7847
+ },
7848
+ "path": [
7849
+ "conduction",
7850
+ "input-checkbox",
7851
+ "focus",
7852
+ "outline-color"
7853
+ ]
7854
+ },
7855
+ "outline-offset": {
7856
+ "value": "2px",
7857
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7858
+ "isSource": true,
7859
+ "original": {
7860
+ "value": "2px"
7861
+ },
7862
+ "name": "conductionInputCheckboxFocusOutlineOffset",
7863
+ "attributes": {
7864
+ "category": "conduction",
7865
+ "type": "input-checkbox",
7866
+ "item": "focus",
7867
+ "subitem": "outline-offset"
7868
+ },
7869
+ "path": [
7870
+ "conduction",
7871
+ "input-checkbox",
7872
+ "focus",
7873
+ "outline-offset"
7874
+ ]
7875
+ }
7876
+ },
7877
+ "label": {
7878
+ "color": {
7879
+ "value": "#0d1921",
7880
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7881
+ "isSource": true,
7882
+ "original": {
7883
+ "value": "{utrecht.document.color}"
7884
+ },
7885
+ "name": "conductionInputCheckboxLabelColor",
7886
+ "attributes": {
7887
+ "category": "conduction",
7888
+ "type": "input-checkbox",
7889
+ "item": "label",
7890
+ "subitem": "color"
7891
+ },
7892
+ "path": [
7893
+ "conduction",
7894
+ "input-checkbox",
7895
+ "label",
7896
+ "color"
7897
+ ]
7898
+ },
7899
+ "font-size": {
7900
+ "value": "18px",
7901
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7902
+ "isSource": true,
7903
+ "original": {
7904
+ "value": "{utrecht.document.font-size}"
7905
+ },
7906
+ "name": "conductionInputCheckboxLabelFontSize",
7907
+ "attributes": {
7908
+ "category": "conduction",
7909
+ "type": "input-checkbox",
7910
+ "item": "label",
7911
+ "subitem": "font-size"
7912
+ },
7913
+ "path": [
7914
+ "conduction",
7915
+ "input-checkbox",
7916
+ "label",
7917
+ "font-size"
7918
+ ]
7919
+ },
7920
+ "font-weight": {},
7921
+ "font-family": {
7922
+ "value": "\"Open Sans\", Monospace, Arial, sans-serif",
7923
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7924
+ "isSource": true,
7925
+ "original": {
7926
+ "value": "{utrecht.document.font-family}"
7927
+ },
7928
+ "name": "conductionInputCheckboxLabelFontFamily",
7929
+ "attributes": {
7930
+ "category": "conduction",
7931
+ "type": "input-checkbox",
7932
+ "item": "label",
7933
+ "subitem": "font-family"
7934
+ },
7935
+ "path": [
7936
+ "conduction",
7937
+ "input-checkbox",
7938
+ "label",
7939
+ "font-family"
7940
+ ]
7941
+ },
7942
+ "container": {
7943
+ "padding": {
7944
+ "value": "3px",
7945
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7946
+ "isSource": true,
7947
+ "original": {
7948
+ "value": "3px"
7949
+ },
7950
+ "name": "conductionInputCheckboxLabelContainerPadding",
7951
+ "attributes": {
7952
+ "category": "conduction",
7953
+ "type": "input-checkbox",
7954
+ "item": "label",
7955
+ "subitem": "container",
7956
+ "state": "padding"
7957
+ },
7958
+ "path": [
7959
+ "conduction",
7960
+ "input-checkbox",
7961
+ "label",
7962
+ "container",
7963
+ "padding"
7964
+ ]
7965
+ },
7966
+ "margin": {
7967
+ "value": "3px",
7968
+ "filePath": "src/component/conduction/checkbox.tokens.json",
7969
+ "isSource": true,
7970
+ "original": {
7971
+ "value": "3px"
7972
+ },
7973
+ "name": "conductionInputCheckboxLabelContainerMargin",
7974
+ "attributes": {
7975
+ "category": "conduction",
7976
+ "type": "input-checkbox",
7977
+ "item": "label",
7978
+ "subitem": "container",
7979
+ "state": "margin"
7980
+ },
7981
+ "path": [
7982
+ "conduction",
7983
+ "input-checkbox",
7984
+ "label",
7985
+ "container",
7986
+ "margin"
7987
+ ]
7988
+ }
7989
+ }
7990
+ }
7991
+ },
7992
+ "download-card": {
7993
+ "background-color": {},
7994
+ "title": {
7995
+ "color": {
7996
+ "value": "#0d1921",
7997
+ "filePath": "src/component/conduction/download-card.tokens.json",
7998
+ "isSource": true,
7999
+ "original": {
8000
+ "value": "{utrecht.document.color}"
8001
+ },
8002
+ "name": "conductionDownloadCardTitleColor",
8003
+ "attributes": {
8004
+ "category": "conduction",
8005
+ "type": "download-card",
8006
+ "item": "title",
8007
+ "subitem": "color"
8008
+ },
8009
+ "path": [
8010
+ "conduction",
8011
+ "download-card",
8012
+ "title",
8013
+ "color"
8014
+ ]
8015
+ },
8016
+ "font-size": {
8017
+ "value": "18px",
8018
+ "filePath": "src/component/conduction/download-card.tokens.json",
8019
+ "isSource": true,
8020
+ "original": {
8021
+ "value": "{leiden.font-size.md}"
8022
+ },
8023
+ "name": "conductionDownloadCardTitleFontSize",
8024
+ "attributes": {
8025
+ "category": "conduction",
8026
+ "type": "download-card",
8027
+ "item": "title",
8028
+ "subitem": "font-size"
8029
+ },
8030
+ "path": [
8031
+ "conduction",
8032
+ "download-card",
8033
+ "title",
8034
+ "font-size"
8035
+ ]
8036
+ },
8037
+ "font-weight": {
8038
+ "value": "700",
8039
+ "filePath": "src/component/conduction/download-card.tokens.json",
8040
+ "isSource": true,
8041
+ "original": {
8042
+ "value": "{leiden.typography.font-weight.bold}"
8043
+ },
8044
+ "name": "conductionDownloadCardTitleFontWeight",
8045
+ "attributes": {
8046
+ "category": "conduction",
8047
+ "type": "download-card",
8048
+ "item": "title",
8049
+ "subitem": "font-weight"
8050
+ },
8051
+ "path": [
8052
+ "conduction",
8053
+ "download-card",
8054
+ "title",
8055
+ "font-weight"
8056
+ ]
8057
+ },
8058
+ "font-family": {
8059
+ "value": "\"Open Sans\", Monospace, Arial, sans-serif",
8060
+ "filePath": "src/component/conduction/download-card.tokens.json",
8061
+ "isSource": true,
8062
+ "original": {
8063
+ "value": "{leiden.typography.sans-serif.font-family}"
8064
+ },
8065
+ "name": "conductionDownloadCardTitleFontFamily",
8066
+ "attributes": {
8067
+ "category": "conduction",
8068
+ "type": "download-card",
8069
+ "item": "title",
8070
+ "subitem": "font-family"
8071
+ },
8072
+ "path": [
8073
+ "conduction",
8074
+ "download-card",
8075
+ "title",
8076
+ "font-family"
8077
+ ]
8078
+ },
8079
+ "margin-inline-end": {
8080
+ "value": "14px",
8081
+ "filePath": "src/component/conduction/download-card.tokens.json",
8082
+ "isSource": true,
8083
+ "original": {
8084
+ "value": "{leiden.size.sm}"
8085
+ },
8086
+ "name": "conductionDownloadCardTitleMarginInlineEnd",
8087
+ "attributes": {
8088
+ "category": "conduction",
8089
+ "type": "download-card",
8090
+ "item": "title",
8091
+ "subitem": "margin-inline-end"
8092
+ },
8093
+ "path": [
8094
+ "conduction",
8095
+ "download-card",
8096
+ "title",
8097
+ "margin-inline-end"
8098
+ ]
8099
+ }
8100
+ },
8101
+ "border-width": {
8102
+ "value": "1px",
8103
+ "filePath": "src/component/conduction/download-card.tokens.json",
8104
+ "isSource": true,
8105
+ "original": {
8106
+ "value": "{leiden.size.4xs}"
8107
+ },
8108
+ "name": "conductionDownloadCardBorderWidth",
8109
+ "attributes": {
8110
+ "category": "conduction",
8111
+ "type": "download-card",
8112
+ "item": "border-width"
8113
+ },
8114
+ "path": [
8115
+ "conduction",
8116
+ "download-card",
8117
+ "border-width"
8118
+ ]
8119
+ },
8120
+ "border-style": {
8121
+ "value": "solid",
8122
+ "filePath": "src/component/conduction/download-card.tokens.json",
8123
+ "isSource": true,
8124
+ "original": {
8125
+ "value": "solid"
8126
+ },
8127
+ "name": "conductionDownloadCardBorderStyle",
8128
+ "attributes": {
8129
+ "category": "conduction",
8130
+ "type": "download-card",
8131
+ "item": "border-style"
8132
+ },
8133
+ "path": [
8134
+ "conduction",
8135
+ "download-card",
8136
+ "border-style"
8137
+ ]
8138
+ },
8139
+ "border-color": {
8140
+ "value": "#d1d1d1",
8141
+ "filePath": "src/component/conduction/download-card.tokens.json",
8142
+ "isSource": true,
8143
+ "original": {
8144
+ "value": "{leiden.color.grey.82}"
8145
+ },
8146
+ "name": "conductionDownloadCardBorderColor",
8147
+ "attributes": {
8148
+ "category": "conduction",
8149
+ "type": "download-card",
8150
+ "item": "border-color"
8151
+ },
8152
+ "path": [
8153
+ "conduction",
8154
+ "download-card",
8155
+ "border-color"
8156
+ ]
8157
+ },
8158
+ "border-radius": {
8159
+ "value": "0px",
8160
+ "filePath": "src/component/conduction/download-card.tokens.json",
8161
+ "isSource": true,
8162
+ "original": {
8163
+ "value": "0px"
8164
+ },
8165
+ "name": "conductionDownloadCardBorderRadius",
8166
+ "attributes": {
8167
+ "category": "conduction",
8168
+ "type": "download-card",
8169
+ "item": "border-radius"
8170
+ },
8171
+ "path": [
8172
+ "conduction",
8173
+ "download-card",
8174
+ "border-radius"
8175
+ ]
8176
+ },
8177
+ "icon-gap": {
8178
+ "value": "8px",
8179
+ "filePath": "src/component/conduction/download-card.tokens.json",
8180
+ "isSource": true,
8181
+ "original": {
8182
+ "value": "{leiden.size.xs}"
8183
+ },
8184
+ "name": "conductionDownloadCardIconGap",
8185
+ "attributes": {
8186
+ "category": "conduction",
8187
+ "type": "download-card",
8188
+ "item": "icon-gap"
8189
+ },
8190
+ "path": [
8191
+ "conduction",
8192
+ "download-card",
8193
+ "icon-gap"
8194
+ ]
8195
+ },
8196
+ "padding-inline-end": {
8197
+ "value": "18px",
8198
+ "filePath": "src/component/conduction/download-card.tokens.json",
8199
+ "isSource": true,
8200
+ "original": {
8201
+ "value": "{leiden.size.md}"
8202
+ },
8203
+ "name": "conductionDownloadCardPaddingInlineEnd",
8204
+ "attributes": {
8205
+ "category": "conduction",
8206
+ "type": "download-card",
8207
+ "item": "padding-inline-end"
8208
+ },
8209
+ "path": [
8210
+ "conduction",
8211
+ "download-card",
8212
+ "padding-inline-end"
8213
+ ]
8214
+ },
8215
+ "padding-inline-start": {
8216
+ "value": "18px",
8217
+ "filePath": "src/component/conduction/download-card.tokens.json",
8218
+ "isSource": true,
8219
+ "original": {
8220
+ "value": "{leiden.size.md}"
8221
+ },
8222
+ "name": "conductionDownloadCardPaddingInlineStart",
8223
+ "attributes": {
8224
+ "category": "conduction",
8225
+ "type": "download-card",
8226
+ "item": "padding-inline-start"
8227
+ },
8228
+ "path": [
8229
+ "conduction",
8230
+ "download-card",
8231
+ "padding-inline-start"
8232
+ ]
8233
+ },
8234
+ "padding-block-end": {
8235
+ "value": "18px",
8236
+ "filePath": "src/component/conduction/download-card.tokens.json",
8237
+ "isSource": true,
8238
+ "original": {
8239
+ "value": "{leiden.size.md}"
8240
+ },
8241
+ "name": "conductionDownloadCardPaddingBlockEnd",
8242
+ "attributes": {
8243
+ "category": "conduction",
8244
+ "type": "download-card",
8245
+ "item": "padding-block-end"
8246
+ },
8247
+ "path": [
8248
+ "conduction",
8249
+ "download-card",
8250
+ "padding-block-end"
8251
+ ]
8252
+ },
8253
+ "padding-block-start": {
8254
+ "value": "18px",
8255
+ "filePath": "src/component/conduction/download-card.tokens.json",
8256
+ "isSource": true,
8257
+ "original": {
8258
+ "value": "{leiden.size.md}"
8259
+ },
8260
+ "name": "conductionDownloadCardPaddingBlockStart",
8261
+ "attributes": {
8262
+ "category": "conduction",
8263
+ "type": "download-card",
8264
+ "item": "padding-block-start"
8265
+ },
8266
+ "path": [
8267
+ "conduction",
8268
+ "download-card",
8269
+ "padding-block-start"
8270
+ ]
8271
+ }
8272
+ },
8273
+ "logo": {
8274
+ "header": {
8275
+ "inline-size": {
8276
+ "value": "80px",
8277
+ "filePath": "src/component/conduction/logo.tokens.json",
8278
+ "isSource": true,
8279
+ "original": {
8280
+ "value": "80px"
8281
+ },
8282
+ "name": "conductionLogoHeaderInlineSize",
8283
+ "attributes": {
8284
+ "category": "conduction",
8285
+ "type": "logo",
8286
+ "item": "header",
8287
+ "subitem": "inline-size"
8288
+ },
8289
+ "path": [
8290
+ "conduction",
8291
+ "logo",
8292
+ "header",
8293
+ "inline-size"
8294
+ ]
8295
+ },
8296
+ "block-size": {
8297
+ "value": "37px",
8298
+ "filePath": "src/component/conduction/logo.tokens.json",
8299
+ "isSource": true,
8300
+ "original": {
8301
+ "value": "37px"
8302
+ },
8303
+ "name": "conductionLogoHeaderBlockSize",
8304
+ "attributes": {
8305
+ "category": "conduction",
8306
+ "type": "logo",
8307
+ "item": "header",
8308
+ "subitem": "block-size"
8309
+ },
8310
+ "path": [
8311
+ "conduction",
8312
+ "logo",
8313
+ "header",
8314
+ "block-size"
8315
+ ]
8316
+ },
8317
+ "background-image": {
8318
+ "value": "url('https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/logo_leiden.svg')",
8319
+ "filePath": "src/component/conduction/logo.tokens.json",
6979
8320
  "isSource": true,
6980
8321
  "original": {
6981
8322
  "value": "url('https://gemeente.leiden.nl/typo3conf/ext/leiden_template/Resources/Public/Images/logo_leiden.svg')"
@@ -7376,7 +8717,8 @@
7376
8717
  "item",
7377
8718
  "padding"
7378
8719
  ]
7379
- }
8720
+ },
8721
+ "border-radius": {}
7380
8722
  },
7381
8723
  "padding-inline-end": {
7382
8724
  "value": "16px",