@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
@@ -467,6 +467,27 @@
467
467
  }
468
468
  },
469
469
  "light-blue": {
470
+ "46": {
471
+ "value": "#417aa9",
472
+ "filePath": "src/brand/noordwijk/color.tokens.json",
473
+ "isSource": true,
474
+ "original": {
475
+ "value": "#417aa9"
476
+ },
477
+ "name": "noordwijkColorLightBlue46",
478
+ "attributes": {
479
+ "category": "noordwijk",
480
+ "type": "color",
481
+ "item": "light-blue",
482
+ "subitem": "46"
483
+ },
484
+ "path": [
485
+ "noordwijk",
486
+ "color",
487
+ "light-blue",
488
+ "46"
489
+ ]
490
+ },
470
491
  "51": {
471
492
  "value": "#4685be",
472
493
  "filePath": "src/brand/noordwijk/color.tokens.json",
@@ -2549,6 +2570,306 @@
2549
2570
  }
2550
2571
  }
2551
2572
  },
2573
+ "breadcrumb": {
2574
+ "block-size": {},
2575
+ "font-family": {
2576
+ "value": "\"Roboto Slab\", Monospace, Arial, sans-serif",
2577
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2578
+ "isSource": true,
2579
+ "original": {
2580
+ "value": "{noordwijk.typography.roboto-slab.font-family}"
2581
+ },
2582
+ "name": "utrechtBreadcrumbFontFamily",
2583
+ "attributes": {
2584
+ "category": "utrecht",
2585
+ "type": "breadcrumb",
2586
+ "item": "font-family"
2587
+ },
2588
+ "path": [
2589
+ "utrecht",
2590
+ "breadcrumb",
2591
+ "font-family"
2592
+ ]
2593
+ },
2594
+ "font-size": {
2595
+ "value": "14px",
2596
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2597
+ "isSource": true,
2598
+ "original": {
2599
+ "value": "{noordwijk.font-size.sm}"
2600
+ },
2601
+ "name": "utrechtBreadcrumbFontSize",
2602
+ "attributes": {
2603
+ "category": "utrecht",
2604
+ "type": "breadcrumb",
2605
+ "item": "font-size"
2606
+ },
2607
+ "path": [
2608
+ "utrecht",
2609
+ "breadcrumb",
2610
+ "font-size"
2611
+ ]
2612
+ },
2613
+ "text-transform": {},
2614
+ "item": {
2615
+ "padding-block-start": {},
2616
+ "padding-block-end": {},
2617
+ "padding-inline-end": {},
2618
+ "padding-inline-start": {}
2619
+ },
2620
+ "link": {
2621
+ "background-color": {},
2622
+ "color": {
2623
+ "value": "#ffffff",
2624
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2625
+ "isSource": true,
2626
+ "original": {
2627
+ "value": "{noordwijk.color.white.100}"
2628
+ },
2629
+ "name": "utrechtBreadcrumbLinkColor",
2630
+ "attributes": {
2631
+ "category": "utrecht",
2632
+ "type": "breadcrumb",
2633
+ "item": "link",
2634
+ "subitem": "color"
2635
+ },
2636
+ "path": [
2637
+ "utrecht",
2638
+ "breadcrumb",
2639
+ "link",
2640
+ "color"
2641
+ ]
2642
+ },
2643
+ "focus": {
2644
+ "background-color": {},
2645
+ "color": {}
2646
+ },
2647
+ "current": {
2648
+ "background-color": {},
2649
+ "color": {
2650
+ "value": "#ffffff",
2651
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2652
+ "isSource": true,
2653
+ "original": {
2654
+ "value": "{noordwijk.color.white.100}"
2655
+ },
2656
+ "name": "utrechtBreadcrumbLinkCurrentColor",
2657
+ "attributes": {
2658
+ "category": "utrecht",
2659
+ "type": "breadcrumb",
2660
+ "item": "link",
2661
+ "subitem": "current",
2662
+ "state": "color"
2663
+ },
2664
+ "path": [
2665
+ "utrecht",
2666
+ "breadcrumb",
2667
+ "link",
2668
+ "current",
2669
+ "color"
2670
+ ]
2671
+ }
2672
+ },
2673
+ "disabled": {
2674
+ "background-color": {},
2675
+ "color": {
2676
+ "value": "#ffffff",
2677
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2678
+ "isSource": true,
2679
+ "original": {
2680
+ "value": "{noordwijk.color.white.100}"
2681
+ },
2682
+ "name": "utrechtBreadcrumbLinkDisabledColor",
2683
+ "attributes": {
2684
+ "category": "utrecht",
2685
+ "type": "breadcrumb",
2686
+ "item": "link",
2687
+ "subitem": "disabled",
2688
+ "state": "color"
2689
+ },
2690
+ "path": [
2691
+ "utrecht",
2692
+ "breadcrumb",
2693
+ "link",
2694
+ "disabled",
2695
+ "color"
2696
+ ]
2697
+ }
2698
+ },
2699
+ "hover": {
2700
+ "background-color": {},
2701
+ "color": {
2702
+ "value": "#ffffff",
2703
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2704
+ "isSource": true,
2705
+ "original": {
2706
+ "value": "{noordwijk.color.white.100}"
2707
+ },
2708
+ "name": "utrechtBreadcrumbLinkHoverColor",
2709
+ "attributes": {
2710
+ "category": "utrecht",
2711
+ "type": "breadcrumb",
2712
+ "item": "link",
2713
+ "subitem": "hover",
2714
+ "state": "color"
2715
+ },
2716
+ "path": [
2717
+ "utrecht",
2718
+ "breadcrumb",
2719
+ "link",
2720
+ "hover",
2721
+ "color"
2722
+ ]
2723
+ }
2724
+ }
2725
+ },
2726
+ "separator": {
2727
+ "inline-size": {},
2728
+ "icon": {
2729
+ "color": {
2730
+ "value": "#ffffff",
2731
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2732
+ "isSource": true,
2733
+ "original": {
2734
+ "value": "{noordwijk.color.white.100}"
2735
+ },
2736
+ "name": "utrechtBreadcrumbSeparatorIconColor",
2737
+ "attributes": {
2738
+ "category": "utrecht",
2739
+ "type": "breadcrumb",
2740
+ "item": "separator",
2741
+ "subitem": "icon",
2742
+ "state": "color"
2743
+ },
2744
+ "path": [
2745
+ "utrecht",
2746
+ "breadcrumb",
2747
+ "separator",
2748
+ "icon",
2749
+ "color"
2750
+ ]
2751
+ },
2752
+ "size": {
2753
+ "value": "14px",
2754
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2755
+ "isSource": true,
2756
+ "original": {
2757
+ "value": "{noordwijk.font-size.sm}"
2758
+ },
2759
+ "name": "utrechtBreadcrumbSeparatorIconSize",
2760
+ "attributes": {
2761
+ "category": "utrecht",
2762
+ "type": "breadcrumb",
2763
+ "item": "separator",
2764
+ "subitem": "icon",
2765
+ "state": "size"
2766
+ },
2767
+ "path": [
2768
+ "utrecht",
2769
+ "breadcrumb",
2770
+ "separator",
2771
+ "icon",
2772
+ "size"
2773
+ ]
2774
+ }
2775
+ }
2776
+ },
2777
+ "background-color": {
2778
+ "value": "#417aa9",
2779
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2780
+ "isSource": true,
2781
+ "original": {
2782
+ "value": "{noordwijk.color.light-blue.46}"
2783
+ },
2784
+ "name": "utrechtBreadcrumbBackgroundColor",
2785
+ "attributes": {
2786
+ "category": "utrecht",
2787
+ "type": "breadcrumb",
2788
+ "item": "background-color"
2789
+ },
2790
+ "path": [
2791
+ "utrecht",
2792
+ "breadcrumb",
2793
+ "background-color"
2794
+ ]
2795
+ },
2796
+ "padding-inline-start": {
2797
+ "value": "0",
2798
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2799
+ "isSource": true,
2800
+ "original": {
2801
+ "value": "0"
2802
+ },
2803
+ "name": "utrechtBreadcrumbPaddingInlineStart",
2804
+ "attributes": {
2805
+ "category": "utrecht",
2806
+ "type": "breadcrumb",
2807
+ "item": "padding-inline-start"
2808
+ },
2809
+ "path": [
2810
+ "utrecht",
2811
+ "breadcrumb",
2812
+ "padding-inline-start"
2813
+ ]
2814
+ },
2815
+ "padding-inline-end": {
2816
+ "value": "0",
2817
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2818
+ "isSource": true,
2819
+ "original": {
2820
+ "value": "0"
2821
+ },
2822
+ "name": "utrechtBreadcrumbPaddingInlineEnd",
2823
+ "attributes": {
2824
+ "category": "utrecht",
2825
+ "type": "breadcrumb",
2826
+ "item": "padding-inline-end"
2827
+ },
2828
+ "path": [
2829
+ "utrecht",
2830
+ "breadcrumb",
2831
+ "padding-inline-end"
2832
+ ]
2833
+ },
2834
+ "padding-block-start": {
2835
+ "value": "12px",
2836
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2837
+ "isSource": true,
2838
+ "original": {
2839
+ "value": "12px"
2840
+ },
2841
+ "name": "utrechtBreadcrumbPaddingBlockStart",
2842
+ "attributes": {
2843
+ "category": "utrecht",
2844
+ "type": "breadcrumb",
2845
+ "item": "padding-block-start"
2846
+ },
2847
+ "path": [
2848
+ "utrecht",
2849
+ "breadcrumb",
2850
+ "padding-block-start"
2851
+ ]
2852
+ },
2853
+ "padding-block-end": {
2854
+ "value": "12px",
2855
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2856
+ "isSource": true,
2857
+ "original": {
2858
+ "value": "12px"
2859
+ },
2860
+ "name": "utrechtBreadcrumbPaddingBlockEnd",
2861
+ "attributes": {
2862
+ "category": "utrecht",
2863
+ "type": "breadcrumb",
2864
+ "item": "padding-block-end"
2865
+ },
2866
+ "path": [
2867
+ "utrecht",
2868
+ "breadcrumb",
2869
+ "padding-block-end"
2870
+ ]
2871
+ }
2872
+ },
2552
2873
  "button": {
2553
2874
  "background-color": {
2554
2875
  "value": "#6096c7",
@@ -55,6 +55,9 @@
55
55
  }
56
56
  },
