@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
@@ -1816,125 +1816,6 @@
1816
1816
  }
1817
1817
  },
1818
1818
  "alert": {
1819
- "icon": {
1820
- "gap": {
1821
- "value": "8px",
1822
- "filePath": "src/component/conduction/alert.tokens.json",
1823
- "isSource": true,
1824
- "original": {
1825
- "value": "{xxllnc.size.xs}"
1826
- },
1827
- "name": "utrechtAlertIconGap",
1828
- "attributes": {
1829
- "category": "utrecht",
1830
- "type": "alert",
1831
- "item": "icon",
1832
- "subitem": "gap"
1833
- },
1834
- "path": [
1835
- "utrecht",
1836
- "alert",
1837
- "icon",
1838
- "gap"
1839
- ]
1840
- },
1841
- "color": {
1842
- "value": "#28282c",
1843
- "filePath": "src/component/utrecht/alert.tokens.json",
1844
- "isSource": true,
1845
- "original": {
1846
- "value": "{xxllnc.color.alert-info}"
1847
- },
1848
- "name": "utrechtAlertIconColor",
1849
- "attributes": {
1850
- "category": "utrecht",
1851
- "type": "alert",
1852
- "item": "icon",
1853
- "subitem": "color"
1854
- },
1855
- "path": [
1856
- "utrecht",
1857
- "alert",
1858
- "icon",
1859
- "color"
1860
- ]
1861
- },
1862
- "error": {
1863
- "color": {
1864
- "value": "#721c24",
1865
- "filePath": "src/component/utrecht/alert.tokens.json",
1866
- "isSource": true,
1867
- "original": {
1868
- "value": "{xxllnc.color.alert-error}"
1869
- },
1870
- "name": "utrechtAlertIconErrorColor",
1871
- "attributes": {
1872
- "category": "utrecht",
1873
- "type": "alert",
1874
- "item": "icon",
1875
- "subitem": "error",
1876
- "state": "color"
1877
- },
1878
- "path": [
1879
- "utrecht",
1880
- "alert",
1881
- "icon",
1882
- "error",
1883
- "color"
1884
- ]
1885
- }
1886
- },
1887
- "warning": {
1888
- "color": {
1889
- "value": "#856404",
1890
- "filePath": "src/component/utrecht/alert.tokens.json",
1891
- "isSource": true,
1892
- "original": {
1893
- "value": "{xxllnc.color.alert-warning}"
1894
- },
1895
- "name": "utrechtAlertIconWarningColor",
1896
- "attributes": {
1897
- "category": "utrecht",
1898
- "type": "alert",
1899
- "item": "icon",
1900
- "subitem": "warning",
1901
- "state": "color"
1902
- },
1903
- "path": [
1904
- "utrecht",
1905
- "alert",
1906
- "icon",
1907
- "warning",
1908
- "color"
1909
- ]
1910
- }
1911
- },
1912
- "ok": {
1913
- "color": {
1914
- "value": "#155724",
1915
- "filePath": "src/component/utrecht/alert.tokens.json",
1916
- "isSource": true,
1917
- "original": {
1918
- "value": "{xxllnc.color.alert-succes}"
1919
- },
1920
- "name": "utrechtAlertIconOkColor",
1921
- "attributes": {
1922
- "category": "utrecht",
1923
- "type": "alert",
1924
- "item": "icon",
1925
- "subitem": "ok",
1926
- "state": "color"
1927
- },
1928
- "path": [
1929
- "utrecht",
1930
- "alert",
1931
- "icon",
1932
- "ok",
1933
- "color"
1934
- ]
1935
- }
1936
- }
1937
- },
1938
1819
  "background-color": {
1939
1820
  "value": "#eaeaea",
1940
1821
  "filePath": "src/component/utrecht/alert.tokens.json",
@@ -2190,409 +2071,471 @@
2190
2071
  },
2191
2072
  "border-color": {},
2192
2073
  "border-width": {}
2074
+ },
2075
+ "icon": {
2076
+ "color": {
2077
+ "value": "#28282c",
2078
+ "filePath": "src/component/utrecht/alert.tokens.json",
2079
+ "isSource": true,
2080
+ "original": {
2081
+ "value": "{xxllnc.color.alert-info}"
2082
+ },
2083
+ "name": "utrechtAlertIconColor",
2084
+ "attributes": {
2085
+ "category": "utrecht",
2086
+ "type": "alert",
2087
+ "item": "icon",
2088
+ "subitem": "color"
2089
+ },
2090
+ "path": [
2091
+ "utrecht",
2092
+ "alert",
2093
+ "icon",
2094
+ "color"
2095
+ ]
2096
+ },
2097
+ "error": {
2098
+ "color": {
2099
+ "value": "#721c24",
2100
+ "filePath": "src/component/utrecht/alert.tokens.json",
2101
+ "isSource": true,
2102
+ "original": {
2103
+ "value": "{xxllnc.color.alert-error}"
2104
+ },
2105
+ "name": "utrechtAlertIconErrorColor",
2106
+ "attributes": {
2107
+ "category": "utrecht",
2108
+ "type": "alert",
2109
+ "item": "icon",
2110
+ "subitem": "error",
2111
+ "state": "color"
2112
+ },
2113
+ "path": [
2114
+ "utrecht",
2115
+ "alert",
2116
+ "icon",
2117
+ "error",
2118
+ "color"
2119
+ ]
2120
+ }
2121
+ },
2122
+ "warning": {
2123
+ "color": {
2124
+ "value": "#856404",
2125
+ "filePath": "src/component/utrecht/alert.tokens.json",
2126
+ "isSource": true,
2127
+ "original": {
2128
+ "value": "{xxllnc.color.alert-warning}"
2129
+ },
2130
+ "name": "utrechtAlertIconWarningColor",
2131
+ "attributes": {
2132
+ "category": "utrecht",
2133
+ "type": "alert",
2134
+ "item": "icon",
2135
+ "subitem": "warning",
2136
+ "state": "color"
2137
+ },
2138
+ "path": [
2139
+ "utrecht",
2140
+ "alert",
2141
+ "icon",
2142
+ "warning",
2143
+ "color"
2144
+ ]
2145
+ }
2146
+ },
2147
+ "ok": {
2148
+ "color": {
2149
+ "value": "#155724",
2150
+ "filePath": "src/component/utrecht/alert.tokens.json",
2151
+ "isSource": true,
2152
+ "original": {
2153
+ "value": "{xxllnc.color.alert-succes}"
2154
+ },
2155
+ "name": "utrechtAlertIconOkColor",
2156
+ "attributes": {
2157
+ "category": "utrecht",
2158
+ "type": "alert",
2159
+ "item": "icon",
2160
+ "subitem": "ok",
2161
+ "state": "color"
2162
+ },
2163
+ "path": [
2164
+ "utrecht",
2165
+ "alert",
2166
+ "icon",
2167
+ "ok",
2168
+ "color"
2169
+ ]
2170
+ }
2171
+ },
2172
+ "gap": {
2173
+ "value": "8px",
2174
+ "filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
2175
+ "isSource": true,
2176
+ "original": {
2177
+ "value": "{xxllnc.size.xs}"
2178
+ },
2179
+ "name": "utrechtAlertIconGap",
2180
+ "attributes": {
2181
+ "category": "utrecht",
2182
+ "type": "alert",
2183
+ "item": "icon",
2184
+ "subitem": "gap"
2185
+ },
2186
+ "path": [
2187
+ "utrecht",
2188
+ "alert",
2189
+ "icon",
2190
+ "gap"
2191
+ ]
2192
+ }
2193
2193
  }
2194
2194
  },
