@conduction/theme 1.0.24 → 1.0.26

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.
Files changed (165) hide show
  1. package/README.md +7 -0
  2. package/conduction-design-tokens/README.md +3 -0
  3. package/conduction-design-tokens/dist/design-tokens.css +66 -67
  4. package/conduction-design-tokens/dist/index.js +70 -71
  5. package/conduction-design-tokens/dist/index.json +168 -187
  6. package/conduction-design-tokens/dist/index.less +66 -67
  7. package/conduction-design-tokens/dist/index.scss +66 -67
  8. package/conduction-design-tokens/dist/tokens.json +1956 -1981
  9. package/conduction-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
  10. package/municipalities/dinkelland-design-tokens/README.md +3 -0
  11. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +74 -76
  12. package/municipalities/dinkelland-design-tokens/dist/index.js +80 -82
  13. package/municipalities/dinkelland-design-tokens/dist/index.json +153 -191
  14. package/municipalities/dinkelland-design-tokens/dist/index.less +74 -76
  15. package/municipalities/dinkelland-design-tokens/dist/index.scss +74 -76
  16. package/municipalities/dinkelland-design-tokens/dist/tokens.json +2198 -2241
  17. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  18. package/municipalities/epe-design-tokens/README.md +3 -0
  19. package/municipalities/epe-design-tokens/dist/design-tokens.css +66 -73
  20. package/municipalities/epe-design-tokens/dist/index.js +75 -82
  21. package/municipalities/epe-design-tokens/dist/index.json +151 -298
  22. package/municipalities/epe-design-tokens/dist/index.less +66 -73
  23. package/municipalities/epe-design-tokens/dist/index.scss +66 -73
  24. package/municipalities/epe-design-tokens/dist/tokens.json +2134 -2281
  25. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  26. package/municipalities/leiden-design-tokens/README.md +3 -0
  27. package/municipalities/leiden-design-tokens/dist/design-tokens.css +60 -61
  28. package/municipalities/leiden-design-tokens/dist/index.js +66 -67
  29. package/municipalities/leiden-design-tokens/dist/index.json +143 -162
  30. package/municipalities/leiden-design-tokens/dist/index.less +60 -61
  31. package/municipalities/leiden-design-tokens/dist/index.scss +60 -61
  32. package/municipalities/leiden-design-tokens/dist/tokens.json +1872 -1897
  33. package/municipalities/leiden-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +4 -11
  34. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +129 -0
  35. package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -0
  36. package/municipalities/noaberkracht-design-tokens/dist/index.css +7 -0
  37. package/municipalities/noaberkracht-design-tokens/dist/index.js +127 -0
  38. package/municipalities/noaberkracht-design-tokens/dist/index.json +2458 -0
  39. package/municipalities/noaberkracht-design-tokens/dist/index.less +126 -0
  40. package/municipalities/noaberkracht-design-tokens/dist/index.scss +126 -0
  41. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +2570 -0
  42. package/municipalities/noordwijk-design-tokens/LICENSE.md +17 -0
  43. package/municipalities/noordwijk-design-tokens/README.md +3 -0
  44. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +309 -0
  45. package/municipalities/noordwijk-design-tokens/dist/font.css +318 -0
  46. package/municipalities/noordwijk-design-tokens/dist/index.css +7 -0
  47. package/municipalities/noordwijk-design-tokens/dist/index.js +307 -0
  48. package/municipalities/noordwijk-design-tokens/dist/index.json +6004 -0
  49. package/municipalities/noordwijk-design-tokens/dist/index.less +306 -0
  50. package/municipalities/noordwijk-design-tokens/dist/index.scss +306 -0
  51. package/municipalities/noordwijk-design-tokens/dist/tokens.json +6420 -0
  52. package/municipalities/noordwijk-design-tokens/package.json +40 -0
  53. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +99 -0
  54. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/font-size.tokens.json +17 -0
  55. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/size.tokens.json +17 -0
  56. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/typography.tokens.json +47 -0
  57. package/municipalities/noordwijk-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  58. package/municipalities/noordwijk-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  59. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  60. package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +15 -0
  61. package/municipalities/noordwijk-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  62. package/municipalities/noordwijk-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  63. package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  64. package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  65. package/municipalities/noordwijk-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  66. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  67. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
  68. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  69. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +11 -0
  70. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  71. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  72. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
  73. package/municipalities/noordwijk-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  74. package/municipalities/noordwijk-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  75. package/municipalities/noordwijk-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  76. package/municipalities/noordwijk-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  77. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  78. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  79. package/municipalities/noordwijk-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  80. package/municipalities/noordwijk-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  81. package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  82. package/municipalities/noordwijk-design-tokens/src/config.json +7 -0
  83. package/municipalities/noordwijk-design-tokens/src/font.scss +385 -0
  84. package/municipalities/noordwijk-design-tokens/src/index.scss +8 -0
  85. package/municipalities/noordwijk-design-tokens/style-dictionary.config.js +6 -0
  86. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +11 -0
  87. package/municipalities/rotterdam-design-tokens/dist/font.css +1 -0
  88. package/municipalities/rotterdam-design-tokens/dist/index.css +7 -0
  89. package/municipalities/rotterdam-design-tokens/dist/index.js +9 -0
  90. package/municipalities/rotterdam-design-tokens/dist/index.json +80 -0
  91. package/municipalities/rotterdam-design-tokens/dist/index.less +8 -0
  92. package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -0
  93. package/municipalities/rotterdam-design-tokens/dist/tokens.json +90 -0
  94. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +33 -0
  95. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +305 -0
  96. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +18 -0
  97. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +36 -0
  98. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +33 -0
  99. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +303 -0
  100. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +6415 -0
  101. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +302 -0
  102. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +302 -0
  103. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +6868 -0
  104. package/municipalities/tubbergen-design-tokens/README.md +3 -0
  105. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +74 -76
  106. package/municipalities/tubbergen-design-tokens/dist/index.js +80 -82
  107. package/municipalities/tubbergen-design-tokens/dist/index.json +153 -191
  108. package/municipalities/tubbergen-design-tokens/dist/index.less +74 -76
  109. package/municipalities/tubbergen-design-tokens/dist/index.scss +74 -76
  110. package/municipalities/tubbergen-design-tokens/dist/tokens.json +2200 -2243
  111. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
  112. package/municipalities/xxllnc-design-tokens/README.md +3 -0
  113. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +64 -65
  114. package/municipalities/xxllnc-design-tokens/dist/index.js +66 -67
  115. package/municipalities/xxllnc-design-tokens/dist/index.json +162 -181
  116. package/municipalities/xxllnc-design-tokens/dist/index.less +64 -65
  117. package/municipalities/xxllnc-design-tokens/dist/index.scss +64 -65
  118. package/municipalities/xxllnc-design-tokens/dist/tokens.json +1885 -1910
  119. package/municipalities/xxllnc-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
  120. package/package.json +3 -2
  121. package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +0 -26
  122. package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +0 -30
  123. package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +0 -26
  124. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  125. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  126. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  127. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  128. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  129. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  130. /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  131. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  132. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  133. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  134. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  135. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  136. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  137. /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  138. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  139. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  140. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  141. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  142. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  143. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  144. /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  145. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  146. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  147. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  148. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  149. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  150. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  151. /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  152. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  153. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  154. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  155. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  156. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  157. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  158. /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
  159. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
  160. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
  161. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
  162. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
  163. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
  164. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
  165. /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
@@ -1661,125 +1661,6 @@
1661
1661
  }
1662
1662
  },
1663
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
- ]
1685
- },
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
- ]
1706
- },
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
- }
1731
- },
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
- }
1756
- },
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
- }
1782
- },
1783
1664
  "background-color": {
1784
1665
  "value": "#cce5ff",
1785
1666
  "filePath": "src/component/utrecht/alert.tokens.json",
@@ -2035,391 +1916,489 @@
2035
1916
  },
2036
1917
  "border-color": {},
2037
1918
  "border-width": {}
1919
+ },
1920
+ "icon": {
1921
+ "color": {
1922
+ "value": "#004085",
1923
+ "filePath": "src/component/utrecht/alert.tokens.json",
1924
+ "isSource": true,
1925
+ "original": {
1926
+ "value": "{leiden.color.alert-info}"
1927
+ },
1928
+ "name": "utrechtAlertIconColor",
1929
+ "attributes": {
1930
+ "category": "utrecht",
1931
+ "type": "alert",
1932
+ "item": "icon",
1933
+ "subitem": "color"
1934
+ },
1935
+ "path": [
1936
+ "utrecht",
1937
+ "alert",
1938
+ "icon",
1939
+ "color"
1940
+ ]
1941
+ },
1942
+ "error": {
1943
+ "color": {
1944
+ "value": "#721c24",
1945
+ "filePath": "src/component/utrecht/alert.tokens.json",
1946
+ "isSource": true,
1947
+ "original": {
1948
+ "value": "{leiden.color.alert-error}"
1949
+ },
1950
+ "name": "utrechtAlertIconErrorColor",
1951
+ "attributes": {
1952
+ "category": "utrecht",
1953
+ "type": "alert",
1954
+ "item": "icon",
1955
+ "subitem": "error",
1956
+ "state": "color"
1957
+ },
1958
+ "path": [
1959
+ "utrecht",
1960
+ "alert",
1961
+ "icon",
1962
+ "error",
1963
+ "color"
1964
+ ]
1965
+ }
1966
+ },
1967
+ "warning": {
1968
+ "color": {
1969
+ "value": "#856404",
1970
+ "filePath": "src/component/utrecht/alert.tokens.json",
1971
+ "isSource": true,
1972
+ "original": {
1973
+ "value": "{leiden.color.alert-warning}"
1974
+ },
1975
+ "name": "utrechtAlertIconWarningColor",
1976
+ "attributes": {
1977
+ "category": "utrecht",
1978
+ "type": "alert",
1979
+ "item": "icon",
1980
+ "subitem": "warning",
1981
+ "state": "color"
1982
+ },
1983
+ "path": [
1984
+ "utrecht",
1985
+ "alert",
1986
+ "icon",
1987
+ "warning",
1988
+ "color"
1989
+ ]
1990
+ }
1991
+ },
1992
+ "ok": {
1993
+ "color": {
1994
+ "value": "#155724",
1995
+ "filePath": "src/component/utrecht/alert.tokens.json",
1996
+ "isSource": true,
1997
+ "original": {
1998
+ "value": "{leiden.color.alert-succes}"
1999
+ },
2000
+ "name": "utrechtAlertIconOkColor",
2001
+ "attributes": {
2002
+ "category": "utrecht",
2003
+ "type": "alert",
2004
+ "item": "icon",
2005
+ "subitem": "ok",
2006
+ "state": "color"
2007
+ },
2008
+ "path": [
2009
+ "utrecht",
2010
+ "alert",
2011
+ "icon",
2012
+ "ok",
2013
+ "color"
2014
+ ]
2015
+ }
2016
+ },
2017
+ "gap": {
2018
+ "value": "8px",
2019
+ "filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
2020
+ "isSource": true,
2021
+ "original": {
2022
+ "value": "{leiden.size.xs}"
2023
+ },
2024
+ "name": "utrechtAlertIconGap",
2025
+ "attributes": {
2026
+ "category": "utrecht",
2027
+ "type": "alert",
2028
+ "item": "icon",
2029
+ "subitem": "gap"
2030
+ },
2031
+ "path": [
2032
+ "utrecht",
2033
+ "alert",
2034
+ "icon",
2035
+ "gap"
2036
+ ]
2037
+ }
2038
2038
  }
2039
2039
  },