57
57
  "light-blue": {
58
+ "46": {
59
+ "value": "#417aa9"
60
+ },
58
61
  "51": {
59
62
  "value": "#4685be"
60
63
  },
@@ -0,0 +1,35 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb": {
4
+ "block-size": {},
5
+ "font-family": { "value": "{noordwijk.typography.roboto-slab.font-family}" },
6
+ "font-size": { "value": "{noordwijk.font-size.sm}" },
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": "{noordwijk.color.white.100}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "current": {
22
+ "background-color": {},
23
+ "color": { "value": "{noordwijk.color.white.100}" }
24
+ }
25
+ },
26
+ "separator": {
27
+ "inline-size": {},
28
+ "icon": {
29
+ "color": { "value": "{noordwijk.color.white.100}" },
30
+ "size": { "value": "{noordwijk.font-size.sm}" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb": {
4
+ "background-color": { "value": "{noordwijk.color.light-blue.46}" },
5
+ "padding-inline-start": { "value": "0" },
6
+ "padding-inline-end": { "value": "0" },
7
+ "padding-block-start": { "value": "12px" },
8
+ "padding-block-end": { "value": "12px" },
9
+ "link": {
10
+ "disabled": {
11
+ "background-color": {},
12
+ "color": { "value": "{noordwijk.color.white.100}" }
13
+ },
14
+ "hover": {
15
+ "background-color": {},
16
+ "color": { "value": "{noordwijk.color.white.100}" }
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,17 @@
1
+ # Auteursrecht Open Webconcept
2
+
3
+ Copyright (c) 2023 Open Webconcept
4
+
5
+ ## Logo en huisstijl
6
+
7
+ Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Open Webconcept.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Open Webconcept gebruiken en je ontwerpt een eigen huisstijl.
10
+
11
+ ## Lettertype
12
+
13
+ Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
14
+
15
+ ## Toestemming
16
+
17
+ Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Open Webconcept.
@@ -0,0 +1,34 @@
1
+ # NL Design System design tokens Gemeente Example
2
+
3
+ These tokens have been obtained by analysing the [website of Gemeente Example](https://www.example.com/).
4
+
5
+ ---
6
+
7
+ ✂ In your own directory: **remove the "Getting started" section below!**
8
+
9
+ ---
10
+
11
+ ## Getting started with your own NL Design System theme
12
+
13
+ 1. Kies een unieke prefix voor jouw organisatie, die je gebruikt voor je npm package, BEM class names, CSS variabelen, etcetera. Wij gebruiken `nl-`, jij kiest iets anders. Gebruik alleen letters en cijfers in de prefix, geen andere tekens zoals het koppelstreepje. Bijvoorbeeld: gemeente Den Haag gebruikt `denhaag`.
14
+ 2. Kopieer `proprietary/example-design-tokens/` naar `proprietary/prefix-design-tokens`, waarbij je `prefix` vervangt door de prefix die je kiest.
15
+ 3. Gebruik "_Find and replace_" in `proprietary/prefix-design-tokens`, vervang _case-sensitive_ `example` door jouw `prefix`.
16
+ 4. Gebruik "_Find and replace_" in `proprietary/prefix-design-tokens`, vervang _case-sensitive_ `Example Organisation` door jouw de naam van jouw organisatie.
17
+ 5. Bewerk `packages/storybook/package.json`, en voeg `"@nl-design-system-unstable/prefix-design-tokens": "workspace:*",` toe onder `"dependencies"`. Vervang weer de `prefix` met je eigen prefix.
18
+ 6. Doe `pnpm install` vanuit de root van je project, zodat jouw nieuwe npm package aan de pnpm workspace toegevoegd wordt.
19
+ 7. Bewerk `proprietary/prefix-design-tokens/README.md` en pas het aan met je eigen gegevens, voeg een contactpersoon toe. Verwijder de instructies van de template.
20
+ 8. Bewerk `proprietary/prefix-design-tokens/package.json` en pas het aan met een link naar je eigen website.
21
+ 9. Bewerk `proprietary/prefix-design-tokens/src/package.json` en pas het aan met gegevens van jouw organisatie.
22
+ 10. Bewerk `packages/storybook/config/preview.js`
23
+ a. Voeg de naam van jouw organisatie toe aan de alfabetische lijst met teams, zodat je op alfabetische volgorde te vinden bent in Storybook.
24
+ b. Voeg een `import` toe voor de CSS met het thema van jouw organisatie.
25
+ c. Optioneel: voeg een `import` toe voor de webfonts voor jouw thema.
26
+ 11. Voeg in `proprietary/prefix-design-tokens/src/` jouw design tokens, bijvoorbeeld `color.tokens.json`. Op de [website van NL Design System](https://nldesignsystem.nl/) wordt uitgelegd hoe je een eigen thema kan maken met design tokens.
27
+ 12. Maak een Pull Request op GitHub om jouw code toe te voegen aan de [NL Design System themes repository](http://github.com/nl-design-system/themes).
28
+ 13. Als de code is gemerged in de themes repository, dan zal je eigen thema als npm pakketje na een paar minuten beschikbaar worden via [npmjs.com](http://npmjs.com). Dan kun je het thema installeren in jouw project met `npm install --save-dev @nl-design-system-unstable/prefix-design-tokens`.
29
+
30
+ ---
31
+
32
+ ✂ In your own directory: **remove the "Getting started" section above!**
33
+
34
+ ---