|
914 | 914 | } |
915 | 915 | }, |
916 | 916 | "common": { |
| 917 | + "basis": { |
| 918 | + "typography": { |
| 919 | + "scale": { |
| 920 | + "xx-small": { "font-size": { "value": "8px", "comment": "8px" } }, |
| 921 | + "x-small": { "font-size": { "value": "12px", "comment": "12px" } }, |
| 922 | + "small": { "font-size": { "value": "14px", "comment": "14px" } }, |
| 923 | + "medium": { "font-size": { "value": "16px", "comment": "16px" } }, |
| 924 | + "large": { "font-size": { "value": "20px", "comment": "20px" } }, |
| 925 | + "x-large": { "font-size": { "value": "24px", "comment": "24px" } }, |
| 926 | + "xx-large": { "font-size": { "value": "32px", "comment": "32px" } }, |
| 927 | + "xxx-large": { "font-size": { "value": "40px", "comment": "40px" } }, |
| 928 | + "xxxx-large": { "font-size": { "value": "48px", "comment": "48px" } } |
| 929 | + } |
| 930 | + } |
| 931 | + }, |
917 | 932 | "utrecht": { |
918 | 933 | "document": { |
919 | 934 | "background-color": { |
|
930 | 945 | }, |
931 | 946 | "font-size": { |
932 | 947 | "$type": "fontSizes", |
933 | | - "$value": "{voorbeeld.typography.font-size.md}" |
| 948 | + "$value": "{basis.typography.scale.medium}" |
934 | 949 | }, |
935 | 950 | "font-weight": { |
936 | 951 | "$type": "fontWeights", |
|
1697 | 1712 | }, |
1698 | 1713 | "font-size": { |
1699 | 1714 | "$type": "fontSizes", |
1700 | | - "$value": "{voorbeeld.typography.font-size.xl}" |
| 1715 | + "$value": "{basis.typography.scale.x-large}" |
1701 | 1716 | } |
1702 | 1717 | } |
1703 | 1718 | } |
|
1816 | 1831 | "$type": "textCase", |
1817 | 1832 | "$value": "None" |
1818 | 1833 | }, |
| 1834 | + "font-size": { |
| 1835 | + "$type": "fontSizes", |
| 1836 | + "$value": "{basis.typography.scale.small}" |
| 1837 | + }, |
| 1838 | + "min-block-size": { |
| 1839 | + "$type": "sizing", |
| 1840 | + "$value": "{voorbeeld.size.xs}" |
| 1841 | + }, |
| 1842 | + "min-inline-size": { |
| 1843 | + "$type": "sizing", |
| 1844 | + "$value": "{voorbeeld.size.xs}" |
| 1845 | + }, |
| 1846 | + "font-weight": { |
| 1847 | + "$type": "fontWeights", |
| 1848 | + "$value": "{voorbeeld.document.strong.font-weight}" |
| 1849 | + }, |
| 1850 | + "border-radius": { |
| 1851 | + "$type": "borderRadius", |
| 1852 | + "$value": "{voorbeeld.border-radius.round}" |
| 1853 | + }, |
| 1854 | + "font-family": { |
| 1855 | + "$type": "fontFamilies", |
| 1856 | + "$value": "{utrecht.document.font-family}" |
| 1857 | + }, |
1819 | 1858 | "letter-spacing": { |
1820 | 1859 | "$type": "letterSpacing", |
1821 | 1860 | "$value": "None" |
|
1917 | 1956 | "attribution": { |
1918 | 1957 | "font-size": { |
1919 | 1958 | "$type": "fontSizes", |
1920 | | - "$value": "{voorbeeld.typography.font-size.sm}" |
| 1959 | + "$value": "{basis.typography.scale.small}" |
1921 | 1960 | }, |
1922 | 1961 | "color": { |
1923 | 1962 | "$type": "color", |
|
1927 | 1966 | "content": { |
1928 | 1967 | "font-size": { |
1929 | 1968 | "$type": "fontSizes", |
1930 | | - "$value": "{voorbeeld.typography.font-size.xl}" |
| 1969 | + "$value": "{basis.typography.scale.x-large}" |
1931 | 1970 | }, |
1932 | 1971 | "color": { |
1933 | 1972 | "$type": "color", |
|
3550 | 3589 | }, |
3551 | 3590 | "font-size": { |
3552 | 3591 | "$type": "fontSizes", |
3553 | | - "$value": "{voorbeeld.typography.font-size.3xl}" |
| 3592 | + "$value": "{basis.typography.scale.xxx-large}" |
3554 | 3593 | } |
3555 | 3594 | }, |
3556 | 3595 | "heading-2": { |
|
3572 | 3611 | }, |
3573 | 3612 | "font-size": { |
3574 | 3613 | "$type": "fontSizes", |
3575 | | - "$value": "{voorbeeld.typography.font-size.2xl}" |
| 3614 | + "$value": "{basis.typography.scale.xx-large}" |
3576 | 3615 | } |
3577 | 3616 | }, |
3578 | 3617 | "heading-3": { |
|
3594 | 3633 | }, |
3595 | 3634 | "font-size": { |
3596 | 3635 | "$type": "fontSizes", |
3597 | | - "$value": "{voorbeeld.typography.font-size.xl}" |
| 3636 | + "$value": "{basis.typography.scale.x-large}" |
3598 | 3637 | } |
3599 | 3638 | }, |
3600 | 3639 | "heading-4": { |
|
3616 | 3655 | }, |
3617 | 3656 | "font-size": { |
3618 | 3657 | "$type": "fontSizes", |
3619 | | - "$value": "{voorbeeld.typography.font-size.lg}" |
| 3658 | + "$value": "{basis.typography.scale.large}" |
3620 | 3659 | } |
3621 | 3660 | }, |
3622 | 3661 | "heading-5": { |
|
3638 | 3677 | }, |
3639 | 3678 | "font-size": { |
3640 | 3679 | "$type": "fontSizes", |
3641 | | - "$value": "{voorbeeld.typography.font-size.md}" |
| 3680 | + "$value": "{basis.typography.scale.medium}" |
3642 | 3681 | } |
3643 | 3682 | }, |
3644 | 3683 | "heading-6": { |
|
3660 | 3699 | }, |
3661 | 3700 | "font-size": { |
3662 | 3701 | "$type": "fontSizes", |
3663 | | - "$value": "{voorbeeld.typography.font-size.sm}" |
| 3702 | + "$value": "{basis.typography.scale.small}" |
3664 | 3703 | } |
3665 | 3704 | } |
3666 | 3705 | } |
|
4389 | 4428 | }, |
4390 | 4429 | "font-size": { |
4391 | 4430 | "$type": "fontSizes", |
4392 | | - "$value": "{voorbeeld.typography.font-size.lg}" |
| 4431 | + "$value": "{basis.typography.scale.large}" |
4393 | 4432 | }, |
4394 | 4433 | "font-weight": { |
4395 | 4434 | "$type": "fontWeights", |
|
4407 | 4446 | }, |
4408 | 4447 | "font-size": { |
4409 | 4448 | "$type": "fontSizes", |
4410 | | - "$value": "{voorbeeld.typography.font-size.sm}" |
| 4449 | + "$value": "{basis.typography.scale.small}" |
4411 | 4450 | }, |
4412 | 4451 | "font-weight": { |
4413 | 4452 | "$type": "fontWeights", |
|
5036 | 5075 | "status-badge": { |
5037 | 5076 | "font-size": { |
5038 | 5077 | "$type": "fontSizes", |
5039 | | - "$value": "{voorbeeld.typography.font-size.sm}" |
| 5078 | + "$value": "{basis.typography.scale.small}" |
5040 | 5079 | }, |
5041 | 5080 | "line-height": { |
5042 | 5081 | "$type": "lineHeights", |
|
5482 | 5521 | "margin-block-end": { |
5483 | 5522 | "$type": "spacing", |
5484 | 5523 | "$value": "{voorbeeld.space.block.rabbit}" |
| 5524 | + }, |
| 5525 | + "font-size": { |
| 5526 | + "$type": "fontSizes", |
| 5527 | + "$value": "{basis.typography.scale.x-large}" |
5485 | 5528 | } |
5486 | 5529 | }, |
5487 | 5530 | "cell": { |
|
0 commit comments