@conduction/theme 1.0.54 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/conduction-design-tokens/dist/design-tokens.css +64 -2
- package/conduction-design-tokens/dist/index.js +64 -2
- package/conduction-design-tokens/dist/index.json +1384 -100
- package/conduction-design-tokens/dist/index.less +64 -2
- package/conduction-design-tokens/dist/index.scss +64 -2
- package/conduction-design-tokens/dist/tokens.json +1406 -85
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +6 -0
- package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/conduction-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/conduction-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/conduction-design-tokens/src/component/conduction/logo.tokens.json +1 -1
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/commonground-design-tokens/LICENSE.md +17 -0
- package/municipalities/commonground-design-tokens/README.md +3 -0
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +544 -0
- package/municipalities/commonground-design-tokens/dist/font.css +5 -0
- package/municipalities/commonground-design-tokens/dist/index.css +7 -0
- package/municipalities/commonground-design-tokens/dist/index.js +542 -0
- package/municipalities/commonground-design-tokens/dist/index.json +10985 -0
- package/municipalities/commonground-design-tokens/dist/index.less +541 -0
- package/municipalities/commonground-design-tokens/dist/index.scss +541 -0
- package/municipalities/commonground-design-tokens/dist/tokens.json +11679 -0
- package/municipalities/commonground-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/commonground-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/commonground-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/commonground-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/commonground-design-tokens/package.json +37 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +98 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json +17 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/size.tokens.json +17 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/typography.tokens.json +45 -0
- package/municipalities/commonground-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/commonground-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/card-wrapper.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +20 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +67 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +76 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/tooltip.tokens.json +18 -0
- package/municipalities/commonground-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +35 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +25 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/config.json +48 -0
- package/municipalities/commonground-design-tokens/src/font/rijksoverheidsanswebtext-regular-webfont.b64ae9c9e044.woff2 +0 -0
- package/municipalities/commonground-design-tokens/src/font.scss +7 -0
- package/municipalities/commonground-design-tokens/src/index.scss +8 -0
- package/municipalities/commonground-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +64 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +64 -1
- package/municipalities/dimpact-design-tokens/dist/index.json +1305 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +64 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +64 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +1364 -22
- package/municipalities/dimpact-design-tokens/package.json +1 -1
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +9 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +63 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +63 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +1284 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +63 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +63 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +1354 -33
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +6 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +64 -1
- package/municipalities/epe-design-tokens/dist/index.js +64 -1
- package/municipalities/epe-design-tokens/dist/index.json +1305 -0
- package/municipalities/epe-design-tokens/dist/index.less +64 -1
- package/municipalities/epe-design-tokens/dist/index.scss +64 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +1365 -23
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +9 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/epe-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/epe-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +64 -1
- package/municipalities/leiden-design-tokens/dist/index.js +64 -1
- package/municipalities/leiden-design-tokens/dist/index.json +1305 -0
- package/municipalities/leiden-design-tokens/dist/index.less +64 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +64 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +1370 -28
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +9 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +64 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +64 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +1305 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +64 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +64 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +1368 -24
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +11 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +62 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +62 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +1263 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +62 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +62 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +1349 -49
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +63 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +63 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.json +1284 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +63 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +63 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +1355 -34
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +6 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +61 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +61 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +1242 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +61 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +61 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +1280 -1
- package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +63 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +63 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +1284 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +63 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +63 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +1357 -36
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/checkbox.tokens.json +70 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +65 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +65 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +1324 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +65 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +65 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +1388 -28
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +9 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/package.json +3 -2
|
@@ -578,6 +578,27 @@
|
|
|
578
578
|
}
|
|
579
579
|
},
|
|
580
580
|
"grey": {
|
|
581
|
+
"31": {
|
|
582
|
+
"value": "#4f4f4f",
|
|
583
|
+
"filePath": "src/brand/dinkelland/color.tokens.json",
|
|
584
|
+
"isSource": true,
|
|
585
|
+
"original": {
|
|
586
|
+
"value": "#4f4f4f"
|
|
587
|
+
},
|
|
588
|
+
"name": "dinkellandColorGrey31",
|
|
589
|
+
"attributes": {
|
|
590
|
+
"category": "dinkelland",
|
|
591
|
+
"type": "color",
|
|
592
|
+
"item": "grey",
|
|
593
|
+
"subitem": "31"
|
|
594
|
+
},
|
|
595
|
+
"path": [
|
|
596
|
+
"dinkelland",
|
|
597
|
+
"color",
|
|
598
|
+
"grey",
|
|
599
|
+
"31"
|
|
600
|
+
]
|
|
601
|
+
},
|
|
581
602
|
"38": {
|
|
582
603
|
"value": "#5c6066",
|
|
583
604
|
"filePath": "src/brand/dinkelland/color.tokens.json",
|
|
@@ -685,6 +706,27 @@
|
|
|
685
706
|
"72"
|
|
686
707
|
]
|
|
687
708
|
},
|
|
709
|
+
"82": {
|
|
710
|
+
"value": "#d1d1d1",
|
|
711
|
+
"filePath": "src/brand/dinkelland/color.tokens.json",
|
|
712
|
+
"isSource": true,
|
|
713
|
+
"original": {
|
|
714
|
+
"value": "#d1d1d1"
|
|
715
|
+
},
|
|
716
|
+
"name": "dinkellandColorGrey82",
|
|
717
|
+
"attributes": {
|
|
718
|
+
"category": "dinkelland",
|
|
719
|
+
"type": "color",
|
|
720
|
+
"item": "grey",
|
|
721
|
+
"subitem": "82"
|
|
722
|
+
},
|
|
723
|
+
"path": [
|
|
724
|
+
"dinkelland",
|
|
725
|
+
"color",
|
|
726
|
+
"grey",
|
|
727
|
+
"82"
|
|
728
|
+
]
|
|
729
|
+
},
|
|
688
730
|
"94": {
|
|
689
731
|
"value": "#edeff2",
|
|
690
732
|
"filePath": "src/brand/dinkelland/color.tokens.json",
|
|
@@ -2555,6 +2597,143 @@
|
|
|
2555
2597
|
"min-block-size": {},
|
|
2556
2598
|
"min-inline-size": {}
|
|
2557
2599
|
},
|
|
2600
|
+
"badge": {
|
|
2601
|
+
"background-color": {
|
|
2602
|
+
"value": "#000000 ",
|
|
2603
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2604
|
+
"isSource": true,
|
|
2605
|
+
"original": {
|
|
2606
|
+
"value": "{dinkelland.color.black.0} "
|
|
2607
|
+
},
|
|
2608
|
+
"name": "utrechtBadgeBackgroundColor",
|
|
2609
|
+
"attributes": {
|
|
2610
|
+
"category": "utrecht",
|
|
2611
|
+
"type": "badge",
|
|
2612
|
+
"item": "background-color"
|
|
2613
|
+
},
|
|
2614
|
+
"path": [
|
|
2615
|
+
"utrecht",
|
|
2616
|
+
"badge",
|
|
2617
|
+
"background-color"
|
|
2618
|
+
]
|
|
2619
|
+
},
|
|
2620
|
+
"border-radius": {
|
|
2621
|
+
"value": "0",
|
|
2622
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2623
|
+
"isSource": true,
|
|
2624
|
+
"original": {
|
|
2625
|
+
"value": "0"
|
|
2626
|
+
},
|
|
2627
|
+
"name": "utrechtBadgeBorderRadius",
|
|
2628
|
+
"attributes": {
|
|
2629
|
+
"category": "utrecht",
|
|
2630
|
+
"type": "badge",
|
|
2631
|
+
"item": "border-radius"
|
|
2632
|
+
},
|
|
2633
|
+
"path": [
|
|
2634
|
+
"utrecht",
|
|
2635
|
+
"badge",
|
|
2636
|
+
"border-radius"
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2639
|
+
"color": {
|
|
2640
|
+
"value": "#ffffff ",
|
|
2641
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2642
|
+
"isSource": true,
|
|
2643
|
+
"original": {
|
|
2644
|
+
"value": "{dinkelland.color.white.100} "
|
|
2645
|
+
},
|
|
2646
|
+
"name": "utrechtBadgeColor",
|
|
2647
|
+
"attributes": {
|
|
2648
|
+
"category": "utrecht",
|
|
2649
|
+
"type": "badge",
|
|
2650
|
+
"item": "color"
|
|
2651
|
+
},
|
|
2652
|
+
"path": [
|
|
2653
|
+
"utrecht",
|
|
2654
|
+
"badge",
|
|
2655
|
+
"color"
|
|
2656
|
+
]
|
|
2657
|
+
},
|
|
2658
|
+
"font-size": {
|
|
2659
|
+
"value": "14px",
|
|
2660
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2661
|
+
"isSource": true,
|
|
2662
|
+
"original": {
|
|
2663
|
+
"value": "{dinkelland.font-size.sm}"
|
|
2664
|
+
},
|
|
2665
|
+
"name": "utrechtBadgeFontSize",
|
|
2666
|
+
"attributes": {
|
|
2667
|
+
"category": "utrecht",
|
|
2668
|
+
"type": "badge",
|
|
2669
|
+
"item": "font-size"
|
|
2670
|
+
},
|
|
2671
|
+
"path": [
|
|
2672
|
+
"utrecht",
|
|
2673
|
+
"badge",
|
|
2674
|
+
"font-size"
|
|
2675
|
+
]
|
|
2676
|
+
},
|
|
2677
|
+
"font-weight": {
|
|
2678
|
+
"value": "400",
|
|
2679
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2680
|
+
"isSource": true,
|
|
2681
|
+
"original": {
|
|
2682
|
+
"value": "{dinkelland.typography.font-weight.normal}"
|
|
2683
|
+
},
|
|
2684
|
+
"name": "utrechtBadgeFontWeight",
|
|
2685
|
+
"attributes": {
|
|
2686
|
+
"category": "utrecht",
|
|
2687
|
+
"type": "badge",
|
|
2688
|
+
"item": "font-weight"
|
|
2689
|
+
},
|
|
2690
|
+
"path": [
|
|
2691
|
+
"utrecht",
|
|
2692
|
+
"badge",
|
|
2693
|
+
"font-weight"
|
|
2694
|
+
]
|
|
2695
|
+
},
|
|
2696
|
+
"line-height": {},
|
|
2697
|
+
"padding-block": {
|
|
2698
|
+
"value": "8px",
|
|
2699
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2700
|
+
"isSource": true,
|
|
2701
|
+
"original": {
|
|
2702
|
+
"value": "{dinkelland.size.xs}"
|
|
2703
|
+
},
|
|
2704
|
+
"name": "utrechtBadgePaddingBlock",
|
|
2705
|
+
"attributes": {
|
|
2706
|
+
"category": "utrecht",
|
|
2707
|
+
"type": "badge",
|
|
2708
|
+
"item": "padding-block"
|
|
2709
|
+
},
|
|
2710
|
+
"path": [
|
|
2711
|
+
"utrecht",
|
|
2712
|
+
"badge",
|
|
2713
|
+
"padding-block"
|
|
2714
|
+
]
|
|
2715
|
+
},
|
|
2716
|
+
"padding-inline": {
|
|
2717
|
+
"value": "8px",
|
|
2718
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2719
|
+
"isSource": true,
|
|
2720
|
+
"original": {
|
|
2721
|
+
"value": "{dinkelland.size.xs}"
|
|
2722
|
+
},
|
|
2723
|
+
"name": "utrechtBadgePaddingInline",
|
|
2724
|
+
"attributes": {
|
|
2725
|
+
"category": "utrecht",
|
|
2726
|
+
"type": "badge",
|
|
2727
|
+
"item": "padding-inline"
|
|
2728
|
+
},
|
|
2729
|
+
"path": [
|
|
2730
|
+
"utrecht",
|
|
2731
|
+
"badge",
|
|
2732
|
+
"padding-inline"
|
|
2733
|
+
]
|
|
2734
|
+
},
|
|
2735
|
+
"text-transform": {}
|
|
2736
|
+
},
|
|
2558
2737
|
"blockquote": {
|
|
2559
2738
|
"background-color": {
|
|
2560
2739
|
"value": "#9aa1ab",
|
|
@@ -7673,6 +7852,7 @@
|
|
|
7673
7852
|
"border-radius"
|
|
7674
7853
|
]
|
|
7675
7854
|
},
|
|
7855
|
+
"box-shadow": {},
|
|
7676
7856
|
"color": {
|
|
7677
7857
|
"value": "#333333",
|
|
7678
7858
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -7775,63 +7955,1203 @@
|
|
|
7775
7955
|
]
|
|
7776
7956
|
}
|
|
7777
7957
|
},
|
|
7778
|
-
"
|
|
7779
|
-
"
|
|
7780
|
-
"
|
|
7781
|
-
|
|
7782
|
-
|
|
7958
|
+
"input-checkbox": {
|
|
7959
|
+
"color": {
|
|
7960
|
+
"value": "#ffffff",
|
|
7961
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7962
|
+
"isSource": true,
|
|
7963
|
+
"original": {
|
|
7964
|
+
"value": "{dinkelland.color.white.100}"
|
|
7965
|
+
},
|
|
7966
|
+
"name": "conductionInputCheckboxColor",
|
|
7967
|
+
"attributes": {
|
|
7968
|
+
"category": "conduction",
|
|
7969
|
+
"type": "input-checkbox",
|
|
7970
|
+
"item": "color"
|
|
7971
|
+
},
|
|
7972
|
+
"path": [
|
|
7973
|
+
"conduction",
|
|
7974
|
+
"input-checkbox",
|
|
7975
|
+
"color"
|
|
7976
|
+
]
|
|
7977
|
+
},
|
|
7978
|
+
"border-width": {
|
|
7979
|
+
"value": "1px",
|
|
7980
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7981
|
+
"isSource": true,
|
|
7982
|
+
"original": {
|
|
7983
|
+
"value": "{dinkelland.size.4xs}"
|
|
7984
|
+
},
|
|
7985
|
+
"name": "conductionInputCheckboxBorderWidth",
|
|
7986
|
+
"attributes": {
|
|
7987
|
+
"category": "conduction",
|
|
7988
|
+
"type": "input-checkbox",
|
|
7989
|
+
"item": "border-width"
|
|
7990
|
+
},
|
|
7991
|
+
"path": [
|
|
7992
|
+
"conduction",
|
|
7993
|
+
"input-checkbox",
|
|
7994
|
+
"border-width"
|
|
7995
|
+
]
|
|
7996
|
+
},
|
|
7997
|
+
"border-style": {
|
|
7998
|
+
"value": "solid",
|
|
7999
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8000
|
+
"isSource": true,
|
|
8001
|
+
"original": {
|
|
8002
|
+
"value": "solid"
|
|
8003
|
+
},
|
|
8004
|
+
"name": "conductionInputCheckboxBorderStyle",
|
|
8005
|
+
"attributes": {
|
|
8006
|
+
"category": "conduction",
|
|
8007
|
+
"type": "input-checkbox",
|
|
8008
|
+
"item": "border-style"
|
|
8009
|
+
},
|
|
8010
|
+
"path": [
|
|
8011
|
+
"conduction",
|
|
8012
|
+
"input-checkbox",
|
|
8013
|
+
"border-style"
|
|
8014
|
+
]
|
|
8015
|
+
},
|
|
8016
|
+
"border-color": {
|
|
8017
|
+
"value": "#767676",
|
|
8018
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8019
|
+
"isSource": true,
|
|
8020
|
+
"original": {
|
|
8021
|
+
"value": "{dinkelland.color.grey.46}"
|
|
8022
|
+
},
|
|
8023
|
+
"name": "conductionInputCheckboxBorderColor",
|
|
8024
|
+
"attributes": {
|
|
8025
|
+
"category": "conduction",
|
|
8026
|
+
"type": "input-checkbox",
|
|
8027
|
+
"item": "border-color"
|
|
8028
|
+
},
|
|
8029
|
+
"path": [
|
|
8030
|
+
"conduction",
|
|
8031
|
+
"input-checkbox",
|
|
8032
|
+
"border-color"
|
|
8033
|
+
]
|
|
8034
|
+
},
|
|
8035
|
+
"border-radius": {
|
|
8036
|
+
"value": "3px",
|
|
8037
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8038
|
+
"isSource": true,
|
|
8039
|
+
"original": {
|
|
8040
|
+
"value": "3px"
|
|
8041
|
+
},
|
|
8042
|
+
"name": "conductionInputCheckboxBorderRadius",
|
|
8043
|
+
"attributes": {
|
|
8044
|
+
"category": "conduction",
|
|
8045
|
+
"type": "input-checkbox",
|
|
8046
|
+
"item": "border-radius"
|
|
8047
|
+
},
|
|
8048
|
+
"path": [
|
|
8049
|
+
"conduction",
|
|
8050
|
+
"input-checkbox",
|
|
8051
|
+
"border-radius"
|
|
8052
|
+
]
|
|
8053
|
+
},
|
|
8054
|
+
"box-shadow": {},
|
|
8055
|
+
"hover": {
|
|
8056
|
+
"color": {
|
|
8057
|
+
"value": "#ffffff",
|
|
8058
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7783
8059
|
"isSource": true,
|
|
7784
8060
|
"original": {
|
|
7785
|
-
"value": "
|
|
8061
|
+
"value": "{dinkelland.color.white.100}"
|
|
7786
8062
|
},
|
|
7787
|
-
"name": "
|
|
8063
|
+
"name": "conductionInputCheckboxHoverColor",
|
|
7788
8064
|
"attributes": {
|
|
7789
8065
|
"category": "conduction",
|
|
7790
|
-
"type": "
|
|
7791
|
-
"item": "
|
|
7792
|
-
"subitem": "
|
|
8066
|
+
"type": "input-checkbox",
|
|
8067
|
+
"item": "hover",
|
|
8068
|
+
"subitem": "color"
|
|
7793
8069
|
},
|
|
7794
8070
|
"path": [
|
|
7795
8071
|
"conduction",
|
|
7796
|
-
"
|
|
7797
|
-
"
|
|
7798
|
-
"
|
|
8072
|
+
"input-checkbox",
|
|
8073
|
+
"hover",
|
|
8074
|
+
"color"
|
|
7799
8075
|
]
|
|
7800
8076
|
},
|
|
7801
|
-
"
|
|
7802
|
-
"value": "
|
|
7803
|
-
"filePath": "src/component/conduction/
|
|
8077
|
+
"border-width": {
|
|
8078
|
+
"value": "1px",
|
|
8079
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7804
8080
|
"isSource": true,
|
|
7805
8081
|
"original": {
|
|
7806
|
-
"value": "
|
|
8082
|
+
"value": "{dinkelland.size.4xs}"
|
|
7807
8083
|
},
|
|
7808
|
-
"name": "
|
|
8084
|
+
"name": "conductionInputCheckboxHoverBorderWidth",
|
|
7809
8085
|
"attributes": {
|
|
7810
8086
|
"category": "conduction",
|
|
7811
|
-
"type": "
|
|
7812
|
-
"item": "
|
|
7813
|
-
"subitem": "
|
|
8087
|
+
"type": "input-checkbox",
|
|
8088
|
+
"item": "hover",
|
|
8089
|
+
"subitem": "border-width"
|
|
7814
8090
|
},
|
|
7815
8091
|
"path": [
|
|
7816
8092
|
"conduction",
|
|
7817
|
-
"
|
|
7818
|
-
"
|
|
7819
|
-
"
|
|
8093
|
+
"input-checkbox",
|
|
8094
|
+
"hover",
|
|
8095
|
+
"border-width"
|
|
7820
8096
|
]
|
|
7821
8097
|
},
|
|
7822
|
-
"
|
|
7823
|
-
"value": "
|
|
7824
|
-
"filePath": "src/component/conduction/
|
|
8098
|
+
"border-style": {
|
|
8099
|
+
"value": "solid",
|
|
8100
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7825
8101
|
"isSource": true,
|
|
7826
8102
|
"original": {
|
|
7827
|
-
"value": "
|
|
8103
|
+
"value": "solid"
|
|
7828
8104
|
},
|
|
7829
|
-
"name": "
|
|
8105
|
+
"name": "conductionInputCheckboxHoverBorderStyle",
|
|
7830
8106
|
"attributes": {
|
|
7831
8107
|
"category": "conduction",
|
|
7832
|
-
"type": "
|
|
7833
|
-
"item": "
|
|
7834
|
-
"subitem": "
|
|
8108
|
+
"type": "input-checkbox",
|
|
8109
|
+
"item": "hover",
|
|
8110
|
+
"subitem": "border-style"
|
|
8111
|
+
},
|
|
8112
|
+
"path": [
|
|
8113
|
+
"conduction",
|
|
8114
|
+
"input-checkbox",
|
|
8115
|
+
"hover",
|
|
8116
|
+
"border-style"
|
|
8117
|
+
]
|
|
8118
|
+
},
|
|
8119
|
+
"border-color": {
|
|
8120
|
+
"value": "#4f4f4f",
|
|
8121
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8122
|
+
"isSource": true,
|
|
8123
|
+
"original": {
|
|
8124
|
+
"value": "{dinkelland.color.grey.31}"
|
|
8125
|
+
},
|
|
8126
|
+
"name": "conductionInputCheckboxHoverBorderColor",
|
|
8127
|
+
"attributes": {
|
|
8128
|
+
"category": "conduction",
|
|
8129
|
+
"type": "input-checkbox",
|
|
8130
|
+
"item": "hover",
|
|
8131
|
+
"subitem": "border-color"
|
|
8132
|
+
},
|
|
8133
|
+
"path": [
|
|
8134
|
+
"conduction",
|
|
8135
|
+
"input-checkbox",
|
|
8136
|
+
"hover",
|
|
8137
|
+
"border-color"
|
|
8138
|
+
]
|
|
8139
|
+
},
|
|
8140
|
+
"border-radius": {
|
|
8141
|
+
"value": "3px",
|
|
8142
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8143
|
+
"isSource": true,
|
|
8144
|
+
"original": {
|
|
8145
|
+
"value": "3px"
|
|
8146
|
+
},
|
|
8147
|
+
"name": "conductionInputCheckboxHoverBorderRadius",
|
|
8148
|
+
"attributes": {
|
|
8149
|
+
"category": "conduction",
|
|
8150
|
+
"type": "input-checkbox",
|
|
8151
|
+
"item": "hover",
|
|
8152
|
+
"subitem": "border-radius"
|
|
8153
|
+
},
|
|
8154
|
+
"path": [
|
|
8155
|
+
"conduction",
|
|
8156
|
+
"input-checkbox",
|
|
8157
|
+
"hover",
|
|
8158
|
+
"border-radius"
|
|
8159
|
+
]
|
|
8160
|
+
},
|
|
8161
|
+
"box-shadow": {}
|
|
8162
|
+
},
|
|
8163
|
+
"checked": {
|
|
8164
|
+
"color": {
|
|
8165
|
+
"value": "#006cb9",
|
|
8166
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8167
|
+
"isSource": true,
|
|
8168
|
+
"original": {
|
|
8169
|
+
"value": "{dinkelland.color.primary}"
|
|
8170
|
+
},
|
|
8171
|
+
"name": "conductionInputCheckboxCheckedColor",
|
|
8172
|
+
"attributes": {
|
|
8173
|
+
"category": "conduction",
|
|
8174
|
+
"type": "input-checkbox",
|
|
8175
|
+
"item": "checked",
|
|
8176
|
+
"subitem": "color"
|
|
8177
|
+
},
|
|
8178
|
+
"path": [
|
|
8179
|
+
"conduction",
|
|
8180
|
+
"input-checkbox",
|
|
8181
|
+
"checked",
|
|
8182
|
+
"color"
|
|
8183
|
+
]
|
|
8184
|
+
},
|
|
8185
|
+
"border-width": {
|
|
8186
|
+
"value": "1px",
|
|
8187
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8188
|
+
"isSource": true,
|
|
8189
|
+
"original": {
|
|
8190
|
+
"value": "{dinkelland.size.4xs}"
|
|
8191
|
+
},
|
|
8192
|
+
"name": "conductionInputCheckboxCheckedBorderWidth",
|
|
8193
|
+
"attributes": {
|
|
8194
|
+
"category": "conduction",
|
|
8195
|
+
"type": "input-checkbox",
|
|
8196
|
+
"item": "checked",
|
|
8197
|
+
"subitem": "border-width"
|
|
8198
|
+
},
|
|
8199
|
+
"path": [
|
|
8200
|
+
"conduction",
|
|
8201
|
+
"input-checkbox",
|
|
8202
|
+
"checked",
|
|
8203
|
+
"border-width"
|
|
8204
|
+
]
|
|
8205
|
+
},
|
|
8206
|
+
"border-style": {
|
|
8207
|
+
"value": "solid",
|
|
8208
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8209
|
+
"isSource": true,
|
|
8210
|
+
"original": {
|
|
8211
|
+
"value": "solid"
|
|
8212
|
+
},
|
|
8213
|
+
"name": "conductionInputCheckboxCheckedBorderStyle",
|
|
8214
|
+
"attributes": {
|
|
8215
|
+
"category": "conduction",
|
|
8216
|
+
"type": "input-checkbox",
|
|
8217
|
+
"item": "checked",
|
|
8218
|
+
"subitem": "border-style"
|
|
8219
|
+
},
|
|
8220
|
+
"path": [
|
|
8221
|
+
"conduction",
|
|
8222
|
+
"input-checkbox",
|
|
8223
|
+
"checked",
|
|
8224
|
+
"border-style"
|
|
8225
|
+
]
|
|
8226
|
+
},
|
|
8227
|
+
"border-color": {
|
|
8228
|
+
"value": "#006cb9",
|
|
8229
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8230
|
+
"isSource": true,
|
|
8231
|
+
"original": {
|
|
8232
|
+
"value": "{dinkelland.color.primary}"
|
|
8233
|
+
},
|
|
8234
|
+
"name": "conductionInputCheckboxCheckedBorderColor",
|
|
8235
|
+
"attributes": {
|
|
8236
|
+
"category": "conduction",
|
|
8237
|
+
"type": "input-checkbox",
|
|
8238
|
+
"item": "checked",
|
|
8239
|
+
"subitem": "border-color"
|
|
8240
|
+
},
|
|
8241
|
+
"path": [
|
|
8242
|
+
"conduction",
|
|
8243
|
+
"input-checkbox",
|
|
8244
|
+
"checked",
|
|
8245
|
+
"border-color"
|
|
8246
|
+
]
|
|
8247
|
+
},
|
|
8248
|
+
"border-radius": {
|
|
8249
|
+
"value": "3px",
|
|
8250
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8251
|
+
"isSource": true,
|
|
8252
|
+
"original": {
|
|
8253
|
+
"value": "3px"
|
|
8254
|
+
},
|
|
8255
|
+
"name": "conductionInputCheckboxCheckedBorderRadius",
|
|
8256
|
+
"attributes": {
|
|
8257
|
+
"category": "conduction",
|
|
8258
|
+
"type": "input-checkbox",
|
|
8259
|
+
"item": "checked",
|
|
8260
|
+
"subitem": "border-radius"
|
|
8261
|
+
},
|
|
8262
|
+
"path": [
|
|
8263
|
+
"conduction",
|
|
8264
|
+
"input-checkbox",
|
|
8265
|
+
"checked",
|
|
8266
|
+
"border-radius"
|
|
8267
|
+
]
|
|
8268
|
+
},
|
|
8269
|
+
"box-shadow": {},
|
|
8270
|
+
"checkmark-url": {},
|
|
8271
|
+
"hover": {
|
|
8272
|
+
"color": {
|
|
8273
|
+
"value": "#004e86",
|
|
8274
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8275
|
+
"isSource": true,
|
|
8276
|
+
"original": {
|
|
8277
|
+
"value": "{dinkelland.color.primary-hover}"
|
|
8278
|
+
},
|
|
8279
|
+
"name": "conductionInputCheckboxCheckedHoverColor",
|
|
8280
|
+
"attributes": {
|
|
8281
|
+
"category": "conduction",
|
|
8282
|
+
"type": "input-checkbox",
|
|
8283
|
+
"item": "checked",
|
|
8284
|
+
"subitem": "hover",
|
|
8285
|
+
"state": "color"
|
|
8286
|
+
},
|
|
8287
|
+
"path": [
|
|
8288
|
+
"conduction",
|
|
8289
|
+
"input-checkbox",
|
|
8290
|
+
"checked",
|
|
8291
|
+
"hover",
|
|
8292
|
+
"color"
|
|
8293
|
+
]
|
|
8294
|
+
},
|
|
8295
|
+
"border-width": {
|
|
8296
|
+
"value": "1px",
|
|
8297
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8298
|
+
"isSource": true,
|
|
8299
|
+
"original": {
|
|
8300
|
+
"value": "{dinkelland.size.4xs}"
|
|
8301
|
+
},
|
|
8302
|
+
"name": "conductionInputCheckboxCheckedHoverBorderWidth",
|
|
8303
|
+
"attributes": {
|
|
8304
|
+
"category": "conduction",
|
|
8305
|
+
"type": "input-checkbox",
|
|
8306
|
+
"item": "checked",
|
|
8307
|
+
"subitem": "hover",
|
|
8308
|
+
"state": "border-width"
|
|
8309
|
+
},
|
|
8310
|
+
"path": [
|
|
8311
|
+
"conduction",
|
|
8312
|
+
"input-checkbox",
|
|
8313
|
+
"checked",
|
|
8314
|
+
"hover",
|
|
8315
|
+
"border-width"
|
|
8316
|
+
]
|
|
8317
|
+
},
|
|
8318
|
+
"border-style": {
|
|
8319
|
+
"value": "solid",
|
|
8320
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8321
|
+
"isSource": true,
|
|
8322
|
+
"original": {
|
|
8323
|
+
"value": "solid"
|
|
8324
|
+
},
|
|
8325
|
+
"name": "conductionInputCheckboxCheckedHoverBorderStyle",
|
|
8326
|
+
"attributes": {
|
|
8327
|
+
"category": "conduction",
|
|
8328
|
+
"type": "input-checkbox",
|
|
8329
|
+
"item": "checked",
|
|
8330
|
+
"subitem": "hover",
|
|
8331
|
+
"state": "border-style"
|
|
8332
|
+
},
|
|
8333
|
+
"path": [
|
|
8334
|
+
"conduction",
|
|
8335
|
+
"input-checkbox",
|
|
8336
|
+
"checked",
|
|
8337
|
+
"hover",
|
|
8338
|
+
"border-style"
|
|
8339
|
+
]
|
|
8340
|
+
},
|
|
8341
|
+
"border-color": {
|
|
8342
|
+
"value": "#004e86",
|
|
8343
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8344
|
+
"isSource": true,
|
|
8345
|
+
"original": {
|
|
8346
|
+
"value": "{dinkelland.color.primary-hover}"
|
|
8347
|
+
},
|
|
8348
|
+
"name": "conductionInputCheckboxCheckedHoverBorderColor",
|
|
8349
|
+
"attributes": {
|
|
8350
|
+
"category": "conduction",
|
|
8351
|
+
"type": "input-checkbox",
|
|
8352
|
+
"item": "checked",
|
|
8353
|
+
"subitem": "hover",
|
|
8354
|
+
"state": "border-color"
|
|
8355
|
+
},
|
|
8356
|
+
"path": [
|
|
8357
|
+
"conduction",
|
|
8358
|
+
"input-checkbox",
|
|
8359
|
+
"checked",
|
|
8360
|
+
"hover",
|
|
8361
|
+
"border-color"
|
|
8362
|
+
]
|
|
8363
|
+
},
|
|
8364
|
+
"border-radius": {
|
|
8365
|
+
"value": "3px",
|
|
8366
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8367
|
+
"isSource": true,
|
|
8368
|
+
"original": {
|
|
8369
|
+
"value": "3px"
|
|
8370
|
+
},
|
|
8371
|
+
"name": "conductionInputCheckboxCheckedHoverBorderRadius",
|
|
8372
|
+
"attributes": {
|
|
8373
|
+
"category": "conduction",
|
|
8374
|
+
"type": "input-checkbox",
|
|
8375
|
+
"item": "checked",
|
|
8376
|
+
"subitem": "hover",
|
|
8377
|
+
"state": "border-radius"
|
|
8378
|
+
},
|
|
8379
|
+
"path": [
|
|
8380
|
+
"conduction",
|
|
8381
|
+
"input-checkbox",
|
|
8382
|
+
"checked",
|
|
8383
|
+
"hover",
|
|
8384
|
+
"border-radius"
|
|
8385
|
+
]
|
|
8386
|
+
},
|
|
8387
|
+
"box-shadow": {}
|
|
8388
|
+
}
|
|
8389
|
+
},
|
|
8390
|
+
"disabled": {
|
|
8391
|
+
"color": {
|
|
8392
|
+
"value": "#d1d1d1",
|
|
8393
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8394
|
+
"isSource": true,
|
|
8395
|
+
"original": {
|
|
8396
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8397
|
+
},
|
|
8398
|
+
"name": "conductionInputCheckboxDisabledColor",
|
|
8399
|
+
"attributes": {
|
|
8400
|
+
"category": "conduction",
|
|
8401
|
+
"type": "input-checkbox",
|
|
8402
|
+
"item": "disabled",
|
|
8403
|
+
"subitem": "color"
|
|
8404
|
+
},
|
|
8405
|
+
"path": [
|
|
8406
|
+
"conduction",
|
|
8407
|
+
"input-checkbox",
|
|
8408
|
+
"disabled",
|
|
8409
|
+
"color"
|
|
8410
|
+
]
|
|
8411
|
+
},
|
|
8412
|
+
"border-width": {
|
|
8413
|
+
"value": "1px",
|
|
8414
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8415
|
+
"isSource": true,
|
|
8416
|
+
"original": {
|
|
8417
|
+
"value": "{dinkelland.size.4xs}"
|
|
8418
|
+
},
|
|
8419
|
+
"name": "conductionInputCheckboxDisabledBorderWidth",
|
|
8420
|
+
"attributes": {
|
|
8421
|
+
"category": "conduction",
|
|
8422
|
+
"type": "input-checkbox",
|
|
8423
|
+
"item": "disabled",
|
|
8424
|
+
"subitem": "border-width"
|
|
8425
|
+
},
|
|
8426
|
+
"path": [
|
|
8427
|
+
"conduction",
|
|
8428
|
+
"input-checkbox",
|
|
8429
|
+
"disabled",
|
|
8430
|
+
"border-width"
|
|
8431
|
+
]
|
|
8432
|
+
},
|
|
8433
|
+
"border-style": {
|
|
8434
|
+
"value": "solid",
|
|
8435
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8436
|
+
"isSource": true,
|
|
8437
|
+
"original": {
|
|
8438
|
+
"value": "solid"
|
|
8439
|
+
},
|
|
8440
|
+
"name": "conductionInputCheckboxDisabledBorderStyle",
|
|
8441
|
+
"attributes": {
|
|
8442
|
+
"category": "conduction",
|
|
8443
|
+
"type": "input-checkbox",
|
|
8444
|
+
"item": "disabled",
|
|
8445
|
+
"subitem": "border-style"
|
|
8446
|
+
},
|
|
8447
|
+
"path": [
|
|
8448
|
+
"conduction",
|
|
8449
|
+
"input-checkbox",
|
|
8450
|
+
"disabled",
|
|
8451
|
+
"border-style"
|
|
8452
|
+
]
|
|
8453
|
+
},
|
|
8454
|
+
"border-color": {
|
|
8455
|
+
"value": "#d1d1d1",
|
|
8456
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8457
|
+
"isSource": true,
|
|
8458
|
+
"original": {
|
|
8459
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8460
|
+
},
|
|
8461
|
+
"name": "conductionInputCheckboxDisabledBorderColor",
|
|
8462
|
+
"attributes": {
|
|
8463
|
+
"category": "conduction",
|
|
8464
|
+
"type": "input-checkbox",
|
|
8465
|
+
"item": "disabled",
|
|
8466
|
+
"subitem": "border-color"
|
|
8467
|
+
},
|
|
8468
|
+
"path": [
|
|
8469
|
+
"conduction",
|
|
8470
|
+
"input-checkbox",
|
|
8471
|
+
"disabled",
|
|
8472
|
+
"border-color"
|
|
8473
|
+
]
|
|
8474
|
+
},
|
|
8475
|
+
"border-radius": {
|
|
8476
|
+
"value": "3px",
|
|
8477
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8478
|
+
"isSource": true,
|
|
8479
|
+
"original": {
|
|
8480
|
+
"value": "3px"
|
|
8481
|
+
},
|
|
8482
|
+
"name": "conductionInputCheckboxDisabledBorderRadius",
|
|
8483
|
+
"attributes": {
|
|
8484
|
+
"category": "conduction",
|
|
8485
|
+
"type": "input-checkbox",
|
|
8486
|
+
"item": "disabled",
|
|
8487
|
+
"subitem": "border-radius"
|
|
8488
|
+
},
|
|
8489
|
+
"path": [
|
|
8490
|
+
"conduction",
|
|
8491
|
+
"input-checkbox",
|
|
8492
|
+
"disabled",
|
|
8493
|
+
"border-radius"
|
|
8494
|
+
]
|
|
8495
|
+
},
|
|
8496
|
+
"box-shadow": {},
|
|
8497
|
+
"hover": {
|
|
8498
|
+
"color": {
|
|
8499
|
+
"value": "#d1d1d1",
|
|
8500
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8501
|
+
"isSource": true,
|
|
8502
|
+
"original": {
|
|
8503
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8504
|
+
},
|
|
8505
|
+
"name": "conductionInputCheckboxDisabledHoverColor",
|
|
8506
|
+
"attributes": {
|
|
8507
|
+
"category": "conduction",
|
|
8508
|
+
"type": "input-checkbox",
|
|
8509
|
+
"item": "disabled",
|
|
8510
|
+
"subitem": "hover",
|
|
8511
|
+
"state": "color"
|
|
8512
|
+
},
|
|
8513
|
+
"path": [
|
|
8514
|
+
"conduction",
|
|
8515
|
+
"input-checkbox",
|
|
8516
|
+
"disabled",
|
|
8517
|
+
"hover",
|
|
8518
|
+
"color"
|
|
8519
|
+
]
|
|
8520
|
+
},
|
|
8521
|
+
"border-width": {
|
|
8522
|
+
"value": "1px",
|
|
8523
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8524
|
+
"isSource": true,
|
|
8525
|
+
"original": {
|
|
8526
|
+
"value": "{dinkelland.size.4xs}"
|
|
8527
|
+
},
|
|
8528
|
+
"name": "conductionInputCheckboxDisabledHoverBorderWidth",
|
|
8529
|
+
"attributes": {
|
|
8530
|
+
"category": "conduction",
|
|
8531
|
+
"type": "input-checkbox",
|
|
8532
|
+
"item": "disabled",
|
|
8533
|
+
"subitem": "hover",
|
|
8534
|
+
"state": "border-width"
|
|
8535
|
+
},
|
|
8536
|
+
"path": [
|
|
8537
|
+
"conduction",
|
|
8538
|
+
"input-checkbox",
|
|
8539
|
+
"disabled",
|
|
8540
|
+
"hover",
|
|
8541
|
+
"border-width"
|
|
8542
|
+
]
|
|
8543
|
+
},
|
|
8544
|
+
"border-style": {
|
|
8545
|
+
"value": "solid",
|
|
8546
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8547
|
+
"isSource": true,
|
|
8548
|
+
"original": {
|
|
8549
|
+
"value": "solid"
|
|
8550
|
+
},
|
|
8551
|
+
"name": "conductionInputCheckboxDisabledHoverBorderStyle",
|
|
8552
|
+
"attributes": {
|
|
8553
|
+
"category": "conduction",
|
|
8554
|
+
"type": "input-checkbox",
|
|
8555
|
+
"item": "disabled",
|
|
8556
|
+
"subitem": "hover",
|
|
8557
|
+
"state": "border-style"
|
|
8558
|
+
},
|
|
8559
|
+
"path": [
|
|
8560
|
+
"conduction",
|
|
8561
|
+
"input-checkbox",
|
|
8562
|
+
"disabled",
|
|
8563
|
+
"hover",
|
|
8564
|
+
"border-style"
|
|
8565
|
+
]
|
|
8566
|
+
},
|
|
8567
|
+
"border-color": {
|
|
8568
|
+
"value": "#d1d1d1",
|
|
8569
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8570
|
+
"isSource": true,
|
|
8571
|
+
"original": {
|
|
8572
|
+
"value": "{dinkelland.color.grey.82}"
|
|
8573
|
+
},
|
|
8574
|
+
"name": "conductionInputCheckboxDisabledHoverBorderColor",
|
|
8575
|
+
"attributes": {
|
|
8576
|
+
"category": "conduction",
|
|
8577
|
+
"type": "input-checkbox",
|
|
8578
|
+
"item": "disabled",
|
|
8579
|
+
"subitem": "hover",
|
|
8580
|
+
"state": "border-color"
|
|
8581
|
+
},
|
|
8582
|
+
"path": [
|
|
8583
|
+
"conduction",
|
|
8584
|
+
"input-checkbox",
|
|
8585
|
+
"disabled",
|
|
8586
|
+
"hover",
|
|
8587
|
+
"border-color"
|
|
8588
|
+
]
|
|
8589
|
+
},
|
|
8590
|
+
"border-radius": {
|
|
8591
|
+
"value": "3px",
|
|
8592
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8593
|
+
"isSource": true,
|
|
8594
|
+
"original": {
|
|
8595
|
+
"value": "3px"
|
|
8596
|
+
},
|
|
8597
|
+
"name": "conductionInputCheckboxDisabledHoverBorderRadius",
|
|
8598
|
+
"attributes": {
|
|
8599
|
+
"category": "conduction",
|
|
8600
|
+
"type": "input-checkbox",
|
|
8601
|
+
"item": "disabled",
|
|
8602
|
+
"subitem": "hover",
|
|
8603
|
+
"state": "border-radius"
|
|
8604
|
+
},
|
|
8605
|
+
"path": [
|
|
8606
|
+
"conduction",
|
|
8607
|
+
"input-checkbox",
|
|
8608
|
+
"disabled",
|
|
8609
|
+
"hover",
|
|
8610
|
+
"border-radius"
|
|
8611
|
+
]
|
|
8612
|
+
},
|
|
8613
|
+
"box-shadow": {}
|
|
8614
|
+
}
|
|
8615
|
+
},
|
|
8616
|
+
"focus": {
|
|
8617
|
+
"outline-width": {
|
|
8618
|
+
"value": "2px",
|
|
8619
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8620
|
+
"isSource": true,
|
|
8621
|
+
"original": {
|
|
8622
|
+
"value": "2px"
|
|
8623
|
+
},
|
|
8624
|
+
"name": "conductionInputCheckboxFocusOutlineWidth",
|
|
8625
|
+
"attributes": {
|
|
8626
|
+
"category": "conduction",
|
|
8627
|
+
"type": "input-checkbox",
|
|
8628
|
+
"item": "focus",
|
|
8629
|
+
"subitem": "outline-width"
|
|
8630
|
+
},
|
|
8631
|
+
"path": [
|
|
8632
|
+
"conduction",
|
|
8633
|
+
"input-checkbox",
|
|
8634
|
+
"focus",
|
|
8635
|
+
"outline-width"
|
|
8636
|
+
]
|
|
8637
|
+
},
|
|
8638
|
+
"outline-style": {
|
|
8639
|
+
"value": "solid",
|
|
8640
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8641
|
+
"isSource": true,
|
|
8642
|
+
"original": {
|
|
8643
|
+
"value": "solid"
|
|
8644
|
+
},
|
|
8645
|
+
"name": "conductionInputCheckboxFocusOutlineStyle",
|
|
8646
|
+
"attributes": {
|
|
8647
|
+
"category": "conduction",
|
|
8648
|
+
"type": "input-checkbox",
|
|
8649
|
+
"item": "focus",
|
|
8650
|
+
"subitem": "outline-style"
|
|
8651
|
+
},
|
|
8652
|
+
"path": [
|
|
8653
|
+
"conduction",
|
|
8654
|
+
"input-checkbox",
|
|
8655
|
+
"focus",
|
|
8656
|
+
"outline-style"
|
|
8657
|
+
]
|
|
8658
|
+
},
|
|
8659
|
+
"outline-color": {
|
|
8660
|
+
"value": "#000000",
|
|
8661
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8662
|
+
"isSource": true,
|
|
8663
|
+
"original": {
|
|
8664
|
+
"value": "{dinkelland.color.black.0}"
|
|
8665
|
+
},
|
|
8666
|
+
"name": "conductionInputCheckboxFocusOutlineColor",
|
|
8667
|
+
"attributes": {
|
|
8668
|
+
"category": "conduction",
|
|
8669
|
+
"type": "input-checkbox",
|
|
8670
|
+
"item": "focus",
|
|
8671
|
+
"subitem": "outline-color"
|
|
8672
|
+
},
|
|
8673
|
+
"path": [
|
|
8674
|
+
"conduction",
|
|
8675
|
+
"input-checkbox",
|
|
8676
|
+
"focus",
|
|
8677
|
+
"outline-color"
|
|
8678
|
+
]
|
|
8679
|
+
},
|
|
8680
|
+
"outline-offset": {
|
|
8681
|
+
"value": "2px",
|
|
8682
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8683
|
+
"isSource": true,
|
|
8684
|
+
"original": {
|
|
8685
|
+
"value": "2px"
|
|
8686
|
+
},
|
|
8687
|
+
"name": "conductionInputCheckboxFocusOutlineOffset",
|
|
8688
|
+
"attributes": {
|
|
8689
|
+
"category": "conduction",
|
|
8690
|
+
"type": "input-checkbox",
|
|
8691
|
+
"item": "focus",
|
|
8692
|
+
"subitem": "outline-offset"
|
|
8693
|
+
},
|
|
8694
|
+
"path": [
|
|
8695
|
+
"conduction",
|
|
8696
|
+
"input-checkbox",
|
|
8697
|
+
"focus",
|
|
8698
|
+
"outline-offset"
|
|
8699
|
+
]
|
|
8700
|
+
}
|
|
8701
|
+
},
|
|
8702
|
+
"label": {
|
|
8703
|
+
"color": {
|
|
8704
|
+
"value": "#333333",
|
|
8705
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8706
|
+
"isSource": true,
|
|
8707
|
+
"original": {
|
|
8708
|
+
"value": "{utrecht.document.color}"
|
|
8709
|
+
},
|
|
8710
|
+
"name": "conductionInputCheckboxLabelColor",
|
|
8711
|
+
"attributes": {
|
|
8712
|
+
"category": "conduction",
|
|
8713
|
+
"type": "input-checkbox",
|
|
8714
|
+
"item": "label",
|
|
8715
|
+
"subitem": "color"
|
|
8716
|
+
},
|
|
8717
|
+
"path": [
|
|
8718
|
+
"conduction",
|
|
8719
|
+
"input-checkbox",
|
|
8720
|
+
"label",
|
|
8721
|
+
"color"
|
|
8722
|
+
]
|
|
8723
|
+
},
|
|
8724
|
+
"font-size": {
|
|
8725
|
+
"value": "16px",
|
|
8726
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8727
|
+
"isSource": true,
|
|
8728
|
+
"original": {
|
|
8729
|
+
"value": "{utrecht.document.font-size}"
|
|
8730
|
+
},
|
|
8731
|
+
"name": "conductionInputCheckboxLabelFontSize",
|
|
8732
|
+
"attributes": {
|
|
8733
|
+
"category": "conduction",
|
|
8734
|
+
"type": "input-checkbox",
|
|
8735
|
+
"item": "label",
|
|
8736
|
+
"subitem": "font-size"
|
|
8737
|
+
},
|
|
8738
|
+
"path": [
|
|
8739
|
+
"conduction",
|
|
8740
|
+
"input-checkbox",
|
|
8741
|
+
"label",
|
|
8742
|
+
"font-size"
|
|
8743
|
+
]
|
|
8744
|
+
},
|
|
8745
|
+
"font-weight": {},
|
|
8746
|
+
"font-family": {
|
|
8747
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
8748
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8749
|
+
"isSource": true,
|
|
8750
|
+
"original": {
|
|
8751
|
+
"value": "{utrecht.document.font-family}"
|
|
8752
|
+
},
|
|
8753
|
+
"name": "conductionInputCheckboxLabelFontFamily",
|
|
8754
|
+
"attributes": {
|
|
8755
|
+
"category": "conduction",
|
|
8756
|
+
"type": "input-checkbox",
|
|
8757
|
+
"item": "label",
|
|
8758
|
+
"subitem": "font-family"
|
|
8759
|
+
},
|
|
8760
|
+
"path": [
|
|
8761
|
+
"conduction",
|
|
8762
|
+
"input-checkbox",
|
|
8763
|
+
"label",
|
|
8764
|
+
"font-family"
|
|
8765
|
+
]
|
|
8766
|
+
},
|
|
8767
|
+
"container": {
|
|
8768
|
+
"padding": {
|
|
8769
|
+
"value": "3px",
|
|
8770
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8771
|
+
"isSource": true,
|
|
8772
|
+
"original": {
|
|
8773
|
+
"value": "3px"
|
|
8774
|
+
},
|
|
8775
|
+
"name": "conductionInputCheckboxLabelContainerPadding",
|
|
8776
|
+
"attributes": {
|
|
8777
|
+
"category": "conduction",
|
|
8778
|
+
"type": "input-checkbox",
|
|
8779
|
+
"item": "label",
|
|
8780
|
+
"subitem": "container",
|
|
8781
|
+
"state": "padding"
|
|
8782
|
+
},
|
|
8783
|
+
"path": [
|
|
8784
|
+
"conduction",
|
|
8785
|
+
"input-checkbox",
|
|
8786
|
+
"label",
|
|
8787
|
+
"container",
|
|
8788
|
+
"padding"
|
|
8789
|
+
]
|
|
8790
|
+
},
|
|
8791
|
+
"margin": {
|
|
8792
|
+
"value": "3px",
|
|
8793
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8794
|
+
"isSource": true,
|
|
8795
|
+
"original": {
|
|
8796
|
+
"value": "3px"
|
|
8797
|
+
},
|
|
8798
|
+
"name": "conductionInputCheckboxLabelContainerMargin",
|
|
8799
|
+
"attributes": {
|
|
8800
|
+
"category": "conduction",
|
|
8801
|
+
"type": "input-checkbox",
|
|
8802
|
+
"item": "label",
|
|
8803
|
+
"subitem": "container",
|
|
8804
|
+
"state": "margin"
|
|
8805
|
+
},
|
|
8806
|
+
"path": [
|
|
8807
|
+
"conduction",
|
|
8808
|
+
"input-checkbox",
|
|
8809
|
+
"label",
|
|
8810
|
+
"container",
|
|
8811
|
+
"margin"
|
|
8812
|
+
]
|
|
8813
|
+
}
|
|
8814
|
+
}
|
|
8815
|
+
}
|
|
8816
|
+
},
|
|
8817
|
+
"download-card": {
|
|
8818
|
+
"background-color": {},
|
|
8819
|
+
"title": {
|
|
8820
|
+
"color": {
|
|
8821
|
+
"value": "#222222",
|
|
8822
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8823
|
+
"isSource": true,
|
|
8824
|
+
"original": {
|
|
8825
|
+
"value": "{dinkelland.color.black.13}"
|
|
8826
|
+
},
|
|
8827
|
+
"name": "conductionDownloadCardTitleColor",
|
|
8828
|
+
"attributes": {
|
|
8829
|
+
"category": "conduction",
|
|
8830
|
+
"type": "download-card",
|
|
8831
|
+
"item": "title",
|
|
8832
|
+
"subitem": "color"
|
|
8833
|
+
},
|
|
8834
|
+
"path": [
|
|
8835
|
+
"conduction",
|
|
8836
|
+
"download-card",
|
|
8837
|
+
"title",
|
|
8838
|
+
"color"
|
|
8839
|
+
]
|
|
8840
|
+
},
|
|
8841
|
+
"font-size": {
|
|
8842
|
+
"value": "18px",
|
|
8843
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8844
|
+
"isSource": true,
|
|
8845
|
+
"original": {
|
|
8846
|
+
"value": "{dinkelland.font-size.lg}"
|
|
8847
|
+
},
|
|
8848
|
+
"name": "conductionDownloadCardTitleFontSize",
|
|
8849
|
+
"attributes": {
|
|
8850
|
+
"category": "conduction",
|
|
8851
|
+
"type": "download-card",
|
|
8852
|
+
"item": "title",
|
|
8853
|
+
"subitem": "font-size"
|
|
8854
|
+
},
|
|
8855
|
+
"path": [
|
|
8856
|
+
"conduction",
|
|
8857
|
+
"download-card",
|
|
8858
|
+
"title",
|
|
8859
|
+
"font-size"
|
|
8860
|
+
]
|
|
8861
|
+
},
|
|
8862
|
+
"font-weight": {
|
|
8863
|
+
"value": "700",
|
|
8864
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8865
|
+
"isSource": true,
|
|
8866
|
+
"original": {
|
|
8867
|
+
"value": "{dinkelland.typography.font-weight.bold}"
|
|
8868
|
+
},
|
|
8869
|
+
"name": "conductionDownloadCardTitleFontWeight",
|
|
8870
|
+
"attributes": {
|
|
8871
|
+
"category": "conduction",
|
|
8872
|
+
"type": "download-card",
|
|
8873
|
+
"item": "title",
|
|
8874
|
+
"subitem": "font-weight"
|
|
8875
|
+
},
|
|
8876
|
+
"path": [
|
|
8877
|
+
"conduction",
|
|
8878
|
+
"download-card",
|
|
8879
|
+
"title",
|
|
8880
|
+
"font-weight"
|
|
8881
|
+
]
|
|
8882
|
+
},
|
|
8883
|
+
"font-family": {
|
|
8884
|
+
"value": "\"Montserrat\", Arial, sans-serif",
|
|
8885
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8886
|
+
"isSource": true,
|
|
8887
|
+
"original": {
|
|
8888
|
+
"value": "{dinkelland.typography.montserrat.font-family}"
|
|
8889
|
+
},
|
|
8890
|
+
"name": "conductionDownloadCardTitleFontFamily",
|
|
8891
|
+
"attributes": {
|
|
8892
|
+
"category": "conduction",
|
|
8893
|
+
"type": "download-card",
|
|
8894
|
+
"item": "title",
|
|
8895
|
+
"subitem": "font-family"
|
|
8896
|
+
},
|
|
8897
|
+
"path": [
|
|
8898
|
+
"conduction",
|
|
8899
|
+
"download-card",
|
|
8900
|
+
"title",
|
|
8901
|
+
"font-family"
|
|
8902
|
+
]
|
|
8903
|
+
},
|
|
8904
|
+
"margin-inline-end": {
|
|
8905
|
+
"value": "14px",
|
|
8906
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8907
|
+
"isSource": true,
|
|
8908
|
+
"original": {
|
|
8909
|
+
"value": "{dinkelland.size.sm}"
|
|
8910
|
+
},
|
|
8911
|
+
"name": "conductionDownloadCardTitleMarginInlineEnd",
|
|
8912
|
+
"attributes": {
|
|
8913
|
+
"category": "conduction",
|
|
8914
|
+
"type": "download-card",
|
|
8915
|
+
"item": "title",
|
|
8916
|
+
"subitem": "margin-inline-end"
|
|
8917
|
+
},
|
|
8918
|
+
"path": [
|
|
8919
|
+
"conduction",
|
|
8920
|
+
"download-card",
|
|
8921
|
+
"title",
|
|
8922
|
+
"margin-inline-end"
|
|
8923
|
+
]
|
|
8924
|
+
}
|
|
8925
|
+
},
|
|
8926
|
+
"border-width": {
|
|
8927
|
+
"value": "1px",
|
|
8928
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8929
|
+
"isSource": true,
|
|
8930
|
+
"original": {
|
|
8931
|
+
"value": "{dinkelland.size.4xs}"
|
|
8932
|
+
},
|
|
8933
|
+
"name": "conductionDownloadCardBorderWidth",
|
|
8934
|
+
"attributes": {
|
|
8935
|
+
"category": "conduction",
|
|
8936
|
+
"type": "download-card",
|
|
8937
|
+
"item": "border-width"
|
|
8938
|
+
},
|
|
8939
|
+
"path": [
|
|
8940
|
+
"conduction",
|
|
8941
|
+
"download-card",
|
|
8942
|
+
"border-width"
|
|
8943
|
+
]
|
|
8944
|
+
},
|
|
8945
|
+
"border-style": {
|
|
8946
|
+
"value": "solid",
|
|
8947
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8948
|
+
"isSource": true,
|
|
8949
|
+
"original": {
|
|
8950
|
+
"value": "solid"
|
|
8951
|
+
},
|
|
8952
|
+
"name": "conductionDownloadCardBorderStyle",
|
|
8953
|
+
"attributes": {
|
|
8954
|
+
"category": "conduction",
|
|
8955
|
+
"type": "download-card",
|
|
8956
|
+
"item": "border-style"
|
|
8957
|
+
},
|
|
8958
|
+
"path": [
|
|
8959
|
+
"conduction",
|
|
8960
|
+
"download-card",
|
|
8961
|
+
"border-style"
|
|
8962
|
+
]
|
|
8963
|
+
},
|
|
8964
|
+
"border-color": {
|
|
8965
|
+
"value": "#AEB6C2",
|
|
8966
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8967
|
+
"isSource": true,
|
|
8968
|
+
"original": {
|
|
8969
|
+
"value": "{dinkelland.color.grey.72}"
|
|
8970
|
+
},
|
|
8971
|
+
"name": "conductionDownloadCardBorderColor",
|
|
8972
|
+
"attributes": {
|
|
8973
|
+
"category": "conduction",
|
|
8974
|
+
"type": "download-card",
|
|
8975
|
+
"item": "border-color"
|
|
8976
|
+
},
|
|
8977
|
+
"path": [
|
|
8978
|
+
"conduction",
|
|
8979
|
+
"download-card",
|
|
8980
|
+
"border-color"
|
|
8981
|
+
]
|
|
8982
|
+
},
|
|
8983
|
+
"border-radius": {
|
|
8984
|
+
"value": "0px",
|
|
8985
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8986
|
+
"isSource": true,
|
|
8987
|
+
"original": {
|
|
8988
|
+
"value": "0px"
|
|
8989
|
+
},
|
|
8990
|
+
"name": "conductionDownloadCardBorderRadius",
|
|
8991
|
+
"attributes": {
|
|
8992
|
+
"category": "conduction",
|
|
8993
|
+
"type": "download-card",
|
|
8994
|
+
"item": "border-radius"
|
|
8995
|
+
},
|
|
8996
|
+
"path": [
|
|
8997
|
+
"conduction",
|
|
8998
|
+
"download-card",
|
|
8999
|
+
"border-radius"
|
|
9000
|
+
]
|
|
9001
|
+
},
|
|
9002
|
+
"icon-gap": {
|
|
9003
|
+
"value": "8px",
|
|
9004
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
9005
|
+
"isSource": true,
|
|
9006
|
+
"original": {
|
|
9007
|
+
"value": "{dinkelland.size.xs}"
|
|
9008
|
+
},
|
|
9009
|
+
"name": "conductionDownloadCardIconGap",
|
|
9010
|
+
"attributes": {
|
|
9011
|
+
"category": "conduction",
|
|
9012
|
+
"type": "download-card",
|
|
9013
|
+
"item": "icon-gap"
|
|
9014
|
+
},
|
|
9015
|
+
"path": [
|
|
9016
|
+
"conduction",
|
|
9017
|
+
"download-card",
|
|
9018
|
+
"icon-gap"
|
|
9019
|
+
]
|
|
9020
|
+
},
|
|
9021
|
+
"padding-inline-end": {
|
|
9022
|
+
"value": "18px",
|
|
9023
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
9024
|
+
"isSource": true,
|
|
9025
|
+
"original": {
|
|
9026
|
+
"value": "{dinkelland.size.md}"
|
|
9027
|
+
},
|
|
9028
|
+
"name": "conductionDownloadCardPaddingInlineEnd",
|
|
9029
|
+
"attributes": {
|
|
9030
|
+
"category": "conduction",
|
|
9031
|
+
"type": "download-card",
|
|
9032
|
+
"item": "padding-inline-end"
|
|
9033
|
+
},
|
|
9034
|
+
"path": [
|
|
9035
|
+
"conduction",
|
|
9036
|
+
"download-card",
|
|
9037
|
+
"padding-inline-end"
|
|
9038
|
+
]
|
|
9039
|
+
},
|
|
9040
|
+
"padding-inline-start": {
|
|
9041
|
+
"value": "18px",
|
|
9042
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
9043
|
+
"isSource": true,
|
|
9044
|
+
"original": {
|
|
9045
|
+
"value": "{dinkelland.size.md}"
|
|
9046
|
+
},
|
|
9047
|
+
"name": "conductionDownloadCardPaddingInlineStart",
|
|
9048
|
+
"attributes": {
|
|
9049
|
+
"category": "conduction",
|
|
9050
|
+
"type": "download-card",
|
|
9051
|
+
"item": "padding-inline-start"
|
|
9052
|
+
},
|
|
9053
|
+
"path": [
|
|
9054
|
+
"conduction",
|
|
9055
|
+
"download-card",
|
|
9056
|
+
"padding-inline-start"
|
|
9057
|
+
]
|
|
9058
|
+
},
|
|
9059
|
+
"padding-block-end": {
|
|
9060
|
+
"value": "18px",
|
|
9061
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
9062
|
+
"isSource": true,
|
|
9063
|
+
"original": {
|
|
9064
|
+
"value": "{dinkelland.size.md}"
|
|
9065
|
+
},
|
|
9066
|
+
"name": "conductionDownloadCardPaddingBlockEnd",
|
|
9067
|
+
"attributes": {
|
|
9068
|
+
"category": "conduction",
|
|
9069
|
+
"type": "download-card",
|
|
9070
|
+
"item": "padding-block-end"
|
|
9071
|
+
},
|
|
9072
|
+
"path": [
|
|
9073
|
+
"conduction",
|
|
9074
|
+
"download-card",
|
|
9075
|
+
"padding-block-end"
|
|
9076
|
+
]
|
|
9077
|
+
},
|
|
9078
|
+
"padding-block-start": {
|
|
9079
|
+
"value": "18px",
|
|
9080
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
9081
|
+
"isSource": true,
|
|
9082
|
+
"original": {
|
|
9083
|
+
"value": "{dinkelland.size.md}"
|
|
9084
|
+
},
|
|
9085
|
+
"name": "conductionDownloadCardPaddingBlockStart",
|
|
9086
|
+
"attributes": {
|
|
9087
|
+
"category": "conduction",
|
|
9088
|
+
"type": "download-card",
|
|
9089
|
+
"item": "padding-block-start"
|
|
9090
|
+
},
|
|
9091
|
+
"path": [
|
|
9092
|
+
"conduction",
|
|
9093
|
+
"download-card",
|
|
9094
|
+
"padding-block-start"
|
|
9095
|
+
]
|
|
9096
|
+
}
|
|
9097
|
+
},
|
|
9098
|
+
"logo": {
|
|
9099
|
+
"header": {
|
|
9100
|
+
"inline-size": {
|
|
9101
|
+
"value": "150px",
|
|
9102
|
+
"filePath": "src/component/conduction/logo.tokens.json",
|
|
9103
|
+
"isSource": true,
|
|
9104
|
+
"original": {
|
|
9105
|
+
"value": "150px"
|
|
9106
|
+
},
|
|
9107
|
+
"name": "conductionLogoHeaderInlineSize",
|
|
9108
|
+
"attributes": {
|
|
9109
|
+
"category": "conduction",
|
|
9110
|
+
"type": "logo",
|
|
9111
|
+
"item": "header",
|
|
9112
|
+
"subitem": "inline-size"
|
|
9113
|
+
},
|
|
9114
|
+
"path": [
|
|
9115
|
+
"conduction",
|
|
9116
|
+
"logo",
|
|
9117
|
+
"header",
|
|
9118
|
+
"inline-size"
|
|
9119
|
+
]
|
|
9120
|
+
},
|
|
9121
|
+
"block-size": {
|
|
9122
|
+
"value": "30px",
|
|
9123
|
+
"filePath": "src/component/conduction/logo.tokens.json",
|
|
9124
|
+
"isSource": true,
|
|
9125
|
+
"original": {
|
|
9126
|
+
"value": "30px"
|
|
9127
|
+
},
|
|
9128
|
+
"name": "conductionLogoHeaderBlockSize",
|
|
9129
|
+
"attributes": {
|
|
9130
|
+
"category": "conduction",
|
|
9131
|
+
"type": "logo",
|
|
9132
|
+
"item": "header",
|
|
9133
|
+
"subitem": "block-size"
|
|
9134
|
+
},
|
|
9135
|
+
"path": [
|
|
9136
|
+
"conduction",
|
|
9137
|
+
"logo",
|
|
9138
|
+
"header",
|
|
9139
|
+
"block-size"
|
|
9140
|
+
]
|
|
9141
|
+
},
|
|
9142
|
+
"background-image": {
|
|
9143
|
+
"value": "url('https://www.dinkelland.nl/sites/all/themes/dinkelland/logo.svg')",
|
|
9144
|
+
"filePath": "src/component/conduction/logo.tokens.json",
|
|
9145
|
+
"isSource": true,
|
|
9146
|
+
"original": {
|
|
9147
|
+
"value": "url('https://www.dinkelland.nl/sites/all/themes/dinkelland/logo.svg')"
|
|
9148
|
+
},
|
|
9149
|
+
"name": "conductionLogoHeaderBackgroundImage",
|
|
9150
|
+
"attributes": {
|
|
9151
|
+
"category": "conduction",
|
|
9152
|
+
"type": "logo",
|
|
9153
|
+
"item": "header",
|
|
9154
|
+
"subitem": "background-image"
|
|
7835
9155
|
},
|
|
7836
9156
|
"path": [
|
|
7837
9157
|
"conduction",
|
|
@@ -8132,7 +9452,8 @@
|
|
|
8132
9452
|
"item",
|
|
8133
9453
|
"padding"
|
|
8134
9454
|
]
|
|
8135
|
-
}
|
|
9455
|
+
},
|
|
9456
|
+
"border-radius": {}
|
|
8136
9457
|
},
|
|
8137
9458
|
"padding-inline-end": {
|
|
8138
9459
|
"value": "16px",
|