@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
|
@@ -312,6 +312,27 @@
|
|
|
312
312
|
"29"
|
|
313
313
|
]
|
|
314
314
|
},
|
|
315
|
+
"31": {
|
|
316
|
+
"value": "#4f4f4f",
|
|
317
|
+
"filePath": "src/brand/noordwijk/color.tokens.json",
|
|
318
|
+
"isSource": true,
|
|
319
|
+
"original": {
|
|
320
|
+
"value": "#4f4f4f"
|
|
321
|
+
},
|
|
322
|
+
"name": "noordwijkColorGrey31",
|
|
323
|
+
"attributes": {
|
|
324
|
+
"category": "noordwijk",
|
|
325
|
+
"type": "color",
|
|
326
|
+
"item": "grey",
|
|
327
|
+
"subitem": "31"
|
|
328
|
+
},
|
|
329
|
+
"path": [
|
|
330
|
+
"noordwijk",
|
|
331
|
+
"color",
|
|
332
|
+
"grey",
|
|
333
|
+
"31"
|
|
334
|
+
]
|
|
335
|
+
},
|
|
315
336
|
"46": {
|
|
316
337
|
"value": "#757575",
|
|
317
338
|
"filePath": "src/brand/noordwijk/color.tokens.json",
|
|
@@ -2513,6 +2534,143 @@
|
|
|
2513
2534
|
"min-block-size": {},
|
|
2514
2535
|
"min-inline-size": {}
|
|
2515
2536
|
},
|
|
2537
|
+
"badge": {
|
|
2538
|
+
"background-color": {
|
|
2539
|
+
"value": "#000000 ",
|
|
2540
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2541
|
+
"isSource": true,
|
|
2542
|
+
"original": {
|
|
2543
|
+
"value": "{noordwijk.color.black.0} "
|
|
2544
|
+
},
|
|
2545
|
+
"name": "utrechtBadgeBackgroundColor",
|
|
2546
|
+
"attributes": {
|
|
2547
|
+
"category": "utrecht",
|
|
2548
|
+
"type": "badge",
|
|
2549
|
+
"item": "background-color"
|
|
2550
|
+
},
|
|
2551
|
+
"path": [
|
|
2552
|
+
"utrecht",
|
|
2553
|
+
"badge",
|
|
2554
|
+
"background-color"
|
|
2555
|
+
]
|
|
2556
|
+
},
|
|
2557
|
+
"border-radius": {
|
|
2558
|
+
"value": "0",
|
|
2559
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2560
|
+
"isSource": true,
|
|
2561
|
+
"original": {
|
|
2562
|
+
"value": "0"
|
|
2563
|
+
},
|
|
2564
|
+
"name": "utrechtBadgeBorderRadius",
|
|
2565
|
+
"attributes": {
|
|
2566
|
+
"category": "utrecht",
|
|
2567
|
+
"type": "badge",
|
|
2568
|
+
"item": "border-radius"
|
|
2569
|
+
},
|
|
2570
|
+
"path": [
|
|
2571
|
+
"utrecht",
|
|
2572
|
+
"badge",
|
|
2573
|
+
"border-radius"
|
|
2574
|
+
]
|
|
2575
|
+
},
|
|
2576
|
+
"color": {
|
|
2577
|
+
"value": "#ffffff ",
|
|
2578
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2579
|
+
"isSource": true,
|
|
2580
|
+
"original": {
|
|
2581
|
+
"value": "{noordwijk.color.white.100} "
|
|
2582
|
+
},
|
|
2583
|
+
"name": "utrechtBadgeColor",
|
|
2584
|
+
"attributes": {
|
|
2585
|
+
"category": "utrecht",
|
|
2586
|
+
"type": "badge",
|
|
2587
|
+
"item": "color"
|
|
2588
|
+
},
|
|
2589
|
+
"path": [
|
|
2590
|
+
"utrecht",
|
|
2591
|
+
"badge",
|
|
2592
|
+
"color"
|
|
2593
|
+
]
|
|
2594
|
+
},
|
|
2595
|
+
"font-size": {
|
|
2596
|
+
"value": "14px",
|
|
2597
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2598
|
+
"isSource": true,
|
|
2599
|
+
"original": {
|
|
2600
|
+
"value": "{noordwijk.font-size.sm}"
|
|
2601
|
+
},
|
|
2602
|
+
"name": "utrechtBadgeFontSize",
|
|
2603
|
+
"attributes": {
|
|
2604
|
+
"category": "utrecht",
|
|
2605
|
+
"type": "badge",
|
|
2606
|
+
"item": "font-size"
|
|
2607
|
+
},
|
|
2608
|
+
"path": [
|
|
2609
|
+
"utrecht",
|
|
2610
|
+
"badge",
|
|
2611
|
+
"font-size"
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2614
|
+
"font-weight": {
|
|
2615
|
+
"value": "300",
|
|
2616
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2617
|
+
"isSource": true,
|
|
2618
|
+
"original": {
|
|
2619
|
+
"value": "{noordwijk.typography.font-weight.normal}"
|
|
2620
|
+
},
|
|
2621
|
+
"name": "utrechtBadgeFontWeight",
|
|
2622
|
+
"attributes": {
|
|
2623
|
+
"category": "utrecht",
|
|
2624
|
+
"type": "badge",
|
|
2625
|
+
"item": "font-weight"
|
|
2626
|
+
},
|
|
2627
|
+
"path": [
|
|
2628
|
+
"utrecht",
|
|
2629
|
+
"badge",
|
|
2630
|
+
"font-weight"
|
|
2631
|
+
]
|
|
2632
|
+
},
|
|
2633
|
+
"line-height": {},
|
|
2634
|
+
"padding-block": {
|
|
2635
|
+
"value": "8px",
|
|
2636
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2637
|
+
"isSource": true,
|
|
2638
|
+
"original": {
|
|
2639
|
+
"value": "{noordwijk.size.xs}"
|
|
2640
|
+
},
|
|
2641
|
+
"name": "utrechtBadgePaddingBlock",
|
|
2642
|
+
"attributes": {
|
|
2643
|
+
"category": "utrecht",
|
|
2644
|
+
"type": "badge",
|
|
2645
|
+
"item": "padding-block"
|
|
2646
|
+
},
|
|
2647
|
+
"path": [
|
|
2648
|
+
"utrecht",
|
|
2649
|
+
"badge",
|
|
2650
|
+
"padding-block"
|
|
2651
|
+
]
|
|
2652
|
+
},
|
|
2653
|
+
"padding-inline": {
|
|
2654
|
+
"value": "8px",
|
|
2655
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
2656
|
+
"isSource": true,
|
|
2657
|
+
"original": {
|
|
2658
|
+
"value": "{noordwijk.size.xs}"
|
|
2659
|
+
},
|
|
2660
|
+
"name": "utrechtBadgePaddingInline",
|
|
2661
|
+
"attributes": {
|
|
2662
|
+
"category": "utrecht",
|
|
2663
|
+
"type": "badge",
|
|
2664
|
+
"item": "padding-inline"
|
|
2665
|
+
},
|
|
2666
|
+
"path": [
|
|
2667
|
+
"utrecht",
|
|
2668
|
+
"badge",
|
|
2669
|
+
"padding-inline"
|
|
2670
|
+
]
|
|
2671
|
+
},
|
|
2672
|
+
"text-transform": {}
|
|
2673
|
+
},
|
|
2516
2674
|
"blockquote": {
|
|
2517
2675
|
"background-color": {},
|
|
2518
2676
|
"color": {},
|
|
@@ -7437,6 +7595,7 @@
|
|
|
7437
7595
|
"border-radius"
|
|
7438
7596
|
]
|
|
7439
7597
|
},
|
|
7598
|
+
"box-shadow": {},
|
|
7440
7599
|
"color": {
|
|
7441
7600
|
"value": "#000000",
|
|
7442
7601
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -7539,91 +7698,1231 @@
|
|
|
7539
7698
|
]
|
|
7540
7699
|
}
|
|
7541
7700
|
},
|
|
7542
|
-
"
|
|
7543
|
-
"
|
|
7544
|
-
"
|
|
7545
|
-
|
|
7546
|
-
|
|
7701
|
+
"input-checkbox": {
|
|
7702
|
+
"color": {
|
|
7703
|
+
"value": "#ffffff",
|
|
7704
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7705
|
+
"isSource": true,
|
|
7706
|
+
"original": {
|
|
7707
|
+
"value": "{noordwijk.color.white.100}"
|
|
7708
|
+
},
|
|
7709
|
+
"name": "conductionInputCheckboxColor",
|
|
7710
|
+
"attributes": {
|
|
7711
|
+
"category": "conduction",
|
|
7712
|
+
"type": "input-checkbox",
|
|
7713
|
+
"item": "color"
|
|
7714
|
+
},
|
|
7715
|
+
"path": [
|
|
7716
|
+
"conduction",
|
|
7717
|
+
"input-checkbox",
|
|
7718
|
+
"color"
|
|
7719
|
+
]
|
|
7720
|
+
},
|
|
7721
|
+
"border-width": {
|
|
7722
|
+
"value": "1px",
|
|
7723
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7724
|
+
"isSource": true,
|
|
7725
|
+
"original": {
|
|
7726
|
+
"value": "{noordwijk.size.4xs}"
|
|
7727
|
+
},
|
|
7728
|
+
"name": "conductionInputCheckboxBorderWidth",
|
|
7729
|
+
"attributes": {
|
|
7730
|
+
"category": "conduction",
|
|
7731
|
+
"type": "input-checkbox",
|
|
7732
|
+
"item": "border-width"
|
|
7733
|
+
},
|
|
7734
|
+
"path": [
|
|
7735
|
+
"conduction",
|
|
7736
|
+
"input-checkbox",
|
|
7737
|
+
"border-width"
|
|
7738
|
+
]
|
|
7739
|
+
},
|
|
7740
|
+
"border-style": {
|
|
7741
|
+
"value": "solid",
|
|
7742
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7743
|
+
"isSource": true,
|
|
7744
|
+
"original": {
|
|
7745
|
+
"value": "solid"
|
|
7746
|
+
},
|
|
7747
|
+
"name": "conductionInputCheckboxBorderStyle",
|
|
7748
|
+
"attributes": {
|
|
7749
|
+
"category": "conduction",
|
|
7750
|
+
"type": "input-checkbox",
|
|
7751
|
+
"item": "border-style"
|
|
7752
|
+
},
|
|
7753
|
+
"path": [
|
|
7754
|
+
"conduction",
|
|
7755
|
+
"input-checkbox",
|
|
7756
|
+
"border-style"
|
|
7757
|
+
]
|
|
7758
|
+
},
|
|
7759
|
+
"border-color": {
|
|
7760
|
+
"value": "#757575",
|
|
7761
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7762
|
+
"isSource": true,
|
|
7763
|
+
"original": {
|
|
7764
|
+
"value": "{noordwijk.color.grey.46}"
|
|
7765
|
+
},
|
|
7766
|
+
"name": "conductionInputCheckboxBorderColor",
|
|
7767
|
+
"attributes": {
|
|
7768
|
+
"category": "conduction",
|
|
7769
|
+
"type": "input-checkbox",
|
|
7770
|
+
"item": "border-color"
|
|
7771
|
+
},
|
|
7772
|
+
"path": [
|
|
7773
|
+
"conduction",
|
|
7774
|
+
"input-checkbox",
|
|
7775
|
+
"border-color"
|
|
7776
|
+
]
|
|
7777
|
+
},
|
|
7778
|
+
"border-radius": {
|
|
7779
|
+
"value": "3px",
|
|
7780
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7781
|
+
"isSource": true,
|
|
7782
|
+
"original": {
|
|
7783
|
+
"value": "3px"
|
|
7784
|
+
},
|
|
7785
|
+
"name": "conductionInputCheckboxBorderRadius",
|
|
7786
|
+
"attributes": {
|
|
7787
|
+
"category": "conduction",
|
|
7788
|
+
"type": "input-checkbox",
|
|
7789
|
+
"item": "border-radius"
|
|
7790
|
+
},
|
|
7791
|
+
"path": [
|
|
7792
|
+
"conduction",
|
|
7793
|
+
"input-checkbox",
|
|
7794
|
+
"border-radius"
|
|
7795
|
+
]
|
|
7796
|
+
},
|
|
7797
|
+
"box-shadow": {},
|
|
7798
|
+
"hover": {
|
|
7799
|
+
"color": {
|
|
7800
|
+
"value": "#ffffff",
|
|
7801
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7547
7802
|
"isSource": true,
|
|
7548
7803
|
"original": {
|
|
7549
|
-
"value": "
|
|
7804
|
+
"value": "{noordwijk.color.white.100}"
|
|
7550
7805
|
},
|
|
7551
|
-
"name": "
|
|
7806
|
+
"name": "conductionInputCheckboxHoverColor",
|
|
7552
7807
|
"attributes": {
|
|
7553
7808
|
"category": "conduction",
|
|
7554
|
-
"type": "
|
|
7555
|
-
"item": "
|
|
7556
|
-
"subitem": "
|
|
7809
|
+
"type": "input-checkbox",
|
|
7810
|
+
"item": "hover",
|
|
7811
|
+
"subitem": "color"
|
|
7557
7812
|
},
|
|
7558
7813
|
"path": [
|
|
7559
7814
|
"conduction",
|
|
7560
|
-
"
|
|
7561
|
-
"
|
|
7562
|
-
"
|
|
7815
|
+
"input-checkbox",
|
|
7816
|
+
"hover",
|
|
7817
|
+
"color"
|
|
7563
7818
|
]
|
|
7564
7819
|
},
|
|
7565
|
-
"
|
|
7566
|
-
"value": "
|
|
7567
|
-
"filePath": "src/component/conduction/
|
|
7820
|
+
"border-width": {
|
|
7821
|
+
"value": "1px",
|
|
7822
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7568
7823
|
"isSource": true,
|
|
7569
7824
|
"original": {
|
|
7570
|
-
"value": "
|
|
7825
|
+
"value": "{noordwijk.size.4xs}"
|
|
7571
7826
|
},
|
|
7572
|
-
"name": "
|
|
7827
|
+
"name": "conductionInputCheckboxHoverBorderWidth",
|
|
7573
7828
|
"attributes": {
|
|
7574
7829
|
"category": "conduction",
|
|
7575
|
-
"type": "
|
|
7576
|
-
"item": "
|
|
7577
|
-
"subitem": "
|
|
7830
|
+
"type": "input-checkbox",
|
|
7831
|
+
"item": "hover",
|
|
7832
|
+
"subitem": "border-width"
|
|
7578
7833
|
},
|
|
7579
7834
|
"path": [
|
|
7580
7835
|
"conduction",
|
|
7581
|
-
"
|
|
7582
|
-
"
|
|
7583
|
-
"
|
|
7836
|
+
"input-checkbox",
|
|
7837
|
+
"hover",
|
|
7838
|
+
"border-width"
|
|
7584
7839
|
]
|
|
7585
7840
|
},
|
|
7586
|
-
"
|
|
7587
|
-
"value": "
|
|
7588
|
-
"filePath": "src/component/conduction/
|
|
7841
|
+
"border-style": {
|
|
7842
|
+
"value": "solid",
|
|
7843
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7589
7844
|
"isSource": true,
|
|
7590
7845
|
"original": {
|
|
7591
|
-
"value": "
|
|
7846
|
+
"value": "solid"
|
|
7592
7847
|
},
|
|
7593
|
-
"name": "
|
|
7848
|
+
"name": "conductionInputCheckboxHoverBorderStyle",
|
|
7594
7849
|
"attributes": {
|
|
7595
7850
|
"category": "conduction",
|
|
7596
|
-
"type": "
|
|
7597
|
-
"item": "
|
|
7598
|
-
"subitem": "
|
|
7851
|
+
"type": "input-checkbox",
|
|
7852
|
+
"item": "hover",
|
|
7853
|
+
"subitem": "border-style"
|
|
7599
7854
|
},
|
|
7600
7855
|
"path": [
|
|
7601
7856
|
"conduction",
|
|
7602
|
-
"
|
|
7603
|
-
"
|
|
7604
|
-
"
|
|
7857
|
+
"input-checkbox",
|
|
7858
|
+
"hover",
|
|
7859
|
+
"border-style"
|
|
7605
7860
|
]
|
|
7606
|
-
}
|
|
7607
|
-
|
|
7608
|
-
|
|
7609
|
-
|
|
7610
|
-
"value": "",
|
|
7611
|
-
"filePath": "src/component/conduction/logo.tokens.json",
|
|
7861
|
+
},
|
|
7862
|
+
"border-color": {
|
|
7863
|
+
"value": "#4f4f4f",
|
|
7864
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7612
7865
|
"isSource": true,
|
|
7613
7866
|
"original": {
|
|
7614
|
-
"value": ""
|
|
7867
|
+
"value": "{noordwijk.color.grey.31}"
|
|
7615
7868
|
},
|
|
7616
|
-
"name": "
|
|
7869
|
+
"name": "conductionInputCheckboxHoverBorderColor",
|
|
7617
7870
|
"attributes": {
|
|
7618
7871
|
"category": "conduction",
|
|
7619
|
-
"type": "
|
|
7620
|
-
"item": "
|
|
7621
|
-
"subitem": "
|
|
7872
|
+
"type": "input-checkbox",
|
|
7873
|
+
"item": "hover",
|
|
7874
|
+
"subitem": "border-color"
|
|
7622
7875
|
},
|
|
7623
7876
|
"path": [
|
|
7624
7877
|
"conduction",
|
|
7625
|
-
"
|
|
7626
|
-
"
|
|
7878
|
+
"input-checkbox",
|
|
7879
|
+
"hover",
|
|
7880
|
+
"border-color"
|
|
7881
|
+
]
|
|
7882
|
+
},
|
|
7883
|
+
"border-radius": {
|
|
7884
|
+
"value": "3px",
|
|
7885
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7886
|
+
"isSource": true,
|
|
7887
|
+
"original": {
|
|
7888
|
+
"value": "3px"
|
|
7889
|
+
},
|
|
7890
|
+
"name": "conductionInputCheckboxHoverBorderRadius",
|
|
7891
|
+
"attributes": {
|
|
7892
|
+
"category": "conduction",
|
|
7893
|
+
"type": "input-checkbox",
|
|
7894
|
+
"item": "hover",
|
|
7895
|
+
"subitem": "border-radius"
|
|
7896
|
+
},
|
|
7897
|
+
"path": [
|
|
7898
|
+
"conduction",
|
|
7899
|
+
"input-checkbox",
|
|
7900
|
+
"hover",
|
|
7901
|
+
"border-radius"
|
|
7902
|
+
]
|
|
7903
|
+
},
|
|
7904
|
+
"box-shadow": {}
|
|
7905
|
+
},
|
|
7906
|
+
"checked": {
|
|
7907
|
+
"color": {
|
|
7908
|
+
"value": "#2c2276",
|
|
7909
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7910
|
+
"isSource": true,
|
|
7911
|
+
"original": {
|
|
7912
|
+
"value": "{noordwijk.color.primary}"
|
|
7913
|
+
},
|
|
7914
|
+
"name": "conductionInputCheckboxCheckedColor",
|
|
7915
|
+
"attributes": {
|
|
7916
|
+
"category": "conduction",
|
|
7917
|
+
"type": "input-checkbox",
|
|
7918
|
+
"item": "checked",
|
|
7919
|
+
"subitem": "color"
|
|
7920
|
+
},
|
|
7921
|
+
"path": [
|
|
7922
|
+
"conduction",
|
|
7923
|
+
"input-checkbox",
|
|
7924
|
+
"checked",
|
|
7925
|
+
"color"
|
|
7926
|
+
]
|
|
7927
|
+
},
|
|
7928
|
+
"border-width": {
|
|
7929
|
+
"value": "1px",
|
|
7930
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7931
|
+
"isSource": true,
|
|
7932
|
+
"original": {
|
|
7933
|
+
"value": "{noordwijk.size.4xs}"
|
|
7934
|
+
},
|
|
7935
|
+
"name": "conductionInputCheckboxCheckedBorderWidth",
|
|
7936
|
+
"attributes": {
|
|
7937
|
+
"category": "conduction",
|
|
7938
|
+
"type": "input-checkbox",
|
|
7939
|
+
"item": "checked",
|
|
7940
|
+
"subitem": "border-width"
|
|
7941
|
+
},
|
|
7942
|
+
"path": [
|
|
7943
|
+
"conduction",
|
|
7944
|
+
"input-checkbox",
|
|
7945
|
+
"checked",
|
|
7946
|
+
"border-width"
|
|
7947
|
+
]
|
|
7948
|
+
},
|
|
7949
|
+
"border-style": {
|
|
7950
|
+
"value": "solid",
|
|
7951
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7952
|
+
"isSource": true,
|
|
7953
|
+
"original": {
|
|
7954
|
+
"value": "solid"
|
|
7955
|
+
},
|
|
7956
|
+
"name": "conductionInputCheckboxCheckedBorderStyle",
|
|
7957
|
+
"attributes": {
|
|
7958
|
+
"category": "conduction",
|
|
7959
|
+
"type": "input-checkbox",
|
|
7960
|
+
"item": "checked",
|
|
7961
|
+
"subitem": "border-style"
|
|
7962
|
+
},
|
|
7963
|
+
"path": [
|
|
7964
|
+
"conduction",
|
|
7965
|
+
"input-checkbox",
|
|
7966
|
+
"checked",
|
|
7967
|
+
"border-style"
|
|
7968
|
+
]
|
|
7969
|
+
},
|
|
7970
|
+
"border-color": {
|
|
7971
|
+
"value": "#2c2276",
|
|
7972
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7973
|
+
"isSource": true,
|
|
7974
|
+
"original": {
|
|
7975
|
+
"value": "{noordwijk.color.primary}"
|
|
7976
|
+
},
|
|
7977
|
+
"name": "conductionInputCheckboxCheckedBorderColor",
|
|
7978
|
+
"attributes": {
|
|
7979
|
+
"category": "conduction",
|
|
7980
|
+
"type": "input-checkbox",
|
|
7981
|
+
"item": "checked",
|
|
7982
|
+
"subitem": "border-color"
|
|
7983
|
+
},
|
|
7984
|
+
"path": [
|
|
7985
|
+
"conduction",
|
|
7986
|
+
"input-checkbox",
|
|
7987
|
+
"checked",
|
|
7988
|
+
"border-color"
|
|
7989
|
+
]
|
|
7990
|
+
},
|
|
7991
|
+
"border-radius": {
|
|
7992
|
+
"value": "3px",
|
|
7993
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
7994
|
+
"isSource": true,
|
|
7995
|
+
"original": {
|
|
7996
|
+
"value": "3px"
|
|
7997
|
+
},
|
|
7998
|
+
"name": "conductionInputCheckboxCheckedBorderRadius",
|
|
7999
|
+
"attributes": {
|
|
8000
|
+
"category": "conduction",
|
|
8001
|
+
"type": "input-checkbox",
|
|
8002
|
+
"item": "checked",
|
|
8003
|
+
"subitem": "border-radius"
|
|
8004
|
+
},
|
|
8005
|
+
"path": [
|
|
8006
|
+
"conduction",
|
|
8007
|
+
"input-checkbox",
|
|
8008
|
+
"checked",
|
|
8009
|
+
"border-radius"
|
|
8010
|
+
]
|
|
8011
|
+
},
|
|
8012
|
+
"box-shadow": {},
|
|
8013
|
+
"checkmark-url": {},
|
|
8014
|
+
"hover": {
|
|
8015
|
+
"color": {
|
|
8016
|
+
"value": "#16113b",
|
|
8017
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8018
|
+
"isSource": true,
|
|
8019
|
+
"original": {
|
|
8020
|
+
"value": "{noordwijk.color.primary-hover}"
|
|
8021
|
+
},
|
|
8022
|
+
"name": "conductionInputCheckboxCheckedHoverColor",
|
|
8023
|
+
"attributes": {
|
|
8024
|
+
"category": "conduction",
|
|
8025
|
+
"type": "input-checkbox",
|
|
8026
|
+
"item": "checked",
|
|
8027
|
+
"subitem": "hover",
|
|
8028
|
+
"state": "color"
|
|
8029
|
+
},
|
|
8030
|
+
"path": [
|
|
8031
|
+
"conduction",
|
|
8032
|
+
"input-checkbox",
|
|
8033
|
+
"checked",
|
|
8034
|
+
"hover",
|
|
8035
|
+
"color"
|
|
8036
|
+
]
|
|
8037
|
+
},
|
|
8038
|
+
"border-width": {
|
|
8039
|
+
"value": "1px",
|
|
8040
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8041
|
+
"isSource": true,
|
|
8042
|
+
"original": {
|
|
8043
|
+
"value": "{noordwijk.size.4xs}"
|
|
8044
|
+
},
|
|
8045
|
+
"name": "conductionInputCheckboxCheckedHoverBorderWidth",
|
|
8046
|
+
"attributes": {
|
|
8047
|
+
"category": "conduction",
|
|
8048
|
+
"type": "input-checkbox",
|
|
8049
|
+
"item": "checked",
|
|
8050
|
+
"subitem": "hover",
|
|
8051
|
+
"state": "border-width"
|
|
8052
|
+
},
|
|
8053
|
+
"path": [
|
|
8054
|
+
"conduction",
|
|
8055
|
+
"input-checkbox",
|
|
8056
|
+
"checked",
|
|
8057
|
+
"hover",
|
|
8058
|
+
"border-width"
|
|
8059
|
+
]
|
|
8060
|
+
},
|
|
8061
|
+
"border-style": {
|
|
8062
|
+
"value": "solid",
|
|
8063
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8064
|
+
"isSource": true,
|
|
8065
|
+
"original": {
|
|
8066
|
+
"value": "solid"
|
|
8067
|
+
},
|
|
8068
|
+
"name": "conductionInputCheckboxCheckedHoverBorderStyle",
|
|
8069
|
+
"attributes": {
|
|
8070
|
+
"category": "conduction",
|
|
8071
|
+
"type": "input-checkbox",
|
|
8072
|
+
"item": "checked",
|
|
8073
|
+
"subitem": "hover",
|
|
8074
|
+
"state": "border-style"
|
|
8075
|
+
},
|
|
8076
|
+
"path": [
|
|
8077
|
+
"conduction",
|
|
8078
|
+
"input-checkbox",
|
|
8079
|
+
"checked",
|
|
8080
|
+
"hover",
|
|
8081
|
+
"border-style"
|
|
8082
|
+
]
|
|
8083
|
+
},
|
|
8084
|
+
"border-color": {
|
|
8085
|
+
"value": "#16113b",
|
|
8086
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8087
|
+
"isSource": true,
|
|
8088
|
+
"original": {
|
|
8089
|
+
"value": "{noordwijk.color.primary-hover}"
|
|
8090
|
+
},
|
|
8091
|
+
"name": "conductionInputCheckboxCheckedHoverBorderColor",
|
|
8092
|
+
"attributes": {
|
|
8093
|
+
"category": "conduction",
|
|
8094
|
+
"type": "input-checkbox",
|
|
8095
|
+
"item": "checked",
|
|
8096
|
+
"subitem": "hover",
|
|
8097
|
+
"state": "border-color"
|
|
8098
|
+
},
|
|
8099
|
+
"path": [
|
|
8100
|
+
"conduction",
|
|
8101
|
+
"input-checkbox",
|
|
8102
|
+
"checked",
|
|
8103
|
+
"hover",
|
|
8104
|
+
"border-color"
|
|
8105
|
+
]
|
|
8106
|
+
},
|
|
8107
|
+
"border-radius": {
|
|
8108
|
+
"value": "3px",
|
|
8109
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8110
|
+
"isSource": true,
|
|
8111
|
+
"original": {
|
|
8112
|
+
"value": "3px"
|
|
8113
|
+
},
|
|
8114
|
+
"name": "conductionInputCheckboxCheckedHoverBorderRadius",
|
|
8115
|
+
"attributes": {
|
|
8116
|
+
"category": "conduction",
|
|
8117
|
+
"type": "input-checkbox",
|
|
8118
|
+
"item": "checked",
|
|
8119
|
+
"subitem": "hover",
|
|
8120
|
+
"state": "border-radius"
|
|
8121
|
+
},
|
|
8122
|
+
"path": [
|
|
8123
|
+
"conduction",
|
|
8124
|
+
"input-checkbox",
|
|
8125
|
+
"checked",
|
|
8126
|
+
"hover",
|
|
8127
|
+
"border-radius"
|
|
8128
|
+
]
|
|
8129
|
+
},
|
|
8130
|
+
"box-shadow": {}
|
|
8131
|
+
}
|
|
8132
|
+
},
|
|
8133
|
+
"disabled": {
|
|
8134
|
+
"color": {
|
|
8135
|
+
"value": "#d1d1d1",
|
|
8136
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8137
|
+
"isSource": true,
|
|
8138
|
+
"original": {
|
|
8139
|
+
"value": "{noordwijk.color.grey.82}"
|
|
8140
|
+
},
|
|
8141
|
+
"name": "conductionInputCheckboxDisabledColor",
|
|
8142
|
+
"attributes": {
|
|
8143
|
+
"category": "conduction",
|
|
8144
|
+
"type": "input-checkbox",
|
|
8145
|
+
"item": "disabled",
|
|
8146
|
+
"subitem": "color"
|
|
8147
|
+
},
|
|
8148
|
+
"path": [
|
|
8149
|
+
"conduction",
|
|
8150
|
+
"input-checkbox",
|
|
8151
|
+
"disabled",
|
|
8152
|
+
"color"
|
|
8153
|
+
]
|
|
8154
|
+
},
|
|
8155
|
+
"border-width": {
|
|
8156
|
+
"value": "1px",
|
|
8157
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8158
|
+
"isSource": true,
|
|
8159
|
+
"original": {
|
|
8160
|
+
"value": "{noordwijk.size.4xs}"
|
|
8161
|
+
},
|
|
8162
|
+
"name": "conductionInputCheckboxDisabledBorderWidth",
|
|
8163
|
+
"attributes": {
|
|
8164
|
+
"category": "conduction",
|
|
8165
|
+
"type": "input-checkbox",
|
|
8166
|
+
"item": "disabled",
|
|
8167
|
+
"subitem": "border-width"
|
|
8168
|
+
},
|
|
8169
|
+
"path": [
|
|
8170
|
+
"conduction",
|
|
8171
|
+
"input-checkbox",
|
|
8172
|
+
"disabled",
|
|
8173
|
+
"border-width"
|
|
8174
|
+
]
|
|
8175
|
+
},
|
|
8176
|
+
"border-style": {
|
|
8177
|
+
"value": "solid",
|
|
8178
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8179
|
+
"isSource": true,
|
|
8180
|
+
"original": {
|
|
8181
|
+
"value": "solid"
|
|
8182
|
+
},
|
|
8183
|
+
"name": "conductionInputCheckboxDisabledBorderStyle",
|
|
8184
|
+
"attributes": {
|
|
8185
|
+
"category": "conduction",
|
|
8186
|
+
"type": "input-checkbox",
|
|
8187
|
+
"item": "disabled",
|
|
8188
|
+
"subitem": "border-style"
|
|
8189
|
+
},
|
|
8190
|
+
"path": [
|
|
8191
|
+
"conduction",
|
|
8192
|
+
"input-checkbox",
|
|
8193
|
+
"disabled",
|
|
8194
|
+
"border-style"
|
|
8195
|
+
]
|
|
8196
|
+
},
|
|
8197
|
+
"border-color": {
|
|
8198
|
+
"value": "#d1d1d1",
|
|
8199
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8200
|
+
"isSource": true,
|
|
8201
|
+
"original": {
|
|
8202
|
+
"value": "{noordwijk.color.grey.82}"
|
|
8203
|
+
},
|
|
8204
|
+
"name": "conductionInputCheckboxDisabledBorderColor",
|
|
8205
|
+
"attributes": {
|
|
8206
|
+
"category": "conduction",
|
|
8207
|
+
"type": "input-checkbox",
|
|
8208
|
+
"item": "disabled",
|
|
8209
|
+
"subitem": "border-color"
|
|
8210
|
+
},
|
|
8211
|
+
"path": [
|
|
8212
|
+
"conduction",
|
|
8213
|
+
"input-checkbox",
|
|
8214
|
+
"disabled",
|
|
8215
|
+
"border-color"
|
|
8216
|
+
]
|
|
8217
|
+
},
|
|
8218
|
+
"border-radius": {
|
|
8219
|
+
"value": "3px",
|
|
8220
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8221
|
+
"isSource": true,
|
|
8222
|
+
"original": {
|
|
8223
|
+
"value": "3px"
|
|
8224
|
+
},
|
|
8225
|
+
"name": "conductionInputCheckboxDisabledBorderRadius",
|
|
8226
|
+
"attributes": {
|
|
8227
|
+
"category": "conduction",
|
|
8228
|
+
"type": "input-checkbox",
|
|
8229
|
+
"item": "disabled",
|
|
8230
|
+
"subitem": "border-radius"
|
|
8231
|
+
},
|
|
8232
|
+
"path": [
|
|
8233
|
+
"conduction",
|
|
8234
|
+
"input-checkbox",
|
|
8235
|
+
"disabled",
|
|
8236
|
+
"border-radius"
|
|
8237
|
+
]
|
|
8238
|
+
},
|
|
8239
|
+
"box-shadow": {},
|
|
8240
|
+
"hover": {
|
|
8241
|
+
"color": {
|
|
8242
|
+
"value": "#d1d1d1",
|
|
8243
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8244
|
+
"isSource": true,
|
|
8245
|
+
"original": {
|
|
8246
|
+
"value": "{noordwijk.color.grey.82}"
|
|
8247
|
+
},
|
|
8248
|
+
"name": "conductionInputCheckboxDisabledHoverColor",
|
|
8249
|
+
"attributes": {
|
|
8250
|
+
"category": "conduction",
|
|
8251
|
+
"type": "input-checkbox",
|
|
8252
|
+
"item": "disabled",
|
|
8253
|
+
"subitem": "hover",
|
|
8254
|
+
"state": "color"
|
|
8255
|
+
},
|
|
8256
|
+
"path": [
|
|
8257
|
+
"conduction",
|
|
8258
|
+
"input-checkbox",
|
|
8259
|
+
"disabled",
|
|
8260
|
+
"hover",
|
|
8261
|
+
"color"
|
|
8262
|
+
]
|
|
8263
|
+
},
|
|
8264
|
+
"border-width": {
|
|
8265
|
+
"value": "1px",
|
|
8266
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8267
|
+
"isSource": true,
|
|
8268
|
+
"original": {
|
|
8269
|
+
"value": "{noordwijk.size.4xs}"
|
|
8270
|
+
},
|
|
8271
|
+
"name": "conductionInputCheckboxDisabledHoverBorderWidth",
|
|
8272
|
+
"attributes": {
|
|
8273
|
+
"category": "conduction",
|
|
8274
|
+
"type": "input-checkbox",
|
|
8275
|
+
"item": "disabled",
|
|
8276
|
+
"subitem": "hover",
|
|
8277
|
+
"state": "border-width"
|
|
8278
|
+
},
|
|
8279
|
+
"path": [
|
|
8280
|
+
"conduction",
|
|
8281
|
+
"input-checkbox",
|
|
8282
|
+
"disabled",
|
|
8283
|
+
"hover",
|
|
8284
|
+
"border-width"
|
|
8285
|
+
]
|
|
8286
|
+
},
|
|
8287
|
+
"border-style": {
|
|
8288
|
+
"value": "solid",
|
|
8289
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8290
|
+
"isSource": true,
|
|
8291
|
+
"original": {
|
|
8292
|
+
"value": "solid"
|
|
8293
|
+
},
|
|
8294
|
+
"name": "conductionInputCheckboxDisabledHoverBorderStyle",
|
|
8295
|
+
"attributes": {
|
|
8296
|
+
"category": "conduction",
|
|
8297
|
+
"type": "input-checkbox",
|
|
8298
|
+
"item": "disabled",
|
|
8299
|
+
"subitem": "hover",
|
|
8300
|
+
"state": "border-style"
|
|
8301
|
+
},
|
|
8302
|
+
"path": [
|
|
8303
|
+
"conduction",
|
|
8304
|
+
"input-checkbox",
|
|
8305
|
+
"disabled",
|
|
8306
|
+
"hover",
|
|
8307
|
+
"border-style"
|
|
8308
|
+
]
|
|
8309
|
+
},
|
|
8310
|
+
"border-color": {
|
|
8311
|
+
"value": "#d1d1d1",
|
|
8312
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8313
|
+
"isSource": true,
|
|
8314
|
+
"original": {
|
|
8315
|
+
"value": "{noordwijk.color.grey.82}"
|
|
8316
|
+
},
|
|
8317
|
+
"name": "conductionInputCheckboxDisabledHoverBorderColor",
|
|
8318
|
+
"attributes": {
|
|
8319
|
+
"category": "conduction",
|
|
8320
|
+
"type": "input-checkbox",
|
|
8321
|
+
"item": "disabled",
|
|
8322
|
+
"subitem": "hover",
|
|
8323
|
+
"state": "border-color"
|
|
8324
|
+
},
|
|
8325
|
+
"path": [
|
|
8326
|
+
"conduction",
|
|
8327
|
+
"input-checkbox",
|
|
8328
|
+
"disabled",
|
|
8329
|
+
"hover",
|
|
8330
|
+
"border-color"
|
|
8331
|
+
]
|
|
8332
|
+
},
|
|
8333
|
+
"border-radius": {
|
|
8334
|
+
"value": "3px",
|
|
8335
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8336
|
+
"isSource": true,
|
|
8337
|
+
"original": {
|
|
8338
|
+
"value": "3px"
|
|
8339
|
+
},
|
|
8340
|
+
"name": "conductionInputCheckboxDisabledHoverBorderRadius",
|
|
8341
|
+
"attributes": {
|
|
8342
|
+
"category": "conduction",
|
|
8343
|
+
"type": "input-checkbox",
|
|
8344
|
+
"item": "disabled",
|
|
8345
|
+
"subitem": "hover",
|
|
8346
|
+
"state": "border-radius"
|
|
8347
|
+
},
|
|
8348
|
+
"path": [
|
|
8349
|
+
"conduction",
|
|
8350
|
+
"input-checkbox",
|
|
8351
|
+
"disabled",
|
|
8352
|
+
"hover",
|
|
8353
|
+
"border-radius"
|
|
8354
|
+
]
|
|
8355
|
+
},
|
|
8356
|
+
"box-shadow": {}
|
|
8357
|
+
}
|
|
8358
|
+
},
|
|
8359
|
+
"focus": {
|
|
8360
|
+
"outline-width": {
|
|
8361
|
+
"value": "2px",
|
|
8362
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8363
|
+
"isSource": true,
|
|
8364
|
+
"original": {
|
|
8365
|
+
"value": "2px"
|
|
8366
|
+
},
|
|
8367
|
+
"name": "conductionInputCheckboxFocusOutlineWidth",
|
|
8368
|
+
"attributes": {
|
|
8369
|
+
"category": "conduction",
|
|
8370
|
+
"type": "input-checkbox",
|
|
8371
|
+
"item": "focus",
|
|
8372
|
+
"subitem": "outline-width"
|
|
8373
|
+
},
|
|
8374
|
+
"path": [
|
|
8375
|
+
"conduction",
|
|
8376
|
+
"input-checkbox",
|
|
8377
|
+
"focus",
|
|
8378
|
+
"outline-width"
|
|
8379
|
+
]
|
|
8380
|
+
},
|
|
8381
|
+
"outline-style": {
|
|
8382
|
+
"value": "solid",
|
|
8383
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8384
|
+
"isSource": true,
|
|
8385
|
+
"original": {
|
|
8386
|
+
"value": "solid"
|
|
8387
|
+
},
|
|
8388
|
+
"name": "conductionInputCheckboxFocusOutlineStyle",
|
|
8389
|
+
"attributes": {
|
|
8390
|
+
"category": "conduction",
|
|
8391
|
+
"type": "input-checkbox",
|
|
8392
|
+
"item": "focus",
|
|
8393
|
+
"subitem": "outline-style"
|
|
8394
|
+
},
|
|
8395
|
+
"path": [
|
|
8396
|
+
"conduction",
|
|
8397
|
+
"input-checkbox",
|
|
8398
|
+
"focus",
|
|
8399
|
+
"outline-style"
|
|
8400
|
+
]
|
|
8401
|
+
},
|
|
8402
|
+
"outline-color": {
|
|
8403
|
+
"value": "#000000",
|
|
8404
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8405
|
+
"isSource": true,
|
|
8406
|
+
"original": {
|
|
8407
|
+
"value": "{noordwijk.color.black.0}"
|
|
8408
|
+
},
|
|
8409
|
+
"name": "conductionInputCheckboxFocusOutlineColor",
|
|
8410
|
+
"attributes": {
|
|
8411
|
+
"category": "conduction",
|
|
8412
|
+
"type": "input-checkbox",
|
|
8413
|
+
"item": "focus",
|
|
8414
|
+
"subitem": "outline-color"
|
|
8415
|
+
},
|
|
8416
|
+
"path": [
|
|
8417
|
+
"conduction",
|
|
8418
|
+
"input-checkbox",
|
|
8419
|
+
"focus",
|
|
8420
|
+
"outline-color"
|
|
8421
|
+
]
|
|
8422
|
+
},
|
|
8423
|
+
"outline-offset": {
|
|
8424
|
+
"value": "2px",
|
|
8425
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8426
|
+
"isSource": true,
|
|
8427
|
+
"original": {
|
|
8428
|
+
"value": "2px"
|
|
8429
|
+
},
|
|
8430
|
+
"name": "conductionInputCheckboxFocusOutlineOffset",
|
|
8431
|
+
"attributes": {
|
|
8432
|
+
"category": "conduction",
|
|
8433
|
+
"type": "input-checkbox",
|
|
8434
|
+
"item": "focus",
|
|
8435
|
+
"subitem": "outline-offset"
|
|
8436
|
+
},
|
|
8437
|
+
"path": [
|
|
8438
|
+
"conduction",
|
|
8439
|
+
"input-checkbox",
|
|
8440
|
+
"focus",
|
|
8441
|
+
"outline-offset"
|
|
8442
|
+
]
|
|
8443
|
+
}
|
|
8444
|
+
},
|
|
8445
|
+
"label": {
|
|
8446
|
+
"color": {
|
|
8447
|
+
"value": "#000000",
|
|
8448
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8449
|
+
"isSource": true,
|
|
8450
|
+
"original": {
|
|
8451
|
+
"value": "{utrecht.document.color}"
|
|
8452
|
+
},
|
|
8453
|
+
"name": "conductionInputCheckboxLabelColor",
|
|
8454
|
+
"attributes": {
|
|
8455
|
+
"category": "conduction",
|
|
8456
|
+
"type": "input-checkbox",
|
|
8457
|
+
"item": "label",
|
|
8458
|
+
"subitem": "color"
|
|
8459
|
+
},
|
|
8460
|
+
"path": [
|
|
8461
|
+
"conduction",
|
|
8462
|
+
"input-checkbox",
|
|
8463
|
+
"label",
|
|
8464
|
+
"color"
|
|
8465
|
+
]
|
|
8466
|
+
},
|
|
8467
|
+
"font-size": {
|
|
8468
|
+
"value": "16px",
|
|
8469
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8470
|
+
"isSource": true,
|
|
8471
|
+
"original": {
|
|
8472
|
+
"value": "{utrecht.document.font-size}"
|
|
8473
|
+
},
|
|
8474
|
+
"name": "conductionInputCheckboxLabelFontSize",
|
|
8475
|
+
"attributes": {
|
|
8476
|
+
"category": "conduction",
|
|
8477
|
+
"type": "input-checkbox",
|
|
8478
|
+
"item": "label",
|
|
8479
|
+
"subitem": "font-size"
|
|
8480
|
+
},
|
|
8481
|
+
"path": [
|
|
8482
|
+
"conduction",
|
|
8483
|
+
"input-checkbox",
|
|
8484
|
+
"label",
|
|
8485
|
+
"font-size"
|
|
8486
|
+
]
|
|
8487
|
+
},
|
|
8488
|
+
"font-weight": {},
|
|
8489
|
+
"font-family": {
|
|
8490
|
+
"value": "\"Roboto\", Monospace, Arial, sans-serif",
|
|
8491
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8492
|
+
"isSource": true,
|
|
8493
|
+
"original": {
|
|
8494
|
+
"value": "{utrecht.document.font-family}"
|
|
8495
|
+
},
|
|
8496
|
+
"name": "conductionInputCheckboxLabelFontFamily",
|
|
8497
|
+
"attributes": {
|
|
8498
|
+
"category": "conduction",
|
|
8499
|
+
"type": "input-checkbox",
|
|
8500
|
+
"item": "label",
|
|
8501
|
+
"subitem": "font-family"
|
|
8502
|
+
},
|
|
8503
|
+
"path": [
|
|
8504
|
+
"conduction",
|
|
8505
|
+
"input-checkbox",
|
|
8506
|
+
"label",
|
|
8507
|
+
"font-family"
|
|
8508
|
+
]
|
|
8509
|
+
},
|
|
8510
|
+
"container": {
|
|
8511
|
+
"padding": {
|
|
8512
|
+
"value": "3px",
|
|
8513
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8514
|
+
"isSource": true,
|
|
8515
|
+
"original": {
|
|
8516
|
+
"value": "3px"
|
|
8517
|
+
},
|
|
8518
|
+
"name": "conductionInputCheckboxLabelContainerPadding",
|
|
8519
|
+
"attributes": {
|
|
8520
|
+
"category": "conduction",
|
|
8521
|
+
"type": "input-checkbox",
|
|
8522
|
+
"item": "label",
|
|
8523
|
+
"subitem": "container",
|
|
8524
|
+
"state": "padding"
|
|
8525
|
+
},
|
|
8526
|
+
"path": [
|
|
8527
|
+
"conduction",
|
|
8528
|
+
"input-checkbox",
|
|
8529
|
+
"label",
|
|
8530
|
+
"container",
|
|
8531
|
+
"padding"
|
|
8532
|
+
]
|
|
8533
|
+
},
|
|
8534
|
+
"margin": {
|
|
8535
|
+
"value": "3px",
|
|
8536
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
8537
|
+
"isSource": true,
|
|
8538
|
+
"original": {
|
|
8539
|
+
"value": "3px"
|
|
8540
|
+
},
|
|
8541
|
+
"name": "conductionInputCheckboxLabelContainerMargin",
|
|
8542
|
+
"attributes": {
|
|
8543
|
+
"category": "conduction",
|
|
8544
|
+
"type": "input-checkbox",
|
|
8545
|
+
"item": "label",
|
|
8546
|
+
"subitem": "container",
|
|
8547
|
+
"state": "margin"
|
|
8548
|
+
},
|
|
8549
|
+
"path": [
|
|
8550
|
+
"conduction",
|
|
8551
|
+
"input-checkbox",
|
|
8552
|
+
"label",
|
|
8553
|
+
"container",
|
|
8554
|
+
"margin"
|
|
8555
|
+
]
|
|
8556
|
+
}
|
|
8557
|
+
}
|
|
8558
|
+
}
|
|
8559
|
+
},
|
|
8560
|
+
"download-card": {
|
|
8561
|
+
"background-color": {},
|
|
8562
|
+
"title": {
|
|
8563
|
+
"color": {
|
|
8564
|
+
"value": "#2c2276",
|
|
8565
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8566
|
+
"isSource": true,
|
|
8567
|
+
"original": {
|
|
8568
|
+
"value": "{noordwijk.color.primary}"
|
|
8569
|
+
},
|
|
8570
|
+
"name": "conductionDownloadCardTitleColor",
|
|
8571
|
+
"attributes": {
|
|
8572
|
+
"category": "conduction",
|
|
8573
|
+
"type": "download-card",
|
|
8574
|
+
"item": "title",
|
|
8575
|
+
"subitem": "color"
|
|
8576
|
+
},
|
|
8577
|
+
"path": [
|
|
8578
|
+
"conduction",
|
|
8579
|
+
"download-card",
|
|
8580
|
+
"title",
|
|
8581
|
+
"color"
|
|
8582
|
+
]
|
|
8583
|
+
},
|
|
8584
|
+
"font-size": {
|
|
8585
|
+
"value": "18px",
|
|
8586
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8587
|
+
"isSource": true,
|
|
8588
|
+
"original": {
|
|
8589
|
+
"value": "{noordwijk.font-size.lg}"
|
|
8590
|
+
},
|
|
8591
|
+
"name": "conductionDownloadCardTitleFontSize",
|
|
8592
|
+
"attributes": {
|
|
8593
|
+
"category": "conduction",
|
|
8594
|
+
"type": "download-card",
|
|
8595
|
+
"item": "title",
|
|
8596
|
+
"subitem": "font-size"
|
|
8597
|
+
},
|
|
8598
|
+
"path": [
|
|
8599
|
+
"conduction",
|
|
8600
|
+
"download-card",
|
|
8601
|
+
"title",
|
|
8602
|
+
"font-size"
|
|
8603
|
+
]
|
|
8604
|
+
},
|
|
8605
|
+
"font-weight": {
|
|
8606
|
+
"value": "700",
|
|
8607
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8608
|
+
"isSource": true,
|
|
8609
|
+
"original": {
|
|
8610
|
+
"value": "{noordwijk.typography.font-weight.bold}"
|
|
8611
|
+
},
|
|
8612
|
+
"name": "conductionDownloadCardTitleFontWeight",
|
|
8613
|
+
"attributes": {
|
|
8614
|
+
"category": "conduction",
|
|
8615
|
+
"type": "download-card",
|
|
8616
|
+
"item": "title",
|
|
8617
|
+
"subitem": "font-weight"
|
|
8618
|
+
},
|
|
8619
|
+
"path": [
|
|
8620
|
+
"conduction",
|
|
8621
|
+
"download-card",
|
|
8622
|
+
"title",
|
|
8623
|
+
"font-weight"
|
|
8624
|
+
]
|
|
8625
|
+
},
|
|
8626
|
+
"font-family": {
|
|
8627
|
+
"value": "\"Roboto\", Monospace, Arial, sans-serif",
|
|
8628
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8629
|
+
"isSource": true,
|
|
8630
|
+
"original": {
|
|
8631
|
+
"value": "{noordwijk.typography.roboto.font-family}"
|
|
8632
|
+
},
|
|
8633
|
+
"name": "conductionDownloadCardTitleFontFamily",
|
|
8634
|
+
"attributes": {
|
|
8635
|
+
"category": "conduction",
|
|
8636
|
+
"type": "download-card",
|
|
8637
|
+
"item": "title",
|
|
8638
|
+
"subitem": "font-family"
|
|
8639
|
+
},
|
|
8640
|
+
"path": [
|
|
8641
|
+
"conduction",
|
|
8642
|
+
"download-card",
|
|
8643
|
+
"title",
|
|
8644
|
+
"font-family"
|
|
8645
|
+
]
|
|
8646
|
+
},
|
|
8647
|
+
"margin-inline-end": {
|
|
8648
|
+
"value": "14px",
|
|
8649
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8650
|
+
"isSource": true,
|
|
8651
|
+
"original": {
|
|
8652
|
+
"value": "{noordwijk.size.sm}"
|
|
8653
|
+
},
|
|
8654
|
+
"name": "conductionDownloadCardTitleMarginInlineEnd",
|
|
8655
|
+
"attributes": {
|
|
8656
|
+
"category": "conduction",
|
|
8657
|
+
"type": "download-card",
|
|
8658
|
+
"item": "title",
|
|
8659
|
+
"subitem": "margin-inline-end"
|
|
8660
|
+
},
|
|
8661
|
+
"path": [
|
|
8662
|
+
"conduction",
|
|
8663
|
+
"download-card",
|
|
8664
|
+
"title",
|
|
8665
|
+
"margin-inline-end"
|
|
8666
|
+
]
|
|
8667
|
+
}
|
|
8668
|
+
},
|
|
8669
|
+
"border-width": {
|
|
8670
|
+
"value": "1px",
|
|
8671
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8672
|
+
"isSource": true,
|
|
8673
|
+
"original": {
|
|
8674
|
+
"value": "{noordwijk.size.4xs}"
|
|
8675
|
+
},
|
|
8676
|
+
"name": "conductionDownloadCardBorderWidth",
|
|
8677
|
+
"attributes": {
|
|
8678
|
+
"category": "conduction",
|
|
8679
|
+
"type": "download-card",
|
|
8680
|
+
"item": "border-width"
|
|
8681
|
+
},
|
|
8682
|
+
"path": [
|
|
8683
|
+
"conduction",
|
|
8684
|
+
"download-card",
|
|
8685
|
+
"border-width"
|
|
8686
|
+
]
|
|
8687
|
+
},
|
|
8688
|
+
"border-style": {
|
|
8689
|
+
"value": "solid",
|
|
8690
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8691
|
+
"isSource": true,
|
|
8692
|
+
"original": {
|
|
8693
|
+
"value": "solid"
|
|
8694
|
+
},
|
|
8695
|
+
"name": "conductionDownloadCardBorderStyle",
|
|
8696
|
+
"attributes": {
|
|
8697
|
+
"category": "conduction",
|
|
8698
|
+
"type": "download-card",
|
|
8699
|
+
"item": "border-style"
|
|
8700
|
+
},
|
|
8701
|
+
"path": [
|
|
8702
|
+
"conduction",
|
|
8703
|
+
"download-card",
|
|
8704
|
+
"border-style"
|
|
8705
|
+
]
|
|
8706
|
+
},
|
|
8707
|
+
"border-color": {
|
|
8708
|
+
"value": "#d1d1d1",
|
|
8709
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8710
|
+
"isSource": true,
|
|
8711
|
+
"original": {
|
|
8712
|
+
"value": "{noordwijk.color.grey.82}"
|
|
8713
|
+
},
|
|
8714
|
+
"name": "conductionDownloadCardBorderColor",
|
|
8715
|
+
"attributes": {
|
|
8716
|
+
"category": "conduction",
|
|
8717
|
+
"type": "download-card",
|
|
8718
|
+
"item": "border-color"
|
|
8719
|
+
},
|
|
8720
|
+
"path": [
|
|
8721
|
+
"conduction",
|
|
8722
|
+
"download-card",
|
|
8723
|
+
"border-color"
|
|
8724
|
+
]
|
|
8725
|
+
},
|
|
8726
|
+
"border-radius": {
|
|
8727
|
+
"value": "5px",
|
|
8728
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8729
|
+
"isSource": true,
|
|
8730
|
+
"original": {
|
|
8731
|
+
"value": "5px"
|
|
8732
|
+
},
|
|
8733
|
+
"name": "conductionDownloadCardBorderRadius",
|
|
8734
|
+
"attributes": {
|
|
8735
|
+
"category": "conduction",
|
|
8736
|
+
"type": "download-card",
|
|
8737
|
+
"item": "border-radius"
|
|
8738
|
+
},
|
|
8739
|
+
"path": [
|
|
8740
|
+
"conduction",
|
|
8741
|
+
"download-card",
|
|
8742
|
+
"border-radius"
|
|
8743
|
+
]
|
|
8744
|
+
},
|
|
8745
|
+
"icon-gap": {
|
|
8746
|
+
"value": "8px",
|
|
8747
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8748
|
+
"isSource": true,
|
|
8749
|
+
"original": {
|
|
8750
|
+
"value": "{noordwijk.size.xs}"
|
|
8751
|
+
},
|
|
8752
|
+
"name": "conductionDownloadCardIconGap",
|
|
8753
|
+
"attributes": {
|
|
8754
|
+
"category": "conduction",
|
|
8755
|
+
"type": "download-card",
|
|
8756
|
+
"item": "icon-gap"
|
|
8757
|
+
},
|
|
8758
|
+
"path": [
|
|
8759
|
+
"conduction",
|
|
8760
|
+
"download-card",
|
|
8761
|
+
"icon-gap"
|
|
8762
|
+
]
|
|
8763
|
+
},
|
|
8764
|
+
"padding-inline-end": {
|
|
8765
|
+
"value": "18px",
|
|
8766
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8767
|
+
"isSource": true,
|
|
8768
|
+
"original": {
|
|
8769
|
+
"value": "{noordwijk.size.md}"
|
|
8770
|
+
},
|
|
8771
|
+
"name": "conductionDownloadCardPaddingInlineEnd",
|
|
8772
|
+
"attributes": {
|
|
8773
|
+
"category": "conduction",
|
|
8774
|
+
"type": "download-card",
|
|
8775
|
+
"item": "padding-inline-end"
|
|
8776
|
+
},
|
|
8777
|
+
"path": [
|
|
8778
|
+
"conduction",
|
|
8779
|
+
"download-card",
|
|
8780
|
+
"padding-inline-end"
|
|
8781
|
+
]
|
|
8782
|
+
},
|
|
8783
|
+
"padding-inline-start": {
|
|
8784
|
+
"value": "18px",
|
|
8785
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8786
|
+
"isSource": true,
|
|
8787
|
+
"original": {
|
|
8788
|
+
"value": "{noordwijk.size.md}"
|
|
8789
|
+
},
|
|
8790
|
+
"name": "conductionDownloadCardPaddingInlineStart",
|
|
8791
|
+
"attributes": {
|
|
8792
|
+
"category": "conduction",
|
|
8793
|
+
"type": "download-card",
|
|
8794
|
+
"item": "padding-inline-start"
|
|
8795
|
+
},
|
|
8796
|
+
"path": [
|
|
8797
|
+
"conduction",
|
|
8798
|
+
"download-card",
|
|
8799
|
+
"padding-inline-start"
|
|
8800
|
+
]
|
|
8801
|
+
},
|
|
8802
|
+
"padding-block-end": {
|
|
8803
|
+
"value": "18px",
|
|
8804
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8805
|
+
"isSource": true,
|
|
8806
|
+
"original": {
|
|
8807
|
+
"value": "{noordwijk.size.md}"
|
|
8808
|
+
},
|
|
8809
|
+
"name": "conductionDownloadCardPaddingBlockEnd",
|
|
8810
|
+
"attributes": {
|
|
8811
|
+
"category": "conduction",
|
|
8812
|
+
"type": "download-card",
|
|
8813
|
+
"item": "padding-block-end"
|
|
8814
|
+
},
|
|
8815
|
+
"path": [
|
|
8816
|
+
"conduction",
|
|
8817
|
+
"download-card",
|
|
8818
|
+
"padding-block-end"
|
|
8819
|
+
]
|
|
8820
|
+
},
|
|
8821
|
+
"padding-block-start": {
|
|
8822
|
+
"value": "18px",
|
|
8823
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
8824
|
+
"isSource": true,
|
|
8825
|
+
"original": {
|
|
8826
|
+
"value": "{noordwijk.size.md}"
|
|
8827
|
+
},
|
|
8828
|
+
"name": "conductionDownloadCardPaddingBlockStart",
|
|
8829
|
+
"attributes": {
|
|
8830
|
+
"category": "conduction",
|
|
8831
|
+
"type": "download-card",
|
|
8832
|
+
"item": "padding-block-start"
|
|
8833
|
+
},
|
|
8834
|
+
"path": [
|
|
8835
|
+
"conduction",
|
|
8836
|
+
"download-card",
|
|
8837
|
+
"padding-block-start"
|
|
8838
|
+
]
|
|
8839
|
+
}
|
|
8840
|
+
},
|
|
8841
|
+
"logo": {
|
|
8842
|
+
"header": {
|
|
8843
|
+
"inline-size": {
|
|
8844
|
+
"value": "145px",
|
|
8845
|
+
"filePath": "src/component/conduction/logo.tokens.json",
|
|
8846
|
+
"isSource": true,
|
|
8847
|
+
"original": {
|
|
8848
|
+
"value": "145px"
|
|
8849
|
+
},
|
|
8850
|
+
"name": "conductionLogoHeaderInlineSize",
|
|
8851
|
+
"attributes": {
|
|
8852
|
+
"category": "conduction",
|
|
8853
|
+
"type": "logo",
|
|
8854
|
+
"item": "header",
|
|
8855
|
+
"subitem": "inline-size"
|
|
8856
|
+
},
|
|
8857
|
+
"path": [
|
|
8858
|
+
"conduction",
|
|
8859
|
+
"logo",
|
|
8860
|
+
"header",
|
|
8861
|
+
"inline-size"
|
|
8862
|
+
]
|
|
8863
|
+
},
|
|
8864
|
+
"block-size": {
|
|
8865
|
+
"value": "64px",
|
|
8866
|
+
"filePath": "src/component/conduction/logo.tokens.json",
|
|
8867
|
+
"isSource": true,
|
|
8868
|
+
"original": {
|
|
8869
|
+
"value": "64px"
|
|
8870
|
+
},
|
|
8871
|
+
"name": "conductionLogoHeaderBlockSize",
|
|
8872
|
+
"attributes": {
|
|
8873
|
+
"category": "conduction",
|
|
8874
|
+
"type": "logo",
|
|
8875
|
+
"item": "header",
|
|
8876
|
+
"subitem": "block-size"
|
|
8877
|
+
},
|
|
8878
|
+
"path": [
|
|
8879
|
+
"conduction",
|
|
8880
|
+
"logo",
|
|
8881
|
+
"header",
|
|
8882
|
+
"block-size"
|
|
8883
|
+
]
|
|
8884
|
+
},
|
|
8885
|
+
"background-image": {
|
|
8886
|
+
"value": "url('data:image/svg+xml,%3Csvg class=\"custom-logo\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 165 72.7\"%3E%3Cdefs%3E%3CclipPath id=\"a\"%3E%3Cpath fill=\"none\" d=\"M5.6 0H165v72.7H5.6Z\" data-name=\"Path 5771\"%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name=\"Group 11598\"%3E%3Cg clip-path=\"url(%23a)\" data-name=\"Mask Group 11250\"%3E%3Cpath fill=\"%23111A64\" d=\"M72 27.1v.9h-1.6a1.9 1.9 0 0 1 .4.5 1.8 1.8 0 0 1 .1.8 1.9 1.9 0 0 1-.7 1.5 3.5 3.5 0 0 1-2.2.6h-.5a2 2 0 0 1-.4 0 2.9 2.9 0 0 1-.1.3.6.6 0 0 0-.1.3c0 .2 0 .3.3.4a5.5 5.5 0 0 0 .9.2l1 .3a5.5 5.5 0 0 1 1.2.3 2.5 2.5 0 0 1 .9.6 1.3 1.3 0 0 1 .3.9 1.5 1.5 0 0 1-.3.9 2 2 0 0 1-.7.6 3.9 3.9 0 0 1-1 .4 8 8 0 0 1-1.5 0 5.4 5.4 0 0 1-2.5-.4 1.3 1.3 0 0 1-.8-1.2 1.4 1.4 0 0 1 .5-1 4.1 4.1 0 0 1 1.4-.7 2.3 2.3 0 0 1-.5-.4.6.6 0 0 1-.2-.5.8.8 0 0 1 0-.3 1.4 1.4 0 0 1 .3-.3 2.2 2.2 0 0 1 .2-.3 2.1 2.1 0 0 1 .3-.2 2.5 2.5 0 0 1-1.2-.8 2 2 0 0 1-.5-1.2 1.8 1.8 0 0 1 .7-1.6 3.6 3.6 0 0 1 2.3-.6Zm-1.9 8a.9.9 0 0 0-.3-.8 2.5 2.5 0 0 0-.8-.4 7.1 7.1 0 0 0-1-.3 10.2 10.2 0 0 1-1-.2 1.9 1.9 0 0 0-.7.7 1.5 1.5 0 0 0-.2.7 1 1 0 0 0 .6.9 2.9 2.9 0 0 0 1.6.4 3.9 3.9 0 0 0 .9-.1 1.8 1.8 0 0 0 .5-.3.8.8 0 0 0 .3-.3 1 1 0 0 0 .1-.4m-3.7-5.7a2.4 2.4 0 0 0 0 .6 1.2 1.2 0 0 0 .3.5 1.2 1.2 0 0 0 .5.3 2.1 2.1 0 0 0 .8.1 1.5 1.5 0 0 0 1.2-.4 1.7 1.7 0 0 0 .3-1.1 4.4 4.4 0 0 0 0-.5 2.8 2.8 0 0 0 0-.3 2.1 2.1 0 0 0-.1-.3V28a2.4 2.4 0 0 0-.7-.2 5.3 5.3 0 0 0-.7 0 1.7 1.7 0 0 0-1.3.3 1.6 1.6 0 0 0-.3 1.2\" data-name=\"Path 5659\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M79 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.3-1.5 3.7 3.7 0 0 1 1-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .2 1.2 4.4 4.4 0 0 1 0 .5v.5h-4.7a3.5 3.5 0 0 0 .1 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .8.5 2.9 2.9 0 0 0 1 .2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .8-.4Zm-2.8-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.4.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1-.5\" data-name=\"Path 5660\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M88.1 34H85v-.6h.8v-3.2a9.6 9.6 0 0 0 0-1 2.2 2.2 0 0 0-.2-.7 1 1 0 0 0-.4-.5 1.4 1.4 0 0 0-.7-.1 1.5 1.5 0 0 0-.6 0 1.6 1.6 0 0 0-.4.4 2 2 0 0 0-.4.5 2.6 2.6 0 0 0-.2.5v4h.8v.7h-3.2v-.6h1v-5.6h-1v-.7h2.4v1.4a2.3 2.3 0 0 1 .8-1A2.2 2.2 0 0 1 85 27a3.5 3.5 0 0 1 .6 0 1.6 1.6 0 0 1 1.1.8 2.2 2.2 0 0 1 .3.9 3 3 0 0 1 .4-.7 2.6 2.6 0 0 1 .5-.5 2.5 2.5 0 0 1 .6-.4 2.3 2.3 0 0 1 .8 0 3 3 0 0 1 1 0 1.4 1.4 0 0 1 .6.5 2.1 2.1 0 0 1 .4.9 6.4 6.4 0 0 1 .2 1.4v3.5h1v.6h-3.3v-.6h.9v-3.5a6.5 6.5 0 0 0 0-.8 1.8 1.8 0 0 0-.3-.7 1 1 0 0 0-.4-.4 1.5 1.5 0 0 0-.7-.1 1.4 1.4 0 0 0-1 .4 2.5 2.5 0 0 0-.6 1.1v4h1Z\" data-name=\"Path 5661\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M99.6 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.2-1.5 3.7 3.7 0 0 1 .9-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .3 1.2 4.4 4.4 0 0 1 0 .5l-.1.5H95a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .7.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.8.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.3.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.4-1.4 1.2 1.2 0 0 0-1-.5\" data-name=\"Path 5662\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M107.3 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.4.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.3-1.5 3.7 3.7 0 0 1 1-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .2 1.2 4.4 4.4 0 0 1 0 .5v.5h-4.7a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .4.9 2.1 2.1 0 0 0 .8.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.4.8 5.2 5.2 0 0 0-.1 1h3.1a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1-.5\" data-name=\"Path 5663\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M117 34h-3.2v-.6h.9V30a3.4 3.4 0 0 0-.4-1.6 1.2 1.2 0 0 0-1.1-.6 1.9 1.9 0 0 0-.7.1 2 2 0 0 0-.5.3 2.1 2.1 0 0 0-.5.5 2.2 2.2 0 0 0-.2.5v4h.8v.7H109v-.6h1v-5.6h-1v-.7h2.4v1.4a2.8 2.8 0 0 1 .9-1 2.3 2.3 0 0 1 1.4-.5 4 4 0 0 1 1 .1 1.6 1.6 0 0 1 .8.5 2.2 2.2 0 0 1 .5.9 5 5 0 0 1 .1 1.4v3.5h1Z\" data-name=\"Path 5664\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M117.6 27.1h1.1v-1l1.4-.6v1.6h2.2v.9h-2.2v3.8a2.4 2.4 0 0 0 .2 1.2.7.7 0 0 0 .7.3 1.6 1.6 0 0 0 .7-.1 4.4 4.4 0 0 0 .6-.3l.3.5a2.2 2.2 0 0 1-.3.2 3 3 0 0 1-.5.3 3.4 3.4 0 0 1-.6.2 2.8 2.8 0 0 1-.6 0 1.9 1.9 0 0 1-1.4-.4 2 2 0 0 1-.5-1.5V28h-1.1Z\" data-name=\"Path 5665\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M129.6 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.2-1.5 3.7 3.7 0 0 1 .9-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .3 1.2 4.4 4.4 0 0 1 0 .5l-.1.5H125a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .7.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.6.4 2 2 0 0 0-.3.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1.1-.5\" data-name=\"Path 5666\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M89.9 43.4A5.3 5.3 0 0 0 88 42a6.8 6.8 0 0 0-4.9 0 5.3 5.3 0 0 0-1.8 1.3 5.4 5.4 0 0 0-1.1 1.9 7.8 7.8 0 0 0 0 4.9 5.4 5.4 0 0 0 1 1.9 5.3 5.3 0 0 0 2 1.2 6.8 6.8 0 0 0 4.8 0 5.3 5.3 0 0 0 1.9-1.2 5.4 5.4 0 0 0 1.1-2 7.8 7.8 0 0 0 0-4.8 5.4 5.4 0 0 0-1.1-2m-3 8a3 3 0 0 1-2.7 0 3 3 0 0 1-1-.9 4 4 0 0 1-.6-1.3 5.7 5.7 0 0 1 0-2.8 3.8 3.8 0 0 1 .6-1.3 3 3 0 0 1 1-.9 3 3 0 0 1 2.8 0 3 3 0 0 1 1 1 3.8 3.8 0 0 1 .5 1.2 5.7 5.7 0 0 1 0 2.8 4 4 0 0 1-.5 1.3 3 3 0 0 1-1 .9\" data-name=\"Path 5667\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M102.7 43.4A5.3 5.3 0 0 0 101 42a6.8 6.8 0 0 0-4.9 0 5.3 5.3 0 0 0-1.8 1.3 5.4 5.4 0 0 0-1.2 1.9 7.8 7.8 0 0 0 0 4.9 5.4 5.4 0 0 0 1.2 1.9 5.3 5.3 0 0 0 1.8 1.2 6.8 6.8 0 0 0 5 0 5.3 5.3 0 0 0 1.7-1.2 5.4 5.4 0 0 0 1.2-2 7.8 7.8 0 0 0 0-4.8 5.4 5.4 0 0 0-1.2-2m-2.8 8a3 3 0 0 1-2.9 0 3 3 0 0 1-1-.9 4 4 0 0 1-.5-1.3 5.7 5.7 0 0 1 0-2.8 3.8 3.8 0 0 1 .6-1.3 3 3 0 0 1 1-.9 3 3 0 0 1 2.8 0 3 3 0 0 1 1 1 3.8 3.8 0 0 1 .5 1.2 5.7 5.7 0 0 1 0 2.8 4 4 0 0 1-.6 1.3 3 3 0 0 1-1 .9\" data-name=\"Path 5668\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M112.5 41.7a5.4 5.4 0 0 0-.6 0 3.1 3.1 0 0 0-1.2.2 4 4 0 0 0-1 .6 4.3 4.3 0 0 0-.8.8 2.8 2.8 0 0 0-.3.5V42H106v11.5h2.6V48a5.2 5.2 0 0 1 .3-1.6 3.6 3.6 0 0 1 .6-1.2 2.7 2.7 0 0 1 1-.8 3.1 3.1 0 0 1 1.7-.2l.5.1v-2.6h-.3\" data-name=\"Path 5669\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M122.1 43.3a3.2 3.2 0 0 0-.6-.6 4.3 4.3 0 0 0-1-.6 4.8 4.8 0 0 0-1-.3 5.4 5.4 0 0 0-3 .2 4.4 4.4 0 0 0-1.6 1 5.4 5.4 0 0 0-1.1 2 7.7 7.7 0 0 0-.4 2.6 8.5 8.5 0 0 0 .3 2.4 5.6 5.6 0 0 0 1 2 4.8 4.8 0 0 0 1.7 1.3 5.5 5.5 0 0 0 2.4.5 5.1 5.1 0 0 0 2-.5 3 3 0 0 0 1.4-1.2v1.4h2.6V38.3H122Zm-3 8.3a2.8 2.8 0 0 1-1.4-.3 2.8 2.8 0 0 1-1-.8 3.8 3.8 0 0 1-.5-1.3 5.4 5.4 0 0 1-.2-1.4 6.8 6.8 0 0 1 .2-1.4 3.9 3.9 0 0 1 .5-1.3 3 3 0 0 1 1-1 2.8 2.8 0 0 1 1.4-.3 2.7 2.7 0 0 1 2.3 1 4.5 4.5 0 0 1 .8 3 5.7 5.7 0 0 1-.2 1.4 4.1 4.1 0 0 1-.6 1.2 2.9 2.9 0 0 1-1 .9 2.7 2.7 0 0 1-1.3.3\" data-name=\"Path 5670\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"m137.8 50.3-2-8.3h-2.6l-2.1 8.3-2.2-8.3h-2.8l3.5 11.4h2.8l2-8.2 2 8.2H139.3l3.6-11.4h-2.7Z\" data-name=\"Path 5671\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M144 38.3h2.8v2.5H144z\" data-name=\"Rectangle 17828\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M144 42h2.8v11.5H144z\" data-name=\"Rectangle 17829\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M149.2 54.2a3.6 3.6 0 0 1-.2 1.3c0 .2-.3.3-.8.3a4.5 4.5 0 0 1-.8 0v2l.5.2h.6a3.1 3.1 0 0 0 2.6-1 4.2 4.2 0 0 0 .7-2.6V42h-2.6Z\" data-name=\"Path 5672\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M149.2 38.3h2.7v2.5h-2.7z\" data-name=\"Rectangle 17830\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"m160.2 46.2 4.4-4.2h-3.3l-4.4 4.4v-8h-2.7v15h2.7v-4l1.4-1.4 3.4 5.4h3.3Z\" data-name=\"Path 5673\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M75.2 40v9l-6.7-9h-4.3v1.7l1.4.3v11.5h2.8v-9l6.6 9h3V40Z\" data-name=\"Path 5674\"%3E%3C/path%3E%3Cpath fill=\"%232C2276\" d=\"m50.7 0-9.2 19.6 10 13.3V16.7h9.2L64.8 0Z\" data-name=\"Path 5675\"%3E%3C/path%3E%3Cpath fill=\"%232C2276\" d=\"M39.2 36.9v16.7H25.5l-5.3 11.2a16.6 16.6 0 0 0 3.2 1.6l1.4.4 22 5.9 4-16 .8-3.3Z\" data-name=\"Path 5676\"%3E%3C/path%3E%3Cpath fill=\"%23007C4C\" d=\"m39.6 17 1.3 1.9L50 0h-1.6Z\" data-name=\"Path 5677\"%3E%3C/path%3E%3Cpath fill=\"%23007C4C\" d=\"M24.6 52.7v-6.5l-8 15.6a16.7 16.7 0 0 0 2.6 2.3Z\" data-name=\"Path 5678\"%3E%3C/path%3E%3Cpath fill=\"%23FFD66F\" d=\"M38.3 16.7h-2.4L45.2 0h2Z\" data-name=\"Path 5679\"%3E%3C/path%3E%3Cpath fill=\"%23FFD66F\" d=\"m24.6 36.9-11 20a16.5 16.5 0 0 0 1.6 3.1l9.4-17.7Z\" data-name=\"Path 5680\"%3E%3C/path%3E%3Cpath fill=\"%236096C7\" d=\"M24.6 24.7 19 23.2v-6.5h14.7L43.4 0H5.6v6.5l6.8 1.8V51a16.9 16.9 0 0 0 .1 1.8L24.6 32Z\" data-name=\"Path 5681\"%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E')",
|
|
8887
|
+
"filePath": "src/component/conduction/logo.tokens.json",
|
|
8888
|
+
"isSource": true,
|
|
8889
|
+
"original": {
|
|
8890
|
+
"value": "url('data:image/svg+xml,%3Csvg class=\"custom-logo\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 165 72.7\"%3E%3Cdefs%3E%3CclipPath id=\"a\"%3E%3Cpath fill=\"none\" d=\"M5.6 0H165v72.7H5.6Z\" data-name=\"Path 5771\"%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name=\"Group 11598\"%3E%3Cg clip-path=\"url(%23a)\" data-name=\"Mask Group 11250\"%3E%3Cpath fill=\"%23111A64\" d=\"M72 27.1v.9h-1.6a1.9 1.9 0 0 1 .4.5 1.8 1.8 0 0 1 .1.8 1.9 1.9 0 0 1-.7 1.5 3.5 3.5 0 0 1-2.2.6h-.5a2 2 0 0 1-.4 0 2.9 2.9 0 0 1-.1.3.6.6 0 0 0-.1.3c0 .2 0 .3.3.4a5.5 5.5 0 0 0 .9.2l1 .3a5.5 5.5 0 0 1 1.2.3 2.5 2.5 0 0 1 .9.6 1.3 1.3 0 0 1 .3.9 1.5 1.5 0 0 1-.3.9 2 2 0 0 1-.7.6 3.9 3.9 0 0 1-1 .4 8 8 0 0 1-1.5 0 5.4 5.4 0 0 1-2.5-.4 1.3 1.3 0 0 1-.8-1.2 1.4 1.4 0 0 1 .5-1 4.1 4.1 0 0 1 1.4-.7 2.3 2.3 0 0 1-.5-.4.6.6 0 0 1-.2-.5.8.8 0 0 1 0-.3 1.4 1.4 0 0 1 .3-.3 2.2 2.2 0 0 1 .2-.3 2.1 2.1 0 0 1 .3-.2 2.5 2.5 0 0 1-1.2-.8 2 2 0 0 1-.5-1.2 1.8 1.8 0 0 1 .7-1.6 3.6 3.6 0 0 1 2.3-.6Zm-1.9 8a.9.9 0 0 0-.3-.8 2.5 2.5 0 0 0-.8-.4 7.1 7.1 0 0 0-1-.3 10.2 10.2 0 0 1-1-.2 1.9 1.9 0 0 0-.7.7 1.5 1.5 0 0 0-.2.7 1 1 0 0 0 .6.9 2.9 2.9 0 0 0 1.6.4 3.9 3.9 0 0 0 .9-.1 1.8 1.8 0 0 0 .5-.3.8.8 0 0 0 .3-.3 1 1 0 0 0 .1-.4m-3.7-5.7a2.4 2.4 0 0 0 0 .6 1.2 1.2 0 0 0 .3.5 1.2 1.2 0 0 0 .5.3 2.1 2.1 0 0 0 .8.1 1.5 1.5 0 0 0 1.2-.4 1.7 1.7 0 0 0 .3-1.1 4.4 4.4 0 0 0 0-.5 2.8 2.8 0 0 0 0-.3 2.1 2.1 0 0 0-.1-.3V28a2.4 2.4 0 0 0-.7-.2 5.3 5.3 0 0 0-.7 0 1.7 1.7 0 0 0-1.3.3 1.6 1.6 0 0 0-.3 1.2\" data-name=\"Path 5659\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M79 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.3-1.5 3.7 3.7 0 0 1 1-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .2 1.2 4.4 4.4 0 0 1 0 .5v.5h-4.7a3.5 3.5 0 0 0 .1 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .8.5 2.9 2.9 0 0 0 1 .2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .8-.4Zm-2.8-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.4.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1-.5\" data-name=\"Path 5660\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M88.1 34H85v-.6h.8v-3.2a9.6 9.6 0 0 0 0-1 2.2 2.2 0 0 0-.2-.7 1 1 0 0 0-.4-.5 1.4 1.4 0 0 0-.7-.1 1.5 1.5 0 0 0-.6 0 1.6 1.6 0 0 0-.4.4 2 2 0 0 0-.4.5 2.6 2.6 0 0 0-.2.5v4h.8v.7h-3.2v-.6h1v-5.6h-1v-.7h2.4v1.4a2.3 2.3 0 0 1 .8-1A2.2 2.2 0 0 1 85 27a3.5 3.5 0 0 1 .6 0 1.6 1.6 0 0 1 1.1.8 2.2 2.2 0 0 1 .3.9 3 3 0 0 1 .4-.7 2.6 2.6 0 0 1 .5-.5 2.5 2.5 0 0 1 .6-.4 2.3 2.3 0 0 1 .8 0 3 3 0 0 1 1 0 1.4 1.4 0 0 1 .6.5 2.1 2.1 0 0 1 .4.9 6.4 6.4 0 0 1 .2 1.4v3.5h1v.6h-3.3v-.6h.9v-3.5a6.5 6.5 0 0 0 0-.8 1.8 1.8 0 0 0-.3-.7 1 1 0 0 0-.4-.4 1.5 1.5 0 0 0-.7-.1 1.4 1.4 0 0 0-1 .4 2.5 2.5 0 0 0-.6 1.1v4h1Z\" data-name=\"Path 5661\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M99.6 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.2-1.5 3.7 3.7 0 0 1 .9-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .3 1.2 4.4 4.4 0 0 1 0 .5l-.1.5H95a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .7.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.8.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.3.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.4-1.4 1.2 1.2 0 0 0-1-.5\" data-name=\"Path 5662\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M107.3 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.4.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.3-1.5 3.7 3.7 0 0 1 1-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .2 1.2 4.4 4.4 0 0 1 0 .5v.5h-4.7a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .4.9 2.1 2.1 0 0 0 .8.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.5.4 2 2 0 0 0-.4.8 5.2 5.2 0 0 0-.1 1h3.1a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1-.5\" data-name=\"Path 5663\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M117 34h-3.2v-.6h.9V30a3.4 3.4 0 0 0-.4-1.6 1.2 1.2 0 0 0-1.1-.6 1.9 1.9 0 0 0-.7.1 2 2 0 0 0-.5.3 2.1 2.1 0 0 0-.5.5 2.2 2.2 0 0 0-.2.5v4h.8v.7H109v-.6h1v-5.6h-1v-.7h2.4v1.4a2.8 2.8 0 0 1 .9-1 2.3 2.3 0 0 1 1.4-.5 4 4 0 0 1 1 .1 1.6 1.6 0 0 1 .8.5 2.2 2.2 0 0 1 .5.9 5 5 0 0 1 .1 1.4v3.5h1Z\" data-name=\"Path 5664\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M117.6 27.1h1.1v-1l1.4-.6v1.6h2.2v.9h-2.2v3.8a2.4 2.4 0 0 0 .2 1.2.7.7 0 0 0 .7.3 1.6 1.6 0 0 0 .7-.1 4.4 4.4 0 0 0 .6-.3l.3.5a2.2 2.2 0 0 1-.3.2 3 3 0 0 1-.5.3 3.4 3.4 0 0 1-.6.2 2.8 2.8 0 0 1-.6 0 1.9 1.9 0 0 1-1.4-.4 2 2 0 0 1-.5-1.5V28h-1.1Z\" data-name=\"Path 5665\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M129.6 33.1a2.3 2.3 0 0 1-1 .8 3.5 3.5 0 0 1-1.5.3 4.3 4.3 0 0 1-1.5-.3 3 3 0 0 1-1.8-1.8 4.5 4.5 0 0 1-.2-1.5 3.7 3.7 0 0 1 .9-2.7 3.3 3.3 0 0 1 2.4-.9 4.1 4.1 0 0 1 1 .1 2.5 2.5 0 0 1 1 .5 2.2 2.2 0 0 1 .6.8 2.8 2.8 0 0 1 .3 1.2 4.4 4.4 0 0 1 0 .5l-.1.5H125a3.5 3.5 0 0 0 .2 1 2.2 2.2 0 0 0 .5.9 2.1 2.1 0 0 0 .7.5 2.9 2.9 0 0 0 1.1.2 2.7 2.7 0 0 0 1-.2 2.5 2.5 0 0 0 .7-.4Zm-2.7-5.5a2 2 0 0 0-.7.1 1.3 1.3 0 0 0-.6.4 2 2 0 0 0-.3.8 5.2 5.2 0 0 0-.2 1h3.2a4.6 4.6 0 0 0 0-.4 2.4 2.4 0 0 0-.3-1.4 1.2 1.2 0 0 0-1.1-.5\" data-name=\"Path 5666\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M89.9 43.4A5.3 5.3 0 0 0 88 42a6.8 6.8 0 0 0-4.9 0 5.3 5.3 0 0 0-1.8 1.3 5.4 5.4 0 0 0-1.1 1.9 7.8 7.8 0 0 0 0 4.9 5.4 5.4 0 0 0 1 1.9 5.3 5.3 0 0 0 2 1.2 6.8 6.8 0 0 0 4.8 0 5.3 5.3 0 0 0 1.9-1.2 5.4 5.4 0 0 0 1.1-2 7.8 7.8 0 0 0 0-4.8 5.4 5.4 0 0 0-1.1-2m-3 8a3 3 0 0 1-2.7 0 3 3 0 0 1-1-.9 4 4 0 0 1-.6-1.3 5.7 5.7 0 0 1 0-2.8 3.8 3.8 0 0 1 .6-1.3 3 3 0 0 1 1-.9 3 3 0 0 1 2.8 0 3 3 0 0 1 1 1 3.8 3.8 0 0 1 .5 1.2 5.7 5.7 0 0 1 0 2.8 4 4 0 0 1-.5 1.3 3 3 0 0 1-1 .9\" data-name=\"Path 5667\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M102.7 43.4A5.3 5.3 0 0 0 101 42a6.8 6.8 0 0 0-4.9 0 5.3 5.3 0 0 0-1.8 1.3 5.4 5.4 0 0 0-1.2 1.9 7.8 7.8 0 0 0 0 4.9 5.4 5.4 0 0 0 1.2 1.9 5.3 5.3 0 0 0 1.8 1.2 6.8 6.8 0 0 0 5 0 5.3 5.3 0 0 0 1.7-1.2 5.4 5.4 0 0 0 1.2-2 7.8 7.8 0 0 0 0-4.8 5.4 5.4 0 0 0-1.2-2m-2.8 8a3 3 0 0 1-2.9 0 3 3 0 0 1-1-.9 4 4 0 0 1-.5-1.3 5.7 5.7 0 0 1 0-2.8 3.8 3.8 0 0 1 .6-1.3 3 3 0 0 1 1-.9 3 3 0 0 1 2.8 0 3 3 0 0 1 1 1 3.8 3.8 0 0 1 .5 1.2 5.7 5.7 0 0 1 0 2.8 4 4 0 0 1-.6 1.3 3 3 0 0 1-1 .9\" data-name=\"Path 5668\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M112.5 41.7a5.4 5.4 0 0 0-.6 0 3.1 3.1 0 0 0-1.2.2 4 4 0 0 0-1 .6 4.3 4.3 0 0 0-.8.8 2.8 2.8 0 0 0-.3.5V42H106v11.5h2.6V48a5.2 5.2 0 0 1 .3-1.6 3.6 3.6 0 0 1 .6-1.2 2.7 2.7 0 0 1 1-.8 3.1 3.1 0 0 1 1.7-.2l.5.1v-2.6h-.3\" data-name=\"Path 5669\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M122.1 43.3a3.2 3.2 0 0 0-.6-.6 4.3 4.3 0 0 0-1-.6 4.8 4.8 0 0 0-1-.3 5.4 5.4 0 0 0-3 .2 4.4 4.4 0 0 0-1.6 1 5.4 5.4 0 0 0-1.1 2 7.7 7.7 0 0 0-.4 2.6 8.5 8.5 0 0 0 .3 2.4 5.6 5.6 0 0 0 1 2 4.8 4.8 0 0 0 1.7 1.3 5.5 5.5 0 0 0 2.4.5 5.1 5.1 0 0 0 2-.5 3 3 0 0 0 1.4-1.2v1.4h2.6V38.3H122Zm-3 8.3a2.8 2.8 0 0 1-1.4-.3 2.8 2.8 0 0 1-1-.8 3.8 3.8 0 0 1-.5-1.3 5.4 5.4 0 0 1-.2-1.4 6.8 6.8 0 0 1 .2-1.4 3.9 3.9 0 0 1 .5-1.3 3 3 0 0 1 1-1 2.8 2.8 0 0 1 1.4-.3 2.7 2.7 0 0 1 2.3 1 4.5 4.5 0 0 1 .8 3 5.7 5.7 0 0 1-.2 1.4 4.1 4.1 0 0 1-.6 1.2 2.9 2.9 0 0 1-1 .9 2.7 2.7 0 0 1-1.3.3\" data-name=\"Path 5670\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"m137.8 50.3-2-8.3h-2.6l-2.1 8.3-2.2-8.3h-2.8l3.5 11.4h2.8l2-8.2 2 8.2H139.3l3.6-11.4h-2.7Z\" data-name=\"Path 5671\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M144 38.3h2.8v2.5H144z\" data-name=\"Rectangle 17828\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M144 42h2.8v11.5H144z\" data-name=\"Rectangle 17829\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M149.2 54.2a3.6 3.6 0 0 1-.2 1.3c0 .2-.3.3-.8.3a4.5 4.5 0 0 1-.8 0v2l.5.2h.6a3.1 3.1 0 0 0 2.6-1 4.2 4.2 0 0 0 .7-2.6V42h-2.6Z\" data-name=\"Path 5672\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M149.2 38.3h2.7v2.5h-2.7z\" data-name=\"Rectangle 17830\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"m160.2 46.2 4.4-4.2h-3.3l-4.4 4.4v-8h-2.7v15h2.7v-4l1.4-1.4 3.4 5.4h3.3Z\" data-name=\"Path 5673\"%3E%3C/path%3E%3Cpath fill=\"%23111A64\" d=\"M75.2 40v9l-6.7-9h-4.3v1.7l1.4.3v11.5h2.8v-9l6.6 9h3V40Z\" data-name=\"Path 5674\"%3E%3C/path%3E%3Cpath fill=\"%232C2276\" d=\"m50.7 0-9.2 19.6 10 13.3V16.7h9.2L64.8 0Z\" data-name=\"Path 5675\"%3E%3C/path%3E%3Cpath fill=\"%232C2276\" d=\"M39.2 36.9v16.7H25.5l-5.3 11.2a16.6 16.6 0 0 0 3.2 1.6l1.4.4 22 5.9 4-16 .8-3.3Z\" data-name=\"Path 5676\"%3E%3C/path%3E%3Cpath fill=\"%23007C4C\" d=\"m39.6 17 1.3 1.9L50 0h-1.6Z\" data-name=\"Path 5677\"%3E%3C/path%3E%3Cpath fill=\"%23007C4C\" d=\"M24.6 52.7v-6.5l-8 15.6a16.7 16.7 0 0 0 2.6 2.3Z\" data-name=\"Path 5678\"%3E%3C/path%3E%3Cpath fill=\"%23FFD66F\" d=\"M38.3 16.7h-2.4L45.2 0h2Z\" data-name=\"Path 5679\"%3E%3C/path%3E%3Cpath fill=\"%23FFD66F\" d=\"m24.6 36.9-11 20a16.5 16.5 0 0 0 1.6 3.1l9.4-17.7Z\" data-name=\"Path 5680\"%3E%3C/path%3E%3Cpath fill=\"%236096C7\" d=\"M24.6 24.7 19 23.2v-6.5h14.7L43.4 0H5.6v6.5l6.8 1.8V51a16.9 16.9 0 0 0 .1 1.8L24.6 32Z\" data-name=\"Path 5681\"%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E')"
|
|
8891
|
+
},
|
|
8892
|
+
"name": "conductionLogoHeaderBackgroundImage",
|
|
8893
|
+
"attributes": {
|
|
8894
|
+
"category": "conduction",
|
|
8895
|
+
"type": "logo",
|
|
8896
|
+
"item": "header",
|
|
8897
|
+
"subitem": "background-image"
|
|
8898
|
+
},
|
|
8899
|
+
"path": [
|
|
8900
|
+
"conduction",
|
|
8901
|
+
"logo",
|
|
8902
|
+
"header",
|
|
8903
|
+
"background-image"
|
|
8904
|
+
]
|
|
8905
|
+
}
|
|
8906
|
+
},
|
|
8907
|
+
"footer": {
|
|
8908
|
+
"inline-size": {
|
|
8909
|
+
"value": "",
|
|
8910
|
+
"filePath": "src/component/conduction/logo.tokens.json",
|
|
8911
|
+
"isSource": true,
|
|
8912
|
+
"original": {
|
|
8913
|
+
"value": ""
|
|
8914
|
+
},
|
|
8915
|
+
"name": "conductionLogoFooterInlineSize",
|
|
8916
|
+
"attributes": {
|
|
8917
|
+
"category": "conduction",
|
|
8918
|
+
"type": "logo",
|
|
8919
|
+
"item": "footer",
|
|
8920
|
+
"subitem": "inline-size"
|
|
8921
|
+
},
|
|
8922
|
+
"path": [
|
|
8923
|
+
"conduction",
|
|
8924
|
+
"logo",
|
|
8925
|
+
"footer",
|
|
7627
8926
|
"inline-size"
|
|
7628
8927
|
]
|
|
7629
8928
|
},
|
|
@@ -8031,7 +9330,8 @@
|
|
|
8031
9330
|
"item",
|
|
8032
9331
|
"padding"
|
|
8033
9332
|
]
|
|
8034
|
-
}
|
|
9333
|
+
},
|
|
9334
|
+
"border-radius": {}
|
|
8035
9335
|
},
|
|
8036
9336
|
"padding-inline-end": {
|
|
8037
9337
|
"value": "16px",
|