2195
- "card": {
2196
- "background-color": {
2197
- "value": "#333338",
2198
- "filePath": "src/component/conduction/card.tokens.json",
2195
+ "blockquote": {
2196
+ "background-color": {},
2197
+ "color": {},
2198
+ "margin-inline-start": {
2199
+ "value": "32px",
2200
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2199
2201
  "isSource": true,
2200
2202
  "original": {
2201
- "value": "{xxllnc.color.black.21}"
2203
+ "value": "{xxllnc.size.xl}"
2202
2204
  },
2203
- "name": "utrechtCardBackgroundColor",
2205
+ "name": "utrechtBlockquoteMarginInlineStart",
2204
2206
  "attributes": {
2205
2207
  "category": "utrecht",
2206
- "type": "card",
2207
- "item": "background-color"
2208
+ "type": "blockquote",
2209
+ "item": "margin-inline-start"
2208
2210
  },
2209
2211
  "path": [
2210
2212
  "utrecht",
2211
- "card",
2212
- "background-color"
2213
+ "blockquote",
2214
+ "margin-inline-start"
2213
2215
  ]
2214
2216
  },
2215
- "border-color": {},
2216
- "border-radius": {
2217
- "value": "16px",
2218
- "filePath": "src/component/conduction/card.tokens.json",
2217
+ "margin-inline-end": {
2218
+ "value": "32px",
2219
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2219
2220
  "isSource": true,
2220
2221
  "original": {
2221
- "value": "16px"
2222
+ "value": "{xxllnc.size.xl}"
2222
2223
  },
2223
- "name": "utrechtCardBorderRadius",
2224
+ "name": "utrechtBlockquoteMarginInlineEnd",
2224
2225
  "attributes": {
2225
2226
  "category": "utrecht",
2226
- "type": "card",
2227
- "item": "border-radius"
2227
+ "type": "blockquote",
2228
+ "item": "margin-inline-end"
2228
2229
  },
2229
2230
  "path": [
2230
2231
  "utrecht",
2231
- "card",
2232
- "border-radius"
2232
+ "blockquote",
2233
+ "margin-inline-end"
2233
2234
  ]
2234
2235
  },
2235
- "border-width": {
2236
- "value": "unset",
2237
- "filePath": "src/component/conduction/card.tokens.json",
2236
+ "margin-inline-block-start": {},
2237
+ "margin-inline-block-end": {},
2238
+ "font-size": {},
2239
+ "font-style": {},
2240
+ "font-family": {},
2241
+ "padding-inline-start": {},
2242
+ "padding-inline-end": {},
2243
+ "padding-inline-block-start": {},
2244
+ "padding-inline-block-end": {},
2245
+ "attribution": {
2246
+ "color": {},
2247
+ "font-size": {}
2248
+ },
2249
+ "content": {
2250
+ "color": {
2251
+ "value": "#28282c",
2252
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2253
+ "isSource": true,
2254
+ "original": {
2255
+ "value": "{xxllnc.color.black.16}"
2256
+ },
2257
+ "name": "utrechtBlockquoteContentColor",
2258
+ "attributes": {
2259
+ "category": "utrecht",
2260
+ "type": "blockquote",
2261
+ "item": "content",
2262
+ "subitem": "color"
2263
+ },
2264
+ "path": [
2265
+ "utrecht",
2266
+ "blockquote",
2267
+ "content",
2268
+ "color"
2269
+ ]
2270
+ },
2271
+ "font-size": {
2272
+ "value": "16px",
2273
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2274
+ "isSource": true,
2275
+ "original": {
2276
+ "value": "{xxllnc.font-size.md}"
2277
+ },
2278
+ "name": "utrechtBlockquoteContentFontSize",
2279
+ "attributes": {
2280
+ "category": "utrecht",
2281
+ "type": "blockquote",
2282
+ "item": "content",
2283
+ "subitem": "font-size"
2284
+ },
2285
+ "path": [
2286
+ "utrecht",
2287
+ "blockquote",
2288
+ "content",
2289
+ "font-size"
2290
+ ]
2291
+ }
2292
+ }
2293
+ },
2294
+ "button": {
2295
+ "background-color": {
2296
+ "value": "#2b2b2b",
2297
+ "filePath": "src/component/utrecht/button.tokens.json",
2238
2298
  "isSource": true,
2239
2299
  "original": {
2240
- "value": "unset"
2300
+ "value": "{xxllnc.color.black.17}"
2241
2301
  },
2242
- "name": "utrechtCardBorderWidth",
2302
+ "name": "utrechtButtonBackgroundColor",
2243
2303
  "attributes": {
2244
2304
  "category": "utrecht",
2245
- "type": "card",
2246
- "item": "border-width"
2305
+ "type": "button",
2306
+ "item": "background-color"
2247
2307
  },
2248
2308
  "path": [
2249
2309
  "utrecht",
2250
- "card",
2251
- "border-width"
2310
+ "button",
2311
+ "background-color"
2252
2312
  ]
2253
2313
  },
2254
- "color": {
2255
- "value": "#f1f1f1",
2256
- "filePath": "src/component/conduction/card.tokens.json",
2314
+ "border-color": {},
2315
+ "border-radius": {
2316
+ "value": "16px",
2317
+ "filePath": "src/component/utrecht/button.tokens.json",
2257
2318
  "isSource": true,
2258
2319
  "original": {
2259
- "value": "{xxllnc.color.white.95}"
2320
+ "value": "16px"
2260
2321
  },
2261
- "name": "utrechtCardColor",
2322
+ "name": "utrechtButtonBorderRadius",
2262
2323
  "attributes": {
2263
2324
  "category": "utrecht",
2264
- "type": "card",
2265
- "item": "color"
2325
+ "type": "button",
2326
+ "item": "border-radius"
2266
2327
  },
2267
2328
  "path": [
2268
2329
  "utrecht",
2269
- "card",
2270
- "color"
2330
+ "button",
2331
+ "border-radius"
2271
2332
  ]
2272
2333
  },
2273
- "header": {
2274
- "border-block-end": {},
2275
- "color": {},
2276
- "hover": {
2277
- "border-block-end": {},
2278
- "color": {}
2279
- }
2280
- },
2281
- "hover": {
2282
- "background-color": {}
2283
- },
2284
- "padding-inline-end": {
2285
- "value": "18px",
2286
- "filePath": "src/component/conduction/card.tokens.json",
2334
+ "border-width": {
2335
+ "value": 0,
2336
+ "filePath": "src/component/utrecht/button.tokens.json",
2287
2337
  "isSource": true,
2288
2338
  "original": {
2289
- "value": "{xxllnc.size.md}"
2339
+ "value": 0
2290
2340
  },
2291
- "name": "utrechtCardPaddingInlineEnd",
2341
+ "name": "utrechtButtonBorderWidth",
2292
2342
  "attributes": {
2293
2343
  "category": "utrecht",
2294
- "type": "card",
2295
- "item": "padding-inline-end"
2344
+ "type": "button",
2345
+ "item": "border-width"
2296
2346
  },
2297
2347
  "path": [
2298
2348
  "utrecht",
2299
- "card",
2300
- "padding-inline-end"
2349
+ "button",
2350
+ "border-width"
2301
2351
  ]
2302
2352
  },
2303
- "padding-inline-start": {
2304
- "value": "18px",
2305
- "filePath": "src/component/conduction/card.tokens.json",
2353
+ "color": {
2354
+ "value": "#e5e5e5",
2355
+ "filePath": "src/component/utrecht/button.tokens.json",
2306
2356
  "isSource": true,
2307
2357
  "original": {
2308
- "value": "{xxllnc.size.md}"
2358
+ "value": "{xxllnc.color.grey.90}"
2309
2359
  },
2310
- "name": "utrechtCardPaddingInlineStart",
2360
+ "name": "utrechtButtonColor",
2311
2361
  "attributes": {
2312
2362
  "category": "utrecht",
2313
- "type": "card",
2314
- "item": "padding-inline-start"
2363
+ "type": "button",
2364
+ "item": "color"
2315
2365
  },
2316
2366
  "path": [
2317
2367
  "utrecht",
2318
- "card",
2319
- "padding-inline-start"
2368
+ "button",
2369
+ "color"
2320
2370
  ]
2321
2371
  },
2322
- "padding-block-end": {
2323
- "value": "18px",
2324
- "filePath": "src/component/conduction/card.tokens.json",
2372
+ "font-family": {
2373
+ "value": "\"Inter\", sans-serif",
2374
+ "filePath": "src/component/utrecht/button.tokens.json",
2325
2375
  "isSource": true,
2326
2376
  "original": {
2327
- "value": "{xxllnc.size.md}"
2377
+ "value": "{xxllnc.typography.inter.font-family}"
2328
2378
  },
2329
- "name": "utrechtCardPaddingBlockEnd",
2379
+ "name": "utrechtButtonFontFamily",
2330
2380
  "attributes": {
2331
2381
  "category": "utrecht",
2332
- "type": "card",
2333
- "item": "padding-block-end"
2382
+ "type": "button",
2383
+ "item": "font-family"
2334
2384
  },
2335
2385
  "path": [
2336
2386
  "utrecht",
2337
- "card",
2338
- "padding-block-end"
2387
+ "button",
2388
+ "font-family"
2339
2389
  ]
2340
2390
  },
2341
- "padding-block-start": {
2342
- "value": "18px",
2343
- "filePath": "src/component/conduction/card.tokens.json",
2391
+ "font-size": {
2392
+ "value": "inherit",
2393
+ "filePath": "src/component/utrecht/button.tokens.json",
2344
2394
  "isSource": true,
2345
2395
  "original": {
2346
- "value": "{xxllnc.size.md}"
2396
+ "value": "inherit"
2347
2397
  },
2348
- "name": "utrechtCardPaddingBlockStart",
2398
+ "name": "utrechtButtonFontSize",
2349
2399
  "attributes": {
2350
2400
  "category": "utrecht",
2351
- "type": "card",
2352
- "item": "padding-block-start"
2401
+ "type": "button",
2402
+ "item": "font-size"
2353
2403
  },
2354
2404
  "path": [
2355
2405
  "utrecht",
2356
- "card",
2357
- "padding-block-start"
2406
+ "button",
2407
+ "font-size"
2358
2408
  ]
2359
- }
2360
- },
2361
- "form-input": {
2362
- "background-color": {
2363
- "value": "#ffffff",
2364
- "filePath": "src/component/conduction/form-input.tokens.json",
2409
+ },
2410
+ "font-weight": {
2411
+ "value": "inherit",
2412
+ "filePath": "src/component/utrecht/button.tokens.json",
2365
2413
  "isSource": true,
2366
2414
  "original": {
2367
- "value": "{xxllnc.color.white.100-0t}"
2415
+ "value": "inherit"
2368
2416
  },
2369
- "name": "utrechtFormInputBackgroundColor",
2417
+ "name": "utrechtButtonFontWeight",
2370
2418
  "attributes": {
2371
2419
  "category": "utrecht",
2372
- "type": "form-input",
2373
- "item": "background-color"
2420
+ "type": "button",
2421
+ "item": "font-weight"
2374
2422
  },
2375
2423
  "path": [
2376
2424
  "utrecht",
2377
- "form-input",
2378
- "background-color"
2425
+ "button",
2426
+ "font-weight"
2379
2427
  ]
2380
2428
  },
2381
- "border-bottom-width": {},
2382
- "border-color": {
2383
- "value": "#00000038",
2384
- "filePath": "src/component/conduction/form-input.tokens.json",
2429
+ "inline-size": {},
2430
+ "letter-spacing": {},
2431
+ "line-height": {},
2432
+ "min-block-size": {},
2433
+ "min-inline-size": {},
2434
+ "padding-block-start": {
2435
+ "value": "4px",
2436
+ "filePath": "src/component/utrecht/button.tokens.json",
2385
2437
  "isSource": true,
2386
2438
  "original": {
2387
- "value": "{xxllnc.color.black.0-22t}"
2439
+ "value": "{xxllnc.size.2xs}"
2388
2440
  },
2389
- "name": "utrechtFormInputBorderColor",
2441
+ "name": "utrechtButtonPaddingBlockStart",
2390
2442
  "attributes": {
2391
2443
  "category": "utrecht",
2392
- "type": "form-input",
2393
- "item": "border-color"
2444
+ "type": "button",
2445
+ "item": "padding-block-start"
2394
2446
  },
2395
2447
  "path": [
2396
2448
  "utrecht",
2397
- "form-input",
2398
- "border-color"
2449
+ "button",
2450
+ "padding-block-start"
2399
2451
  ]
2400
2452
  },
2401
- "border-radius": {
2402
- "value": "6px",
2403
- "filePath": "src/component/conduction/form-input.tokens.json",
2453
+ "padding-block-end": {
2454
+ "value": "4px",
2455
+ "filePath": "src/component/utrecht/button.tokens.json",
2404
2456
  "isSource": true,
2405
2457
  "original": {
2406
- "value": "6px"
2458
+ "value": "{xxllnc.size.2xs}"
2407
2459
  },
2408
- "name": "utrechtFormInputBorderRadius",
2460
+ "name": "utrechtButtonPaddingBlockEnd",
2409
2461
  "attributes": {
2410
2462
  "category": "utrecht",
2411
- "type": "form-input",
2412
- "item": "border-radius"
2463
+ "type": "button",
2464
+ "item": "padding-block-end"
2413
2465
  },
2414
2466
  "path": [
2415
2467
  "utrecht",
2416
- "form-input",
2417
- "border-radius"
2468
+ "button",
2469
+ "padding-block-end"
2418
2470
  ]
2419
2471
  },
2420
- "border-width": {
2421
- "value": "1px",
2422
- "filePath": "src/component/conduction/form-input.tokens.json",
2472
+ "padding-inline-start": {
2473
+ "value": "14px",
2474
+ "filePath": "src/component/utrecht/button.tokens.json",
2423
2475
  "isSource": true,
2424
2476
  "original": {
2425
- "value": "{xxllnc.size.4xs}"
2477
+ "value": "{xxllnc.size.sm}"
2426
2478
  },
2427
- "name": "utrechtFormInputBorderWidth",
2479
+ "name": "utrechtButtonPaddingInlineStart",
2428
2480
  "attributes": {
2429
2481
  "category": "utrecht",
2430
- "type": "form-input",
2431
- "item": "border-width"
2482
+ "type": "button",
2483
+ "item": "padding-inline-start"
2432
2484
  },
2433
2485
  "path": [
2434
2486
  "utrecht",
2435
- "form-input",
2436
- "border-width"
2487
+ "button",
2488
+ "padding-inline-start"
2437
2489
  ]
2438
2490
  },
2439
- "color": {
2440
- "value": "#6d6d6d",
2441
- "filePath": "src/component/conduction/form-input.tokens.json",
2491
+ "padding-inline-end": {
2492
+ "value": "14px",
2493
+ "filePath": "src/component/utrecht/button.tokens.json",
2442
2494
  "isSource": true,
2443
2495
  "original": {
2444
- "value": "{xxllnc.color.grey.43}"
2496
+ "value": "{xxllnc.size.sm}"
2445
2497
  },
2446
- "name": "utrechtFormInputColor",
2498
+ "name": "utrechtButtonPaddingInlineEnd",
2447
2499
  "attributes": {
2448
2500
  "category": "utrecht",
2449
- "type": "form-input",
2450
- "item": "color"
2501
+ "type": "button",
2502
+ "item": "padding-inline-end"
2451
2503
  },
2452
2504
  "path": [
2453
2505
  "utrecht",
2454
- "form-input",
2455
- "color"
2456
- ]
2457
- },
2458
- "font-family": {
2459
- "value": "neue-haas-grotesk-text, sans-serif",
2460
- "filePath": "src/component/conduction/form-input.tokens.json",
2461
- "isSource": true,
2462
- "original": {
2463
- "value": "{xxllnc.typography.sans-serif.font-family}"
2464
- },
2465
- "name": "utrechtFormInputFontFamily",
2466
- "attributes": {
2467
- "category": "utrecht",
2468
- "type": "form-input",
2469
- "item": "font-family"
2470
- },
2471
- "path": [
2472
- "utrecht",
2473
- "form-input",
2474
- "font-family"
2475
- ]
2476
- },
2477
- "font-size": {
2478
- "value": "15px",
2479
- "filePath": "src/component/conduction/form-input.tokens.json",
2480
- "isSource": true,
2481
- "original": {
2482
- "value": "15px"
2483
- },
2484
- "name": "utrechtFormInputFontSize",
2485
- "attributes": {
2486
- "category": "utrecht",
2487
- "type": "form-input",
2488
- "item": "font-size"
2489
- },
2490
- "path": [
2491
- "utrecht",
2492
- "form-input",
2493
- "font-size"
2494
- ]
2495
- },
2496
- "line-height": {},
2497
- "max-inline-size": {},
2498
- "padding-block-end": {
2499
- "value": "8px",
2500
- "filePath": "src/component/conduction/form-input.tokens.json",
2501
- "isSource": true,
2502
- "original": {
2503
- "value": "{xxllnc.size.xs}"
2504
- },
2505
- "name": "utrechtFormInputPaddingBlockEnd",
2506
- "attributes": {
2507
- "category": "utrecht",
2508
- "type": "form-input",
2509
- "item": "padding-block-end"
2510
- },
2511
- "path": [
2512
- "utrecht",
2513
- "form-input",
2514
- "padding-block-end"
2515
- ]
2516
- },
2517
- "padding-block-start": {
2518
- "value": "8px",
2519
- "filePath": "src/component/conduction/form-input.tokens.json",
2520
- "isSource": true,
2521
- "original": {
2522
- "value": "{xxllnc.size.xs}"
2523
- },
2524
- "name": "utrechtFormInputPaddingBlockStart",
2525
- "attributes": {
2526
- "category": "utrecht",
2527
- "type": "form-input",
2528
- "item": "padding-block-start"
2529
- },
2530
- "path": [
2531
- "utrecht",
2532
- "form-input",
2533
- "padding-block-start"
2534
- ]
2535
- },
2536
- "padding-inline-end": {
2537
- "value": "14px",
2538
- "filePath": "src/component/conduction/form-input.tokens.json",
2539
- "isSource": true,
2540
- "original": {
2541
- "value": "{xxllnc.size.sm}"
2542
- },
2543
- "name": "utrechtFormInputPaddingInlineEnd",
2544
- "attributes": {
2545
- "category": "utrecht",
2546
- "type": "form-input",
2547
- "item": "padding-inline-end"
2548
- },
2549
- "path": [
2550
- "utrecht",
2551
- "form-input",
2506
+ "button",
2552
2507
  "padding-inline-end"
2553
2508
  ]
2554
2509
  },
2555
- "padding-inline-start": {
2556
- "value": "14px",
2557
- "filePath": "src/component/conduction/form-input.tokens.json",
2558
- "isSource": true,
2559
- "original": {
2560
- "value": "{xxllnc.size.sm}"
2561
- },
2562
- "name": "utrechtFormInputPaddingInlineStart",
2563
- "attributes": {
2564
- "category": "utrecht",
2565
- "type": "form-input",
2566
- "item": "padding-inline-start"
2567
- },
2568
- "path": [
2569
- "utrecht",
2570
- "form-input",
2571
- "padding-inline-start"
2572
- ]
2510
+ "text-transform": {},
2511
+ "active": {
2512
+ "background-color": {},
2513
+ "border-color": {},
2514
+ "color": {}
2573
2515
  },
2574
- "placeholder": {
2575
- "color": {
2576
- "value": "#6d6d6d",
2577
- "filePath": "src/component/conduction/form-input.tokens.json",
2516
+ "icon": {
2517
+ "gap": {
2518
+ "value": "8px",
2519
+ "filePath": "src/component/utrecht/button.tokens.json",
2578
2520
  "isSource": true,
2579
2521
  "original": {
2580
- "value": "{xxllnc.color.grey.43}"
2522
+ "value": "{xxllnc.size.xs}"
2581
2523
  },
2582
- "name": "utrechtFormInputPlaceholderColor",
2524
+ "name": "utrechtButtonIconGap",
2583
2525
  "attributes": {
2584
2526
  "category": "utrecht",
2585
- "type": "form-input",
2586
- "item": "placeholder",
2587
- "subitem": "color"
2527
+ "type": "button",
2528
+ "item": "icon",
2529
+ "subitem": "gap"
2588
2530
  },
2589
2531
  "path": [
2590
2532
  "utrecht",
2591
- "form-input",
2592
- "placeholder",
2593
- "color"
2533
+ "button",
2534
+ "icon",
2535
+ "gap"
2594
2536
  ]
2595
- }
2537
+ },
2538
+ "size": {}
2596
2539
  },
2597
2540
  "disabled": {
2598
2541
  "background-color": {},
@@ -2602,1366 +2545,1091 @@
2602
2545
  "focus": {
2603
2546
  "background-color": {},
2604
2547
  "border-color": {},
2605
- "color": {}
2606
- },
2607
- "invalid": {
2608
- "background-color": {},
2609
- "border-color": {},
2610
- "border-width": {},
2611
- "color": {}
2612
- },
2613
- "read-only": {
2614
- "background-color": {},
2615
- "border-color": {},
2616
- "color": {}
2617
- }
2618
- },
2619
- "icon": {
2620
- "gap": {
2621
- "value": "8px",
2622
- "filePath": "src/component/conduction/icon.tokens.json",
2623
- "isSource": true,
2624
- "original": {
2625
- "value": "{xxllnc.size.xs}"
2626
- },
2627
- "name": "utrechtIconGap",
2628
- "attributes": {
2629
- "category": "utrecht",
2630
- "type": "icon",
2631
- "item": "gap"
2632
- },
2633
- "path": [
2634
- "utrecht",
2635
- "icon",
2636
- "gap"
2637
- ]
2548
+ "color": {},
2549
+ "scale": {}
2638
2550
  },
2639
- "color": {},
2640
- "size": {},
2641
- "inset-block-start": {},
2642
- "baseline": {
2643
- "inset-block-start": {}
2644
- }
2645
- },
2646
- "page-footer": {
2647
- "min-height": {},
2648
- "logo": {
2649
- "max-height": {
2650
- "value": "100px",
2651
- "filePath": "src/component/conduction/page-footer.tokens.json",
2551
+ "hover": {
2552
+ "background-color": {
2553
+ "value": "#2b2b2bcc",
2554
+ "filePath": "src/component/utrecht/button.tokens.json",
2652
2555
  "isSource": true,
2653
2556
  "original": {
2654
- "value": "100px"
2557
+ "value": "{xxllnc.color.black.17-hover}"
2655
2558
  },
2656
- "name": "utrechtPageFooterLogoMaxHeight",
2559
+ "name": "utrechtButtonHoverBackgroundColor",
2657
2560
  "attributes": {
2658
2561
  "category": "utrecht",
2659
- "type": "page-footer",
2660
- "item": "logo",
2661
- "subitem": "max-height"
2562
+ "type": "button",
2563
+ "item": "hover",
2564
+ "subitem": "background-color"
2662
2565
  },
2663
2566
  "path": [
2664
2567
  "utrecht",
2665
- "page-footer",
2666
- "logo",
2667
- "max-height"
2568
+ "button",
2569
+ "hover",
2570
+ "background-color"
2668
2571
  ]
2669
2572
  },
2670
- "max-width": {
2671
- "value": "120px",
2672
- "filePath": "src/component/conduction/page-footer.tokens.json",
2573
+ "border-color": {},
2574
+ "color": {
2575
+ "value": "#e5e5e5cc",
2576
+ "filePath": "src/component/utrecht/button.tokens.json",
2673
2577
  "isSource": true,
2674
2578
  "original": {
2675
- "value": "120px"
2579
+ "value": "{xxllnc.color.grey.90-hover}"
2676
2580
  },
2677
- "name": "utrechtPageFooterLogoMaxWidth",
2581
+ "name": "utrechtButtonHoverColor",
2678
2582
  "attributes": {
2679
2583
  "category": "utrecht",
2680
- "type": "page-footer",
2681
- "item": "logo",
2682
- "subitem": "max-width"
2584
+ "type": "button",
2585
+ "item": "hover",
2586
+ "subitem": "color"
2683
2587
  },
2684
2588
  "path": [
2685
2589
  "utrecht",
2686
- "page-footer",
2687
- "logo",
2688
- "max-width"
2590
+ "button",
2591
+ "hover",
2592
+ "color"
2689
2593
  ]
2690
- }
2691
- },
2692
- "background-position": {},
2693
- "background-color": {
2694
- "value": "#ffffff",
2695
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2696
- "isSource": true,
2697
- "original": {
2698
- "value": "{xxllnc.color.white.100}"
2699
- },
2700
- "name": "utrechtPageFooterBackgroundColor",
2701
- "attributes": {
2702
- "category": "utrecht",
2703
- "type": "page-footer",
2704
- "item": "background-color"
2705
2594
  },
2706
- "path": [
2707
- "utrecht",
2708
- "page-footer",
2709
- "background-color"
2710
- ]
2595
+ "scale": {}
2711
2596
  },
2712
- "background-image": {
2713
- "value": "unset",
2714
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2715
- "isSource": true,
2716
- "original": {
2717
- "value": "unset"
2718
- },
2719
- "name": "utrechtPageFooterBackgroundImage",
2720
- "attributes": {
2721
- "category": "utrecht",
2722
- "type": "page-footer",
2723
- "item": "background-image"
2724
- },
2725
- "path": [
2726
- "utrecht",
2727
- "page-footer",
2728
- "background-image"
2729
- ]
2730
- },
2731
- "color": {
2732
- "value": "#000000ad",
2733
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2734
- "isSource": true,
2735
- "original": {
2736
- "value": "{xxllnc.color.primary}"
2737
- },
2738
- "name": "utrechtPageFooterColor",
2739
- "attributes": {
2740
- "category": "utrecht",
2741
- "type": "page-footer",
2742
- "item": "color"
2743
- },
2744
- "path": [
2745
- "utrecht",
2746
- "page-footer",
2747
- "color"
2748
- ]
2749
- },
2750
- "padding-inline-end": {
2751
- "value": "14px",
2752
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2753
- "isSource": true,
2754
- "original": {
2755
- "value": "{xxllnc.size.sm}"
2756
- },
2757
- "name": "utrechtPageFooterPaddingInlineEnd",
2758
- "attributes": {
2759
- "category": "utrecht",
2760
- "type": "page-footer",
2761
- "item": "padding-inline-end"
2762
- },
2763
- "path": [
2764
- "utrecht",
2765
- "page-footer",
2766
- "padding-inline-end"
2767
- ]
2768
- },
2769
- "padding-inline-start": {
2770
- "value": "14px",
2771
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2772
- "isSource": true,
2773
- "original": {
2774
- "value": "{xxllnc.size.sm}"
2775
- },
2776
- "name": "utrechtPageFooterPaddingInlineStart",
2777
- "attributes": {
2778
- "category": "utrecht",
2779
- "type": "page-footer",
2780
- "item": "padding-inline-start"
2781
- },
2782
- "path": [
2783
- "utrecht",
2784
- "page-footer",
2785
- "padding-inline-start"
2786
- ]
2787
- },
2788
- "padding-block-end": {
2789
- "value": "48px",
2790
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2791
- "isSource": true,
2792
- "original": {
2793
- "value": "{xxllnc.size.2xl}"
2794
- },
2795
- "name": "utrechtPageFooterPaddingBlockEnd",
2796
- "attributes": {
2797
- "category": "utrecht",
2798
- "type": "page-footer",
2799
- "item": "padding-block-end"
2800
- },
2801
- "path": [
2802
- "utrecht",
2803
- "page-footer",
2804
- "padding-block-end"
2805
- ]
2597
+ "pressed": {
2598
+ "background-color": {},
2599
+ "border-color": {},
2600
+ "color": {}
2806
2601
  },
2807
- "padding-block-start": {
2808
- "value": "48px",
2809
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2810
- "isSource": true,
2811
- "original": {
2812
- "value": "{xxllnc.size.2xl}"
2813
- },
2814
- "name": "utrechtPageFooterPaddingBlockStart",
2815
- "attributes": {
2816
- "category": "utrecht",
2817
- "type": "page-footer",
2818
- "item": "padding-block-start"
2819
- },
2820
- "path": [
2821
- "utrecht",
2822
- "page-footer",
2823
- "padding-block-start"
2824
- ]
2825
- }
2826
- },
2827
- "page-header": {
2828
- "logo": {
2829
- "max-height": {},
2830
- "max-width": {
2831
- "value": "70px",
2832
- "filePath": "src/component/conduction/page-header.tokens.json",
2602
+ "primary-action": {
2603
+ "background-color": {
2604
+ "value": "#2b2b2b",
2605
+ "filePath": "src/component/utrecht/button.tokens.json",
2833
2606
  "isSource": true,
2834
2607
  "original": {
2835
- "value": "70px"
2608
+ "value": "{xxllnc.color.black.17}"
2836
2609
  },
2837
- "name": "utrechtPageHeaderLogoMaxWidth",
2610
+ "name": "utrechtButtonPrimaryActionBackgroundColor",
2838
2611
  "attributes": {
2839
2612
  "category": "utrecht",
2840
- "type": "page-header",
2841
- "item": "logo",
2842
- "subitem": "max-width"
2613
+ "type": "button",
2614
+ "item": "primary-action",
2615
+ "subitem": "background-color"
2843
2616
  },
2844
2617
  "path": [
2845
2618
  "utrecht",
2846
- "page-header",
2847
- "logo",
2848
- "max-width"
2619
+ "button",
2620
+ "primary-action",
2621
+ "background-color"
2849
2622
  ]
2850
- }
2851
- },
2852
- "background-color": {
2853
- "value": "#eaeaea",
2854
- "filePath": "src/component/utrecht/page-header.tokens.json",
2855
- "isSource": true,
2856
- "original": {
2857
- "value": "{xxllnc.color.grey.92}"
2858
- },
2859
- "name": "utrechtPageHeaderBackgroundColor",
2860
- "attributes": {
2861
- "category": "utrecht",
2862
- "type": "page-header",
2863
- "item": "background-color"
2864
- },
2865
- "path": [
2866
- "utrecht",
2867
- "page-header",
2868
- "background-color"
2869
- ]
2870
- },
2871
- "color": {
2872
- "value": "#28282c",
2873
- "filePath": "src/component/utrecht/page-header.tokens.json",
2874
- "isSource": true,
2875
- "original": {
2876
- "value": "{xxllnc.color.black.16}"
2877
- },
2878
- "name": "utrechtPageHeaderColor",
2879
- "attributes": {
2880
- "category": "utrecht",
2881
- "type": "page-header",
2882
- "item": "color"
2883
- },
2884
- "path": [
2885
- "utrecht",
2886
- "page-header",
2887
- "color"
2888
- ]
2889
- },
2890
- "padding-block-start": {
2891
- "value": "14px",
2892
- "filePath": "src/component/utrecht/page-header.tokens.json",
2893
- "isSource": true,
2894
- "original": {
2895
- "value": "{xxllnc.size.sm}"
2896
- },
2897
- "name": "utrechtPageHeaderPaddingBlockStart",
2898
- "attributes": {
2899
- "category": "utrecht",
2900
- "type": "page-header",
2901
- "item": "padding-block-start"
2902
- },
2903
- "path": [
2904
- "utrecht",
2905
- "page-header",
2906
- "padding-block-start"
2907
- ]
2908
- },
2909
- "padding-block-end": {
2910
- "value": "14px",
2911
- "filePath": "src/component/utrecht/page-header.tokens.json",
2912
- "isSource": true,
2913
- "original": {
2914
- "value": "{xxllnc.size.sm}"
2915
- },
2916
- "name": "utrechtPageHeaderPaddingBlockEnd",
2917
- "attributes": {
2918
- "category": "utrecht",
2919
- "type": "page-header",
2920
- "item": "padding-block-end"
2921
2623
  },
2922
- "path": [
2923
- "utrecht",
2924
- "page-header",
2925
- "padding-block-end"
2926
- ]
2927
- }
2928
- },
2929
- "table": {
2930
- "background-color": {},
2931
- "header": {
2932
- "border-block-end-color": {},
2933
- "border-block-end-width": {},
2934
- "font-family": {},
2935
- "font-weight": {
2936
- "value": "700",
2937
- "filePath": "src/component/utrecht/table.tokens.json",
2624
+ "border-color": {},
2625
+ "border-width": {
2626
+ "value": 0,
2627
+ "filePath": "src/component/utrecht/button.tokens.json",
2938
2628
  "isSource": true,
2939
2629
  "original": {
2940
- "value": "{xxllnc.typography.font-weight.bold}"
2630
+ "value": 0
2941
2631
  },
2942
- "name": "utrechtTableHeaderFontWeight",
2632
+ "name": "utrechtButtonPrimaryActionBorderWidth",
2943
2633
  "attributes": {
2944
2634
  "category": "utrecht",
2945
- "type": "table",
2946
- "item": "header",
2947
- "subitem": "font-weight"
2635
+ "type": "button",
2636
+ "item": "primary-action",
2637
+ "subitem": "border-width"
2948
2638
  },
2949
2639
  "path": [
2950
2640
  "utrecht",
2951
- "table",
2952
- "header",
2953
- "font-weight"
2641
+ "button",
2642
+ "primary-action",
2643
+ "border-width"
2954
2644
  ]
2955
2645
  },
2956
- "background-color": {},
2957
2646
  "color": {
2958
- "value": "#28282c",
2959
- "filePath": "src/component/utrecht/table.tokens.json",
2647
+ "value": "#e5e5e5",
2648
+ "filePath": "src/component/utrecht/button.tokens.json",
2960
2649
  "isSource": true,
2961
2650
  "original": {
2962
- "value": "{utrecht.document.color}"
2651
+ "value": "{xxllnc.color.grey.90}"
2963
2652
  },
2964
- "name": "utrechtTableHeaderColor",
2653
+ "name": "utrechtButtonPrimaryActionColor",
2965
2654
  "attributes": {
2966
2655
  "category": "utrecht",
2967
- "type": "table",
2968
- "item": "header",
2656
+ "type": "button",
2657
+ "item": "primary-action",
2969
2658
  "subitem": "color"
2970
2659
  },
2971
2660
  "path": [
2972
2661
  "utrecht",
2973
- "table",
2974
- "header",
2662
+ "button",
2663
+ "primary-action",
2975
2664
  "color"
2976
2665
  ]
2977
2666
  },
2978
- "text-transform": {
2979
- "value": "unset",
2980
- "filePath": "src/component/utrecht/table.tokens.json",
2667
+ "font-weight": {
2668
+ "value": "inherit",
2669
+ "filePath": "src/component/utrecht/button.tokens.json",
2981
2670
  "isSource": true,
2982
2671
  "original": {
2983
- "value": "unset"
2672
+ "value": "inherit"
2984
2673
  },
2985
- "name": "utrechtTableHeaderTextTransform",
2674
+ "name": "utrechtButtonPrimaryActionFontWeight",
2986
2675
  "attributes": {
2987
2676
  "category": "utrecht",
2988
- "type": "table",
2989
- "item": "header",
2990
- "subitem": "text-transform"
2677
+ "type": "button",
2678
+ "item": "primary-action",
2679
+ "subitem": "font-weight"
2991
2680
  },
2992
2681
  "path": [
2993
2682
  "utrecht",
2994
- "table",
2995
- "header",
2996
- "text-transform"
2683
+ "button",
2684
+ "primary-action",
2685
+ "font-weight"
2997
2686
  ]
2998
- }
2999
- },
3000
- "row": {
2687
+ },
2688
+ "active": {
2689
+ "background-color": {},
2690
+ "border-color": {},
2691
+ "color": {}
2692
+ },
2693
+ "disabled": {
2694
+ "background-color": {},
2695
+ "border-color": {},
2696
+ "color": {}
2697
+ },
3001
2698
  "hover": {
2699
+ "background-color": {
2700
+ "value": "#2b2b2b",
2701
+ "filePath": "src/component/utrecht/button.tokens.json",
2702
+ "isSource": true,
2703
+ "original": {
2704
+ "value": "{xxllnc.color.black.17}"
2705
+ },
2706
+ "name": "utrechtButtonPrimaryActionHoverBackgroundColor",
2707
+ "attributes": {
2708
+ "category": "utrecht",
2709
+ "type": "button",
2710
+ "item": "primary-action",
2711
+ "subitem": "hover",
2712
+ "state": "background-color"
2713
+ },
2714
+ "path": [
2715
+ "utrecht",
2716
+ "button",
2717
+ "primary-action",
2718
+ "hover",
2719
+ "background-color"
2720
+ ]
2721
+ },
2722
+ "border-color": {},
2723
+ "color": {
2724
+ "value": "#e5e5e5",
2725
+ "filePath": "src/component/utrecht/button.tokens.json",
2726
+ "isSource": true,
2727
+ "original": {
2728
+ "value": "{xxllnc.color.grey.90}"
2729
+ },
2730
+ "name": "utrechtButtonPrimaryActionHoverColor",
2731
+ "attributes": {
2732
+ "category": "utrecht",
2733
+ "type": "button",
2734
+ "item": "primary-action",
2735
+ "subitem": "hover",
2736
+ "state": "color"
2737
+ },
2738
+ "path": [
2739
+ "utrecht",
2740
+ "button",
2741
+ "primary-action",
2742
+ "hover",
2743
+ "color"
2744
+ ]
2745
+ },
2746
+ "scale": {}
2747
+ },
2748
+ "focus": {
3002
2749
  "background-color": {},
2750
+ "border-color": {},
3003
2751
  "color": {}
3004
2752
  },
3005
- "border-block-end-color": {
3006
- "value": "#f5f5f5",
3007
- "filePath": "src/component/utrecht/table.tokens.json",
2753
+ "pressed": {
2754
+ "background-color": {},
2755
+ "border-color": {},
2756
+ "color": {}
2757
+ }
2758
+ },
2759
+ "secondary-action": {
2760
+ "background-color": {
2761
+ "value": "#ffffff",
2762
+ "filePath": "src/component/utrecht/button.tokens.json",
3008
2763
  "isSource": true,
3009
2764
  "original": {
3010
- "value": "{xxllnc.color.lightgrey.96}"
2765
+ "value": "{xxllnc.color.white.100}"
3011
2766
  },
3012
- "name": "utrechtTableRowBorderBlockEndColor",
2767
+ "name": "utrechtButtonSecondaryActionBackgroundColor",
3013
2768
  "attributes": {
3014
2769
  "category": "utrecht",
3015
- "type": "table",
3016
- "item": "row",
3017
- "subitem": "border-block-end-color"
2770
+ "type": "button",
2771
+ "item": "secondary-action",
2772
+ "subitem": "background-color"
3018
2773
  },
3019
2774
  "path": [
3020
2775
  "utrecht",
3021
- "table",
3022
- "row",
3023
- "border-block-end-color"
2776
+ "button",
2777
+ "secondary-action",
2778
+ "background-color"
3024
2779
  ]
3025
2780
  },
3026
- "border-block-end-width": {
3027
- "value": "1px",
3028
- "filePath": "src/component/utrecht/table.tokens.json",
2781
+ "border-color": {
2782
+ "value": "#2b2b2b",
2783
+ "filePath": "src/component/utrecht/button.tokens.json",
3029
2784
  "isSource": true,
3030
2785
  "original": {
3031
- "value": "{xxllnc.size.4xs}"
2786
+ "value": "{xxllnc.color.black.17}"
3032
2787
  },
3033
- "name": "utrechtTableRowBorderBlockEndWidth",
2788
+ "name": "utrechtButtonSecondaryActionBorderColor",
3034
2789
  "attributes": {
3035
2790
  "category": "utrecht",
3036
- "type": "table",
3037
- "item": "row",
3038
- "subitem": "border-block-end-width"
2791
+ "type": "button",
2792
+ "item": "secondary-action",
2793
+ "subitem": "border-color"
3039
2794
  },
3040
2795
  "path": [
3041
2796
  "utrecht",
3042
- "table",
3043
- "row",
3044
- "border-block-end-width"
2797
+ "button",
2798
+ "secondary-action",
2799
+ "border-color"
3045
2800
  ]
3046
2801
  },
3047
- "padding-inline-end": {},
3048
- "padding-inline-start": {},
3049
- "alternate-odd": {
2802
+ "border-width": {
2803
+ "value": "2px",
2804
+ "filePath": "src/component/utrecht/button.tokens.json",
2805
+ "isSource": true,
2806
+ "original": {
2807
+ "value": "{xxllnc.size.3xs}"
2808
+ },
2809
+ "name": "utrechtButtonSecondaryActionBorderWidth",
2810
+ "attributes": {
2811
+ "category": "utrecht",
2812
+ "type": "button",
2813
+ "item": "secondary-action",
2814
+ "subitem": "border-width"
2815
+ },
2816
+ "path": [
2817
+ "utrecht",
2818
+ "button",
2819
+ "secondary-action",
2820
+ "border-width"
2821
+ ]
2822
+ },
2823
+ "color": {
2824
+ "value": "#2b2b2b",
2825
+ "filePath": "src/component/utrecht/button.tokens.json",
2826
+ "isSource": true,
2827
+ "original": {
2828
+ "value": "{xxllnc.color.black.17}"
2829
+ },
2830
+ "name": "utrechtButtonSecondaryActionColor",
2831
+ "attributes": {
2832
+ "category": "utrecht",
2833
+ "type": "button",
2834
+ "item": "secondary-action",
2835
+ "subitem": "color"
2836
+ },
2837
+ "path": [
2838
+ "utrecht",
2839
+ "button",
2840
+ "secondary-action",
2841
+ "color"
2842
+ ]
2843
+ },
2844
+ "font-weight": {
2845
+ "value": "400",
2846
+ "filePath": "src/component/utrecht/button.tokens.json",
2847
+ "isSource": true,
2848
+ "original": {
2849
+ "value": "{xxllnc.typography.font-weight.normal}"
2850
+ },
2851
+ "name": "utrechtButtonSecondaryActionFontWeight",
2852
+ "attributes": {
2853
+ "category": "utrecht",
2854
+ "type": "button",
2855
+ "item": "secondary-action",
2856
+ "subitem": "font-weight"
2857
+ },
2858
+ "path": [
2859
+ "utrecht",
2860
+ "button",
2861
+ "secondary-action",
2862
+ "font-weight"
2863
+ ]
2864
+ },
2865
+ "active": {
3050
2866
  "background-color": {},
2867
+ "border-color": {},
3051
2868
  "color": {}
3052
2869
  },
3053
- "alternate-even": {
2870
+ "disabled": {
3054
2871
  "background-color": {},
2872
+ "border-color": {},
3055
2873
  "color": {}
3056
- }
3057
- },
3058
- "body": {
3059
- "border": {}
3060
- },
3061
- "caption": {
3062
- "font-style": {},
3063
- "font-weight": {},
3064
- "font-family": {},
3065
- "font-size": {},
3066
- "color": {},
3067
- "line-height": {},
3068
- "text-align": {},
3069
- "margin-block-end": {}
3070
- },
3071
- "border-color": {
3072
- "value": "#f5f5f5",
3073
- "filePath": "src/component/utrecht/table.tokens.json",
3074
- "isSource": true,
3075
- "original": {
3076
- "value": "{xxllnc.color.lightgrey.96}"
3077
- },
3078
- "name": "utrechtTableBorderColor",
3079
- "attributes": {
3080
- "category": "utrecht",
3081
- "type": "table",
3082
- "item": "border-color"
3083
- },
3084
- "path": [
3085
- "utrecht",
3086
- "table",
3087
- "border-color"
3088
- ]
3089
- },
3090
- "border-width": {
3091
- "value": "1px",
3092
- "filePath": "src/component/utrecht/table.tokens.json",
3093
- "isSource": true,
3094
- "original": {
3095
- "value": "{xxllnc.size.4xs}"
3096
2874
  },
3097
- "name": "utrechtTableBorderWidth",
2875
+ "hover": {
2876
+ "background-color": {
2877
+ "value": "#ffffff",
2878
+ "filePath": "src/component/utrecht/button.tokens.json",
2879
+ "isSource": true,
2880
+ "original": {
2881
+ "value": "{xxllnc.color.white.100}"
2882
+ },
2883
+ "name": "utrechtButtonSecondaryActionHoverBackgroundColor",
2884
+ "attributes": {
2885
+ "category": "utrecht",
2886
+ "type": "button",
2887
+ "item": "secondary-action",
2888
+ "subitem": "hover",
2889
+ "state": "background-color"
2890
+ },
2891
+ "path": [
2892
+ "utrecht",
2893
+ "button",
2894
+ "secondary-action",
2895
+ "hover",
2896
+ "background-color"
2897
+ ]
2898
+ },
2899
+ "border-color": {
2900
+ "value": "#2b2b2bcc",
2901
+ "filePath": "src/component/utrecht/button.tokens.json",
2902
+ "isSource": true,
2903
+ "original": {
2904
+ "value": "{xxllnc.color.black.17-hover}"
2905
+ },
2906
+ "name": "utrechtButtonSecondaryActionHoverBorderColor",
2907
+ "attributes": {
2908
+ "category": "utrecht",
2909
+ "type": "button",
2910
+ "item": "secondary-action",
2911
+ "subitem": "hover",
2912
+ "state": "border-color"
2913
+ },
2914
+ "path": [
2915
+ "utrecht",
2916
+ "button",
2917
+ "secondary-action",
2918
+ "hover",
2919
+ "border-color"
2920
+ ]
2921
+ },
2922
+ "color": {
2923
+ "value": "#2b2b2bcc",
2924
+ "filePath": "src/component/utrecht/button.tokens.json",
2925
+ "isSource": true,
2926
+ "original": {
2927
+ "value": "{xxllnc.color.black.17-hover}"
2928
+ },
2929
+ "name": "utrechtButtonSecondaryActionHoverColor",
2930
+ "attributes": {
2931
+ "category": "utrecht",
2932
+ "type": "button",
2933
+ "item": "secondary-action",
2934
+ "subitem": "hover",
2935
+ "state": "color"
2936
+ },
2937
+ "path": [
2938
+ "utrecht",
2939
+ "button",
2940
+ "secondary-action",
2941
+ "hover",
2942
+ "color"
2943
+ ]
2944
+ }
2945
+ },
2946
+ "focus": {
2947
+ "background-color": {},
2948
+ "border-color": {},
2949
+ "color": {}
2950
+ },
2951
+ "pressed": {
2952
+ "background-color": {},
2953
+ "border-color": {},
2954
+ "color": {}
2955
+ }
2956
+ },
2957
+ "subtle": {
2958
+ "background-color": {},
2959
+ "border-color": {},
2960
+ "border-width": {},
2961
+ "color": {},
2962
+ "font-weight": {},
2963
+ "active": {
2964
+ "background-color": {},
2965
+ "border-color": {},
2966
+ "color": {}
2967
+ },
2968
+ "disabled": {
2969
+ "background-color": {},
2970
+ "border-color": {},
2971
+ "color": {}
2972
+ },
2973
+ "hover": {
2974
+ "background-color": {},
2975
+ "border-color": {},
2976
+ "color": {}
2977
+ },
2978
+ "focus": {
2979
+ "background-color": {},
2980
+ "border-color": {},
2981
+ "color": {}
2982
+ },
2983
+ "pressed": {
2984
+ "background-color": {},
2985
+ "border-color": {},
2986
+ "color": {}
2987
+ }
2988
+ }
2989
+ },
2990
+ "code": {
2991
+ "background-color": {
2992
+ "value": "#f5f5f5",
2993
+ "filePath": "src/component/utrecht/code.tokens.json",
2994
+ "isSource": true,
2995
+ "original": {
2996
+ "value": "{xxllnc.color.lightgrey.96}"
2997
+ },
2998
+ "name": "utrechtCodeBackgroundColor",
3098
2999
  "attributes": {
3099
3000
  "category": "utrecht",
3100
- "type": "table",
3101
- "item": "border-width"
3001
+ "type": "code",
3002
+ "item": "background-color"
3102
3003
  },
3103
3004
  "path": [
3104
3005
  "utrecht",
3105
- "table",
3106
- "border-width"
3006
+ "code",
3007
+ "background-color"
3008
+ ]
3009
+ },
3010
+ "color": {
3011
+ "value": "#28282c",
3012
+ "filePath": "src/component/utrecht/code.tokens.json",
3013
+ "isSource": true,
3014
+ "original": {
3015
+ "value": "{xxllnc.color.black.16}"
3016
+ },
3017
+ "name": "utrechtCodeColor",
3018
+ "attributes": {
3019
+ "category": "utrecht",
3020
+ "type": "code",
3021
+ "item": "color"
3022
+ },
3023
+ "path": [
3024
+ "utrecht",
3025
+ "code",
3026
+ "color"
3107
3027
  ]
3108
3028
  },
3109
3029
  "font-family": {
3110
- "value": "neue-haas-grotesk-text, sans-serif",
3111
- "filePath": "src/component/utrecht/table.tokens.json",
3030
+ "value": "Monospace, \"Lucida Console\"",
3031
+ "filePath": "src/component/utrecht/code.tokens.json",
3112
3032
  "isSource": true,
3113
3033
  "original": {
3114
- "value": "{utrecht.document.font-family}"
3034
+ "value": "{xxllnc.typography.monospace.font-family}"
3115
3035
  },
3116
- "name": "utrechtTableFontFamily",
3036
+ "name": "utrechtCodeFontFamily",
3117
3037
  "attributes": {
3118
3038
  "category": "utrecht",
3119
- "type": "table",
3039
+ "type": "code",
3120
3040
  "item": "font-family"
3121
3041
  },
3122
3042
  "path": [
3123
3043
  "utrecht",
3124
- "table",
3044
+ "code",
3125
3045
  "font-family"
3126
3046
  ]
3127
3047
  },
3128
3048
  "font-size": {
3129
- "value": "16px",
3130
- "filePath": "src/component/utrecht/table.tokens.json",
3049
+ "value": "inherit",
3050
+ "filePath": "src/component/utrecht/code.tokens.json",
3131
3051
  "isSource": true,
3132
3052
  "original": {
3133
- "value": "{utrecht.document.font-size}"
3053
+ "value": "inherit"
3134
3054
  },
3135
- "name": "utrechtTableFontSize",
3055
+ "name": "utrechtCodeFontSize",
3136
3056
  "attributes": {
3137
3057
  "category": "utrecht",
3138
- "type": "table",
3058
+ "type": "code",
3139
3059
  "item": "font-size"
3140
3060
  },
3141
3061
  "path": [
3142
3062
  "utrecht",
3143
- "table",
3063
+ "code",
3144
3064
  "font-size"
3145
3065
  ]
3146
3066
  },
3147
- "line-height": {},
3148
- "margin-block-end": {
3149
- "value": 0,
3150
- "filePath": "src/component/utrecht/table.tokens.json",
3067
+ "line-height": {}
3068
+ },
3069
+ "code-block": {
3070
+ "background-color": {
3071
+ "value": "#f5f5f5",
3072
+ "filePath": "src/component/utrecht/code.tokens.json",
3151
3073
  "isSource": true,
3152
3074
  "original": {
3153
- "value": 0
3075
+ "value": "{xxllnc.color.lightgrey.96}"
3154
3076
  },
3155
- "name": "utrechtTableMarginBlockEnd",
3077
+ "name": "utrechtCodeBlockBackgroundColor",
3156
3078
  "attributes": {
3157
3079
  "category": "utrecht",
3158
- "type": "table",
3159
- "item": "margin-block-end"
3080
+ "type": "code-block",
3081
+ "item": "background-color"
3160
3082
  },
3161
3083
  "path": [
3162
3084
  "utrecht",
3163
- "table",
3164
- "margin-block-end"
3085
+ "code-block",
3086
+ "background-color"
3165
3087
  ]
3166
3088
  },
3167
- "margin-block-start": {
3168
- "value": "18px",
3169
- "filePath": "src/component/utrecht/table.tokens.json",
3089
+ "color": {
3090
+ "value": "#28282c",
3091
+ "filePath": "src/component/utrecht/code.tokens.json",
3170
3092
  "isSource": true,
3171
3093
  "original": {
3172
- "value": "{xxllnc.size.md}"
3094
+ "value": "{xxllnc.color.black.16}"
3173
3095
  },
3174
- "name": "utrechtTableMarginBlockStart",
3096
+ "name": "utrechtCodeBlockColor",
3175
3097
  "attributes": {
3176
3098
  "category": "utrecht",
3177
- "type": "table",
3178
- "item": "margin-block-start"
3099
+ "type": "code-block",
3100
+ "item": "color"
3179
3101
  },
3180
3102
  "path": [
3181
3103
  "utrecht",
3182
- "table",
3183
- "margin-block-start"
3104
+ "code-block",
3105
+ "color"
3184
3106
  ]
3185
3107
  },
3186
- "header-cell": {
3187
- "font-size": {
3188
- "value": "16px",
3189
- "filePath": "src/component/utrecht/table.tokens.json",
3190
- "isSource": true,
3191
- "original": {
3192
- "value": "{utrecht.document.font-size}"
3193
- },
3194
- "name": "utrechtTableHeaderCellFontSize",
3195
- "attributes": {
3196
- "category": "utrecht",
3197
- "type": "table",
3198
- "item": "header-cell",
3199
- "subitem": "font-size"
3200
- },
3201
- "path": [
3202
- "utrecht",
3203
- "table",
3204
- "header-cell",
3205
- "font-size"
3206
- ]
3108
+ "font-family": {
3109
+ "value": "Monospace, \"Lucida Console\"",
3110
+ "filePath": "src/component/utrecht/code.tokens.json",
3111
+ "isSource": true,
3112
+ "original": {
3113
+ "value": "{xxllnc.typography.monospace.font-family}"
3207
3114
  },
3208
- "font-weight": {
3209
- "value": "700",
3210
- "filePath": "src/component/utrecht/table.tokens.json",
3211
- "isSource": true,
3212
- "original": {
3213
- "value": "{xxllnc.typography.font-weight.bold}"
3214
- },
3215
- "name": "utrechtTableHeaderCellFontWeight",
3216
- "attributes": {
3217
- "category": "utrecht",
3218
- "type": "table",
3219
- "item": "header-cell",
3220
- "subitem": "font-weight"
3221
- },
3222
- "path": [
3223
- "utrecht",
3224
- "table",
3225
- "header-cell",
3226
- "font-weight"
3227
- ]
3228
- },
3229
- "color": {
3230
- "value": "#28282c",
3231
- "filePath": "src/component/utrecht/table.tokens.json",
3232
- "isSource": true,
3233
- "original": {
3234
- "value": "{utrecht.document.color}"
3235
- },
3236
- "name": "utrechtTableHeaderCellColor",
3237
- "attributes": {
3238
- "category": "utrecht",
3239
- "type": "table",
3240
- "item": "header-cell",
3241
- "subitem": "color"
3242
- },
3243
- "path": [
3244
- "utrecht",
3245
- "table",
3246
- "header-cell",
3247
- "color"
3248
- ]
3249
- },
3250
- "text-transform": {
3251
- "value": "unset",
3252
- "filePath": "src/component/utrecht/table.tokens.json",
3253
- "isSource": true,
3254
- "original": {
3255
- "value": "unset"
3256
- },
3257
- "name": "utrechtTableHeaderCellTextTransform",
3258
- "attributes": {
3259
- "category": "utrecht",
3260
- "type": "table",
3261
- "item": "header-cell",
3262
- "subitem": "text-transform"
3263
- },
3264
- "path": [
3265
- "utrecht",
3266
- "table",
3267
- "header-cell",
3268
- "text-transform"
3269
- ]
3270
- }
3271
- },
3272
- "cell": {
3273
- "line-height": {},
3274
- "padding-block-end": {
3275
- "value": "18px",
3276
- "filePath": "src/component/utrecht/table.tokens.json",
3277
- "isSource": true,
3278
- "original": {
3279
- "value": "{xxllnc.size.md}"
3280
- },
3281
- "name": "utrechtTableCellPaddingBlockEnd",
3282
- "attributes": {
3283
- "category": "utrecht",
3284
- "type": "table",
3285
- "item": "cell",
3286
- "subitem": "padding-block-end"
3287
- },
3288
- "path": [
3289
- "utrecht",
3290
- "table",
3291
- "cell",
3292
- "padding-block-end"
3293
- ]
3294
- },
3295
- "padding-block-start": {
3296
- "value": "18px",
3297
- "filePath": "src/component/utrecht/table.tokens.json",
3298
- "isSource": true,
3299
- "original": {
3300
- "value": "{xxllnc.size.md}"
3301
- },
3302
- "name": "utrechtTableCellPaddingBlockStart",
3303
- "attributes": {
3304
- "category": "utrecht",
3305
- "type": "table",
3306
- "item": "cell",
3307
- "subitem": "padding-block-start"
3308
- },
3309
- "path": [
3310
- "utrecht",
3311
- "table",
3312
- "cell",
3313
- "padding-block-start"
3314
- ]
3315
- },
3316
- "padding-inline-end": {
3317
- "value": "18px",
3318
- "filePath": "src/component/utrecht/table.tokens.json",
3319
- "isSource": true,
3320
- "original": {
3321
- "value": "{xxllnc.size.md}"
3322
- },
3323
- "name": "utrechtTableCellPaddingInlineEnd",
3324
- "attributes": {
3325
- "category": "utrecht",
3326
- "type": "table",
3327
- "item": "cell",
3328
- "subitem": "padding-inline-end"
3329
- },
3330
- "path": [
3331
- "utrecht",
3332
- "table",
3333
- "cell",
3334
- "padding-inline-end"
3335
- ]
3336
- },
3337
- "padding-inline-start": {
3338
- "value": "18px",
3339
- "filePath": "src/component/utrecht/table.tokens.json",
3340
- "isSource": true,
3341
- "original": {
3342
- "value": "{xxllnc.size.md}"
3343
- },
3344
- "name": "utrechtTableCellPaddingInlineStart",
3345
- "attributes": {
3346
- "category": "utrecht",
3347
- "type": "table",
3348
- "item": "cell",
3349
- "subitem": "padding-inline-start"
3350
- },
3351
- "path": [
3352
- "utrecht",
3353
- "table",
3354
- "cell",
3355
- "padding-inline-start"
3356
- ]
3357
- },
3358
- "icon": {
3359
- "size": {}
3360
- }
3361
- }
3362
- },
3363
- "textbox": {
3364
- "background-color": {
3365
- "value": "#ffffff",
3366
- "filePath": "src/component/conduction/textbox.tokens.json",
3367
- "isSource": true,
3368
- "original": {
3369
- "value": "{xxllnc.color.white.100-0t}"
3370
- },
3371
- "name": "utrechtTextboxBackgroundColor",
3115
+ "name": "utrechtCodeBlockFontFamily",
3372
3116
  "attributes": {
3373
3117
  "category": "utrecht",
3374
- "type": "textbox",
3375
- "item": "background-color"
3118
+ "type": "code-block",
3119
+ "item": "font-family"
3376
3120
  },
3377
3121
  "path": [
3378
3122
  "utrecht",
3379
- "textbox",
3380
- "background-color"
3123
+ "code-block",
3124
+ "font-family"
3381
3125
  ]
3382
3126
  },
3383
- "border-bottom-width": {},
3384
- "border-color": {
3385
- "value": "#00000038",
3386
- "filePath": "src/component/conduction/textbox.tokens.json",
3127
+ "font-size": {
3128
+ "value": "16px",
3129
+ "filePath": "src/component/utrecht/code.tokens.json",
3387
3130
  "isSource": true,
3388
3131
  "original": {
3389
- "value": "{xxllnc.color.black.0-22t}"
3132
+ "value": "{xxllnc.font-size.md}"
3390
3133
  },
3391
- "name": "utrechtTextboxBorderColor",
3134
+ "name": "utrechtCodeBlockFontSize",
3392
3135
  "attributes": {
3393
3136
  "category": "utrecht",
3394
- "type": "textbox",
3395
- "item": "border-color"
3137
+ "type": "code-block",
3138
+ "item": "font-size"
3396
3139
  },
3397
3140
  "path": [
3398
3141
  "utrecht",
3399
- "textbox",
3400
- "border-color"
3142
+ "code-block",
3143
+ "font-size"
3401
3144
  ]
3402
3145
  },
3403
- "border-radius": {
3404
- "value": "6px",
3405
- "filePath": "src/component/conduction/textbox.tokens.json",
3146
+ "line-height": {
3147
+ "value": "24px",
3148
+ "filePath": "src/component/utrecht/code.tokens.json",
3406
3149
  "isSource": true,
3407
3150
  "original": {
3408
- "value": "6px"
3151
+ "value": "{xxllnc.size.lg}"
3409
3152
  },
3410
- "name": "utrechtTextboxBorderRadius",
3153
+ "name": "utrechtCodeBlockLineHeight",
3411
3154
  "attributes": {
3412
3155
  "category": "utrecht",
3413
- "type": "textbox",
3414
- "item": "border-radius"
3156
+ "type": "code-block",
3157
+ "item": "line-height"
3415
3158
  },
3416
3159
  "path": [
3417
3160
  "utrecht",
3418
- "textbox",
3419
- "border-radius"
3161
+ "code-block",
3162
+ "line-height"
3420
3163
  ]
3421
3164
  },
3422
- "border-width": {
3423
- "value": "1px",
3424
- "filePath": "src/component/conduction/textbox.tokens.json",
3165
+ "margin-block-start": {
3166
+ "value": "18px",
3167
+ "filePath": "src/component/utrecht/code.tokens.json",
3425
3168
  "isSource": true,
3426
3169
  "original": {
3427
- "value": "{xxllnc.size.4xs}"
3170
+ "value": "{xxllnc.size.md}"
3428
3171
  },
3429
- "name": "utrechtTextboxBorderWidth",
3172
+ "name": "utrechtCodeBlockMarginBlockStart",
3430
3173
  "attributes": {
3431
3174
  "category": "utrecht",
3432
- "type": "textbox",
3433
- "item": "border-width"
3175
+ "type": "code-block",
3176
+ "item": "margin-block-start"
3434
3177
  },
3435
3178
  "path": [
3436
3179
  "utrecht",
3437
- "textbox",
3438
- "border-width"
3180
+ "code-block",
3181
+ "margin-block-start"
3439
3182
  ]
3440
3183
  },
3441
- "color": {
3442
- "value": "#6d6d6d",
3443
- "filePath": "src/component/conduction/textbox.tokens.json",
3184
+ "margin-block-end": {
3185
+ "value": "18px",
3186
+ "filePath": "src/component/utrecht/code.tokens.json",
3444
3187
  "isSource": true,
3445
3188
  "original": {
3446
- "value": "{xxllnc.color.grey.43}"
3189
+ "value": "{xxllnc.size.md}"
3447
3190
  },
3448
- "name": "utrechtTextboxColor",
3191
+ "name": "utrechtCodeBlockMarginBlockEnd",
3449
3192
  "attributes": {
3450
3193
  "category": "utrecht",
3451
- "type": "textbox",
3452
- "item": "color"
3194
+ "type": "code-block",
3195
+ "item": "margin-block-end"
3453
3196
  },
3454
3197
  "path": [
3455
3198
  "utrecht",
3456
- "textbox",
3457
- "color"
3199
+ "code-block",
3200
+ "margin-block-end"
3458
3201
  ]
3459
3202
  },
3460
- "font-family": {
3461
- "value": "neue-haas-grotesk-text, sans-serif",
3462
- "filePath": "src/component/conduction/textbox.tokens.json",
3203
+ "margin-inline-start": {
3204
+ "value": 0,
3205
+ "filePath": "src/component/utrecht/code.tokens.json",
3463
3206
  "isSource": true,
3464
3207
  "original": {
3465
- "value": "{xxllnc.typography.sans-serif.font-family}"
3208
+ "value": 0
3466
3209
  },
3467
- "name": "utrechtTextboxFontFamily",
3210
+ "name": "utrechtCodeBlockMarginInlineStart",
3468
3211
  "attributes": {
3469
3212
  "category": "utrecht",
3470
- "type": "textbox",
3471
- "item": "font-family"
3213
+ "type": "code-block",
3214
+ "item": "margin-inline-start"
3472
3215
  },
3473
3216
  "path": [
3474
3217
  "utrecht",
3475
- "textbox",
3476
- "font-family"
3218
+ "code-block",
3219
+ "margin-inline-start"
3477
3220
  ]
3478
3221
  },
3479
- "font-size": {
3480
- "value": "15px",
3481
- "filePath": "src/component/conduction/textbox.tokens.json",
3222
+ "margin-inline-end": {
3223
+ "value": 0,
3224
+ "filePath": "src/component/utrecht/code.tokens.json",
3482
3225
  "isSource": true,
3483
3226
  "original": {
3484
- "value": "15px"
3227
+ "value": 0
3485
3228
  },
3486
- "name": "utrechtTextboxFontSize",
3229
+ "name": "utrechtCodeBlockMarginInlineEnd",
3487
3230
  "attributes": {
3488
3231
  "category": "utrecht",
3489
- "type": "textbox",
3490
- "item": "font-size"
3491
- },
3232
+ "type": "code-block",
3233
+ "item": "margin-inline-end"
3234
+ },
3492
3235
  "path": [
3493
3236
  "utrecht",
3494
- "textbox",
3495
- "font-size"
3237
+ "code-block",
3238
+ "margin-inline-end"
3496
3239
  ]
3497
3240
  },
3498
- "line-height": {},
3499
- "max-inline-size": {},
3500
- "padding-block-end": {
3501
- "value": "8px",
3502
- "filePath": "src/component/conduction/textbox.tokens.json",
3241
+ "padding-block-start": {
3242
+ "value": "18px",
3243
+ "filePath": "src/component/utrecht/code.tokens.json",
3503
3244
  "isSource": true,
3504
3245
  "original": {
3505
- "value": "{xxllnc.size.xs}"
3246
+ "value": "{xxllnc.size.md}"
3506
3247
  },
3507
- "name": "utrechtTextboxPaddingBlockEnd",
3248
+ "name": "utrechtCodeBlockPaddingBlockStart",
3508
3249
  "attributes": {
3509
3250
  "category": "utrecht",
3510
- "type": "textbox",
3511
- "item": "padding-block-end"
3251
+ "type": "code-block",
3252
+ "item": "padding-block-start"
3512
3253
  },
3513
3254
  "path": [
3514
3255
  "utrecht",
3515
- "textbox",
3516
- "padding-block-end"
3256
+ "code-block",
3257
+ "padding-block-start"
3517
3258
  ]
3518
3259
  },
3519
- "padding-block-start": {
3520
- "value": "8px",
3521
- "filePath": "src/component/conduction/textbox.tokens.json",
3260
+ "padding-block-end": {
3261
+ "value": "18px",
3262
+ "filePath": "src/component/utrecht/code.tokens.json",
3522
3263
  "isSource": true,
3523
3264
  "original": {
3524
- "value": "{xxllnc.size.xs}"
3265
+ "value": "{xxllnc.size.md}"
3525
3266
  },
3526
- "name": "utrechtTextboxPaddingBlockStart",
3267
+ "name": "utrechtCodeBlockPaddingBlockEnd",
3527
3268
  "attributes": {
3528
3269
  "category": "utrecht",
3529
- "type": "textbox",
3530
- "item": "padding-block-start"
3270
+ "type": "code-block",
3271
+ "item": "padding-block-end"
3531
3272
  },
3532
3273
  "path": [
3533
3274
  "utrecht",
3534
- "textbox",
3535
- "padding-block-start"
3275
+ "code-block",
3276
+ "padding-block-end"
3536
3277
  ]
3537
3278
  },
3538
- "padding-inline-end": {
3539
- "value": "14px",
3540
- "filePath": "src/component/conduction/textbox.tokens.json",
3279
+ "padding-inline-start": {
3280
+ "value": "18px",
3281
+ "filePath": "src/component/utrecht/code.tokens.json",
3541
3282
  "isSource": true,
3542
3283
  "original": {
3543
- "value": "{xxllnc.size.sm}"
3284
+ "value": "{xxllnc.size.md}"
3544
3285
  },
3545
- "name": "utrechtTextboxPaddingInlineEnd",
3286
+ "name": "utrechtCodeBlockPaddingInlineStart",
3546
3287
  "attributes": {
3547
3288
  "category": "utrecht",
3548
- "type": "textbox",
3549
- "item": "padding-inline-end"
3289
+ "type": "code-block",
3290
+ "item": "padding-inline-start"
3550
3291
  },
3551
3292
  "path": [
3552
3293
  "utrecht",
3553
- "textbox",
3554
- "padding-inline-end"
3294
+ "code-block",
3295
+ "padding-inline-start"
3555
3296
  ]
3556
3297
  },
3557
- "padding-inline-start": {
3558
- "value": "14px",
3559
- "filePath": "src/component/conduction/textbox.tokens.json",
3298
+ "padding-inline-end": {
3299
+ "value": "18px",
3300
+ "filePath": "src/component/utrecht/code.tokens.json",
3560
3301
  "isSource": true,
3561
3302
  "original": {
3562
- "value": "{xxllnc.size.sm}"
3303
+ "value": "{xxllnc.size.md}"
3563
3304
  },
3564
- "name": "utrechtTextboxPaddingInlineStart",
3305
+ "name": "utrechtCodeBlockPaddingInlineEnd",
3565
3306
  "attributes": {
3566
3307
  "category": "utrecht",
3567
- "type": "textbox",
3568
- "item": "padding-inline-start"
3308
+ "type": "code-block",
3309
+ "item": "padding-inline-end"
3569
3310
  },
3570
3311
  "path": [
3571
3312
  "utrecht",
3572
- "textbox",
3573
- "padding-inline-start"
3313
+ "code-block",
3314
+ "padding-inline-end"
3574
3315
  ]
3575
- },
3576
- "placeholder": {
3577
- "color": {
3578
- "value": "#6d6d6d",
3579
- "filePath": "src/component/conduction/textbox.tokens.json",
3580
- "isSource": true,
3581
- "original": {
3582
- "value": "{xxllnc.color.grey.43}"
3583
- },
3584
- "name": "utrechtTextboxPlaceholderColor",
3585
- "attributes": {
3586
- "category": "utrecht",
3587
- "type": "textbox",
3588
- "item": "placeholder",
3589
- "subitem": "color"
3590
- },
3591
- "path": [
3592
- "utrecht",
3593
- "textbox",
3594
- "placeholder",
3595
- "color"
3596
- ]
3597
- }
3598
- },
3599
- "disabled": {
3600
- "background-color": {},
3601
- "border-color": {},
3602
- "color": {}
3603
- },
3604
- "focus": {
3605
- "background-color": {},
3606
- "border-color": {},
3607
- "color": {}
3608
- },
3609
- "invalid": {
3610
- "background-color": {},
3611
- "border-color": {},
3612
- "border-width": {},
3613
- "color": {}
3614
- },
3615
- "read-only": {
3616
- "background-color": {},
3617
- "border-color": {},
3618
- "color": {}
3619
3316
  }
3620
3317
  },
3621
- "blockquote": {
3622
- "background-color": {},
3623
- "color": {},
3624
- "margin-inline-start": {
3625
- "value": "32px",
3626
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3318
+ "document": {
3319
+ "background-color": {
3320
+ "value": "#ffffff",
3321
+ "filePath": "src/component/utrecht/document.tokens.json",
3627
3322
  "isSource": true,
3628
3323
  "original": {
3629
- "value": "{xxllnc.size.xl}"
3324
+ "value": "{xxllnc.color.white.100}"
3630
3325
  },
3631
- "name": "utrechtBlockquoteMarginInlineStart",
3326
+ "name": "utrechtDocumentBackgroundColor",
3632
3327
  "attributes": {
3633
3328
  "category": "utrecht",
3634
- "type": "blockquote",
3635
- "item": "margin-inline-start"
3329
+ "type": "document",
3330
+ "item": "background-color"
3636
3331
  },
3637
3332
  "path": [
3638
3333
  "utrecht",
3639
- "blockquote",
3640
- "margin-inline-start"
3334
+ "document",
3335
+ "background-color"
3641
3336
  ]
3642
3337
  },
3643
- "margin-inline-end": {
3644
- "value": "32px",
3645
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3338
+ "color": {
3339
+ "value": "#28282c",
3340
+ "filePath": "src/component/utrecht/document.tokens.json",
3646
3341
  "isSource": true,
3647
3342
  "original": {
3648
- "value": "{xxllnc.size.xl}"
3343
+ "value": "{xxllnc.color.black.16}"
3649
3344
  },
3650
- "name": "utrechtBlockquoteMarginInlineEnd",
3345
+ "name": "utrechtDocumentColor",
3651
3346
  "attributes": {
3652
3347
  "category": "utrecht",
3653
- "type": "blockquote",
3654
- "item": "margin-inline-end"
3348
+ "type": "document",
3349
+ "item": "color"
3655
3350
  },
3656
3351
  "path": [
3657
3352
  "utrecht",
3658
- "blockquote",
3659
- "margin-inline-end"
3353
+ "document",
3354
+ "color"
3660
3355
  ]
3661
3356
  },
3662
- "margin-inline-block-start": {},
3663
- "margin-inline-block-end": {},
3664
- "font-size": {},
3665
- "font-style": {},
3666
- "font-family": {},
3667
- "padding-inline-start": {},
3668
- "padding-inline-end": {},
3669
- "padding-inline-block-start": {},
3670
- "padding-inline-block-end": {},
3671
- "attribution": {
3672
- "color": {},
3673
- "font-size": {}
3674
- },
3675
- "content": {
3676
- "color": {
3677
- "value": "#28282c",
3678
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3679
- "isSource": true,
3680
- "original": {
3681
- "value": "{xxllnc.color.black.16}"
3682
- },
3683
- "name": "utrechtBlockquoteContentColor",
3684
- "attributes": {
3685
- "category": "utrecht",
3686
- "type": "blockquote",
3687
- "item": "content",
3688
- "subitem": "color"
3689
- },
3690
- "path": [
3691
- "utrecht",
3692
- "blockquote",
3693
- "content",
3694
- "color"
3695
- ]
3696
- },
3697
- "font-size": {
3698
- "value": "16px",
3699
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3700
- "isSource": true,
3701
- "original": {
3702
- "value": "{xxllnc.font-size.md}"
3703
- },
3704
- "name": "utrechtBlockquoteContentFontSize",
3705
- "attributes": {
3706
- "category": "utrecht",
3707
- "type": "blockquote",
3708
- "item": "content",
3709
- "subitem": "font-size"
3710
- },
3711
- "path": [
3712
- "utrecht",
3713
- "blockquote",
3714
- "content",
3715
- "font-size"
3716
- ]
3717
- }
3718
- }
3719
- },
3720
- "button": {
3721
- "background-color": {
3722
- "value": "#2b2b2b",
3723
- "filePath": "src/component/utrecht/button.tokens.json",
3357
+ "font-family": {
3358
+ "value": "neue-haas-grotesk-text, sans-serif",
3359
+ "filePath": "src/component/utrecht/document.tokens.json",
3724
3360
  "isSource": true,
3725
3361
  "original": {
3726
- "value": "{xxllnc.color.black.17}"
3362
+ "value": "{xxllnc.typography.sans-serif.font-family}"
3727
3363
  },
3728
- "name": "utrechtButtonBackgroundColor",
3364
+ "name": "utrechtDocumentFontFamily",
3729
3365
  "attributes": {
3730
3366
  "category": "utrecht",
3731
- "type": "button",
3732
- "item": "background-color"
3367
+ "type": "document",
3368
+ "item": "font-family"
3733
3369
  },
3734
3370
  "path": [
3735
3371
  "utrecht",
3736
- "button",
3737
- "background-color"
3372
+ "document",
3373
+ "font-family"
3738
3374
  ]
3739
3375
  },
3740
- "border-color": {},
3741
- "border-radius": {
3376
+ "font-size": {
3742
3377
  "value": "16px",
3743
- "filePath": "src/component/utrecht/button.tokens.json",
3378
+ "filePath": "src/component/utrecht/document.tokens.json",
3744
3379
  "isSource": true,
3745
3380
  "original": {
3746
- "value": "16px"
3381
+ "value": "{xxllnc.font-size.md}"
3747
3382
  },
3748
- "name": "utrechtButtonBorderRadius",
3383
+ "name": "utrechtDocumentFontSize",
3749
3384
  "attributes": {
3750
3385
  "category": "utrecht",
3751
- "type": "button",
3752
- "item": "border-radius"
3386
+ "type": "document",
3387
+ "item": "font-size"
3753
3388
  },
3754
3389
  "path": [
3755
3390
  "utrecht",
3756
- "button",
3757
- "border-radius"
3391
+ "document",
3392
+ "font-size"
3758
3393
  ]
3759
3394
  },
3760
- "border-width": {
3761
- "value": 0,
3762
- "filePath": "src/component/utrecht/button.tokens.json",
3395
+ "font-weight": {},
3396
+ "line-height": {}
3397
+ },
3398
+ "form-input": {
3399
+ "background-color": {
3400
+ "value": "#ffffff",
3401
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3763
3402
  "isSource": true,
3764
3403
  "original": {
3765
- "value": 0
3404
+ "value": "{xxllnc.color.white.100-0t}"
3766
3405
  },
3767
- "name": "utrechtButtonBorderWidth",
3406
+ "name": "utrechtFormInputBackgroundColor",
3768
3407
  "attributes": {
3769
3408
  "category": "utrecht",
3770
- "type": "button",
3771
- "item": "border-width"
3409
+ "type": "form-input",
3410
+ "item": "background-color"
3772
3411
  },
3773
3412
  "path": [
3774
3413
  "utrecht",
3775
- "button",
3776
- "border-width"
3414
+ "form-input",
3415
+ "background-color"
3777
3416
  ]
3778
3417
  },
3779
- "color": {
3780
- "value": "#e5e5e5",
3781
- "filePath": "src/component/utrecht/button.tokens.json",
3418
+ "border-bottom-width": {},
3419
+ "border-color": {
3420
+ "value": "#00000038",
3421
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3782
3422
  "isSource": true,
3783
3423
  "original": {
3784
- "value": "{xxllnc.color.grey.90}"
3424
+ "value": "{xxllnc.color.black.0-22t}"
3785
3425
  },
3786
- "name": "utrechtButtonColor",
3426
+ "name": "utrechtFormInputBorderColor",
3787
3427
  "attributes": {
3788
3428
  "category": "utrecht",
3789
- "type": "button",
3790
- "item": "color"
3429
+ "type": "form-input",
3430
+ "item": "border-color"
3791
3431
  },
3792
3432
  "path": [
3793
3433
  "utrecht",
3794
- "button",
3795
- "color"
3434
+ "form-input",
3435
+ "border-color"
3796
3436
  ]
3797
3437
  },
3798
- "font-family": {
3799
- "value": "\"Inter\", sans-serif",
3800
- "filePath": "src/component/utrecht/button.tokens.json",
3438
+ "border-radius": {
3439
+ "value": "6px",
3440
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3801
3441
  "isSource": true,
3802
3442
  "original": {
3803
- "value": "{xxllnc.typography.inter.font-family}"
3443
+ "value": "6px"
3804
3444
  },
3805
- "name": "utrechtButtonFontFamily",
3445
+ "name": "utrechtFormInputBorderRadius",
3806
3446
  "attributes": {
3807
3447
  "category": "utrecht",
3808
- "type": "button",
3809
- "item": "font-family"
3448
+ "type": "form-input",
3449
+ "item": "border-radius"
3810
3450
  },
3811
3451
  "path": [
3812
3452
  "utrecht",
3813
- "button",
3814
- "font-family"
3453
+ "form-input",
3454
+ "border-radius"
3815
3455
  ]
3816
3456
  },
3817
- "font-size": {
3818
- "value": "inherit",
3819
- "filePath": "src/component/utrecht/button.tokens.json",
3457
+ "border-width": {
3458
+ "value": "1px",
3459
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3820
3460
  "isSource": true,
3821
3461
  "original": {
3822
- "value": "inherit"
3462
+ "value": "{xxllnc.size.4xs}"
3823
3463
  },
3824
- "name": "utrechtButtonFontSize",
3464
+ "name": "utrechtFormInputBorderWidth",
3825
3465
  "attributes": {
3826
3466
  "category": "utrecht",
3827
- "type": "button",
3828
- "item": "font-size"
3467
+ "type": "form-input",
3468
+ "item": "border-width"
3829
3469
  },
3830
3470
  "path": [
3831
3471
  "utrecht",
3832
- "button",
3833
- "font-size"
3472
+ "form-input",
3473
+ "border-width"
3834
3474
  ]
3835
3475
  },
3836
- "font-weight": {
3837
- "value": "inherit",
3838
- "filePath": "src/component/utrecht/button.tokens.json",
3476
+ "color": {
3477
+ "value": "#6d6d6d",
3478
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3839
3479
  "isSource": true,
3840
3480
  "original": {
3841
- "value": "inherit"
3481
+ "value": "{xxllnc.color.grey.43}"
3842
3482
  },
3843
- "name": "utrechtButtonFontWeight",
3483
+ "name": "utrechtFormInputColor",
3844
3484
  "attributes": {
3845
3485
  "category": "utrecht",
3846
- "type": "button",
3847
- "item": "font-weight"
3486
+ "type": "form-input",
3487
+ "item": "color"
3848
3488
  },
3849
3489
  "path": [
3850
3490
  "utrecht",
3851
- "button",
3852
- "font-weight"
3491
+ "form-input",
3492
+ "color"
3853
3493
  ]
3854
3494
  },
3855
- "inline-size": {},
3856
- "letter-spacing": {},
3857
- "line-height": {},
3858
- "min-block-size": {},
3859
- "min-inline-size": {},
3860
- "padding-block-start": {
3861
- "value": "4px",
3862
- "filePath": "src/component/utrecht/button.tokens.json",
3495
+ "font-family": {
3496
+ "value": "neue-haas-grotesk-text, sans-serif",
3497
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3863
3498
  "isSource": true,
3864
3499
  "original": {
3865
- "value": "{xxllnc.size.2xs}"
3500
+ "value": "{xxllnc.typography.sans-serif.font-family}"
3866
3501
  },
3867
- "name": "utrechtButtonPaddingBlockStart",
3502
+ "name": "utrechtFormInputFontFamily",
3868
3503
  "attributes": {
3869
3504
  "category": "utrecht",
3870
- "type": "button",
3871
- "item": "padding-block-start"
3505
+ "type": "form-input",
3506
+ "item": "font-family"
3872
3507
  },
3873
3508
  "path": [
3874
3509
  "utrecht",
3875
- "button",
3876
- "padding-block-start"
3510
+ "form-input",
3511
+ "font-family"
3512
+ ]
3513
+ },
3514
+ "font-size": {
3515
+ "value": "15px",
3516
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3517
+ "isSource": true,
3518
+ "original": {
3519
+ "value": "15px"
3520
+ },
3521
+ "name": "utrechtFormInputFontSize",
3522
+ "attributes": {
3523
+ "category": "utrecht",
3524
+ "type": "form-input",
3525
+ "item": "font-size"
3526
+ },
3527
+ "path": [
3528
+ "utrecht",
3529
+ "form-input",
3530
+ "font-size"
3877
3531
  ]
3878
3532
  },
3533
+ "line-height": {},
3534
+ "max-inline-size": {},
3879
3535
  "padding-block-end": {
3880
- "value": "4px",
3881
- "filePath": "src/component/utrecht/button.tokens.json",
3536
+ "value": "8px",
3537
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3882
3538
  "isSource": true,
3883
3539
  "original": {
3884
- "value": "{xxllnc.size.2xs}"
3540
+ "value": "{xxllnc.size.xs}"
3885
3541
  },
3886
- "name": "utrechtButtonPaddingBlockEnd",
3542
+ "name": "utrechtFormInputPaddingBlockEnd",
3887
3543
  "attributes": {
3888
3544
  "category": "utrecht",
3889
- "type": "button",
3545
+ "type": "form-input",
3890
3546
  "item": "padding-block-end"
3891
3547
  },
3892
3548
  "path": [
3893
3549
  "utrecht",
3894
- "button",
3550
+ "form-input",
3895
3551
  "padding-block-end"
3896
3552
  ]
3897
3553
  },
3898
- "padding-inline-start": {
3899
- "value": "14px",
3900
- "filePath": "src/component/utrecht/button.tokens.json",
3554
+ "padding-block-start": {
3555
+ "value": "8px",
3556
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3901
3557
  "isSource": true,
3902
3558
  "original": {
3903
- "value": "{xxllnc.size.sm}"
3559
+ "value": "{xxllnc.size.xs}"
3904
3560
  },
3905
- "name": "utrechtButtonPaddingInlineStart",
3561
+ "name": "utrechtFormInputPaddingBlockStart",
3906
3562
  "attributes": {
3907
3563
  "category": "utrecht",
3908
- "type": "button",
3909
- "item": "padding-inline-start"
3564
+ "type": "form-input",
3565
+ "item": "padding-block-start"
3910
3566
  },
3911
3567
  "path": [
3912
3568
  "utrecht",
3913
- "button",
3914
- "padding-inline-start"
3569
+ "form-input",
3570
+ "padding-block-start"
3915
3571
  ]
3916
3572
  },
3917
3573
  "padding-inline-end": {
3918
3574
  "value": "14px",
3919
- "filePath": "src/component/utrecht/button.tokens.json",
3575
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3920
3576
  "isSource": true,
3921
3577
  "original": {
3922
3578
  "value": "{xxllnc.size.sm}"
3923
3579
  },
3924
- "name": "utrechtButtonPaddingInlineEnd",
3580
+ "name": "utrechtFormInputPaddingInlineEnd",
3925
3581
  "attributes": {
3926
3582
  "category": "utrecht",
3927
- "type": "button",
3583
+ "type": "form-input",
3928
3584
  "item": "padding-inline-end"
3929
3585
  },
3930
3586
  "path": [
3931
3587
  "utrecht",
3932
- "button",
3588
+ "form-input",
3933
3589
  "padding-inline-end"
3934
3590
  ]
3935
3591
  },
3936
- "text-transform": {},
3937
- "active": {
3938
- "background-color": {},
3939
- "border-color": {},
3940
- "color": {}
3592
+ "padding-inline-start": {
3593
+ "value": "14px",
3594
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3595
+ "isSource": true,
3596
+ "original": {
3597
+ "value": "{xxllnc.size.sm}"
3598
+ },
3599
+ "name": "utrechtFormInputPaddingInlineStart",
3600
+ "attributes": {
3601
+ "category": "utrecht",
3602
+ "type": "form-input",
3603
+ "item": "padding-inline-start"
3604
+ },
3605
+ "path": [
3606
+ "utrecht",
3607
+ "form-input",
3608
+ "padding-inline-start"
3609
+ ]
3941
3610
  },
3942
- "icon": {
3943
- "gap": {
3944
- "value": "8px",
3945
- "filePath": "src/component/utrecht/button.tokens.json",
3611
+ "placeholder": {
3612
+ "color": {
3613
+ "value": "#6d6d6d",
3614
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3946
3615
  "isSource": true,
3947
3616
  "original": {
3948
- "value": "{xxllnc.size.xs}"
3617
+ "value": "{xxllnc.color.grey.43}"
3949
3618
  },
3950
- "name": "utrechtButtonIconGap",
3619
+ "name": "utrechtFormInputPlaceholderColor",
3951
3620
  "attributes": {
3952
3621
  "category": "utrecht",
3953
- "type": "button",
3954
- "item": "icon",
3955
- "subitem": "gap"
3622
+ "type": "form-input",
3623
+ "item": "placeholder",
3624
+ "subitem": "color"
3956
3625
  },
3957
3626
  "path": [
3958
3627
  "utrecht",
3959
- "button",
3960
- "icon",
3961
- "gap"
3628
+ "form-input",
3629
+ "placeholder",
3630
+ "color"
3962
3631
  ]
3963
- },
3964
- "size": {}
3632
+ }
3965
3633
  },
3966
3634
  "disabled": {
3967
3635
  "background-color": {},
@@ -3971,855 +3639,1021 @@
3971
3639
  "focus": {
3972
3640
  "background-color": {},
3973
3641
  "border-color": {},
3974
- "color": {},
3975
- "scale": {}
3642
+ "color": {}
3976
3643
  },
3977
- "hover": {
3978
- "background-color": {
3979
- "value": "#2b2b2bcc",
3980
- "filePath": "src/component/utrecht/button.tokens.json",
3981
- "isSource": true,
3982
- "original": {
3983
- "value": "{xxllnc.color.black.17-hover}"
3984
- },
3985
- "name": "utrechtButtonHoverBackgroundColor",
3986
- "attributes": {
3987
- "category": "utrecht",
3988
- "type": "button",
3989
- "item": "hover",
3990
- "subitem": "background-color"
3991
- },
3992
- "path": [
3993
- "utrecht",
3994
- "button",
3995
- "hover",
3996
- "background-color"
3997
- ]
3998
- },
3644
+ "invalid": {
3645
+ "background-color": {},
3999
3646
  "border-color": {},
4000
- "color": {
4001
- "value": "#e5e5e5cc",
4002
- "filePath": "src/component/utrecht/button.tokens.json",
4003
- "isSource": true,
4004
- "original": {
4005
- "value": "{xxllnc.color.grey.90-hover}"
4006
- },
4007
- "name": "utrechtButtonHoverColor",
4008
- "attributes": {
4009
- "category": "utrecht",
4010
- "type": "button",
4011
- "item": "hover",
4012
- "subitem": "color"
4013
- },
4014
- "path": [
4015
- "utrecht",
4016
- "button",
4017
- "hover",
4018
- "color"
4019
- ]
4020
- },
4021
- "scale": {}
3647
+ "border-width": {},
3648
+ "color": {}
4022
3649
  },
4023
- "pressed": {
3650
+ "read-only": {
4024
3651
  "background-color": {},
4025
3652
  "border-color": {},
4026
3653
  "color": {}
3654
+ }
3655
+ },
3656
+ "icon": {
3657
+ "gap": {
3658
+ "value": "8px",
3659
+ "filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
3660
+ "isSource": true,
3661
+ "original": {
3662
+ "value": "{xxllnc.size.xs}"
3663
+ },
3664
+ "name": "utrechtIconGap",
3665
+ "attributes": {
3666
+ "category": "utrecht",
3667
+ "type": "icon",
3668
+ "item": "gap"
3669
+ },
3670
+ "path": [
3671
+ "utrecht",
3672
+ "icon",
3673
+ "gap"
3674
+ ]
4027
3675
  },
4028
- "primary-action": {
4029
- "background-color": {
4030
- "value": "#2b2b2b",
4031
- "filePath": "src/component/utrecht/button.tokens.json",
3676
+ "color": {},
3677
+ "size": {},
3678
+ "inset-block-start": {},
3679
+ "baseline": {
3680
+ "inset-block-start": {}
3681
+ }
3682
+ },
3683
+ "page-footer": {
3684
+ "min-height": {},
3685
+ "logo": {
3686
+ "max-height": {
3687
+ "value": "100px",
3688
+ "filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
4032
3689
  "isSource": true,
4033
3690
  "original": {
4034
- "value": "{xxllnc.color.black.17}"
3691
+ "value": "100px"
4035
3692
  },
4036
- "name": "utrechtButtonPrimaryActionBackgroundColor",
3693
+ "name": "utrechtPageFooterLogoMaxHeight",
4037
3694
  "attributes": {
4038
3695
  "category": "utrecht",
4039
- "type": "button",
4040
- "item": "primary-action",
4041
- "subitem": "background-color"
3696
+ "type": "page-footer",
3697
+ "item": "logo",
3698
+ "subitem": "max-height"
4042
3699
  },
4043
3700
  "path": [
4044
3701
  "utrecht",
4045
- "button",
4046
- "primary-action",
4047
- "background-color"
3702
+ "page-footer",
3703
+ "logo",
3704
+ "max-height"
4048
3705
  ]
4049
3706
  },
4050
- "border-color": {},
4051
- "border-width": {
4052
- "value": 0,
4053
- "filePath": "src/component/utrecht/button.tokens.json",
3707
+ "max-width": {
3708
+ "value": "120px",
3709
+ "filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
4054
3710
  "isSource": true,
4055
3711
  "original": {
4056
- "value": 0
3712
+ "value": "120px"
4057
3713
  },
4058
- "name": "utrechtButtonPrimaryActionBorderWidth",
3714
+ "name": "utrechtPageFooterLogoMaxWidth",
4059
3715
  "attributes": {
4060
3716
  "category": "utrecht",
4061
- "type": "button",
4062
- "item": "primary-action",
4063
- "subitem": "border-width"
3717
+ "type": "page-footer",
3718
+ "item": "logo",
3719
+ "subitem": "max-width"
4064
3720
  },
4065
3721
  "path": [
4066
3722
  "utrecht",
4067
- "button",
4068
- "primary-action",
4069
- "border-width"
3723
+ "page-footer",
3724
+ "logo",
3725
+ "max-width"
4070
3726
  ]
3727
+ }
3728
+ },
3729
+ "background-position": {},
3730
+ "background-color": {
3731
+ "value": "#ffffff",
3732
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3733
+ "isSource": true,
3734
+ "original": {
3735
+ "value": "{xxllnc.color.white.100}"
4071
3736
  },
4072
- "color": {
4073
- "value": "#e5e5e5",
4074
- "filePath": "src/component/utrecht/button.tokens.json",
4075
- "isSource": true,
4076
- "original": {
4077
- "value": "{xxllnc.color.grey.90}"
4078
- },
4079
- "name": "utrechtButtonPrimaryActionColor",
4080
- "attributes": {
4081
- "category": "utrecht",
4082
- "type": "button",
4083
- "item": "primary-action",
4084
- "subitem": "color"
4085
- },
4086
- "path": [
4087
- "utrecht",
4088
- "button",
4089
- "primary-action",
4090
- "color"
4091
- ]
3737
+ "name": "utrechtPageFooterBackgroundColor",
3738
+ "attributes": {
3739
+ "category": "utrecht",
3740
+ "type": "page-footer",
3741
+ "item": "background-color"
4092
3742
  },
4093
- "font-weight": {
4094
- "value": "inherit",
4095
- "filePath": "src/component/utrecht/button.tokens.json",
4096
- "isSource": true,
4097
- "original": {
4098
- "value": "inherit"
4099
- },
4100
- "name": "utrechtButtonPrimaryActionFontWeight",
4101
- "attributes": {
4102
- "category": "utrecht",
4103
- "type": "button",
4104
- "item": "primary-action",
4105
- "subitem": "font-weight"
4106
- },
4107
- "path": [
4108
- "utrecht",
4109
- "button",
4110
- "primary-action",
4111
- "font-weight"
4112
- ]
3743
+ "path": [
3744
+ "utrecht",
3745
+ "page-footer",
3746
+ "background-color"
3747
+ ]
3748
+ },
3749
+ "background-image": {
3750
+ "value": "unset",
3751
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3752
+ "isSource": true,
3753
+ "original": {
3754
+ "value": "unset"
4113
3755
  },
4114
- "active": {
4115
- "background-color": {},
4116
- "border-color": {},
4117
- "color": {}
3756
+ "name": "utrechtPageFooterBackgroundImage",
3757
+ "attributes": {
3758
+ "category": "utrecht",
3759
+ "type": "page-footer",
3760
+ "item": "background-image"
4118
3761
  },
4119
- "disabled": {
4120
- "background-color": {},
4121
- "border-color": {},
4122
- "color": {}
3762
+ "path": [
3763
+ "utrecht",
3764
+ "page-footer",
3765
+ "background-image"
3766
+ ]
3767
+ },
3768
+ "color": {
3769
+ "value": "#000000ad",
3770
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3771
+ "isSource": true,
3772
+ "original": {
3773
+ "value": "{xxllnc.color.primary}"
4123
3774
  },
4124
- "hover": {
4125
- "background-color": {
4126
- "value": "#2b2b2b",
4127
- "filePath": "src/component/utrecht/button.tokens.json",
4128
- "isSource": true,
4129
- "original": {
4130
- "value": "{xxllnc.color.black.17}"
4131
- },
4132
- "name": "utrechtButtonPrimaryActionHoverBackgroundColor",
4133
- "attributes": {
4134
- "category": "utrecht",
4135
- "type": "button",
4136
- "item": "primary-action",
4137
- "subitem": "hover",
4138
- "state": "background-color"
4139
- },
4140
- "path": [
4141
- "utrecht",
4142
- "button",
4143
- "primary-action",
4144
- "hover",
4145
- "background-color"
4146
- ]
4147
- },
4148
- "border-color": {},
4149
- "color": {
4150
- "value": "#e5e5e5",
4151
- "filePath": "src/component/utrecht/button.tokens.json",
4152
- "isSource": true,
4153
- "original": {
4154
- "value": "{xxllnc.color.grey.90}"
4155
- },
4156
- "name": "utrechtButtonPrimaryActionHoverColor",
4157
- "attributes": {
4158
- "category": "utrecht",
4159
- "type": "button",
4160
- "item": "primary-action",
4161
- "subitem": "hover",
4162
- "state": "color"
4163
- },
4164
- "path": [
4165
- "utrecht",
4166
- "button",
4167
- "primary-action",
4168
- "hover",
4169
- "color"
4170
- ]
4171
- },
4172
- "scale": {}
3775
+ "name": "utrechtPageFooterColor",
3776
+ "attributes": {
3777
+ "category": "utrecht",
3778
+ "type": "page-footer",
3779
+ "item": "color"
4173
3780
  },
4174
- "focus": {
4175
- "background-color": {},
4176
- "border-color": {},
4177
- "color": {}
3781
+ "path": [
3782
+ "utrecht",
3783
+ "page-footer",
3784
+ "color"
3785
+ ]
3786
+ },
3787
+ "padding-inline-end": {
3788
+ "value": "14px",
3789
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3790
+ "isSource": true,
3791
+ "original": {
3792
+ "value": "{xxllnc.size.sm}"
4178
3793
  },
4179
- "pressed": {
4180
- "background-color": {},
4181
- "border-color": {},
4182
- "color": {}
4183
- }
3794
+ "name": "utrechtPageFooterPaddingInlineEnd",
3795
+ "attributes": {
3796
+ "category": "utrecht",
3797
+ "type": "page-footer",
3798
+ "item": "padding-inline-end"
3799
+ },
3800
+ "path": [
3801
+ "utrecht",
3802
+ "page-footer",
3803
+ "padding-inline-end"
3804
+ ]
4184
3805
  },
4185
- "secondary-action": {
4186
- "background-color": {
4187
- "value": "#ffffff",
4188
- "filePath": "src/component/utrecht/button.tokens.json",
4189
- "isSource": true,
4190
- "original": {
4191
- "value": "{xxllnc.color.white.100}"
4192
- },
4193
- "name": "utrechtButtonSecondaryActionBackgroundColor",
4194
- "attributes": {
4195
- "category": "utrecht",
4196
- "type": "button",
4197
- "item": "secondary-action",
4198
- "subitem": "background-color"
4199
- },
4200
- "path": [
4201
- "utrecht",
4202
- "button",
4203
- "secondary-action",
4204
- "background-color"
4205
- ]
3806
+ "padding-inline-start": {
3807
+ "value": "14px",
3808
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3809
+ "isSource": true,
3810
+ "original": {
3811
+ "value": "{xxllnc.size.sm}"
4206
3812
  },
4207
- "border-color": {
4208
- "value": "#2b2b2b",
4209
- "filePath": "src/component/utrecht/button.tokens.json",
3813
+ "name": "utrechtPageFooterPaddingInlineStart",
3814
+ "attributes": {
3815
+ "category": "utrecht",
3816
+ "type": "page-footer",
3817
+ "item": "padding-inline-start"
3818
+ },
3819
+ "path": [
3820
+ "utrecht",
3821
+ "page-footer",
3822
+ "padding-inline-start"
3823
+ ]
3824
+ },
3825
+ "padding-block-end": {
3826
+ "value": "48px",
3827
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3828
+ "isSource": true,
3829
+ "original": {
3830
+ "value": "{xxllnc.size.2xl}"
3831
+ },
3832
+ "name": "utrechtPageFooterPaddingBlockEnd",
3833
+ "attributes": {
3834
+ "category": "utrecht",
3835
+ "type": "page-footer",
3836
+ "item": "padding-block-end"
3837
+ },
3838
+ "path": [
3839
+ "utrecht",
3840
+ "page-footer",
3841
+ "padding-block-end"
3842
+ ]
3843
+ },
3844
+ "padding-block-start": {
3845
+ "value": "48px",
3846
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
3847
+ "isSource": true,
3848
+ "original": {
3849
+ "value": "{xxllnc.size.2xl}"
3850
+ },
3851
+ "name": "utrechtPageFooterPaddingBlockStart",
3852
+ "attributes": {
3853
+ "category": "utrecht",
3854
+ "type": "page-footer",
3855
+ "item": "padding-block-start"
3856
+ },
3857
+ "path": [
3858
+ "utrecht",
3859
+ "page-footer",
3860
+ "padding-block-start"
3861
+ ]
3862
+ }
3863
+ },
3864
+ "page-header": {
3865
+ "logo": {
3866
+ "max-height": {},
3867
+ "max-width": {
3868
+ "value": "70px",
3869
+ "filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
4210
3870
  "isSource": true,
4211
3871
  "original": {
4212
- "value": "{xxllnc.color.black.17}"
3872
+ "value": "70px"
4213
3873
  },
4214
- "name": "utrechtButtonSecondaryActionBorderColor",
3874
+ "name": "utrechtPageHeaderLogoMaxWidth",
4215
3875
  "attributes": {
4216
3876
  "category": "utrecht",
4217
- "type": "button",
4218
- "item": "secondary-action",
4219
- "subitem": "border-color"
3877
+ "type": "page-header",
3878
+ "item": "logo",
3879
+ "subitem": "max-width"
4220
3880
  },
4221
3881
  "path": [
4222
3882
  "utrecht",
4223
- "button",
4224
- "secondary-action",
4225
- "border-color"
3883
+ "page-header",
3884
+ "logo",
3885
+ "max-width"
4226
3886
  ]
3887
+ }
3888
+ },
3889
+ "background-color": {
3890
+ "value": "#eaeaea",
3891
+ "filePath": "src/component/utrecht/page-header.tokens.json",
3892
+ "isSource": true,
3893
+ "original": {
3894
+ "value": "{xxllnc.color.grey.92}"
4227
3895
  },
4228
- "border-width": {
4229
- "value": "2px",
4230
- "filePath": "src/component/utrecht/button.tokens.json",
3896
+ "name": "utrechtPageHeaderBackgroundColor",
3897
+ "attributes": {
3898
+ "category": "utrecht",
3899
+ "type": "page-header",
3900
+ "item": "background-color"
3901
+ },
3902
+ "path": [
3903
+ "utrecht",
3904
+ "page-header",
3905
+ "background-color"
3906
+ ]
3907
+ },
3908
+ "color": {
3909
+ "value": "#28282c",
3910
+ "filePath": "src/component/utrecht/page-header.tokens.json",
3911
+ "isSource": true,
3912
+ "original": {
3913
+ "value": "{xxllnc.color.black.16}"
3914
+ },
3915
+ "name": "utrechtPageHeaderColor",
3916
+ "attributes": {
3917
+ "category": "utrecht",
3918
+ "type": "page-header",
3919
+ "item": "color"
3920
+ },
3921
+ "path": [
3922
+ "utrecht",
3923
+ "page-header",
3924
+ "color"
3925
+ ]
3926
+ },
3927
+ "padding-block-start": {
3928
+ "value": "14px",
3929
+ "filePath": "src/component/utrecht/page-header.tokens.json",
3930
+ "isSource": true,
3931
+ "original": {
3932
+ "value": "{xxllnc.size.sm}"
3933
+ },
3934
+ "name": "utrechtPageHeaderPaddingBlockStart",
3935
+ "attributes": {
3936
+ "category": "utrecht",
3937
+ "type": "page-header",
3938
+ "item": "padding-block-start"
3939
+ },
3940
+ "path": [
3941
+ "utrecht",
3942
+ "page-header",
3943
+ "padding-block-start"
3944
+ ]
3945
+ },
3946
+ "padding-block-end": {
3947
+ "value": "14px",
3948
+ "filePath": "src/component/utrecht/page-header.tokens.json",
3949
+ "isSource": true,
3950
+ "original": {
3951
+ "value": "{xxllnc.size.sm}"
3952
+ },
3953
+ "name": "utrechtPageHeaderPaddingBlockEnd",
3954
+ "attributes": {
3955
+ "category": "utrecht",
3956
+ "type": "page-header",
3957
+ "item": "padding-block-end"
3958
+ },
3959
+ "path": [
3960
+ "utrecht",
3961
+ "page-header",
3962
+ "padding-block-end"
3963
+ ]
3964
+ }
3965
+ },
3966
+ "table": {
3967
+ "background-color": {},
3968
+ "header": {
3969
+ "border-block-end-color": {},
3970
+ "border-block-end-width": {},
3971
+ "font-family": {},
3972
+ "font-weight": {
3973
+ "value": "700",
3974
+ "filePath": "src/component/utrecht/table.tokens.json",
4231
3975
  "isSource": true,
4232
3976
  "original": {
4233
- "value": "{xxllnc.size.3xs}"
3977
+ "value": "{xxllnc.typography.font-weight.bold}"
4234
3978
  },
4235
- "name": "utrechtButtonSecondaryActionBorderWidth",
3979
+ "name": "utrechtTableHeaderFontWeight",
4236
3980
  "attributes": {
4237
3981
  "category": "utrecht",
4238
- "type": "button",
4239
- "item": "secondary-action",
4240
- "subitem": "border-width"
3982
+ "type": "table",
3983
+ "item": "header",
3984
+ "subitem": "font-weight"
4241
3985
  },
4242
3986
  "path": [
4243
3987
  "utrecht",
4244
- "button",
4245
- "secondary-action",
4246
- "border-width"
3988
+ "table",
3989
+ "header",
3990
+ "font-weight"
4247
3991
  ]
4248
3992
  },
3993
+ "background-color": {},
4249
3994
  "color": {
4250
- "value": "#2b2b2b",
4251
- "filePath": "src/component/utrecht/button.tokens.json",
3995
+ "value": "#28282c",
3996
+ "filePath": "src/component/utrecht/table.tokens.json",
4252
3997
  "isSource": true,
4253
3998
  "original": {
4254
- "value": "{xxllnc.color.black.17}"
3999
+ "value": "{utrecht.document.color}"
4255
4000
  },
4256
- "name": "utrechtButtonSecondaryActionColor",
4001
+ "name": "utrechtTableHeaderColor",
4257
4002
  "attributes": {
4258
4003
  "category": "utrecht",
4259
- "type": "button",
4260
- "item": "secondary-action",
4004
+ "type": "table",
4005
+ "item": "header",
4261
4006
  "subitem": "color"
4262
4007
  },
4263
4008
  "path": [
4264
4009
  "utrecht",
4265
- "button",
4266
- "secondary-action",
4010
+ "table",
4011
+ "header",
4267
4012
  "color"
4268
4013
  ]
4269
4014
  },
4270
- "font-weight": {
4271
- "value": "400",
4272
- "filePath": "src/component/utrecht/button.tokens.json",
4015
+ "text-transform": {
4016
+ "value": "unset",
4017
+ "filePath": "src/component/utrecht/table.tokens.json",
4273
4018
  "isSource": true,
4274
4019
  "original": {
4275
- "value": "{xxllnc.typography.font-weight.normal}"
4020
+ "value": "unset"
4276
4021
  },
4277
- "name": "utrechtButtonSecondaryActionFontWeight",
4022
+ "name": "utrechtTableHeaderTextTransform",
4278
4023
  "attributes": {
4279
4024
  "category": "utrecht",
4280
- "type": "button",
4281
- "item": "secondary-action",
4282
- "subitem": "font-weight"
4025
+ "type": "table",
4026
+ "item": "header",
4027
+ "subitem": "text-transform"
4283
4028
  },
4284
4029
  "path": [
4285
4030
  "utrecht",
4286
- "button",
4287
- "secondary-action",
4288
- "font-weight"
4289
- ]
4290
- },
4291
- "active": {
4292
- "background-color": {},
4293
- "border-color": {},
4294
- "color": {}
4295
- },
4296
- "disabled": {
4297
- "background-color": {},
4298
- "border-color": {},
4299
- "color": {}
4300
- },
4301
- "hover": {
4302
- "background-color": {
4303
- "value": "#ffffff",
4304
- "filePath": "src/component/utrecht/button.tokens.json",
4305
- "isSource": true,
4306
- "original": {
4307
- "value": "{xxllnc.color.white.100}"
4308
- },
4309
- "name": "utrechtButtonSecondaryActionHoverBackgroundColor",
4310
- "attributes": {
4311
- "category": "utrecht",
4312
- "type": "button",
4313
- "item": "secondary-action",
4314
- "subitem": "hover",
4315
- "state": "background-color"
4316
- },
4317
- "path": [
4318
- "utrecht",
4319
- "button",
4320
- "secondary-action",
4321
- "hover",
4322
- "background-color"
4323
- ]
4324
- },
4325
- "border-color": {
4326
- "value": "#2b2b2bcc",
4327
- "filePath": "src/component/utrecht/button.tokens.json",
4328
- "isSource": true,
4329
- "original": {
4330
- "value": "{xxllnc.color.black.17-hover}"
4331
- },
4332
- "name": "utrechtButtonSecondaryActionHoverBorderColor",
4333
- "attributes": {
4334
- "category": "utrecht",
4335
- "type": "button",
4336
- "item": "secondary-action",
4337
- "subitem": "hover",
4338
- "state": "border-color"
4339
- },
4340
- "path": [
4341
- "utrecht",
4342
- "button",
4343
- "secondary-action",
4344
- "hover",
4345
- "border-color"
4346
- ]
4347
- },
4348
- "color": {
4349
- "value": "#2b2b2bcc",
4350
- "filePath": "src/component/utrecht/button.tokens.json",
4351
- "isSource": true,
4352
- "original": {
4353
- "value": "{xxllnc.color.black.17-hover}"
4354
- },
4355
- "name": "utrechtButtonSecondaryActionHoverColor",
4356
- "attributes": {
4357
- "category": "utrecht",
4358
- "type": "button",
4359
- "item": "secondary-action",
4360
- "subitem": "hover",
4361
- "state": "color"
4362
- },
4363
- "path": [
4364
- "utrecht",
4365
- "button",
4366
- "secondary-action",
4367
- "hover",
4368
- "color"
4369
- ]
4370
- }
4371
- },
4372
- "focus": {
4373
- "background-color": {},
4374
- "border-color": {},
4375
- "color": {}
4376
- },
4377
- "pressed": {
4378
- "background-color": {},
4379
- "border-color": {},
4380
- "color": {}
4031
+ "table",
4032
+ "header",
4033
+ "text-transform"
4034
+ ]
4381
4035
  }
4382
4036
  },
4383
- "subtle": {
4384
- "background-color": {},
4385
- "border-color": {},
4386
- "border-width": {},
4387
- "color": {},
4388
- "font-weight": {},
4389
- "active": {
4037
+ "row": {
4038
+ "hover": {
4390
4039
  "background-color": {},
4391
- "border-color": {},
4392
4040
  "color": {}
4393
4041
  },
4394
- "disabled": {
4395
- "background-color": {},
4396
- "border-color": {},
4397
- "color": {}
4042
+ "border-block-end-color": {
4043
+ "value": "#f5f5f5",
4044
+ "filePath": "src/component/utrecht/table.tokens.json",
4045
+ "isSource": true,
4046
+ "original": {
4047
+ "value": "{xxllnc.color.lightgrey.96}"
4048
+ },
4049
+ "name": "utrechtTableRowBorderBlockEndColor",
4050
+ "attributes": {
4051
+ "category": "utrecht",
4052
+ "type": "table",
4053
+ "item": "row",
4054
+ "subitem": "border-block-end-color"
4055
+ },
4056
+ "path": [
4057
+ "utrecht",
4058
+ "table",
4059
+ "row",
4060
+ "border-block-end-color"
4061
+ ]
4398
4062
  },
4399
- "hover": {
4400
- "background-color": {},
4401
- "border-color": {},
4402
- "color": {}
4063
+ "border-block-end-width": {
4064
+ "value": "1px",
4065
+ "filePath": "src/component/utrecht/table.tokens.json",
4066
+ "isSource": true,
4067
+ "original": {
4068
+ "value": "{xxllnc.size.4xs}"
4069
+ },
4070
+ "name": "utrechtTableRowBorderBlockEndWidth",
4071
+ "attributes": {
4072
+ "category": "utrecht",
4073
+ "type": "table",
4074
+ "item": "row",
4075
+ "subitem": "border-block-end-width"
4076
+ },
4077
+ "path": [
4078
+ "utrecht",
4079
+ "table",
4080
+ "row",
4081
+ "border-block-end-width"
4082
+ ]
4403
4083
  },
4404
- "focus": {
4084
+ "padding-inline-end": {},
4085
+ "padding-inline-start": {},
4086
+ "alternate-odd": {
4405
4087
  "background-color": {},
4406
- "border-color": {},
4407
4088
  "color": {}
4408
4089
  },
4409
- "pressed": {
4090
+ "alternate-even": {
4410
4091
  "background-color": {},
4411
- "border-color": {},
4412
4092
  "color": {}
4413
4093
  }
4414
- }
4415
- },
4416
- "code": {
4417
- "background-color": {
4094
+ },
4095
+ "body": {
4096
+ "border": {}
4097
+ },
4098
+ "caption": {
4099
+ "font-style": {},
4100
+ "font-weight": {},
4101
+ "font-family": {},
4102
+ "font-size": {},
4103
+ "color": {},
4104
+ "line-height": {},
4105
+ "text-align": {},
4106
+ "margin-block-end": {}
4107
+ },
4108
+ "border-color": {
4418
4109
  "value": "#f5f5f5",
4419
- "filePath": "src/component/utrecht/code.tokens.json",
4110
+ "filePath": "src/component/utrecht/table.tokens.json",
4420
4111
  "isSource": true,
4421
4112
  "original": {
4422
4113
  "value": "{xxllnc.color.lightgrey.96}"
4423
4114
  },
4424
- "name": "utrechtCodeBackgroundColor",
4115
+ "name": "utrechtTableBorderColor",
4425
4116
  "attributes": {
4426
4117
  "category": "utrecht",
4427
- "type": "code",
4428
- "item": "background-color"
4118
+ "type": "table",
4119
+ "item": "border-color"
4429
4120
  },
4430
4121
  "path": [
4431
4122
  "utrecht",
4432
- "code",
4433
- "background-color"
4123
+ "table",
4124
+ "border-color"
4434
4125
  ]
4435
4126
  },
4436
- "color": {
4437
- "value": "#28282c",
4438
- "filePath": "src/component/utrecht/code.tokens.json",
4127
+ "border-width": {
4128
+ "value": "1px",
4129
+ "filePath": "src/component/utrecht/table.tokens.json",
4439
4130
  "isSource": true,
4440
4131
  "original": {
4441
- "value": "{xxllnc.color.black.16}"
4132
+ "value": "{xxllnc.size.4xs}"
4442
4133
  },
4443
- "name": "utrechtCodeColor",
4134
+ "name": "utrechtTableBorderWidth",
4444
4135
  "attributes": {
4445
4136
  "category": "utrecht",
4446
- "type": "code",
4447
- "item": "color"
4137
+ "type": "table",
4138
+ "item": "border-width"
4448
4139
  },
4449
4140
  "path": [
4450
4141
  "utrecht",
4451
- "code",
4452
- "color"
4142
+ "table",
4143
+ "border-width"
4453
4144
  ]
4454
4145
  },
4455
4146
  "font-family": {
4456
- "value": "Monospace, \"Lucida Console\"",
4457
- "filePath": "src/component/utrecht/code.tokens.json",
4147
+ "value": "neue-haas-grotesk-text, sans-serif",
4148
+ "filePath": "src/component/utrecht/table.tokens.json",
4458
4149
  "isSource": true,
4459
4150
  "original": {
4460
- "value": "{xxllnc.typography.monospace.font-family}"
4151
+ "value": "{utrecht.document.font-family}"
4461
4152
  },
4462
- "name": "utrechtCodeFontFamily",
4153
+ "name": "utrechtTableFontFamily",
4463
4154
  "attributes": {
4464
4155
  "category": "utrecht",
4465
- "type": "code",
4156
+ "type": "table",
4466
4157
  "item": "font-family"
4467
4158
  },
4468
4159
  "path": [
4469
4160
  "utrecht",
4470
- "code",
4161
+ "table",
4471
4162
  "font-family"
4472
4163
  ]
4473
4164
  },
4474
4165
  "font-size": {
4475
- "value": "inherit",
4476
- "filePath": "src/component/utrecht/code.tokens.json",
4166
+ "value": "16px",
4167
+ "filePath": "src/component/utrecht/table.tokens.json",
4477
4168
  "isSource": true,
4478
4169
  "original": {
4479
- "value": "inherit"
4170
+ "value": "{utrecht.document.font-size}"
4480
4171
  },
4481
- "name": "utrechtCodeFontSize",
4172
+ "name": "utrechtTableFontSize",
4482
4173
  "attributes": {
4483
4174
  "category": "utrecht",
4484
- "type": "code",
4175
+ "type": "table",
4485
4176
  "item": "font-size"
4486
4177
  },
4487
4178
  "path": [
4488
4179
  "utrecht",
4489
- "code",
4180
+ "table",
4490
4181
  "font-size"
4491
4182
  ]
4492
4183
  },
4493
- "line-height": {}
4494
- },
4495
- "code-block": {
4496
- "background-color": {
4497
- "value": "#f5f5f5",
4498
- "filePath": "src/component/utrecht/code.tokens.json",
4184
+ "line-height": {},
4185
+ "margin-block-end": {
4186
+ "value": 0,
4187
+ "filePath": "src/component/utrecht/table.tokens.json",
4499
4188
  "isSource": true,
4500
4189
  "original": {
4501
- "value": "{xxllnc.color.lightgrey.96}"
4190
+ "value": 0
4502
4191
  },
4503
- "name": "utrechtCodeBlockBackgroundColor",
4192
+ "name": "utrechtTableMarginBlockEnd",
4504
4193
  "attributes": {
4505
4194
  "category": "utrecht",
4506
- "type": "code-block",
4507
- "item": "background-color"
4195
+ "type": "table",
4196
+ "item": "margin-block-end"
4508
4197
  },
4509
4198
  "path": [
4510
4199
  "utrecht",
4511
- "code-block",
4512
- "background-color"
4200
+ "table",
4201
+ "margin-block-end"
4513
4202
  ]
4514
4203
  },
4515
- "color": {
4516
- "value": "#28282c",
4517
- "filePath": "src/component/utrecht/code.tokens.json",
4204
+ "margin-block-start": {
4205
+ "value": "18px",
4206
+ "filePath": "src/component/utrecht/table.tokens.json",
4518
4207
  "isSource": true,
4519
4208
  "original": {
4520
- "value": "{xxllnc.color.black.16}"
4209
+ "value": "{xxllnc.size.md}"
4521
4210
  },
4522
- "name": "utrechtCodeBlockColor",
4211
+ "name": "utrechtTableMarginBlockStart",
4523
4212
  "attributes": {
4524
4213
  "category": "utrecht",
4525
- "type": "code-block",
4526
- "item": "color"
4214
+ "type": "table",
4215
+ "item": "margin-block-start"
4527
4216
  },
4528
4217
  "path": [
4529
4218
  "utrecht",
4530
- "code-block",
4531
- "color"
4219
+ "table",
4220
+ "margin-block-start"
4532
4221
  ]
4533
4222
  },
4534
- "font-family": {
4535
- "value": "Monospace, \"Lucida Console\"",
4536
- "filePath": "src/component/utrecht/code.tokens.json",
4537
- "isSource": true,
4538
- "original": {
4539
- "value": "{xxllnc.typography.monospace.font-family}"
4540
- },
4541
- "name": "utrechtCodeBlockFontFamily",
4542
- "attributes": {
4543
- "category": "utrecht",
4544
- "type": "code-block",
4545
- "item": "font-family"
4223
+ "header-cell": {
4224
+ "font-size": {
4225
+ "value": "16px",
4226
+ "filePath": "src/component/utrecht/table.tokens.json",
4227
+ "isSource": true,
4228
+ "original": {
4229
+ "value": "{utrecht.document.font-size}"
4230
+ },
4231
+ "name": "utrechtTableHeaderCellFontSize",
4232
+ "attributes": {
4233
+ "category": "utrecht",
4234
+ "type": "table",
4235
+ "item": "header-cell",
4236
+ "subitem": "font-size"
4237
+ },
4238
+ "path": [
4239
+ "utrecht",
4240
+ "table",
4241
+ "header-cell",
4242
+ "font-size"
4243
+ ]
4546
4244
  },
4547
- "path": [
4548
- "utrecht",
4549
- "code-block",
4550
- "font-family"
4551
- ]
4552
- },
4553
- "font-size": {
4554
- "value": "16px",
4555
- "filePath": "src/component/utrecht/code.tokens.json",
4556
- "isSource": true,
4557
- "original": {
4558
- "value": "{xxllnc.font-size.md}"
4245
+ "font-weight": {
4246
+ "value": "700",
4247
+ "filePath": "src/component/utrecht/table.tokens.json",
4248
+ "isSource": true,
4249
+ "original": {
4250
+ "value": "{xxllnc.typography.font-weight.bold}"
4251
+ },
4252
+ "name": "utrechtTableHeaderCellFontWeight",
4253
+ "attributes": {
4254
+ "category": "utrecht",
4255
+ "type": "table",
4256
+ "item": "header-cell",
4257
+ "subitem": "font-weight"
4258
+ },
4259
+ "path": [
4260
+ "utrecht",
4261
+ "table",
4262
+ "header-cell",
4263
+ "font-weight"
4264
+ ]
4559
4265
  },
4560
- "name": "utrechtCodeBlockFontSize",
4561
- "attributes": {
4562
- "category": "utrecht",
4563
- "type": "code-block",
4564
- "item": "font-size"
4266
+ "color": {
4267
+ "value": "#28282c",
4268
+ "filePath": "src/component/utrecht/table.tokens.json",
4269
+ "isSource": true,
4270
+ "original": {
4271
+ "value": "{utrecht.document.color}"
4272
+ },
4273
+ "name": "utrechtTableHeaderCellColor",
4274
+ "attributes": {
4275
+ "category": "utrecht",
4276
+ "type": "table",
4277
+ "item": "header-cell",
4278
+ "subitem": "color"
4279
+ },
4280
+ "path": [
4281
+ "utrecht",
4282
+ "table",
4283
+ "header-cell",
4284
+ "color"
4285
+ ]
4565
4286
  },
4566
- "path": [
4567
- "utrecht",
4568
- "code-block",
4569
- "font-size"
4570
- ]
4287
+ "text-transform": {
4288
+ "value": "unset",
4289
+ "filePath": "src/component/utrecht/table.tokens.json",
4290
+ "isSource": true,
4291
+ "original": {
4292
+ "value": "unset"
4293
+ },
4294
+ "name": "utrechtTableHeaderCellTextTransform",
4295
+ "attributes": {
4296
+ "category": "utrecht",
4297
+ "type": "table",
4298
+ "item": "header-cell",
4299
+ "subitem": "text-transform"
4300
+ },
4301
+ "path": [
4302
+ "utrecht",
4303
+ "table",
4304
+ "header-cell",
4305
+ "text-transform"
4306
+ ]
4307
+ }
4571
4308
  },
4572
- "line-height": {
4573
- "value": "24px",
4574
- "filePath": "src/component/utrecht/code.tokens.json",
4575
- "isSource": true,
4576
- "original": {
4577
- "value": "{xxllnc.size.lg}"
4309
+ "cell": {
4310
+ "line-height": {},
4311
+ "padding-block-end": {
4312
+ "value": "18px",
4313
+ "filePath": "src/component/utrecht/table.tokens.json",
4314
+ "isSource": true,
4315
+ "original": {
4316
+ "value": "{xxllnc.size.md}"
4317
+ },
4318
+ "name": "utrechtTableCellPaddingBlockEnd",
4319
+ "attributes": {
4320
+ "category": "utrecht",
4321
+ "type": "table",
4322
+ "item": "cell",
4323
+ "subitem": "padding-block-end"
4324
+ },
4325
+ "path": [
4326
+ "utrecht",
4327
+ "table",
4328
+ "cell",
4329
+ "padding-block-end"
4330
+ ]
4578
4331
  },
4579
- "name": "utrechtCodeBlockLineHeight",
4580
- "attributes": {
4581
- "category": "utrecht",
4582
- "type": "code-block",
4583
- "item": "line-height"
4332
+ "padding-block-start": {
4333
+ "value": "18px",
4334
+ "filePath": "src/component/utrecht/table.tokens.json",
4335
+ "isSource": true,
4336
+ "original": {
4337
+ "value": "{xxllnc.size.md}"
4338
+ },
4339
+ "name": "utrechtTableCellPaddingBlockStart",
4340
+ "attributes": {
4341
+ "category": "utrecht",
4342
+ "type": "table",
4343
+ "item": "cell",
4344
+ "subitem": "padding-block-start"
4345
+ },
4346
+ "path": [
4347
+ "utrecht",
4348
+ "table",
4349
+ "cell",
4350
+ "padding-block-start"
4351
+ ]
4584
4352
  },
4585
- "path": [
4586
- "utrecht",
4587
- "code-block",
4588
- "line-height"
4589
- ]
4590
- },
4591
- "margin-block-start": {
4592
- "value": "18px",
4593
- "filePath": "src/component/utrecht/code.tokens.json",
4594
- "isSource": true,
4595
- "original": {
4596
- "value": "{xxllnc.size.md}"
4353
+ "padding-inline-end": {
4354
+ "value": "18px",
4355
+ "filePath": "src/component/utrecht/table.tokens.json",
4356
+ "isSource": true,
4357
+ "original": {
4358
+ "value": "{xxllnc.size.md}"
4359
+ },
4360
+ "name": "utrechtTableCellPaddingInlineEnd",
4361
+ "attributes": {
4362
+ "category": "utrecht",
4363
+ "type": "table",
4364
+ "item": "cell",
4365
+ "subitem": "padding-inline-end"
4366
+ },
4367
+ "path": [
4368
+ "utrecht",
4369
+ "table",
4370
+ "cell",
4371
+ "padding-inline-end"
4372
+ ]
4597
4373
  },
4598
- "name": "utrechtCodeBlockMarginBlockStart",
4599
- "attributes": {
4600
- "category": "utrecht",
4601
- "type": "code-block",
4602
- "item": "margin-block-start"
4374
+ "padding-inline-start": {
4375
+ "value": "18px",
4376
+ "filePath": "src/component/utrecht/table.tokens.json",
4377
+ "isSource": true,
4378
+ "original": {
4379
+ "value": "{xxllnc.size.md}"
4380
+ },
4381
+ "name": "utrechtTableCellPaddingInlineStart",
4382
+ "attributes": {
4383
+ "category": "utrecht",
4384
+ "type": "table",
4385
+ "item": "cell",
4386
+ "subitem": "padding-inline-start"
4387
+ },
4388
+ "path": [
4389
+ "utrecht",
4390
+ "table",
4391
+ "cell",
4392
+ "padding-inline-start"
4393
+ ]
4603
4394
  },
4604
- "path": [
4605
- "utrecht",
4606
- "code-block",
4607
- "margin-block-start"
4608
- ]
4609
- },
4610
- "margin-block-end": {
4611
- "value": "18px",
4612
- "filePath": "src/component/utrecht/code.tokens.json",
4395
+ "icon": {
4396
+ "size": {}
4397
+ }
4398
+ }
4399
+ },
4400
+ "textbox": {
4401
+ "background-color": {
4402
+ "value": "#ffffff",
4403
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4613
4404
  "isSource": true,
4614
4405
  "original": {
4615
- "value": "{xxllnc.size.md}"
4406
+ "value": "{xxllnc.color.white.100-0t}"
4616
4407
  },
4617
- "name": "utrechtCodeBlockMarginBlockEnd",
4408
+ "name": "utrechtTextboxBackgroundColor",
4618
4409
  "attributes": {
4619
4410
  "category": "utrecht",
4620
- "type": "code-block",
4621
- "item": "margin-block-end"
4411
+ "type": "textbox",
4412
+ "item": "background-color"
4622
4413
  },
4623
4414
  "path": [
4624
4415
  "utrecht",
4625
- "code-block",
4626
- "margin-block-end"
4416
+ "textbox",
4417
+ "background-color"
4627
4418
  ]
4628
4419
  },
4629
- "margin-inline-start": {
4630
- "value": 0,
4631
- "filePath": "src/component/utrecht/code.tokens.json",
4420
+ "border-bottom-width": {},
4421
+ "border-color": {
4422
+ "value": "#00000038",
4423
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4632
4424
  "isSource": true,
4633
4425
  "original": {
4634
- "value": 0
4426
+ "value": "{xxllnc.color.black.0-22t}"
4635
4427
  },
4636
- "name": "utrechtCodeBlockMarginInlineStart",
4428
+ "name": "utrechtTextboxBorderColor",
4637
4429
  "attributes": {
4638
4430
  "category": "utrecht",
4639
- "type": "code-block",
4640
- "item": "margin-inline-start"
4431
+ "type": "textbox",
4432
+ "item": "border-color"
4641
4433
  },
4642
4434
  "path": [
4643
4435
  "utrecht",
4644
- "code-block",
4645
- "margin-inline-start"
4436
+ "textbox",
4437
+ "border-color"
4646
4438
  ]
4647
4439
  },
4648
- "margin-inline-end": {
4649
- "value": 0,
4650
- "filePath": "src/component/utrecht/code.tokens.json",
4440
+ "border-radius": {
4441
+ "value": "6px",
4442
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4651
4443
  "isSource": true,
4652
4444
  "original": {
4653
- "value": 0
4445
+ "value": "6px"
4654
4446
  },
4655
- "name": "utrechtCodeBlockMarginInlineEnd",
4447
+ "name": "utrechtTextboxBorderRadius",
4656
4448
  "attributes": {
4657
4449
  "category": "utrecht",
4658
- "type": "code-block",
4659
- "item": "margin-inline-end"
4450
+ "type": "textbox",
4451
+ "item": "border-radius"
4660
4452
  },
4661
4453
  "path": [
4662
4454
  "utrecht",
4663
- "code-block",
4664
- "margin-inline-end"
4455
+ "textbox",
4456
+ "border-radius"
4665
4457
  ]
4666
4458
  },
4667
- "padding-block-start": {
4668
- "value": "18px",
4669
- "filePath": "src/component/utrecht/code.tokens.json",
4459
+ "border-width": {
4460
+ "value": "1px",
4461
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4670
4462
  "isSource": true,
4671
4463
  "original": {
4672
- "value": "{xxllnc.size.md}"
4464
+ "value": "{xxllnc.size.4xs}"
4673
4465
  },
4674
- "name": "utrechtCodeBlockPaddingBlockStart",
4466
+ "name": "utrechtTextboxBorderWidth",
4675
4467
  "attributes": {
4676
4468
  "category": "utrecht",
4677
- "type": "code-block",
4678
- "item": "padding-block-start"
4469
+ "type": "textbox",
4470
+ "item": "border-width"
4679
4471
  },
4680
4472
  "path": [
4681
4473
  "utrecht",
4682
- "code-block",
4683
- "padding-block-start"
4474
+ "textbox",
4475
+ "border-width"
4684
4476
  ]
4685
4477
  },
4686
- "padding-block-end": {
4687
- "value": "18px",
4688
- "filePath": "src/component/utrecht/code.tokens.json",
4478
+ "color": {
4479
+ "value": "#6d6d6d",
4480
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4689
4481
  "isSource": true,
4690
4482
  "original": {
4691
- "value": "{xxllnc.size.md}"
4483
+ "value": "{xxllnc.color.grey.43}"
4692
4484
  },
4693
- "name": "utrechtCodeBlockPaddingBlockEnd",
4485
+ "name": "utrechtTextboxColor",
4694
4486
  "attributes": {
4695
4487
  "category": "utrecht",
4696
- "type": "code-block",
4697
- "item": "padding-block-end"
4488
+ "type": "textbox",
4489
+ "item": "color"
4698
4490
  },
4699
4491
  "path": [
4700
4492
  "utrecht",
4701
- "code-block",
4702
- "padding-block-end"
4493
+ "textbox",
4494
+ "color"
4703
4495
  ]
4704
4496
  },
4705
- "padding-inline-start": {
4706
- "value": "18px",
4707
- "filePath": "src/component/utrecht/code.tokens.json",
4497
+ "font-family": {
4498
+ "value": "neue-haas-grotesk-text, sans-serif",
4499
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4708
4500
  "isSource": true,
4709
4501
  "original": {
4710
- "value": "{xxllnc.size.md}"
4502
+ "value": "{xxllnc.typography.sans-serif.font-family}"
4711
4503
  },
4712
- "name": "utrechtCodeBlockPaddingInlineStart",
4504
+ "name": "utrechtTextboxFontFamily",
4713
4505
  "attributes": {
4714
4506
  "category": "utrecht",
4715
- "type": "code-block",
4716
- "item": "padding-inline-start"
4507
+ "type": "textbox",
4508
+ "item": "font-family"
4717
4509
  },
4718
4510
  "path": [
4719
4511
  "utrecht",
4720
- "code-block",
4721
- "padding-inline-start"
4512
+ "textbox",
4513
+ "font-family"
4722
4514
  ]
4723
4515
  },
4724
- "padding-inline-end": {
4725
- "value": "18px",
4726
- "filePath": "src/component/utrecht/code.tokens.json",
4516
+ "font-size": {
4517
+ "value": "15px",
4518
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4727
4519
  "isSource": true,
4728
4520
  "original": {
4729
- "value": "{xxllnc.size.md}"
4521
+ "value": "15px"
4730
4522
  },
4731
- "name": "utrechtCodeBlockPaddingInlineEnd",
4523
+ "name": "utrechtTextboxFontSize",
4732
4524
  "attributes": {
4733
4525
  "category": "utrecht",
4734
- "type": "code-block",
4735
- "item": "padding-inline-end"
4526
+ "type": "textbox",
4527
+ "item": "font-size"
4736
4528
  },
4737
4529
  "path": [
4738
4530
  "utrecht",
4739
- "code-block",
4740
- "padding-inline-end"
4531
+ "textbox",
4532
+ "font-size"
4741
4533
  ]
4742
- }
4743
- },
4744
- "document": {
4745
- "background-color": {
4746
- "value": "#ffffff",
4747
- "filePath": "src/component/utrecht/document.tokens.json",
4534
+ },
4535
+ "line-height": {},
4536
+ "max-inline-size": {},
4537
+ "padding-block-end": {
4538
+ "value": "8px",
4539
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4748
4540
  "isSource": true,
4749
4541
  "original": {
4750
- "value": "{xxllnc.color.white.100}"
4542
+ "value": "{xxllnc.size.xs}"
4751
4543
  },
4752
- "name": "utrechtDocumentBackgroundColor",
4544
+ "name": "utrechtTextboxPaddingBlockEnd",
4753
4545
  "attributes": {
4754
4546
  "category": "utrecht",
4755
- "type": "document",
4756
- "item": "background-color"
4547
+ "type": "textbox",
4548
+ "item": "padding-block-end"
4757
4549
  },
4758
4550
  "path": [
4759
4551
  "utrecht",
4760
- "document",
4761
- "background-color"
4552
+ "textbox",
4553
+ "padding-block-end"
4762
4554
  ]
4763
4555
  },
4764
- "color": {
4765
- "value": "#28282c",
4766
- "filePath": "src/component/utrecht/document.tokens.json",
4556
+ "padding-block-start": {
4557
+ "value": "8px",
4558
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4767
4559
  "isSource": true,
4768
4560
  "original": {
4769
- "value": "{xxllnc.color.black.16}"
4561
+ "value": "{xxllnc.size.xs}"
4770
4562
  },
4771
- "name": "utrechtDocumentColor",
4563
+ "name": "utrechtTextboxPaddingBlockStart",
4772
4564
  "attributes": {
4773
4565
  "category": "utrecht",
4774
- "type": "document",
4775
- "item": "color"
4566
+ "type": "textbox",
4567
+ "item": "padding-block-start"
4776
4568
  },
4777
4569
  "path": [
4778
4570
  "utrecht",
4779
- "document",
4780
- "color"
4571
+ "textbox",
4572
+ "padding-block-start"
4781
4573
  ]
4782
4574
  },
4783
- "font-family": {
4784
- "value": "neue-haas-grotesk-text, sans-serif",
4785
- "filePath": "src/component/utrecht/document.tokens.json",
4575
+ "padding-inline-end": {
4576
+ "value": "14px",
4577
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4786
4578
  "isSource": true,
4787
4579
  "original": {
4788
- "value": "{xxllnc.typography.sans-serif.font-family}"
4580
+ "value": "{xxllnc.size.sm}"
4789
4581
  },
4790
- "name": "utrechtDocumentFontFamily",
4582
+ "name": "utrechtTextboxPaddingInlineEnd",
4791
4583
  "attributes": {
4792
4584
  "category": "utrecht",
4793
- "type": "document",
4794
- "item": "font-family"
4585
+ "type": "textbox",
4586
+ "item": "padding-inline-end"
4795
4587
  },
4796
4588
  "path": [
4797
4589
  "utrecht",
4798
- "document",
4799
- "font-family"
4590
+ "textbox",
4591
+ "padding-inline-end"
4800
4592
  ]
4801
4593
  },
4802
- "font-size": {
4803
- "value": "16px",
4804
- "filePath": "src/component/utrecht/document.tokens.json",
4594
+ "padding-inline-start": {
4595
+ "value": "14px",
4596
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4805
4597
  "isSource": true,
4806
4598
  "original": {
4807
- "value": "{xxllnc.font-size.md}"
4599
+ "value": "{xxllnc.size.sm}"
4808
4600
  },
4809
- "name": "utrechtDocumentFontSize",
4601
+ "name": "utrechtTextboxPaddingInlineStart",
4810
4602
  "attributes": {
4811
4603
  "category": "utrecht",
4812
- "type": "document",
4813
- "item": "font-size"
4604
+ "type": "textbox",
4605
+ "item": "padding-inline-start"
4814
4606
  },
4815
4607
  "path": [
4816
4608
  "utrecht",
4817
- "document",
4818
- "font-size"
4609
+ "textbox",
4610
+ "padding-inline-start"
4819
4611
  ]
4820
4612
  },
4821
- "font-weight": {},
4822
- "line-height": {}
4613
+ "placeholder": {
4614
+ "color": {
4615
+ "value": "#6d6d6d",
4616
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4617
+ "isSource": true,
4618
+ "original": {
4619
+ "value": "{xxllnc.color.grey.43}"
4620
+ },
4621
+ "name": "utrechtTextboxPlaceholderColor",
4622
+ "attributes": {
4623
+ "category": "utrecht",
4624
+ "type": "textbox",
4625
+ "item": "placeholder",
4626
+ "subitem": "color"
4627
+ },
4628
+ "path": [
4629
+ "utrecht",
4630
+ "textbox",
4631
+ "placeholder",
4632
+ "color"
4633
+ ]
4634
+ }
4635
+ },
4636
+ "disabled": {
4637
+ "background-color": {},
4638
+ "border-color": {},
4639
+ "color": {}
4640
+ },
4641
+ "focus": {
4642
+ "background-color": {},
4643
+ "border-color": {},
4644
+ "color": {}
4645
+ },
4646
+ "invalid": {
4647
+ "background-color": {},
4648
+ "border-color": {},
4649
+ "border-width": {},
4650
+ "color": {}
4651
+ },
4652
+ "read-only": {
4653
+ "background-color": {},
4654
+ "border-color": {},
4655
+ "color": {}
4656
+ }
4823
4657
  },
4824
4658
  "heading-1": {
4825
4659
  "color": {},
@@ -6056,6 +5890,147 @@
6056
5890
  }
6057
5891
  },
6058
5892
  "conduction": {
5893
+ "card-wrapper": {
5894
+ "background-color": {
5895
+ "value": "#333338",
5896
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5897
+ "isSource": true,
5898
+ "original": {
5899
+ "value": "{xxllnc.color.black.21}"
5900
+ },
5901
+ "name": "conductionCardWrapperBackgroundColor",
5902
+ "attributes": {
5903
+ "category": "conduction",
5904
+ "type": "card-wrapper",
5905
+ "item": "background-color"
5906
+ },
5907
+ "path": [
5908
+ "conduction",
5909
+ "card-wrapper",
5910
+ "background-color"
5911
+ ]
5912
+ },
5913
+ "border-color": {},
5914
+ "border-width": {},
5915
+ "border-style": {},
5916
+ "border-radius": {
5917
+ "value": "18px",
5918
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5919
+ "isSource": true,
5920
+ "original": {
5921
+ "value": "{xxllnc.size.md}"
5922
+ },
5923
+ "name": "conductionCardWrapperBorderRadius",
5924
+ "attributes": {
5925
+ "category": "conduction",
5926
+ "type": "card-wrapper",
5927
+ "item": "border-radius"
5928
+ },
5929
+ "path": [
5930
+ "conduction",
5931
+ "card-wrapper",
5932
+ "border-radius"
5933
+ ]
5934
+ },
5935
+ "color": {
5936
+ "value": "#f1f1f1",
5937
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5938
+ "isSource": true,
5939
+ "original": {
5940
+ "value": "{xxllnc.color.white.95}"
5941
+ },
5942
+ "name": "conductionCardWrapperColor",
5943
+ "attributes": {
5944
+ "category": "conduction",
5945
+ "type": "card-wrapper",
5946
+ "item": "color"
5947
+ },
5948
+ "path": [
5949
+ "conduction",
5950
+ "card-wrapper",
5951
+ "color"
5952
+ ]
5953
+ },
5954
+ "hover": {
5955
+ "background-color": {}
5956
+ },
5957
+ "padding-inline-end": {
5958
+ "value": "18px",
5959
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5960
+ "isSource": true,
5961
+ "original": {
5962
+ "value": "{xxllnc.size.md}"
5963
+ },
5964
+ "name": "conductionCardWrapperPaddingInlineEnd",
5965
+ "attributes": {
5966
+ "category": "conduction",
5967
+ "type": "card-wrapper",
5968
+ "item": "padding-inline-end"
5969
+ },
5970
+ "path": [
5971
+ "conduction",
5972
+ "card-wrapper",
5973
+ "padding-inline-end"
5974
+ ]
5975
+ },
5976
+ "padding-inline-start": {
5977
+ "value": "18px",
5978
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5979
+ "isSource": true,
5980
+ "original": {
5981
+ "value": "{xxllnc.size.md}"
5982
+ },
5983
+ "name": "conductionCardWrapperPaddingInlineStart",
5984
+ "attributes": {
5985
+ "category": "conduction",
5986
+ "type": "card-wrapper",
5987
+ "item": "padding-inline-start"
5988
+ },
5989
+ "path": [
5990
+ "conduction",
5991
+ "card-wrapper",
5992
+ "padding-inline-start"
5993
+ ]
5994
+ },
5995
+ "padding-block-end": {
5996
+ "value": "18px",
5997
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
5998
+ "isSource": true,
5999
+ "original": {
6000
+ "value": "{xxllnc.size.md}"
6001
+ },
6002
+ "name": "conductionCardWrapperPaddingBlockEnd",
6003
+ "attributes": {
6004
+ "category": "conduction",
6005
+ "type": "card-wrapper",
6006
+ "item": "padding-block-end"
6007
+ },
6008
+ "path": [
6009
+ "conduction",
6010
+ "card-wrapper",
6011
+ "padding-block-end"
6012
+ ]
6013
+ },
6014
+ "padding-block-start": {
6015
+ "value": "18px",
6016
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
6017
+ "isSource": true,
6018
+ "original": {
6019
+ "value": "{xxllnc.size.md}"
6020
+ },
6021
+ "name": "conductionCardWrapperPaddingBlockStart",
6022
+ "attributes": {
6023
+ "category": "conduction",
6024
+ "type": "card-wrapper",
6025
+ "item": "padding-block-start"
6026
+ },
6027
+ "path": [
6028
+ "conduction",
6029
+ "card-wrapper",
6030
+ "padding-block-start"
6031
+ ]
6032
+ }
6033
+ },
6059
6034
  "input-select": {
6060
6035
  "background-color": {
6061
6036
  "value": "#ffffff",