@conduction/theme 1.0.19 → 1.0.21
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 +22 -11
- package/conduction-design-tokens/dist/design-tokens.css +59 -56
- package/conduction-design-tokens/dist/index.js +59 -56
- package/conduction-design-tokens/dist/index.json +91 -28
- package/conduction-design-tokens/dist/index.less +59 -56
- package/conduction-design-tokens/dist/index.scss +59 -56
- package/conduction-design-tokens/dist/tokens.json +2953 -2884
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +22 -10
- package/conduction-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/conduction-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/conduction-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/conduction-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/dinkelland-design-tokens/LICENSE.md +17 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +325 -1
- package/municipalities/dinkelland-design-tokens/dist/font.css +114 -0
- package/municipalities/dinkelland-design-tokens/dist/index.css +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +325 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +6512 -28
- package/municipalities/dinkelland-design-tokens/dist/index.less +325 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +325 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +6895 -36
- package/municipalities/dinkelland-design-tokens/package.json +40 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +109 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/font-size.tokens.json +17 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/size.tokens.json +17 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/typography.tokens.json +47 -0
- package/municipalities/dinkelland-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/dinkelland-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/form-input.tokens.json +44 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +22 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/textbox.tokens.json +44 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/dinkelland-design-tokens/src/config.json +7 -0
- package/municipalities/dinkelland-design-tokens/src/font.scss +149 -0
- package/municipalities/dinkelland-design-tokens/src/index.scss +8 -0
- package/municipalities/dinkelland-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +55 -48
- package/municipalities/leiden-design-tokens/dist/index.js +56 -49
- package/municipalities/leiden-design-tokens/dist/index.json +169 -26
- package/municipalities/leiden-design-tokens/dist/index.less +55 -48
- package/municipalities/leiden-design-tokens/dist/index.scss +55 -48
- package/municipalities/leiden-design-tokens/dist/tokens.json +1167 -999
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +11 -5
- package/municipalities/leiden-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.js +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.json +117 -33
- package/municipalities/tubbergen-design-tokens/dist/index.less +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.scss +63 -59
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +3202 -3113
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +49 -25
- package/municipalities/tubbergen-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page-footer.tokens.json +1 -2
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +61 -54
- package/municipalities/xxllnc-design-tokens/dist/index.js +59 -52
- package/municipalities/xxllnc-design-tokens/dist/index.json +178 -33
- package/municipalities/xxllnc-design-tokens/dist/index.less +61 -54
- package/municipalities/xxllnc-design-tokens/dist/index.scss +61 -54
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +1286 -1114
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +16 -12
- package/municipalities/xxllnc-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +2 -2
- package/package.json +3 -2
- /package/conduction-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/utrecht/{blockquote.tokes.json → blockquote.tokens.json} +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{blockquote.tokes.json → blockquote.tokens.json} +0 -0
|
@@ -1660,144 +1660,126 @@
|
|
|
1660
1660
|
}
|
|
1661
1661
|
}
|
|
1662
1662
|
},
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
"
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
"
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
"
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
"border-width": {
|
|
1686
|
-
"value": "unset",
|
|
1687
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1688
|
-
"isSource": true,
|
|
1689
|
-
"original": {
|
|
1690
|
-
"value": "unset"
|
|
1691
|
-
},
|
|
1692
|
-
"name": "utrechtCardBorderWidth",
|
|
1693
|
-
"attributes": {
|
|
1694
|
-
"category": "utrecht",
|
|
1695
|
-
"type": "card",
|
|
1696
|
-
"item": "border-width"
|
|
1697
|
-
},
|
|
1698
|
-
"path": [
|
|
1699
|
-
"utrecht",
|
|
1700
|
-
"card",
|
|
1701
|
-
"border-width"
|
|
1702
|
-
]
|
|
1703
|
-
},
|
|
1704
|
-
"color": {
|
|
1705
|
-
"value": "#0d1921",
|
|
1706
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1707
|
-
"isSource": true,
|
|
1708
|
-
"original": {
|
|
1709
|
-
"value": "{leiden.color.black.9}"
|
|
1710
|
-
},
|
|
1711
|
-
"name": "utrechtCardColor",
|
|
1712
|
-
"attributes": {
|
|
1713
|
-
"category": "utrecht",
|
|
1714
|
-
"type": "card",
|
|
1715
|
-
"item": "color"
|
|
1716
|
-
},
|
|
1717
|
-
"path": [
|
|
1718
|
-
"utrecht",
|
|
1719
|
-
"card",
|
|
1720
|
-
"color"
|
|
1721
|
-
]
|
|
1722
|
-
},
|
|
1723
|
-
"padding-inline-end": {
|
|
1724
|
-
"value": "32px",
|
|
1725
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1726
|
-
"isSource": true,
|
|
1727
|
-
"original": {
|
|
1728
|
-
"value": "{leiden.size.xl}"
|
|
1729
|
-
},
|
|
1730
|
-
"name": "utrechtCardPaddingInlineEnd",
|
|
1731
|
-
"attributes": {
|
|
1732
|
-
"category": "utrecht",
|
|
1733
|
-
"type": "card",
|
|
1734
|
-
"item": "padding-inline-end"
|
|
1735
|
-
},
|
|
1736
|
-
"path": [
|
|
1737
|
-
"utrecht",
|
|
1738
|
-
"card",
|
|
1739
|
-
"padding-inline-end"
|
|
1740
|
-
]
|
|
1741
|
-
},
|
|
1742
|
-
"padding-inline-start": {
|
|
1743
|
-
"value": "32px",
|
|
1744
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1745
|
-
"isSource": true,
|
|
1746
|
-
"original": {
|
|
1747
|
-
"value": "{leiden.size.xl}"
|
|
1663
|
+
"alert": {
|
|
1664
|
+
"icon": {
|
|
1665
|
+
"gap": {
|
|
1666
|
+
"value": "8px",
|
|
1667
|
+
"filePath": "src/component/conduction/alert.tokens.json",
|
|
1668
|
+
"isSource": true,
|
|
1669
|
+
"original": {
|
|
1670
|
+
"value": "{leiden.size.xs}"
|
|
1671
|
+
},
|
|
1672
|
+
"name": "utrechtAlertIconGap",
|
|
1673
|
+
"attributes": {
|
|
1674
|
+
"category": "utrecht",
|
|
1675
|
+
"type": "alert",
|
|
1676
|
+
"item": "icon",
|
|
1677
|
+
"subitem": "gap"
|
|
1678
|
+
},
|
|
1679
|
+
"path": [
|
|
1680
|
+
"utrecht",
|
|
1681
|
+
"alert",
|
|
1682
|
+
"icon",
|
|
1683
|
+
"gap"
|
|
1684
|
+
]
|
|
1748
1685
|
},
|
|
1749
|
-
"
|
|
1750
|
-
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1753
|
-
"
|
|
1686
|
+
"color": {
|
|
1687
|
+
"value": "#004085",
|
|
1688
|
+
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
1689
|
+
"isSource": true,
|
|
1690
|
+
"original": {
|
|
1691
|
+
"value": "{leiden.color.alert-info}"
|
|
1692
|
+
},
|
|
1693
|
+
"name": "utrechtAlertIconColor",
|
|
1694
|
+
"attributes": {
|
|
1695
|
+
"category": "utrecht",
|
|
1696
|
+
"type": "alert",
|
|
1697
|
+
"item": "icon",
|
|
1698
|
+
"subitem": "color"
|
|
1699
|
+
},
|
|
1700
|
+
"path": [
|
|
1701
|
+
"utrecht",
|
|
1702
|
+
"alert",
|
|
1703
|
+
"icon",
|
|
1704
|
+
"color"
|
|
1705
|
+
]
|
|
1754
1706
|
},
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1707
|
+
"error": {
|
|
1708
|
+
"color": {
|
|
1709
|
+
"value": "#721c24",
|
|
1710
|
+
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
1711
|
+
"isSource": true,
|
|
1712
|
+
"original": {
|
|
1713
|
+
"value": "{leiden.color.alert-error}"
|
|
1714
|
+
},
|
|
1715
|
+
"name": "utrechtAlertIconErrorColor",
|
|
1716
|
+
"attributes": {
|
|
1717
|
+
"category": "utrecht",
|
|
1718
|
+
"type": "alert",
|
|
1719
|
+
"item": "icon",
|
|
1720
|
+
"subitem": "error",
|
|
1721
|
+
"state": "color"
|
|
1722
|
+
},
|
|
1723
|
+
"path": [
|
|
1724
|
+
"utrecht",
|
|
1725
|
+
"alert",
|
|
1726
|
+
"icon",
|
|
1727
|
+
"error",
|
|
1728
|
+
"color"
|
|
1729
|
+
]
|
|
1730
|
+
}
|
|
1767
1731
|
},
|
|
1768
|
-
"
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1732
|
+
"warning": {
|
|
1733
|
+
"color": {
|
|
1734
|
+
"value": "#856404",
|
|
1735
|
+
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
1736
|
+
"isSource": true,
|
|
1737
|
+
"original": {
|
|
1738
|
+
"value": "{leiden.color.alert-warning}"
|
|
1739
|
+
},
|
|
1740
|
+
"name": "utrechtAlertIconWarningColor",
|
|
1741
|
+
"attributes": {
|
|
1742
|
+
"category": "utrecht",
|
|
1743
|
+
"type": "alert",
|
|
1744
|
+
"item": "icon",
|
|
1745
|
+
"subitem": "warning",
|
|
1746
|
+
"state": "color"
|
|
1747
|
+
},
|
|
1748
|
+
"path": [
|
|
1749
|
+
"utrecht",
|
|
1750
|
+
"alert",
|
|
1751
|
+
"icon",
|
|
1752
|
+
"warning",
|
|
1753
|
+
"color"
|
|
1754
|
+
]
|
|
1755
|
+
}
|
|
1773
1756
|
},
|
|
1774
|
-
"
|
|
1775
|
-
"
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1757
|
+
"ok": {
|
|
1758
|
+
"color": {
|
|
1759
|
+
"value": "#155724",
|
|
1760
|
+
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
1761
|
+
"isSource": true,
|
|
1762
|
+
"original": {
|
|
1763
|
+
"value": "{leiden.color.alert-succes}"
|
|
1764
|
+
},
|
|
1765
|
+
"name": "utrechtAlertIconOkColor",
|
|
1766
|
+
"attributes": {
|
|
1767
|
+
"category": "utrecht",
|
|
1768
|
+
"type": "alert",
|
|
1769
|
+
"item": "icon",
|
|
1770
|
+
"subitem": "ok",
|
|
1771
|
+
"state": "color"
|
|
1772
|
+
},
|
|
1773
|
+
"path": [
|
|
1774
|
+
"utrecht",
|
|
1775
|
+
"alert",
|
|
1776
|
+
"icon",
|
|
1777
|
+
"ok",
|
|
1778
|
+
"color"
|
|
1779
|
+
]
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1779
1782
|
},
|
|
1780
|
-
"padding-block-start": {
|
|
1781
|
-
"value": "14px",
|
|
1782
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1783
|
-
"isSource": true,
|
|
1784
|
-
"original": {
|
|
1785
|
-
"value": "{leiden.size.sm}"
|
|
1786
|
-
},
|
|
1787
|
-
"name": "utrechtCardPaddingBlockStart",
|
|
1788
|
-
"attributes": {
|
|
1789
|
-
"category": "utrecht",
|
|
1790
|
-
"type": "card",
|
|
1791
|
-
"item": "padding-block-start"
|
|
1792
|
-
},
|
|
1793
|
-
"path": [
|
|
1794
|
-
"utrecht",
|
|
1795
|
-
"card",
|
|
1796
|
-
"padding-block-start"
|
|
1797
|
-
]
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
"alert": {
|
|
1801
1783
|
"background-color": {
|
|
1802
1784
|
"value": "#cce5ff",
|
|
1803
1785
|
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
@@ -2053,124 +2035,1066 @@
|
|
|
2053
2035
|
},
|
|
2054
2036
|
"border-color": {},
|
|
2055
2037
|
"border-width": {}
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
"card": {
|
|
2041
|
+
"background-color": {
|
|
2042
|
+
"value": "#e4e4e4",
|
|
2043
|
+
"filePath": "src/component/conduction/card.tokens.json",
|
|
2044
|
+
"isSource": true,
|
|
2045
|
+
"original": {
|
|
2046
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
2047
|
+
},
|
|
2048
|
+
"name": "utrechtCardBackgroundColor",
|
|
2049
|
+
"attributes": {
|
|
2050
|
+
"category": "utrecht",
|
|
2051
|
+
"type": "card",
|
|
2052
|
+
"item": "background-color"
|
|
2053
|
+
},
|
|
2054
|
+
"path": [
|
|
2055
|
+
"utrecht",
|
|
2056
|
+
"card",
|
|
2057
|
+
"background-color"
|
|
2058
|
+
]
|
|
2059
|
+
},
|
|
2060
|
+
"border-color": {},
|
|
2061
|
+
"border-radius": {},
|
|
2062
|
+
"border-width": {
|
|
2063
|
+
"value": "unset",
|
|
2064
|
+
"filePath": "src/component/conduction/card.tokens.json",
|
|
2065
|
+
"isSource": true,
|
|
2066
|
+
"original": {
|
|
2067
|
+
"value": "unset"
|
|
2068
|
+
},
|
|
2069
|
+
"name": "utrechtCardBorderWidth",
|
|
2070
|
+
"attributes": {
|
|
2071
|
+
"category": "utrecht",
|
|
2072
|
+
"type": "card",
|
|
2073
|
+
"item": "border-width"
|
|
2074
|
+
},
|
|
2075
|
+
"path": [
|
|
2076
|
+
"utrecht",
|
|
2077
|
+
"card",
|
|
2078
|
+
"border-width"
|
|
2079
|
+
]
|
|
2080
|
+
},
|
|
2081
|
+
"color": {
|
|
2082
|
+
"value": "#0d1921",
|
|
2083
|
+
"filePath": "src/component/conduction/card.tokens.json",
|
|
2084
|
+
"isSource": true,
|
|
2085
|
+
"original": {
|
|
2086
|
+
"value": "{leiden.color.black.9}"
|
|
2087
|
+
},
|
|
2088
|
+
"name": "utrechtCardColor",
|
|
2089
|
+
"attributes": {
|
|
2090
|
+
"category": "utrecht",
|
|
2091
|
+
"type": "card",
|
|
2092
|
+
"item": "color"
|
|
2093
|
+
},
|
|
2094
|
+
"path": [
|
|
2095
|
+
"utrecht",
|
|
2096
|
+
"card",
|
|
2097
|
+
"color"
|
|
2098
|
+
]
|
|
2099
|
+
},
|
|
2100
|
+
"padding-inline-end": {
|
|
2101
|
+
"value": "32px",
|
|
2102
|
+
"filePath": "src/component/conduction/card.tokens.json",
|
|
2103
|
+
"isSource": true,
|
|
2104
|
+
"original": {
|
|
2105
|
+
"value": "{leiden.size.xl}"
|
|
2106
|
+
},
|
|
2107
|
+
"name": "utrechtCardPaddingInlineEnd",
|
|
2108
|
+
"attributes": {
|
|
2109
|
+
"category": "utrecht",
|
|
2110
|
+
"type": "card",
|
|
2111
|
+
"item": "padding-inline-end"
|
|
2112
|
+
},
|
|
2113
|
+
"path": [
|
|
2114
|
+
"utrecht",
|
|
2115
|
+
"card",
|
|
2116
|
+
"padding-inline-end"
|
|
2117
|
+
]
|
|
2118
|
+
},
|
|
2119
|
+
"padding-inline-start": {
|
|
2120
|
+
"value": "32px",
|
|
2121
|
+
"filePath": "src/component/conduction/card.tokens.json",
|
|
2122
|
+
"isSource": true,
|
|
2123
|
+
"original": {
|
|
2124
|
+
"value": "{leiden.size.xl}"
|
|
2125
|
+
},
|
|
2126
|
+
"name": "utrechtCardPaddingInlineStart",
|
|
2127
|
+
"attributes": {
|
|
2128
|
+
"category": "utrecht",
|
|
2129
|
+
"type": "card",
|
|
2130
|
+
"item": "padding-inline-start"
|
|
2131
|
+
},
|
|
2132
|
+
"path": [
|
|
2133
|
+
"utrecht",
|
|
2134
|
+
"card",
|
|
2135
|
+
"padding-inline-start"
|
|
2136
|
+
]
|
|
2137
|
+
},
|
|
2138
|
+
"padding-block-end": {
|
|
2139
|
+
"value": "14px",
|
|
2140
|
+
"filePath": "src/component/conduction/card.tokens.json",
|
|
2141
|
+
"isSource": true,
|
|
2142
|
+
"original": {
|
|
2143
|
+
"value": "{leiden.size.sm}"
|
|
2144
|
+
},
|
|
2145
|
+
"name": "utrechtCardPaddingBlockEnd",
|
|
2146
|
+
"attributes": {
|
|
2147
|
+
"category": "utrecht",
|
|
2148
|
+
"type": "card",
|
|
2149
|
+
"item": "padding-block-end"
|
|
2150
|
+
},
|
|
2151
|
+
"path": [
|
|
2152
|
+
"utrecht",
|
|
2153
|
+
"card",
|
|
2154
|
+
"padding-block-end"
|
|
2155
|
+
]
|
|
2156
|
+
},
|
|
2157
|
+
"padding-block-start": {
|
|
2158
|
+
"value": "14px",
|
|
2159
|
+
"filePath": "src/component/conduction/card.tokens.json",
|
|
2160
|
+
"isSource": true,
|
|
2161
|
+
"original": {
|
|
2162
|
+
"value": "{leiden.size.sm}"
|
|
2163
|
+
},
|
|
2164
|
+
"name": "utrechtCardPaddingBlockStart",
|
|
2165
|
+
"attributes": {
|
|
2166
|
+
"category": "utrecht",
|
|
2167
|
+
"type": "card",
|
|
2168
|
+
"item": "padding-block-start"
|
|
2169
|
+
},
|
|
2170
|
+
"path": [
|
|
2171
|
+
"utrecht",
|
|
2172
|
+
"card",
|
|
2173
|
+
"padding-block-start"
|
|
2174
|
+
]
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
"form-input": {
|
|
2178
|
+
"background-color": {
|
|
2179
|
+
"value": "#ffffff",
|
|
2180
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2181
|
+
"isSource": true,
|
|
2182
|
+
"original": {
|
|
2183
|
+
"value": "{leiden.color.white.100}"
|
|
2184
|
+
},
|
|
2185
|
+
"name": "utrechtFormInputBackgroundColor",
|
|
2186
|
+
"attributes": {
|
|
2187
|
+
"category": "utrecht",
|
|
2188
|
+
"type": "form-input",
|
|
2189
|
+
"item": "background-color"
|
|
2190
|
+
},
|
|
2191
|
+
"path": [
|
|
2192
|
+
"utrecht",
|
|
2193
|
+
"form-input",
|
|
2194
|
+
"background-color"
|
|
2195
|
+
]
|
|
2196
|
+
},
|
|
2197
|
+
"border-bottom-width": {},
|
|
2198
|
+
"border-color": {
|
|
2199
|
+
"value": "#5f594a",
|
|
2200
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2201
|
+
"isSource": true,
|
|
2202
|
+
"original": {
|
|
2203
|
+
"value": "{leiden.color.grey.33}"
|
|
2204
|
+
},
|
|
2205
|
+
"name": "utrechtFormInputBorderColor",
|
|
2206
|
+
"attributes": {
|
|
2207
|
+
"category": "utrecht",
|
|
2208
|
+
"type": "form-input",
|
|
2209
|
+
"item": "border-color"
|
|
2210
|
+
},
|
|
2211
|
+
"path": [
|
|
2212
|
+
"utrecht",
|
|
2213
|
+
"form-input",
|
|
2214
|
+
"border-color"
|
|
2215
|
+
]
|
|
2216
|
+
},
|
|
2217
|
+
"border-radius": {
|
|
2218
|
+
"value": "0px",
|
|
2219
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2220
|
+
"isSource": true,
|
|
2221
|
+
"original": {
|
|
2222
|
+
"value": "0px"
|
|
2223
|
+
},
|
|
2224
|
+
"name": "utrechtFormInputBorderRadius",
|
|
2225
|
+
"attributes": {
|
|
2226
|
+
"category": "utrecht",
|
|
2227
|
+
"type": "form-input",
|
|
2228
|
+
"item": "border-radius"
|
|
2229
|
+
},
|
|
2230
|
+
"path": [
|
|
2231
|
+
"utrecht",
|
|
2232
|
+
"form-input",
|
|
2233
|
+
"border-radius"
|
|
2234
|
+
]
|
|
2235
|
+
},
|
|
2236
|
+
"border-width": {
|
|
2237
|
+
"value": "1px",
|
|
2238
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2239
|
+
"isSource": true,
|
|
2240
|
+
"original": {
|
|
2241
|
+
"value": "{leiden.size.4xs}"
|
|
2242
|
+
},
|
|
2243
|
+
"name": "utrechtFormInputBorderWidth",
|
|
2244
|
+
"attributes": {
|
|
2245
|
+
"category": "utrecht",
|
|
2246
|
+
"type": "form-input",
|
|
2247
|
+
"item": "border-width"
|
|
2248
|
+
},
|
|
2249
|
+
"path": [
|
|
2250
|
+
"utrecht",
|
|
2251
|
+
"form-input",
|
|
2252
|
+
"border-width"
|
|
2253
|
+
]
|
|
2254
|
+
},
|
|
2255
|
+
"color": {
|
|
2256
|
+
"value": "#1d1d1b",
|
|
2257
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2258
|
+
"isSource": true,
|
|
2259
|
+
"original": {
|
|
2260
|
+
"value": "{leiden.color.grey.11}"
|
|
2261
|
+
},
|
|
2262
|
+
"name": "utrechtFormInputColor",
|
|
2263
|
+
"attributes": {
|
|
2264
|
+
"category": "utrecht",
|
|
2265
|
+
"type": "form-input",
|
|
2266
|
+
"item": "color"
|
|
2267
|
+
},
|
|
2268
|
+
"path": [
|
|
2269
|
+
"utrecht",
|
|
2270
|
+
"form-input",
|
|
2271
|
+
"color"
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
|
+
"font-family": {
|
|
2275
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
2276
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2277
|
+
"isSource": true,
|
|
2278
|
+
"original": {
|
|
2279
|
+
"value": "{leiden.typography.sans-serif.font-family}"
|
|
2280
|
+
},
|
|
2281
|
+
"name": "utrechtFormInputFontFamily",
|
|
2282
|
+
"attributes": {
|
|
2283
|
+
"category": "utrecht",
|
|
2284
|
+
"type": "form-input",
|
|
2285
|
+
"item": "font-family"
|
|
2286
|
+
},
|
|
2287
|
+
"path": [
|
|
2288
|
+
"utrecht",
|
|
2289
|
+
"form-input",
|
|
2290
|
+
"font-family"
|
|
2291
|
+
]
|
|
2292
|
+
},
|
|
2293
|
+
"font-size": {
|
|
2294
|
+
"value": "15px",
|
|
2295
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2296
|
+
"isSource": true,
|
|
2297
|
+
"original": {
|
|
2298
|
+
"value": "15px"
|
|
2299
|
+
},
|
|
2300
|
+
"name": "utrechtFormInputFontSize",
|
|
2301
|
+
"attributes": {
|
|
2302
|
+
"category": "utrecht",
|
|
2303
|
+
"type": "form-input",
|
|
2304
|
+
"item": "font-size"
|
|
2305
|
+
},
|
|
2306
|
+
"path": [
|
|
2307
|
+
"utrecht",
|
|
2308
|
+
"form-input",
|
|
2309
|
+
"font-size"
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
"line-height": {},
|
|
2313
|
+
"max-inline-size": {},
|
|
2314
|
+
"padding-block-end": {
|
|
2315
|
+
"value": "8px",
|
|
2316
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2317
|
+
"isSource": true,
|
|
2318
|
+
"original": {
|
|
2319
|
+
"value": "{leiden.size.xs}"
|
|
2320
|
+
},
|
|
2321
|
+
"name": "utrechtFormInputPaddingBlockEnd",
|
|
2322
|
+
"attributes": {
|
|
2323
|
+
"category": "utrecht",
|
|
2324
|
+
"type": "form-input",
|
|
2325
|
+
"item": "padding-block-end"
|
|
2326
|
+
},
|
|
2327
|
+
"path": [
|
|
2328
|
+
"utrecht",
|
|
2329
|
+
"form-input",
|
|
2330
|
+
"padding-block-end"
|
|
2331
|
+
]
|
|
2332
|
+
},
|
|
2333
|
+
"padding-block-start": {
|
|
2334
|
+
"value": "8px",
|
|
2335
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2336
|
+
"isSource": true,
|
|
2337
|
+
"original": {
|
|
2338
|
+
"value": "{leiden.size.xs}"
|
|
2339
|
+
},
|
|
2340
|
+
"name": "utrechtFormInputPaddingBlockStart",
|
|
2341
|
+
"attributes": {
|
|
2342
|
+
"category": "utrecht",
|
|
2343
|
+
"type": "form-input",
|
|
2344
|
+
"item": "padding-block-start"
|
|
2345
|
+
},
|
|
2346
|
+
"path": [
|
|
2347
|
+
"utrecht",
|
|
2348
|
+
"form-input",
|
|
2349
|
+
"padding-block-start"
|
|
2350
|
+
]
|
|
2351
|
+
},
|
|
2352
|
+
"padding-inline-end": {
|
|
2353
|
+
"value": "14px",
|
|
2354
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2355
|
+
"isSource": true,
|
|
2356
|
+
"original": {
|
|
2357
|
+
"value": "{leiden.size.sm}"
|
|
2358
|
+
},
|
|
2359
|
+
"name": "utrechtFormInputPaddingInlineEnd",
|
|
2360
|
+
"attributes": {
|
|
2361
|
+
"category": "utrecht",
|
|
2362
|
+
"type": "form-input",
|
|
2363
|
+
"item": "padding-inline-end"
|
|
2364
|
+
},
|
|
2365
|
+
"path": [
|
|
2366
|
+
"utrecht",
|
|
2367
|
+
"form-input",
|
|
2368
|
+
"padding-inline-end"
|
|
2369
|
+
]
|
|
2370
|
+
},
|
|
2371
|
+
"padding-inline-start": {
|
|
2372
|
+
"value": "14px",
|
|
2373
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2374
|
+
"isSource": true,
|
|
2375
|
+
"original": {
|
|
2376
|
+
"value": "{leiden.size.sm}"
|
|
2377
|
+
},
|
|
2378
|
+
"name": "utrechtFormInputPaddingInlineStart",
|
|
2379
|
+
"attributes": {
|
|
2380
|
+
"category": "utrecht",
|
|
2381
|
+
"type": "form-input",
|
|
2382
|
+
"item": "padding-inline-start"
|
|
2383
|
+
},
|
|
2384
|
+
"path": [
|
|
2385
|
+
"utrecht",
|
|
2386
|
+
"form-input",
|
|
2387
|
+
"padding-inline-start"
|
|
2388
|
+
]
|
|
2389
|
+
},
|
|
2390
|
+
"placeholder": {
|
|
2391
|
+
"color": {
|
|
2392
|
+
"value": "#2c3e50",
|
|
2393
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
2394
|
+
"isSource": true,
|
|
2395
|
+
"original": {
|
|
2396
|
+
"value": "{leiden.color.lightblue.24}"
|
|
2397
|
+
},
|
|
2398
|
+
"name": "utrechtFormInputPlaceholderColor",
|
|
2399
|
+
"attributes": {
|
|
2400
|
+
"category": "utrecht",
|
|
2401
|
+
"type": "form-input",
|
|
2402
|
+
"item": "placeholder",
|
|
2403
|
+
"subitem": "color"
|
|
2404
|
+
},
|
|
2405
|
+
"path": [
|
|
2406
|
+
"utrecht",
|
|
2407
|
+
"form-input",
|
|
2408
|
+
"placeholder",
|
|
2409
|
+
"color"
|
|
2410
|
+
]
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2413
|
+
"disabled": {
|
|
2414
|
+
"background-color": {},
|
|
2415
|
+
"border-color": {},
|
|
2416
|
+
"color": {}
|
|
2417
|
+
},
|
|
2418
|
+
"focus": {
|
|
2419
|
+
"background-color": {},
|
|
2420
|
+
"border-color": {},
|
|
2421
|
+
"color": {}
|
|
2422
|
+
},
|
|
2423
|
+
"invalid": {
|
|
2424
|
+
"background-color": {},
|
|
2425
|
+
"border-color": {},
|
|
2426
|
+
"border-width": {},
|
|
2427
|
+
"color": {}
|
|
2428
|
+
},
|
|
2429
|
+
"read-only": {
|
|
2430
|
+
"background-color": {},
|
|
2431
|
+
"border-color": {},
|
|
2432
|
+
"color": {}
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
"icon": {
|
|
2436
|
+
"gap": {
|
|
2437
|
+
"value": "8px",
|
|
2438
|
+
"filePath": "src/component/conduction/icon.tokens.json",
|
|
2439
|
+
"isSource": true,
|
|
2440
|
+
"original": {
|
|
2441
|
+
"value": "{leiden.size.xs}"
|
|
2442
|
+
},
|
|
2443
|
+
"name": "utrechtIconGap",
|
|
2444
|
+
"attributes": {
|
|
2445
|
+
"category": "utrecht",
|
|
2446
|
+
"type": "icon",
|
|
2447
|
+
"item": "gap"
|
|
2448
|
+
},
|
|
2449
|
+
"path": [
|
|
2450
|
+
"utrecht",
|
|
2451
|
+
"icon",
|
|
2452
|
+
"gap"
|
|
2453
|
+
]
|
|
2454
|
+
},
|
|
2455
|
+
"color": {},
|
|
2456
|
+
"size": {},
|
|
2457
|
+
"inset-block-start": {},
|
|
2458
|
+
"baseline": {
|
|
2459
|
+
"inset-block-start": {}
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
2462
|
+
"page-footer": {
|
|
2463
|
+
"min-height": {},
|
|
2464
|
+
"logo": {
|
|
2465
|
+
"max-height": {
|
|
2466
|
+
"value": "100px",
|
|
2467
|
+
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2468
|
+
"isSource": true,
|
|
2469
|
+
"original": {
|
|
2470
|
+
"value": "100px"
|
|
2471
|
+
},
|
|
2472
|
+
"name": "utrechtPageFooterLogoMaxHeight",
|
|
2473
|
+
"attributes": {
|
|
2474
|
+
"category": "utrecht",
|
|
2475
|
+
"type": "page-footer",
|
|
2476
|
+
"item": "logo",
|
|
2477
|
+
"subitem": "max-height"
|
|
2478
|
+
},
|
|
2479
|
+
"path": [
|
|
2480
|
+
"utrecht",
|
|
2481
|
+
"page-footer",
|
|
2482
|
+
"logo",
|
|
2483
|
+
"max-height"
|
|
2484
|
+
]
|
|
2485
|
+
},
|
|
2486
|
+
"max-width": {
|
|
2487
|
+
"value": "100px",
|
|
2488
|
+
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2489
|
+
"isSource": true,
|
|
2490
|
+
"original": {
|
|
2491
|
+
"value": "100px"
|
|
2492
|
+
},
|
|
2493
|
+
"name": "utrechtPageFooterLogoMaxWidth",
|
|
2494
|
+
"attributes": {
|
|
2495
|
+
"category": "utrecht",
|
|
2496
|
+
"type": "page-footer",
|
|
2497
|
+
"item": "logo",
|
|
2498
|
+
"subitem": "max-width"
|
|
2499
|
+
},
|
|
2500
|
+
"path": [
|
|
2501
|
+
"utrecht",
|
|
2502
|
+
"page-footer",
|
|
2503
|
+
"logo",
|
|
2504
|
+
"max-width"
|
|
2505
|
+
]
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"background-color": {
|
|
2509
|
+
"value": "#0d1921",
|
|
2510
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
2511
|
+
"isSource": true,
|
|
2512
|
+
"original": {
|
|
2513
|
+
"value": "{leiden.color.black.9}"
|
|
2514
|
+
},
|
|
2515
|
+
"name": "utrechtPageFooterBackgroundColor",
|
|
2516
|
+
"attributes": {
|
|
2517
|
+
"category": "utrecht",
|
|
2518
|
+
"type": "page-footer",
|
|
2519
|
+
"item": "background-color"
|
|
2520
|
+
},
|
|
2521
|
+
"path": [
|
|
2522
|
+
"utrecht",
|
|
2523
|
+
"page-footer",
|
|
2524
|
+
"background-color"
|
|
2525
|
+
]
|
|
2526
|
+
},
|
|
2527
|
+
"background-image": {
|
|
2528
|
+
"value": "unset",
|
|
2529
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
2530
|
+
"isSource": true,
|
|
2531
|
+
"original": {
|
|
2532
|
+
"value": "unset"
|
|
2533
|
+
},
|
|
2534
|
+
"name": "utrechtPageFooterBackgroundImage",
|
|
2535
|
+
"attributes": {
|
|
2536
|
+
"category": "utrecht",
|
|
2537
|
+
"type": "page-footer",
|
|
2538
|
+
"item": "background-image"
|
|
2539
|
+
},
|
|
2540
|
+
"path": [
|
|
2541
|
+
"utrecht",
|
|
2542
|
+
"page-footer",
|
|
2543
|
+
"background-image"
|
|
2544
|
+
]
|
|
2545
|
+
},
|
|
2546
|
+
"color": {
|
|
2547
|
+
"value": "#ffffff",
|
|
2548
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
2549
|
+
"isSource": true,
|
|
2550
|
+
"original": {
|
|
2551
|
+
"value": "{leiden.color.white.100}"
|
|
2552
|
+
},
|
|
2553
|
+
"name": "utrechtPageFooterColor",
|
|
2554
|
+
"attributes": {
|
|
2555
|
+
"category": "utrecht",
|
|
2556
|
+
"type": "page-footer",
|
|
2557
|
+
"item": "color"
|
|
2558
|
+
},
|
|
2559
|
+
"path": [
|
|
2560
|
+
"utrecht",
|
|
2561
|
+
"page-footer",
|
|
2562
|
+
"color"
|
|
2563
|
+
]
|
|
2564
|
+
},
|
|
2565
|
+
"padding-inline-end": {
|
|
2566
|
+
"value": "14px",
|
|
2567
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
2568
|
+
"isSource": true,
|
|
2569
|
+
"original": {
|
|
2570
|
+
"value": "{leiden.size.sm}"
|
|
2571
|
+
},
|
|
2572
|
+
"name": "utrechtPageFooterPaddingInlineEnd",
|
|
2573
|
+
"attributes": {
|
|
2574
|
+
"category": "utrecht",
|
|
2575
|
+
"type": "page-footer",
|
|
2576
|
+
"item": "padding-inline-end"
|
|
2577
|
+
},
|
|
2578
|
+
"path": [
|
|
2579
|
+
"utrecht",
|
|
2580
|
+
"page-footer",
|
|
2581
|
+
"padding-inline-end"
|
|
2582
|
+
]
|
|
2583
|
+
},
|
|
2584
|
+
"padding-inline-start": {
|
|
2585
|
+
"value": "14px",
|
|
2586
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
2587
|
+
"isSource": true,
|
|
2588
|
+
"original": {
|
|
2589
|
+
"value": "{leiden.size.sm}"
|
|
2590
|
+
},
|
|
2591
|
+
"name": "utrechtPageFooterPaddingInlineStart",
|
|
2592
|
+
"attributes": {
|
|
2593
|
+
"category": "utrecht",
|
|
2594
|
+
"type": "page-footer",
|
|
2595
|
+
"item": "padding-inline-start"
|
|
2596
|
+
},
|
|
2597
|
+
"path": [
|
|
2598
|
+
"utrecht",
|
|
2599
|
+
"page-footer",
|
|
2600
|
+
"padding-inline-start"
|
|
2601
|
+
]
|
|
2602
|
+
},
|
|
2603
|
+
"padding-block-end": {
|
|
2604
|
+
"value": "48px",
|
|
2605
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
2606
|
+
"isSource": true,
|
|
2607
|
+
"original": {
|
|
2608
|
+
"value": "{leiden.size.2xl}"
|
|
2609
|
+
},
|
|
2610
|
+
"name": "utrechtPageFooterPaddingBlockEnd",
|
|
2611
|
+
"attributes": {
|
|
2612
|
+
"category": "utrecht",
|
|
2613
|
+
"type": "page-footer",
|
|
2614
|
+
"item": "padding-block-end"
|
|
2615
|
+
},
|
|
2616
|
+
"path": [
|
|
2617
|
+
"utrecht",
|
|
2618
|
+
"page-footer",
|
|
2619
|
+
"padding-block-end"
|
|
2620
|
+
]
|
|
2621
|
+
},
|
|
2622
|
+
"padding-block-start": {
|
|
2623
|
+
"value": "48px",
|
|
2624
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
2625
|
+
"isSource": true,
|
|
2626
|
+
"original": {
|
|
2627
|
+
"value": "{leiden.size.2xl}"
|
|
2628
|
+
},
|
|
2629
|
+
"name": "utrechtPageFooterPaddingBlockStart",
|
|
2630
|
+
"attributes": {
|
|
2631
|
+
"category": "utrecht",
|
|
2632
|
+
"type": "page-footer",
|
|
2633
|
+
"item": "padding-block-start"
|
|
2634
|
+
},
|
|
2635
|
+
"path": [
|
|
2636
|
+
"utrecht",
|
|
2637
|
+
"page-footer",
|
|
2638
|
+
"padding-block-start"
|
|
2639
|
+
]
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2642
|
+
"page-header": {
|
|
2643
|
+
"logo": {
|
|
2644
|
+
"max-height": {},
|
|
2645
|
+
"max-width": {
|
|
2646
|
+
"value": "80px",
|
|
2647
|
+
"filePath": "src/component/conduction/page-header.tokens.json",
|
|
2648
|
+
"isSource": true,
|
|
2649
|
+
"original": {
|
|
2650
|
+
"value": "80px"
|
|
2651
|
+
},
|
|
2652
|
+
"name": "utrechtPageHeaderLogoMaxWidth",
|
|
2653
|
+
"attributes": {
|
|
2654
|
+
"category": "utrecht",
|
|
2655
|
+
"type": "page-header",
|
|
2656
|
+
"item": "logo",
|
|
2657
|
+
"subitem": "max-width"
|
|
2658
|
+
},
|
|
2659
|
+
"path": [
|
|
2660
|
+
"utrecht",
|
|
2661
|
+
"page-header",
|
|
2662
|
+
"logo",
|
|
2663
|
+
"max-width"
|
|
2664
|
+
]
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2667
|
+
"background-color": {
|
|
2668
|
+
"value": "#0d1921",
|
|
2669
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
2670
|
+
"isSource": true,
|
|
2671
|
+
"original": {
|
|
2672
|
+
"value": "{leiden.color.black.9}"
|
|
2673
|
+
},
|
|
2674
|
+
"name": "utrechtPageHeaderBackgroundColor",
|
|
2675
|
+
"attributes": {
|
|
2676
|
+
"category": "utrecht",
|
|
2677
|
+
"type": "page-header",
|
|
2678
|
+
"item": "background-color"
|
|
2679
|
+
},
|
|
2680
|
+
"path": [
|
|
2681
|
+
"utrecht",
|
|
2682
|
+
"page-header",
|
|
2683
|
+
"background-color"
|
|
2684
|
+
]
|
|
2685
|
+
},
|
|
2686
|
+
"color": {
|
|
2687
|
+
"value": "#ffffff",
|
|
2688
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
2689
|
+
"isSource": true,
|
|
2690
|
+
"original": {
|
|
2691
|
+
"value": "{leiden.color.white.100}"
|
|
2692
|
+
},
|
|
2693
|
+
"name": "utrechtPageHeaderColor",
|
|
2694
|
+
"attributes": {
|
|
2695
|
+
"category": "utrecht",
|
|
2696
|
+
"type": "page-header",
|
|
2697
|
+
"item": "color"
|
|
2698
|
+
},
|
|
2699
|
+
"path": [
|
|
2700
|
+
"utrecht",
|
|
2701
|
+
"page-header",
|
|
2702
|
+
"color"
|
|
2703
|
+
]
|
|
2704
|
+
},
|
|
2705
|
+
"padding-block-start": {
|
|
2706
|
+
"value": "14px",
|
|
2707
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
2708
|
+
"isSource": true,
|
|
2709
|
+
"original": {
|
|
2710
|
+
"value": "{leiden.size.sm}"
|
|
2711
|
+
},
|
|
2712
|
+
"name": "utrechtPageHeaderPaddingBlockStart",
|
|
2713
|
+
"attributes": {
|
|
2714
|
+
"category": "utrecht",
|
|
2715
|
+
"type": "page-header",
|
|
2716
|
+
"item": "padding-block-start"
|
|
2717
|
+
},
|
|
2718
|
+
"path": [
|
|
2719
|
+
"utrecht",
|
|
2720
|
+
"page-header",
|
|
2721
|
+
"padding-block-start"
|
|
2722
|
+
]
|
|
2723
|
+
},
|
|
2724
|
+
"padding-block-end": {
|
|
2725
|
+
"value": "14px",
|
|
2726
|
+
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
2727
|
+
"isSource": true,
|
|
2728
|
+
"original": {
|
|
2729
|
+
"value": "{leiden.size.sm}"
|
|
2730
|
+
},
|
|
2731
|
+
"name": "utrechtPageHeaderPaddingBlockEnd",
|
|
2732
|
+
"attributes": {
|
|
2733
|
+
"category": "utrecht",
|
|
2734
|
+
"type": "page-header",
|
|
2735
|
+
"item": "padding-block-end"
|
|
2736
|
+
},
|
|
2737
|
+
"path": [
|
|
2738
|
+
"utrecht",
|
|
2739
|
+
"page-header",
|
|
2740
|
+
"padding-block-end"
|
|
2741
|
+
]
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
"textbox": {
|
|
2745
|
+
"background-color": {
|
|
2746
|
+
"value": "#ffffff",
|
|
2747
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2748
|
+
"isSource": true,
|
|
2749
|
+
"original": {
|
|
2750
|
+
"value": "{leiden.color.white.100}"
|
|
2751
|
+
},
|
|
2752
|
+
"name": "utrechtTextboxBackgroundColor",
|
|
2753
|
+
"attributes": {
|
|
2754
|
+
"category": "utrecht",
|
|
2755
|
+
"type": "textbox",
|
|
2756
|
+
"item": "background-color"
|
|
2757
|
+
},
|
|
2758
|
+
"path": [
|
|
2759
|
+
"utrecht",
|
|
2760
|
+
"textbox",
|
|
2761
|
+
"background-color"
|
|
2762
|
+
]
|
|
2763
|
+
},
|
|
2764
|
+
"border-bottom-width": {},
|
|
2765
|
+
"border-color": {
|
|
2766
|
+
"value": "#5f594a",
|
|
2767
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2768
|
+
"isSource": true,
|
|
2769
|
+
"original": {
|
|
2770
|
+
"value": "{leiden.color.grey.33}"
|
|
2771
|
+
},
|
|
2772
|
+
"name": "utrechtTextboxBorderColor",
|
|
2773
|
+
"attributes": {
|
|
2774
|
+
"category": "utrecht",
|
|
2775
|
+
"type": "textbox",
|
|
2776
|
+
"item": "border-color"
|
|
2777
|
+
},
|
|
2778
|
+
"path": [
|
|
2779
|
+
"utrecht",
|
|
2780
|
+
"textbox",
|
|
2781
|
+
"border-color"
|
|
2782
|
+
]
|
|
2783
|
+
},
|
|
2784
|
+
"border-radius": {
|
|
2785
|
+
"value": "0px",
|
|
2786
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2787
|
+
"isSource": true,
|
|
2788
|
+
"original": {
|
|
2789
|
+
"value": "0px"
|
|
2790
|
+
},
|
|
2791
|
+
"name": "utrechtTextboxBorderRadius",
|
|
2792
|
+
"attributes": {
|
|
2793
|
+
"category": "utrecht",
|
|
2794
|
+
"type": "textbox",
|
|
2795
|
+
"item": "border-radius"
|
|
2796
|
+
},
|
|
2797
|
+
"path": [
|
|
2798
|
+
"utrecht",
|
|
2799
|
+
"textbox",
|
|
2800
|
+
"border-radius"
|
|
2801
|
+
]
|
|
2802
|
+
},
|
|
2803
|
+
"border-width": {
|
|
2804
|
+
"value": "1px",
|
|
2805
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2806
|
+
"isSource": true,
|
|
2807
|
+
"original": {
|
|
2808
|
+
"value": "{leiden.size.4xs}"
|
|
2809
|
+
},
|
|
2810
|
+
"name": "utrechtTextboxBorderWidth",
|
|
2811
|
+
"attributes": {
|
|
2812
|
+
"category": "utrecht",
|
|
2813
|
+
"type": "textbox",
|
|
2814
|
+
"item": "border-width"
|
|
2815
|
+
},
|
|
2816
|
+
"path": [
|
|
2817
|
+
"utrecht",
|
|
2818
|
+
"textbox",
|
|
2819
|
+
"border-width"
|
|
2820
|
+
]
|
|
2821
|
+
},
|
|
2822
|
+
"color": {
|
|
2823
|
+
"value": "#1d1d1b",
|
|
2824
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2825
|
+
"isSource": true,
|
|
2826
|
+
"original": {
|
|
2827
|
+
"value": "{leiden.color.grey.11}"
|
|
2828
|
+
},
|
|
2829
|
+
"name": "utrechtTextboxColor",
|
|
2830
|
+
"attributes": {
|
|
2831
|
+
"category": "utrecht",
|
|
2832
|
+
"type": "textbox",
|
|
2833
|
+
"item": "color"
|
|
2834
|
+
},
|
|
2835
|
+
"path": [
|
|
2836
|
+
"utrecht",
|
|
2837
|
+
"textbox",
|
|
2838
|
+
"color"
|
|
2839
|
+
]
|
|
2840
|
+
},
|
|
2841
|
+
"font-family": {
|
|
2842
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
2843
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2844
|
+
"isSource": true,
|
|
2845
|
+
"original": {
|
|
2846
|
+
"value": "{leiden.typography.sans-serif.font-family}"
|
|
2847
|
+
},
|
|
2848
|
+
"name": "utrechtTextboxFontFamily",
|
|
2849
|
+
"attributes": {
|
|
2850
|
+
"category": "utrecht",
|
|
2851
|
+
"type": "textbox",
|
|
2852
|
+
"item": "font-family"
|
|
2853
|
+
},
|
|
2854
|
+
"path": [
|
|
2855
|
+
"utrecht",
|
|
2856
|
+
"textbox",
|
|
2857
|
+
"font-family"
|
|
2858
|
+
]
|
|
2859
|
+
},
|
|
2860
|
+
"font-size": {
|
|
2861
|
+
"value": "15px",
|
|
2862
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2863
|
+
"isSource": true,
|
|
2864
|
+
"original": {
|
|
2865
|
+
"value": "15px"
|
|
2866
|
+
},
|
|
2867
|
+
"name": "utrechtTextboxFontSize",
|
|
2868
|
+
"attributes": {
|
|
2869
|
+
"category": "utrecht",
|
|
2870
|
+
"type": "textbox",
|
|
2871
|
+
"item": "font-size"
|
|
2872
|
+
},
|
|
2873
|
+
"path": [
|
|
2874
|
+
"utrecht",
|
|
2875
|
+
"textbox",
|
|
2876
|
+
"font-size"
|
|
2877
|
+
]
|
|
2878
|
+
},
|
|
2879
|
+
"line-height": {},
|
|
2880
|
+
"max-inline-size": {},
|
|
2881
|
+
"padding-block-end": {
|
|
2882
|
+
"value": "8px",
|
|
2883
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2884
|
+
"isSource": true,
|
|
2885
|
+
"original": {
|
|
2886
|
+
"value": "{leiden.size.xs}"
|
|
2887
|
+
},
|
|
2888
|
+
"name": "utrechtTextboxPaddingBlockEnd",
|
|
2889
|
+
"attributes": {
|
|
2890
|
+
"category": "utrecht",
|
|
2891
|
+
"type": "textbox",
|
|
2892
|
+
"item": "padding-block-end"
|
|
2893
|
+
},
|
|
2894
|
+
"path": [
|
|
2895
|
+
"utrecht",
|
|
2896
|
+
"textbox",
|
|
2897
|
+
"padding-block-end"
|
|
2898
|
+
]
|
|
2899
|
+
},
|
|
2900
|
+
"padding-block-start": {
|
|
2901
|
+
"value": "8px",
|
|
2902
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2903
|
+
"isSource": true,
|
|
2904
|
+
"original": {
|
|
2905
|
+
"value": "{leiden.size.xs}"
|
|
2906
|
+
},
|
|
2907
|
+
"name": "utrechtTextboxPaddingBlockStart",
|
|
2908
|
+
"attributes": {
|
|
2909
|
+
"category": "utrecht",
|
|
2910
|
+
"type": "textbox",
|
|
2911
|
+
"item": "padding-block-start"
|
|
2912
|
+
},
|
|
2913
|
+
"path": [
|
|
2914
|
+
"utrecht",
|
|
2915
|
+
"textbox",
|
|
2916
|
+
"padding-block-start"
|
|
2917
|
+
]
|
|
2918
|
+
},
|
|
2919
|
+
"padding-inline-end": {
|
|
2920
|
+
"value": "14px",
|
|
2921
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2922
|
+
"isSource": true,
|
|
2923
|
+
"original": {
|
|
2924
|
+
"value": "{leiden.size.sm}"
|
|
2925
|
+
},
|
|
2926
|
+
"name": "utrechtTextboxPaddingInlineEnd",
|
|
2927
|
+
"attributes": {
|
|
2928
|
+
"category": "utrecht",
|
|
2929
|
+
"type": "textbox",
|
|
2930
|
+
"item": "padding-inline-end"
|
|
2931
|
+
},
|
|
2932
|
+
"path": [
|
|
2933
|
+
"utrecht",
|
|
2934
|
+
"textbox",
|
|
2935
|
+
"padding-inline-end"
|
|
2936
|
+
]
|
|
2937
|
+
},
|
|
2938
|
+
"padding-inline-start": {
|
|
2939
|
+
"value": "14px",
|
|
2940
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2941
|
+
"isSource": true,
|
|
2942
|
+
"original": {
|
|
2943
|
+
"value": "{leiden.size.sm}"
|
|
2944
|
+
},
|
|
2945
|
+
"name": "utrechtTextboxPaddingInlineStart",
|
|
2946
|
+
"attributes": {
|
|
2947
|
+
"category": "utrecht",
|
|
2948
|
+
"type": "textbox",
|
|
2949
|
+
"item": "padding-inline-start"
|
|
2950
|
+
},
|
|
2951
|
+
"path": [
|
|
2952
|
+
"utrecht",
|
|
2953
|
+
"textbox",
|
|
2954
|
+
"padding-inline-start"
|
|
2955
|
+
]
|
|
2956
|
+
},
|
|
2957
|
+
"placeholder": {
|
|
2958
|
+
"color": {
|
|
2959
|
+
"value": "#2c3e50",
|
|
2960
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
2961
|
+
"isSource": true,
|
|
2962
|
+
"original": {
|
|
2963
|
+
"value": "{leiden.color.lightblue.24}"
|
|
2964
|
+
},
|
|
2965
|
+
"name": "utrechtTextboxPlaceholderColor",
|
|
2066
2966
|
"attributes": {
|
|
2067
2967
|
"category": "utrecht",
|
|
2068
|
-
"type": "
|
|
2069
|
-
"item": "
|
|
2968
|
+
"type": "textbox",
|
|
2969
|
+
"item": "placeholder",
|
|
2070
2970
|
"subitem": "color"
|
|
2071
2971
|
},
|
|
2072
2972
|
"path": [
|
|
2073
2973
|
"utrecht",
|
|
2074
|
-
"
|
|
2075
|
-
"
|
|
2974
|
+
"textbox",
|
|
2975
|
+
"placeholder",
|
|
2076
2976
|
"color"
|
|
2077
2977
|
]
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
"disabled": {
|
|
2981
|
+
"background-color": {},
|
|
2982
|
+
"border-color": {},
|
|
2983
|
+
"color": {}
|
|
2984
|
+
},
|
|
2985
|
+
"focus": {
|
|
2986
|
+
"background-color": {},
|
|
2987
|
+
"border-color": {},
|
|
2988
|
+
"color": {}
|
|
2989
|
+
},
|
|
2990
|
+
"invalid": {
|
|
2991
|
+
"background-color": {},
|
|
2992
|
+
"border-color": {},
|
|
2993
|
+
"border-width": {},
|
|
2994
|
+
"color": {}
|
|
2995
|
+
},
|
|
2996
|
+
"read-only": {
|
|
2997
|
+
"background-color": {},
|
|
2998
|
+
"border-color": {},
|
|
2999
|
+
"color": {}
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
3002
|
+
"blockquote": {
|
|
3003
|
+
"background-color": {},
|
|
3004
|
+
"color": {},
|
|
3005
|
+
"margin-inline-start": {
|
|
3006
|
+
"value": "32px",
|
|
3007
|
+
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
3008
|
+
"isSource": true,
|
|
3009
|
+
"original": {
|
|
3010
|
+
"value": "{leiden.size.xl}"
|
|
2078
3011
|
},
|
|
2079
|
-
"
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
"original": {
|
|
2085
|
-
"value": "{leiden.color.alert-error}"
|
|
2086
|
-
},
|
|
2087
|
-
"name": "utrechtAlertIconErrorColor",
|
|
2088
|
-
"attributes": {
|
|
2089
|
-
"category": "utrecht",
|
|
2090
|
-
"type": "alert",
|
|
2091
|
-
"item": "icon",
|
|
2092
|
-
"subitem": "error",
|
|
2093
|
-
"state": "color"
|
|
2094
|
-
},
|
|
2095
|
-
"path": [
|
|
2096
|
-
"utrecht",
|
|
2097
|
-
"alert",
|
|
2098
|
-
"icon",
|
|
2099
|
-
"error",
|
|
2100
|
-
"color"
|
|
2101
|
-
]
|
|
2102
|
-
}
|
|
3012
|
+
"name": "utrechtBlockquoteMarginInlineStart",
|
|
3013
|
+
"attributes": {
|
|
3014
|
+
"category": "utrecht",
|
|
3015
|
+
"type": "blockquote",
|
|
3016
|
+
"item": "margin-inline-start"
|
|
2103
3017
|
},
|
|
2104
|
-
"
|
|
2105
|
-
"
|
|
2106
|
-
"
|
|
3018
|
+
"path": [
|
|
3019
|
+
"utrecht",
|
|
3020
|
+
"blockquote",
|
|
3021
|
+
"margin-inline-start"
|
|
3022
|
+
]
|
|
3023
|
+
},
|
|
3024
|
+
"margin-inline-end": {
|
|
3025
|
+
"value": "32px",
|
|
3026
|
+
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
3027
|
+
"isSource": true,
|
|
3028
|
+
"original": {
|
|
3029
|
+
"value": "{leiden.size.xl}"
|
|
3030
|
+
},
|
|
3031
|
+
"name": "utrechtBlockquoteMarginInlineEnd",
|
|
3032
|
+
"attributes": {
|
|
3033
|
+
"category": "utrecht",
|
|
3034
|
+
"type": "blockquote",
|
|
3035
|
+
"item": "margin-inline-end"
|
|
3036
|
+
},
|
|
3037
|
+
"path": [
|
|
3038
|
+
"utrecht",
|
|
3039
|
+
"blockquote",
|
|
3040
|
+
"margin-inline-end"
|
|
3041
|
+
]
|
|
3042
|
+
},
|
|
3043
|
+
"margin-inline-block-start": {},
|
|
3044
|
+
"margin-inline-block-end": {},
|
|
3045
|
+
"font-size": {},
|
|
3046
|
+
"font-style": {},
|
|
3047
|
+
"font-family": {},
|
|
3048
|
+
"padding-inline-start": {},
|
|
3049
|
+
"padding-inline-end": {},
|
|
3050
|
+
"padding-inline-block-start": {},
|
|
3051
|
+
"padding-inline-block-end": {},
|
|
3052
|
+
"attribution": {
|
|
3053
|
+
"color": {},
|
|
3054
|
+
"font-size": {}
|
|
3055
|
+
},
|
|
3056
|
+
"content": {
|
|
3057
|
+
"color": {
|
|
3058
|
+
"value": "#0d1921",
|
|
3059
|
+
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
2107
3060
|
"isSource": true,
|
|
2108
3061
|
"original": {
|
|
2109
|
-
"value": "{leiden.
|
|
3062
|
+
"value": "{leiden.color.black.9}"
|
|
2110
3063
|
},
|
|
2111
|
-
"name": "
|
|
3064
|
+
"name": "utrechtBlockquoteContentColor",
|
|
2112
3065
|
"attributes": {
|
|
2113
3066
|
"category": "utrecht",
|
|
2114
|
-
"type": "
|
|
2115
|
-
"item": "
|
|
2116
|
-
"subitem": "
|
|
3067
|
+
"type": "blockquote",
|
|
3068
|
+
"item": "content",
|
|
3069
|
+
"subitem": "color"
|
|
2117
3070
|
},
|
|
2118
3071
|
"path": [
|
|
2119
3072
|
"utrecht",
|
|
2120
|
-
"
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
3073
|
+
"blockquote",
|
|
3074
|
+
"content",
|
|
3075
|
+
"color"
|
|
2123
3076
|
]
|
|
2124
3077
|
},
|
|
2125
|
-
"
|
|
2126
|
-
"
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
"
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
"
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
"
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
"warning",
|
|
2146
|
-
"color"
|
|
2147
|
-
]
|
|
2148
|
-
}
|
|
2149
|
-
},
|
|
2150
|
-
"ok": {
|
|
2151
|
-
"color": {
|
|
2152
|
-
"value": "#155724",
|
|
2153
|
-
"filePath": "src/component/utrecht/alert.tokens.json",
|
|
2154
|
-
"isSource": true,
|
|
2155
|
-
"original": {
|
|
2156
|
-
"value": "{leiden.color.alert-succes}"
|
|
2157
|
-
},
|
|
2158
|
-
"name": "utrechtAlertIconOkColor",
|
|
2159
|
-
"attributes": {
|
|
2160
|
-
"category": "utrecht",
|
|
2161
|
-
"type": "alert",
|
|
2162
|
-
"item": "icon",
|
|
2163
|
-
"subitem": "ok",
|
|
2164
|
-
"state": "color"
|
|
2165
|
-
},
|
|
2166
|
-
"path": [
|
|
2167
|
-
"utrecht",
|
|
2168
|
-
"alert",
|
|
2169
|
-
"icon",
|
|
2170
|
-
"ok",
|
|
2171
|
-
"color"
|
|
2172
|
-
]
|
|
2173
|
-
}
|
|
3078
|
+
"font-size": {
|
|
3079
|
+
"value": "18px",
|
|
3080
|
+
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
3081
|
+
"isSource": true,
|
|
3082
|
+
"original": {
|
|
3083
|
+
"value": "{leiden.font-size.md}"
|
|
3084
|
+
},
|
|
3085
|
+
"name": "utrechtBlockquoteContentFontSize",
|
|
3086
|
+
"attributes": {
|
|
3087
|
+
"category": "utrecht",
|
|
3088
|
+
"type": "blockquote",
|
|
3089
|
+
"item": "content",
|
|
3090
|
+
"subitem": "font-size"
|
|
3091
|
+
},
|
|
3092
|
+
"path": [
|
|
3093
|
+
"utrecht",
|
|
3094
|
+
"blockquote",
|
|
3095
|
+
"content",
|
|
3096
|
+
"font-size"
|
|
3097
|
+
]
|
|
2174
3098
|
}
|
|
2175
3099
|
}
|
|
2176
3100
|
},
|
|
@@ -3293,266 +4217,8 @@
|
|
|
3293
4217
|
"font-size"
|
|
3294
4218
|
]
|
|
3295
4219
|
},
|
|
3296
|
-
"font-weight": {},
|
|
3297
|
-
"line-height": {}
|
|
3298
|
-
},
|
|
3299
|
-
"form-input": {
|
|
3300
|
-
"background-color": {
|
|
3301
|
-
"value": "#ffffff",
|
|
3302
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3303
|
-
"isSource": true,
|
|
3304
|
-
"original": {
|
|
3305
|
-
"value": "{leiden.color.white.100}"
|
|
3306
|
-
},
|
|
3307
|
-
"name": "utrechtFormInputBackgroundColor",
|
|
3308
|
-
"attributes": {
|
|
3309
|
-
"category": "utrecht",
|
|
3310
|
-
"type": "form-input",
|
|
3311
|
-
"item": "background-color"
|
|
3312
|
-
},
|
|
3313
|
-
"path": [
|
|
3314
|
-
"utrecht",
|
|
3315
|
-
"form-input",
|
|
3316
|
-
"background-color"
|
|
3317
|
-
]
|
|
3318
|
-
},
|
|
3319
|
-
"border-bottom-width": {},
|
|
3320
|
-
"border-color": {
|
|
3321
|
-
"value": "#5f594a",
|
|
3322
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3323
|
-
"isSource": true,
|
|
3324
|
-
"original": {
|
|
3325
|
-
"value": "{leiden.color.grey.33}"
|
|
3326
|
-
},
|
|
3327
|
-
"name": "utrechtFormInputBorderColor",
|
|
3328
|
-
"attributes": {
|
|
3329
|
-
"category": "utrecht",
|
|
3330
|
-
"type": "form-input",
|
|
3331
|
-
"item": "border-color"
|
|
3332
|
-
},
|
|
3333
|
-
"path": [
|
|
3334
|
-
"utrecht",
|
|
3335
|
-
"form-input",
|
|
3336
|
-
"border-color"
|
|
3337
|
-
]
|
|
3338
|
-
},
|
|
3339
|
-
"border-radius": {
|
|
3340
|
-
"value": "0px",
|
|
3341
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3342
|
-
"isSource": true,
|
|
3343
|
-
"original": {
|
|
3344
|
-
"value": "0px"
|
|
3345
|
-
},
|
|
3346
|
-
"name": "utrechtFormInputBorderRadius",
|
|
3347
|
-
"attributes": {
|
|
3348
|
-
"category": "utrecht",
|
|
3349
|
-
"type": "form-input",
|
|
3350
|
-
"item": "border-radius"
|
|
3351
|
-
},
|
|
3352
|
-
"path": [
|
|
3353
|
-
"utrecht",
|
|
3354
|
-
"form-input",
|
|
3355
|
-
"border-radius"
|
|
3356
|
-
]
|
|
3357
|
-
},
|
|
3358
|
-
"border-width": {
|
|
3359
|
-
"value": "1px",
|
|
3360
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3361
|
-
"isSource": true,
|
|
3362
|
-
"original": {
|
|
3363
|
-
"value": "{leiden.size.4xs}"
|
|
3364
|
-
},
|
|
3365
|
-
"name": "utrechtFormInputBorderWidth",
|
|
3366
|
-
"attributes": {
|
|
3367
|
-
"category": "utrecht",
|
|
3368
|
-
"type": "form-input",
|
|
3369
|
-
"item": "border-width"
|
|
3370
|
-
},
|
|
3371
|
-
"path": [
|
|
3372
|
-
"utrecht",
|
|
3373
|
-
"form-input",
|
|
3374
|
-
"border-width"
|
|
3375
|
-
]
|
|
3376
|
-
},
|
|
3377
|
-
"color": {
|
|
3378
|
-
"value": "#1d1d1b",
|
|
3379
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3380
|
-
"isSource": true,
|
|
3381
|
-
"original": {
|
|
3382
|
-
"value": "{leiden.color.grey.11}"
|
|
3383
|
-
},
|
|
3384
|
-
"name": "utrechtFormInputColor",
|
|
3385
|
-
"attributes": {
|
|
3386
|
-
"category": "utrecht",
|
|
3387
|
-
"type": "form-input",
|
|
3388
|
-
"item": "color"
|
|
3389
|
-
},
|
|
3390
|
-
"path": [
|
|
3391
|
-
"utrecht",
|
|
3392
|
-
"form-input",
|
|
3393
|
-
"color"
|
|
3394
|
-
]
|
|
3395
|
-
},
|
|
3396
|
-
"font-family": {
|
|
3397
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
3398
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3399
|
-
"isSource": true,
|
|
3400
|
-
"original": {
|
|
3401
|
-
"value": "{leiden.typography.sans-serif.font-family}"
|
|
3402
|
-
},
|
|
3403
|
-
"name": "utrechtFormInputFontFamily",
|
|
3404
|
-
"attributes": {
|
|
3405
|
-
"category": "utrecht",
|
|
3406
|
-
"type": "form-input",
|
|
3407
|
-
"item": "font-family"
|
|
3408
|
-
},
|
|
3409
|
-
"path": [
|
|
3410
|
-
"utrecht",
|
|
3411
|
-
"form-input",
|
|
3412
|
-
"font-family"
|
|
3413
|
-
]
|
|
3414
|
-
},
|
|
3415
|
-
"font-size": {
|
|
3416
|
-
"value": "15px",
|
|
3417
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3418
|
-
"isSource": true,
|
|
3419
|
-
"original": {
|
|
3420
|
-
"value": "15px"
|
|
3421
|
-
},
|
|
3422
|
-
"name": "utrechtFormInputFontSize",
|
|
3423
|
-
"attributes": {
|
|
3424
|
-
"category": "utrecht",
|
|
3425
|
-
"type": "form-input",
|
|
3426
|
-
"item": "font-size"
|
|
3427
|
-
},
|
|
3428
|
-
"path": [
|
|
3429
|
-
"utrecht",
|
|
3430
|
-
"form-input",
|
|
3431
|
-
"font-size"
|
|
3432
|
-
]
|
|
3433
|
-
},
|
|
3434
|
-
"line-height": {},
|
|
3435
|
-
"max-inline-size": {},
|
|
3436
|
-
"padding-block-end": {
|
|
3437
|
-
"value": "8px",
|
|
3438
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3439
|
-
"isSource": true,
|
|
3440
|
-
"original": {
|
|
3441
|
-
"value": "{leiden.size.xs}"
|
|
3442
|
-
},
|
|
3443
|
-
"name": "utrechtFormInputPaddingBlockEnd",
|
|
3444
|
-
"attributes": {
|
|
3445
|
-
"category": "utrecht",
|
|
3446
|
-
"type": "form-input",
|
|
3447
|
-
"item": "padding-block-end"
|
|
3448
|
-
},
|
|
3449
|
-
"path": [
|
|
3450
|
-
"utrecht",
|
|
3451
|
-
"form-input",
|
|
3452
|
-
"padding-block-end"
|
|
3453
|
-
]
|
|
3454
|
-
},
|
|
3455
|
-
"padding-block-start": {
|
|
3456
|
-
"value": "8px",
|
|
3457
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3458
|
-
"isSource": true,
|
|
3459
|
-
"original": {
|
|
3460
|
-
"value": "{leiden.size.xs}"
|
|
3461
|
-
},
|
|
3462
|
-
"name": "utrechtFormInputPaddingBlockStart",
|
|
3463
|
-
"attributes": {
|
|
3464
|
-
"category": "utrecht",
|
|
3465
|
-
"type": "form-input",
|
|
3466
|
-
"item": "padding-block-start"
|
|
3467
|
-
},
|
|
3468
|
-
"path": [
|
|
3469
|
-
"utrecht",
|
|
3470
|
-
"form-input",
|
|
3471
|
-
"padding-block-start"
|
|
3472
|
-
]
|
|
3473
|
-
},
|
|
3474
|
-
"padding-inline-end": {
|
|
3475
|
-
"value": "14px",
|
|
3476
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3477
|
-
"isSource": true,
|
|
3478
|
-
"original": {
|
|
3479
|
-
"value": "{leiden.size.sm}"
|
|
3480
|
-
},
|
|
3481
|
-
"name": "utrechtFormInputPaddingInlineEnd",
|
|
3482
|
-
"attributes": {
|
|
3483
|
-
"category": "utrecht",
|
|
3484
|
-
"type": "form-input",
|
|
3485
|
-
"item": "padding-inline-end"
|
|
3486
|
-
},
|
|
3487
|
-
"path": [
|
|
3488
|
-
"utrecht",
|
|
3489
|
-
"form-input",
|
|
3490
|
-
"padding-inline-end"
|
|
3491
|
-
]
|
|
3492
|
-
},
|
|
3493
|
-
"padding-inline-start": {
|
|
3494
|
-
"value": "14px",
|
|
3495
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3496
|
-
"isSource": true,
|
|
3497
|
-
"original": {
|
|
3498
|
-
"value": "{leiden.size.sm}"
|
|
3499
|
-
},
|
|
3500
|
-
"name": "utrechtFormInputPaddingInlineStart",
|
|
3501
|
-
"attributes": {
|
|
3502
|
-
"category": "utrecht",
|
|
3503
|
-
"type": "form-input",
|
|
3504
|
-
"item": "padding-inline-start"
|
|
3505
|
-
},
|
|
3506
|
-
"path": [
|
|
3507
|
-
"utrecht",
|
|
3508
|
-
"form-input",
|
|
3509
|
-
"padding-inline-start"
|
|
3510
|
-
]
|
|
3511
|
-
},
|
|
3512
|
-
"placeholder": {
|
|
3513
|
-
"color": {
|
|
3514
|
-
"value": "#2c3e50",
|
|
3515
|
-
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3516
|
-
"isSource": true,
|
|
3517
|
-
"original": {
|
|
3518
|
-
"value": "{leiden.color.lightblue.24}"
|
|
3519
|
-
},
|
|
3520
|
-
"name": "utrechtFormInputPlaceholderColor",
|
|
3521
|
-
"attributes": {
|
|
3522
|
-
"category": "utrecht",
|
|
3523
|
-
"type": "form-input",
|
|
3524
|
-
"item": "placeholder",
|
|
3525
|
-
"subitem": "color"
|
|
3526
|
-
},
|
|
3527
|
-
"path": [
|
|
3528
|
-
"utrecht",
|
|
3529
|
-
"form-input",
|
|
3530
|
-
"placeholder",
|
|
3531
|
-
"color"
|
|
3532
|
-
]
|
|
3533
|
-
}
|
|
3534
|
-
},
|
|
3535
|
-
"disabled": {
|
|
3536
|
-
"background-color": {},
|
|
3537
|
-
"border-color": {},
|
|
3538
|
-
"color": {}
|
|
3539
|
-
},
|
|
3540
|
-
"focus": {
|
|
3541
|
-
"background-color": {},
|
|
3542
|
-
"border-color": {},
|
|
3543
|
-
"color": {}
|
|
3544
|
-
},
|
|
3545
|
-
"invalid": {
|
|
3546
|
-
"background-color": {},
|
|
3547
|
-
"border-color": {},
|
|
3548
|
-
"border-width": {},
|
|
3549
|
-
"color": {}
|
|
3550
|
-
},
|
|
3551
|
-
"read-only": {
|
|
3552
|
-
"background-color": {},
|
|
3553
|
-
"border-color": {},
|
|
3554
|
-
"color": {}
|
|
3555
|
-
}
|
|
4220
|
+
"font-weight": {},
|
|
4221
|
+
"line-height": {}
|
|
3556
4222
|
},
|
|
3557
4223
|
"heading-1": {
|
|
3558
4224
|
"color": {},
|
|
@@ -4049,33 +4715,6 @@
|
|
|
4049
4715
|
]
|
|
4050
4716
|
}
|
|
4051
4717
|
},
|
|
4052
|
-
"icon": {
|
|
4053
|
-
"color": {},
|
|
4054
|
-
"gap": {
|
|
4055
|
-
"value": "8px",
|
|
4056
|
-
"filePath": "src/component/utrecht/icon.tokens.json",
|
|
4057
|
-
"isSource": true,
|
|
4058
|
-
"original": {
|
|
4059
|
-
"value": "{leiden.size.xs}"
|
|
4060
|
-
},
|
|
4061
|
-
"name": "utrechtIconGap",
|
|
4062
|
-
"attributes": {
|
|
4063
|
-
"category": "utrecht",
|
|
4064
|
-
"type": "icon",
|
|
4065
|
-
"item": "gap"
|
|
4066
|
-
},
|
|
4067
|
-
"path": [
|
|
4068
|
-
"utrecht",
|
|
4069
|
-
"icon",
|
|
4070
|
-
"gap"
|
|
4071
|
-
]
|
|
4072
|
-
},
|
|
4073
|
-
"size": {},
|
|
4074
|
-
"inset-block-start": {},
|
|
4075
|
-
"baseline": {
|
|
4076
|
-
"inset-block-start": {}
|
|
4077
|
-
}
|
|
4078
|
-
},
|
|
4079
4718
|
"link": {
|
|
4080
4719
|
"color": {
|
|
4081
4720
|
"value": "#d62410",
|
|
@@ -4594,229 +5233,16 @@
|
|
|
4594
5233
|
"attributes": {
|
|
4595
5234
|
"category": "utrecht",
|
|
4596
5235
|
"type": "unordered-list",
|
|
4597
|
-
"item": "marker",
|
|
4598
|
-
"subitem": "color"
|
|
4599
|
-
},
|
|
4600
|
-
"path": [
|
|
4601
|
-
"utrecht",
|
|
4602
|
-
"unordered-list",
|
|
4603
|
-
"marker",
|
|
4604
|
-
"color"
|
|
4605
|
-
]
|
|
4606
|
-
}
|
|
4607
|
-
}
|
|
4608
|
-
},
|
|
4609
|
-
"page-footer": {
|
|
4610
|
-
"background-color": {
|
|
4611
|
-
"value": "#0d1921",
|
|
4612
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4613
|
-
"isSource": true,
|
|
4614
|
-
"original": {
|
|
4615
|
-
"value": "{leiden.color.black.9}"
|
|
4616
|
-
},
|
|
4617
|
-
"name": "utrechtPageFooterBackgroundColor",
|
|
4618
|
-
"attributes": {
|
|
4619
|
-
"category": "utrecht",
|
|
4620
|
-
"type": "page-footer",
|
|
4621
|
-
"item": "background-color"
|
|
4622
|
-
},
|
|
4623
|
-
"path": [
|
|
4624
|
-
"utrecht",
|
|
4625
|
-
"page-footer",
|
|
4626
|
-
"background-color"
|
|
4627
|
-
]
|
|
4628
|
-
},
|
|
4629
|
-
"background-image": {
|
|
4630
|
-
"value": "unset",
|
|
4631
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4632
|
-
"isSource": true,
|
|
4633
|
-
"original": {
|
|
4634
|
-
"value": "unset"
|
|
4635
|
-
},
|
|
4636
|
-
"name": "utrechtPageFooterBackgroundImage",
|
|
4637
|
-
"attributes": {
|
|
4638
|
-
"category": "utrecht",
|
|
4639
|
-
"type": "page-footer",
|
|
4640
|
-
"item": "background-image"
|
|
4641
|
-
},
|
|
4642
|
-
"path": [
|
|
4643
|
-
"utrecht",
|
|
4644
|
-
"page-footer",
|
|
4645
|
-
"background-image"
|
|
4646
|
-
]
|
|
4647
|
-
},
|
|
4648
|
-
"color": {
|
|
4649
|
-
"value": "#ffffff",
|
|
4650
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4651
|
-
"isSource": true,
|
|
4652
|
-
"original": {
|
|
4653
|
-
"value": "{leiden.color.white.100}"
|
|
4654
|
-
},
|
|
4655
|
-
"name": "utrechtPageFooterColor",
|
|
4656
|
-
"attributes": {
|
|
4657
|
-
"category": "utrecht",
|
|
4658
|
-
"type": "page-footer",
|
|
4659
|
-
"item": "color"
|
|
4660
|
-
},
|
|
4661
|
-
"path": [
|
|
4662
|
-
"utrecht",
|
|
4663
|
-
"page-footer",
|
|
4664
|
-
"color"
|
|
4665
|
-
]
|
|
4666
|
-
},
|
|
4667
|
-
"padding-inline-end": {
|
|
4668
|
-
"value": "14px",
|
|
4669
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4670
|
-
"isSource": true,
|
|
4671
|
-
"original": {
|
|
4672
|
-
"value": "{leiden.size.sm}"
|
|
4673
|
-
},
|
|
4674
|
-
"name": "utrechtPageFooterPaddingInlineEnd",
|
|
4675
|
-
"attributes": {
|
|
4676
|
-
"category": "utrecht",
|
|
4677
|
-
"type": "page-footer",
|
|
4678
|
-
"item": "padding-inline-end"
|
|
4679
|
-
},
|
|
4680
|
-
"path": [
|
|
4681
|
-
"utrecht",
|
|
4682
|
-
"page-footer",
|
|
4683
|
-
"padding-inline-end"
|
|
4684
|
-
]
|
|
4685
|
-
},
|
|
4686
|
-
"padding-inline-start": {
|
|
4687
|
-
"value": "14px",
|
|
4688
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4689
|
-
"isSource": true,
|
|
4690
|
-
"original": {
|
|
4691
|
-
"value": "{leiden.size.sm}"
|
|
4692
|
-
},
|
|
4693
|
-
"name": "utrechtPageFooterPaddingInlineStart",
|
|
4694
|
-
"attributes": {
|
|
4695
|
-
"category": "utrecht",
|
|
4696
|
-
"type": "page-footer",
|
|
4697
|
-
"item": "padding-inline-start"
|
|
4698
|
-
},
|
|
4699
|
-
"path": [
|
|
4700
|
-
"utrecht",
|
|
4701
|
-
"page-footer",
|
|
4702
|
-
"padding-inline-start"
|
|
4703
|
-
]
|
|
4704
|
-
},
|
|
4705
|
-
"padding-block-end": {
|
|
4706
|
-
"value": "48px",
|
|
4707
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4708
|
-
"isSource": true,
|
|
4709
|
-
"original": {
|
|
4710
|
-
"value": "{leiden.size.2xl}"
|
|
4711
|
-
},
|
|
4712
|
-
"name": "utrechtPageFooterPaddingBlockEnd",
|
|
4713
|
-
"attributes": {
|
|
4714
|
-
"category": "utrecht",
|
|
4715
|
-
"type": "page-footer",
|
|
4716
|
-
"item": "padding-block-end"
|
|
4717
|
-
},
|
|
4718
|
-
"path": [
|
|
4719
|
-
"utrecht",
|
|
4720
|
-
"page-footer",
|
|
4721
|
-
"padding-block-end"
|
|
4722
|
-
]
|
|
4723
|
-
},
|
|
4724
|
-
"padding-block-start": {
|
|
4725
|
-
"value": "48px",
|
|
4726
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
4727
|
-
"isSource": true,
|
|
4728
|
-
"original": {
|
|
4729
|
-
"value": "{leiden.size.2xl}"
|
|
4730
|
-
},
|
|
4731
|
-
"name": "utrechtPageFooterPaddingBlockStart",
|
|
4732
|
-
"attributes": {
|
|
4733
|
-
"category": "utrecht",
|
|
4734
|
-
"type": "page-footer",
|
|
4735
|
-
"item": "padding-block-start"
|
|
4736
|
-
},
|
|
4737
|
-
"path": [
|
|
4738
|
-
"utrecht",
|
|
4739
|
-
"page-footer",
|
|
4740
|
-
"padding-block-start"
|
|
4741
|
-
]
|
|
4742
|
-
}
|
|
4743
|
-
},
|
|
4744
|
-
"page-header": {
|
|
4745
|
-
"background-color": {
|
|
4746
|
-
"value": "#0d1921",
|
|
4747
|
-
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
4748
|
-
"isSource": true,
|
|
4749
|
-
"original": {
|
|
4750
|
-
"value": "{leiden.color.black.9}"
|
|
4751
|
-
},
|
|
4752
|
-
"name": "utrechtPageHeaderBackgroundColor",
|
|
4753
|
-
"attributes": {
|
|
4754
|
-
"category": "utrecht",
|
|
4755
|
-
"type": "page-header",
|
|
4756
|
-
"item": "background-color"
|
|
4757
|
-
},
|
|
4758
|
-
"path": [
|
|
4759
|
-
"utrecht",
|
|
4760
|
-
"page-header",
|
|
4761
|
-
"background-color"
|
|
4762
|
-
]
|
|
4763
|
-
},
|
|
4764
|
-
"color": {
|
|
4765
|
-
"value": "#ffffff",
|
|
4766
|
-
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
4767
|
-
"isSource": true,
|
|
4768
|
-
"original": {
|
|
4769
|
-
"value": "{leiden.color.white.100}"
|
|
4770
|
-
},
|
|
4771
|
-
"name": "utrechtPageHeaderColor",
|
|
4772
|
-
"attributes": {
|
|
4773
|
-
"category": "utrecht",
|
|
4774
|
-
"type": "page-header",
|
|
4775
|
-
"item": "color"
|
|
4776
|
-
},
|
|
4777
|
-
"path": [
|
|
4778
|
-
"utrecht",
|
|
4779
|
-
"page-header",
|
|
4780
|
-
"color"
|
|
4781
|
-
]
|
|
4782
|
-
},
|
|
4783
|
-
"padding-block-start": {
|
|
4784
|
-
"value": "14px",
|
|
4785
|
-
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
4786
|
-
"isSource": true,
|
|
4787
|
-
"original": {
|
|
4788
|
-
"value": "{leiden.size.sm}"
|
|
4789
|
-
},
|
|
4790
|
-
"name": "utrechtPageHeaderPaddingBlockStart",
|
|
4791
|
-
"attributes": {
|
|
4792
|
-
"category": "utrecht",
|
|
4793
|
-
"type": "page-header",
|
|
4794
|
-
"item": "padding-block-start"
|
|
4795
|
-
},
|
|
4796
|
-
"path": [
|
|
4797
|
-
"utrecht",
|
|
4798
|
-
"page-header",
|
|
4799
|
-
"padding-block-start"
|
|
4800
|
-
]
|
|
4801
|
-
},
|
|
4802
|
-
"padding-block-end": {
|
|
4803
|
-
"value": "14px",
|
|
4804
|
-
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
4805
|
-
"isSource": true,
|
|
4806
|
-
"original": {
|
|
4807
|
-
"value": "{leiden.size.sm}"
|
|
4808
|
-
},
|
|
4809
|
-
"name": "utrechtPageHeaderPaddingBlockEnd",
|
|
4810
|
-
"attributes": {
|
|
4811
|
-
"category": "utrecht",
|
|
4812
|
-
"type": "page-header",
|
|
4813
|
-
"item": "padding-block-end"
|
|
4814
|
-
},
|
|
4815
|
-
"path": [
|
|
4816
|
-
"utrecht",
|
|
4817
|
-
"page-header",
|
|
4818
|
-
"padding-block-end"
|
|
4819
|
-
]
|
|
5236
|
+
"item": "marker",
|
|
5237
|
+
"subitem": "color"
|
|
5238
|
+
},
|
|
5239
|
+
"path": [
|
|
5240
|
+
"utrecht",
|
|
5241
|
+
"unordered-list",
|
|
5242
|
+
"marker",
|
|
5243
|
+
"color"
|
|
5244
|
+
]
|
|
5245
|
+
}
|
|
4820
5246
|
}
|
|
4821
5247
|
},
|
|
4822
5248
|
"page": {
|
|
@@ -5450,264 +5876,6 @@
|
|
|
5450
5876
|
"color": {}
|
|
5451
5877
|
}
|
|
5452
5878
|
}
|
|
5453
|
-
},
|
|
5454
|
-
"textbox": {
|
|
5455
|
-
"background-color": {
|
|
5456
|
-
"value": "#ffffff",
|
|
5457
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5458
|
-
"isSource": true,
|
|
5459
|
-
"original": {
|
|
5460
|
-
"value": "{leiden.color.white.100}"
|
|
5461
|
-
},
|
|
5462
|
-
"name": "utrechtTextboxBackgroundColor",
|
|
5463
|
-
"attributes": {
|
|
5464
|
-
"category": "utrecht",
|
|
5465
|
-
"type": "textbox",
|
|
5466
|
-
"item": "background-color"
|
|
5467
|
-
},
|
|
5468
|
-
"path": [
|
|
5469
|
-
"utrecht",
|
|
5470
|
-
"textbox",
|
|
5471
|
-
"background-color"
|
|
5472
|
-
]
|
|
5473
|
-
},
|
|
5474
|
-
"border-bottom-width": {},
|
|
5475
|
-
"border-color": {
|
|
5476
|
-
"value": "#5f594a",
|
|
5477
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5478
|
-
"isSource": true,
|
|
5479
|
-
"original": {
|
|
5480
|
-
"value": "{leiden.color.grey.33}"
|
|
5481
|
-
},
|
|
5482
|
-
"name": "utrechtTextboxBorderColor",
|
|
5483
|
-
"attributes": {
|
|
5484
|
-
"category": "utrecht",
|
|
5485
|
-
"type": "textbox",
|
|
5486
|
-
"item": "border-color"
|
|
5487
|
-
},
|
|
5488
|
-
"path": [
|
|
5489
|
-
"utrecht",
|
|
5490
|
-
"textbox",
|
|
5491
|
-
"border-color"
|
|
5492
|
-
]
|
|
5493
|
-
},
|
|
5494
|
-
"border-radius": {
|
|
5495
|
-
"value": "0px",
|
|
5496
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5497
|
-
"isSource": true,
|
|
5498
|
-
"original": {
|
|
5499
|
-
"value": "0px"
|
|
5500
|
-
},
|
|
5501
|
-
"name": "utrechtTextboxBorderRadius",
|
|
5502
|
-
"attributes": {
|
|
5503
|
-
"category": "utrecht",
|
|
5504
|
-
"type": "textbox",
|
|
5505
|
-
"item": "border-radius"
|
|
5506
|
-
},
|
|
5507
|
-
"path": [
|
|
5508
|
-
"utrecht",
|
|
5509
|
-
"textbox",
|
|
5510
|
-
"border-radius"
|
|
5511
|
-
]
|
|
5512
|
-
},
|
|
5513
|
-
"border-width": {
|
|
5514
|
-
"value": "1px",
|
|
5515
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5516
|
-
"isSource": true,
|
|
5517
|
-
"original": {
|
|
5518
|
-
"value": "{leiden.size.4xs}"
|
|
5519
|
-
},
|
|
5520
|
-
"name": "utrechtTextboxBorderWidth",
|
|
5521
|
-
"attributes": {
|
|
5522
|
-
"category": "utrecht",
|
|
5523
|
-
"type": "textbox",
|
|
5524
|
-
"item": "border-width"
|
|
5525
|
-
},
|
|
5526
|
-
"path": [
|
|
5527
|
-
"utrecht",
|
|
5528
|
-
"textbox",
|
|
5529
|
-
"border-width"
|
|
5530
|
-
]
|
|
5531
|
-
},
|
|
5532
|
-
"color": {
|
|
5533
|
-
"value": "#1d1d1b",
|
|
5534
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5535
|
-
"isSource": true,
|
|
5536
|
-
"original": {
|
|
5537
|
-
"value": "{leiden.color.grey.11}"
|
|
5538
|
-
},
|
|
5539
|
-
"name": "utrechtTextboxColor",
|
|
5540
|
-
"attributes": {
|
|
5541
|
-
"category": "utrecht",
|
|
5542
|
-
"type": "textbox",
|
|
5543
|
-
"item": "color"
|
|
5544
|
-
},
|
|
5545
|
-
"path": [
|
|
5546
|
-
"utrecht",
|
|
5547
|
-
"textbox",
|
|
5548
|
-
"color"
|
|
5549
|
-
]
|
|
5550
|
-
},
|
|
5551
|
-
"font-family": {
|
|
5552
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5553
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5554
|
-
"isSource": true,
|
|
5555
|
-
"original": {
|
|
5556
|
-
"value": "{leiden.typography.sans-serif.font-family}"
|
|
5557
|
-
},
|
|
5558
|
-
"name": "utrechtTextboxFontFamily",
|
|
5559
|
-
"attributes": {
|
|
5560
|
-
"category": "utrecht",
|
|
5561
|
-
"type": "textbox",
|
|
5562
|
-
"item": "font-family"
|
|
5563
|
-
},
|
|
5564
|
-
"path": [
|
|
5565
|
-
"utrecht",
|
|
5566
|
-
"textbox",
|
|
5567
|
-
"font-family"
|
|
5568
|
-
]
|
|
5569
|
-
},
|
|
5570
|
-
"font-size": {
|
|
5571
|
-
"value": "15px",
|
|
5572
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5573
|
-
"isSource": true,
|
|
5574
|
-
"original": {
|
|
5575
|
-
"value": "15px"
|
|
5576
|
-
},
|
|
5577
|
-
"name": "utrechtTextboxFontSize",
|
|
5578
|
-
"attributes": {
|
|
5579
|
-
"category": "utrecht",
|
|
5580
|
-
"type": "textbox",
|
|
5581
|
-
"item": "font-size"
|
|
5582
|
-
},
|
|
5583
|
-
"path": [
|
|
5584
|
-
"utrecht",
|
|
5585
|
-
"textbox",
|
|
5586
|
-
"font-size"
|
|
5587
|
-
]
|
|
5588
|
-
},
|
|
5589
|
-
"line-height": {},
|
|
5590
|
-
"max-inline-size": {},
|
|
5591
|
-
"padding-block-end": {
|
|
5592
|
-
"value": "8px",
|
|
5593
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5594
|
-
"isSource": true,
|
|
5595
|
-
"original": {
|
|
5596
|
-
"value": "{leiden.size.xs}"
|
|
5597
|
-
},
|
|
5598
|
-
"name": "utrechtTextboxPaddingBlockEnd",
|
|
5599
|
-
"attributes": {
|
|
5600
|
-
"category": "utrecht",
|
|
5601
|
-
"type": "textbox",
|
|
5602
|
-
"item": "padding-block-end"
|
|
5603
|
-
},
|
|
5604
|
-
"path": [
|
|
5605
|
-
"utrecht",
|
|
5606
|
-
"textbox",
|
|
5607
|
-
"padding-block-end"
|
|
5608
|
-
]
|
|
5609
|
-
},
|
|
5610
|
-
"padding-block-start": {
|
|
5611
|
-
"value": "8px",
|
|
5612
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5613
|
-
"isSource": true,
|
|
5614
|
-
"original": {
|
|
5615
|
-
"value": "{leiden.size.xs}"
|
|
5616
|
-
},
|
|
5617
|
-
"name": "utrechtTextboxPaddingBlockStart",
|
|
5618
|
-
"attributes": {
|
|
5619
|
-
"category": "utrecht",
|
|
5620
|
-
"type": "textbox",
|
|
5621
|
-
"item": "padding-block-start"
|
|
5622
|
-
},
|
|
5623
|
-
"path": [
|
|
5624
|
-
"utrecht",
|
|
5625
|
-
"textbox",
|
|
5626
|
-
"padding-block-start"
|
|
5627
|
-
]
|
|
5628
|
-
},
|
|
5629
|
-
"padding-inline-end": {
|
|
5630
|
-
"value": "14px",
|
|
5631
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5632
|
-
"isSource": true,
|
|
5633
|
-
"original": {
|
|
5634
|
-
"value": "{leiden.size.sm}"
|
|
5635
|
-
},
|
|
5636
|
-
"name": "utrechtTextboxPaddingInlineEnd",
|
|
5637
|
-
"attributes": {
|
|
5638
|
-
"category": "utrecht",
|
|
5639
|
-
"type": "textbox",
|
|
5640
|
-
"item": "padding-inline-end"
|
|
5641
|
-
},
|
|
5642
|
-
"path": [
|
|
5643
|
-
"utrecht",
|
|
5644
|
-
"textbox",
|
|
5645
|
-
"padding-inline-end"
|
|
5646
|
-
]
|
|
5647
|
-
},
|
|
5648
|
-
"padding-inline-start": {
|
|
5649
|
-
"value": "14px",
|
|
5650
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5651
|
-
"isSource": true,
|
|
5652
|
-
"original": {
|
|
5653
|
-
"value": "{leiden.size.sm}"
|
|
5654
|
-
},
|
|
5655
|
-
"name": "utrechtTextboxPaddingInlineStart",
|
|
5656
|
-
"attributes": {
|
|
5657
|
-
"category": "utrecht",
|
|
5658
|
-
"type": "textbox",
|
|
5659
|
-
"item": "padding-inline-start"
|
|
5660
|
-
},
|
|
5661
|
-
"path": [
|
|
5662
|
-
"utrecht",
|
|
5663
|
-
"textbox",
|
|
5664
|
-
"padding-inline-start"
|
|
5665
|
-
]
|
|
5666
|
-
},
|
|
5667
|
-
"placeholder": {
|
|
5668
|
-
"color": {
|
|
5669
|
-
"value": "#2c3e50",
|
|
5670
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5671
|
-
"isSource": true,
|
|
5672
|
-
"original": {
|
|
5673
|
-
"value": "{leiden.color.lightblue.24}"
|
|
5674
|
-
},
|
|
5675
|
-
"name": "utrechtTextboxPlaceholderColor",
|
|
5676
|
-
"attributes": {
|
|
5677
|
-
"category": "utrecht",
|
|
5678
|
-
"type": "textbox",
|
|
5679
|
-
"item": "placeholder",
|
|
5680
|
-
"subitem": "color"
|
|
5681
|
-
},
|
|
5682
|
-
"path": [
|
|
5683
|
-
"utrecht",
|
|
5684
|
-
"textbox",
|
|
5685
|
-
"placeholder",
|
|
5686
|
-
"color"
|
|
5687
|
-
]
|
|
5688
|
-
}
|
|
5689
|
-
},
|
|
5690
|
-
"disabled": {
|
|
5691
|
-
"background-color": {},
|
|
5692
|
-
"border-color": {},
|
|
5693
|
-
"color": {}
|
|
5694
|
-
},
|
|
5695
|
-
"focus": {
|
|
5696
|
-
"background-color": {},
|
|
5697
|
-
"border-color": {},
|
|
5698
|
-
"color": {}
|
|
5699
|
-
},
|
|
5700
|
-
"invalid": {
|
|
5701
|
-
"background-color": {},
|
|
5702
|
-
"border-color": {},
|
|
5703
|
-
"border-width": {},
|
|
5704
|
-
"color": {}
|
|
5705
|
-
},
|
|
5706
|
-
"read-only": {
|
|
5707
|
-
"background-color": {},
|
|
5708
|
-
"border-color": {},
|
|
5709
|
-
"color": {}
|
|
5710
|
-
}
|
|
5711
5879
|
}
|
|
5712
5880
|
},
|
|
5713
5881
|
"conduction": {
|