@conduction/theme 1.0.38 → 1.0.41
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.
- package/README.md +3 -0
- package/conduction-design-tokens/dist/design-tokens.css +13 -1
- package/conduction-design-tokens/dist/index.js +13 -1
- package/conduction-design-tokens/dist/index.json +250 -0
- package/conduction-design-tokens/dist/index.less +13 -1
- package/conduction-design-tokens/dist/index.scss +13 -1
- package/conduction-design-tokens/dist/tokens.json +282 -0
- package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/LICENSE.md +17 -0
- package/municipalities/dimpact-design-tokens/README.md +3 -0
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +423 -0
- package/municipalities/dimpact-design-tokens/dist/font.css +5 -0
- package/municipalities/dimpact-design-tokens/dist/index.css +7 -0
- package/municipalities/dimpact-design-tokens/dist/index.js +421 -0
- package/municipalities/dimpact-design-tokens/dist/index.json +8379 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +420 -0
- package/municipalities/dimpact-design-tokens/dist/index.scss +420 -0
- package/municipalities/dimpact-design-tokens/dist/tokens.json +8931 -0
- package/municipalities/dimpact-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/dimpact-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/dimpact-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/dimpact-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/dimpact-design-tokens/package.json +37 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +75 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/font-size.tokens.json +17 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/size.tokens.json +17 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/typography.tokens.json +40 -0
- package/municipalities/dimpact-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/dimpact-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/config.json +47 -0
- package/municipalities/dimpact-design-tokens/src/font/TisaSansPro-Regular.woff2 +0 -0
- package/municipalities/dimpact-design-tokens/src/font.scss +6 -0
- package/municipalities/dimpact-design-tokens/src/index.scss +8 -0
- package/municipalities/dimpact-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +269 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +14 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +300 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/epe-design-tokens/dist/index.js +14 -1
- package/municipalities/epe-design-tokens/dist/index.json +269 -0
- package/municipalities/epe-design-tokens/dist/index.less +14 -1
- package/municipalities/epe-design-tokens/dist/index.scss +14 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +300 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/leiden-design-tokens/dist/index.js +14 -1
- package/municipalities/leiden-design-tokens/dist/index.json +269 -0
- package/municipalities/leiden-design-tokens/dist/index.less +14 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +14 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +300 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +250 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +282 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +290 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +15 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +321 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/LICENSE.md +17 -0
- package/municipalities/open-webconcept-design-tokens/README.md +3 -0
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +437 -0
- package/municipalities/open-webconcept-design-tokens/dist/font.css +361 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.css +7 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.js +435 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.json +8655 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +434 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +434 -0
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +9214 -0
- package/municipalities/open-webconcept-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/open-webconcept-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/open-webconcept-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/open-webconcept-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/open-webconcept-design-tokens/package.json +38 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +89 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/font-size.tokens.json +17 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/size.tokens.json +17 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/typography.tokens.json +40 -0
- package/municipalities/open-webconcept-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/open-webconcept-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/config.json +47 -0
- package/municipalities/open-webconcept-design-tokens/src/font.js +6 -0
- package/municipalities/open-webconcept-design-tokens/src/font.scss +363 -0
- package/municipalities/open-webconcept-design-tokens/src/index.scss +8 -0
- package/municipalities/open-webconcept-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +155 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +192 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +269 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +14 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +300 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +252 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +13 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +285 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/package.json +4 -2
|
@@ -2690,6 +2690,306 @@
|
|
|
2690
2690
|
}
|
|
2691
2691
|
}
|
|
2692
2692
|
},
|
|
2693
|
+
"breadcrumb": {
|
|
2694
|
+
"block-size": {},
|
|
2695
|
+
"font-family": {
|
|
2696
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
2697
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2698
|
+
"isSource": true,
|
|
2699
|
+
"original": {
|
|
2700
|
+
"value": "{utrecht.document.font-family}"
|
|
2701
|
+
},
|
|
2702
|
+
"name": "utrechtBreadcrumbFontFamily",
|
|
2703
|
+
"attributes": {
|
|
2704
|
+
"category": "utrecht",
|
|
2705
|
+
"type": "breadcrumb",
|
|
2706
|
+
"item": "font-family"
|
|
2707
|
+
},
|
|
2708
|
+
"path": [
|
|
2709
|
+
"utrecht",
|
|
2710
|
+
"breadcrumb",
|
|
2711
|
+
"font-family"
|
|
2712
|
+
]
|
|
2713
|
+
},
|
|
2714
|
+
"font-size": {
|
|
2715
|
+
"value": "12px",
|
|
2716
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2717
|
+
"isSource": true,
|
|
2718
|
+
"original": {
|
|
2719
|
+
"value": "{dinkelland.font-size.xs}"
|
|
2720
|
+
},
|
|
2721
|
+
"name": "utrechtBreadcrumbFontSize",
|
|
2722
|
+
"attributes": {
|
|
2723
|
+
"category": "utrecht",
|
|
2724
|
+
"type": "breadcrumb",
|
|
2725
|
+
"item": "font-size"
|
|
2726
|
+
},
|
|
2727
|
+
"path": [
|
|
2728
|
+
"utrecht",
|
|
2729
|
+
"breadcrumb",
|
|
2730
|
+
"font-size"
|
|
2731
|
+
]
|
|
2732
|
+
},
|
|
2733
|
+
"text-transform": {},
|
|
2734
|
+
"item": {
|
|
2735
|
+
"padding-block-start": {},
|
|
2736
|
+
"padding-block-end": {},
|
|
2737
|
+
"padding-inline-end": {},
|
|
2738
|
+
"padding-inline-start": {}
|
|
2739
|
+
},
|
|
2740
|
+
"link": {
|
|
2741
|
+
"background-color": {},
|
|
2742
|
+
"color": {
|
|
2743
|
+
"value": "#ffffff",
|
|
2744
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2745
|
+
"isSource": true,
|
|
2746
|
+
"original": {
|
|
2747
|
+
"value": "{dinkelland.color.white.100}"
|
|
2748
|
+
},
|
|
2749
|
+
"name": "utrechtBreadcrumbLinkColor",
|
|
2750
|
+
"attributes": {
|
|
2751
|
+
"category": "utrecht",
|
|
2752
|
+
"type": "breadcrumb",
|
|
2753
|
+
"item": "link",
|
|
2754
|
+
"subitem": "color"
|
|
2755
|
+
},
|
|
2756
|
+
"path": [
|
|
2757
|
+
"utrecht",
|
|
2758
|
+
"breadcrumb",
|
|
2759
|
+
"link",
|
|
2760
|
+
"color"
|
|
2761
|
+
]
|
|
2762
|
+
},
|
|
2763
|
+
"focus": {
|
|
2764
|
+
"background-color": {},
|
|
2765
|
+
"color": {}
|
|
2766
|
+
},
|
|
2767
|
+
"current": {
|
|
2768
|
+
"background-color": {},
|
|
2769
|
+
"color": {
|
|
2770
|
+
"value": "#ffffff",
|
|
2771
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2772
|
+
"isSource": true,
|
|
2773
|
+
"original": {
|
|
2774
|
+
"value": "{dinkelland.color.white.100}"
|
|
2775
|
+
},
|
|
2776
|
+
"name": "utrechtBreadcrumbLinkCurrentColor",
|
|
2777
|
+
"attributes": {
|
|
2778
|
+
"category": "utrecht",
|
|
2779
|
+
"type": "breadcrumb",
|
|
2780
|
+
"item": "link",
|
|
2781
|
+
"subitem": "current",
|
|
2782
|
+
"state": "color"
|
|
2783
|
+
},
|
|
2784
|
+
"path": [
|
|
2785
|
+
"utrecht",
|
|
2786
|
+
"breadcrumb",
|
|
2787
|
+
"link",
|
|
2788
|
+
"current",
|
|
2789
|
+
"color"
|
|
2790
|
+
]
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2793
|
+
"disabled": {
|
|
2794
|
+
"background-color": {},
|
|
2795
|
+
"color": {
|
|
2796
|
+
"value": "#ffffff",
|
|
2797
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2798
|
+
"isSource": true,
|
|
2799
|
+
"original": {
|
|
2800
|
+
"value": "{dinkelland.color.white.100}"
|
|
2801
|
+
},
|
|
2802
|
+
"name": "utrechtBreadcrumbLinkDisabledColor",
|
|
2803
|
+
"attributes": {
|
|
2804
|
+
"category": "utrecht",
|
|
2805
|
+
"type": "breadcrumb",
|
|
2806
|
+
"item": "link",
|
|
2807
|
+
"subitem": "disabled",
|
|
2808
|
+
"state": "color"
|
|
2809
|
+
},
|
|
2810
|
+
"path": [
|
|
2811
|
+
"utrecht",
|
|
2812
|
+
"breadcrumb",
|
|
2813
|
+
"link",
|
|
2814
|
+
"disabled",
|
|
2815
|
+
"color"
|
|
2816
|
+
]
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
"hover": {
|
|
2820
|
+
"background-color": {},
|
|
2821
|
+
"color": {
|
|
2822
|
+
"value": "#ffffff",
|
|
2823
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2824
|
+
"isSource": true,
|
|
2825
|
+
"original": {
|
|
2826
|
+
"value": "{dinkelland.color.white.100}"
|
|
2827
|
+
},
|
|
2828
|
+
"name": "utrechtBreadcrumbLinkHoverColor",
|
|
2829
|
+
"attributes": {
|
|
2830
|
+
"category": "utrecht",
|
|
2831
|
+
"type": "breadcrumb",
|
|
2832
|
+
"item": "link",
|
|
2833
|
+
"subitem": "hover",
|
|
2834
|
+
"state": "color"
|
|
2835
|
+
},
|
|
2836
|
+
"path": [
|
|
2837
|
+
"utrecht",
|
|
2838
|
+
"breadcrumb",
|
|
2839
|
+
"link",
|
|
2840
|
+
"hover",
|
|
2841
|
+
"color"
|
|
2842
|
+
]
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
"separator": {
|
|
2847
|
+
"inline-size": {},
|
|
2848
|
+
"icon": {
|
|
2849
|
+
"color": {
|
|
2850
|
+
"value": "#ffffff",
|
|
2851
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2852
|
+
"isSource": true,
|
|
2853
|
+
"original": {
|
|
2854
|
+
"value": "{dinkelland.color.white.100}"
|
|
2855
|
+
},
|
|
2856
|
+
"name": "utrechtBreadcrumbSeparatorIconColor",
|
|
2857
|
+
"attributes": {
|
|
2858
|
+
"category": "utrecht",
|
|
2859
|
+
"type": "breadcrumb",
|
|
2860
|
+
"item": "separator",
|
|
2861
|
+
"subitem": "icon",
|
|
2862
|
+
"state": "color"
|
|
2863
|
+
},
|
|
2864
|
+
"path": [
|
|
2865
|
+
"utrecht",
|
|
2866
|
+
"breadcrumb",
|
|
2867
|
+
"separator",
|
|
2868
|
+
"icon",
|
|
2869
|
+
"color"
|
|
2870
|
+
]
|
|
2871
|
+
},
|
|
2872
|
+
"size": {
|
|
2873
|
+
"value": "12px",
|
|
2874
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2875
|
+
"isSource": true,
|
|
2876
|
+
"original": {
|
|
2877
|
+
"value": "{dinkelland.font-size.xs}"
|
|
2878
|
+
},
|
|
2879
|
+
"name": "utrechtBreadcrumbSeparatorIconSize",
|
|
2880
|
+
"attributes": {
|
|
2881
|
+
"category": "utrecht",
|
|
2882
|
+
"type": "breadcrumb",
|
|
2883
|
+
"item": "separator",
|
|
2884
|
+
"subitem": "icon",
|
|
2885
|
+
"state": "size"
|
|
2886
|
+
},
|
|
2887
|
+
"path": [
|
|
2888
|
+
"utrecht",
|
|
2889
|
+
"breadcrumb",
|
|
2890
|
+
"separator",
|
|
2891
|
+
"icon",
|
|
2892
|
+
"size"
|
|
2893
|
+
]
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
},
|
|
2897
|
+
"background-color": {
|
|
2898
|
+
"value": "#007a4d",
|
|
2899
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2900
|
+
"isSource": true,
|
|
2901
|
+
"original": {
|
|
2902
|
+
"value": "{dinkelland.color.green.24}"
|
|
2903
|
+
},
|
|
2904
|
+
"name": "utrechtBreadcrumbBackgroundColor",
|
|
2905
|
+
"attributes": {
|
|
2906
|
+
"category": "utrecht",
|
|
2907
|
+
"type": "breadcrumb",
|
|
2908
|
+
"item": "background-color"
|
|
2909
|
+
},
|
|
2910
|
+
"path": [
|
|
2911
|
+
"utrecht",
|
|
2912
|
+
"breadcrumb",
|
|
2913
|
+
"background-color"
|
|
2914
|
+
]
|
|
2915
|
+
},
|
|
2916
|
+
"padding-inline-start": {
|
|
2917
|
+
"value": "7.5px",
|
|
2918
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2919
|
+
"isSource": true,
|
|
2920
|
+
"original": {
|
|
2921
|
+
"value": "7.5px"
|
|
2922
|
+
},
|
|
2923
|
+
"name": "utrechtBreadcrumbPaddingInlineStart",
|
|
2924
|
+
"attributes": {
|
|
2925
|
+
"category": "utrecht",
|
|
2926
|
+
"type": "breadcrumb",
|
|
2927
|
+
"item": "padding-inline-start"
|
|
2928
|
+
},
|
|
2929
|
+
"path": [
|
|
2930
|
+
"utrecht",
|
|
2931
|
+
"breadcrumb",
|
|
2932
|
+
"padding-inline-start"
|
|
2933
|
+
]
|
|
2934
|
+
},
|
|
2935
|
+
"padding-inline-end": {
|
|
2936
|
+
"value": "7.5px",
|
|
2937
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2938
|
+
"isSource": true,
|
|
2939
|
+
"original": {
|
|
2940
|
+
"value": "7.5px"
|
|
2941
|
+
},
|
|
2942
|
+
"name": "utrechtBreadcrumbPaddingInlineEnd",
|
|
2943
|
+
"attributes": {
|
|
2944
|
+
"category": "utrecht",
|
|
2945
|
+
"type": "breadcrumb",
|
|
2946
|
+
"item": "padding-inline-end"
|
|
2947
|
+
},
|
|
2948
|
+
"path": [
|
|
2949
|
+
"utrecht",
|
|
2950
|
+
"breadcrumb",
|
|
2951
|
+
"padding-inline-end"
|
|
2952
|
+
]
|
|
2953
|
+
},
|
|
2954
|
+
"padding-block-start": {
|
|
2955
|
+
"value": "15px",
|
|
2956
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2957
|
+
"isSource": true,
|
|
2958
|
+
"original": {
|
|
2959
|
+
"value": "15px"
|
|
2960
|
+
},
|
|
2961
|
+
"name": "utrechtBreadcrumbPaddingBlockStart",
|
|
2962
|
+
"attributes": {
|
|
2963
|
+
"category": "utrecht",
|
|
2964
|
+
"type": "breadcrumb",
|
|
2965
|
+
"item": "padding-block-start"
|
|
2966
|
+
},
|
|
2967
|
+
"path": [
|
|
2968
|
+
"utrecht",
|
|
2969
|
+
"breadcrumb",
|
|
2970
|
+
"padding-block-start"
|
|
2971
|
+
]
|
|
2972
|
+
},
|
|
2973
|
+
"padding-block-end": {
|
|
2974
|
+
"value": "15px",
|
|
2975
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2976
|
+
"isSource": true,
|
|
2977
|
+
"original": {
|
|
2978
|
+
"value": "15px"
|
|
2979
|
+
},
|
|
2980
|
+
"name": "utrechtBreadcrumbPaddingBlockEnd",
|
|
2981
|
+
"attributes": {
|
|
2982
|
+
"category": "utrecht",
|
|
2983
|
+
"type": "breadcrumb",
|
|
2984
|
+
"item": "padding-block-end"
|
|
2985
|
+
},
|
|
2986
|
+
"path": [
|
|
2987
|
+
"utrecht",
|
|
2988
|
+
"breadcrumb",
|
|
2989
|
+
"padding-block-end"
|
|
2990
|
+
]
|
|
2991
|
+
}
|
|
2992
|
+
},
|
|
2693
2993
|
"button": {
|
|
2694
2994
|
"background-color": {
|
|
2695
2995
|
"value": "#006cb9",
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb": {
|
|
4
|
+
"block-size": {},
|
|
5
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
6
|
+
"font-size": { "value": "{dinkelland.font-size.xs}" },
|
|
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": "{dinkelland.color.white.100}" },
|
|
17
|
+
"focus": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"current": {
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"color": { "value": "{dinkelland.color.white.100}" }
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"separator": {
|
|
27
|
+
"inline-size": {},
|
|
28
|
+
"icon": {
|
|
29
|
+
"color": { "value": "{dinkelland.color.white.100}" },
|
|
30
|
+
"size": { "value": "{dinkelland.font-size.xs}" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb": {
|
|
4
|
+
"background-color": { "value": "{dinkelland.color.green.24}" },
|
|
5
|
+
"padding-inline-start": { "value": "7.5px" },
|
|
6
|
+
"padding-inline-end": { "value": "7.5px" },
|
|
7
|
+
"padding-block-start": { "value": "15px" },
|
|
8
|
+
"padding-block-end": { "value": "15px" },
|
|
9
|
+
"link": {
|
|
10
|
+
"disabled": {
|
|
11
|
+
"background-color": {},
|
|
12
|
+
"color": { "value": "{dinkelland.color.white.100}" }
|
|
13
|
+
},
|
|
14
|
+
"hover": {
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": { "value": "{dinkelland.color.white.100}" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 Sep 2023 18:53:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.epe-theme {
|
|
@@ -79,6 +79,12 @@
|
|
|
79
79
|
--utrecht-button-font-weight: 500;
|
|
80
80
|
--utrecht-button-font-size: inherit;
|
|
81
81
|
--utrecht-button-border-width: 3px;
|
|
82
|
+
--utrecht-breadcrumb-padding-block-end: 12px;
|
|
83
|
+
--utrecht-breadcrumb-padding-block-start: 12px;
|
|
84
|
+
--utrecht-breadcrumb-padding-inline-end: 0;
|
|
85
|
+
--utrecht-breadcrumb-padding-inline-start: 0;
|
|
86
|
+
--utrecht-breadcrumb-separator-icon-size: 13px;
|
|
87
|
+
--utrecht-breadcrumb-font-size: 16px;
|
|
82
88
|
--utrecht-badge-counter-text-decoration: none;
|
|
83
89
|
--utrecht-badge-counter-border-radius: 50%;
|
|
84
90
|
--utrecht-action-submit-cursor: pointer;
|
|
@@ -328,6 +334,12 @@
|
|
|
328
334
|
--utrecht-button-border-radius: var(--epe-size-2xs);
|
|
329
335
|
--utrecht-button-border-color: var(--epe-color-blue-31);
|
|
330
336
|
--utrecht-button-background-color: var(--epe-color-blue-31);
|
|
337
|
+
--utrecht-breadcrumb-background-color: var(--epe-color-blue-31);
|
|
338
|
+
--utrecht-breadcrumb-separator-icon-color: var(--epe-color-white-100);
|
|
339
|
+
--utrecht-breadcrumb-link-hover-color: var(--epe-color-white-100);
|
|
340
|
+
--utrecht-breadcrumb-link-disabled-color: var(--epe-color-white-100);
|
|
341
|
+
--utrecht-breadcrumb-link-current-color: var(--epe-color-white-100);
|
|
342
|
+
--utrecht-breadcrumb-link-color: var(--epe-color-white-100);
|
|
331
343
|
--utrecht-blockquote-content-font-size: var(--epe-font-size-md);
|
|
332
344
|
--utrecht-blockquote-content-color: var(--epe-color-black-19);
|
|
333
345
|
--utrecht-blockquote-margin-inline-end: var(--epe-size-xl);
|
|
@@ -404,6 +416,7 @@
|
|
|
404
416
|
--utrecht-table-font-size: var(--utrecht-document-font-size);
|
|
405
417
|
--utrecht-table-font-family: var(--utrecht-document-font-family);
|
|
406
418
|
--utrecht-table-header-color: var(--utrecht-document-color);
|
|
419
|
+
--utrecht-breadcrumb-font-family: var(--utrecht-document-font-family);
|
|
407
420
|
--utrecht-badge-counter-font-family: var(--utrecht-document-font-family);
|
|
408
421
|
--utrecht-badge-counter-font-size: var(--utrecht-document-font-size);
|
|
409
422
|
--utrecht-badge-counter-background-color: var(--epe-color-primary);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 Sep 2023 18:53:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const epeColorPrimary = "#01699d";
|
|
@@ -123,6 +123,19 @@ export const utrechtBlockquoteMarginInlineStart = "32px";
|
|
|
123
123
|
export const utrechtBlockquoteMarginInlineEnd = "32px";
|
|
124
124
|
export const utrechtBlockquoteContentColor = "#2e2e33";
|
|
125
125
|
export const utrechtBlockquoteContentFontSize = "18px";
|
|
126
|
+
export const utrechtBreadcrumbFontFamily = "\"Source Sans\"";
|
|
127
|
+
export const utrechtBreadcrumbFontSize = "16px";
|
|
128
|
+
export const utrechtBreadcrumbLinkColor = "#ffffff";
|
|
129
|
+
export const utrechtBreadcrumbLinkCurrentColor = "#ffffff";
|
|
130
|
+
export const utrechtBreadcrumbLinkDisabledColor = "#ffffff";
|
|
131
|
+
export const utrechtBreadcrumbLinkHoverColor = "#ffffff";
|
|
132
|
+
export const utrechtBreadcrumbSeparatorIconColor = "#ffffff";
|
|
133
|
+
export const utrechtBreadcrumbSeparatorIconSize = "13px";
|
|
134
|
+
export const utrechtBreadcrumbBackgroundColor = "#00549e";
|
|
135
|
+
export const utrechtBreadcrumbPaddingInlineStart = "0";
|
|
136
|
+
export const utrechtBreadcrumbPaddingInlineEnd = "0";
|
|
137
|
+
export const utrechtBreadcrumbPaddingBlockStart = "12px";
|
|
138
|
+
export const utrechtBreadcrumbPaddingBlockEnd = "12px";
|
|
126
139
|
export const utrechtButtonBackgroundColor = "#00549e";
|
|
127
140
|
export const utrechtButtonBorderColor = "#00549e";
|
|
128
141
|
export const utrechtButtonBorderRadius = "4px";
|