@conduction/theme 1.0.38 → 1.0.40

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 (137) hide show
  1. package/README.md +2 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +13 -1
  3. package/conduction-design-tokens/dist/index.js +13 -1
  4. package/conduction-design-tokens/dist/index.json +250 -0
  5. package/conduction-design-tokens/dist/index.less +13 -1
  6. package/conduction-design-tokens/dist/index.scss +13 -1
  7. package/conduction-design-tokens/dist/tokens.json +282 -0
  8. package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  9. package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  10. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +14 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.js +14 -1
  12. package/municipalities/dinkelland-design-tokens/dist/index.json +269 -0
  13. package/municipalities/dinkelland-design-tokens/dist/index.less +14 -1
  14. package/municipalities/dinkelland-design-tokens/dist/index.scss +14 -1
  15. package/municipalities/dinkelland-design-tokens/dist/tokens.json +300 -0
  16. package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  17. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  18. package/municipalities/epe-design-tokens/dist/design-tokens.css +14 -1
  19. package/municipalities/epe-design-tokens/dist/index.js +14 -1
  20. package/municipalities/epe-design-tokens/dist/index.json +269 -0
  21. package/municipalities/epe-design-tokens/dist/index.less +14 -1
  22. package/municipalities/epe-design-tokens/dist/index.scss +14 -1
  23. package/municipalities/epe-design-tokens/dist/tokens.json +300 -0
  24. package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  25. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  26. package/municipalities/leiden-design-tokens/dist/design-tokens.css +14 -1
  27. package/municipalities/leiden-design-tokens/dist/index.js +14 -1
  28. package/municipalities/leiden-design-tokens/dist/index.json +269 -0
  29. package/municipalities/leiden-design-tokens/dist/index.less +14 -1
  30. package/municipalities/leiden-design-tokens/dist/index.scss +14 -1
  31. package/municipalities/leiden-design-tokens/dist/tokens.json +300 -0
  32. package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  33. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  34. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -1
  35. package/municipalities/noaberkracht-design-tokens/dist/index.js +13 -1
  36. package/municipalities/noaberkracht-design-tokens/dist/index.json +250 -0
  37. package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -1
  38. package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -1
  39. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +282 -0
  40. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  41. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  42. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +15 -1
  43. package/municipalities/noordwijk-design-tokens/dist/index.js +15 -1
  44. package/municipalities/noordwijk-design-tokens/dist/index.json +290 -0
  45. package/municipalities/noordwijk-design-tokens/dist/index.less +15 -1
  46. package/municipalities/noordwijk-design-tokens/dist/index.scss +15 -1
  47. package/municipalities/noordwijk-design-tokens/dist/tokens.json +321 -0
  48. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  49. package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  50. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  51. package/municipalities/open-webconcept-design-tokens/LICENSE.md +17 -0
  52. package/municipalities/open-webconcept-design-tokens/README.md +34 -0
  53. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +437 -0
  54. package/municipalities/open-webconcept-design-tokens/dist/font.css +361 -0
  55. package/municipalities/open-webconcept-design-tokens/dist/index.css +7 -0
  56. package/municipalities/open-webconcept-design-tokens/dist/index.js +435 -0
  57. package/municipalities/open-webconcept-design-tokens/dist/index.json +8655 -0
  58. package/municipalities/open-webconcept-design-tokens/dist/index.less +434 -0
  59. package/municipalities/open-webconcept-design-tokens/dist/index.scss +434 -0
  60. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +9214 -0
  61. package/municipalities/open-webconcept-design-tokens/documentation/color.stories.mdx +17 -0
  62. package/municipalities/open-webconcept-design-tokens/documentation/components.stories.mdx +11 -0
  63. package/municipalities/open-webconcept-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  64. package/municipalities/open-webconcept-design-tokens/documentation/readme.stories.mdx +7 -0
  65. package/municipalities/open-webconcept-design-tokens/package.json +38 -0
  66. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +89 -0
  67. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/font-size.tokens.json +17 -0
  68. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/size.tokens.json +17 -0
  69. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/typography.tokens.json +40 -0
  70. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  71. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  72. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  73. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  74. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  75. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  76. package/municipalities/open-webconcept-design-tokens/src/component/conduction/select.tokens.json +30 -0
  77. package/municipalities/open-webconcept-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  78. package/municipalities/open-webconcept-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  79. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  80. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  81. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  82. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  83. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  84. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  85. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  86. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  87. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  88. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  89. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  90. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  91. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  92. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  93. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  94. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  95. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  96. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  97. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  98. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  99. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  100. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  101. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  102. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  103. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  104. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  105. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  106. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  107. package/municipalities/open-webconcept-design-tokens/src/config.json +47 -0
  108. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -0
  109. package/municipalities/open-webconcept-design-tokens/src/font.scss +363 -0
  110. package/municipalities/open-webconcept-design-tokens/src/index.scss +8 -0
  111. package/municipalities/open-webconcept-design-tokens/style-dictionary.config.js +6 -0
  112. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +8 -1
  113. package/municipalities/rotterdam-design-tokens/dist/index.js +8 -1
  114. package/municipalities/rotterdam-design-tokens/dist/index.json +155 -0
  115. package/municipalities/rotterdam-design-tokens/dist/index.less +8 -1
  116. package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -1
  117. package/municipalities/rotterdam-design-tokens/dist/tokens.json +192 -0
  118. package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  119. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  120. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +14 -1
  121. package/municipalities/tubbergen-design-tokens/dist/index.js +14 -1
  122. package/municipalities/tubbergen-design-tokens/dist/index.json +269 -0
  123. package/municipalities/tubbergen-design-tokens/dist/index.less +14 -1
  124. package/municipalities/tubbergen-design-tokens/dist/index.scss +14 -1
  125. package/municipalities/tubbergen-design-tokens/dist/tokens.json +300 -0
  126. package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  127. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  128. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +13 -1
  129. package/municipalities/xxllnc-design-tokens/dist/index.js +13 -1
  130. package/municipalities/xxllnc-design-tokens/dist/index.json +252 -0
  131. package/municipalities/xxllnc-design-tokens/dist/index.less +13 -1
  132. package/municipalities/xxllnc-design-tokens/dist/index.scss +13 -1
  133. package/municipalities/xxllnc-design-tokens/dist/tokens.json +285 -0
  134. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
  135. package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  136. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  137. package/package.json +3 -2
