@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
|
@@ -397,6 +397,1115 @@
|
|
|
397
397
|
"padding-inline-start"
|
|
398
398
|
]
|
|
399
399
|
},
|
|
400
|
+
{
|
|
401
|
+
"value": "#d1d1d1",
|
|
402
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
403
|
+
"isSource": true,
|
|
404
|
+
"original": {
|
|
405
|
+
"value": "{epe.color.grey.82}"
|
|
406
|
+
},
|
|
407
|
+
"name": "conductionDownloadCardBorderColor",
|
|
408
|
+
"attributes": {
|
|
409
|
+
"category": "conduction",
|
|
410
|
+
"type": "download-card",
|
|
411
|
+
"item": "border-color"
|
|
412
|
+
},
|
|
413
|
+
"path": [
|
|
414
|
+
"conduction",
|
|
415
|
+
"download-card",
|
|
416
|
+
"border-color"
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"value": "0px",
|
|
421
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
422
|
+
"isSource": true,
|
|
423
|
+
"original": {
|
|
424
|
+
"value": "0px"
|
|
425
|
+
},
|
|
426
|
+
"name": "conductionDownloadCardBorderRadius",
|
|
427
|
+
"attributes": {
|
|
428
|
+
"category": "conduction",
|
|
429
|
+
"type": "download-card",
|
|
430
|
+
"item": "border-radius"
|
|
431
|
+
},
|
|
432
|
+
"path": [
|
|
433
|
+
"conduction",
|
|
434
|
+
"download-card",
|
|
435
|
+
"border-radius"
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"value": "solid",
|
|
440
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
441
|
+
"isSource": true,
|
|
442
|
+
"original": {
|
|
443
|
+
"value": "solid"
|
|
444
|
+
},
|
|
445
|
+
"name": "conductionDownloadCardBorderStyle",
|
|
446
|
+
"attributes": {
|
|
447
|
+
"category": "conduction",
|
|
448
|
+
"type": "download-card",
|
|
449
|
+
"item": "border-style"
|
|
450
|
+
},
|
|
451
|
+
"path": [
|
|
452
|
+
"conduction",
|
|
453
|
+
"download-card",
|
|
454
|
+
"border-style"
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"value": "1px",
|
|
459
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
460
|
+
"isSource": true,
|
|
461
|
+
"original": {
|
|
462
|
+
"value": "{epe.size.4xs}"
|
|
463
|
+
},
|
|
464
|
+
"name": "conductionDownloadCardBorderWidth",
|
|
465
|
+
"attributes": {
|
|
466
|
+
"category": "conduction",
|
|
467
|
+
"type": "download-card",
|
|
468
|
+
"item": "border-width"
|
|
469
|
+
},
|
|
470
|
+
"path": [
|
|
471
|
+
"conduction",
|
|
472
|
+
"download-card",
|
|
473
|
+
"border-width"
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"value": "8px",
|
|
478
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
479
|
+
"isSource": true,
|
|
480
|
+
"original": {
|
|
481
|
+
"value": "{epe.size.xs}"
|
|
482
|
+
},
|
|
483
|
+
"name": "conductionDownloadCardIconGap",
|
|
484
|
+
"attributes": {
|
|
485
|
+
"category": "conduction",
|
|
486
|
+
"type": "download-card",
|
|
487
|
+
"item": "icon-gap"
|
|
488
|
+
},
|
|
489
|
+
"path": [
|
|
490
|
+
"conduction",
|
|
491
|
+
"download-card",
|
|
492
|
+
"icon-gap"
|
|
493
|
+
]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"value": "18px",
|
|
497
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
498
|
+
"isSource": true,
|
|
499
|
+
"original": {
|
|
500
|
+
"value": "{epe.size.md}"
|
|
501
|
+
},
|
|
502
|
+
"name": "conductionDownloadCardPaddingBlockEnd",
|
|
503
|
+
"attributes": {
|
|
504
|
+
"category": "conduction",
|
|
505
|
+
"type": "download-card",
|
|
506
|
+
"item": "padding-block-end"
|
|
507
|
+
},
|
|
508
|
+
"path": [
|
|
509
|
+
"conduction",
|
|
510
|
+
"download-card",
|
|
511
|
+
"padding-block-end"
|
|
512
|
+
]
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"value": "18px",
|
|
516
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
517
|
+
"isSource": true,
|
|
518
|
+
"original": {
|
|
519
|
+
"value": "{epe.size.md}"
|
|
520
|
+
},
|
|
521
|
+
"name": "conductionDownloadCardPaddingBlockStart",
|
|
522
|
+
"attributes": {
|
|
523
|
+
"category": "conduction",
|
|
524
|
+
"type": "download-card",
|
|
525
|
+
"item": "padding-block-start"
|
|
526
|
+
},
|
|
527
|
+
"path": [
|
|
528
|
+
"conduction",
|
|
529
|
+
"download-card",
|
|
530
|
+
"padding-block-start"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"value": "18px",
|
|
535
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
536
|
+
"isSource": true,
|
|
537
|
+
"original": {
|
|
538
|
+
"value": "{epe.size.md}"
|
|
539
|
+
},
|
|
540
|
+
"name": "conductionDownloadCardPaddingInlineEnd",
|
|
541
|
+
"attributes": {
|
|
542
|
+
"category": "conduction",
|
|
543
|
+
"type": "download-card",
|
|
544
|
+
"item": "padding-inline-end"
|
|
545
|
+
},
|
|
546
|
+
"path": [
|
|
547
|
+
"conduction",
|
|
548
|
+
"download-card",
|
|
549
|
+
"padding-inline-end"
|
|
550
|
+
]
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"value": "18px",
|
|
554
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
555
|
+
"isSource": true,
|
|
556
|
+
"original": {
|
|
557
|
+
"value": "{epe.size.md}"
|
|
558
|
+
},
|
|
559
|
+
"name": "conductionDownloadCardPaddingInlineStart",
|
|
560
|
+
"attributes": {
|
|
561
|
+
"category": "conduction",
|
|
562
|
+
"type": "download-card",
|
|
563
|
+
"item": "padding-inline-start"
|
|
564
|
+
},
|
|
565
|
+
"path": [
|
|
566
|
+
"conduction",
|
|
567
|
+
"download-card",
|
|
568
|
+
"padding-inline-start"
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"value": "#2e2e33",
|
|
573
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
574
|
+
"isSource": true,
|
|
575
|
+
"original": {
|
|
576
|
+
"value": "{epe.color.black.19}"
|
|
577
|
+
},
|
|
578
|
+
"name": "conductionDownloadCardTitleColor",
|
|
579
|
+
"attributes": {
|
|
580
|
+
"category": "conduction",
|
|
581
|
+
"type": "download-card",
|
|
582
|
+
"item": "title",
|
|
583
|
+
"subitem": "color"
|
|
584
|
+
},
|
|
585
|
+
"path": [
|
|
586
|
+
"conduction",
|
|
587
|
+
"download-card",
|
|
588
|
+
"title",
|
|
589
|
+
"color"
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"value": "\"Source Sans\"",
|
|
594
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
595
|
+
"isSource": true,
|
|
596
|
+
"original": {
|
|
597
|
+
"value": "{epe.typography.source-sans.font-family}"
|
|
598
|
+
},
|
|
599
|
+
"name": "conductionDownloadCardTitleFontFamily",
|
|
600
|
+
"attributes": {
|
|
601
|
+
"category": "conduction",
|
|
602
|
+
"type": "download-card",
|
|
603
|
+
"item": "title",
|
|
604
|
+
"subitem": "font-family"
|
|
605
|
+
},
|
|
606
|
+
"path": [
|
|
607
|
+
"conduction",
|
|
608
|
+
"download-card",
|
|
609
|
+
"title",
|
|
610
|
+
"font-family"
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"value": "20px",
|
|
615
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
616
|
+
"isSource": true,
|
|
617
|
+
"original": {
|
|
618
|
+
"value": "{epe.font-size.lg}"
|
|
619
|
+
},
|
|
620
|
+
"name": "conductionDownloadCardTitleFontSize",
|
|
621
|
+
"attributes": {
|
|
622
|
+
"category": "conduction",
|
|
623
|
+
"type": "download-card",
|
|
624
|
+
"item": "title",
|
|
625
|
+
"subitem": "font-size"
|
|
626
|
+
},
|
|
627
|
+
"path": [
|
|
628
|
+
"conduction",
|
|
629
|
+
"download-card",
|
|
630
|
+
"title",
|
|
631
|
+
"font-size"
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"value": "700",
|
|
636
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
637
|
+
"isSource": true,
|
|
638
|
+
"original": {
|
|
639
|
+
"value": "{epe.typography.font-weight.bold}"
|
|
640
|
+
},
|
|
641
|
+
"name": "conductionDownloadCardTitleFontWeight",
|
|
642
|
+
"attributes": {
|
|
643
|
+
"category": "conduction",
|
|
644
|
+
"type": "download-card",
|
|
645
|
+
"item": "title",
|
|
646
|
+
"subitem": "font-weight"
|
|
647
|
+
},
|
|
648
|
+
"path": [
|
|
649
|
+
"conduction",
|
|
650
|
+
"download-card",
|
|
651
|
+
"title",
|
|
652
|
+
"font-weight"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"value": "14px",
|
|
657
|
+
"filePath": "src/component/conduction/download-card.tokens.json",
|
|
658
|
+
"isSource": true,
|
|
659
|
+
"original": {
|
|
660
|
+
"value": "{epe.size.sm}"
|
|
661
|
+
},
|
|
662
|
+
"name": "conductionDownloadCardTitleMarginInlineEnd",
|
|
663
|
+
"attributes": {
|
|
664
|
+
"category": "conduction",
|
|
665
|
+
"type": "download-card",
|
|
666
|
+
"item": "title",
|
|
667
|
+
"subitem": "margin-inline-end"
|
|
668
|
+
},
|
|
669
|
+
"path": [
|
|
670
|
+
"conduction",
|
|
671
|
+
"download-card",
|
|
672
|
+
"title",
|
|
673
|
+
"margin-inline-end"
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"value": "#757575",
|
|
678
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
679
|
+
"isSource": true,
|
|
680
|
+
"original": {
|
|
681
|
+
"value": "{epe.color.grey.46}"
|
|
682
|
+
},
|
|
683
|
+
"name": "conductionInputCheckboxBorderColor",
|
|
684
|
+
"attributes": {
|
|
685
|
+
"category": "conduction",
|
|
686
|
+
"type": "input-checkbox",
|
|
687
|
+
"item": "border-color"
|
|
688
|
+
},
|
|
689
|
+
"path": [
|
|
690
|
+
"conduction",
|
|
691
|
+
"input-checkbox",
|
|
692
|
+
"border-color"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"value": "3px",
|
|
697
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
698
|
+
"isSource": true,
|
|
699
|
+
"original": {
|
|
700
|
+
"value": "3px"
|
|
701
|
+
},
|
|
702
|
+
"name": "conductionInputCheckboxBorderRadius",
|
|
703
|
+
"attributes": {
|
|
704
|
+
"category": "conduction",
|
|
705
|
+
"type": "input-checkbox",
|
|
706
|
+
"item": "border-radius"
|
|
707
|
+
},
|
|
708
|
+
"path": [
|
|
709
|
+
"conduction",
|
|
710
|
+
"input-checkbox",
|
|
711
|
+
"border-radius"
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"value": "solid",
|
|
716
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
717
|
+
"isSource": true,
|
|
718
|
+
"original": {
|
|
719
|
+
"value": "solid"
|
|
720
|
+
},
|
|
721
|
+
"name": "conductionInputCheckboxBorderStyle",
|
|
722
|
+
"attributes": {
|
|
723
|
+
"category": "conduction",
|
|
724
|
+
"type": "input-checkbox",
|
|
725
|
+
"item": "border-style"
|
|
726
|
+
},
|
|
727
|
+
"path": [
|
|
728
|
+
"conduction",
|
|
729
|
+
"input-checkbox",
|
|
730
|
+
"border-style"
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"value": "1px",
|
|
735
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
736
|
+
"isSource": true,
|
|
737
|
+
"original": {
|
|
738
|
+
"value": "{epe.size.4xs}"
|
|
739
|
+
},
|
|
740
|
+
"name": "conductionInputCheckboxBorderWidth",
|
|
741
|
+
"attributes": {
|
|
742
|
+
"category": "conduction",
|
|
743
|
+
"type": "input-checkbox",
|
|
744
|
+
"item": "border-width"
|
|
745
|
+
},
|
|
746
|
+
"path": [
|
|
747
|
+
"conduction",
|
|
748
|
+
"input-checkbox",
|
|
749
|
+
"border-width"
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"value": "#01699d",
|
|
754
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
755
|
+
"isSource": true,
|
|
756
|
+
"original": {
|
|
757
|
+
"value": "{epe.color.primary}"
|
|
758
|
+
},
|
|
759
|
+
"name": "conductionInputCheckboxCheckedBorderColor",
|
|
760
|
+
"attributes": {
|
|
761
|
+
"category": "conduction",
|
|
762
|
+
"type": "input-checkbox",
|
|
763
|
+
"item": "checked",
|
|
764
|
+
"subitem": "border-color"
|
|
765
|
+
},
|
|
766
|
+
"path": [
|
|
767
|
+
"conduction",
|
|
768
|
+
"input-checkbox",
|
|
769
|
+
"checked",
|
|
770
|
+
"border-color"
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"value": "3px",
|
|
775
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
776
|
+
"isSource": true,
|
|
777
|
+
"original": {
|
|
778
|
+
"value": "3px"
|
|
779
|
+
},
|
|
780
|
+
"name": "conductionInputCheckboxCheckedBorderRadius",
|
|
781
|
+
"attributes": {
|
|
782
|
+
"category": "conduction",
|
|
783
|
+
"type": "input-checkbox",
|
|
784
|
+
"item": "checked",
|
|
785
|
+
"subitem": "border-radius"
|
|
786
|
+
},
|
|
787
|
+
"path": [
|
|
788
|
+
"conduction",
|
|
789
|
+
"input-checkbox",
|
|
790
|
+
"checked",
|
|
791
|
+
"border-radius"
|
|
792
|
+
]
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"value": "solid",
|
|
796
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
797
|
+
"isSource": true,
|
|
798
|
+
"original": {
|
|
799
|
+
"value": "solid"
|
|
800
|
+
},
|
|
801
|
+
"name": "conductionInputCheckboxCheckedBorderStyle",
|
|
802
|
+
"attributes": {
|
|
803
|
+
"category": "conduction",
|
|
804
|
+
"type": "input-checkbox",
|
|
805
|
+
"item": "checked",
|
|
806
|
+
"subitem": "border-style"
|
|
807
|
+
},
|
|
808
|
+
"path": [
|
|
809
|
+
"conduction",
|
|
810
|
+
"input-checkbox",
|
|
811
|
+
"checked",
|
|
812
|
+
"border-style"
|
|
813
|
+
]
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"value": "1px",
|
|
817
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
818
|
+
"isSource": true,
|
|
819
|
+
"original": {
|
|
820
|
+
"value": "{epe.size.4xs}"
|
|
821
|
+
},
|
|
822
|
+
"name": "conductionInputCheckboxCheckedBorderWidth",
|
|
823
|
+
"attributes": {
|
|
824
|
+
"category": "conduction",
|
|
825
|
+
"type": "input-checkbox",
|
|
826
|
+
"item": "checked",
|
|
827
|
+
"subitem": "border-width"
|
|
828
|
+
},
|
|
829
|
+
"path": [
|
|
830
|
+
"conduction",
|
|
831
|
+
"input-checkbox",
|
|
832
|
+
"checked",
|
|
833
|
+
"border-width"
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"value": "#01699d",
|
|
838
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
839
|
+
"isSource": true,
|
|
840
|
+
"original": {
|
|
841
|
+
"value": "{epe.color.primary}"
|
|
842
|
+
},
|
|
843
|
+
"name": "conductionInputCheckboxCheckedColor",
|
|
844
|
+
"attributes": {
|
|
845
|
+
"category": "conduction",
|
|
846
|
+
"type": "input-checkbox",
|
|
847
|
+
"item": "checked",
|
|
848
|
+
"subitem": "color"
|
|
849
|
+
},
|
|
850
|
+
"path": [
|
|
851
|
+
"conduction",
|
|
852
|
+
"input-checkbox",
|
|
853
|
+
"checked",
|
|
854
|
+
"color"
|
|
855
|
+
]
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"value": "#01476a",
|
|
859
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
860
|
+
"isSource": true,
|
|
861
|
+
"original": {
|
|
862
|
+
"value": "{epe.color.primary-hover}"
|
|
863
|
+
},
|
|
864
|
+
"name": "conductionInputCheckboxCheckedHoverBorderColor",
|
|
865
|
+
"attributes": {
|
|
866
|
+
"category": "conduction",
|
|
867
|
+
"type": "input-checkbox",
|
|
868
|
+
"item": "checked",
|
|
869
|
+
"subitem": "hover",
|
|
870
|
+
"state": "border-color"
|
|
871
|
+
},
|
|
872
|
+
"path": [
|
|
873
|
+
"conduction",
|
|
874
|
+
"input-checkbox",
|
|
875
|
+
"checked",
|
|
876
|
+
"hover",
|
|
877
|
+
"border-color"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"value": "3px",
|
|
882
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
883
|
+
"isSource": true,
|
|
884
|
+
"original": {
|
|
885
|
+
"value": "3px"
|
|
886
|
+
},
|
|
887
|
+
"name": "conductionInputCheckboxCheckedHoverBorderRadius",
|
|
888
|
+
"attributes": {
|
|
889
|
+
"category": "conduction",
|
|
890
|
+
"type": "input-checkbox",
|
|
891
|
+
"item": "checked",
|
|
892
|
+
"subitem": "hover",
|
|
893
|
+
"state": "border-radius"
|
|
894
|
+
},
|
|
895
|
+
"path": [
|
|
896
|
+
"conduction",
|
|
897
|
+
"input-checkbox",
|
|
898
|
+
"checked",
|
|
899
|
+
"hover",
|
|
900
|
+
"border-radius"
|
|
901
|
+
]
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"value": "solid",
|
|
905
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
906
|
+
"isSource": true,
|
|
907
|
+
"original": {
|
|
908
|
+
"value": "solid"
|
|
909
|
+
},
|
|
910
|
+
"name": "conductionInputCheckboxCheckedHoverBorderStyle",
|
|
911
|
+
"attributes": {
|
|
912
|
+
"category": "conduction",
|
|
913
|
+
"type": "input-checkbox",
|
|
914
|
+
"item": "checked",
|
|
915
|
+
"subitem": "hover",
|
|
916
|
+
"state": "border-style"
|
|
917
|
+
},
|
|
918
|
+
"path": [
|
|
919
|
+
"conduction",
|
|
920
|
+
"input-checkbox",
|
|
921
|
+
"checked",
|
|
922
|
+
"hover",
|
|
923
|
+
"border-style"
|
|
924
|
+
]
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"value": "1px",
|
|
928
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
929
|
+
"isSource": true,
|
|
930
|
+
"original": {
|
|
931
|
+
"value": "{epe.size.4xs}"
|
|
932
|
+
},
|
|
933
|
+
"name": "conductionInputCheckboxCheckedHoverBorderWidth",
|
|
934
|
+
"attributes": {
|
|
935
|
+
"category": "conduction",
|
|
936
|
+
"type": "input-checkbox",
|
|
937
|
+
"item": "checked",
|
|
938
|
+
"subitem": "hover",
|
|
939
|
+
"state": "border-width"
|
|
940
|
+
},
|
|
941
|
+
"path": [
|
|
942
|
+
"conduction",
|
|
943
|
+
"input-checkbox",
|
|
944
|
+
"checked",
|
|
945
|
+
"hover",
|
|
946
|
+
"border-width"
|
|
947
|
+
]
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"value": "#01476a",
|
|
951
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
952
|
+
"isSource": true,
|
|
953
|
+
"original": {
|
|
954
|
+
"value": "{epe.color.primary-hover}"
|
|
955
|
+
},
|
|
956
|
+
"name": "conductionInputCheckboxCheckedHoverColor",
|
|
957
|
+
"attributes": {
|
|
958
|
+
"category": "conduction",
|
|
959
|
+
"type": "input-checkbox",
|
|
960
|
+
"item": "checked",
|
|
961
|
+
"subitem": "hover",
|
|
962
|
+
"state": "color"
|
|
963
|
+
},
|
|
964
|
+
"path": [
|
|
965
|
+
"conduction",
|
|
966
|
+
"input-checkbox",
|
|
967
|
+
"checked",
|
|
968
|
+
"hover",
|
|
969
|
+
"color"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"value": "#ffffff",
|
|
974
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
975
|
+
"isSource": true,
|
|
976
|
+
"original": {
|
|
977
|
+
"value": "{epe.color.white.100}"
|
|
978
|
+
},
|
|
979
|
+
"name": "conductionInputCheckboxColor",
|
|
980
|
+
"attributes": {
|
|
981
|
+
"category": "conduction",
|
|
982
|
+
"type": "input-checkbox",
|
|
983
|
+
"item": "color"
|
|
984
|
+
},
|
|
985
|
+
"path": [
|
|
986
|
+
"conduction",
|
|
987
|
+
"input-checkbox",
|
|
988
|
+
"color"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"value": "#d1d1d1",
|
|
993
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
994
|
+
"isSource": true,
|
|
995
|
+
"original": {
|
|
996
|
+
"value": "{epe.color.grey.82}"
|
|
997
|
+
},
|
|
998
|
+
"name": "conductionInputCheckboxDisabledBorderColor",
|
|
999
|
+
"attributes": {
|
|
1000
|
+
"category": "conduction",
|
|
1001
|
+
"type": "input-checkbox",
|
|
1002
|
+
"item": "disabled",
|
|
1003
|
+
"subitem": "border-color"
|
|
1004
|
+
},
|
|
1005
|
+
"path": [
|
|
1006
|
+
"conduction",
|
|
1007
|
+
"input-checkbox",
|
|
1008
|
+
"disabled",
|
|
1009
|
+
"border-color"
|
|
1010
|
+
]
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"value": "3px",
|
|
1014
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1015
|
+
"isSource": true,
|
|
1016
|
+
"original": {
|
|
1017
|
+
"value": "3px"
|
|
1018
|
+
},
|
|
1019
|
+
"name": "conductionInputCheckboxDisabledBorderRadius",
|
|
1020
|
+
"attributes": {
|
|
1021
|
+
"category": "conduction",
|
|
1022
|
+
"type": "input-checkbox",
|
|
1023
|
+
"item": "disabled",
|
|
1024
|
+
"subitem": "border-radius"
|
|
1025
|
+
},
|
|
1026
|
+
"path": [
|
|
1027
|
+
"conduction",
|
|
1028
|
+
"input-checkbox",
|
|
1029
|
+
"disabled",
|
|
1030
|
+
"border-radius"
|
|
1031
|
+
]
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"value": "solid",
|
|
1035
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1036
|
+
"isSource": true,
|
|
1037
|
+
"original": {
|
|
1038
|
+
"value": "solid"
|
|
1039
|
+
},
|
|
1040
|
+
"name": "conductionInputCheckboxDisabledBorderStyle",
|
|
1041
|
+
"attributes": {
|
|
1042
|
+
"category": "conduction",
|
|
1043
|
+
"type": "input-checkbox",
|
|
1044
|
+
"item": "disabled",
|
|
1045
|
+
"subitem": "border-style"
|
|
1046
|
+
},
|
|
1047
|
+
"path": [
|
|
1048
|
+
"conduction",
|
|
1049
|
+
"input-checkbox",
|
|
1050
|
+
"disabled",
|
|
1051
|
+
"border-style"
|
|
1052
|
+
]
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"value": "1px",
|
|
1056
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1057
|
+
"isSource": true,
|
|
1058
|
+
"original": {
|
|
1059
|
+
"value": "{epe.size.4xs}"
|
|
1060
|
+
},
|
|
1061
|
+
"name": "conductionInputCheckboxDisabledBorderWidth",
|
|
1062
|
+
"attributes": {
|
|
1063
|
+
"category": "conduction",
|
|
1064
|
+
"type": "input-checkbox",
|
|
1065
|
+
"item": "disabled",
|
|
1066
|
+
"subitem": "border-width"
|
|
1067
|
+
},
|
|
1068
|
+
"path": [
|
|
1069
|
+
"conduction",
|
|
1070
|
+
"input-checkbox",
|
|
1071
|
+
"disabled",
|
|
1072
|
+
"border-width"
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"value": "#d1d1d1",
|
|
1077
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1078
|
+
"isSource": true,
|
|
1079
|
+
"original": {
|
|
1080
|
+
"value": "{epe.color.grey.82}"
|
|
1081
|
+
},
|
|
1082
|
+
"name": "conductionInputCheckboxDisabledColor",
|
|
1083
|
+
"attributes": {
|
|
1084
|
+
"category": "conduction",
|
|
1085
|
+
"type": "input-checkbox",
|
|
1086
|
+
"item": "disabled",
|
|
1087
|
+
"subitem": "color"
|
|
1088
|
+
},
|
|
1089
|
+
"path": [
|
|
1090
|
+
"conduction",
|
|
1091
|
+
"input-checkbox",
|
|
1092
|
+
"disabled",
|
|
1093
|
+
"color"
|
|
1094
|
+
]
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"value": "#d1d1d1",
|
|
1098
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1099
|
+
"isSource": true,
|
|
1100
|
+
"original": {
|
|
1101
|
+
"value": "{epe.color.grey.82}"
|
|
1102
|
+
},
|
|
1103
|
+
"name": "conductionInputCheckboxDisabledHoverBorderColor",
|
|
1104
|
+
"attributes": {
|
|
1105
|
+
"category": "conduction",
|
|
1106
|
+
"type": "input-checkbox",
|
|
1107
|
+
"item": "disabled",
|
|
1108
|
+
"subitem": "hover",
|
|
1109
|
+
"state": "border-color"
|
|
1110
|
+
},
|
|
1111
|
+
"path": [
|
|
1112
|
+
"conduction",
|
|
1113
|
+
"input-checkbox",
|
|
1114
|
+
"disabled",
|
|
1115
|
+
"hover",
|
|
1116
|
+
"border-color"
|
|
1117
|
+
]
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"value": "3px",
|
|
1121
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1122
|
+
"isSource": true,
|
|
1123
|
+
"original": {
|
|
1124
|
+
"value": "3px"
|
|
1125
|
+
},
|
|
1126
|
+
"name": "conductionInputCheckboxDisabledHoverBorderRadius",
|
|
1127
|
+
"attributes": {
|
|
1128
|
+
"category": "conduction",
|
|
1129
|
+
"type": "input-checkbox",
|
|
1130
|
+
"item": "disabled",
|
|
1131
|
+
"subitem": "hover",
|
|
1132
|
+
"state": "border-radius"
|
|
1133
|
+
},
|
|
1134
|
+
"path": [
|
|
1135
|
+
"conduction",
|
|
1136
|
+
"input-checkbox",
|
|
1137
|
+
"disabled",
|
|
1138
|
+
"hover",
|
|
1139
|
+
"border-radius"
|
|
1140
|
+
]
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"value": "solid",
|
|
1144
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1145
|
+
"isSource": true,
|
|
1146
|
+
"original": {
|
|
1147
|
+
"value": "solid"
|
|
1148
|
+
},
|
|
1149
|
+
"name": "conductionInputCheckboxDisabledHoverBorderStyle",
|
|
1150
|
+
"attributes": {
|
|
1151
|
+
"category": "conduction",
|
|
1152
|
+
"type": "input-checkbox",
|
|
1153
|
+
"item": "disabled",
|
|
1154
|
+
"subitem": "hover",
|
|
1155
|
+
"state": "border-style"
|
|
1156
|
+
},
|
|
1157
|
+
"path": [
|
|
1158
|
+
"conduction",
|
|
1159
|
+
"input-checkbox",
|
|
1160
|
+
"disabled",
|
|
1161
|
+
"hover",
|
|
1162
|
+
"border-style"
|
|
1163
|
+
]
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"value": "1px",
|
|
1167
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1168
|
+
"isSource": true,
|
|
1169
|
+
"original": {
|
|
1170
|
+
"value": "{epe.size.4xs}"
|
|
1171
|
+
},
|
|
1172
|
+
"name": "conductionInputCheckboxDisabledHoverBorderWidth",
|
|
1173
|
+
"attributes": {
|
|
1174
|
+
"category": "conduction",
|
|
1175
|
+
"type": "input-checkbox",
|
|
1176
|
+
"item": "disabled",
|
|
1177
|
+
"subitem": "hover",
|
|
1178
|
+
"state": "border-width"
|
|
1179
|
+
},
|
|
1180
|
+
"path": [
|
|
1181
|
+
"conduction",
|
|
1182
|
+
"input-checkbox",
|
|
1183
|
+
"disabled",
|
|
1184
|
+
"hover",
|
|
1185
|
+
"border-width"
|
|
1186
|
+
]
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"value": "#d1d1d1",
|
|
1190
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1191
|
+
"isSource": true,
|
|
1192
|
+
"original": {
|
|
1193
|
+
"value": "{epe.color.grey.82}"
|
|
1194
|
+
},
|
|
1195
|
+
"name": "conductionInputCheckboxDisabledHoverColor",
|
|
1196
|
+
"attributes": {
|
|
1197
|
+
"category": "conduction",
|
|
1198
|
+
"type": "input-checkbox",
|
|
1199
|
+
"item": "disabled",
|
|
1200
|
+
"subitem": "hover",
|
|
1201
|
+
"state": "color"
|
|
1202
|
+
},
|
|
1203
|
+
"path": [
|
|
1204
|
+
"conduction",
|
|
1205
|
+
"input-checkbox",
|
|
1206
|
+
"disabled",
|
|
1207
|
+
"hover",
|
|
1208
|
+
"color"
|
|
1209
|
+
]
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"value": "#000000",
|
|
1213
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1214
|
+
"isSource": true,
|
|
1215
|
+
"original": {
|
|
1216
|
+
"value": "{epe.color.black.0}"
|
|
1217
|
+
},
|
|
1218
|
+
"name": "conductionInputCheckboxFocusOutlineColor",
|
|
1219
|
+
"attributes": {
|
|
1220
|
+
"category": "conduction",
|
|
1221
|
+
"type": "input-checkbox",
|
|
1222
|
+
"item": "focus",
|
|
1223
|
+
"subitem": "outline-color"
|
|
1224
|
+
},
|
|
1225
|
+
"path": [
|
|
1226
|
+
"conduction",
|
|
1227
|
+
"input-checkbox",
|
|
1228
|
+
"focus",
|
|
1229
|
+
"outline-color"
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"value": "2px",
|
|
1234
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1235
|
+
"isSource": true,
|
|
1236
|
+
"original": {
|
|
1237
|
+
"value": "2px"
|
|
1238
|
+
},
|
|
1239
|
+
"name": "conductionInputCheckboxFocusOutlineOffset",
|
|
1240
|
+
"attributes": {
|
|
1241
|
+
"category": "conduction",
|
|
1242
|
+
"type": "input-checkbox",
|
|
1243
|
+
"item": "focus",
|
|
1244
|
+
"subitem": "outline-offset"
|
|
1245
|
+
},
|
|
1246
|
+
"path": [
|
|
1247
|
+
"conduction",
|
|
1248
|
+
"input-checkbox",
|
|
1249
|
+
"focus",
|
|
1250
|
+
"outline-offset"
|
|
1251
|
+
]
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"value": "solid",
|
|
1255
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1256
|
+
"isSource": true,
|
|
1257
|
+
"original": {
|
|
1258
|
+
"value": "solid"
|
|
1259
|
+
},
|
|
1260
|
+
"name": "conductionInputCheckboxFocusOutlineStyle",
|
|
1261
|
+
"attributes": {
|
|
1262
|
+
"category": "conduction",
|
|
1263
|
+
"type": "input-checkbox",
|
|
1264
|
+
"item": "focus",
|
|
1265
|
+
"subitem": "outline-style"
|
|
1266
|
+
},
|
|
1267
|
+
"path": [
|
|
1268
|
+
"conduction",
|
|
1269
|
+
"input-checkbox",
|
|
1270
|
+
"focus",
|
|
1271
|
+
"outline-style"
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"value": "2px",
|
|
1276
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1277
|
+
"isSource": true,
|
|
1278
|
+
"original": {
|
|
1279
|
+
"value": "2px"
|
|
1280
|
+
},
|
|
1281
|
+
"name": "conductionInputCheckboxFocusOutlineWidth",
|
|
1282
|
+
"attributes": {
|
|
1283
|
+
"category": "conduction",
|
|
1284
|
+
"type": "input-checkbox",
|
|
1285
|
+
"item": "focus",
|
|
1286
|
+
"subitem": "outline-width"
|
|
1287
|
+
},
|
|
1288
|
+
"path": [
|
|
1289
|
+
"conduction",
|
|
1290
|
+
"input-checkbox",
|
|
1291
|
+
"focus",
|
|
1292
|
+
"outline-width"
|
|
1293
|
+
]
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"value": "#4f4f4f",
|
|
1297
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1298
|
+
"isSource": true,
|
|
1299
|
+
"original": {
|
|
1300
|
+
"value": "{epe.color.grey.31}"
|
|
1301
|
+
},
|
|
1302
|
+
"name": "conductionInputCheckboxHoverBorderColor",
|
|
1303
|
+
"attributes": {
|
|
1304
|
+
"category": "conduction",
|
|
1305
|
+
"type": "input-checkbox",
|
|
1306
|
+
"item": "hover",
|
|
1307
|
+
"subitem": "border-color"
|
|
1308
|
+
},
|
|
1309
|
+
"path": [
|
|
1310
|
+
"conduction",
|
|
1311
|
+
"input-checkbox",
|
|
1312
|
+
"hover",
|
|
1313
|
+
"border-color"
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"value": "3px",
|
|
1318
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1319
|
+
"isSource": true,
|
|
1320
|
+
"original": {
|
|
1321
|
+
"value": "3px"
|
|
1322
|
+
},
|
|
1323
|
+
"name": "conductionInputCheckboxHoverBorderRadius",
|
|
1324
|
+
"attributes": {
|
|
1325
|
+
"category": "conduction",
|
|
1326
|
+
"type": "input-checkbox",
|
|
1327
|
+
"item": "hover",
|
|
1328
|
+
"subitem": "border-radius"
|
|
1329
|
+
},
|
|
1330
|
+
"path": [
|
|
1331
|
+
"conduction",
|
|
1332
|
+
"input-checkbox",
|
|
1333
|
+
"hover",
|
|
1334
|
+
"border-radius"
|
|
1335
|
+
]
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"value": "solid",
|
|
1339
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1340
|
+
"isSource": true,
|
|
1341
|
+
"original": {
|
|
1342
|
+
"value": "solid"
|
|
1343
|
+
},
|
|
1344
|
+
"name": "conductionInputCheckboxHoverBorderStyle",
|
|
1345
|
+
"attributes": {
|
|
1346
|
+
"category": "conduction",
|
|
1347
|
+
"type": "input-checkbox",
|
|
1348
|
+
"item": "hover",
|
|
1349
|
+
"subitem": "border-style"
|
|
1350
|
+
},
|
|
1351
|
+
"path": [
|
|
1352
|
+
"conduction",
|
|
1353
|
+
"input-checkbox",
|
|
1354
|
+
"hover",
|
|
1355
|
+
"border-style"
|
|
1356
|
+
]
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"value": "1px",
|
|
1360
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1361
|
+
"isSource": true,
|
|
1362
|
+
"original": {
|
|
1363
|
+
"value": "{epe.size.4xs}"
|
|
1364
|
+
},
|
|
1365
|
+
"name": "conductionInputCheckboxHoverBorderWidth",
|
|
1366
|
+
"attributes": {
|
|
1367
|
+
"category": "conduction",
|
|
1368
|
+
"type": "input-checkbox",
|
|
1369
|
+
"item": "hover",
|
|
1370
|
+
"subitem": "border-width"
|
|
1371
|
+
},
|
|
1372
|
+
"path": [
|
|
1373
|
+
"conduction",
|
|
1374
|
+
"input-checkbox",
|
|
1375
|
+
"hover",
|
|
1376
|
+
"border-width"
|
|
1377
|
+
]
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"value": "#ffffff",
|
|
1381
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1382
|
+
"isSource": true,
|
|
1383
|
+
"original": {
|
|
1384
|
+
"value": "{epe.color.white.100}"
|
|
1385
|
+
},
|
|
1386
|
+
"name": "conductionInputCheckboxHoverColor",
|
|
1387
|
+
"attributes": {
|
|
1388
|
+
"category": "conduction",
|
|
1389
|
+
"type": "input-checkbox",
|
|
1390
|
+
"item": "hover",
|
|
1391
|
+
"subitem": "color"
|
|
1392
|
+
},
|
|
1393
|
+
"path": [
|
|
1394
|
+
"conduction",
|
|
1395
|
+
"input-checkbox",
|
|
1396
|
+
"hover",
|
|
1397
|
+
"color"
|
|
1398
|
+
]
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"value": "#2e2e33",
|
|
1402
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1403
|
+
"isSource": true,
|
|
1404
|
+
"original": {
|
|
1405
|
+
"value": "{utrecht.document.color}"
|
|
1406
|
+
},
|
|
1407
|
+
"name": "conductionInputCheckboxLabelColor",
|
|
1408
|
+
"attributes": {
|
|
1409
|
+
"category": "conduction",
|
|
1410
|
+
"type": "input-checkbox",
|
|
1411
|
+
"item": "label",
|
|
1412
|
+
"subitem": "color"
|
|
1413
|
+
},
|
|
1414
|
+
"path": [
|
|
1415
|
+
"conduction",
|
|
1416
|
+
"input-checkbox",
|
|
1417
|
+
"label",
|
|
1418
|
+
"color"
|
|
1419
|
+
]
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"value": "3px",
|
|
1423
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1424
|
+
"isSource": true,
|
|
1425
|
+
"original": {
|
|
1426
|
+
"value": "3px"
|
|
1427
|
+
},
|
|
1428
|
+
"name": "conductionInputCheckboxLabelContainerMargin",
|
|
1429
|
+
"attributes": {
|
|
1430
|
+
"category": "conduction",
|
|
1431
|
+
"type": "input-checkbox",
|
|
1432
|
+
"item": "label",
|
|
1433
|
+
"subitem": "container",
|
|
1434
|
+
"state": "margin"
|
|
1435
|
+
},
|
|
1436
|
+
"path": [
|
|
1437
|
+
"conduction",
|
|
1438
|
+
"input-checkbox",
|
|
1439
|
+
"label",
|
|
1440
|
+
"container",
|
|
1441
|
+
"margin"
|
|
1442
|
+
]
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"value": "3px",
|
|
1446
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1447
|
+
"isSource": true,
|
|
1448
|
+
"original": {
|
|
1449
|
+
"value": "3px"
|
|
1450
|
+
},
|
|
1451
|
+
"name": "conductionInputCheckboxLabelContainerPadding",
|
|
1452
|
+
"attributes": {
|
|
1453
|
+
"category": "conduction",
|
|
1454
|
+
"type": "input-checkbox",
|
|
1455
|
+
"item": "label",
|
|
1456
|
+
"subitem": "container",
|
|
1457
|
+
"state": "padding"
|
|
1458
|
+
},
|
|
1459
|
+
"path": [
|
|
1460
|
+
"conduction",
|
|
1461
|
+
"input-checkbox",
|
|
1462
|
+
"label",
|
|
1463
|
+
"container",
|
|
1464
|
+
"padding"
|
|
1465
|
+
]
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"value": "\"Source Sans\"",
|
|
1469
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1470
|
+
"isSource": true,
|
|
1471
|
+
"original": {
|
|
1472
|
+
"value": "{utrecht.document.font-family}"
|
|
1473
|
+
},
|
|
1474
|
+
"name": "conductionInputCheckboxLabelFontFamily",
|
|
1475
|
+
"attributes": {
|
|
1476
|
+
"category": "conduction",
|
|
1477
|
+
"type": "input-checkbox",
|
|
1478
|
+
"item": "label",
|
|
1479
|
+
"subitem": "font-family"
|
|
1480
|
+
},
|
|
1481
|
+
"path": [
|
|
1482
|
+
"conduction",
|
|
1483
|
+
"input-checkbox",
|
|
1484
|
+
"label",
|
|
1485
|
+
"font-family"
|
|
1486
|
+
]
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"value": "18px",
|
|
1490
|
+
"filePath": "src/component/conduction/checkbox.tokens.json",
|
|
1491
|
+
"isSource": true,
|
|
1492
|
+
"original": {
|
|
1493
|
+
"value": "{utrecht.document.font-size}"
|
|
1494
|
+
},
|
|
1495
|
+
"name": "conductionInputCheckboxLabelFontSize",
|
|
1496
|
+
"attributes": {
|
|
1497
|
+
"category": "conduction",
|
|
1498
|
+
"type": "input-checkbox",
|
|
1499
|
+
"item": "label",
|
|
1500
|
+
"subitem": "font-size"
|
|
1501
|
+
},
|
|
1502
|
+
"path": [
|
|
1503
|
+
"conduction",
|
|
1504
|
+
"input-checkbox",
|
|
1505
|
+
"label",
|
|
1506
|
+
"font-size"
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
400
1509
|
{
|
|
401
1510
|
"value": "#ffffff",
|
|
402
1511
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -3550,6 +4659,27 @@
|
|
|
3550
4659
|
"83"
|
|
3551
4660
|
]
|
|
3552
4661
|
},
|
|
4662
|
+
{
|
|
4663
|
+
"value": "#e0ebfa",
|
|
4664
|
+
"filePath": "src/brand/epe/color.tokens.json",
|
|
4665
|
+
"isSource": true,
|
|
4666
|
+
"original": {
|
|
4667
|
+
"value": "#e0ebfa"
|
|
4668
|
+
},
|
|
4669
|
+
"name": "epeColorBlue93",
|
|
4670
|
+
"attributes": {
|
|
4671
|
+
"category": "epe",
|
|
4672
|
+
"type": "color",
|
|
4673
|
+
"item": "blue",
|
|
4674
|
+
"subitem": "93"
|
|
4675
|
+
},
|
|
4676
|
+
"path": [
|
|
4677
|
+
"epe",
|
|
4678
|
+
"color",
|
|
4679
|
+
"blue",
|
|
4680
|
+
"93"
|
|
4681
|
+
]
|
|
4682
|
+
},
|
|
3553
4683
|
{
|
|
3554
4684
|
"value": "#dc3545",
|
|
3555
4685
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -3569,6 +4699,27 @@
|
|
|
3569
4699
|
"error"
|
|
3570
4700
|
]
|
|
3571
4701
|
},
|
|
4702
|
+
{
|
|
4703
|
+
"value": "#4f4f4f",
|
|
4704
|
+
"filePath": "src/brand/epe/color.tokens.json",
|
|
4705
|
+
"isSource": true,
|
|
4706
|
+
"original": {
|
|
4707
|
+
"value": "#4f4f4f"
|
|
4708
|
+
},
|
|
4709
|
+
"name": "epeColorGrey31",
|
|
4710
|
+
"attributes": {
|
|
4711
|
+
"category": "epe",
|
|
4712
|
+
"type": "color",
|
|
4713
|
+
"item": "grey",
|
|
4714
|
+
"subitem": "31"
|
|
4715
|
+
},
|
|
4716
|
+
"path": [
|
|
4717
|
+
"epe",
|
|
4718
|
+
"color",
|
|
4719
|
+
"grey",
|
|
4720
|
+
"31"
|
|
4721
|
+
]
|
|
4722
|
+
},
|
|
3572
4723
|
{
|
|
3573
4724
|
"value": "#575757",
|
|
3574
4725
|
"comment": "Base/Grey",
|
|
@@ -3613,6 +4764,27 @@
|
|
|
3613
4764
|
"46"
|
|
3614
4765
|
]
|
|
3615
4766
|
},
|
|
4767
|
+
{
|
|
4768
|
+
"value": "#d1d1d1",
|
|
4769
|
+
"filePath": "src/brand/epe/color.tokens.json",
|
|
4770
|
+
"isSource": true,
|
|
4771
|
+
"original": {
|
|
4772
|
+
"value": "#d1d1d1"
|
|
4773
|
+
},
|
|
4774
|
+
"name": "epeColorGrey82",
|
|
4775
|
+
"attributes": {
|
|
4776
|
+
"category": "epe",
|
|
4777
|
+
"type": "color",
|
|
4778
|
+
"item": "grey",
|
|
4779
|
+
"subitem": "82"
|
|
4780
|
+
},
|
|
4781
|
+
"path": [
|
|
4782
|
+
"epe",
|
|
4783
|
+
"color",
|
|
4784
|
+
"grey",
|
|
4785
|
+
"82"
|
|
4786
|
+
]
|
|
4787
|
+
},
|
|
3616
4788
|
{
|
|
3617
4789
|
"value": "#e6e6e6",
|
|
3618
4790
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -5155,6 +6327,63 @@
|
|
|
5155
6327
|
"color"
|
|
5156
6328
|
]
|
|
5157
6329
|
},
|
|
6330
|
+
{
|
|
6331
|
+
"value": "#e0ebfa",
|
|
6332
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
6333
|
+
"isSource": true,
|
|
6334
|
+
"original": {
|
|
6335
|
+
"value": "{epe.color.blue.93}"
|
|
6336
|
+
},
|
|
6337
|
+
"name": "utrechtBadgeBackgroundColor",
|
|
6338
|
+
"attributes": {
|
|
6339
|
+
"category": "utrecht",
|
|
6340
|
+
"type": "badge",
|
|
6341
|
+
"item": "background-color"
|
|
6342
|
+
},
|
|
6343
|
+
"path": [
|
|
6344
|
+
"utrecht",
|
|
6345
|
+
"badge",
|
|
6346
|
+
"background-color"
|
|
6347
|
+
]
|
|
6348
|
+
},
|
|
6349
|
+
{
|
|
6350
|
+
"value": "0",
|
|
6351
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
6352
|
+
"isSource": true,
|
|
6353
|
+
"original": {
|
|
6354
|
+
"value": "0"
|
|
6355
|
+
},
|
|
6356
|
+
"name": "utrechtBadgeBorderRadius",
|
|
6357
|
+
"attributes": {
|
|
6358
|
+
"category": "utrecht",
|
|
6359
|
+
"type": "badge",
|
|
6360
|
+
"item": "border-radius"
|
|
6361
|
+
},
|
|
6362
|
+
"path": [
|
|
6363
|
+
"utrecht",
|
|
6364
|
+
"badge",
|
|
6365
|
+
"border-radius"
|
|
6366
|
+
]
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"value": "#01699d ",
|
|
6370
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
6371
|
+
"isSource": true,
|
|
6372
|
+
"original": {
|
|
6373
|
+
"value": "{epe.color.light-blue.31} "
|
|
6374
|
+
},
|
|
6375
|
+
"name": "utrechtBadgeColor",
|
|
6376
|
+
"attributes": {
|
|
6377
|
+
"category": "utrecht",
|
|
6378
|
+
"type": "badge",
|
|
6379
|
+
"item": "color"
|
|
6380
|
+
},
|
|
6381
|
+
"path": [
|
|
6382
|
+
"utrecht",
|
|
6383
|
+
"badge",
|
|
6384
|
+
"color"
|
|
6385
|
+
]
|
|
6386
|
+
},
|
|
5158
6387
|
{
|
|
5159
6388
|
"value": "#01699d",
|
|
5160
6389
|
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
@@ -5326,6 +6555,82 @@
|
|
|
5326
6555
|
"text-decoration"
|
|
5327
6556
|
]
|
|
5328
6557
|
},
|
|
6558
|
+
{
|
|
6559
|
+
"value": "14px",
|
|
6560
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
6561
|
+
"isSource": true,
|
|
6562
|
+
"original": {
|
|
6563
|
+
"value": "{epe.font-size.sm}"
|
|
6564
|
+
},
|
|
6565
|
+
"name": "utrechtBadgeFontSize",
|
|
6566
|
+
"attributes": {
|
|
6567
|
+
"category": "utrecht",
|
|
6568
|
+
"type": "badge",
|
|
6569
|
+
"item": "font-size"
|
|
6570
|
+
},
|
|
6571
|
+
"path": [
|
|
6572
|
+
"utrecht",
|
|
6573
|
+
"badge",
|
|
6574
|
+
"font-size"
|
|
6575
|
+
]
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"value": "400",
|
|
6579
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
6580
|
+
"isSource": true,
|
|
6581
|
+
"original": {
|
|
6582
|
+
"value": "{epe.typography.font-weight.normal}"
|
|
6583
|
+
},
|
|
6584
|
+
"name": "utrechtBadgeFontWeight",
|
|
6585
|
+
"attributes": {
|
|
6586
|
+
"category": "utrecht",
|
|
6587
|
+
"type": "badge",
|
|
6588
|
+
"item": "font-weight"
|
|
6589
|
+
},
|
|
6590
|
+
"path": [
|
|
6591
|
+
"utrecht",
|
|
6592
|
+
"badge",
|
|
6593
|
+
"font-weight"
|
|
6594
|
+
]
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"value": "8px",
|
|
6598
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
6599
|
+
"isSource": true,
|
|
6600
|
+
"original": {
|
|
6601
|
+
"value": "{epe.size.xs}"
|
|
6602
|
+
},
|
|
6603
|
+
"name": "utrechtBadgePaddingBlock",
|
|
6604
|
+
"attributes": {
|
|
6605
|
+
"category": "utrecht",
|
|
6606
|
+
"type": "badge",
|
|
6607
|
+
"item": "padding-block"
|
|
6608
|
+
},
|
|
6609
|
+
"path": [
|
|
6610
|
+
"utrecht",
|
|
6611
|
+
"badge",
|
|
6612
|
+
"padding-block"
|
|
6613
|
+
]
|
|
6614
|
+
},
|
|
6615
|
+
{
|
|
6616
|
+
"value": "8px",
|
|
6617
|
+
"filePath": "src/component/utrecht/badge.tokens.json",
|
|
6618
|
+
"isSource": true,
|
|
6619
|
+
"original": {
|
|
6620
|
+
"value": "{epe.size.xs}"
|
|
6621
|
+
},
|
|
6622
|
+
"name": "utrechtBadgePaddingInline",
|
|
6623
|
+
"attributes": {
|
|
6624
|
+
"category": "utrecht",
|
|
6625
|
+
"type": "badge",
|
|
6626
|
+
"item": "padding-inline"
|
|
6627
|
+
},
|
|
6628
|
+
"path": [
|
|
6629
|
+
"utrecht",
|
|
6630
|
+
"badge",
|
|
6631
|
+
"padding-inline"
|
|
6632
|
+
]
|
|
6633
|
+
},
|
|
5329
6634
|
{
|
|
5330
6635
|
"value": "#2e2e33",
|
|
5331
6636
|
"filePath": "src/component/utrecht/blockquote.tokens.json",
|