2040
- "card": {
2041
- "background-color": {
2042
- "value": "#e4e4e4",
2043
- "filePath": "src/component/conduction/card.tokens.json",
2040
+ "blockquote": {
2041
+ "background-color": {},
2042
+ "color": {},
2043
+ "margin-inline-start": {
2044
+ "value": "32px",
2045
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2044
2046
  "isSource": true,
2045
2047
  "original": {
2046
- "value": "{leiden.color.lightgrey.89}"
2048
+ "value": "{leiden.size.xl}"
2047
2049
  },
2048
- "name": "utrechtCardBackgroundColor",
2050
+ "name": "utrechtBlockquoteMarginInlineStart",
2049
2051
  "attributes": {
2050
2052
  "category": "utrecht",
2051
- "type": "card",
2052
- "item": "background-color"
2053
+ "type": "blockquote",
2054
+ "item": "margin-inline-start"
2053
2055
  },
2054
2056
  "path": [
2055
2057
  "utrecht",
2056
- "card",
2057
- "background-color"
2058
+ "blockquote",
2059
+ "margin-inline-start"
2058
2060
  ]
2059
2061
  },
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
- "header": {
2101
- "border-block-end": {},
2102
- "color": {},
2103
- "hover": {
2104
- "border-block-end": {},
2105
- "color": {}
2106
- }
2107
- },
2108
- "hover": {
2109
- "background-color": {}
2110
- },
2111
- "padding-inline-end": {
2112
- "value": "32px",
2113
- "filePath": "src/component/conduction/card.tokens.json",
2114
- "isSource": true,
2115
- "original": {
2116
- "value": "{leiden.size.xl}"
2117
- },
2118
- "name": "utrechtCardPaddingInlineEnd",
2119
- "attributes": {
2120
- "category": "utrecht",
2121
- "type": "card",
2122
- "item": "padding-inline-end"
2123
- },
2124
- "path": [
2125
- "utrecht",
2126
- "card",
2127
- "padding-inline-end"
2128
- ]
2129
- },
2130
- "padding-inline-start": {
2062
+ "margin-inline-end": {
2131
2063
  "value": "32px",
2132
- "filePath": "src/component/conduction/card.tokens.json",
2064
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2133
2065
  "isSource": true,
2134
2066
  "original": {
2135
2067
  "value": "{leiden.size.xl}"
2136
2068
  },
2137
- "name": "utrechtCardPaddingInlineStart",
2069
+ "name": "utrechtBlockquoteMarginInlineEnd",
2138
2070
  "attributes": {
2139
2071
  "category": "utrecht",
2140
- "type": "card",
2141
- "item": "padding-inline-start"
2072
+ "type": "blockquote",
2073
+ "item": "margin-inline-end"
2142
2074
  },
2143
2075
  "path": [
2144
2076
  "utrecht",
2145
- "card",
2146
- "padding-inline-start"
2077
+ "blockquote",
2078
+ "margin-inline-end"
2147
2079
  ]
2148
2080
  },
2149
- "padding-block-end": {
2150
- "value": "14px",
2151
- "filePath": "src/component/conduction/card.tokens.json",
2152
- "isSource": true,
2153
- "original": {
2154
- "value": "{leiden.size.sm}"
2155
- },
2156
- "name": "utrechtCardPaddingBlockEnd",
2157
- "attributes": {
2158
- "category": "utrecht",
2159
- "type": "card",
2160
- "item": "padding-block-end"
2161
- },
2162
- "path": [
2163
- "utrecht",
2164
- "card",
2165
- "padding-block-end"
2166
- ]
2081
+ "margin-inline-block-start": {},
2082
+ "margin-inline-block-end": {},
2083
+ "font-size": {},
2084
+ "font-style": {},
2085
+ "font-family": {},
2086
+ "padding-inline-start": {},
2087
+ "padding-inline-end": {},
2088
+ "padding-inline-block-start": {},
2089
+ "padding-inline-block-end": {},
2090
+ "attribution": {
2091
+ "color": {},
2092
+ "font-size": {}
2167
2093
  },
2168
- "padding-block-start": {
2169
- "value": "14px",
2170
- "filePath": "src/component/conduction/card.tokens.json",
2171
- "isSource": true,
2172
- "original": {
2173
- "value": "{leiden.size.sm}"
2174
- },
2175
- "name": "utrechtCardPaddingBlockStart",
2176
- "attributes": {
2177
- "category": "utrecht",
2178
- "type": "card",
2179
- "item": "padding-block-start"
2094
+ "content": {
2095
+ "color": {
2096
+ "value": "#0d1921",
2097
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2098
+ "isSource": true,
2099
+ "original": {
2100
+ "value": "{leiden.color.black.9}"
2101
+ },
2102
+ "name": "utrechtBlockquoteContentColor",
2103
+ "attributes": {
2104
+ "category": "utrecht",
2105
+ "type": "blockquote",
2106
+ "item": "content",
2107
+ "subitem": "color"
2108
+ },
2109
+ "path": [
2110
+ "utrecht",
2111
+ "blockquote",
2112
+ "content",
2113
+ "color"
2114
+ ]
2180
2115
  },
2181
- "path": [
2182
- "utrecht",
2183
- "card",
2184
- "padding-block-start"
2185
- ]
2116
+ "font-size": {
2117
+ "value": "18px",
2118
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2119
+ "isSource": true,
2120
+ "original": {
2121
+ "value": "{leiden.font-size.md}"
2122
+ },
2123
+ "name": "utrechtBlockquoteContentFontSize",
2124
+ "attributes": {
2125
+ "category": "utrecht",
2126
+ "type": "blockquote",
2127
+ "item": "content",
2128
+ "subitem": "font-size"
2129
+ },
2130
+ "path": [
2131
+ "utrecht",
2132
+ "blockquote",
2133
+ "content",
2134
+ "font-size"
2135
+ ]
2136
+ }
2186
2137
  }
2187
2138
  },
2188
- "form-input": {
2139
+ "button": {
2189
2140
  "background-color": {
2190
- "value": "#ffffff",
2191
- "filePath": "src/component/conduction/form-input.tokens.json",
2141
+ "value": "#d62410",
2142
+ "filePath": "src/component/utrecht/button.tokens.json",
2192
2143
  "isSource": true,
2193
2144
  "original": {
2194
- "value": "{leiden.color.white.100}"
2145
+ "value": "{leiden.color.primary}"
2195
2146
  },
2196
- "name": "utrechtFormInputBackgroundColor",
2147
+ "name": "utrechtButtonBackgroundColor",
2197
2148
  "attributes": {
2198
2149
  "category": "utrecht",
2199
- "type": "form-input",
2150
+ "type": "button",
2200
2151
  "item": "background-color"
2201
2152
  },
2202
2153
  "path": [
2203
2154
  "utrecht",
2204
- "form-input",
2155
+ "button",
2205
2156
  "background-color"
2206
2157
  ]
2207
2158
  },
2208
- "border-bottom-width": {},
2209
2159
  "border-color": {
2210
- "value": "#5f594a",
2211
- "filePath": "src/component/conduction/form-input.tokens.json",
2160
+ "value": "#d62410",
2161
+ "filePath": "src/component/utrecht/button.tokens.json",
2212
2162
  "isSource": true,
2213
2163
  "original": {
2214
- "value": "{leiden.color.grey.33}"
2164
+ "value": "{leiden.color.primary}"
2215
2165
  },
2216
- "name": "utrechtFormInputBorderColor",
2166
+ "name": "utrechtButtonBorderColor",
2217
2167
  "attributes": {
2218
2168
  "category": "utrecht",
2219
- "type": "form-input",
2169
+ "type": "button",
2220
2170
  "item": "border-color"
2221
2171
  },
2222
2172
  "path": [
2223
2173
  "utrecht",
2224
- "form-input",
2174
+ "button",
2225
2175
  "border-color"
2226
2176
  ]
2227
2177
  },
2228
2178
  "border-radius": {
2229
- "value": "0px",
2230
- "filePath": "src/component/conduction/form-input.tokens.json",
2179
+ "value": "4px",
2180
+ "filePath": "src/component/utrecht/button.tokens.json",
2231
2181
  "isSource": true,
2232
2182
  "original": {
2233
- "value": "0px"
2183
+ "value": "{leiden.size.2xs}"
2234
2184
  },
2235
- "name": "utrechtFormInputBorderRadius",
2185
+ "name": "utrechtButtonBorderRadius",
2236
2186
  "attributes": {
2237
2187
  "category": "utrecht",
2238
- "type": "form-input",
2188
+ "type": "button",
2239
2189
  "item": "border-radius"
2240
2190
  },
2241
2191
  "path": [
2242
2192
  "utrecht",
2243
- "form-input",
2193
+ "button",
2244
2194
  "border-radius"
2245
2195
  ]
2246
2196
  },
2247
2197
  "border-width": {
2248
- "value": "1px",
2249
- "filePath": "src/component/conduction/form-input.tokens.json",
2198
+ "value": "2px",
2199
+ "filePath": "src/component/utrecht/button.tokens.json",
2250
2200
  "isSource": true,
2251
2201
  "original": {
2252
- "value": "{leiden.size.4xs}"
2202
+ "value": "{leiden.size.3xs}"
2253
2203
  },
2254
- "name": "utrechtFormInputBorderWidth",
2204
+ "name": "utrechtButtonBorderWidth",
2255
2205
  "attributes": {
2256
2206
  "category": "utrecht",
2257
- "type": "form-input",
2207
+ "type": "button",
2258
2208
  "item": "border-width"
2259
2209
  },
2260
2210
  "path": [
2261
2211
  "utrecht",
2262
- "form-input",
2212
+ "button",
2263
2213
  "border-width"
2264
2214
  ]
2265
2215
  },
2266
2216
  "color": {
2267
- "value": "#1d1d1b",
2268
- "filePath": "src/component/conduction/form-input.tokens.json",
2217
+ "value": "#ffffff",
2218
+ "filePath": "src/component/utrecht/button.tokens.json",
2269
2219
  "isSource": true,
2270
2220
  "original": {
2271
- "value": "{leiden.color.grey.11}"
2221
+ "value": "{leiden.color.white.100}"
2272
2222
  },
2273
- "name": "utrechtFormInputColor",
2223
+ "name": "utrechtButtonColor",
2274
2224
  "attributes": {
2275
2225
  "category": "utrecht",
2276
- "type": "form-input",
2226
+ "type": "button",
2277
2227
  "item": "color"
2278
2228
  },
2279
2229
  "path": [
2280
2230
  "utrecht",
2281
- "form-input",
2231
+ "button",
2282
2232
  "color"
2283
2233
  ]
2284
2234
  },
2285
2235
  "font-family": {
2286
2236
  "value": "\"Open Sans\", Arial, sans-serif",
2287
- "filePath": "src/component/conduction/form-input.tokens.json",
2237
+ "filePath": "src/component/utrecht/button.tokens.json",
2288
2238
  "isSource": true,
2289
2239
  "original": {
2290
2240
  "value": "{leiden.typography.sans-serif.font-family}"
2291
2241
  },
2292
- "name": "utrechtFormInputFontFamily",
2242
+ "name": "utrechtButtonFontFamily",
2293
2243
  "attributes": {
2294
2244
  "category": "utrecht",
2295
- "type": "form-input",
2245
+ "type": "button",
2296
2246
  "item": "font-family"
2297
2247
  },
2298
2248
  "path": [
2299
2249
  "utrecht",
2300
- "form-input",
2250
+ "button",
2301
2251
  "font-family"
2302
2252
  ]
2303
2253
  },
2304
2254
  "font-size": {
2305
- "value": "15px",
2306
- "filePath": "src/component/conduction/form-input.tokens.json",
2255
+ "value": "inherit",
2256
+ "filePath": "src/component/utrecht/button.tokens.json",
2307
2257
  "isSource": true,
2308
2258
  "original": {
2309
- "value": "15px"
2259
+ "value": "inherit"
2310
2260
  },
2311
- "name": "utrechtFormInputFontSize",
2261
+ "name": "utrechtButtonFontSize",
2312
2262
  "attributes": {
2313
2263
  "category": "utrecht",
2314
- "type": "form-input",
2264
+ "type": "button",
2315
2265
  "item": "font-size"
2316
2266
  },
2317
2267
  "path": [
2318
2268
  "utrecht",
2319
- "form-input",
2269
+ "button",
2320
2270
  "font-size"
2321
2271
  ]
2322
2272
  },
2323
- "line-height": {},
2324
- "max-inline-size": {},
2325
- "padding-block-end": {
2326
- "value": "8px",
2327
- "filePath": "src/component/conduction/form-input.tokens.json",
2273
+ "font-weight": {
2274
+ "value": "inherit",
2275
+ "filePath": "src/component/utrecht/button.tokens.json",
2328
2276
  "isSource": true,
2329
2277
  "original": {
2330
- "value": "{leiden.size.xs}"
2278
+ "value": "inherit"
2331
2279
  },
2332
- "name": "utrechtFormInputPaddingBlockEnd",
2280
+ "name": "utrechtButtonFontWeight",
2333
2281
  "attributes": {
2334
2282
  "category": "utrecht",
2335
- "type": "form-input",
2336
- "item": "padding-block-end"
2283
+ "type": "button",
2284
+ "item": "font-weight"
2337
2285
  },
2338
2286
  "path": [
2339
2287
  "utrecht",
2340
- "form-input",
2341
- "padding-block-end"
2288
+ "button",
2289
+ "font-weight"
2342
2290
  ]
2343
2291
  },
2292
+ "inline-size": {},
2293
+ "letter-spacing": {},
2294
+ "line-height": {},
2295
+ "min-block-size": {},
2296
+ "min-inline-size": {},
2344
2297
  "padding-block-start": {
2345
2298
  "value": "8px",
2346
- "filePath": "src/component/conduction/form-input.tokens.json",
2299
+ "filePath": "src/component/utrecht/button.tokens.json",
2347
2300
  "isSource": true,
2348
2301
  "original": {
2349
2302
  "value": "{leiden.size.xs}"
2350
2303
  },
2351
- "name": "utrechtFormInputPaddingBlockStart",
2304
+ "name": "utrechtButtonPaddingBlockStart",
2352
2305
  "attributes": {
2353
2306
  "category": "utrecht",
2354
- "type": "form-input",
2307
+ "type": "button",
2355
2308
  "item": "padding-block-start"
2356
2309
  },
2357
2310
  "path": [
2358
2311
  "utrecht",
2359
- "form-input",
2312
+ "button",
2360
2313
  "padding-block-start"
2361
2314
  ]
2362
2315
  },
2363
- "padding-inline-end": {
2364
- "value": "14px",
2365
- "filePath": "src/component/conduction/form-input.tokens.json",
2316
+ "padding-block-end": {
2317
+ "value": "8px",
2318
+ "filePath": "src/component/utrecht/button.tokens.json",
2366
2319
  "isSource": true,
2367
2320
  "original": {
2368
- "value": "{leiden.size.sm}"
2321
+ "value": "{leiden.size.xs}"
2369
2322
  },
2370
- "name": "utrechtFormInputPaddingInlineEnd",
2323
+ "name": "utrechtButtonPaddingBlockEnd",
2371
2324
  "attributes": {
2372
2325
  "category": "utrecht",
2373
- "type": "form-input",
2374
- "item": "padding-inline-end"
2326
+ "type": "button",
2327
+ "item": "padding-block-end"
2375
2328
  },
2376
2329
  "path": [
2377
2330
  "utrecht",
2378
- "form-input",
2379
- "padding-inline-end"
2331
+ "button",
2332
+ "padding-block-end"
2380
2333
  ]
2381
2334
  },
2382
2335
  "padding-inline-start": {
2383
- "value": "14px",
2384
- "filePath": "src/component/conduction/form-input.tokens.json",
2336
+ "value": "8px",
2337
+ "filePath": "src/component/utrecht/button.tokens.json",
2385
2338
  "isSource": true,
2386
2339
  "original": {
2387
- "value": "{leiden.size.sm}"
2340
+ "value": "{leiden.size.xs}"
2388
2341
  },
2389
- "name": "utrechtFormInputPaddingInlineStart",
2342
+ "name": "utrechtButtonPaddingInlineStart",
2390
2343
  "attributes": {
2391
2344
  "category": "utrecht",
2392
- "type": "form-input",
2345
+ "type": "button",
2393
2346
  "item": "padding-inline-start"
2394
2347
  },
2395
2348
  "path": [
2396
2349
  "utrecht",
2397
- "form-input",
2350
+ "button",
2398
2351
  "padding-inline-start"
2399
2352
  ]
2400
2353
  },
2401
- "placeholder": {
2402
- "color": {
2403
- "value": "#2c3e50",
2404
- "filePath": "src/component/conduction/form-input.tokens.json",
2354
+ "padding-inline-end": {
2355
+ "value": "8px",
2356
+ "filePath": "src/component/utrecht/button.tokens.json",
2357
+ "isSource": true,
2358
+ "original": {
2359
+ "value": "{leiden.size.xs}"
2360
+ },
2361
+ "name": "utrechtButtonPaddingInlineEnd",
2362
+ "attributes": {
2363
+ "category": "utrecht",
2364
+ "type": "button",
2365
+ "item": "padding-inline-end"
2366
+ },
2367
+ "path": [
2368
+ "utrecht",
2369
+ "button",
2370
+ "padding-inline-end"
2371
+ ]
2372
+ },
2373
+ "text-transform": {},
2374
+ "active": {
2375
+ "background-color": {},
2376
+ "border-color": {},
2377
+ "color": {}
2378
+ },
2379
+ "icon": {
2380
+ "gap": {
2381
+ "value": "8px",
2382
+ "filePath": "src/component/utrecht/button.tokens.json",
2405
2383
  "isSource": true,
2406
2384
  "original": {
2407
- "value": "{leiden.color.lightblue.24}"
2385
+ "value": "{leiden.size.xs}"
2408
2386
  },
2409
- "name": "utrechtFormInputPlaceholderColor",
2387
+ "name": "utrechtButtonIconGap",
2410
2388
  "attributes": {
2411
2389
  "category": "utrecht",
2412
- "type": "form-input",
2413
- "item": "placeholder",
2414
- "subitem": "color"
2390
+ "type": "button",
2391
+ "item": "icon",
2392
+ "subitem": "gap"
2415
2393
  },
2416
2394
  "path": [
2417
2395
  "utrecht",
2418
- "form-input",
2419
- "placeholder",
2420
- "color"
2396
+ "button",
2397
+ "icon",
2398
+ "gap"
2421
2399
  ]
2422
- }
2400
+ },
2401
+ "size": {}
2423
2402
  },
2424
2403
  "disabled": {
2425
2404
  "background-color": {},
@@ -2429,1384 +2408,1091 @@
2429
2408
  "focus": {
2430
2409
  "background-color": {},
2431
2410
  "border-color": {},
2432
- "color": {}
2411
+ "color": {},
2412
+ "scale": {}
2433
2413
  },
2434
- "invalid": {
2435
- "background-color": {},
2414
+ "hover": {
2415
+ "background-color": {
2416
+ "value": "#ffffff",
2417
+ "filePath": "src/component/utrecht/button.tokens.json",
2418
+ "isSource": true,
2419
+ "original": {
2420
+ "value": "{leiden.color.white.100}"
2421
+ },
2422
+ "name": "utrechtButtonHoverBackgroundColor",
2423
+ "attributes": {
2424
+ "category": "utrecht",
2425
+ "type": "button",
2426
+ "item": "hover",
2427
+ "subitem": "background-color"
2428
+ },
2429
+ "path": [
2430
+ "utrecht",
2431
+ "button",
2432
+ "hover",
2433
+ "background-color"
2434
+ ]
2435
+ },
2436
2436
  "border-color": {},
2437
- "border-width": {},
2438
- "color": {}
2437
+ "color": {
2438
+ "value": "#b81f0e",
2439
+ "filePath": "src/component/utrecht/button.tokens.json",
2440
+ "isSource": true,
2441
+ "original": {
2442
+ "value": "{leiden.color.primary-hover}"
2443
+ },
2444
+ "name": "utrechtButtonHoverColor",
2445
+ "attributes": {
2446
+ "category": "utrecht",
2447
+ "type": "button",
2448
+ "item": "hover",
2449
+ "subitem": "color"
2450
+ },
2451
+ "path": [
2452
+ "utrecht",
2453
+ "button",
2454
+ "hover",
2455
+ "color"
2456
+ ]
2457
+ },
2458
+ "scale": {}
2439
2459
  },
2440
- "read-only": {
2460
+ "pressed": {
2441
2461
  "background-color": {},
2442
2462
  "border-color": {},
2443
2463
  "color": {}
2444
- }
2445
- },
2446
- "icon": {
2447
- "gap": {
2448
- "value": "8px",
2449
- "filePath": "src/component/conduction/icon.tokens.json",
2450
- "isSource": true,
2451
- "original": {
2452
- "value": "{leiden.size.xs}"
2453
- },
2454
- "name": "utrechtIconGap",
2455
- "attributes": {
2456
- "category": "utrecht",
2457
- "type": "icon",
2458
- "item": "gap"
2459
- },
2460
- "path": [
2461
- "utrecht",
2462
- "icon",
2463
- "gap"
2464
- ]
2465
2464
  },
2466
- "color": {},
2467
- "size": {},
2468
- "inset-block-start": {},
2469
- "baseline": {
2470
- "inset-block-start": {}
2471
- }
2472
- },
2473
- "page-footer": {
2474
- "min-height": {},
2475
- "logo": {
2476
- "max-height": {
2477
- "value": "100px",
2478
- "filePath": "src/component/conduction/page-footer.tokens.json",
2465
+ "primary-action": {
2466
+ "background-color": {
2467
+ "value": "#d62410",
2468
+ "filePath": "src/component/utrecht/button.tokens.json",
2479
2469
  "isSource": true,
2480
2470
  "original": {
2481
- "value": "100px"
2471
+ "value": "{leiden.color.primary}"
2482
2472
  },
2483
- "name": "utrechtPageFooterLogoMaxHeight",
2473
+ "name": "utrechtButtonPrimaryActionBackgroundColor",
2484
2474
  "attributes": {
2485
2475
  "category": "utrecht",
2486
- "type": "page-footer",
2487
- "item": "logo",
2488
- "subitem": "max-height"
2476
+ "type": "button",
2477
+ "item": "primary-action",
2478
+ "subitem": "background-color"
2489
2479
  },
2490
2480
  "path": [
2491
2481
  "utrecht",
2492
- "page-footer",
2493
- "logo",
2494
- "max-height"
2482
+ "button",
2483
+ "primary-action",
2484
+ "background-color"
2495
2485
  ]
2496
2486
  },
2497
- "max-width": {
2498
- "value": "120px",
2499
- "filePath": "src/component/conduction/page-footer.tokens.json",
2487
+ "border-color": {},
2488
+ "border-width": {
2489
+ "value": "2px",
2490
+ "filePath": "src/component/utrecht/button.tokens.json",
2500
2491
  "isSource": true,
2501
2492
  "original": {
2502
- "value": "120px"
2493
+ "value": "{leiden.size.3xs}"
2503
2494
  },
2504
- "name": "utrechtPageFooterLogoMaxWidth",
2495
+ "name": "utrechtButtonPrimaryActionBorderWidth",
2505
2496
  "attributes": {
2506
2497
  "category": "utrecht",
2507
- "type": "page-footer",
2508
- "item": "logo",
2509
- "subitem": "max-width"
2498
+ "type": "button",
2499
+ "item": "primary-action",
2500
+ "subitem": "border-width"
2510
2501
  },
2511
2502
  "path": [
2512
2503
  "utrecht",
2513
- "page-footer",
2514
- "logo",
2515
- "max-width"
2504
+ "button",
2505
+ "primary-action",
2506
+ "border-width"
2516
2507
  ]
2517
- }
2518
- },
2519
- "background-position": {},
2520
- "background-color": {
2521
- "value": "#0d1921",
2522
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2523
- "isSource": true,
2524
- "original": {
2525
- "value": "{leiden.color.black.9}"
2526
- },
2527
- "name": "utrechtPageFooterBackgroundColor",
2528
- "attributes": {
2529
- "category": "utrecht",
2530
- "type": "page-footer",
2531
- "item": "background-color"
2532
- },
2533
- "path": [
2534
- "utrecht",
2535
- "page-footer",
2536
- "background-color"
2537
- ]
2538
- },
2539
- "background-image": {
2540
- "value": "unset",
2541
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2542
- "isSource": true,
2543
- "original": {
2544
- "value": "unset"
2545
2508
  },
2546
- "name": "utrechtPageFooterBackgroundImage",
2547
- "attributes": {
2548
- "category": "utrecht",
2549
- "type": "page-footer",
2550
- "item": "background-image"
2551
- },
2552
- "path": [
2553
- "utrecht",
2554
- "page-footer",
2555
- "background-image"
2556
- ]
2557
- },
2558
- "color": {
2559
- "value": "#ffffff",
2560
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2561
- "isSource": true,
2562
- "original": {
2563
- "value": "{leiden.color.white.100}"
2564
- },
2565
- "name": "utrechtPageFooterColor",
2566
- "attributes": {
2567
- "category": "utrecht",
2568
- "type": "page-footer",
2569
- "item": "color"
2570
- },
2571
- "path": [
2572
- "utrecht",
2573
- "page-footer",
2574
- "color"
2575
- ]
2576
- },
2577
- "padding-inline-end": {
2578
- "value": "14px",
2579
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2580
- "isSource": true,
2581
- "original": {
2582
- "value": "{leiden.size.sm}"
2583
- },
2584
- "name": "utrechtPageFooterPaddingInlineEnd",
2585
- "attributes": {
2586
- "category": "utrecht",
2587
- "type": "page-footer",
2588
- "item": "padding-inline-end"
2589
- },
2590
- "path": [
2591
- "utrecht",
2592
- "page-footer",
2593
- "padding-inline-end"
2594
- ]
2595
- },
2596
- "padding-inline-start": {
2597
- "value": "14px",
2598
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2599
- "isSource": true,
2600
- "original": {
2601
- "value": "{leiden.size.sm}"
2602
- },
2603
- "name": "utrechtPageFooterPaddingInlineStart",
2604
- "attributes": {
2605
- "category": "utrecht",
2606
- "type": "page-footer",
2607
- "item": "padding-inline-start"
2608
- },
2609
- "path": [
2610
- "utrecht",
2611
- "page-footer",
2612
- "padding-inline-start"
2613
- ]
2614
- },
2615
- "padding-block-end": {
2616
- "value": "48px",
2617
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2618
- "isSource": true,
2619
- "original": {
2620
- "value": "{leiden.size.2xl}"
2621
- },
2622
- "name": "utrechtPageFooterPaddingBlockEnd",
2623
- "attributes": {
2624
- "category": "utrecht",
2625
- "type": "page-footer",
2626
- "item": "padding-block-end"
2627
- },
2628
- "path": [
2629
- "utrecht",
2630
- "page-footer",
2631
- "padding-block-end"
2632
- ]
2633
- },
2634
- "padding-block-start": {
2635
- "value": "48px",
2636
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2637
- "isSource": true,
2638
- "original": {
2639
- "value": "{leiden.size.2xl}"
2640
- },
2641
- "name": "utrechtPageFooterPaddingBlockStart",
2642
- "attributes": {
2643
- "category": "utrecht",
2644
- "type": "page-footer",
2645
- "item": "padding-block-start"
2646
- },
2647
- "path": [
2648
- "utrecht",
2649
- "page-footer",
2650
- "padding-block-start"
2651
- ]
2652
- }
2653
- },
2654
- "page-header": {
2655
- "logo": {
2656
- "max-height": {},
2657
- "max-width": {
2658
- "value": "80px",
2659
- "filePath": "src/component/conduction/page-header.tokens.json",
2660
- "isSource": true,
2661
- "original": {
2662
- "value": "80px"
2663
- },
2664
- "name": "utrechtPageHeaderLogoMaxWidth",
2665
- "attributes": {
2666
- "category": "utrecht",
2667
- "type": "page-header",
2668
- "item": "logo",
2669
- "subitem": "max-width"
2670
- },
2671
- "path": [
2672
- "utrecht",
2673
- "page-header",
2674
- "logo",
2675
- "max-width"
2676
- ]
2677
- }
2678
- },
2679
- "background-color": {
2680
- "value": "#0d1921",
2681
- "filePath": "src/component/utrecht/page-header.tokens.json",
2682
- "isSource": true,
2683
- "original": {
2684
- "value": "{leiden.color.black.9}"
2685
- },
2686
- "name": "utrechtPageHeaderBackgroundColor",
2687
- "attributes": {
2688
- "category": "utrecht",
2689
- "type": "page-header",
2690
- "item": "background-color"
2691
- },
2692
- "path": [
2693
- "utrecht",
2694
- "page-header",
2695
- "background-color"
2696
- ]
2697
- },
2698
- "color": {
2699
- "value": "#ffffff",
2700
- "filePath": "src/component/utrecht/page-header.tokens.json",
2701
- "isSource": true,
2702
- "original": {
2703
- "value": "{leiden.color.white.100}"
2704
- },
2705
- "name": "utrechtPageHeaderColor",
2706
- "attributes": {
2707
- "category": "utrecht",
2708
- "type": "page-header",
2709
- "item": "color"
2710
- },
2711
- "path": [
2712
- "utrecht",
2713
- "page-header",
2714
- "color"
2715
- ]
2716
- },
2717
- "padding-block-start": {
2718
- "value": "14px",
2719
- "filePath": "src/component/utrecht/page-header.tokens.json",
2720
- "isSource": true,
2721
- "original": {
2722
- "value": "{leiden.size.sm}"
2723
- },
2724
- "name": "utrechtPageHeaderPaddingBlockStart",
2725
- "attributes": {
2726
- "category": "utrecht",
2727
- "type": "page-header",
2728
- "item": "padding-block-start"
2729
- },
2730
- "path": [
2731
- "utrecht",
2732
- "page-header",
2733
- "padding-block-start"
2734
- ]
2735
- },
2736
- "padding-block-end": {
2737
- "value": "14px",
2738
- "filePath": "src/component/utrecht/page-header.tokens.json",
2739
- "isSource": true,
2740
- "original": {
2741
- "value": "{leiden.size.sm}"
2742
- },
2743
- "name": "utrechtPageHeaderPaddingBlockEnd",
2744
- "attributes": {
2745
- "category": "utrecht",
2746
- "type": "page-header",
2747
- "item": "padding-block-end"
2748
- },
2749
- "path": [
2750
- "utrecht",
2751
- "page-header",
2752
- "padding-block-end"
2753
- ]
2754
- }
2755
- },
2756
- "table": {
2757
- "background-color": {},
2758
- "header": {
2759
- "border-block-end-color": {},
2760
- "border-block-end-width": {},
2761
- "font-family": {},
2762
- "font-weight": {
2763
- "value": "700",
2764
- "filePath": "src/component/utrecht/table.tokens.json",
2765
- "isSource": true,
2766
- "original": {
2767
- "value": "{leiden.typography.font-weight.bold}"
2768
- },
2769
- "name": "utrechtTableHeaderFontWeight",
2770
- "attributes": {
2771
- "category": "utrecht",
2772
- "type": "table",
2773
- "item": "header",
2774
- "subitem": "font-weight"
2775
- },
2776
- "path": [
2777
- "utrecht",
2778
- "table",
2779
- "header",
2780
- "font-weight"
2781
- ]
2782
- },
2783
- "background-color": {},
2784
- "color": {
2785
- "value": "#0d1921",
2786
- "filePath": "src/component/utrecht/table.tokens.json",
2787
- "isSource": true,
2788
- "original": {
2789
- "value": "{utrecht.document.color}"
2790
- },
2791
- "name": "utrechtTableHeaderColor",
2792
- "attributes": {
2793
- "category": "utrecht",
2794
- "type": "table",
2795
- "item": "header",
2796
- "subitem": "color"
2797
- },
2798
- "path": [
2799
- "utrecht",
2800
- "table",
2801
- "header",
2802
- "color"
2803
- ]
2804
- },
2805
- "text-transform": {
2806
- "value": "unset",
2807
- "filePath": "src/component/utrecht/table.tokens.json",
2808
- "isSource": true,
2809
- "original": {
2810
- "value": "unset"
2811
- },
2812
- "name": "utrechtTableHeaderTextTransform",
2813
- "attributes": {
2814
- "category": "utrecht",
2815
- "type": "table",
2816
- "item": "header",
2817
- "subitem": "text-transform"
2818
- },
2819
- "path": [
2820
- "utrecht",
2821
- "table",
2822
- "header",
2823
- "text-transform"
2824
- ]
2825
- }
2826
- },
2827
- "row": {
2828
- "hover": {
2829
- "background-color": {},
2830
- "color": {}
2831
- },
2832
- "border-block-end-color": {
2833
- "value": "#e4e4e4",
2834
- "filePath": "src/component/utrecht/table.tokens.json",
2835
- "isSource": true,
2836
- "original": {
2837
- "value": "{leiden.color.lightgrey.89}"
2838
- },
2839
- "name": "utrechtTableRowBorderBlockEndColor",
2840
- "attributes": {
2841
- "category": "utrecht",
2842
- "type": "table",
2843
- "item": "row",
2844
- "subitem": "border-block-end-color"
2845
- },
2846
- "path": [
2847
- "utrecht",
2848
- "table",
2849
- "row",
2850
- "border-block-end-color"
2851
- ]
2852
- },
2853
- "border-block-end-width": {
2854
- "value": "1px",
2855
- "filePath": "src/component/utrecht/table.tokens.json",
2856
- "isSource": true,
2857
- "original": {
2858
- "value": "{leiden.size.4xs}"
2859
- },
2860
- "name": "utrechtTableRowBorderBlockEndWidth",
2861
- "attributes": {
2862
- "category": "utrecht",
2863
- "type": "table",
2864
- "item": "row",
2865
- "subitem": "border-block-end-width"
2866
- },
2867
- "path": [
2868
- "utrecht",
2869
- "table",
2870
- "row",
2871
- "border-block-end-width"
2872
- ]
2873
- },
2874
- "padding-inline-end": {},
2875
- "padding-inline-start": {},
2876
- "alternate-odd": {
2877
- "background-color": {},
2878
- "color": {}
2879
- },
2880
- "alternate-even": {
2881
- "background-color": {},
2882
- "color": {}
2883
- }
2884
- },
2885
- "body": {
2886
- "border": {}
2887
- },
2888
- "caption": {
2889
- "font-style": {},
2890
- "font-weight": {},
2891
- "font-family": {},
2892
- "font-size": {},
2893
- "color": {},
2894
- "line-height": {},
2895
- "text-align": {},
2896
- "margin-block-end": {}
2897
- },
2898
- "border-color": {
2899
- "value": "#e4e4e4",
2900
- "filePath": "src/component/utrecht/table.tokens.json",
2901
- "isSource": true,
2902
- "original": {
2903
- "value": "{leiden.color.lightgrey.89}"
2904
- },
2905
- "name": "utrechtTableBorderColor",
2906
- "attributes": {
2907
- "category": "utrecht",
2908
- "type": "table",
2909
- "item": "border-color"
2910
- },
2911
- "path": [
2912
- "utrecht",
2913
- "table",
2914
- "border-color"
2915
- ]
2916
- },
2917
- "border-width": {
2918
- "value": "1px",
2919
- "filePath": "src/component/utrecht/table.tokens.json",
2920
- "isSource": true,
2921
- "original": {
2922
- "value": "{leiden.size.4xs}"
2923
- },
2924
- "name": "utrechtTableBorderWidth",
2925
- "attributes": {
2926
- "category": "utrecht",
2927
- "type": "table",
2928
- "item": "border-width"
2929
- },
2930
- "path": [
2931
- "utrecht",
2932
- "table",
2933
- "border-width"
2934
- ]
2935
- },
2936
- "font-family": {
2937
- "value": "\"Open Sans\", Arial, sans-serif",
2938
- "filePath": "src/component/utrecht/table.tokens.json",
2939
- "isSource": true,
2940
- "original": {
2941
- "value": "{utrecht.document.font-family}"
2942
- },
2943
- "name": "utrechtTableFontFamily",
2944
- "attributes": {
2945
- "category": "utrecht",
2946
- "type": "table",
2947
- "item": "font-family"
2948
- },
2949
- "path": [
2950
- "utrecht",
2951
- "table",
2952
- "font-family"
2953
- ]
2954
- },
2955
- "font-size": {
2956
- "value": "18px",
2957
- "filePath": "src/component/utrecht/table.tokens.json",
2958
- "isSource": true,
2959
- "original": {
2960
- "value": "{utrecht.document.font-size}"
2961
- },
2962
- "name": "utrechtTableFontSize",
2963
- "attributes": {
2964
- "category": "utrecht",
2965
- "type": "table",
2966
- "item": "font-size"
2967
- },
2968
- "path": [
2969
- "utrecht",
2970
- "table",
2971
- "font-size"
2972
- ]
2973
- },
2974
- "line-height": {},
2975
- "margin-block-end": {
2976
- "value": 0,
2977
- "filePath": "src/component/utrecht/table.tokens.json",
2978
- "isSource": true,
2979
- "original": {
2980
- "value": 0
2981
- },
2982
- "name": "utrechtTableMarginBlockEnd",
2983
- "attributes": {
2984
- "category": "utrecht",
2985
- "type": "table",
2986
- "item": "margin-block-end"
2987
- },
2988
- "path": [
2989
- "utrecht",
2990
- "table",
2991
- "margin-block-end"
2992
- ]
2993
- },
2994
- "margin-block-start": {
2995
- "value": "18px",
2996
- "filePath": "src/component/utrecht/table.tokens.json",
2997
- "isSource": true,
2998
- "original": {
2999
- "value": "{leiden.size.md}"
3000
- },
3001
- "name": "utrechtTableMarginBlockStart",
3002
- "attributes": {
3003
- "category": "utrecht",
3004
- "type": "table",
3005
- "item": "margin-block-start"
3006
- },
3007
- "path": [
3008
- "utrecht",
3009
- "table",
3010
- "margin-block-start"
3011
- ]
3012
- },
3013
- "header-cell": {
3014
- "font-size": {
3015
- "value": "18px",
3016
- "filePath": "src/component/utrecht/table.tokens.json",
3017
- "isSource": true,
3018
- "original": {
3019
- "value": "{utrecht.document.font-size}"
3020
- },
3021
- "name": "utrechtTableHeaderCellFontSize",
3022
- "attributes": {
3023
- "category": "utrecht",
3024
- "type": "table",
3025
- "item": "header-cell",
3026
- "subitem": "font-size"
3027
- },
3028
- "path": [
3029
- "utrecht",
3030
- "table",
3031
- "header-cell",
3032
- "font-size"
3033
- ]
2509
+ "color": {
2510
+ "value": "#ffffff",
2511
+ "filePath": "src/component/utrecht/button.tokens.json",
2512
+ "isSource": true,
2513
+ "original": {
2514
+ "value": "{leiden.color.white.100}"
2515
+ },
2516
+ "name": "utrechtButtonPrimaryActionColor",
2517
+ "attributes": {
2518
+ "category": "utrecht",
2519
+ "type": "button",
2520
+ "item": "primary-action",
2521
+ "subitem": "color"
2522
+ },
2523
+ "path": [
2524
+ "utrecht",
2525
+ "button",
2526
+ "primary-action",
2527
+ "color"
2528
+ ]
3034
2529
  },
3035
2530
  "font-weight": {
3036
- "value": "700",
3037
- "filePath": "src/component/utrecht/table.tokens.json",
2531
+ "value": "inherit",
2532
+ "filePath": "src/component/utrecht/button.tokens.json",
3038
2533
  "isSource": true,
3039
2534
  "original": {
3040
- "value": "{leiden.typography.font-weight.bold}"
2535
+ "value": "inherit"
3041
2536
  },
3042
- "name": "utrechtTableHeaderCellFontWeight",
2537
+ "name": "utrechtButtonPrimaryActionFontWeight",
3043
2538
  "attributes": {
3044
2539
  "category": "utrecht",
3045
- "type": "table",
3046
- "item": "header-cell",
2540
+ "type": "button",
2541
+ "item": "primary-action",
3047
2542
  "subitem": "font-weight"
3048
2543
  },
3049
2544
  "path": [
3050
2545
  "utrecht",
3051
- "table",
3052
- "header-cell",
2546
+ "button",
2547
+ "primary-action",
3053
2548
  "font-weight"
3054
2549
  ]
3055
2550
  },
3056
- "color": {
3057
- "value": "#0d1921",
3058
- "filePath": "src/component/utrecht/table.tokens.json",
3059
- "isSource": true,
3060
- "original": {
3061
- "value": "{utrecht.document.color}"
2551
+ "active": {
2552
+ "background-color": {},
2553
+ "border-color": {},
2554
+ "color": {}
2555
+ },
2556
+ "disabled": {
2557
+ "background-color": {},
2558
+ "border-color": {},
2559
+ "color": {}
2560
+ },
2561
+ "hover": {
2562
+ "background-color": {
2563
+ "value": "#d62410",
2564
+ "filePath": "src/component/utrecht/button.tokens.json",
2565
+ "isSource": true,
2566
+ "original": {
2567
+ "value": "{leiden.color.primary}"
2568
+ },
2569
+ "name": "utrechtButtonPrimaryActionHoverBackgroundColor",
2570
+ "attributes": {
2571
+ "category": "utrecht",
2572
+ "type": "button",
2573
+ "item": "primary-action",
2574
+ "subitem": "hover",
2575
+ "state": "background-color"
2576
+ },
2577
+ "path": [
2578
+ "utrecht",
2579
+ "button",
2580
+ "primary-action",
2581
+ "hover",
2582
+ "background-color"
2583
+ ]
3062
2584
  },
3063
- "name": "utrechtTableHeaderCellColor",
3064
- "attributes": {
3065
- "category": "utrecht",
3066
- "type": "table",
3067
- "item": "header-cell",
3068
- "subitem": "color"
2585
+ "border-color": {},
2586
+ "color": {
2587
+ "value": "#ffffff",
2588
+ "filePath": "src/component/utrecht/button.tokens.json",
2589
+ "isSource": true,
2590
+ "original": {
2591
+ "value": "{leiden.color.white.100}"
2592
+ },
2593
+ "name": "utrechtButtonPrimaryActionHoverColor",
2594
+ "attributes": {
2595
+ "category": "utrecht",
2596
+ "type": "button",
2597
+ "item": "primary-action",
2598
+ "subitem": "hover",
2599
+ "state": "color"
2600
+ },
2601
+ "path": [
2602
+ "utrecht",
2603
+ "button",
2604
+ "primary-action",
2605
+ "hover",
2606
+ "color"
2607
+ ]
3069
2608
  },
3070
- "path": [
3071
- "utrecht",
3072
- "table",
3073
- "header-cell",
3074
- "color"
3075
- ]
2609
+ "scale": {}
3076
2610
  },
3077
- "text-transform": {
3078
- "value": "unset",
3079
- "filePath": "src/component/utrecht/table.tokens.json",
2611
+ "focus": {
2612
+ "background-color": {},
2613
+ "border-color": {},
2614
+ "color": {}
2615
+ },
2616
+ "pressed": {
2617
+ "background-color": {},
2618
+ "border-color": {},
2619
+ "color": {}
2620
+ }
2621
+ },
2622
+ "secondary-action": {
2623
+ "background-color": {
2624
+ "value": "#ffffff",
2625
+ "filePath": "src/component/utrecht/button.tokens.json",
3080
2626
  "isSource": true,
3081
2627
  "original": {
3082
- "value": "unset"
2628
+ "value": "{leiden.color.white.100}"
3083
2629
  },
3084
- "name": "utrechtTableHeaderCellTextTransform",
2630
+ "name": "utrechtButtonSecondaryActionBackgroundColor",
3085
2631
  "attributes": {
3086
2632
  "category": "utrecht",
3087
- "type": "table",
3088
- "item": "header-cell",
3089
- "subitem": "text-transform"
2633
+ "type": "button",
2634
+ "item": "secondary-action",
2635
+ "subitem": "background-color"
3090
2636
  },
3091
2637
  "path": [
3092
2638
  "utrecht",
3093
- "table",
3094
- "header-cell",
3095
- "text-transform"
2639
+ "button",
2640
+ "secondary-action",
2641
+ "background-color"
3096
2642
  ]
3097
- }
3098
- },
3099
- "cell": {
3100
- "line-height": {},
3101
- "padding-block-end": {
3102
- "value": "18px",
3103
- "filePath": "src/component/utrecht/table.tokens.json",
2643
+ },
2644
+ "border-color": {
2645
+ "value": "#d62410",
2646
+ "filePath": "src/component/utrecht/button.tokens.json",
3104
2647
  "isSource": true,
3105
2648
  "original": {
3106
- "value": "{leiden.size.md}"
2649
+ "value": "{leiden.color.primary}"
3107
2650
  },
3108
- "name": "utrechtTableCellPaddingBlockEnd",
2651
+ "name": "utrechtButtonSecondaryActionBorderColor",
3109
2652
  "attributes": {
3110
2653
  "category": "utrecht",
3111
- "type": "table",
3112
- "item": "cell",
3113
- "subitem": "padding-block-end"
2654
+ "type": "button",
2655
+ "item": "secondary-action",
2656
+ "subitem": "border-color"
3114
2657
  },
3115
2658
  "path": [
3116
2659
  "utrecht",
3117
- "table",
3118
- "cell",
3119
- "padding-block-end"
2660
+ "button",
2661
+ "secondary-action",
2662
+ "border-color"
3120
2663
  ]
3121
2664
  },
3122
- "padding-block-start": {
3123
- "value": "18px",
3124
- "filePath": "src/component/utrecht/table.tokens.json",
2665
+ "border-width": {
2666
+ "value": "2px",
2667
+ "filePath": "src/component/utrecht/button.tokens.json",
3125
2668
  "isSource": true,
3126
2669
  "original": {
3127
- "value": "{leiden.size.md}"
2670
+ "value": "{leiden.size.3xs}"
3128
2671
  },
3129
- "name": "utrechtTableCellPaddingBlockStart",
2672
+ "name": "utrechtButtonSecondaryActionBorderWidth",
3130
2673
  "attributes": {
3131
2674
  "category": "utrecht",
3132
- "type": "table",
3133
- "item": "cell",
3134
- "subitem": "padding-block-start"
2675
+ "type": "button",
2676
+ "item": "secondary-action",
2677
+ "subitem": "border-width"
3135
2678
  },
3136
2679
  "path": [
3137
2680
  "utrecht",
3138
- "table",
3139
- "cell",
3140
- "padding-block-start"
2681
+ "button",
2682
+ "secondary-action",
2683
+ "border-width"
3141
2684
  ]
3142
2685
  },
3143
- "padding-inline-end": {
3144
- "value": "18px",
3145
- "filePath": "src/component/utrecht/table.tokens.json",
2686
+ "color": {
2687
+ "value": "#d62410",
2688
+ "filePath": "src/component/utrecht/button.tokens.json",
3146
2689
  "isSource": true,
3147
2690
  "original": {
3148
- "value": "{leiden.size.md}"
2691
+ "value": "{leiden.color.primary}"
3149
2692
  },
3150
- "name": "utrechtTableCellPaddingInlineEnd",
2693
+ "name": "utrechtButtonSecondaryActionColor",
3151
2694
  "attributes": {
3152
2695
  "category": "utrecht",
3153
- "type": "table",
3154
- "item": "cell",
3155
- "subitem": "padding-inline-end"
2696
+ "type": "button",
2697
+ "item": "secondary-action",
2698
+ "subitem": "color"
3156
2699
  },
3157
2700
  "path": [
3158
2701
  "utrecht",
3159
- "table",
3160
- "cell",
3161
- "padding-inline-end"
2702
+ "button",
2703
+ "secondary-action",
2704
+ "color"
3162
2705
  ]
3163
2706
  },
3164
- "padding-inline-start": {
3165
- "value": "18px",
3166
- "filePath": "src/component/utrecht/table.tokens.json",
2707
+ "font-weight": {
2708
+ "value": "400",
2709
+ "filePath": "src/component/utrecht/button.tokens.json",
3167
2710
  "isSource": true,
3168
2711
  "original": {
3169
- "value": "{leiden.size.md}"
2712
+ "value": "{leiden.typography.font-weight.normal}"
3170
2713
  },
3171
- "name": "utrechtTableCellPaddingInlineStart",
2714
+ "name": "utrechtButtonSecondaryActionFontWeight",
3172
2715
  "attributes": {
3173
2716
  "category": "utrecht",
3174
- "type": "table",
3175
- "item": "cell",
3176
- "subitem": "padding-inline-start"
2717
+ "type": "button",
2718
+ "item": "secondary-action",
2719
+ "subitem": "font-weight"
3177
2720
  },
3178
2721
  "path": [
3179
2722
  "utrecht",
3180
- "table",
3181
- "cell",
3182
- "padding-inline-start"
2723
+ "button",
2724
+ "secondary-action",
2725
+ "font-weight"
3183
2726
  ]
3184
2727
  },
3185
- "icon": {
3186
- "size": {}
2728
+ "active": {
2729
+ "background-color": {},
2730
+ "border-color": {},
2731
+ "color": {}
2732
+ },
2733
+ "disabled": {
2734
+ "background-color": {},
2735
+ "border-color": {},
2736
+ "color": {}
2737
+ },
2738
+ "hover": {
2739
+ "background-color": {
2740
+ "value": "#ffffff",
2741
+ "filePath": "src/component/utrecht/button.tokens.json",
2742
+ "isSource": true,
2743
+ "original": {
2744
+ "value": "{leiden.color.white.100}"
2745
+ },
2746
+ "name": "utrechtButtonSecondaryActionHoverBackgroundColor",
2747
+ "attributes": {
2748
+ "category": "utrecht",
2749
+ "type": "button",
2750
+ "item": "secondary-action",
2751
+ "subitem": "hover",
2752
+ "state": "background-color"
2753
+ },
2754
+ "path": [
2755
+ "utrecht",
2756
+ "button",
2757
+ "secondary-action",
2758
+ "hover",
2759
+ "background-color"
2760
+ ]
2761
+ },
2762
+ "border-color": {
2763
+ "value": "#b81f0e",
2764
+ "filePath": "src/component/utrecht/button.tokens.json",
2765
+ "isSource": true,
2766
+ "original": {
2767
+ "value": "{leiden.color.primary-hover}"
2768
+ },
2769
+ "name": "utrechtButtonSecondaryActionHoverBorderColor",
2770
+ "attributes": {
2771
+ "category": "utrecht",
2772
+ "type": "button",
2773
+ "item": "secondary-action",
2774
+ "subitem": "hover",
2775
+ "state": "border-color"
2776
+ },
2777
+ "path": [
2778
+ "utrecht",
2779
+ "button",
2780
+ "secondary-action",
2781
+ "hover",
2782
+ "border-color"
2783
+ ]
2784
+ },
2785
+ "color": {
2786
+ "value": "#b81f0e",
2787
+ "filePath": "src/component/utrecht/button.tokens.json",
2788
+ "isSource": true,
2789
+ "original": {
2790
+ "value": "{leiden.color.primary-hover}"
2791
+ },
2792
+ "name": "utrechtButtonSecondaryActionHoverColor",
2793
+ "attributes": {
2794
+ "category": "utrecht",
2795
+ "type": "button",
2796
+ "item": "secondary-action",
2797
+ "subitem": "hover",
2798
+ "state": "color"
2799
+ },
2800
+ "path": [
2801
+ "utrecht",
2802
+ "button",
2803
+ "secondary-action",
2804
+ "hover",
2805
+ "color"
2806
+ ]
2807
+ }
2808
+ },
2809
+ "focus": {
2810
+ "background-color": {},
2811
+ "border-color": {},
2812
+ "color": {}
2813
+ },
2814
+ "pressed": {
2815
+ "background-color": {},
2816
+ "border-color": {},
2817
+ "color": {}
2818
+ }
2819
+ },
2820
+ "subtle": {
2821
+ "background-color": {},
2822
+ "border-color": {},
2823
+ "border-width": {},
2824
+ "color": {},
2825
+ "font-weight": {},
2826
+ "active": {
2827
+ "background-color": {},
2828
+ "border-color": {},
2829
+ "color": {}
2830
+ },
2831
+ "disabled": {
2832
+ "background-color": {},
2833
+ "border-color": {},
2834
+ "color": {}
2835
+ },
2836
+ "hover": {
2837
+ "background-color": {},
2838
+ "border-color": {},
2839
+ "color": {}
2840
+ },
2841
+ "focus": {
2842
+ "background-color": {},
2843
+ "border-color": {},
2844
+ "color": {}
2845
+ },
2846
+ "pressed": {
2847
+ "background-color": {},
2848
+ "border-color": {},
2849
+ "color": {}
3187
2850
  }
3188
2851
  }
3189
2852
  },
3190
- "textbox": {
2853
+ "code": {
3191
2854
  "background-color": {
3192
- "value": "#ffffff",
3193
- "filePath": "src/component/conduction/textbox.tokens.json",
2855
+ "value": "#e4e4e4",
2856
+ "filePath": "src/component/utrecht/code.tokens.json",
2857
+ "isSource": true,
2858
+ "original": {
2859
+ "value": "{leiden.color.lightgrey.89}"
2860
+ },
2861
+ "name": "utrechtCodeBackgroundColor",
2862
+ "attributes": {
2863
+ "category": "utrecht",
2864
+ "type": "code",
2865
+ "item": "background-color"
2866
+ },
2867
+ "path": [
2868
+ "utrecht",
2869
+ "code",
2870
+ "background-color"
2871
+ ]
2872
+ },
2873
+ "color": {
2874
+ "value": "#0d1921",
2875
+ "filePath": "src/component/utrecht/code.tokens.json",
3194
2876
  "isSource": true,
3195
2877
  "original": {
3196
- "value": "{leiden.color.white.100}"
2878
+ "value": "{leiden.color.black.9}"
3197
2879
  },
3198
- "name": "utrechtTextboxBackgroundColor",
2880
+ "name": "utrechtCodeColor",
3199
2881
  "attributes": {
3200
2882
  "category": "utrecht",
3201
- "type": "textbox",
3202
- "item": "background-color"
2883
+ "type": "code",
2884
+ "item": "color"
3203
2885
  },
3204
2886
  "path": [
3205
2887
  "utrecht",
3206
- "textbox",
3207
- "background-color"
2888
+ "code",
2889
+ "color"
3208
2890
  ]
3209
2891
  },
3210
- "border-bottom-width": {},
3211
- "border-color": {
3212
- "value": "#5f594a",
3213
- "filePath": "src/component/conduction/textbox.tokens.json",
2892
+ "font-family": {
2893
+ "value": "Monospace, \"Lucida Console\"",
2894
+ "filePath": "src/component/utrecht/code.tokens.json",
3214
2895
  "isSource": true,
3215
2896
  "original": {
3216
- "value": "{leiden.color.grey.33}"
2897
+ "value": "{leiden.typography.monospace.font-family}"
3217
2898
  },
3218
- "name": "utrechtTextboxBorderColor",
2899
+ "name": "utrechtCodeFontFamily",
3219
2900
  "attributes": {
3220
2901
  "category": "utrecht",
3221
- "type": "textbox",
3222
- "item": "border-color"
2902
+ "type": "code",
2903
+ "item": "font-family"
3223
2904
  },
3224
2905
  "path": [
3225
2906
  "utrecht",
3226
- "textbox",
3227
- "border-color"
2907
+ "code",
2908
+ "font-family"
3228
2909
  ]
3229
2910
  },
3230
- "border-radius": {
3231
- "value": "0px",
3232
- "filePath": "src/component/conduction/textbox.tokens.json",
2911
+ "font-size": {
2912
+ "value": "inherit",
2913
+ "filePath": "src/component/utrecht/code.tokens.json",
3233
2914
  "isSource": true,
3234
2915
  "original": {
3235
- "value": "0px"
2916
+ "value": "inherit"
3236
2917
  },
3237
- "name": "utrechtTextboxBorderRadius",
2918
+ "name": "utrechtCodeFontSize",
3238
2919
  "attributes": {
3239
2920
  "category": "utrecht",
3240
- "type": "textbox",
3241
- "item": "border-radius"
2921
+ "type": "code",
2922
+ "item": "font-size"
3242
2923
  },
3243
2924
  "path": [
3244
2925
  "utrecht",
3245
- "textbox",
3246
- "border-radius"
2926
+ "code",
2927
+ "font-size"
3247
2928
  ]
3248
2929
  },
3249
- "border-width": {
3250
- "value": "1px",
3251
- "filePath": "src/component/conduction/textbox.tokens.json",
2930
+ "line-height": {}
2931
+ },
2932
+ "code-block": {
2933
+ "background-color": {
2934
+ "value": "#e4e4e4",
2935
+ "filePath": "src/component/utrecht/code.tokens.json",
3252
2936
  "isSource": true,
3253
2937
  "original": {
3254
- "value": "{leiden.size.4xs}"
2938
+ "value": "{leiden.color.lightgrey.89}"
3255
2939
  },
3256
- "name": "utrechtTextboxBorderWidth",
2940
+ "name": "utrechtCodeBlockBackgroundColor",
3257
2941
  "attributes": {
3258
2942
  "category": "utrecht",
3259
- "type": "textbox",
3260
- "item": "border-width"
2943
+ "type": "code-block",
2944
+ "item": "background-color"
3261
2945
  },
3262
2946
  "path": [
3263
2947
  "utrecht",
3264
- "textbox",
3265
- "border-width"
2948
+ "code-block",
2949
+ "background-color"
3266
2950
  ]
3267
2951
  },
3268
2952
  "color": {
3269
- "value": "#1d1d1b",
3270
- "filePath": "src/component/conduction/textbox.tokens.json",
2953
+ "value": "#0d1921",
2954
+ "filePath": "src/component/utrecht/code.tokens.json",
3271
2955
  "isSource": true,
3272
2956
  "original": {
3273
- "value": "{leiden.color.grey.11}"
2957
+ "value": "{leiden.color.black.9}"
3274
2958
  },
3275
- "name": "utrechtTextboxColor",
2959
+ "name": "utrechtCodeBlockColor",
3276
2960
  "attributes": {
3277
2961
  "category": "utrecht",
3278
- "type": "textbox",
2962
+ "type": "code-block",
3279
2963
  "item": "color"
3280
2964
  },
3281
2965
  "path": [
3282
2966
  "utrecht",
3283
- "textbox",
2967
+ "code-block",
3284
2968
  "color"
3285
2969
  ]
3286
2970
  },
3287
2971
  "font-family": {
3288
- "value": "\"Open Sans\", Arial, sans-serif",
3289
- "filePath": "src/component/conduction/textbox.tokens.json",
2972
+ "value": "Monospace, \"Lucida Console\"",
2973
+ "filePath": "src/component/utrecht/code.tokens.json",
3290
2974
  "isSource": true,
3291
2975
  "original": {
3292
- "value": "{leiden.typography.sans-serif.font-family}"
2976
+ "value": "{leiden.typography.monospace.font-family}"
3293
2977
  },
3294
- "name": "utrechtTextboxFontFamily",
2978
+ "name": "utrechtCodeBlockFontFamily",
3295
2979
  "attributes": {
3296
2980
  "category": "utrecht",
3297
- "type": "textbox",
2981
+ "type": "code-block",
3298
2982
  "item": "font-family"
3299
2983
  },
3300
2984
  "path": [
3301
2985
  "utrecht",
3302
- "textbox",
2986
+ "code-block",
3303
2987
  "font-family"
3304
2988
  ]
3305
2989
  },
3306
2990
  "font-size": {
3307
- "value": "15px",
3308
- "filePath": "src/component/conduction/textbox.tokens.json",
2991
+ "value": "18px",
2992
+ "filePath": "src/component/utrecht/code.tokens.json",
3309
2993
  "isSource": true,
3310
2994
  "original": {
3311
- "value": "15px"
2995
+ "value": "{leiden.font-size.md}"
3312
2996
  },
3313
- "name": "utrechtTextboxFontSize",
2997
+ "name": "utrechtCodeBlockFontSize",
3314
2998
  "attributes": {
3315
2999
  "category": "utrecht",
3316
- "type": "textbox",
3000
+ "type": "code-block",
3317
3001
  "item": "font-size"
3318
3002
  },
3319
3003
  "path": [
3320
3004
  "utrecht",
3321
- "textbox",
3005
+ "code-block",
3322
3006
  "font-size"
3323
3007
  ]
3324
3008
  },
3325
- "line-height": {},
3326
- "max-inline-size": {},
3009
+ "line-height": {
3010
+ "value": "24px",
3011
+ "filePath": "src/component/utrecht/code.tokens.json",
3012
+ "isSource": true,
3013
+ "original": {
3014
+ "value": "{leiden.size.lg}"
3015
+ },
3016
+ "name": "utrechtCodeBlockLineHeight",
3017
+ "attributes": {
3018
+ "category": "utrecht",
3019
+ "type": "code-block",
3020
+ "item": "line-height"
3021
+ },
3022
+ "path": [
3023
+ "utrecht",
3024
+ "code-block",
3025
+ "line-height"
3026
+ ]
3027
+ },
3028
+ "margin-block-start": {
3029
+ "value": "18px",
3030
+ "filePath": "src/component/utrecht/code.tokens.json",
3031
+ "isSource": true,
3032
+ "original": {
3033
+ "value": "{leiden.size.md}"
3034
+ },
3035
+ "name": "utrechtCodeBlockMarginBlockStart",
3036
+ "attributes": {
3037
+ "category": "utrecht",
3038
+ "type": "code-block",
3039
+ "item": "margin-block-start"
3040
+ },
3041
+ "path": [
3042
+ "utrecht",
3043
+ "code-block",
3044
+ "margin-block-start"
3045
+ ]
3046
+ },
3047
+ "margin-block-end": {
3048
+ "value": "18px",
3049
+ "filePath": "src/component/utrecht/code.tokens.json",
3050
+ "isSource": true,
3051
+ "original": {
3052
+ "value": "{leiden.size.md}"
3053
+ },
3054
+ "name": "utrechtCodeBlockMarginBlockEnd",
3055
+ "attributes": {
3056
+ "category": "utrecht",
3057
+ "type": "code-block",
3058
+ "item": "margin-block-end"
3059
+ },
3060
+ "path": [
3061
+ "utrecht",
3062
+ "code-block",
3063
+ "margin-block-end"
3064
+ ]
3065
+ },
3066
+ "margin-inline-start": {
3067
+ "value": 0,
3068
+ "filePath": "src/component/utrecht/code.tokens.json",
3069
+ "isSource": true,
3070
+ "original": {
3071
+ "value": 0
3072
+ },
3073
+ "name": "utrechtCodeBlockMarginInlineStart",
3074
+ "attributes": {
3075
+ "category": "utrecht",
3076
+ "type": "code-block",
3077
+ "item": "margin-inline-start"
3078
+ },
3079
+ "path": [
3080
+ "utrecht",
3081
+ "code-block",
3082
+ "margin-inline-start"
3083
+ ]
3084
+ },
3085
+ "margin-inline-end": {
3086
+ "value": 0,
3087
+ "filePath": "src/component/utrecht/code.tokens.json",
3088
+ "isSource": true,
3089
+ "original": {
3090
+ "value": 0
3091
+ },
3092
+ "name": "utrechtCodeBlockMarginInlineEnd",
3093
+ "attributes": {
3094
+ "category": "utrecht",
3095
+ "type": "code-block",
3096
+ "item": "margin-inline-end"
3097
+ },
3098
+ "path": [
3099
+ "utrecht",
3100
+ "code-block",
3101
+ "margin-inline-end"
3102
+ ]
3103
+ },
3104
+ "padding-block-start": {
3105
+ "value": "18px",
3106
+ "filePath": "src/component/utrecht/code.tokens.json",
3107
+ "isSource": true,
3108
+ "original": {
3109
+ "value": "{leiden.size.md}"
3110
+ },
3111
+ "name": "utrechtCodeBlockPaddingBlockStart",
3112
+ "attributes": {
3113
+ "category": "utrecht",
3114
+ "type": "code-block",
3115
+ "item": "padding-block-start"
3116
+ },
3117
+ "path": [
3118
+ "utrecht",
3119
+ "code-block",
3120
+ "padding-block-start"
3121
+ ]
3122
+ },
3327
3123
  "padding-block-end": {
3328
- "value": "8px",
3329
- "filePath": "src/component/conduction/textbox.tokens.json",
3124
+ "value": "18px",
3125
+ "filePath": "src/component/utrecht/code.tokens.json",
3330
3126
  "isSource": true,
3331
3127
  "original": {
3332
- "value": "{leiden.size.xs}"
3128
+ "value": "{leiden.size.md}"
3333
3129
  },
3334
- "name": "utrechtTextboxPaddingBlockEnd",
3130
+ "name": "utrechtCodeBlockPaddingBlockEnd",
3335
3131
  "attributes": {
3336
3132
  "category": "utrecht",
3337
- "type": "textbox",
3133
+ "type": "code-block",
3338
3134
  "item": "padding-block-end"
3339
3135
  },
3340
3136
  "path": [
3341
3137
  "utrecht",
3342
- "textbox",
3138
+ "code-block",
3343
3139
  "padding-block-end"
3344
3140
  ]
3345
3141
  },
3346
- "padding-block-start": {
3347
- "value": "8px",
3348
- "filePath": "src/component/conduction/textbox.tokens.json",
3142
+ "padding-inline-start": {
3143
+ "value": "18px",
3144
+ "filePath": "src/component/utrecht/code.tokens.json",
3145
+ "isSource": true,
3146
+ "original": {
3147
+ "value": "{leiden.size.md}"
3148
+ },
3149
+ "name": "utrechtCodeBlockPaddingInlineStart",
3150
+ "attributes": {
3151
+ "category": "utrecht",
3152
+ "type": "code-block",
3153
+ "item": "padding-inline-start"
3154
+ },
3155
+ "path": [
3156
+ "utrecht",
3157
+ "code-block",
3158
+ "padding-inline-start"
3159
+ ]
3160
+ },
3161
+ "padding-inline-end": {
3162
+ "value": "18px",
3163
+ "filePath": "src/component/utrecht/code.tokens.json",
3349
3164
  "isSource": true,
3350
3165
  "original": {
3351
- "value": "{leiden.size.xs}"
3166
+ "value": "{leiden.size.md}"
3352
3167
  },
3353
- "name": "utrechtTextboxPaddingBlockStart",
3168
+ "name": "utrechtCodeBlockPaddingInlineEnd",
3354
3169
  "attributes": {
3355
3170
  "category": "utrecht",
3356
- "type": "textbox",
3357
- "item": "padding-block-start"
3171
+ "type": "code-block",
3172
+ "item": "padding-inline-end"
3358
3173
  },
3359
3174
  "path": [
3360
3175
  "utrecht",
3361
- "textbox",
3362
- "padding-block-start"
3176
+ "code-block",
3177
+ "padding-inline-end"
3363
3178
  ]
3364
- },
3365
- "padding-inline-end": {
3366
- "value": "14px",
3367
- "filePath": "src/component/conduction/textbox.tokens.json",
3179
+ }
3180
+ },
3181
+ "document": {
3182
+ "background-color": {
3183
+ "value": "#ffffff",
3184
+ "filePath": "src/component/utrecht/document.tokens.json",
3368
3185
  "isSource": true,
3369
3186
  "original": {
3370
- "value": "{leiden.size.sm}"
3187
+ "value": "{leiden.color.white.100}"
3371
3188
  },
3372
- "name": "utrechtTextboxPaddingInlineEnd",
3189
+ "name": "utrechtDocumentBackgroundColor",
3373
3190
  "attributes": {
3374
3191
  "category": "utrecht",
3375
- "type": "textbox",
3376
- "item": "padding-inline-end"
3192
+ "type": "document",
3193
+ "item": "background-color"
3377
3194
  },
3378
3195
  "path": [
3379
3196
  "utrecht",
3380
- "textbox",
3381
- "padding-inline-end"
3197
+ "document",
3198
+ "background-color"
3382
3199
  ]
3383
3200
  },
3384
- "padding-inline-start": {
3385
- "value": "14px",
3386
- "filePath": "src/component/conduction/textbox.tokens.json",
3201
+ "color": {
3202
+ "value": "#0d1921",
3203
+ "filePath": "src/component/utrecht/document.tokens.json",
3387
3204
  "isSource": true,
3388
3205
  "original": {
3389
- "value": "{leiden.size.sm}"
3206
+ "value": "{leiden.color.black.9}"
3390
3207
  },
3391
- "name": "utrechtTextboxPaddingInlineStart",
3208
+ "name": "utrechtDocumentColor",
3392
3209
  "attributes": {
3393
3210
  "category": "utrecht",
3394
- "type": "textbox",
3395
- "item": "padding-inline-start"
3211
+ "type": "document",
3212
+ "item": "color"
3396
3213
  },
3397
3214
  "path": [
3398
3215
  "utrecht",
3399
- "textbox",
3400
- "padding-inline-start"
3216
+ "document",
3217
+ "color"
3401
3218
  ]
3402
3219
  },
3403
- "placeholder": {
3404
- "color": {
3405
- "value": "#2c3e50",
3406
- "filePath": "src/component/conduction/textbox.tokens.json",
3407
- "isSource": true,
3408
- "original": {
3409
- "value": "{leiden.color.lightblue.24}"
3410
- },
3411
- "name": "utrechtTextboxPlaceholderColor",
3412
- "attributes": {
3413
- "category": "utrecht",
3414
- "type": "textbox",
3415
- "item": "placeholder",
3416
- "subitem": "color"
3417
- },
3418
- "path": [
3419
- "utrecht",
3420
- "textbox",
3421
- "placeholder",
3422
- "color"
3423
- ]
3424
- }
3425
- },
3426
- "disabled": {
3427
- "background-color": {},
3428
- "border-color": {},
3429
- "color": {}
3430
- },
3431
- "focus": {
3432
- "background-color": {},
3433
- "border-color": {},
3434
- "color": {}
3435
- },
3436
- "invalid": {
3437
- "background-color": {},
3438
- "border-color": {},
3439
- "border-width": {},
3440
- "color": {}
3441
- },
3442
- "read-only": {
3443
- "background-color": {},
3444
- "border-color": {},
3445
- "color": {}
3446
- }
3447
- },
3448
- "blockquote": {
3449
- "background-color": {},
3450
- "color": {},
3451
- "margin-inline-start": {
3452
- "value": "32px",
3453
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3220
+ "font-family": {
3221
+ "value": "\"Open Sans\", Arial, sans-serif",
3222
+ "filePath": "src/component/utrecht/document.tokens.json",
3454
3223
  "isSource": true,
3455
3224
  "original": {
3456
- "value": "{leiden.size.xl}"
3225
+ "value": "{leiden.typography.sans-serif.font-family}"
3457
3226
  },
3458
- "name": "utrechtBlockquoteMarginInlineStart",
3227
+ "name": "utrechtDocumentFontFamily",
3459
3228
  "attributes": {
3460
3229
  "category": "utrecht",
3461
- "type": "blockquote",
3462
- "item": "margin-inline-start"
3230
+ "type": "document",
3231
+ "item": "font-family"
3463
3232
  },
3464
3233
  "path": [
3465
3234
  "utrecht",
3466
- "blockquote",
3467
- "margin-inline-start"
3235
+ "document",
3236
+ "font-family"
3468
3237
  ]
3469
3238
  },
3470
- "margin-inline-end": {
3471
- "value": "32px",
3472
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3239
+ "font-size": {
3240
+ "value": "18px",
3241
+ "filePath": "src/component/utrecht/document.tokens.json",
3473
3242
  "isSource": true,
3474
3243
  "original": {
3475
- "value": "{leiden.size.xl}"
3244
+ "value": "{leiden.font-size.md}"
3476
3245
  },
3477
- "name": "utrechtBlockquoteMarginInlineEnd",
3246
+ "name": "utrechtDocumentFontSize",
3478
3247
  "attributes": {
3479
3248
  "category": "utrecht",
3480
- "type": "blockquote",
3481
- "item": "margin-inline-end"
3249
+ "type": "document",
3250
+ "item": "font-size"
3482
3251
  },
3483
3252
  "path": [
3484
3253
  "utrecht",
3485
- "blockquote",
3486
- "margin-inline-end"
3254
+ "document",
3255
+ "font-size"
3487
3256
  ]
3488
3257
  },
3489
- "margin-inline-block-start": {},
3490
- "margin-inline-block-end": {},
3491
- "font-size": {},
3492
- "font-style": {},
3493
- "font-family": {},
3494
- "padding-inline-start": {},
3495
- "padding-inline-end": {},
3496
- "padding-inline-block-start": {},
3497
- "padding-inline-block-end": {},
3498
- "attribution": {
3499
- "color": {},
3500
- "font-size": {}
3501
- },
3502
- "content": {
3503
- "color": {
3504
- "value": "#0d1921",
3505
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3506
- "isSource": true,
3507
- "original": {
3508
- "value": "{leiden.color.black.9}"
3509
- },
3510
- "name": "utrechtBlockquoteContentColor",
3511
- "attributes": {
3512
- "category": "utrecht",
3513
- "type": "blockquote",
3514
- "item": "content",
3515
- "subitem": "color"
3516
- },
3517
- "path": [
3518
- "utrecht",
3519
- "blockquote",
3520
- "content",
3521
- "color"
3522
- ]
3523
- },
3524
- "font-size": {
3525
- "value": "18px",
3526
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3527
- "isSource": true,
3528
- "original": {
3529
- "value": "{leiden.font-size.md}"
3530
- },
3531
- "name": "utrechtBlockquoteContentFontSize",
3532
- "attributes": {
3533
- "category": "utrecht",
3534
- "type": "blockquote",
3535
- "item": "content",
3536
- "subitem": "font-size"
3537
- },
3538
- "path": [
3539
- "utrecht",
3540
- "blockquote",
3541
- "content",
3542
- "font-size"
3543
- ]
3544
- }
3545
- }
3258
+ "font-weight": {},
3259
+ "line-height": {}
3546
3260
  },
3547
- "button": {
3261
+ "form-input": {
3548
3262
  "background-color": {
3549
- "value": "#d62410",
3550
- "filePath": "src/component/utrecht/button.tokens.json",
3263
+ "value": "#ffffff",
3264
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3551
3265
  "isSource": true,
3552
3266
  "original": {
3553
- "value": "{leiden.color.primary}"
3267
+ "value": "{leiden.color.white.100}"
3554
3268
  },
3555
- "name": "utrechtButtonBackgroundColor",
3269
+ "name": "utrechtFormInputBackgroundColor",
3556
3270
  "attributes": {
3557
3271
  "category": "utrecht",
3558
- "type": "button",
3272
+ "type": "form-input",
3559
3273
  "item": "background-color"
3560
3274
  },
3561
3275
  "path": [
3562
3276
  "utrecht",
3563
- "button",
3277
+ "form-input",
3564
3278
  "background-color"
3565
3279
  ]
3566
3280
  },
3281
+ "border-bottom-width": {},
3567
3282
  "border-color": {
3568
- "value": "#d62410",
3569
- "filePath": "src/component/utrecht/button.tokens.json",
3283
+ "value": "#5f594a",
3284
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3570
3285
  "isSource": true,
3571
3286
  "original": {
3572
- "value": "{leiden.color.primary}"
3287
+ "value": "{leiden.color.grey.33}"
3573
3288
  },
3574
- "name": "utrechtButtonBorderColor",
3289
+ "name": "utrechtFormInputBorderColor",
3575
3290
  "attributes": {
3576
3291
  "category": "utrecht",
3577
- "type": "button",
3292
+ "type": "form-input",
3578
3293
  "item": "border-color"
3579
3294
  },
3580
3295
  "path": [
3581
3296
  "utrecht",
3582
- "button",
3297
+ "form-input",
3583
3298
  "border-color"
3584
3299
  ]
3585
3300
  },
3586
3301
  "border-radius": {
3587
- "value": "4px",
3588
- "filePath": "src/component/utrecht/button.tokens.json",
3302
+ "value": "0px",
3303
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3589
3304
  "isSource": true,
3590
3305
  "original": {
3591
- "value": "{leiden.size.2xs}"
3306
+ "value": "0px"
3592
3307
  },
3593
- "name": "utrechtButtonBorderRadius",
3308
+ "name": "utrechtFormInputBorderRadius",
3594
3309
  "attributes": {
3595
3310
  "category": "utrecht",
3596
- "type": "button",
3311
+ "type": "form-input",
3597
3312
  "item": "border-radius"
3598
3313
  },
3599
3314
  "path": [
3600
3315
  "utrecht",
3601
- "button",
3316
+ "form-input",
3602
3317
  "border-radius"
3603
3318
  ]
3604
3319
  },
3605
3320
  "border-width": {
3606
- "value": "2px",
3607
- "filePath": "src/component/utrecht/button.tokens.json",
3321
+ "value": "1px",
3322
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3608
3323
  "isSource": true,
3609
3324
  "original": {
3610
- "value": "{leiden.size.3xs}"
3325
+ "value": "{leiden.size.4xs}"
3611
3326
  },
3612
- "name": "utrechtButtonBorderWidth",
3327
+ "name": "utrechtFormInputBorderWidth",
3613
3328
  "attributes": {
3614
3329
  "category": "utrecht",
3615
- "type": "button",
3330
+ "type": "form-input",
3616
3331
  "item": "border-width"
3617
3332
  },
3618
3333
  "path": [
3619
3334
  "utrecht",
3620
- "button",
3335
+ "form-input",
3621
3336
  "border-width"
3622
3337
  ]
3623
3338
  },
3624
3339
  "color": {
3625
- "value": "#ffffff",
3626
- "filePath": "src/component/utrecht/button.tokens.json",
3340
+ "value": "#1d1d1b",
3341
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3627
3342
  "isSource": true,
3628
3343
  "original": {
3629
- "value": "{leiden.color.white.100}"
3344
+ "value": "{leiden.color.grey.11}"
3630
3345
  },
3631
- "name": "utrechtButtonColor",
3346
+ "name": "utrechtFormInputColor",
3632
3347
  "attributes": {
3633
3348
  "category": "utrecht",
3634
- "type": "button",
3349
+ "type": "form-input",
3635
3350
  "item": "color"
3636
3351
  },
3637
3352
  "path": [
3638
3353
  "utrecht",
3639
- "button",
3354
+ "form-input",
3640
3355
  "color"
3641
3356
  ]
3642
3357
  },
3643
3358
  "font-family": {
3644
3359
  "value": "\"Open Sans\", Arial, sans-serif",
3645
- "filePath": "src/component/utrecht/button.tokens.json",
3360
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3646
3361
  "isSource": true,
3647
3362
  "original": {
3648
3363
  "value": "{leiden.typography.sans-serif.font-family}"
3649
3364
  },
3650
- "name": "utrechtButtonFontFamily",
3365
+ "name": "utrechtFormInputFontFamily",
3651
3366
  "attributes": {
3652
3367
  "category": "utrecht",
3653
- "type": "button",
3368
+ "type": "form-input",
3654
3369
  "item": "font-family"
3655
3370
  },
3656
3371
  "path": [
3657
3372
  "utrecht",
3658
- "button",
3373
+ "form-input",
3659
3374
  "font-family"
3660
3375
  ]
3661
3376
  },
3662
3377
  "font-size": {
3663
- "value": "inherit",
3664
- "filePath": "src/component/utrecht/button.tokens.json",
3378
+ "value": "15px",
3379
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3665
3380
  "isSource": true,
3666
3381
  "original": {
3667
- "value": "inherit"
3382
+ "value": "15px"
3668
3383
  },
3669
- "name": "utrechtButtonFontSize",
3384
+ "name": "utrechtFormInputFontSize",
3670
3385
  "attributes": {
3671
3386
  "category": "utrecht",
3672
- "type": "button",
3387
+ "type": "form-input",
3673
3388
  "item": "font-size"
3674
3389
  },
3675
3390
  "path": [
3676
3391
  "utrecht",
3677
- "button",
3392
+ "form-input",
3678
3393
  "font-size"
3679
3394
  ]
3680
3395
  },
3681
- "font-weight": {
3682
- "value": "inherit",
3683
- "filePath": "src/component/utrecht/button.tokens.json",
3396
+ "line-height": {},
3397
+ "max-inline-size": {},
3398
+ "padding-block-end": {
3399
+ "value": "8px",
3400
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3684
3401
  "isSource": true,
3685
3402
  "original": {
3686
- "value": "inherit"
3403
+ "value": "{leiden.size.xs}"
3687
3404
  },
3688
- "name": "utrechtButtonFontWeight",
3405
+ "name": "utrechtFormInputPaddingBlockEnd",
3689
3406
  "attributes": {
3690
3407
  "category": "utrecht",
3691
- "type": "button",
3692
- "item": "font-weight"
3408
+ "type": "form-input",
3409
+ "item": "padding-block-end"
3693
3410
  },
3694
3411
  "path": [
3695
3412
  "utrecht",
3696
- "button",
3697
- "font-weight"
3413
+ "form-input",
3414
+ "padding-block-end"
3698
3415
  ]
3699
3416
  },
3700
- "inline-size": {},
3701
- "letter-spacing": {},
3702
- "line-height": {},
3703
- "min-block-size": {},
3704
- "min-inline-size": {},
3705
3417
  "padding-block-start": {
3706
3418
  "value": "8px",
3707
- "filePath": "src/component/utrecht/button.tokens.json",
3419
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3708
3420
  "isSource": true,
3709
3421
  "original": {
3710
3422
  "value": "{leiden.size.xs}"
3711
3423
  },
3712
- "name": "utrechtButtonPaddingBlockStart",
3424
+ "name": "utrechtFormInputPaddingBlockStart",
3713
3425
  "attributes": {
3714
3426
  "category": "utrecht",
3715
- "type": "button",
3427
+ "type": "form-input",
3716
3428
  "item": "padding-block-start"
3717
3429
  },
3718
3430
  "path": [
3719
3431
  "utrecht",
3720
- "button",
3432
+ "form-input",
3721
3433
  "padding-block-start"
3722
3434
  ]
3723
3435
  },
3724
- "padding-block-end": {
3725
- "value": "8px",
3726
- "filePath": "src/component/utrecht/button.tokens.json",
3436
+ "padding-inline-end": {
3437
+ "value": "14px",
3438
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3727
3439
  "isSource": true,
3728
3440
  "original": {
3729
- "value": "{leiden.size.xs}"
3441
+ "value": "{leiden.size.sm}"
3730
3442
  },
3731
- "name": "utrechtButtonPaddingBlockEnd",
3443
+ "name": "utrechtFormInputPaddingInlineEnd",
3732
3444
  "attributes": {
3733
3445
  "category": "utrecht",
3734
- "type": "button",
3735
- "item": "padding-block-end"
3446
+ "type": "form-input",
3447
+ "item": "padding-inline-end"
3736
3448
  },
3737
3449
  "path": [
3738
3450
  "utrecht",
3739
- "button",
3740
- "padding-block-end"
3451
+ "form-input",
3452
+ "padding-inline-end"
3741
3453
  ]
3742
3454
  },
3743
3455
  "padding-inline-start": {
3744
- "value": "8px",
3745
- "filePath": "src/component/utrecht/button.tokens.json",
3456
+ "value": "14px",
3457
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3746
3458
  "isSource": true,
3747
3459
  "original": {
3748
- "value": "{leiden.size.xs}"
3460
+ "value": "{leiden.size.sm}"
3749
3461
  },
3750
- "name": "utrechtButtonPaddingInlineStart",
3462
+ "name": "utrechtFormInputPaddingInlineStart",
3751
3463
  "attributes": {
3752
3464
  "category": "utrecht",
3753
- "type": "button",
3465
+ "type": "form-input",
3754
3466
  "item": "padding-inline-start"
3755
3467
  },
3756
3468
  "path": [
3757
3469
  "utrecht",
3758
- "button",
3470
+ "form-input",
3759
3471
  "padding-inline-start"
3760
3472
  ]
3761
3473
  },
3762
- "padding-inline-end": {
3763
- "value": "8px",
3764
- "filePath": "src/component/utrecht/button.tokens.json",
3765
- "isSource": true,
3766
- "original": {
3767
- "value": "{leiden.size.xs}"
3768
- },
3769
- "name": "utrechtButtonPaddingInlineEnd",
3770
- "attributes": {
3771
- "category": "utrecht",
3772
- "type": "button",
3773
- "item": "padding-inline-end"
3774
- },
3775
- "path": [
3776
- "utrecht",
3777
- "button",
3778
- "padding-inline-end"
3779
- ]
3780
- },
3781
- "text-transform": {},
3782
- "active": {
3783
- "background-color": {},
3784
- "border-color": {},
3785
- "color": {}
3786
- },
3787
- "icon": {
3788
- "gap": {
3789
- "value": "8px",
3790
- "filePath": "src/component/utrecht/button.tokens.json",
3474
+ "placeholder": {
3475
+ "color": {
3476
+ "value": "#2c3e50",
3477
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3791
3478
  "isSource": true,
3792
3479
  "original": {
3793
- "value": "{leiden.size.xs}"
3480
+ "value": "{leiden.color.lightblue.24}"
3794
3481
  },
3795
- "name": "utrechtButtonIconGap",
3482
+ "name": "utrechtFormInputPlaceholderColor",
3796
3483
  "attributes": {
3797
3484
  "category": "utrecht",
3798
- "type": "button",
3799
- "item": "icon",
3800
- "subitem": "gap"
3485
+ "type": "form-input",
3486
+ "item": "placeholder",
3487
+ "subitem": "color"
3801
3488
  },
3802
3489
  "path": [
3803
3490
  "utrecht",
3804
- "button",
3805
- "icon",
3806
- "gap"
3491
+ "form-input",
3492
+ "placeholder",
3493
+ "color"
3807
3494
  ]
3808
- },
3809
- "size": {}
3495
+ }
3810
3496
  },
3811
3497
  "disabled": {
3812
3498
  "background-color": {},
@@ -3816,855 +3502,1021 @@
3816
3502
  "focus": {
3817
3503
  "background-color": {},
3818
3504
  "border-color": {},
3819
- "color": {},
3820
- "scale": {}
3505
+ "color": {}
3821
3506
  },
3822
- "hover": {
3823
- "background-color": {
3824
- "value": "#ffffff",
3825
- "filePath": "src/component/utrecht/button.tokens.json",
3826
- "isSource": true,
3827
- "original": {
3828
- "value": "{leiden.color.white.100}"
3829
- },
3830
- "name": "utrechtButtonHoverBackgroundColor",
3831
- "attributes": {
3832
- "category": "utrecht",
3833
- "type": "button",
3834
- "item": "hover",
3835
- "subitem": "background-color"
3836
- },
3837
- "path": [
3838
- "utrecht",
3839
- "button",
3840
- "hover",
3841
- "background-color"
3842
- ]
3843
- },
3507
+ "invalid": {
3508
+ "background-color": {},
3844
3509
  "border-color": {},
3845
- "color": {
3846
- "value": "#b81f0e",
3847
- "filePath": "src/component/utrecht/button.tokens.json",
3848
- "isSource": true,
3849
- "original": {
3850
- "value": "{leiden.color.primary-hover}"
3851
- },
3852
- "name": "utrechtButtonHoverColor",
3853
- "attributes": {
3854
- "category": "utrecht",
3855
- "type": "button",
3856
- "item": "hover",
3857
- "subitem": "color"
3858
- },
3859
- "path": [
3860
- "utrecht",
3861
- "button",
3862
- "hover",
3863
- "color"
3864
- ]
3865
- },
3866
- "scale": {}
3510
+ "border-width": {},
3511
+ "color": {}
3867
3512
  },
3868
- "pressed": {
3513
+ "read-only": {
3869
3514
  "background-color": {},
3870
3515
  "border-color": {},
3871
3516
  "color": {}
3872
- },
3873
- "primary-action": {
3874
- "background-color": {
3875
- "value": "#d62410",
3876
- "filePath": "src/component/utrecht/button.tokens.json",
3877
- "isSource": true,
3878
- "original": {
3879
- "value": "{leiden.color.primary}"
3880
- },
3881
- "name": "utrechtButtonPrimaryActionBackgroundColor",
3882
- "attributes": {
3883
- "category": "utrecht",
3884
- "type": "button",
3885
- "item": "primary-action",
3886
- "subitem": "background-color"
3887
- },
3888
- "path": [
3889
- "utrecht",
3890
- "button",
3891
- "primary-action",
3892
- "background-color"
3893
- ]
3517
+ }
3518
+ },
3519
+ "icon": {
3520
+ "gap": {
3521
+ "value": "8px",
3522
+ "filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
3523
+ "isSource": true,
3524
+ "original": {
3525
+ "value": "{leiden.size.xs}"
3894
3526
  },
3895
- "border-color": {},
3896
- "border-width": {
3897
- "value": "2px",
3898
- "filePath": "src/component/utrecht/button.tokens.json",
3899
- "isSource": true,
3900
- "original": {
3901
- "value": "{leiden.size.3xs}"
3902
- },
3903
- "name": "utrechtButtonPrimaryActionBorderWidth",
3904
- "attributes": {
3905
- "category": "utrecht",
3906
- "type": "button",
3907
- "item": "primary-action",
3908
- "subitem": "border-width"
3909
- },
3910
- "path": [
3911
- "utrecht",
3912
- "button",
3913
- "primary-action",
3914
- "border-width"
3915
- ]
3527
+ "name": "utrechtIconGap",
3528
+ "attributes": {
3529
+ "category": "utrecht",
3530
+ "type": "icon",
3531
+ "item": "gap"
3916
3532
  },
3917
- "color": {
3918
- "value": "#ffffff",
3919
- "filePath": "src/component/utrecht/button.tokens.json",
3533
+ "path": [
3534
+ "utrecht",
3535
+ "icon",
3536
+ "gap"
3537
+ ]
3538
+ },
3539
+ "color": {},
3540
+ "size": {},
3541
+ "inset-block-start": {},
3542
+ "baseline": {
3543
+ "inset-block-start": {}
3544
+ }
3545
+ },
3546
+ "page-footer": {
3547
+ "min-height": {},
3548
+ "logo": {
3549
+ "max-height": {
3550
+ "value": "100px",
3551
+ "filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
3920
3552
  "isSource": true,
3921
3553
  "original": {
3922
- "value": "{leiden.color.white.100}"
3554
+ "value": "100px"
3923
3555
  },
3924
- "name": "utrechtButtonPrimaryActionColor",
3556
+ "name": "utrechtPageFooterLogoMaxHeight",
3925
3557
  "attributes": {
3926
3558
  "category": "utrecht",
3927
- "type": "button",
3928
- "item": "primary-action",
3929
- "subitem": "color"
3559
+ "type": "page-footer",
3560
+ "item": "logo",
3561
+ "subitem": "max-height"
3930
3562
  },
3931
3563
  "path": [
3932
3564
  "utrecht",
3933
- "button",
3934
- "primary-action",
3935
- "color"
3565
+ "page-footer",
3566
+ "logo",
3567
+ "max-height"
3936
3568
  ]
3937
3569
  },
3938
- "font-weight": {
3939
- "value": "inherit",
3940
- "filePath": "src/component/utrecht/button.tokens.json",
3570
+ "max-width": {
3571
+ "value": "120px",
3572
+ "filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
3941
3573
  "isSource": true,
3942
3574
  "original": {
3943
- "value": "inherit"
3575
+ "value": "120px"
3944
3576
  },
3945
- "name": "utrechtButtonPrimaryActionFontWeight",
3577
+ "name": "utrechtPageFooterLogoMaxWidth",
3946
3578
  "attributes": {
3947
3579
  "category": "utrecht",
3948
- "type": "button",
3949
- "item": "primary-action",
3950
- "subitem": "font-weight"
3580
+ "type": "page-footer",
3581
+ "item": "logo",
3582
+ "subitem": "max-width"
3951
3583
  },
3952
3584
  "path": [
3953
3585
  "utrecht",
3954
- "button",
3955
- "primary-action",
3956
- "font-weight"
3586
+ "page-footer",
3587
+ "logo",
3588
+ "max-width"
3957
3589
  ]
3590
+ }
3591
+ },
3592
+ "background-position": {},
3593
+ "background-color": {
3594
+ "value": "#0d1921",
3595
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3596
+ "isSource": true,
3597
+ "original": {
3598
+ "value": "{leiden.color.black.9}"
3958
3599
  },
3959
- "active": {
3960
- "background-color": {},
3961
- "border-color": {},
3962
- "color": {}
3600
+ "name": "utrechtPageFooterBackgroundColor",
3601
+ "attributes": {
3602
+ "category": "utrecht",
3603
+ "type": "page-footer",
3604
+ "item": "background-color"
3963
3605
  },
3964
- "disabled": {
3965
- "background-color": {},
3966
- "border-color": {},
3967
- "color": {}
3606
+ "path": [
3607
+ "utrecht",
3608
+ "page-footer",
3609
+ "background-color"
3610
+ ]
3611
+ },
3612
+ "background-image": {
3613
+ "value": "unset",
3614
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3615
+ "isSource": true,
3616
+ "original": {
3617
+ "value": "unset"
3968
3618
  },
3969
- "hover": {
3970
- "background-color": {
3971
- "value": "#d62410",
3972
- "filePath": "src/component/utrecht/button.tokens.json",
3973
- "isSource": true,
3974
- "original": {
3975
- "value": "{leiden.color.primary}"
3976
- },
3977
- "name": "utrechtButtonPrimaryActionHoverBackgroundColor",
3978
- "attributes": {
3979
- "category": "utrecht",
3980
- "type": "button",
3981
- "item": "primary-action",
3982
- "subitem": "hover",
3983
- "state": "background-color"
3984
- },
3985
- "path": [
3986
- "utrecht",
3987
- "button",
3988
- "primary-action",
3989
- "hover",
3990
- "background-color"
3991
- ]
3992
- },
3993
- "border-color": {},
3994
- "color": {
3995
- "value": "#ffffff",
3996
- "filePath": "src/component/utrecht/button.tokens.json",
3997
- "isSource": true,
3998
- "original": {
3999
- "value": "{leiden.color.white.100}"
4000
- },
4001
- "name": "utrechtButtonPrimaryActionHoverColor",
4002
- "attributes": {
4003
- "category": "utrecht",
4004
- "type": "button",
4005
- "item": "primary-action",
4006
- "subitem": "hover",
4007
- "state": "color"
4008
- },
4009
- "path": [
4010
- "utrecht",
4011
- "button",
4012
- "primary-action",
4013
- "hover",
4014
- "color"
4015
- ]
4016
- },
4017
- "scale": {}
3619
+ "name": "utrechtPageFooterBackgroundImage",
3620
+ "attributes": {
3621
+ "category": "utrecht",
3622
+ "type": "page-footer",
3623
+ "item": "background-image"
4018
3624
  },
4019
- "focus": {
4020
- "background-color": {},
4021
- "border-color": {},
4022
- "color": {}
3625
+ "path": [
3626
+ "utrecht",
3627
+ "page-footer",
3628
+ "background-image"
3629
+ ]
3630
+ },
3631
+ "color": {
3632
+ "value": "#ffffff",
3633
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3634
+ "isSource": true,
3635
+ "original": {
3636
+ "value": "{leiden.color.white.100}"
4023
3637
  },
4024
- "pressed": {
4025
- "background-color": {},
4026
- "border-color": {},
4027
- "color": {}
4028
- }
3638
+ "name": "utrechtPageFooterColor",
3639
+ "attributes": {
3640
+ "category": "utrecht",
3641
+ "type": "page-footer",
3642
+ "item": "color"
3643
+ },
3644
+ "path": [
3645
+ "utrecht",
3646
+ "page-footer",
3647
+ "color"
3648
+ ]
4029
3649
  },
4030
- "secondary-action": {
4031
- "background-color": {
4032
- "value": "#ffffff",
4033
- "filePath": "src/component/utrecht/button.tokens.json",
4034
- "isSource": true,
4035
- "original": {
4036
- "value": "{leiden.color.white.100}"
4037
- },
4038
- "name": "utrechtButtonSecondaryActionBackgroundColor",
4039
- "attributes": {
4040
- "category": "utrecht",
4041
- "type": "button",
4042
- "item": "secondary-action",
4043
- "subitem": "background-color"
4044
- },
4045
- "path": [
4046
- "utrecht",
4047
- "button",
4048
- "secondary-action",
4049
- "background-color"
4050
- ]
3650
+ "padding-inline-end": {
3651
+ "value": "14px",
3652
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3653
+ "isSource": true,
3654
+ "original": {
3655
+ "value": "{leiden.size.sm}"
4051
3656
  },
4052
- "border-color": {
4053
- "value": "#d62410",
4054
- "filePath": "src/component/utrecht/button.tokens.json",
3657
+ "name": "utrechtPageFooterPaddingInlineEnd",
3658
+ "attributes": {
3659
+ "category": "utrecht",
3660
+ "type": "page-footer",
3661
+ "item": "padding-inline-end"
3662
+ },
3663
+ "path": [
3664
+ "utrecht",
3665
+ "page-footer",
3666
+ "padding-inline-end"
3667
+ ]
3668
+ },
3669
+ "padding-inline-start": {
3670
+ "value": "14px",
3671
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3672
+ "isSource": true,
3673
+ "original": {
3674
+ "value": "{leiden.size.sm}"
3675
+ },
3676
+ "name": "utrechtPageFooterPaddingInlineStart",
3677
+ "attributes": {
3678
+ "category": "utrecht",
3679
+ "type": "page-footer",
3680
+ "item": "padding-inline-start"
3681
+ },
3682
+ "path": [
3683
+ "utrecht",
3684
+ "page-footer",
3685
+ "padding-inline-start"
3686
+ ]
3687
+ },
3688
+ "padding-block-end": {
3689
+ "value": "48px",
3690
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3691
+ "isSource": true,
3692
+ "original": {
3693
+ "value": "{leiden.size.2xl}"
3694
+ },
3695
+ "name": "utrechtPageFooterPaddingBlockEnd",
3696
+ "attributes": {
3697
+ "category": "utrecht",
3698
+ "type": "page-footer",
3699
+ "item": "padding-block-end"
3700
+ },
3701
+ "path": [
3702
+ "utrecht",
3703
+ "page-footer",
3704
+ "padding-block-end"
3705
+ ]
3706
+ },
3707
+ "padding-block-start": {
3708
+ "value": "48px",
3709
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3710
+ "isSource": true,
3711
+ "original": {
3712
+ "value": "{leiden.size.2xl}"
3713
+ },
3714
+ "name": "utrechtPageFooterPaddingBlockStart",
3715
+ "attributes": {
3716
+ "category": "utrecht",
3717
+ "type": "page-footer",
3718
+ "item": "padding-block-start"
3719
+ },
3720
+ "path": [
3721
+ "utrecht",
3722
+ "page-footer",
3723
+ "padding-block-start"
3724
+ ]
3725
+ }
3726
+ },
3727
+ "page-header": {
3728
+ "logo": {
3729
+ "max-height": {},
3730
+ "max-width": {
3731
+ "value": "80px",
3732
+ "filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
4055
3733
  "isSource": true,
4056
3734
  "original": {
4057
- "value": "{leiden.color.primary}"
3735
+ "value": "80px"
4058
3736
  },
4059
- "name": "utrechtButtonSecondaryActionBorderColor",
3737
+ "name": "utrechtPageHeaderLogoMaxWidth",
4060
3738
  "attributes": {
4061
3739
  "category": "utrecht",
4062
- "type": "button",
4063
- "item": "secondary-action",
4064
- "subitem": "border-color"
3740
+ "type": "page-header",
3741
+ "item": "logo",
3742
+ "subitem": "max-width"
4065
3743
  },
4066
3744
  "path": [
4067
3745
  "utrecht",
4068
- "button",
4069
- "secondary-action",
4070
- "border-color"
3746
+ "page-header",
3747
+ "logo",
3748
+ "max-width"
4071
3749
  ]
3750
+ }
3751
+ },
3752
+ "background-color": {
3753
+ "value": "#0d1921",
3754
+ "filePath": "src/component/utrecht/page-header.tokens.json",
3755
+ "isSource": true,
3756
+ "original": {
3757
+ "value": "{leiden.color.black.9}"
4072
3758
  },
4073
- "border-width": {
4074
- "value": "2px",
4075
- "filePath": "src/component/utrecht/button.tokens.json",
3759
+ "name": "utrechtPageHeaderBackgroundColor",
3760
+ "attributes": {
3761
+ "category": "utrecht",
3762
+ "type": "page-header",
3763
+ "item": "background-color"
3764
+ },
3765
+ "path": [
3766
+ "utrecht",
3767
+ "page-header",
3768
+ "background-color"
3769
+ ]
3770
+ },
3771
+ "color": {
3772
+ "value": "#ffffff",
3773
+ "filePath": "src/component/utrecht/page-header.tokens.json",
3774
+ "isSource": true,
3775
+ "original": {
3776
+ "value": "{leiden.color.white.100}"
3777
+ },
3778
+ "name": "utrechtPageHeaderColor",
3779
+ "attributes": {
3780
+ "category": "utrecht",
3781
+ "type": "page-header",
3782
+ "item": "color"
3783
+ },
3784
+ "path": [
3785
+ "utrecht",
3786
+ "page-header",
3787
+ "color"
3788
+ ]
3789
+ },
3790
+ "padding-block-start": {
3791
+ "value": "14px",
3792
+ "filePath": "src/component/utrecht/page-header.tokens.json",
3793
+ "isSource": true,
3794
+ "original": {
3795
+ "value": "{leiden.size.sm}"
3796
+ },
3797
+ "name": "utrechtPageHeaderPaddingBlockStart",
3798
+ "attributes": {
3799
+ "category": "utrecht",
3800
+ "type": "page-header",
3801
+ "item": "padding-block-start"
3802
+ },
3803
+ "path": [
3804
+ "utrecht",
3805
+ "page-header",
3806
+ "padding-block-start"
3807
+ ]
3808
+ },
3809
+ "padding-block-end": {
3810
+ "value": "14px",
3811
+ "filePath": "src/component/utrecht/page-header.tokens.json",
3812
+ "isSource": true,
3813
+ "original": {
3814
+ "value": "{leiden.size.sm}"
3815
+ },
3816
+ "name": "utrechtPageHeaderPaddingBlockEnd",
3817
+ "attributes": {
3818
+ "category": "utrecht",
3819
+ "type": "page-header",
3820
+ "item": "padding-block-end"
3821
+ },
3822
+ "path": [
3823
+ "utrecht",
3824
+ "page-header",
3825
+ "padding-block-end"
3826
+ ]
3827
+ }
3828
+ },
3829
+ "table": {
3830
+ "background-color": {},
3831
+ "header": {
3832
+ "border-block-end-color": {},
3833
+ "border-block-end-width": {},
3834
+ "font-family": {},
3835
+ "font-weight": {
3836
+ "value": "700",
3837
+ "filePath": "src/component/utrecht/table.tokens.json",
4076
3838
  "isSource": true,
4077
3839
  "original": {
4078
- "value": "{leiden.size.3xs}"
3840
+ "value": "{leiden.typography.font-weight.bold}"
4079
3841
  },
4080
- "name": "utrechtButtonSecondaryActionBorderWidth",
3842
+ "name": "utrechtTableHeaderFontWeight",
4081
3843
  "attributes": {
4082
3844
  "category": "utrecht",
4083
- "type": "button",
4084
- "item": "secondary-action",
4085
- "subitem": "border-width"
3845
+ "type": "table",
3846
+ "item": "header",
3847
+ "subitem": "font-weight"
4086
3848
  },
4087
3849
  "path": [
4088
3850
  "utrecht",
4089
- "button",
4090
- "secondary-action",
4091
- "border-width"
3851
+ "table",
3852
+ "header",
3853
+ "font-weight"
4092
3854
  ]
4093
3855
  },
3856
+ "background-color": {},
4094
3857
  "color": {
4095
- "value": "#d62410",
4096
- "filePath": "src/component/utrecht/button.tokens.json",
3858
+ "value": "#0d1921",
3859
+ "filePath": "src/component/utrecht/table.tokens.json",
4097
3860
  "isSource": true,
4098
3861
  "original": {
4099
- "value": "{leiden.color.primary}"
3862
+ "value": "{utrecht.document.color}"
4100
3863
  },
4101
- "name": "utrechtButtonSecondaryActionColor",
3864
+ "name": "utrechtTableHeaderColor",
4102
3865
  "attributes": {
4103
3866
  "category": "utrecht",
4104
- "type": "button",
4105
- "item": "secondary-action",
3867
+ "type": "table",
3868
+ "item": "header",
4106
3869
  "subitem": "color"
4107
3870
  },
4108
3871
  "path": [
4109
3872
  "utrecht",
4110
- "button",
4111
- "secondary-action",
3873
+ "table",
3874
+ "header",
4112
3875
  "color"
4113
3876
  ]
4114
3877
  },
4115
- "font-weight": {
4116
- "value": "400",
4117
- "filePath": "src/component/utrecht/button.tokens.json",
3878
+ "text-transform": {
3879
+ "value": "unset",
3880
+ "filePath": "src/component/utrecht/table.tokens.json",
4118
3881
  "isSource": true,
4119
3882
  "original": {
4120
- "value": "{leiden.typography.font-weight.normal}"
4121
- },
4122
- "name": "utrechtButtonSecondaryActionFontWeight",
4123
- "attributes": {
4124
- "category": "utrecht",
4125
- "type": "button",
4126
- "item": "secondary-action",
4127
- "subitem": "font-weight"
4128
- },
4129
- "path": [
4130
- "utrecht",
4131
- "button",
4132
- "secondary-action",
4133
- "font-weight"
4134
- ]
4135
- },
4136
- "active": {
4137
- "background-color": {},
4138
- "border-color": {},
4139
- "color": {}
4140
- },
4141
- "disabled": {
4142
- "background-color": {},
4143
- "border-color": {},
4144
- "color": {}
4145
- },
4146
- "hover": {
4147
- "background-color": {
4148
- "value": "#ffffff",
4149
- "filePath": "src/component/utrecht/button.tokens.json",
4150
- "isSource": true,
4151
- "original": {
4152
- "value": "{leiden.color.white.100}"
4153
- },
4154
- "name": "utrechtButtonSecondaryActionHoverBackgroundColor",
4155
- "attributes": {
4156
- "category": "utrecht",
4157
- "type": "button",
4158
- "item": "secondary-action",
4159
- "subitem": "hover",
4160
- "state": "background-color"
4161
- },
4162
- "path": [
4163
- "utrecht",
4164
- "button",
4165
- "secondary-action",
4166
- "hover",
4167
- "background-color"
4168
- ]
4169
- },
4170
- "border-color": {
4171
- "value": "#b81f0e",
4172
- "filePath": "src/component/utrecht/button.tokens.json",
4173
- "isSource": true,
4174
- "original": {
4175
- "value": "{leiden.color.primary-hover}"
4176
- },
4177
- "name": "utrechtButtonSecondaryActionHoverBorderColor",
4178
- "attributes": {
4179
- "category": "utrecht",
4180
- "type": "button",
4181
- "item": "secondary-action",
4182
- "subitem": "hover",
4183
- "state": "border-color"
4184
- },
4185
- "path": [
4186
- "utrecht",
4187
- "button",
4188
- "secondary-action",
4189
- "hover",
4190
- "border-color"
4191
- ]
4192
- },
4193
- "color": {
4194
- "value": "#b81f0e",
4195
- "filePath": "src/component/utrecht/button.tokens.json",
4196
- "isSource": true,
4197
- "original": {
4198
- "value": "{leiden.color.primary-hover}"
4199
- },
4200
- "name": "utrechtButtonSecondaryActionHoverColor",
4201
- "attributes": {
4202
- "category": "utrecht",
4203
- "type": "button",
4204
- "item": "secondary-action",
4205
- "subitem": "hover",
4206
- "state": "color"
4207
- },
4208
- "path": [
4209
- "utrecht",
4210
- "button",
4211
- "secondary-action",
4212
- "hover",
4213
- "color"
4214
- ]
4215
- }
4216
- },
4217
- "focus": {
4218
- "background-color": {},
4219
- "border-color": {},
4220
- "color": {}
4221
- },
4222
- "pressed": {
4223
- "background-color": {},
4224
- "border-color": {},
4225
- "color": {}
3883
+ "value": "unset"
3884
+ },
3885
+ "name": "utrechtTableHeaderTextTransform",
3886
+ "attributes": {
3887
+ "category": "utrecht",
3888
+ "type": "table",
3889
+ "item": "header",
3890
+ "subitem": "text-transform"
3891
+ },
3892
+ "path": [
3893
+ "utrecht",
3894
+ "table",
3895
+ "header",
3896
+ "text-transform"
3897
+ ]
4226
3898
  }
4227
3899
  },
4228
- "subtle": {
4229
- "background-color": {},
4230
- "border-color": {},
4231
- "border-width": {},
4232
- "color": {},
4233
- "font-weight": {},
4234
- "active": {
3900
+ "row": {
3901
+ "hover": {
4235
3902
  "background-color": {},
4236
- "border-color": {},
4237
3903
  "color": {}
4238
3904
  },
4239
- "disabled": {
4240
- "background-color": {},
4241
- "border-color": {},
4242
- "color": {}
3905
+ "border-block-end-color": {
3906
+ "value": "#e4e4e4",
3907
+ "filePath": "src/component/utrecht/table.tokens.json",
3908
+ "isSource": true,
3909
+ "original": {
3910
+ "value": "{leiden.color.lightgrey.89}"
3911
+ },
3912
+ "name": "utrechtTableRowBorderBlockEndColor",
3913
+ "attributes": {
3914
+ "category": "utrecht",
3915
+ "type": "table",
3916
+ "item": "row",
3917
+ "subitem": "border-block-end-color"
3918
+ },
3919
+ "path": [
3920
+ "utrecht",
3921
+ "table",
3922
+ "row",
3923
+ "border-block-end-color"
3924
+ ]
4243
3925
  },
4244
- "hover": {
4245
- "background-color": {},
4246
- "border-color": {},
4247
- "color": {}
3926
+ "border-block-end-width": {
3927
+ "value": "1px",
3928
+ "filePath": "src/component/utrecht/table.tokens.json",
3929
+ "isSource": true,
3930
+ "original": {
3931
+ "value": "{leiden.size.4xs}"
3932
+ },
3933
+ "name": "utrechtTableRowBorderBlockEndWidth",
3934
+ "attributes": {
3935
+ "category": "utrecht",
3936
+ "type": "table",
3937
+ "item": "row",
3938
+ "subitem": "border-block-end-width"
3939
+ },
3940
+ "path": [
3941
+ "utrecht",
3942
+ "table",
3943
+ "row",
3944
+ "border-block-end-width"
3945
+ ]
4248
3946
  },
4249
- "focus": {
3947
+ "padding-inline-end": {},
3948
+ "padding-inline-start": {},
3949
+ "alternate-odd": {
4250
3950
  "background-color": {},
4251
- "border-color": {},
4252
3951
  "color": {}
4253
3952
  },
4254
- "pressed": {
3953
+ "alternate-even": {
4255
3954
  "background-color": {},
4256
- "border-color": {},
4257
3955
  "color": {}
4258
3956
  }
4259
- }
4260
- },
4261
- "code": {
4262
- "background-color": {
3957
+ },
3958
+ "body": {
3959
+ "border": {}
3960
+ },
3961
+ "caption": {
3962
+ "font-style": {},
3963
+ "font-weight": {},
3964
+ "font-family": {},
3965
+ "font-size": {},
3966
+ "color": {},
3967
+ "line-height": {},
3968
+ "text-align": {},
3969
+ "margin-block-end": {}
3970
+ },
3971
+ "border-color": {
4263
3972
  "value": "#e4e4e4",
4264
- "filePath": "src/component/utrecht/code.tokens.json",
3973
+ "filePath": "src/component/utrecht/table.tokens.json",
4265
3974
  "isSource": true,
4266
3975
  "original": {
4267
3976
  "value": "{leiden.color.lightgrey.89}"
4268
3977
  },
4269
- "name": "utrechtCodeBackgroundColor",
3978
+ "name": "utrechtTableBorderColor",
4270
3979
  "attributes": {
4271
3980
  "category": "utrecht",
4272
- "type": "code",
4273
- "item": "background-color"
3981
+ "type": "table",
3982
+ "item": "border-color"
4274
3983
  },
4275
3984
  "path": [
4276
3985
  "utrecht",
4277
- "code",
4278
- "background-color"
3986
+ "table",
3987
+ "border-color"
4279
3988
  ]
4280
3989
  },
4281
- "color": {
4282
- "value": "#0d1921",
4283
- "filePath": "src/component/utrecht/code.tokens.json",
3990
+ "border-width": {
3991
+ "value": "1px",
3992
+ "filePath": "src/component/utrecht/table.tokens.json",
4284
3993
  "isSource": true,
4285
3994
  "original": {
4286
- "value": "{leiden.color.black.9}"
3995
+ "value": "{leiden.size.4xs}"
4287
3996
  },
4288
- "name": "utrechtCodeColor",
3997
+ "name": "utrechtTableBorderWidth",
4289
3998
  "attributes": {
4290
3999
  "category": "utrecht",
4291
- "type": "code",
4292
- "item": "color"
4000
+ "type": "table",
4001
+ "item": "border-width"
4293
4002
  },
4294
4003
  "path": [
4295
4004
  "utrecht",
4296
- "code",
4297
- "color"
4005
+ "table",
4006
+ "border-width"
4298
4007
  ]
4299
4008
  },
4300
4009
  "font-family": {
4301
- "value": "Monospace, \"Lucida Console\"",
4302
- "filePath": "src/component/utrecht/code.tokens.json",
4010
+ "value": "\"Open Sans\", Arial, sans-serif",
4011
+ "filePath": "src/component/utrecht/table.tokens.json",
4303
4012
  "isSource": true,
4304
4013
  "original": {
4305
- "value": "{leiden.typography.monospace.font-family}"
4014
+ "value": "{utrecht.document.font-family}"
4306
4015
  },
4307
- "name": "utrechtCodeFontFamily",
4016
+ "name": "utrechtTableFontFamily",
4308
4017
  "attributes": {
4309
4018
  "category": "utrecht",
4310
- "type": "code",
4019
+ "type": "table",
4311
4020
  "item": "font-family"
4312
4021
  },
4313
4022
  "path": [
4314
4023
  "utrecht",
4315
- "code",
4024
+ "table",
4316
4025
  "font-family"
4317
4026
  ]
4318
4027
  },
4319
4028
  "font-size": {
4320
- "value": "inherit",
4321
- "filePath": "src/component/utrecht/code.tokens.json",
4029
+ "value": "18px",
4030
+ "filePath": "src/component/utrecht/table.tokens.json",
4322
4031
  "isSource": true,
4323
4032
  "original": {
4324
- "value": "inherit"
4033
+ "value": "{utrecht.document.font-size}"
4325
4034
  },
4326
- "name": "utrechtCodeFontSize",
4035
+ "name": "utrechtTableFontSize",
4327
4036
  "attributes": {
4328
4037
  "category": "utrecht",
4329
- "type": "code",
4038
+ "type": "table",
4330
4039
  "item": "font-size"
4331
4040
  },
4332
4041
  "path": [
4333
4042
  "utrecht",
4334
- "code",
4043
+ "table",
4335
4044
  "font-size"
4336
4045
  ]
4337
4046
  },
4338
- "line-height": {}
4339
- },
4340
- "code-block": {
4341
- "background-color": {
4342
- "value": "#e4e4e4",
4343
- "filePath": "src/component/utrecht/code.tokens.json",
4047
+ "line-height": {},
4048
+ "margin-block-end": {
4049
+ "value": 0,
4050
+ "filePath": "src/component/utrecht/table.tokens.json",
4344
4051
  "isSource": true,
4345
4052
  "original": {
4346
- "value": "{leiden.color.lightgrey.89}"
4053
+ "value": 0
4347
4054
  },
4348
- "name": "utrechtCodeBlockBackgroundColor",
4055
+ "name": "utrechtTableMarginBlockEnd",
4349
4056
  "attributes": {
4350
4057
  "category": "utrecht",
4351
- "type": "code-block",
4352
- "item": "background-color"
4058
+ "type": "table",
4059
+ "item": "margin-block-end"
4353
4060
  },
4354
4061
  "path": [
4355
4062
  "utrecht",
4356
- "code-block",
4357
- "background-color"
4063
+ "table",
4064
+ "margin-block-end"
4358
4065
  ]
4359
4066
  },
4360
- "color": {
4361
- "value": "#0d1921",
4362
- "filePath": "src/component/utrecht/code.tokens.json",
4067
+ "margin-block-start": {
4068
+ "value": "18px",
4069
+ "filePath": "src/component/utrecht/table.tokens.json",
4363
4070
  "isSource": true,
4364
4071
  "original": {
4365
- "value": "{leiden.color.black.9}"
4072
+ "value": "{leiden.size.md}"
4366
4073
  },
4367
- "name": "utrechtCodeBlockColor",
4074
+ "name": "utrechtTableMarginBlockStart",
4368
4075
  "attributes": {
4369
4076
  "category": "utrecht",
4370
- "type": "code-block",
4371
- "item": "color"
4077
+ "type": "table",
4078
+ "item": "margin-block-start"
4372
4079
  },
4373
4080
  "path": [
4374
4081
  "utrecht",
4375
- "code-block",
4376
- "color"
4082
+ "table",
4083
+ "margin-block-start"
4377
4084
  ]
4378
4085
  },
4379
- "font-family": {
4380
- "value": "Monospace, \"Lucida Console\"",
4381
- "filePath": "src/component/utrecht/code.tokens.json",
4382
- "isSource": true,
4383
- "original": {
4384
- "value": "{leiden.typography.monospace.font-family}"
4385
- },
4386
- "name": "utrechtCodeBlockFontFamily",
4387
- "attributes": {
4388
- "category": "utrecht",
4389
- "type": "code-block",
4390
- "item": "font-family"
4086
+ "header-cell": {
4087
+ "font-size": {
4088
+ "value": "18px",
4089
+ "filePath": "src/component/utrecht/table.tokens.json",
4090
+ "isSource": true,
4091
+ "original": {
4092
+ "value": "{utrecht.document.font-size}"
4093
+ },
4094
+ "name": "utrechtTableHeaderCellFontSize",
4095
+ "attributes": {
4096
+ "category": "utrecht",
4097
+ "type": "table",
4098
+ "item": "header-cell",
4099
+ "subitem": "font-size"
4100
+ },
4101
+ "path": [
4102
+ "utrecht",
4103
+ "table",
4104
+ "header-cell",
4105
+ "font-size"
4106
+ ]
4391
4107
  },
4392
- "path": [
4393
- "utrecht",
4394
- "code-block",
4395
- "font-family"
4396
- ]
4397
- },
4398
- "font-size": {
4399
- "value": "18px",
4400
- "filePath": "src/component/utrecht/code.tokens.json",
4401
- "isSource": true,
4402
- "original": {
4403
- "value": "{leiden.font-size.md}"
4108
+ "font-weight": {
4109
+ "value": "700",
4110
+ "filePath": "src/component/utrecht/table.tokens.json",
4111
+ "isSource": true,
4112
+ "original": {
4113
+ "value": "{leiden.typography.font-weight.bold}"
4114
+ },
4115
+ "name": "utrechtTableHeaderCellFontWeight",
4116
+ "attributes": {
4117
+ "category": "utrecht",
4118
+ "type": "table",
4119
+ "item": "header-cell",
4120
+ "subitem": "font-weight"
4121
+ },
4122
+ "path": [
4123
+ "utrecht",
4124
+ "table",
4125
+ "header-cell",
4126
+ "font-weight"
4127
+ ]
4404
4128
  },
4405
- "name": "utrechtCodeBlockFontSize",
4406
- "attributes": {
4407
- "category": "utrecht",
4408
- "type": "code-block",
4409
- "item": "font-size"
4129
+ "color": {
4130
+ "value": "#0d1921",
4131
+ "filePath": "src/component/utrecht/table.tokens.json",
4132
+ "isSource": true,
4133
+ "original": {
4134
+ "value": "{utrecht.document.color}"
4135
+ },
4136
+ "name": "utrechtTableHeaderCellColor",
4137
+ "attributes": {
4138
+ "category": "utrecht",
4139
+ "type": "table",
4140
+ "item": "header-cell",
4141
+ "subitem": "color"
4142
+ },
4143
+ "path": [
4144
+ "utrecht",
4145
+ "table",
4146
+ "header-cell",
4147
+ "color"
4148
+ ]
4410
4149
  },
4411
- "path": [
4412
- "utrecht",
4413
- "code-block",
4414
- "font-size"
4415
- ]
4150
+ "text-transform": {
4151
+ "value": "unset",
4152
+ "filePath": "src/component/utrecht/table.tokens.json",
4153
+ "isSource": true,
4154
+ "original": {
4155
+ "value": "unset"
4156
+ },
4157
+ "name": "utrechtTableHeaderCellTextTransform",
4158
+ "attributes": {
4159
+ "category": "utrecht",
4160
+ "type": "table",
4161
+ "item": "header-cell",
4162
+ "subitem": "text-transform"
4163
+ },
4164
+ "path": [
4165
+ "utrecht",
4166
+ "table",
4167
+ "header-cell",
4168
+ "text-transform"
4169
+ ]
4170
+ }
4416
4171
  },
4417
- "line-height": {
4418
- "value": "24px",
4419
- "filePath": "src/component/utrecht/code.tokens.json",
4420
- "isSource": true,
4421
- "original": {
4422
- "value": "{leiden.size.lg}"
4172
+ "cell": {
4173
+ "line-height": {},
4174
+ "padding-block-end": {
4175
+ "value": "18px",
4176
+ "filePath": "src/component/utrecht/table.tokens.json",
4177
+ "isSource": true,
4178
+ "original": {
4179
+ "value": "{leiden.size.md}"
4180
+ },
4181
+ "name": "utrechtTableCellPaddingBlockEnd",
4182
+ "attributes": {
4183
+ "category": "utrecht",
4184
+ "type": "table",
4185
+ "item": "cell",
4186
+ "subitem": "padding-block-end"
4187
+ },
4188
+ "path": [
4189
+ "utrecht",
4190
+ "table",
4191
+ "cell",
4192
+ "padding-block-end"
4193
+ ]
4423
4194
  },
4424
- "name": "utrechtCodeBlockLineHeight",
4425
- "attributes": {
4426
- "category": "utrecht",
4427
- "type": "code-block",
4428
- "item": "line-height"
4195
+ "padding-block-start": {
4196
+ "value": "18px",
4197
+ "filePath": "src/component/utrecht/table.tokens.json",
4198
+ "isSource": true,
4199
+ "original": {
4200
+ "value": "{leiden.size.md}"
4201
+ },
4202
+ "name": "utrechtTableCellPaddingBlockStart",
4203
+ "attributes": {
4204
+ "category": "utrecht",
4205
+ "type": "table",
4206
+ "item": "cell",
4207
+ "subitem": "padding-block-start"
4208
+ },
4209
+ "path": [
4210
+ "utrecht",
4211
+ "table",
4212
+ "cell",
4213
+ "padding-block-start"
4214
+ ]
4429
4215
  },
4430
- "path": [
4431
- "utrecht",
4432
- "code-block",
4433
- "line-height"
4434
- ]
4435
- },
4436
- "margin-block-start": {
4437
- "value": "18px",
4438
- "filePath": "src/component/utrecht/code.tokens.json",
4439
- "isSource": true,
4440
- "original": {
4441
- "value": "{leiden.size.md}"
4216
+ "padding-inline-end": {
4217
+ "value": "18px",
4218
+ "filePath": "src/component/utrecht/table.tokens.json",
4219
+ "isSource": true,
4220
+ "original": {
4221
+ "value": "{leiden.size.md}"
4222
+ },
4223
+ "name": "utrechtTableCellPaddingInlineEnd",
4224
+ "attributes": {
4225
+ "category": "utrecht",
4226
+ "type": "table",
4227
+ "item": "cell",
4228
+ "subitem": "padding-inline-end"
4229
+ },
4230
+ "path": [
4231
+ "utrecht",
4232
+ "table",
4233
+ "cell",
4234
+ "padding-inline-end"
4235
+ ]
4442
4236
  },
4443
- "name": "utrechtCodeBlockMarginBlockStart",
4444
- "attributes": {
4445
- "category": "utrecht",
4446
- "type": "code-block",
4447
- "item": "margin-block-start"
4237
+ "padding-inline-start": {
4238
+ "value": "18px",
4239
+ "filePath": "src/component/utrecht/table.tokens.json",
4240
+ "isSource": true,
4241
+ "original": {
4242
+ "value": "{leiden.size.md}"
4243
+ },
4244
+ "name": "utrechtTableCellPaddingInlineStart",
4245
+ "attributes": {
4246
+ "category": "utrecht",
4247
+ "type": "table",
4248
+ "item": "cell",
4249
+ "subitem": "padding-inline-start"
4250
+ },
4251
+ "path": [
4252
+ "utrecht",
4253
+ "table",
4254
+ "cell",
4255
+ "padding-inline-start"
4256
+ ]
4448
4257
  },
4449
- "path": [
4450
- "utrecht",
4451
- "code-block",
4452
- "margin-block-start"
4453
- ]
4454
- },
4455
- "margin-block-end": {
4456
- "value": "18px",
4457
- "filePath": "src/component/utrecht/code.tokens.json",
4258
+ "icon": {
4259
+ "size": {}
4260
+ }
4261
+ }
4262
+ },
4263
+ "textbox": {
4264
+ "background-color": {
4265
+ "value": "#ffffff",
4266
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4458
4267
  "isSource": true,
4459
4268
  "original": {
4460
- "value": "{leiden.size.md}"
4269
+ "value": "{leiden.color.white.100}"
4461
4270
  },
4462
- "name": "utrechtCodeBlockMarginBlockEnd",
4271
+ "name": "utrechtTextboxBackgroundColor",
4463
4272
  "attributes": {
4464
4273
  "category": "utrecht",
4465
- "type": "code-block",
4466
- "item": "margin-block-end"
4274
+ "type": "textbox",
4275
+ "item": "background-color"
4467
4276
  },
4468
4277
  "path": [
4469
4278
  "utrecht",
4470
- "code-block",
4471
- "margin-block-end"
4279
+ "textbox",
4280
+ "background-color"
4472
4281
  ]
4473
4282
  },
4474
- "margin-inline-start": {
4475
- "value": 0,
4476
- "filePath": "src/component/utrecht/code.tokens.json",
4283
+ "border-bottom-width": {},
4284
+ "border-color": {
4285
+ "value": "#5f594a",
4286
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4477
4287
  "isSource": true,
4478
4288
  "original": {
4479
- "value": 0
4289
+ "value": "{leiden.color.grey.33}"
4480
4290
  },
4481
- "name": "utrechtCodeBlockMarginInlineStart",
4291
+ "name": "utrechtTextboxBorderColor",
4482
4292
  "attributes": {
4483
4293
  "category": "utrecht",
4484
- "type": "code-block",
4485
- "item": "margin-inline-start"
4294
+ "type": "textbox",
4295
+ "item": "border-color"
4486
4296
  },
4487
4297
  "path": [
4488
4298
  "utrecht",
4489
- "code-block",
4490
- "margin-inline-start"
4299
+ "textbox",
4300
+ "border-color"
4491
4301
  ]
4492
4302
  },
4493
- "margin-inline-end": {
4494
- "value": 0,
4495
- "filePath": "src/component/utrecht/code.tokens.json",
4303
+ "border-radius": {
4304
+ "value": "0px",
4305
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4496
4306
  "isSource": true,
4497
4307
  "original": {
4498
- "value": 0
4308
+ "value": "0px"
4499
4309
  },
4500
- "name": "utrechtCodeBlockMarginInlineEnd",
4310
+ "name": "utrechtTextboxBorderRadius",
4501
4311
  "attributes": {
4502
4312
  "category": "utrecht",
4503
- "type": "code-block",
4504
- "item": "margin-inline-end"
4313
+ "type": "textbox",
4314
+ "item": "border-radius"
4505
4315
  },
4506
4316
  "path": [
4507
4317
  "utrecht",
4508
- "code-block",
4509
- "margin-inline-end"
4318
+ "textbox",
4319
+ "border-radius"
4510
4320
  ]
4511
4321
  },
4512
- "padding-block-start": {
4513
- "value": "18px",
4514
- "filePath": "src/component/utrecht/code.tokens.json",
4322
+ "border-width": {
4323
+ "value": "1px",
4324
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4515
4325
  "isSource": true,
4516
4326
  "original": {
4517
- "value": "{leiden.size.md}"
4327
+ "value": "{leiden.size.4xs}"
4518
4328
  },
4519
- "name": "utrechtCodeBlockPaddingBlockStart",
4329
+ "name": "utrechtTextboxBorderWidth",
4520
4330
  "attributes": {
4521
4331
  "category": "utrecht",
4522
- "type": "code-block",
4523
- "item": "padding-block-start"
4332
+ "type": "textbox",
4333
+ "item": "border-width"
4524
4334
  },
4525
4335
  "path": [
4526
4336
  "utrecht",
4527
- "code-block",
4528
- "padding-block-start"
4337
+ "textbox",
4338
+ "border-width"
4529
4339
  ]
4530
4340
  },
4531
- "padding-block-end": {
4532
- "value": "18px",
4533
- "filePath": "src/component/utrecht/code.tokens.json",
4341
+ "color": {
4342
+ "value": "#1d1d1b",
4343
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4534
4344
  "isSource": true,
4535
4345
  "original": {
4536
- "value": "{leiden.size.md}"
4346
+ "value": "{leiden.color.grey.11}"
4537
4347
  },
4538
- "name": "utrechtCodeBlockPaddingBlockEnd",
4348
+ "name": "utrechtTextboxColor",
4539
4349
  "attributes": {
4540
4350
  "category": "utrecht",
4541
- "type": "code-block",
4542
- "item": "padding-block-end"
4351
+ "type": "textbox",
4352
+ "item": "color"
4543
4353
  },
4544
4354
  "path": [
4545
4355
  "utrecht",
4546
- "code-block",
4547
- "padding-block-end"
4356
+ "textbox",
4357
+ "color"
4548
4358
  ]
4549
4359
  },
4550
- "padding-inline-start": {
4551
- "value": "18px",
4552
- "filePath": "src/component/utrecht/code.tokens.json",
4360
+ "font-family": {
4361
+ "value": "\"Open Sans\", Arial, sans-serif",
4362
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4553
4363
  "isSource": true,
4554
4364
  "original": {
4555
- "value": "{leiden.size.md}"
4365
+ "value": "{leiden.typography.sans-serif.font-family}"
4556
4366
  },
4557
- "name": "utrechtCodeBlockPaddingInlineStart",
4367
+ "name": "utrechtTextboxFontFamily",
4558
4368
  "attributes": {
4559
4369
  "category": "utrecht",
4560
- "type": "code-block",
4561
- "item": "padding-inline-start"
4370
+ "type": "textbox",
4371
+ "item": "font-family"
4562
4372
  },
4563
4373
  "path": [
4564
4374
  "utrecht",
4565
- "code-block",
4566
- "padding-inline-start"
4375
+ "textbox",
4376
+ "font-family"
4567
4377
  ]
4568
4378
  },
4569
- "padding-inline-end": {
4570
- "value": "18px",
4571
- "filePath": "src/component/utrecht/code.tokens.json",
4379
+ "font-size": {
4380
+ "value": "15px",
4381
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4572
4382
  "isSource": true,
4573
4383
  "original": {
4574
- "value": "{leiden.size.md}"
4384
+ "value": "15px"
4575
4385
  },
4576
- "name": "utrechtCodeBlockPaddingInlineEnd",
4386
+ "name": "utrechtTextboxFontSize",
4577
4387
  "attributes": {
4578
4388
  "category": "utrecht",
4579
- "type": "code-block",
4580
- "item": "padding-inline-end"
4389
+ "type": "textbox",
4390
+ "item": "font-size"
4581
4391
  },
4582
4392
  "path": [
4583
4393
  "utrecht",
4584
- "code-block",
4585
- "padding-inline-end"
4394
+ "textbox",
4395
+ "font-size"
4586
4396
  ]
4587
- }
4588
- },
4589
- "document": {
4590
- "background-color": {
4591
- "value": "#ffffff",
4592
- "filePath": "src/component/utrecht/document.tokens.json",
4397
+ },
4398
+ "line-height": {},
4399
+ "max-inline-size": {},
4400
+ "padding-block-end": {
4401
+ "value": "8px",
4402
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4593
4403
  "isSource": true,
4594
4404
  "original": {
4595
- "value": "{leiden.color.white.100}"
4405
+ "value": "{leiden.size.xs}"
4596
4406
  },
4597
- "name": "utrechtDocumentBackgroundColor",
4407
+ "name": "utrechtTextboxPaddingBlockEnd",
4598
4408
  "attributes": {
4599
4409
  "category": "utrecht",
4600
- "type": "document",
4601
- "item": "background-color"
4410
+ "type": "textbox",
4411
+ "item": "padding-block-end"
4602
4412
  },
4603
4413
  "path": [
4604
4414
  "utrecht",
4605
- "document",
4606
- "background-color"
4415
+ "textbox",
4416
+ "padding-block-end"
4607
4417
  ]
4608
4418
  },
4609
- "color": {
4610
- "value": "#0d1921",
4611
- "filePath": "src/component/utrecht/document.tokens.json",
4419
+ "padding-block-start": {
4420
+ "value": "8px",
4421
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4612
4422
  "isSource": true,
4613
4423
  "original": {
4614
- "value": "{leiden.color.black.9}"
4424
+ "value": "{leiden.size.xs}"
4615
4425
  },
4616
- "name": "utrechtDocumentColor",
4426
+ "name": "utrechtTextboxPaddingBlockStart",
4617
4427
  "attributes": {
4618
4428
  "category": "utrecht",
4619
- "type": "document",
4620
- "item": "color"
4429
+ "type": "textbox",
4430
+ "item": "padding-block-start"
4621
4431
  },
4622
4432
  "path": [
4623
4433
  "utrecht",
4624
- "document",
4625
- "color"
4434
+ "textbox",
4435
+ "padding-block-start"
4626
4436
  ]
4627
4437
  },
4628
- "font-family": {
4629
- "value": "\"Open Sans\", Arial, sans-serif",
4630
- "filePath": "src/component/utrecht/document.tokens.json",
4438
+ "padding-inline-end": {
4439
+ "value": "14px",
4440
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4631
4441
  "isSource": true,
4632
4442
  "original": {
4633
- "value": "{leiden.typography.sans-serif.font-family}"
4443
+ "value": "{leiden.size.sm}"
4634
4444
  },
4635
- "name": "utrechtDocumentFontFamily",
4445
+ "name": "utrechtTextboxPaddingInlineEnd",
4636
4446
  "attributes": {
4637
4447
  "category": "utrecht",
4638
- "type": "document",
4639
- "item": "font-family"
4448
+ "type": "textbox",
4449
+ "item": "padding-inline-end"
4640
4450
  },
4641
4451
  "path": [
4642
4452
  "utrecht",
4643
- "document",
4644
- "font-family"
4453
+ "textbox",
4454
+ "padding-inline-end"
4645
4455
  ]
4646
4456
  },
4647
- "font-size": {
4648
- "value": "18px",
4649
- "filePath": "src/component/utrecht/document.tokens.json",
4457
+ "padding-inline-start": {
4458
+ "value": "14px",
4459
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4650
4460
  "isSource": true,
4651
4461
  "original": {
4652
- "value": "{leiden.font-size.md}"
4462
+ "value": "{leiden.size.sm}"
4653
4463
  },
4654
- "name": "utrechtDocumentFontSize",
4464
+ "name": "utrechtTextboxPaddingInlineStart",
4655
4465
  "attributes": {
4656
4466
  "category": "utrecht",
4657
- "type": "document",
4658
- "item": "font-size"
4467
+ "type": "textbox",
4468
+ "item": "padding-inline-start"
4659
4469
  },
4660
4470
  "path": [
4661
4471
  "utrecht",
4662
- "document",
4663
- "font-size"
4472
+ "textbox",
4473
+ "padding-inline-start"
4664
4474
  ]
4665
4475
  },
4666
- "font-weight": {},
4667
- "line-height": {}
4476
+ "placeholder": {
4477
+ "color": {
4478
+ "value": "#2c3e50",
4479
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4480
+ "isSource": true,
4481
+ "original": {
4482
+ "value": "{leiden.color.lightblue.24}"
4483
+ },
4484
+ "name": "utrechtTextboxPlaceholderColor",
4485
+ "attributes": {
4486
+ "category": "utrecht",
4487
+ "type": "textbox",
4488
+ "item": "placeholder",
4489
+ "subitem": "color"
4490
+ },
4491
+ "path": [
4492
+ "utrecht",
4493
+ "textbox",
4494
+ "placeholder",
4495
+ "color"
4496
+ ]
4497
+ }
4498
+ },
4499
+ "disabled": {
4500
+ "background-color": {},
4501
+ "border-color": {},
4502
+ "color": {}
4503
+ },
4504
+ "focus": {
4505
+ "background-color": {},
4506
+ "border-color": {},
4507
+ "color": {}
4508
+ },
4509
+ "invalid": {
4510
+ "background-color": {},
4511
+ "border-color": {},
4512
+ "border-width": {},
4513
+ "color": {}
4514
+ },
4515
+ "read-only": {
4516
+ "background-color": {},
4517
+ "border-color": {},
4518
+ "color": {}
4519
+ }
4668
4520
  },
4669
4521
  "heading-1": {
4670
4522
  "color": {},
@@ -5901,6 +5753,129 @@
5901
5753
  }
5902
5754
  },
5903
5755
  "conduction": {
5756
+ "card-wrapper": {
5757
+ "background-color": {
5758
+ "value": "#e4e4e4",
5759
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5760
+ "isSource": true,
5761
+ "original": {
5762
+ "value": "{leiden.color.lightgrey.89}"
5763
+ },
5764
+ "name": "conductionCardWrapperBackgroundColor",
5765
+ "attributes": {
5766
+ "category": "conduction",
5767
+ "type": "card-wrapper",
5768
+ "item": "background-color"
5769
+ },
5770
+ "path": [
5771
+ "conduction",
5772
+ "card-wrapper",
5773
+ "background-color"
5774
+ ]
5775
+ },
5776
+ "border-color": {},
5777
+ "border-width": {},
5778
+ "border-style": {},
5779
+ "border-radius": {},
5780
+ "color": {
5781
+ "value": "#0d1921",
5782
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5783
+ "isSource": true,
5784
+ "original": {
5785
+ "value": "{leiden.color.black.9}"
5786
+ },
5787
+ "name": "conductionCardWrapperColor",
5788
+ "attributes": {
5789
+ "category": "conduction",
5790
+ "type": "card-wrapper",
5791
+ "item": "color"
5792
+ },
5793
+ "path": [
5794
+ "conduction",
5795
+ "card-wrapper",
5796
+ "color"
5797
+ ]
5798
+ },
5799
+ "hover": {
5800
+ "background-color": {}
5801
+ },
5802
+ "padding-inline-end": {
5803
+ "value": "32px",
5804
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5805
+ "isSource": true,
5806
+ "original": {
5807
+ "value": "{leiden.size.xl}"
5808
+ },
5809
+ "name": "conductionCardWrapperPaddingInlineEnd",
5810
+ "attributes": {
5811
+ "category": "conduction",
5812
+ "type": "card-wrapper",
5813
+ "item": "padding-inline-end"
5814
+ },
5815
+ "path": [
5816
+ "conduction",
5817
+ "card-wrapper",
5818
+ "padding-inline-end"
5819
+ ]
5820
+ },
5821
+ "padding-inline-start": {
5822
+ "value": "32px",
5823
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5824
+ "isSource": true,
5825
+ "original": {
5826
+ "value": "{leiden.size.xl}"
5827
+ },
5828
+ "name": "conductionCardWrapperPaddingInlineStart",
5829
+ "attributes": {
5830
+ "category": "conduction",
5831
+ "type": "card-wrapper",
5832
+ "item": "padding-inline-start"
5833
+ },
5834
+ "path": [
5835
+ "conduction",
5836
+ "card-wrapper",
5837
+ "padding-inline-start"
5838
+ ]
5839
+ },
5840
+ "padding-block-end": {
5841
+ "value": "14px",
5842
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5843
+ "isSource": true,
5844
+ "original": {
5845
+ "value": "{leiden.size.sm}"
5846
+ },
5847
+ "name": "conductionCardWrapperPaddingBlockEnd",
5848
+ "attributes": {
5849
+ "category": "conduction",
5850
+ "type": "card-wrapper",
5851
+ "item": "padding-block-end"
5852
+ },
5853
+ "path": [
5854
+ "conduction",
5855
+ "card-wrapper",
5856
+ "padding-block-end"
5857
+ ]
5858
+ },
5859
+ "padding-block-start": {
5860
+ "value": "14px",
5861
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5862
+ "isSource": true,
5863
+ "original": {
5864
+ "value": "{leiden.size.sm}"
5865
+ },
5866
+ "name": "conductionCardWrapperPaddingBlockStart",
5867
+ "attributes": {
5868
+ "category": "conduction",
5869
+ "type": "card-wrapper",
5870
+ "item": "padding-block-start"
5871
+ },
5872
+ "path": [
5873
+ "conduction",
5874
+ "card-wrapper",
5875
+ "padding-block-start"
5876
+ ]
5877
+ }
5878
+ },
5904
5879
  "input-select": {
5905
5880
  "background-color": {
5906
5881
  "value": "#ffffff",