@@ -2375,6 +2375,306 @@
2375
2375
  }
2376
2376
  }
2377
2377
  },
2378
+ "breadcrumb": {
2379
+ "block-size": {},
2380
+ "font-family": {
2381
+ "value": "\"Open Sans\", Monospace, Arial, sans-serif",
2382
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2383
+ "isSource": true,
2384
+ "original": {
2385
+ "value": "{utrecht.document.font-family}"
2386
+ },
2387
+ "name": "utrechtBreadcrumbFontFamily",
2388
+ "attributes": {
2389
+ "category": "utrecht",
2390
+ "type": "breadcrumb",
2391
+ "item": "font-family"
2392
+ },
2393
+ "path": [
2394
+ "utrecht",
2395
+ "breadcrumb",
2396
+ "font-family"
2397
+ ]
2398
+ },
2399
+ "font-size": {
2400
+ "value": "15px",
2401
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2402
+ "isSource": true,
2403
+ "original": {
2404
+ "value": "15px"
2405
+ },
2406
+ "name": "utrechtBreadcrumbFontSize",
2407
+ "attributes": {
2408
+ "category": "utrecht",
2409
+ "type": "breadcrumb",
2410
+ "item": "font-size"
2411
+ },
2412
+ "path": [
2413
+ "utrecht",
2414
+ "breadcrumb",
2415
+ "font-size"
2416
+ ]
2417
+ },
2418
+ "text-transform": {},
2419
+ "item": {
2420
+ "padding-block-start": {},
2421
+ "padding-block-end": {},
2422
+ "padding-inline-end": {},
2423
+ "padding-inline-start": {}
2424
+ },
2425
+ "link": {
2426
+ "background-color": {},
2427
+ "color": {
2428
+ "value": "#0d1921",
2429
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2430
+ "isSource": true,
2431
+ "original": {
2432
+ "value": "{leiden.color.black.9}"
2433
+ },
2434
+ "name": "utrechtBreadcrumbLinkColor",
2435
+ "attributes": {
2436
+ "category": "utrecht",
2437
+ "type": "breadcrumb",
2438
+ "item": "link",
2439
+ "subitem": "color"
2440
+ },
2441
+ "path": [
2442
+ "utrecht",
2443
+ "breadcrumb",
2444
+ "link",
2445
+ "color"
2446
+ ]
2447
+ },
2448
+ "focus": {
2449
+ "background-color": {},
2450
+ "color": {}
2451
+ },
2452
+ "current": {
2453
+ "background-color": {},
2454
+ "color": {
2455
+ "value": "#0d1921",
2456
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2457
+ "isSource": true,
2458
+ "original": {
2459
+ "value": "{leiden.color.black.9}"
2460
+ },
2461
+ "name": "utrechtBreadcrumbLinkCurrentColor",
2462
+ "attributes": {
2463
+ "category": "utrecht",
2464
+ "type": "breadcrumb",
2465
+ "item": "link",
2466
+ "subitem": "current",
2467
+ "state": "color"
2468
+ },
2469
+ "path": [
2470
+ "utrecht",
2471
+ "breadcrumb",
2472
+ "link",
2473
+ "current",
2474
+ "color"
2475
+ ]
2476
+ }
2477
+ },
2478
+ "disabled": {
2479
+ "background-color": {},
2480
+ "color": {
2481
+ "value": "#0d1921",
2482
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2483
+ "isSource": true,
2484
+ "original": {
2485
+ "value": "{leiden.color.black.9}"
2486
+ },
2487
+ "name": "utrechtBreadcrumbLinkDisabledColor",
2488
+ "attributes": {
2489
+ "category": "utrecht",
2490
+ "type": "breadcrumb",
2491
+ "item": "link",
2492
+ "subitem": "disabled",
2493
+ "state": "color"
2494
+ },
2495
+ "path": [
2496
+ "utrecht",
2497
+ "breadcrumb",
2498
+ "link",
2499
+ "disabled",
2500
+ "color"
2501
+ ]
2502
+ }
2503
+ },
2504
+ "hover": {
2505
+ "background-color": {},
2506
+ "color": {
2507
+ "value": "#0d1921",
2508
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2509
+ "isSource": true,
2510
+ "original": {
2511
+ "value": "{leiden.color.black.9}"
2512
+ },
2513
+ "name": "utrechtBreadcrumbLinkHoverColor",
2514
+ "attributes": {
2515
+ "category": "utrecht",
2516
+ "type": "breadcrumb",
2517
+ "item": "link",
2518
+ "subitem": "hover",
2519
+ "state": "color"
2520
+ },
2521
+ "path": [
2522
+ "utrecht",
2523
+ "breadcrumb",
2524
+ "link",
2525
+ "hover",
2526
+ "color"
2527
+ ]
2528
+ }
2529
+ }
2530
+ },
2531
+ "separator": {
2532
+ "inline-size": {},
2533
+ "icon": {
2534
+ "color": {
2535
+ "value": "#0d1921",
2536
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2537
+ "isSource": true,
2538
+ "original": {
2539
+ "value": "{leiden.color.black.9}"
2540
+ },
2541
+ "name": "utrechtBreadcrumbSeparatorIconColor",
2542
+ "attributes": {
2543
+ "category": "utrecht",
2544
+ "type": "breadcrumb",
2545
+ "item": "separator",
2546
+ "subitem": "icon",
2547
+ "state": "color"
2548
+ },
2549
+ "path": [
2550
+ "utrecht",
2551
+ "breadcrumb",
2552
+ "separator",
2553
+ "icon",
2554
+ "color"
2555
+ ]
2556
+ },
2557
+ "size": {
2558
+ "value": "9px",
2559
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2560
+ "isSource": true,
2561
+ "original": {
2562
+ "value": "9px"
2563
+ },
2564
+ "name": "utrechtBreadcrumbSeparatorIconSize",
2565
+ "attributes": {
2566
+ "category": "utrecht",
2567
+ "type": "breadcrumb",
2568
+ "item": "separator",
2569
+ "subitem": "icon",
2570
+ "state": "size"
2571
+ },
2572
+ "path": [
2573
+ "utrecht",
2574
+ "breadcrumb",
2575
+ "separator",
2576
+ "icon",
2577
+ "size"
2578
+ ]
2579
+ }
2580
+ }
2581
+ },
2582
+ "background-color": {
2583
+ "value": "#e4e4e4",
2584
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2585
+ "isSource": true,
2586
+ "original": {
2587
+ "value": "{leiden.color.lightgrey.89}"
2588
+ },
2589
+ "name": "utrechtBreadcrumbBackgroundColor",
2590
+ "attributes": {
2591
+ "category": "utrecht",
2592
+ "type": "breadcrumb",
2593
+ "item": "background-color"
2594
+ },
2595
+ "path": [
2596
+ "utrecht",
2597
+ "breadcrumb",
2598
+ "background-color"
2599
+ ]
2600
+ },
2601
+ "padding-inline-start": {
2602
+ "value": "30px",
2603
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2604
+ "isSource": true,
2605
+ "original": {
2606
+ "value": "30px"
2607
+ },
2608
+ "name": "utrechtBreadcrumbPaddingInlineStart",
2609
+ "attributes": {
2610
+ "category": "utrecht",
2611
+ "type": "breadcrumb",
2612
+ "item": "padding-inline-start"
2613
+ },
2614
+ "path": [
2615
+ "utrecht",
2616
+ "breadcrumb",
2617
+ "padding-inline-start"
2618
+ ]
2619
+ },
2620
+ "padding-inline-end": {
2621
+ "value": "30px",
2622
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2623
+ "isSource": true,
2624
+ "original": {
2625
+ "value": "30px"
2626
+ },
2627
+ "name": "utrechtBreadcrumbPaddingInlineEnd",
2628
+ "attributes": {
2629
+ "category": "utrecht",
2630
+ "type": "breadcrumb",
2631
+ "item": "padding-inline-end"
2632
+ },
2633
+ "path": [
2634
+ "utrecht",
2635
+ "breadcrumb",
2636
+ "padding-inline-end"
2637
+ ]
2638
+ },
2639
+ "padding-block-start": {
2640
+ "value": "17px",
2641
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2642
+ "isSource": true,
2643
+ "original": {
2644
+ "value": "17px"
2645
+ },
2646
+ "name": "utrechtBreadcrumbPaddingBlockStart",
2647
+ "attributes": {
2648
+ "category": "utrecht",
2649
+ "type": "breadcrumb",
2650
+ "item": "padding-block-start"
2651
+ },
2652
+ "path": [
2653
+ "utrecht",
2654
+ "breadcrumb",
2655
+ "padding-block-start"
2656
+ ]
2657
+ },
2658
+ "padding-block-end": {
2659
+ "value": "17px",
2660
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2661
+ "isSource": true,
2662
+ "original": {
2663
+ "value": "17px"
2664
+ },
2665
+ "name": "utrechtBreadcrumbPaddingBlockEnd",
2666
+ "attributes": {
2667
+ "category": "utrecht",
2668
+ "type": "breadcrumb",
2669
+ "item": "padding-block-end"
2670
+ },
2671
+ "path": [
2672
+ "utrecht",
2673
+ "breadcrumb",
2674
+ "padding-block-end"
2675
+ ]
2676
+ }
2677
+ },
2378
2678
  "button": {
2379
2679
  "background-color": {
2380
2680
  "value": "#d62410",
@@ -0,0 +1,35 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb": {
4
+ "block-size": {},
5
+ "font-family": { "value": "{utrecht.document.font-family}" },
6
+ "font-size": { "value": "15px" },
7
+ "text-transform": {},
8
+ "item": {
9
+ "padding-block-start": {},
10
+ "padding-block-end": {},
11
+ "padding-inline-end": {},
12
+ "padding-inline-start": {}
13
+ },
14
+ "link": {
15
+ "background-color": {},
16
+ "color": { "value": "{leiden.color.black.9}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "current": {
22
+ "background-color": {},
23
+ "color": { "value": "{leiden.color.black.9}" }
24
+ }
25
+ },
26
+ "separator": {
27
+ "inline-size": {},
28
+ "icon": {
29
+ "color": { "value": "{leiden.color.black.9}" },
30
+ "size": { "value": "9px" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb": {
4
+ "background-color": { "value": "{leiden.color.lightgrey.89}" },
5
+ "padding-inline-start": { "value": "30px" },
6
+ "padding-inline-end": { "value": "30px" },
7
+ "padding-block-start": { "value": "17px" },
8
+ "padding-block-end": { "value": "17px" },
9
+ "link": {
10
+ "disabled": {
11
+ "background-color": {},
12
+ "color": { "value": "{leiden.color.black.9}" }
13
+ },
14
+ "hover": {
15
+ "background-color": {},
16
+ "color": { "value": "{leiden.color.black.9}" }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Sep 2023 14:31:22 GMT
3
+ * Generated on Thu, 28 Sep 2023 14:19:07 GMT
4
4
  */
5
5
 
6
6
  .noaberkracht-theme {
@@ -56,6 +56,10 @@
56
56
  --utrecht-button-font-weight: inherit;
57
57
  --utrecht-button-font-size: inherit;
58
58
  --utrecht-button-border-radius: 9999px;
59
+ --utrecht-breadcrumb-padding-block-end: 12px;
60
+ --utrecht-breadcrumb-padding-block-start: 12px;
61
+ --utrecht-breadcrumb-padding-inline-end: 0;
62
+ --utrecht-breadcrumb-padding-inline-start: 0;
59
63
  --utrecht-badge-counter-text-decoration: none;
60
64
  --utrecht-badge-counter-border-radius: 50%;
61
65
  --utrecht-action-submit-cursor: pointer;
@@ -320,6 +324,13 @@
320
324
  --utrecht-button-border-width: var(--noaberkracht-size-3xs);
321
325
  --utrecht-button-border-color: var(--noaberkracht-color-yellow-47);
322
326
  --utrecht-button-background-color: var(--noaberkracht-color-yellow-47);
327
+ --utrecht-breadcrumb-background-color: var(--noaberkracht-color-white-100);
328
+ --utrecht-breadcrumb-separator-icon-size: var(--noaberkracht-font-size-sm);
329
+ --utrecht-breadcrumb-separator-icon-color: var(--noaberkracht-color-black-0);
330
+ --utrecht-breadcrumb-link-hover-color: var(--noaberkracht-color-yellow-47);
331
+ --utrecht-breadcrumb-link-disabled-color: var(--noaberkracht-color-blue-22);
332
+ --utrecht-breadcrumb-link-current-color: var(--noaberkracht-color-blue-22);
333
+ --utrecht-breadcrumb-link-color: var(--noaberkracht-color-yellow-47);
323
334
  --utrecht-blockquote-content-font-size: var(--noaberkracht-font-size-md);
324
335
  --utrecht-blockquote-content-color: var(--noaberkracht-color-black-0);
325
336
  --utrecht-blockquote-margin-inline-end: var(--noaberkracht-size-xl);
@@ -391,5 +402,6 @@
391
402
  --utrecht-table-font-size: var(--utrecht-document-font-size);
392
403
  --utrecht-table-font-family: var(--utrecht-document-font-family);
393
404
  --utrecht-table-header-color: var(--utrecht-document-color);
405
+ --utrecht-breadcrumb-font-family: var(--utrecht-document-font-family);
394
406
  --utrecht-badge-counter-font-size: var(--utrecht-document-font-size);
395
407
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Sep 2023 14:31:22 GMT
3
+ * Generated on Thu, 28 Sep 2023 14:19:07 GMT
4
4
  */
5
5
 
6
6
  export const noaberkrachtColorPrimary = "#4376fc";
@@ -115,6 +115,18 @@ export const utrechtBlockquoteMarginInlineStart = "32px";
115
115
  export const utrechtBlockquoteMarginInlineEnd = "32px";
116
116
  export const utrechtBlockquoteContentColor = "#000000";
117
117
  export const utrechtBlockquoteContentFontSize = "24px";
118
+ export const utrechtBreadcrumbFontFamily = "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\"";
119
+ export const utrechtBreadcrumbLinkColor = "#f0b800";
120
+ export const utrechtBreadcrumbLinkCurrentColor = "#003790";
121
+ export const utrechtBreadcrumbLinkDisabledColor = "#003790";
122
+ export const utrechtBreadcrumbLinkHoverColor = "#f0b800";
123
+ export const utrechtBreadcrumbSeparatorIconColor = "#000000";
124
+ export const utrechtBreadcrumbSeparatorIconSize = "18px";
125
+ export const utrechtBreadcrumbBackgroundColor = "#ffffff";
126
+ export const utrechtBreadcrumbPaddingInlineStart = "0";
127
+ export const utrechtBreadcrumbPaddingInlineEnd = "0";
128
+ export const utrechtBreadcrumbPaddingBlockStart = "12px";
129
+ export const utrechtBreadcrumbPaddingBlockEnd = "12px";
118
130
  export const utrechtButtonBackgroundColor = "#f0b800";
119
131
  export const utrechtButtonBorderColor = "#f0b800";
120
132
  export const utrechtButtonBorderRadius = "9999px";
@@ -3891,6 +3891,256 @@
3891
3891
  "margin-inline-start"
3892
3892
  ]
3893
3893
  },
3894
+ {
3895
+ "value": "#ffffff",
3896
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
3897
+ "isSource": true,
3898
+ "original": {
3899
+ "value": "{noaberkracht.color.white.100}"
3900
+ },
3901
+ "name": "utrechtBreadcrumbBackgroundColor",
3902
+ "attributes": {
3903
+ "category": "utrecht",
3904
+ "type": "breadcrumb",
3905
+ "item": "background-color"
3906
+ },
3907
+ "path": [
3908
+ "utrecht",
3909
+ "breadcrumb",
3910
+ "background-color"
3911
+ ]
3912
+ },
3913
+ {
3914
+ "value": "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\"",
3915
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
3916
+ "isSource": true,
3917
+ "original": {
3918
+ "value": "{utrecht.document.font-family}"
3919
+ },
3920
+ "name": "utrechtBreadcrumbFontFamily",
3921
+ "attributes": {
3922
+ "category": "utrecht",
3923
+ "type": "breadcrumb",
3924
+ "item": "font-family"
3925
+ },
3926
+ "path": [
3927
+ "utrecht",
3928
+ "breadcrumb",
3929
+ "font-family"
3930
+ ]
3931
+ },
3932
+ {
3933
+ "value": "#f0b800",
3934
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
3935
+ "isSource": true,
3936
+ "original": {
3937
+ "value": "{noaberkracht.color.yellow.47}"
3938
+ },
3939
+ "name": "utrechtBreadcrumbLinkColor",
3940
+ "attributes": {
3941
+ "category": "utrecht",
3942
+ "type": "breadcrumb",
3943
+ "item": "link",
3944
+ "subitem": "color"
3945
+ },
3946
+ "path": [
3947
+ "utrecht",
3948
+ "breadcrumb",
3949
+ "link",
3950
+ "color"
3951
+ ]
3952
+ },
3953
+ {
3954
+ "value": "#003790",
3955
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
3956
+ "isSource": true,
3957
+ "original": {
3958
+ "value": "{noaberkracht.color.blue.22}"
3959
+ },
3960
+ "name": "utrechtBreadcrumbLinkCurrentColor",
3961
+ "attributes": {
3962
+ "category": "utrecht",
3963
+ "type": "breadcrumb",
3964
+ "item": "link",
3965
+ "subitem": "current",
3966
+ "state": "color"
3967
+ },
3968
+ "path": [
3969
+ "utrecht",
3970
+ "breadcrumb",
3971
+ "link",
3972
+ "current",
3973
+ "color"
3974
+ ]
3975
+ },
3976
+ {
3977
+ "value": "#003790",
3978
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
3979
+ "isSource": true,
3980
+ "original": {
3981
+ "value": "{noaberkracht.color.blue.22}"
3982
+ },
3983
+ "name": "utrechtBreadcrumbLinkDisabledColor",
3984
+ "attributes": {
3985
+ "category": "utrecht",
3986
+ "type": "breadcrumb",
3987
+ "item": "link",
3988
+ "subitem": "disabled",
3989
+ "state": "color"
3990
+ },
3991
+ "path": [
3992
+ "utrecht",
3993
+ "breadcrumb",
3994
+ "link",
3995
+ "disabled",
3996
+ "color"
3997
+ ]
3998
+ },
3999
+ {
4000
+ "value": "#f0b800",
4001
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4002
+ "isSource": true,
4003
+ "original": {
4004
+ "value": "{noaberkracht.color.yellow.47}"
4005
+ },
4006
+ "name": "utrechtBreadcrumbLinkHoverColor",
4007
+ "attributes": {
4008
+ "category": "utrecht",
4009
+ "type": "breadcrumb",
4010
+ "item": "link",
4011
+ "subitem": "hover",
4012
+ "state": "color"
4013
+ },
4014
+ "path": [
4015
+ "utrecht",
4016
+ "breadcrumb",
4017
+ "link",
4018
+ "hover",
4019
+ "color"
4020
+ ]
4021
+ },
4022
+ {
4023
+ "value": "12px",
4024
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4025
+ "isSource": true,
4026
+ "original": {
4027
+ "value": "12px"
4028
+ },
4029
+ "name": "utrechtBreadcrumbPaddingBlockEnd",
4030
+ "attributes": {
4031
+ "category": "utrecht",
4032
+ "type": "breadcrumb",
4033
+ "item": "padding-block-end"
4034
+ },
4035
+ "path": [
4036
+ "utrecht",
4037
+ "breadcrumb",
4038
+ "padding-block-end"
4039
+ ]
4040
+ },
4041
+ {
4042
+ "value": "12px",
4043
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4044
+ "isSource": true,
4045
+ "original": {
4046
+ "value": "12px"
4047
+ },
4048
+ "name": "utrechtBreadcrumbPaddingBlockStart",
4049
+ "attributes": {
4050
+ "category": "utrecht",
4051
+ "type": "breadcrumb",
4052
+ "item": "padding-block-start"
4053
+ },
4054
+ "path": [
4055
+ "utrecht",
4056
+ "breadcrumb",
4057
+ "padding-block-start"
4058
+ ]
4059
+ },
4060
+ {
4061
+ "value": "0",
4062
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4063
+ "isSource": true,
4064
+ "original": {
4065
+ "value": "0"
4066
+ },
4067
+ "name": "utrechtBreadcrumbPaddingInlineEnd",
4068
+ "attributes": {
4069
+ "category": "utrecht",
4070
+ "type": "breadcrumb",
4071
+ "item": "padding-inline-end"
4072
+ },
4073
+ "path": [
4074
+ "utrecht",
4075
+ "breadcrumb",
4076
+ "padding-inline-end"
4077
+ ]
4078
+ },
4079
+ {
4080
+ "value": "0",
4081
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4082
+ "isSource": true,
4083
+ "original": {
4084
+ "value": "0"
4085
+ },
4086
+ "name": "utrechtBreadcrumbPaddingInlineStart",
4087
+ "attributes": {
4088
+ "category": "utrecht",
4089
+ "type": "breadcrumb",
4090
+ "item": "padding-inline-start"
4091
+ },
4092
+ "path": [
4093
+ "utrecht",
4094
+ "breadcrumb",
4095
+ "padding-inline-start"
4096
+ ]
4097
+ },
4098
+ {
4099
+ "value": "#000000",
4100
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4101
+ "isSource": true,
4102
+ "original": {
4103
+ "value": "{noaberkracht.color.black.0}"
4104
+ },
4105
+ "name": "utrechtBreadcrumbSeparatorIconColor",
4106
+ "attributes": {
4107
+ "category": "utrecht",
4108
+ "type": "breadcrumb",
4109
+ "item": "separator",
4110
+ "subitem": "icon",
4111
+ "state": "color"
4112
+ },
4113
+ "path": [
4114
+ "utrecht",
4115
+ "breadcrumb",
4116
+ "separator",
4117
+ "icon",
4118
+ "color"
4119
+ ]
4120
+ },
4121
+ {
4122
+ "value": "18px",
4123
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4124
+ "isSource": true,
4125
+ "original": {
4126
+ "value": "{noaberkracht.font-size.sm}"
4127
+ },
4128
+ "name": "utrechtBreadcrumbSeparatorIconSize",
4129
+ "attributes": {
4130
+ "category": "utrecht",
4131
+ "type": "breadcrumb",
4132
+ "item": "separator",
4133
+ "subitem": "icon",
4134
+ "state": "size"
4135
+ },
4136
+ "path": [
4137
+ "utrecht",
4138
+ "breadcrumb",
4139
+ "separator",
4140
+ "icon",
4141
+ "size"
4142
+ ]
4143
+ },
3894
4144
  {
3895
4145
  "value": "#f0b800",
3896
4146
  "filePath": "src/component/utrecht/button.tokens.json",