@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
@@ -1264,6 +1264,147 @@
1264
1264
  }
1265
1265
  }
1266
1266
  },
1267
+ "card-wrapper": {
1268
+ "background-color": {
1269
+ "value": "#ffffff",
1270
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
1271
+ "isSource": true,
1272
+ "original": {
1273
+ "value": "{conduction.color.white.100}"
1274
+ },
1275
+ "name": "conductionCardWrapperBackgroundColor",
1276
+ "attributes": {
1277
+ "category": "conduction",
1278
+ "type": "card-wrapper",
1279
+ "item": "background-color"
1280
+ },
1281
+ "path": [
1282
+ "conduction",
1283
+ "card-wrapper",
1284
+ "background-color"
1285
+ ]
1286
+ },
1287
+ "border-color": {},
1288
+ "border-width": {},
1289
+ "border-style": {},
1290
+ "border-radius": {
1291
+ "value": "18px",
1292
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
1293
+ "isSource": true,
1294
+ "original": {
1295
+ "value": "{conduction.size.md}"
1296
+ },
1297
+ "name": "conductionCardWrapperBorderRadius",
1298
+ "attributes": {
1299
+ "category": "conduction",
1300
+ "type": "card-wrapper",
1301
+ "item": "border-radius"
1302
+ },
1303
+ "path": [
1304
+ "conduction",
1305
+ "card-wrapper",
1306
+ "border-radius"
1307
+ ]
1308
+ },
1309
+ "color": {
1310
+ "value": "#000000",
1311
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
1312
+ "isSource": true,
1313
+ "original": {
1314
+ "value": "{conduction.color.black.0}"
1315
+ },
1316
+ "name": "conductionCardWrapperColor",
1317
+ "attributes": {
1318
+ "category": "conduction",
1319
+ "type": "card-wrapper",
1320
+ "item": "color"
1321
+ },
1322
+ "path": [
1323
+ "conduction",
1324
+ "card-wrapper",
1325
+ "color"
1326
+ ]
1327
+ },
1328
+ "hover": {
1329
+ "background-color": {}
1330
+ },
1331
+ "padding-inline-end": {
1332
+ "value": "18px",
1333
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
1334
+ "isSource": true,
1335
+ "original": {
1336
+ "value": "{conduction.size.md}"
1337
+ },
1338
+ "name": "conductionCardWrapperPaddingInlineEnd",
1339
+ "attributes": {
1340
+ "category": "conduction",
1341
+ "type": "card-wrapper",
1342
+ "item": "padding-inline-end"
1343
+ },
1344
+ "path": [
1345
+ "conduction",
1346
+ "card-wrapper",
1347
+ "padding-inline-end"
1348
+ ]
1349
+ },
1350
+ "padding-inline-start": {
1351
+ "value": "18px",
1352
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
1353
+ "isSource": true,
1354
+ "original": {
1355
+ "value": "{conduction.size.md}"
1356
+ },
1357
+ "name": "conductionCardWrapperPaddingInlineStart",
1358
+ "attributes": {
1359
+ "category": "conduction",
1360
+ "type": "card-wrapper",
1361
+ "item": "padding-inline-start"
1362
+ },
1363
+ "path": [
1364
+ "conduction",
1365
+ "card-wrapper",
1366
+ "padding-inline-start"
1367
+ ]
1368
+ },
1369
+ "padding-block-end": {
1370
+ "value": "18px",
1371
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
1372
+ "isSource": true,
1373
+ "original": {
1374
+ "value": "{conduction.size.md}"
1375
+ },
1376
+ "name": "conductionCardWrapperPaddingBlockEnd",
1377
+ "attributes": {
1378
+ "category": "conduction",
1379
+ "type": "card-wrapper",
1380
+ "item": "padding-block-end"
1381
+ },
1382
+ "path": [
1383
+ "conduction",
1384
+ "card-wrapper",
1385
+ "padding-block-end"
1386
+ ]
1387
+ },
1388
+ "padding-block-start": {
1389
+ "value": "18px",
1390
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
1391
+ "isSource": true,
1392
+ "original": {
1393
+ "value": "{conduction.size.md}"
1394
+ },
1395
+ "name": "conductionCardWrapperPaddingBlockStart",
1396
+ "attributes": {
1397
+ "category": "conduction",
1398
+ "type": "card-wrapper",
1399
+ "item": "padding-block-start"
1400
+ },
1401
+ "path": [
1402
+ "conduction",
1403
+ "card-wrapper",
1404
+ "padding-block-start"
1405
+ ]
1406
+ }
1407
+ },
1267
1408
  "input-select": {
1268
1409
  "background-color": {
1269
1410
  "value": "#ffffff",
@@ -1859,125 +2000,6 @@
1859
2000
  }
1860
2001
  },
1861
2002
  "alert": {
1862
- "icon": {
1863
- "gap": {
1864
- "value": "8px",
1865
- "filePath": "src/component/conduction/alert.tokens.json",
1866
- "isSource": true,
1867
- "original": {
1868
- "value": "{conduction.size.xs}"
1869
- },
1870
- "name": "utrechtAlertIconGap",
1871
- "attributes": {
1872
- "category": "utrecht",
1873
- "type": "alert",
1874
- "item": "icon",
1875
- "subitem": "gap"
1876
- },
1877
- "path": [
1878
- "utrecht",
1879
- "alert",
1880
- "icon",
1881
- "gap"
1882
- ]
1883
- },
1884
- "color": {
1885
- "value": "#004085",
1886
- "filePath": "src/component/utrecht/alert.tokens.json",
1887
- "isSource": true,
1888
- "original": {
1889
- "value": "{conduction.color.alert-info}"
1890
- },
1891
- "name": "utrechtAlertIconColor",
1892
- "attributes": {
1893
- "category": "utrecht",
1894
- "type": "alert",
1895
- "item": "icon",
1896
- "subitem": "color"
1897
- },
1898
- "path": [
1899
- "utrecht",
1900
- "alert",
1901
- "icon",
1902
- "color"
1903
- ]
1904
- },
1905
- "error": {
1906
- "color": {
1907
- "value": "#721c24",
1908
- "filePath": "src/component/utrecht/alert.tokens.json",
1909
- "isSource": true,
1910
- "original": {
1911
- "value": "{conduction.color.alert-error}"
1912
- },
1913
- "name": "utrechtAlertIconErrorColor",
1914
- "attributes": {
1915
- "category": "utrecht",
1916
- "type": "alert",
1917
- "item": "icon",
1918
- "subitem": "error",
1919
- "state": "color"
1920
- },
1921
- "path": [
1922
- "utrecht",
1923
- "alert",
1924
- "icon",
1925
- "error",
1926
- "color"
1927
- ]
1928
- }
1929
- },
1930
- "warning": {
1931
- "color": {
1932
- "value": "#856404",
1933
- "filePath": "src/component/utrecht/alert.tokens.json",
1934
- "isSource": true,
1935
- "original": {
1936
- "value": "{conduction.color.alert-warning}"
1937
- },
1938
- "name": "utrechtAlertIconWarningColor",
1939
- "attributes": {
1940
- "category": "utrecht",
1941
- "type": "alert",
1942
- "item": "icon",
1943
- "subitem": "warning",
1944
- "state": "color"
1945
- },
1946
- "path": [
1947
- "utrecht",
1948
- "alert",
1949
- "icon",
1950
- "warning",
1951
- "color"
1952
- ]
1953
- }
1954
- },
1955
- "ok": {
1956
- "color": {
1957
- "value": "#155724",
1958
- "filePath": "src/component/utrecht/alert.tokens.json",
1959
- "isSource": true,
1960
- "original": {
1961
- "value": "{conduction.color.alert-succes}"
1962
- },
1963
- "name": "utrechtAlertIconOkColor",
1964
- "attributes": {
1965
- "category": "utrecht",
1966
- "type": "alert",
1967
- "item": "icon",
1968
- "subitem": "ok",
1969
- "state": "color"
1970
- },
1971
- "path": [
1972
- "utrecht",
1973
- "alert",
1974
- "icon",
1975
- "ok",
1976
- "color"
1977
- ]
1978
- }
1979
- }
1980
- },
1981
2003
  "background-color": {
1982
2004
  "value": "#cce5ff",
1983
2005
  "filePath": "src/component/utrecht/alert.tokens.json",
@@ -2233,409 +2255,489 @@
2233
2255
  },
2234
2256
  "border-color": {},
2235
2257
  "border-width": {}
2236
- }
2237
- },
2238
- "card": {
2239
- "background-color": {
2240
- "value": "#ffffff",
2241
- "filePath": "src/component/conduction/card.tokens.json",
2242
- "isSource": true,
2243
- "original": {
2244
- "value": "{conduction.color.white.100}"
2245
- },
2246
- "name": "utrechtCardBackgroundColor",
2247
- "attributes": {
2248
- "category": "utrecht",
2249
- "type": "card",
2250
- "item": "background-color"
2251
- },
2252
- "path": [
2253
- "utrecht",
2254
- "card",
2255
- "background-color"
2256
- ]
2257
2258
  },
2258
- "border-color": {},
2259
- "border-radius": {
2260
- "value": "16px",
2261
- "filePath": "src/component/conduction/card.tokens.json",
2262
- "isSource": true,
2263
- "original": {
2264
- "value": "16px"
2265
- },
2266
- "name": "utrechtCardBorderRadius",
2267
- "attributes": {
2268
- "category": "utrecht",
2269
- "type": "card",
2270
- "item": "border-radius"
2271
- },
2272
- "path": [
2273
- "utrecht",
2274
- "card",
2275
- "border-radius"
2276
- ]
2277
- },
2278
- "border-width": {
2279
- "value": "unset",
2280
- "filePath": "src/component/conduction/card.tokens.json",
2259
+ "icon": {
2260
+ "color": {
2261
+ "value": "#004085",
2262
+ "filePath": "src/component/utrecht/alert.tokens.json",
2263
+ "isSource": true,
2264
+ "original": {
2265
+ "value": "{conduction.color.alert-info}"
2266
+ },
2267
+ "name": "utrechtAlertIconColor",
2268
+ "attributes": {
2269
+ "category": "utrecht",
2270
+ "type": "alert",
2271
+ "item": "icon",
2272
+ "subitem": "color"
2273
+ },
2274
+ "path": [
2275
+ "utrecht",
2276
+ "alert",
2277
+ "icon",
2278
+ "color"
2279
+ ]
2280
+ },
2281
+ "error": {
2282
+ "color": {
2283
+ "value": "#721c24",
2284
+ "filePath": "src/component/utrecht/alert.tokens.json",
2285
+ "isSource": true,
2286
+ "original": {
2287
+ "value": "{conduction.color.alert-error}"
2288
+ },
2289
+ "name": "utrechtAlertIconErrorColor",
2290
+ "attributes": {
2291
+ "category": "utrecht",
2292
+ "type": "alert",
2293
+ "item": "icon",
2294
+ "subitem": "error",
2295
+ "state": "color"
2296
+ },
2297
+ "path": [
2298
+ "utrecht",
2299
+ "alert",
2300
+ "icon",
2301
+ "error",
2302
+ "color"
2303
+ ]
2304
+ }
2305
+ },
2306
+ "warning": {
2307
+ "color": {
2308
+ "value": "#856404",
2309
+ "filePath": "src/component/utrecht/alert.tokens.json",
2310
+ "isSource": true,
2311
+ "original": {
2312
+ "value": "{conduction.color.alert-warning}"
2313
+ },
2314
+ "name": "utrechtAlertIconWarningColor",
2315
+ "attributes": {
2316
+ "category": "utrecht",
2317
+ "type": "alert",
2318
+ "item": "icon",
2319
+ "subitem": "warning",
2320
+ "state": "color"
2321
+ },
2322
+ "path": [
2323
+ "utrecht",
2324
+ "alert",
2325
+ "icon",
2326
+ "warning",
2327
+ "color"
2328
+ ]
2329
+ }
2330
+ },
2331
+ "ok": {
2332
+ "color": {
2333
+ "value": "#155724",
2334
+ "filePath": "src/component/utrecht/alert.tokens.json",
2335
+ "isSource": true,
2336
+ "original": {
2337
+ "value": "{conduction.color.alert-succes}"
2338
+ },
2339
+ "name": "utrechtAlertIconOkColor",
2340
+ "attributes": {
2341
+ "category": "utrecht",
2342
+ "type": "alert",
2343
+ "item": "icon",
2344
+ "subitem": "ok",
2345
+ "state": "color"
2346
+ },
2347
+ "path": [
2348
+ "utrecht",
2349
+ "alert",
2350
+ "icon",
2351
+ "ok",
2352
+ "color"
2353
+ ]
2354
+ }
2355
+ },
2356
+ "gap": {
2357
+ "value": "8px",
2358
+ "filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
2359
+ "isSource": true,
2360
+ "original": {
2361
+ "value": "{conduction.size.xs}"
2362
+ },
2363
+ "name": "utrechtAlertIconGap",
2364
+ "attributes": {
2365
+ "category": "utrecht",
2366
+ "type": "alert",
2367
+ "item": "icon",
2368
+ "subitem": "gap"
2369
+ },
2370
+ "path": [
2371
+ "utrecht",
2372
+ "alert",
2373
+ "icon",
2374
+ "gap"
2375
+ ]
2376
+ }
2377
+ }
2378
+ },
2379
+ "blockquote": {
2380
+ "background-color": {},
2381
+ "color": {},
2382
+ "margin-inline-start": {
2383
+ "value": "32px",
2384
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2281
2385
  "isSource": true,
2282
2386
  "original": {
2283
- "value": "unset"
2387
+ "value": "{conduction.size.xl}"
2284
2388
  },
2285
- "name": "utrechtCardBorderWidth",
2389
+ "name": "utrechtBlockquoteMarginInlineStart",
2286
2390
  "attributes": {
2287
2391
  "category": "utrecht",
2288
- "type": "card",
2289
- "item": "border-width"
2392
+ "type": "blockquote",
2393
+ "item": "margin-inline-start"
2290
2394
  },
2291
2395
  "path": [
2292
2396
  "utrecht",
2293
- "card",
2294
- "border-width"
2397
+ "blockquote",
2398
+ "margin-inline-start"
2295
2399
  ]
2296
2400
  },
2297
- "color": {
2298
- "value": "#000000",
2299
- "filePath": "src/component/conduction/card.tokens.json",
2401
+ "margin-inline-end": {
2402
+ "value": "32px",
2403
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2300
2404
  "isSource": true,
2301
2405
  "original": {
2302
- "value": "{conduction.color.black.0}"
2406
+ "value": "{conduction.size.xl}"
2303
2407
  },
2304
- "name": "utrechtCardColor",
2408
+ "name": "utrechtBlockquoteMarginInlineEnd",
2305
2409
  "attributes": {
2306
2410
  "category": "utrecht",
2307
- "type": "card",
2308
- "item": "color"
2411
+ "type": "blockquote",
2412
+ "item": "margin-inline-end"
2309
2413
  },
2310
2414
  "path": [
2311
2415
  "utrecht",
2312
- "card",
2313
- "color"
2416
+ "blockquote",
2417
+ "margin-inline-end"
2314
2418
  ]
2315
2419
  },
2316
- "header": {
2317
- "border-block-end": {},
2420
+ "margin-inline-block-start": {},
2421
+ "margin-inline-block-end": {},
2422
+ "font-size": {},
2423
+ "font-style": {},
2424
+ "font-family": {},
2425
+ "padding-inline-start": {},
2426
+ "padding-inline-end": {},
2427
+ "padding-inline-block-start": {},
2428
+ "padding-inline-block-end": {},
2429
+ "attribution": {
2318
2430
  "color": {},
2319
- "hover": {
2320
- "border-block-end": {},
2321
- "color": {}
2322
- }
2323
- },
2324
- "hover": {
2325
- "background-color": {}
2431
+ "font-size": {}
2326
2432
  },
2327
- "padding-inline-end": {
2328
- "value": "18px",
2329
- "filePath": "src/component/conduction/card.tokens.json",
2433
+ "content": {
2434
+ "color": {
2435
+ "value": "#000000",
2436
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2437
+ "isSource": true,
2438
+ "original": {
2439
+ "value": "{conduction.color.black.0}"
2440
+ },
2441
+ "name": "utrechtBlockquoteContentColor",
2442
+ "attributes": {
2443
+ "category": "utrecht",
2444
+ "type": "blockquote",
2445
+ "item": "content",
2446
+ "subitem": "color"
2447
+ },
2448
+ "path": [
2449
+ "utrecht",
2450
+ "blockquote",
2451
+ "content",
2452
+ "color"
2453
+ ]
2454
+ },
2455
+ "font-size": {
2456
+ "value": "18px",
2457
+ "filePath": "src/component/utrecht/blockquote.tokens.json",
2458
+ "isSource": true,
2459
+ "original": {
2460
+ "value": "{conduction.font-size.md}"
2461
+ },
2462
+ "name": "utrechtBlockquoteContentFontSize",
2463
+ "attributes": {
2464
+ "category": "utrecht",
2465
+ "type": "blockquote",
2466
+ "item": "content",
2467
+ "subitem": "font-size"
2468
+ },
2469
+ "path": [
2470
+ "utrecht",
2471
+ "blockquote",
2472
+ "content",
2473
+ "font-size"
2474
+ ]
2475
+ }
2476
+ }
2477
+ },
2478
+ "button": {
2479
+ "background-color": {
2480
+ "value": "#4376fc",
2481
+ "filePath": "src/component/utrecht/button.tokens.json",
2330
2482
  "isSource": true,
2331
2483
  "original": {
2332
- "value": "{conduction.size.md}"
2484
+ "value": "{conduction.color.primary}"
2333
2485
  },
2334
- "name": "utrechtCardPaddingInlineEnd",
2486
+ "name": "utrechtButtonBackgroundColor",
2335
2487
  "attributes": {
2336
2488
  "category": "utrecht",
2337
- "type": "card",
2338
- "item": "padding-inline-end"
2489
+ "type": "button",
2490
+ "item": "background-color"
2339
2491
  },
2340
2492
  "path": [
2341
2493
  "utrecht",
2342
- "card",
2343
- "padding-inline-end"
2494
+ "button",
2495
+ "background-color"
2344
2496
  ]
2345
2497
  },
2346
- "padding-inline-start": {
2347
- "value": "18px",
2348
- "filePath": "src/component/conduction/card.tokens.json",
2498
+ "border-color": {
2499
+ "value": "#4376fc",
2500
+ "filePath": "src/component/utrecht/button.tokens.json",
2349
2501
  "isSource": true,
2350
2502
  "original": {
2351
- "value": "{conduction.size.md}"
2503
+ "value": "{conduction.color.primary}"
2352
2504
  },
2353
- "name": "utrechtCardPaddingInlineStart",
2505
+ "name": "utrechtButtonBorderColor",
2354
2506
  "attributes": {
2355
2507
  "category": "utrecht",
2356
- "type": "card",
2357
- "item": "padding-inline-start"
2508
+ "type": "button",
2509
+ "item": "border-color"
2358
2510
  },
2359
2511
  "path": [
2360
2512
  "utrecht",
2361
- "card",
2362
- "padding-inline-start"
2513
+ "button",
2514
+ "border-color"
2363
2515
  ]
2364
2516
  },
2365
- "padding-block-end": {
2366
- "value": "18px",
2367
- "filePath": "src/component/conduction/card.tokens.json",
2517
+ "border-radius": {
2518
+ "value": "3px",
2519
+ "filePath": "src/component/utrecht/button.tokens.json",
2368
2520
  "isSource": true,
2369
2521
  "original": {
2370
- "value": "{conduction.size.md}"
2522
+ "value": "3px"
2371
2523
  },
2372
- "name": "utrechtCardPaddingBlockEnd",
2524
+ "name": "utrechtButtonBorderRadius",
2373
2525
  "attributes": {
2374
2526
  "category": "utrecht",
2375
- "type": "card",
2376
- "item": "padding-block-end"
2527
+ "type": "button",
2528
+ "item": "border-radius"
2377
2529
  },
2378
2530
  "path": [
2379
2531
  "utrecht",
2380
- "card",
2381
- "padding-block-end"
2382
- ]
2383
- },
2384
- "padding-block-start": {
2385
- "value": "18px",
2386
- "filePath": "src/component/conduction/card.tokens.json",
2387
- "isSource": true,
2388
- "original": {
2389
- "value": "{conduction.size.md}"
2390
- },
2391
- "name": "utrechtCardPaddingBlockStart",
2392
- "attributes": {
2393
- "category": "utrecht",
2394
- "type": "card",
2395
- "item": "padding-block-start"
2396
- },
2397
- "path": [
2398
- "utrecht",
2399
- "card",
2400
- "padding-block-start"
2401
- ]
2402
- }
2403
- },
2404
- "form-input": {
2405
- "background-color": {
2406
- "value": "#ffffff",
2407
- "filePath": "src/component/conduction/form-input.tokens.json",
2408
- "isSource": true,
2409
- "original": {
2410
- "value": "{conduction.color.white.100}"
2411
- },
2412
- "name": "utrechtFormInputBackgroundColor",
2413
- "attributes": {
2414
- "category": "utrecht",
2415
- "type": "form-input",
2416
- "item": "background-color"
2417
- },
2418
- "path": [
2419
- "utrecht",
2420
- "form-input",
2421
- "background-color"
2422
- ]
2423
- },
2424
- "border-bottom-width": {},
2425
- "border-color": {
2426
- "value": "#7a7a7a",
2427
- "filePath": "src/component/conduction/form-input.tokens.json",
2428
- "isSource": true,
2429
- "original": {
2430
- "value": "{conduction.color.grey.48}"
2431
- },
2432
- "name": "utrechtFormInputBorderColor",
2433
- "attributes": {
2434
- "category": "utrecht",
2435
- "type": "form-input",
2436
- "item": "border-color"
2437
- },
2438
- "path": [
2439
- "utrecht",
2440
- "form-input",
2441
- "border-color"
2442
- ]
2443
- },
2444
- "border-radius": {
2445
- "value": "3px",
2446
- "filePath": "src/component/conduction/form-input.tokens.json",
2447
- "isSource": true,
2448
- "original": {
2449
- "value": "3px"
2450
- },
2451
- "name": "utrechtFormInputBorderRadius",
2452
- "attributes": {
2453
- "category": "utrecht",
2454
- "type": "form-input",
2455
- "item": "border-radius"
2456
- },
2457
- "path": [
2458
- "utrecht",
2459
- "form-input",
2532
+ "button",
2460
2533
  "border-radius"
2461
2534
  ]
2462
2535
  },
2463
2536
  "border-width": {
2464
- "value": "1px",
2465
- "filePath": "src/component/conduction/form-input.tokens.json",
2537
+ "value": "2px",
2538
+ "filePath": "src/component/utrecht/button.tokens.json",
2466
2539
  "isSource": true,
2467
2540
  "original": {
2468
- "value": "{conduction.size.4xs}"
2541
+ "value": "{conduction.size.3xs}"
2469
2542
  },
2470
- "name": "utrechtFormInputBorderWidth",
2543
+ "name": "utrechtButtonBorderWidth",
2471
2544
  "attributes": {
2472
2545
  "category": "utrecht",
2473
- "type": "form-input",
2546
+ "type": "button",
2474
2547
  "item": "border-width"
2475
2548
  },
2476
2549
  "path": [
2477
2550
  "utrecht",
2478
- "form-input",
2551
+ "button",
2479
2552
  "border-width"
2480
2553
  ]
2481
2554
  },
2482
2555
  "color": {
2483
- "value": "#4a4a4a",
2484
- "filePath": "src/component/conduction/form-input.tokens.json",
2556
+ "value": "#ffffff",
2557
+ "filePath": "src/component/utrecht/button.tokens.json",
2485
2558
  "isSource": true,
2486
2559
  "original": {
2487
- "value": "{conduction.color.grey.29}"
2560
+ "value": "{conduction.color.white.100}"
2488
2561
  },
2489
- "name": "utrechtFormInputColor",
2562
+ "name": "utrechtButtonColor",
2490
2563
  "attributes": {
2491
2564
  "category": "utrecht",
2492
- "type": "form-input",
2565
+ "type": "button",
2493
2566
  "item": "color"
2494
2567
  },
2495
2568
  "path": [
2496
2569
  "utrecht",
2497
- "form-input",
2570
+ "button",
2498
2571
  "color"
2499
2572
  ]
2500
2573
  },
2501
2574
  "font-family": {
2502
2575
  "value": "\"Noto Sans\", Arial, sans-serif",
2503
- "filePath": "src/component/conduction/form-input.tokens.json",
2576
+ "filePath": "src/component/utrecht/button.tokens.json",
2504
2577
  "isSource": true,
2505
2578
  "original": {
2506
2579
  "value": "{conduction.typography.sans-serif.font-family}"
2507
2580
  },
2508
- "name": "utrechtFormInputFontFamily",
2581
+ "name": "utrechtButtonFontFamily",
2509
2582
  "attributes": {
2510
2583
  "category": "utrecht",
2511
- "type": "form-input",
2584
+ "type": "button",
2512
2585
  "item": "font-family"
2513
2586
  },
2514
2587
  "path": [
2515
2588
  "utrecht",
2516
- "form-input",
2589
+ "button",
2517
2590
  "font-family"
2518
2591
  ]
2519
2592
  },
2520
2593
  "font-size": {
2521
- "value": "15px",
2522
- "filePath": "src/component/conduction/form-input.tokens.json",
2594
+ "value": "inherit",
2595
+ "filePath": "src/component/utrecht/button.tokens.json",
2523
2596
  "isSource": true,
2524
2597
  "original": {
2525
- "value": "15px"
2598
+ "value": "inherit"
2526
2599
  },
2527
- "name": "utrechtFormInputFontSize",
2600
+ "name": "utrechtButtonFontSize",
2528
2601
  "attributes": {
2529
2602
  "category": "utrecht",
2530
- "type": "form-input",
2603
+ "type": "button",
2531
2604
  "item": "font-size"
2532
2605
  },
2533
2606
  "path": [
2534
2607
  "utrecht",
2535
- "form-input",
2608
+ "button",
2536
2609
  "font-size"
2537
2610
  ]
2538
2611
  },
2539
- "line-height": {},
2540
- "max-inline-size": {},
2541
- "padding-block-end": {
2542
- "value": "8px",
2543
- "filePath": "src/component/conduction/form-input.tokens.json",
2612
+ "font-weight": {
2613
+ "value": "inherit",
2614
+ "filePath": "src/component/utrecht/button.tokens.json",
2544
2615
  "isSource": true,
2545
2616
  "original": {
2546
- "value": "{conduction.size.xs}"
2617
+ "value": "inherit"
2547
2618
  },
2548
- "name": "utrechtFormInputPaddingBlockEnd",
2619
+ "name": "utrechtButtonFontWeight",
2549
2620
  "attributes": {
2550
2621
  "category": "utrecht",
2551
- "type": "form-input",
2552
- "item": "padding-block-end"
2622
+ "type": "button",
2623
+ "item": "font-weight"
2553
2624
  },
2554
2625
  "path": [
2555
2626
  "utrecht",
2556
- "form-input",
2557
- "padding-block-end"
2627
+ "button",
2628
+ "font-weight"
2558
2629
  ]
2559
2630
  },
2631
+ "inline-size": {},
2632
+ "letter-spacing": {},
2633
+ "line-height": {},
2634
+ "min-block-size": {},
2635
+ "min-inline-size": {},
2560
2636
  "padding-block-start": {
2561
- "value": "8px",
2562
- "filePath": "src/component/conduction/form-input.tokens.json",
2637
+ "value": "4px",
2638
+ "filePath": "src/component/utrecht/button.tokens.json",
2563
2639
  "isSource": true,
2564
2640
  "original": {
2565
- "value": "{conduction.size.xs}"
2641
+ "value": "{conduction.size.2xs}"
2566
2642
  },
2567
- "name": "utrechtFormInputPaddingBlockStart",
2643
+ "name": "utrechtButtonPaddingBlockStart",
2568
2644
  "attributes": {
2569
2645
  "category": "utrecht",
2570
- "type": "form-input",
2646
+ "type": "button",
2571
2647
  "item": "padding-block-start"
2572
2648
  },
2573
2649
  "path": [
2574
2650
  "utrecht",
2575
- "form-input",
2651
+ "button",
2576
2652
  "padding-block-start"
2577
2653
  ]
2578
2654
  },
2579
- "padding-inline-end": {
2580
- "value": "14px",
2581
- "filePath": "src/component/conduction/form-input.tokens.json",
2655
+ "padding-block-end": {
2656
+ "value": "4px",
2657
+ "filePath": "src/component/utrecht/button.tokens.json",
2582
2658
  "isSource": true,
2583
2659
  "original": {
2584
- "value": "{conduction.size.sm}"
2660
+ "value": "{conduction.size.2xs}"
2585
2661
  },
2586
- "name": "utrechtFormInputPaddingInlineEnd",
2662
+ "name": "utrechtButtonPaddingBlockEnd",
2587
2663
  "attributes": {
2588
2664
  "category": "utrecht",
2589
- "type": "form-input",
2590
- "item": "padding-inline-end"
2665
+ "type": "button",
2666
+ "item": "padding-block-end"
2591
2667
  },
2592
2668
  "path": [
2593
2669
  "utrecht",
2594
- "form-input",
2595
- "padding-inline-end"
2670
+ "button",
2671
+ "padding-block-end"
2596
2672
  ]
2597
2673
  },
2598
2674
  "padding-inline-start": {
2599
2675
  "value": "14px",
2600
- "filePath": "src/component/conduction/form-input.tokens.json",
2676
+ "filePath": "src/component/utrecht/button.tokens.json",
2601
2677
  "isSource": true,
2602
2678
  "original": {
2603
2679
  "value": "{conduction.size.sm}"
2604
2680
  },
2605
- "name": "utrechtFormInputPaddingInlineStart",
2681
+ "name": "utrechtButtonPaddingInlineStart",
2606
2682
  "attributes": {
2607
2683
  "category": "utrecht",
2608
- "type": "form-input",
2684
+ "type": "button",
2609
2685
  "item": "padding-inline-start"
2610
2686
  },
2611
2687
  "path": [
2612
2688
  "utrecht",
2613
- "form-input",
2689
+ "button",
2614
2690
  "padding-inline-start"
2615
2691
  ]
2616
2692
  },
2617
- "placeholder": {
2618
- "color": {
2619
- "value": "#808080",
2620
- "filePath": "src/component/conduction/form-input.tokens.json",
2693
+ "padding-inline-end": {
2694
+ "value": "14px",
2695
+ "filePath": "src/component/utrecht/button.tokens.json",
2696
+ "isSource": true,
2697
+ "original": {
2698
+ "value": "{conduction.size.sm}"
2699
+ },
2700
+ "name": "utrechtButtonPaddingInlineEnd",
2701
+ "attributes": {
2702
+ "category": "utrecht",
2703
+ "type": "button",
2704
+ "item": "padding-inline-end"
2705
+ },
2706
+ "path": [
2707
+ "utrecht",
2708
+ "button",
2709
+ "padding-inline-end"
2710
+ ]
2711
+ },
2712
+ "text-transform": {},
2713
+ "active": {
2714
+ "background-color": {},
2715
+ "border-color": {},
2716
+ "color": {}
2717
+ },
2718
+ "icon": {
2719
+ "gap": {
2720
+ "value": "8px",
2721
+ "filePath": "src/component/utrecht/button.tokens.json",
2621
2722
  "isSource": true,
2622
2723
  "original": {
2623
- "value": "{conduction.color.grey.50}"
2724
+ "value": "{conduction.size.xs}"
2624
2725
  },
2625
- "name": "utrechtFormInputPlaceholderColor",
2726
+ "name": "utrechtButtonIconGap",
2626
2727
  "attributes": {
2627
2728
  "category": "utrecht",
2628
- "type": "form-input",
2629
- "item": "placeholder",
2630
- "subitem": "color"
2729
+ "type": "button",
2730
+ "item": "icon",
2731
+ "subitem": "gap"
2631
2732
  },
2632
2733
  "path": [
2633
2734
  "utrecht",
2634
- "form-input",
2635
- "placeholder",
2636
- "color"
2735
+ "button",
2736
+ "icon",
2737
+ "gap"
2637
2738
  ]
2638
- }
2739
+ },
2740
+ "size": {}
2639
2741
  },
2640
2742
  "disabled": {
2641
2743
  "background-color": {},
@@ -2643,1470 +2745,1155 @@
2643
2745
  "color": {}
2644
2746
  },
2645
2747
  "focus": {
2748
+ "background-color": {},
2749
+ "border-color": {},
2750
+ "color": {},
2751
+ "scale": {}
2752
+ },
2753
+ "hover": {
2646
2754
  "background-color": {
2647
- "value": "#ffffff",
2648
- "filePath": "src/component/conduction/form-input.tokens.json",
2755
+ "value": "#2e5ed9",
2756
+ "filePath": "src/component/utrecht/button.tokens.json",
2649
2757
  "isSource": true,
2650
2758
  "original": {
2651
- "value": "{conduction.color.white.100}"
2759
+ "value": "{conduction.color.primary-hover}"
2652
2760
  },
2653
- "name": "utrechtFormInputFocusBackgroundColor",
2761
+ "name": "utrechtButtonHoverBackgroundColor",
2654
2762
  "attributes": {
2655
2763
  "category": "utrecht",
2656
- "type": "form-input",
2657
- "item": "focus",
2764
+ "type": "button",
2765
+ "item": "hover",
2658
2766
  "subitem": "background-color"
2659
2767
  },
2660
2768
  "path": [
2661
2769
  "utrecht",
2662
- "form-input",
2663
- "focus",
2770
+ "button",
2771
+ "hover",
2664
2772
  "background-color"
2665
2773
  ]
2666
2774
  },
2667
- "border-color": {},
2668
- "color": {}
2669
- },
2670
- "invalid": {
2671
- "background-color": {},
2672
- "border-color": {},
2673
- "border-width": {},
2674
- "color": {}
2675
- },
2676
- "read-only": {
2677
- "background-color": {},
2678
- "border-color": {},
2679
- "color": {}
2680
- }
2681
- },
2682
- "icon": {
2683
- "gap": {
2684
- "value": "8px",
2685
- "filePath": "src/component/conduction/icon.tokens.json",
2686
- "isSource": true,
2687
- "original": {
2688
- "value": "{conduction.size.xs}"
2689
- },
2690
- "name": "utrechtIconGap",
2691
- "attributes": {
2692
- "category": "utrecht",
2693
- "type": "icon",
2694
- "item": "gap"
2695
- },
2696
- "path": [
2697
- "utrecht",
2698
- "icon",
2699
- "gap"
2700
- ]
2701
- },
2702
- "color": {},
2703
- "size": {},
2704
- "inset-block-start": {},
2705
- "baseline": {
2706
- "inset-block-start": {}
2707
- }
2708
- },
2709
- "page-footer": {
2710
- "min-height": {},
2711
- "logo": {
2712
- "max-height": {
2713
- "value": "100px",
2714
- "filePath": "src/component/conduction/page-footer.tokens.json",
2775
+ "border-color": {
2776
+ "value": "#2e5ed9",
2777
+ "filePath": "src/component/utrecht/button.tokens.json",
2715
2778
  "isSource": true,
2716
2779
  "original": {
2717
- "value": "100px"
2780
+ "value": "{conduction.color.primary-hover}"
2718
2781
  },
2719
- "name": "utrechtPageFooterLogoMaxHeight",
2782
+ "name": "utrechtButtonHoverBorderColor",
2720
2783
  "attributes": {
2721
2784
  "category": "utrecht",
2722
- "type": "page-footer",
2723
- "item": "logo",
2724
- "subitem": "max-height"
2785
+ "type": "button",
2786
+ "item": "hover",
2787
+ "subitem": "border-color"
2725
2788
  },
2726
2789
  "path": [
2727
2790
  "utrecht",
2728
- "page-footer",
2729
- "logo",
2730
- "max-height"
2791
+ "button",
2792
+ "hover",
2793
+ "border-color"
2731
2794
  ]
2732
2795
  },
2733
- "max-width": {
2734
- "value": "100px",
2735
- "filePath": "src/component/conduction/page-footer.tokens.json",
2796
+ "color": {
2797
+ "value": "#ffffff",
2798
+ "filePath": "src/component/utrecht/button.tokens.json",
2736
2799
  "isSource": true,
2737
2800
  "original": {
2738
- "value": "100px"
2801
+ "value": "{conduction.color.white.100}"
2739
2802
  },
2740
- "name": "utrechtPageFooterLogoMaxWidth",
2803
+ "name": "utrechtButtonHoverColor",
2741
2804
  "attributes": {
2742
2805
  "category": "utrecht",
2743
- "type": "page-footer",
2744
- "item": "logo",
2745
- "subitem": "max-width"
2806
+ "type": "button",
2807
+ "item": "hover",
2808
+ "subitem": "color"
2746
2809
  },
2747
2810
  "path": [
2748
2811
  "utrecht",
2749
- "page-footer",
2750
- "logo",
2751
- "max-width"
2812
+ "button",
2813
+ "hover",
2814
+ "color"
2752
2815
  ]
2753
- }
2754
- },
2755
- "background-position": {},
2756
- "background-color": {
2757
- "value": "#f5f5f5",
2758
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2759
- "isSource": true,
2760
- "original": {
2761
- "value": "{conduction.color.lightgrey.96}"
2762
- },
2763
- "name": "utrechtPageFooterBackgroundColor",
2764
- "attributes": {
2765
- "category": "utrecht",
2766
- "type": "page-footer",
2767
- "item": "background-color"
2768
- },
2769
- "path": [
2770
- "utrecht",
2771
- "page-footer",
2772
- "background-color"
2773
- ]
2774
- },
2775
- "background-image": {
2776
- "value": "unset",
2777
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2778
- "isSource": true,
2779
- "original": {
2780
- "value": "unset"
2781
- },
2782
- "name": "utrechtPageFooterBackgroundImage",
2783
- "attributes": {
2784
- "category": "utrecht",
2785
- "type": "page-footer",
2786
- "item": "background-image"
2787
- },
2788
- "path": [
2789
- "utrecht",
2790
- "page-footer",
2791
- "background-image"
2792
- ]
2793
- },
2794
- "color": {
2795
- "value": "#000000",
2796
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2797
- "isSource": true,
2798
- "original": {
2799
- "value": "{conduction.color.black.0}"
2800
- },
2801
- "name": "utrechtPageFooterColor",
2802
- "attributes": {
2803
- "category": "utrecht",
2804
- "type": "page-footer",
2805
- "item": "color"
2806
- },
2807
- "path": [
2808
- "utrecht",
2809
- "page-footer",
2810
- "color"
2811
- ]
2812
- },
2813
- "padding-inline-end": {
2814
- "value": "14px",
2815
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2816
- "isSource": true,
2817
- "original": {
2818
- "value": "{conduction.size.sm}"
2819
- },
2820
- "name": "utrechtPageFooterPaddingInlineEnd",
2821
- "attributes": {
2822
- "category": "utrecht",
2823
- "type": "page-footer",
2824
- "item": "padding-inline-end"
2825
- },
2826
- "path": [
2827
- "utrecht",
2828
- "page-footer",
2829
- "padding-inline-end"
2830
- ]
2831
- },
2832
- "padding-inline-start": {
2833
- "value": "14px",
2834
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2835
- "isSource": true,
2836
- "original": {
2837
- "value": "{conduction.size.sm}"
2838
- },
2839
- "name": "utrechtPageFooterPaddingInlineStart",
2840
- "attributes": {
2841
- "category": "utrecht",
2842
- "type": "page-footer",
2843
- "item": "padding-inline-start"
2844
2816
  },
2845
- "path": [
2846
- "utrecht",
2847
- "page-footer",
2848
- "padding-inline-start"
2849
- ]
2817
+ "scale": {}
2850
2818
  },
2851
- "padding-block-end": {
2852
- "value": "48px",
2853
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2854
- "isSource": true,
2855
- "original": {
2856
- "value": "{conduction.size.2xl}"
2857
- },
2858
- "name": "utrechtPageFooterPaddingBlockEnd",
2859
- "attributes": {
2860
- "category": "utrecht",
2861
- "type": "page-footer",
2862
- "item": "padding-block-end"
2863
- },
2864
- "path": [
2865
- "utrecht",
2866
- "page-footer",
2867
- "padding-block-end"
2868
- ]
2819
+ "pressed": {
2820
+ "background-color": {},
2821
+ "border-color": {},
2822
+ "color": {}
2869
2823
  },
2870
- "padding-block-start": {
2871
- "value": "48px",
2872
- "filePath": "src/component/utrecht/page-footer.tokens.json",
2873
- "isSource": true,
2874
- "original": {
2875
- "value": "{conduction.size.2xl}"
2876
- },
2877
- "name": "utrechtPageFooterPaddingBlockStart",
2878
- "attributes": {
2879
- "category": "utrecht",
2880
- "type": "page-footer",
2881
- "item": "padding-block-start"
2882
- },
2883
- "path": [
2884
- "utrecht",
2885
- "page-footer",
2886
- "padding-block-start"
2887
- ]
2888
- }
2889
- },
2890
- "page-header": {
2891
- "logo": {
2892
- "max-height": {},
2893
- "max-width": {
2894
- "value": "150px",
2895
- "filePath": "src/component/conduction/page-header.tokens.json",
2824
+ "primary-action": {
2825
+ "background-color": {
2826
+ "value": "#4376fc",
2827
+ "filePath": "src/component/utrecht/button.tokens.json",
2896
2828
  "isSource": true,
2897
2829
  "original": {
2898
- "value": "150px"
2830
+ "value": "{conduction.color.primary}"
2899
2831
  },
2900
- "name": "utrechtPageHeaderLogoMaxWidth",
2832
+ "name": "utrechtButtonPrimaryActionBackgroundColor",
2901
2833
  "attributes": {
2902
2834
  "category": "utrecht",
2903
- "type": "page-header",
2904
- "item": "logo",
2905
- "subitem": "max-width"
2835
+ "type": "button",
2836
+ "item": "primary-action",
2837
+ "subitem": "background-color"
2906
2838
  },
2907
2839
  "path": [
2908
2840
  "utrecht",
2909
- "page-header",
2910
- "logo",
2911
- "max-width"
2841
+ "button",
2842
+ "primary-action",
2843
+ "background-color"
2912
2844
  ]
2913
- }
2914
- },
2915
- "background-color": {
2916
- "value": "#4376fc",
2917
- "filePath": "src/component/utrecht/page-header.tokens.json",
2918
- "isSource": true,
2919
- "original": {
2920
- "value": "{conduction.color.primary}"
2921
- },
2922
- "name": "utrechtPageHeaderBackgroundColor",
2923
- "attributes": {
2924
- "category": "utrecht",
2925
- "type": "page-header",
2926
- "item": "background-color"
2927
2845
  },
2928
- "path": [
2929
- "utrecht",
2930
- "page-header",
2931
- "background-color"
2932
- ]
2933
- },
2934
- "color": {
2935
- "value": "#ffffff",
2936
- "filePath": "src/component/utrecht/page-header.tokens.json",
2937
- "isSource": true,
2938
- "original": {
2939
- "value": "{conduction.color.white.100}"
2940
- },
2941
- "name": "utrechtPageHeaderColor",
2942
- "attributes": {
2943
- "category": "utrecht",
2944
- "type": "page-header",
2945
- "item": "color"
2946
- },
2947
- "path": [
2948
- "utrecht",
2949
- "page-header",
2950
- "color"
2951
- ]
2952
- },
2953
- "padding-block-start": {
2954
- "value": "14px",
2955
- "filePath": "src/component/utrecht/page-header.tokens.json",
2956
- "isSource": true,
2957
- "original": {
2958
- "value": "{conduction.size.sm}"
2959
- },
2960
- "name": "utrechtPageHeaderPaddingBlockStart",
2961
- "attributes": {
2962
- "category": "utrecht",
2963
- "type": "page-header",
2964
- "item": "padding-block-start"
2965
- },
2966
- "path": [
2967
- "utrecht",
2968
- "page-header",
2969
- "padding-block-start"
2970
- ]
2971
- },
2972
- "padding-block-end": {
2973
- "value": "14px",
2974
- "filePath": "src/component/utrecht/page-header.tokens.json",
2975
- "isSource": true,
2976
- "original": {
2977
- "value": "{conduction.size.sm}"
2978
- },
2979
- "name": "utrechtPageHeaderPaddingBlockEnd",
2980
- "attributes": {
2981
- "category": "utrecht",
2982
- "type": "page-header",
2983
- "item": "padding-block-end"
2984
- },
2985
- "path": [
2986
- "utrecht",
2987
- "page-header",
2988
- "padding-block-end"
2989
- ]
2990
- }
2991
- },
2992
- "table": {
2993
- "background-color": {
2994
- "value": "#ffffff",
2995
- "filePath": "src/component/conduction/table.tokens.json",
2996
- "isSource": true,
2997
- "original": {
2998
- "value": "{conduction.color.white.100}"
2999
- },
3000
- "name": "utrechtTableBackgroundColor",
3001
- "attributes": {
3002
- "category": "utrecht",
3003
- "type": "table",
3004
- "item": "background-color"
3005
- },
3006
- "path": [
3007
- "utrecht",
3008
- "table",
3009
- "background-color"
3010
- ]
3011
- },
3012
- "header": {
3013
- "border-block-end-color": {
3014
- "value": "#d1d1d1",
3015
- "filePath": "src/component/conduction/table.tokens.json",
3016
- "isSource": true,
3017
- "original": {
3018
- "value": "{conduction.color.grey.82}"
3019
- },
3020
- "name": "utrechtTableHeaderBorderBlockEndColor",
3021
- "attributes": {
3022
- "category": "utrecht",
3023
- "type": "table",
3024
- "item": "header",
3025
- "subitem": "border-block-end-color"
3026
- },
3027
- "path": [
3028
- "utrecht",
3029
- "table",
3030
- "header",
3031
- "border-block-end-color"
3032
- ]
3033
- },
3034
- "border-block-end-width": {
3035
- "value": "1px",
3036
- "filePath": "src/component/conduction/table.tokens.json",
2846
+ "border-color": {
2847
+ "value": "#4376fc",
2848
+ "filePath": "src/component/utrecht/button.tokens.json",
3037
2849
  "isSource": true,
3038
2850
  "original": {
3039
- "value": "{conduction.size.4xs}"
2851
+ "value": "{conduction.color.primary}"
3040
2852
  },
3041
- "name": "utrechtTableHeaderBorderBlockEndWidth",
2853
+ "name": "utrechtButtonPrimaryActionBorderColor",
3042
2854
  "attributes": {
3043
2855
  "category": "utrecht",
3044
- "type": "table",
3045
- "item": "header",
3046
- "subitem": "border-block-end-width"
2856
+ "type": "button",
2857
+ "item": "primary-action",
2858
+ "subitem": "border-color"
3047
2859
  },
3048
2860
  "path": [
3049
2861
  "utrecht",
3050
- "table",
3051
- "header",
3052
- "border-block-end-width"
2862
+ "button",
2863
+ "primary-action",
2864
+ "border-color"
3053
2865
  ]
3054
2866
  },
3055
- "font-family": {},
3056
- "font-weight": {
3057
- "value": "700",
3058
- "filePath": "src/component/utrecht/table.tokens.json",
2867
+ "border-width": {
2868
+ "value": "2px",
2869
+ "filePath": "src/component/utrecht/button.tokens.json",
3059
2870
  "isSource": true,
3060
2871
  "original": {
3061
- "value": "{conduction.typography.font-weight.bold}"
2872
+ "value": "{conduction.size.3xs}"
3062
2873
  },
3063
- "name": "utrechtTableHeaderFontWeight",
2874
+ "name": "utrechtButtonPrimaryActionBorderWidth",
3064
2875
  "attributes": {
3065
2876
  "category": "utrecht",
3066
- "type": "table",
3067
- "item": "header",
3068
- "subitem": "font-weight"
2877
+ "type": "button",
2878
+ "item": "primary-action",
2879
+ "subitem": "border-width"
3069
2880
  },
3070
2881
  "path": [
3071
2882
  "utrecht",
3072
- "table",
3073
- "header",
3074
- "font-weight"
2883
+ "button",
2884
+ "primary-action",
2885
+ "border-width"
3075
2886
  ]
3076
2887
  },
3077
- "background-color": {},
3078
2888
  "color": {
3079
- "value": "#000000",
3080
- "filePath": "src/component/utrecht/table.tokens.json",
2889
+ "value": "#ffffff",
2890
+ "filePath": "src/component/utrecht/button.tokens.json",
3081
2891
  "isSource": true,
3082
2892
  "original": {
3083
- "value": "{utrecht.document.color}"
2893
+ "value": "{conduction.color.white.100}"
3084
2894
  },
3085
- "name": "utrechtTableHeaderColor",
2895
+ "name": "utrechtButtonPrimaryActionColor",
3086
2896
  "attributes": {
3087
2897
  "category": "utrecht",
3088
- "type": "table",
3089
- "item": "header",
2898
+ "type": "button",
2899
+ "item": "primary-action",
3090
2900
  "subitem": "color"
3091
2901
  },
3092
2902
  "path": [
3093
2903
  "utrecht",
3094
- "table",
3095
- "header",
2904
+ "button",
2905
+ "primary-action",
3096
2906
  "color"
3097
2907
  ]
3098
2908
  },
3099
- "text-transform": {
3100
- "value": "unset",
3101
- "filePath": "src/component/utrecht/table.tokens.json",
2909
+ "font-weight": {
2910
+ "value": "inherit",
2911
+ "filePath": "src/component/utrecht/button.tokens.json",
3102
2912
  "isSource": true,
3103
2913
  "original": {
3104
- "value": "unset"
2914
+ "value": "inherit"
3105
2915
  },
3106
- "name": "utrechtTableHeaderTextTransform",
2916
+ "name": "utrechtButtonPrimaryActionFontWeight",
3107
2917
  "attributes": {
3108
2918
  "category": "utrecht",
3109
- "type": "table",
3110
- "item": "header",
3111
- "subitem": "text-transform"
2919
+ "type": "button",
2920
+ "item": "primary-action",
2921
+ "subitem": "font-weight"
3112
2922
  },
3113
2923
  "path": [
3114
2924
  "utrecht",
3115
- "table",
3116
- "header",
3117
- "text-transform"
2925
+ "button",
2926
+ "primary-action",
2927
+ "font-weight"
3118
2928
  ]
3119
- }
3120
- },
3121
- "row": {
2929
+ },
2930
+ "active": {
2931
+ "background-color": {},
2932
+ "border-color": {},
2933
+ "color": {}
2934
+ },
2935
+ "disabled": {
2936
+ "background-color": {},
2937
+ "border-color": {},
2938
+ "color": {}
2939
+ },
3122
2940
  "hover": {
3123
2941
  "background-color": {
3124
- "value": "#f7f7f7",
3125
- "filePath": "src/component/conduction/table.tokens.json",
2942
+ "value": "#4376fc",
2943
+ "filePath": "src/component/utrecht/button.tokens.json",
3126
2944
  "isSource": true,
3127
2945
  "original": {
3128
- "value": "{conduction.color.grey.97}"
2946
+ "value": "{conduction.color.primary}"
3129
2947
  },
3130
- "name": "utrechtTableRowHoverBackgroundColor",
2948
+ "name": "utrechtButtonPrimaryActionHoverBackgroundColor",
3131
2949
  "attributes": {
3132
2950
  "category": "utrecht",
3133
- "type": "table",
3134
- "item": "row",
2951
+ "type": "button",
2952
+ "item": "primary-action",
3135
2953
  "subitem": "hover",
3136
2954
  "state": "background-color"
3137
2955
  },
3138
2956
  "path": [
3139
2957
  "utrecht",
3140
- "table",
3141
- "row",
2958
+ "button",
2959
+ "primary-action",
3142
2960
  "hover",
3143
2961
  "background-color"
3144
2962
  ]
3145
2963
  },
3146
- "color": {}
3147
- },
3148
- "border-block-end-color": {
3149
- "value": "#d1d1d1",
3150
- "filePath": "src/component/utrecht/table.tokens.json",
3151
- "isSource": true,
3152
- "original": {
3153
- "value": "{conduction.color.grey.82}"
3154
- },
3155
- "name": "utrechtTableRowBorderBlockEndColor",
3156
- "attributes": {
3157
- "category": "utrecht",
3158
- "type": "table",
3159
- "item": "row",
3160
- "subitem": "border-block-end-color"
2964
+ "border-color": {
2965
+ "value": "#4376fc",
2966
+ "filePath": "src/component/utrecht/button.tokens.json",
2967
+ "isSource": true,
2968
+ "original": {
2969
+ "value": "{conduction.color.primary}"
2970
+ },
2971
+ "name": "utrechtButtonPrimaryActionHoverBorderColor",
2972
+ "attributes": {
2973
+ "category": "utrecht",
2974
+ "type": "button",
2975
+ "item": "primary-action",
2976
+ "subitem": "hover",
2977
+ "state": "border-color"
2978
+ },
2979
+ "path": [
2980
+ "utrecht",
2981
+ "button",
2982
+ "primary-action",
2983
+ "hover",
2984
+ "border-color"
2985
+ ]
3161
2986
  },
3162
- "path": [
3163
- "utrecht",
3164
- "table",
3165
- "row",
3166
- "border-block-end-color"
3167
- ]
3168
- },
3169
- "border-block-end-width": {
3170
- "value": "1px",
3171
- "filePath": "src/component/utrecht/table.tokens.json",
3172
- "isSource": true,
3173
- "original": {
3174
- "value": "{conduction.size.4xs}"
3175
- },
3176
- "name": "utrechtTableRowBorderBlockEndWidth",
3177
- "attributes": {
3178
- "category": "utrecht",
3179
- "type": "table",
3180
- "item": "row",
3181
- "subitem": "border-block-end-width"
2987
+ "color": {
2988
+ "value": "#ffffff",
2989
+ "filePath": "src/component/utrecht/button.tokens.json",
2990
+ "isSource": true,
2991
+ "original": {
2992
+ "value": "{conduction.color.white.100}"
2993
+ },
2994
+ "name": "utrechtButtonPrimaryActionHoverColor",
2995
+ "attributes": {
2996
+ "category": "utrecht",
2997
+ "type": "button",
2998
+ "item": "primary-action",
2999
+ "subitem": "hover",
3000
+ "state": "color"
3001
+ },
3002
+ "path": [
3003
+ "utrecht",
3004
+ "button",
3005
+ "primary-action",
3006
+ "hover",
3007
+ "color"
3008
+ ]
3182
3009
  },
3183
- "path": [
3184
- "utrecht",
3185
- "table",
3186
- "row",
3187
- "border-block-end-width"
3188
- ]
3010
+ "scale": {}
3189
3011
  },
3190
- "padding-inline-end": {},
3191
- "padding-inline-start": {},
3192
- "alternate-odd": {
3012
+ "focus": {
3193
3013
  "background-color": {},
3014
+ "border-color": {},
3194
3015
  "color": {}
3195
3016
  },
3196
- "alternate-even": {
3017
+ "pressed": {
3197
3018
  "background-color": {},
3019
+ "border-color": {},
3198
3020
  "color": {}
3199
3021
  }
3200
3022
  },
3201
- "body": {
3202
- "border": {}
3203
- },
3204
- "caption": {
3205
- "font-style": {},
3206
- "font-weight": {},
3207
- "font-family": {},
3208
- "font-size": {},
3209
- "color": {},
3210
- "line-height": {},
3211
- "text-align": {},
3212
- "margin-block-end": {}
3213
- },
3214
- "border-color": {},
3215
- "border-width": {},
3216
- "font-family": {
3217
- "value": "\"Noto Sans\", Arial, sans-serif",
3218
- "filePath": "src/component/utrecht/table.tokens.json",
3219
- "isSource": true,
3220
- "original": {
3221
- "value": "{utrecht.document.font-family}"
3222
- },
3223
- "name": "utrechtTableFontFamily",
3224
- "attributes": {
3225
- "category": "utrecht",
3226
- "type": "table",
3227
- "item": "font-family"
3228
- },
3229
- "path": [
3230
- "utrecht",
3231
- "table",
3232
- "font-family"
3233
- ]
3234
- },
3235
- "font-size": {
3236
- "value": "18px",
3237
- "filePath": "src/component/utrecht/table.tokens.json",
3238
- "isSource": true,
3239
- "original": {
3240
- "value": "{utrecht.document.font-size}"
3241
- },
3242
- "name": "utrechtTableFontSize",
3243
- "attributes": {
3244
- "category": "utrecht",
3245
- "type": "table",
3246
- "item": "font-size"
3247
- },
3248
- "path": [
3249
- "utrecht",
3250
- "table",
3251
- "font-size"
3252
- ]
3253
- },
3254
- "line-height": {},
3255
- "margin-block-end": {
3256
- "value": 0,
3257
- "filePath": "src/component/utrecht/table.tokens.json",
3258
- "isSource": true,
3259
- "original": {
3260
- "value": 0
3261
- },
3262
- "name": "utrechtTableMarginBlockEnd",
3263
- "attributes": {
3264
- "category": "utrecht",
3265
- "type": "table",
3266
- "item": "margin-block-end"
3267
- },
3268
- "path": [
3269
- "utrecht",
3270
- "table",
3271
- "margin-block-end"
3272
- ]
3273
- },
3274
- "margin-block-start": {
3275
- "value": "18px",
3276
- "filePath": "src/component/utrecht/table.tokens.json",
3277
- "isSource": true,
3278
- "original": {
3279
- "value": "{conduction.size.md}"
3280
- },
3281
- "name": "utrechtTableMarginBlockStart",
3282
- "attributes": {
3283
- "category": "utrecht",
3284
- "type": "table",
3285
- "item": "margin-block-start"
3286
- },
3287
- "path": [
3288
- "utrecht",
3289
- "table",
3290
- "margin-block-start"
3291
- ]
3292
- },
3293
- "header-cell": {
3294
- "font-size": {
3295
- "value": "18px",
3296
- "filePath": "src/component/utrecht/table.tokens.json",
3023
+ "secondary-action": {
3024
+ "background-color": {
3025
+ "value": "#ffffff",
3026
+ "filePath": "src/component/utrecht/button.tokens.json",
3297
3027
  "isSource": true,
3298
3028
  "original": {
3299
- "value": "{utrecht.document.font-size}"
3029
+ "value": "{conduction.color.white.100}"
3300
3030
  },
3301
- "name": "utrechtTableHeaderCellFontSize",
3031
+ "name": "utrechtButtonSecondaryActionBackgroundColor",
3302
3032
  "attributes": {
3303
3033
  "category": "utrecht",
3304
- "type": "table",
3305
- "item": "header-cell",
3306
- "subitem": "font-size"
3034
+ "type": "button",
3035
+ "item": "secondary-action",
3036
+ "subitem": "background-color"
3307
3037
  },
3308
3038
  "path": [
3309
3039
  "utrecht",
3310
- "table",
3311
- "header-cell",
3312
- "font-size"
3040
+ "button",
3041
+ "secondary-action",
3042
+ "background-color"
3313
3043
  ]
3314
3044
  },
3315
- "font-weight": {
3316
- "value": "700",
3317
- "filePath": "src/component/utrecht/table.tokens.json",
3045
+ "border-color": {
3046
+ "value": "#4376fc",
3047
+ "filePath": "src/component/utrecht/button.tokens.json",
3318
3048
  "isSource": true,
3319
3049
  "original": {
3320
- "value": "{conduction.typography.font-weight.bold}"
3050
+ "value": "{conduction.color.primary}"
3321
3051
  },
3322
- "name": "utrechtTableHeaderCellFontWeight",
3052
+ "name": "utrechtButtonSecondaryActionBorderColor",
3323
3053
  "attributes": {
3324
3054
  "category": "utrecht",
3325
- "type": "table",
3326
- "item": "header-cell",
3327
- "subitem": "font-weight"
3055
+ "type": "button",
3056
+ "item": "secondary-action",
3057
+ "subitem": "border-color"
3328
3058
  },
3329
3059
  "path": [
3330
3060
  "utrecht",
3331
- "table",
3332
- "header-cell",
3333
- "font-weight"
3061
+ "button",
3062
+ "secondary-action",
3063
+ "border-color"
3334
3064
  ]
3335
3065
  },
3336
- "color": {
3337
- "value": "#000000",
3338
- "filePath": "src/component/utrecht/table.tokens.json",
3066
+ "border-width": {
3067
+ "value": "2px",
3068
+ "filePath": "src/component/utrecht/button.tokens.json",
3339
3069
  "isSource": true,
3340
3070
  "original": {
3341
- "value": "{utrecht.document.color}"
3071
+ "value": "{conduction.size.3xs}"
3342
3072
  },
3343
- "name": "utrechtTableHeaderCellColor",
3073
+ "name": "utrechtButtonSecondaryActionBorderWidth",
3344
3074
  "attributes": {
3345
3075
  "category": "utrecht",
3346
- "type": "table",
3347
- "item": "header-cell",
3348
- "subitem": "color"
3076
+ "type": "button",
3077
+ "item": "secondary-action",
3078
+ "subitem": "border-width"
3349
3079
  },
3350
3080
  "path": [
3351
3081
  "utrecht",
3352
- "table",
3353
- "header-cell",
3354
- "color"
3082
+ "button",
3083
+ "secondary-action",
3084
+ "border-width"
3355
3085
  ]
3356
3086
  },
3357
- "text-transform": {
3358
- "value": "unset",
3359
- "filePath": "src/component/utrecht/table.tokens.json",
3087
+ "color": {
3088
+ "value": "#4376fc",
3089
+ "filePath": "src/component/utrecht/button.tokens.json",
3360
3090
  "isSource": true,
3361
3091
  "original": {
3362
- "value": "unset"
3092
+ "value": "{conduction.color.primary}"
3363
3093
  },
3364
- "name": "utrechtTableHeaderCellTextTransform",
3094
+ "name": "utrechtButtonSecondaryActionColor",
3365
3095
  "attributes": {
3366
3096
  "category": "utrecht",
3367
- "type": "table",
3368
- "item": "header-cell",
3369
- "subitem": "text-transform"
3097
+ "type": "button",
3098
+ "item": "secondary-action",
3099
+ "subitem": "color"
3370
3100
  },
3371
3101
  "path": [
3372
3102
  "utrecht",
3373
- "table",
3374
- "header-cell",
3375
- "text-transform"
3103
+ "button",
3104
+ "secondary-action",
3105
+ "color"
3376
3106
  ]
3377
- }
3378
- },
3379
- "cell": {
3380
- "line-height": {},
3381
- "padding-block-end": {
3382
- "value": "18px",
3383
- "filePath": "src/component/utrecht/table.tokens.json",
3107
+ },
3108
+ "font-weight": {
3109
+ "value": "400",
3110
+ "filePath": "src/component/utrecht/button.tokens.json",
3384
3111
  "isSource": true,
3385
3112
  "original": {
3386
- "value": "{conduction.size.md}"
3113
+ "value": "{conduction.typography.font-weight.normal}"
3387
3114
  },
3388
- "name": "utrechtTableCellPaddingBlockEnd",
3115
+ "name": "utrechtButtonSecondaryActionFontWeight",
3389
3116
  "attributes": {
3390
3117
  "category": "utrecht",
3391
- "type": "table",
3392
- "item": "cell",
3393
- "subitem": "padding-block-end"
3118
+ "type": "button",
3119
+ "item": "secondary-action",
3120
+ "subitem": "font-weight"
3394
3121
  },
3395
3122
  "path": [
3396
3123
  "utrecht",
3397
- "table",
3398
- "cell",
3399
- "padding-block-end"
3124
+ "button",
3125
+ "secondary-action",
3126
+ "font-weight"
3400
3127
  ]
3401
3128
  },
3402
- "padding-block-start": {
3403
- "value": "18px",
3404
- "filePath": "src/component/utrecht/table.tokens.json",
3405
- "isSource": true,
3406
- "original": {
3407
- "value": "{conduction.size.md}"
3408
- },
3409
- "name": "utrechtTableCellPaddingBlockStart",
3410
- "attributes": {
3411
- "category": "utrecht",
3412
- "type": "table",
3413
- "item": "cell",
3414
- "subitem": "padding-block-start"
3415
- },
3416
- "path": [
3417
- "utrecht",
3418
- "table",
3419
- "cell",
3420
- "padding-block-start"
3421
- ]
3129
+ "active": {
3130
+ "background-color": {},
3131
+ "border-color": {},
3132
+ "color": {}
3422
3133
  },
3423
- "padding-inline-end": {
3424
- "value": "18px",
3425
- "filePath": "src/component/utrecht/table.tokens.json",
3426
- "isSource": true,
3427
- "original": {
3428
- "value": "{conduction.size.md}"
3429
- },
3430
- "name": "utrechtTableCellPaddingInlineEnd",
3431
- "attributes": {
3432
- "category": "utrecht",
3433
- "type": "table",
3434
- "item": "cell",
3435
- "subitem": "padding-inline-end"
3436
- },
3437
- "path": [
3438
- "utrecht",
3439
- "table",
3440
- "cell",
3441
- "padding-inline-end"
3442
- ]
3134
+ "disabled": {
3135
+ "background-color": {},
3136
+ "border-color": {},
3137
+ "color": {}
3443
3138
  },
3444
- "padding-inline-start": {
3445
- "value": "18px",
3446
- "filePath": "src/component/utrecht/table.tokens.json",
3447
- "isSource": true,
3448
- "original": {
3449
- "value": "{conduction.size.md}"
3139
+ "hover": {
3140
+ "background-color": {
3141
+ "value": "#ffffff",
3142
+ "filePath": "src/component/utrecht/button.tokens.json",
3143
+ "isSource": true,
3144
+ "original": {
3145
+ "value": "{conduction.color.white.100}"
3146
+ },
3147
+ "name": "utrechtButtonSecondaryActionHoverBackgroundColor",
3148
+ "attributes": {
3149
+ "category": "utrecht",
3150
+ "type": "button",
3151
+ "item": "secondary-action",
3152
+ "subitem": "hover",
3153
+ "state": "background-color"
3154
+ },
3155
+ "path": [
3156
+ "utrecht",
3157
+ "button",
3158
+ "secondary-action",
3159
+ "hover",
3160
+ "background-color"
3161
+ ]
3450
3162
  },
3451
- "name": "utrechtTableCellPaddingInlineStart",
3452
- "attributes": {
3453
- "category": "utrecht",
3454
- "type": "table",
3455
- "item": "cell",
3456
- "subitem": "padding-inline-start"
3163
+ "border-color": {
3164
+ "value": "#2e5ed9",
3165
+ "filePath": "src/component/utrecht/button.tokens.json",
3166
+ "isSource": true,
3167
+ "original": {
3168
+ "value": "{conduction.color.primary-hover}"
3169
+ },
3170
+ "name": "utrechtButtonSecondaryActionHoverBorderColor",
3171
+ "attributes": {
3172
+ "category": "utrecht",
3173
+ "type": "button",
3174
+ "item": "secondary-action",
3175
+ "subitem": "hover",
3176
+ "state": "border-color"
3177
+ },
3178
+ "path": [
3179
+ "utrecht",
3180
+ "button",
3181
+ "secondary-action",
3182
+ "hover",
3183
+ "border-color"
3184
+ ]
3457
3185
  },
3458
- "path": [
3459
- "utrecht",
3460
- "table",
3461
- "cell",
3462
- "padding-inline-start"
3463
- ]
3186
+ "color": {
3187
+ "value": "#2e5ed9",
3188
+ "filePath": "src/component/utrecht/button.tokens.json",
3189
+ "isSource": true,
3190
+ "original": {
3191
+ "value": "{conduction.color.primary-hover}"
3192
+ },
3193
+ "name": "utrechtButtonSecondaryActionHoverColor",
3194
+ "attributes": {
3195
+ "category": "utrecht",
3196
+ "type": "button",
3197
+ "item": "secondary-action",
3198
+ "subitem": "hover",
3199
+ "state": "color"
3200
+ },
3201
+ "path": [
3202
+ "utrecht",
3203
+ "button",
3204
+ "secondary-action",
3205
+ "hover",
3206
+ "color"
3207
+ ]
3208
+ }
3464
3209
  },
3465
- "icon": {
3466
- "size": {}
3210
+ "focus": {
3211
+ "background-color": {},
3212
+ "border-color": {},
3213
+ "color": {}
3214
+ },
3215
+ "pressed": {
3216
+ "background-color": {},
3217
+ "border-color": {},
3218
+ "color": {}
3219
+ }
3220
+ },
3221
+ "subtle": {
3222
+ "background-color": {},
3223
+ "border-color": {},
3224
+ "border-width": {},
3225
+ "color": {},
3226
+ "font-weight": {},
3227
+ "active": {
3228
+ "background-color": {},
3229
+ "border-color": {},
3230
+ "color": {}
3231
+ },
3232
+ "disabled": {
3233
+ "background-color": {},
3234
+ "border-color": {},
3235
+ "color": {}
3236
+ },
3237
+ "hover": {
3238
+ "background-color": {},
3239
+ "border-color": {},
3240
+ "color": {}
3241
+ },
3242
+ "focus": {
3243
+ "background-color": {},
3244
+ "border-color": {},
3245
+ "color": {}
3246
+ },
3247
+ "pressed": {
3248
+ "background-color": {},
3249
+ "border-color": {},
3250
+ "color": {}
3467
3251
  }
3468
3252
  }
3469
3253
  },
3470
- "textbox": {
3254
+ "code": {
3471
3255
  "background-color": {
3472
- "value": "#ffffff",
3473
- "filePath": "src/component/conduction/textbox.tokens.json",
3256
+ "value": "#f5f5f5",
3257
+ "filePath": "src/component/utrecht/code.tokens.json",
3474
3258
  "isSource": true,
3475
3259
  "original": {
3476
- "value": "{conduction.color.white.100}"
3260
+ "value": "{conduction.color.lightgrey.96}"
3477
3261
  },
3478
- "name": "utrechtTextboxBackgroundColor",
3262
+ "name": "utrechtCodeBackgroundColor",
3479
3263
  "attributes": {
3480
3264
  "category": "utrecht",
3481
- "type": "textbox",
3265
+ "type": "code",
3482
3266
  "item": "background-color"
3483
3267
  },
3484
3268
  "path": [
3485
3269
  "utrecht",
3486
- "textbox",
3270
+ "code",
3487
3271
  "background-color"
3488
3272
  ]
3489
3273
  },
3490
- "border-bottom-width": {},
3491
- "border-color": {
3492
- "value": "#7a7a7a",
3493
- "filePath": "src/component/conduction/textbox.tokens.json",
3274
+ "color": {
3275
+ "value": "#000000",
3276
+ "filePath": "src/component/utrecht/code.tokens.json",
3494
3277
  "isSource": true,
3495
3278
  "original": {
3496
- "value": "{conduction.color.grey.48}"
3279
+ "value": "{conduction.color.black.0}"
3497
3280
  },
3498
- "name": "utrechtTextboxBorderColor",
3281
+ "name": "utrechtCodeColor",
3499
3282
  "attributes": {
3500
3283
  "category": "utrecht",
3501
- "type": "textbox",
3502
- "item": "border-color"
3284
+ "type": "code",
3285
+ "item": "color"
3503
3286
  },
3504
3287
  "path": [
3505
3288
  "utrecht",
3506
- "textbox",
3507
- "border-color"
3289
+ "code",
3290
+ "color"
3508
3291
  ]
3509
3292
  },
3510
- "border-radius": {
3511
- "value": "3px",
3512
- "filePath": "src/component/conduction/textbox.tokens.json",
3293
+ "font-family": {
3294
+ "value": "Monospace, \"Lucida Console\"",
3295
+ "filePath": "src/component/utrecht/code.tokens.json",
3513
3296
  "isSource": true,
3514
3297
  "original": {
3515
- "value": "3px"
3298
+ "value": "{conduction.typography.monospace.font-family}"
3516
3299
  },
3517
- "name": "utrechtTextboxBorderRadius",
3300
+ "name": "utrechtCodeFontFamily",
3518
3301
  "attributes": {
3519
3302
  "category": "utrecht",
3520
- "type": "textbox",
3521
- "item": "border-radius"
3303
+ "type": "code",
3304
+ "item": "font-family"
3522
3305
  },
3523
3306
  "path": [
3524
3307
  "utrecht",
3525
- "textbox",
3526
- "border-radius"
3308
+ "code",
3309
+ "font-family"
3527
3310
  ]
3528
3311
  },
3529
- "border-width": {
3530
- "value": "1px",
3531
- "filePath": "src/component/conduction/textbox.tokens.json",
3312
+ "font-size": {
3313
+ "value": "inherit",
3314
+ "filePath": "src/component/utrecht/code.tokens.json",
3532
3315
  "isSource": true,
3533
3316
  "original": {
3534
- "value": "{conduction.size.4xs}"
3317
+ "value": "inherit"
3535
3318
  },
3536
- "name": "utrechtTextboxBorderWidth",
3319
+ "name": "utrechtCodeFontSize",
3537
3320
  "attributes": {
3538
3321
  "category": "utrecht",
3539
- "type": "textbox",
3540
- "item": "border-width"
3322
+ "type": "code",
3323
+ "item": "font-size"
3541
3324
  },
3542
3325
  "path": [
3543
3326
  "utrecht",
3544
- "textbox",
3545
- "border-width"
3327
+ "code",
3328
+ "font-size"
3546
3329
  ]
3547
3330
  },
3548
- "color": {
3549
- "value": "#4a4a4a",
3550
- "filePath": "src/component/conduction/textbox.tokens.json",
3331
+ "line-height": {}
3332
+ },
3333
+ "code-block": {
3334
+ "background-color": {
3335
+ "value": "#f5f5f5",
3336
+ "filePath": "src/component/utrecht/code.tokens.json",
3551
3337
  "isSource": true,
3552
3338
  "original": {
3553
- "value": "{conduction.color.grey.29}"
3339
+ "value": "{conduction.color.lightgrey.96}"
3554
3340
  },
3555
- "name": "utrechtTextboxColor",
3341
+ "name": "utrechtCodeBlockBackgroundColor",
3556
3342
  "attributes": {
3557
3343
  "category": "utrecht",
3558
- "type": "textbox",
3344
+ "type": "code-block",
3345
+ "item": "background-color"
3346
+ },
3347
+ "path": [
3348
+ "utrecht",
3349
+ "code-block",
3350
+ "background-color"
3351
+ ]
3352
+ },
3353
+ "color": {
3354
+ "value": "#000000",
3355
+ "filePath": "src/component/utrecht/code.tokens.json",
3356
+ "isSource": true,
3357
+ "original": {
3358
+ "value": "{conduction.color.black.0}"
3359
+ },
3360
+ "name": "utrechtCodeBlockColor",
3361
+ "attributes": {
3362
+ "category": "utrecht",
3363
+ "type": "code-block",
3559
3364
  "item": "color"
3560
3365
  },
3561
3366
  "path": [
3562
3367
  "utrecht",
3563
- "textbox",
3368
+ "code-block",
3564
3369
  "color"
3565
3370
  ]
3566
3371
  },
3567
3372
  "font-family": {
3568
- "value": "\"Noto Sans\", Arial, sans-serif",
3569
- "filePath": "src/component/conduction/textbox.tokens.json",
3373
+ "value": "Monospace, \"Lucida Console\"",
3374
+ "filePath": "src/component/utrecht/code.tokens.json",
3570
3375
  "isSource": true,
3571
3376
  "original": {
3572
- "value": "{conduction.typography.sans-serif.font-family}"
3377
+ "value": "{conduction.typography.monospace.font-family}"
3573
3378
  },
3574
- "name": "utrechtTextboxFontFamily",
3379
+ "name": "utrechtCodeBlockFontFamily",
3575
3380
  "attributes": {
3576
3381
  "category": "utrecht",
3577
- "type": "textbox",
3382
+ "type": "code-block",
3578
3383
  "item": "font-family"
3579
3384
  },
3580
3385
  "path": [
3581
3386
  "utrecht",
3582
- "textbox",
3387
+ "code-block",
3583
3388
  "font-family"
3584
3389
  ]
3585
3390
  },
3586
3391
  "font-size": {
3587
- "value": "15px",
3588
- "filePath": "src/component/conduction/textbox.tokens.json",
3392
+ "value": "18px",
3393
+ "filePath": "src/component/utrecht/code.tokens.json",
3589
3394
  "isSource": true,
3590
3395
  "original": {
3591
- "value": "15px"
3396
+ "value": "{conduction.font-size.md}"
3592
3397
  },
3593
- "name": "utrechtTextboxFontSize",
3398
+ "name": "utrechtCodeBlockFontSize",
3594
3399
  "attributes": {
3595
3400
  "category": "utrecht",
3596
- "type": "textbox",
3401
+ "type": "code-block",
3597
3402
  "item": "font-size"
3598
3403
  },
3599
3404
  "path": [
3600
3405
  "utrecht",
3601
- "textbox",
3406
+ "code-block",
3602
3407
  "font-size"
3603
3408
  ]
3604
3409
  },
3605
- "line-height": {},
3606
- "max-inline-size": {},
3607
- "padding-block-end": {
3608
- "value": "8px",
3609
- "filePath": "src/component/conduction/textbox.tokens.json",
3410
+ "line-height": {
3411
+ "value": "24px",
3412
+ "filePath": "src/component/utrecht/code.tokens.json",
3610
3413
  "isSource": true,
3611
3414
  "original": {
3612
- "value": "{conduction.size.xs}"
3415
+ "value": "{conduction.size.lg}"
3613
3416
  },
3614
- "name": "utrechtTextboxPaddingBlockEnd",
3417
+ "name": "utrechtCodeBlockLineHeight",
3615
3418
  "attributes": {
3616
3419
  "category": "utrecht",
3617
- "type": "textbox",
3618
- "item": "padding-block-end"
3420
+ "type": "code-block",
3421
+ "item": "line-height"
3619
3422
  },
3620
3423
  "path": [
3621
3424
  "utrecht",
3622
- "textbox",
3623
- "padding-block-end"
3425
+ "code-block",
3426
+ "line-height"
3624
3427
  ]
3625
3428
  },
3626
- "padding-block-start": {
3627
- "value": "8px",
3628
- "filePath": "src/component/conduction/textbox.tokens.json",
3429
+ "margin-block-start": {
3430
+ "value": "18px",
3431
+ "filePath": "src/component/utrecht/code.tokens.json",
3629
3432
  "isSource": true,
3630
3433
  "original": {
3631
- "value": "{conduction.size.xs}"
3434
+ "value": "{conduction.size.md}"
3632
3435
  },
3633
- "name": "utrechtTextboxPaddingBlockStart",
3436
+ "name": "utrechtCodeBlockMarginBlockStart",
3634
3437
  "attributes": {
3635
3438
  "category": "utrecht",
3636
- "type": "textbox",
3637
- "item": "padding-block-start"
3439
+ "type": "code-block",
3440
+ "item": "margin-block-start"
3638
3441
  },
3639
3442
  "path": [
3640
3443
  "utrecht",
3641
- "textbox",
3642
- "padding-block-start"
3444
+ "code-block",
3445
+ "margin-block-start"
3643
3446
  ]
3644
3447
  },
3645
- "padding-inline-end": {
3646
- "value": "14px",
3647
- "filePath": "src/component/conduction/textbox.tokens.json",
3448
+ "margin-block-end": {
3449
+ "value": "18px",
3450
+ "filePath": "src/component/utrecht/code.tokens.json",
3648
3451
  "isSource": true,
3649
3452
  "original": {
3650
- "value": "{conduction.size.sm}"
3453
+ "value": "{conduction.size.md}"
3651
3454
  },
3652
- "name": "utrechtTextboxPaddingInlineEnd",
3455
+ "name": "utrechtCodeBlockMarginBlockEnd",
3653
3456
  "attributes": {
3654
3457
  "category": "utrecht",
3655
- "type": "textbox",
3656
- "item": "padding-inline-end"
3458
+ "type": "code-block",
3459
+ "item": "margin-block-end"
3657
3460
  },
3658
3461
  "path": [
3659
3462
  "utrecht",
3660
- "textbox",
3661
- "padding-inline-end"
3463
+ "code-block",
3464
+ "margin-block-end"
3662
3465
  ]
3663
3466
  },
3664
- "padding-inline-start": {
3665
- "value": "14px",
3666
- "filePath": "src/component/conduction/textbox.tokens.json",
3467
+ "margin-inline-start": {
3468
+ "value": 0,
3469
+ "filePath": "src/component/utrecht/code.tokens.json",
3667
3470
  "isSource": true,
3668
3471
  "original": {
3669
- "value": "{conduction.size.sm}"
3472
+ "value": 0
3670
3473
  },
3671
- "name": "utrechtTextboxPaddingInlineStart",
3474
+ "name": "utrechtCodeBlockMarginInlineStart",
3672
3475
  "attributes": {
3673
3476
  "category": "utrecht",
3674
- "type": "textbox",
3675
- "item": "padding-inline-start"
3477
+ "type": "code-block",
3478
+ "item": "margin-inline-start"
3676
3479
  },
3677
3480
  "path": [
3678
3481
  "utrecht",
3679
- "textbox",
3680
- "padding-inline-start"
3482
+ "code-block",
3483
+ "margin-inline-start"
3681
3484
  ]
3682
3485
  },
3683
- "placeholder": {
3684
- "color": {
3685
- "value": "#808080",
3686
- "filePath": "src/component/conduction/textbox.tokens.json",
3687
- "isSource": true,
3688
- "original": {
3689
- "value": "{conduction.color.grey.50}"
3690
- },
3691
- "name": "utrechtTextboxPlaceholderColor",
3692
- "attributes": {
3693
- "category": "utrecht",
3694
- "type": "textbox",
3695
- "item": "placeholder",
3696
- "subitem": "color"
3697
- },
3698
- "path": [
3699
- "utrecht",
3700
- "textbox",
3701
- "placeholder",
3702
- "color"
3703
- ]
3704
- }
3705
- },
3706
- "disabled": {
3707
- "background-color": {},
3708
- "border-color": {},
3709
- "color": {}
3710
- },
3711
- "focus": {
3712
- "background-color": {
3713
- "value": "#ffffff",
3714
- "filePath": "src/component/conduction/textbox.tokens.json",
3715
- "isSource": true,
3716
- "original": {
3717
- "value": "{conduction.color.white.100}"
3718
- },
3719
- "name": "utrechtTextboxFocusBackgroundColor",
3720
- "attributes": {
3721
- "category": "utrecht",
3722
- "type": "textbox",
3723
- "item": "focus",
3724
- "subitem": "background-color"
3725
- },
3726
- "path": [
3727
- "utrecht",
3728
- "textbox",
3729
- "focus",
3730
- "background-color"
3731
- ]
3486
+ "margin-inline-end": {
3487
+ "value": 0,
3488
+ "filePath": "src/component/utrecht/code.tokens.json",
3489
+ "isSource": true,
3490
+ "original": {
3491
+ "value": 0
3732
3492
  },
3733
- "border-color": {},
3734
- "color": {}
3493
+ "name": "utrechtCodeBlockMarginInlineEnd",
3494
+ "attributes": {
3495
+ "category": "utrecht",
3496
+ "type": "code-block",
3497
+ "item": "margin-inline-end"
3498
+ },
3499
+ "path": [
3500
+ "utrecht",
3501
+ "code-block",
3502
+ "margin-inline-end"
3503
+ ]
3735
3504
  },
3736
- "invalid": {
3737
- "background-color": {},
3738
- "border-color": {},
3739
- "border-width": {},
3740
- "color": {}
3505
+ "padding-block-start": {
3506
+ "value": "18px",
3507
+ "filePath": "src/component/utrecht/code.tokens.json",
3508
+ "isSource": true,
3509
+ "original": {
3510
+ "value": "{conduction.size.md}"
3511
+ },
3512
+ "name": "utrechtCodeBlockPaddingBlockStart",
3513
+ "attributes": {
3514
+ "category": "utrecht",
3515
+ "type": "code-block",
3516
+ "item": "padding-block-start"
3517
+ },
3518
+ "path": [
3519
+ "utrecht",
3520
+ "code-block",
3521
+ "padding-block-start"
3522
+ ]
3741
3523
  },
3742
- "read-only": {
3743
- "background-color": {},
3744
- "border-color": {},
3745
- "color": {}
3746
- }
3747
- },
3748
- "blockquote": {
3749
- "background-color": {},
3750
- "color": {},
3751
- "margin-inline-start": {
3752
- "value": "32px",
3753
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3524
+ "padding-block-end": {
3525
+ "value": "18px",
3526
+ "filePath": "src/component/utrecht/code.tokens.json",
3754
3527
  "isSource": true,
3755
3528
  "original": {
3756
- "value": "{conduction.size.xl}"
3529
+ "value": "{conduction.size.md}"
3757
3530
  },
3758
- "name": "utrechtBlockquoteMarginInlineStart",
3531
+ "name": "utrechtCodeBlockPaddingBlockEnd",
3759
3532
  "attributes": {
3760
3533
  "category": "utrecht",
3761
- "type": "blockquote",
3762
- "item": "margin-inline-start"
3534
+ "type": "code-block",
3535
+ "item": "padding-block-end"
3763
3536
  },
3764
3537
  "path": [
3765
3538
  "utrecht",
3766
- "blockquote",
3767
- "margin-inline-start"
3539
+ "code-block",
3540
+ "padding-block-end"
3768
3541
  ]
3769
3542
  },
3770
- "margin-inline-end": {
3771
- "value": "32px",
3772
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3543
+ "padding-inline-start": {
3544
+ "value": "18px",
3545
+ "filePath": "src/component/utrecht/code.tokens.json",
3773
3546
  "isSource": true,
3774
3547
  "original": {
3775
- "value": "{conduction.size.xl}"
3548
+ "value": "{conduction.size.md}"
3776
3549
  },
3777
- "name": "utrechtBlockquoteMarginInlineEnd",
3550
+ "name": "utrechtCodeBlockPaddingInlineStart",
3778
3551
  "attributes": {
3779
3552
  "category": "utrecht",
3780
- "type": "blockquote",
3781
- "item": "margin-inline-end"
3553
+ "type": "code-block",
3554
+ "item": "padding-inline-start"
3782
3555
  },
3783
3556
  "path": [
3784
3557
  "utrecht",
3785
- "blockquote",
3786
- "margin-inline-end"
3558
+ "code-block",
3559
+ "padding-inline-start"
3787
3560
  ]
3788
3561
  },
3789
- "margin-inline-block-start": {},
3790
- "margin-inline-block-end": {},
3791
- "font-size": {},
3792
- "font-style": {},
3793
- "font-family": {},
3794
- "padding-inline-start": {},
3795
- "padding-inline-end": {},
3796
- "padding-inline-block-start": {},
3797
- "padding-inline-block-end": {},
3798
- "attribution": {
3799
- "color": {},
3800
- "font-size": {}
3801
- },
3802
- "content": {
3803
- "color": {
3804
- "value": "#000000",
3805
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3806
- "isSource": true,
3807
- "original": {
3808
- "value": "{conduction.color.black.0}"
3809
- },
3810
- "name": "utrechtBlockquoteContentColor",
3811
- "attributes": {
3812
- "category": "utrecht",
3813
- "type": "blockquote",
3814
- "item": "content",
3815
- "subitem": "color"
3816
- },
3817
- "path": [
3818
- "utrecht",
3819
- "blockquote",
3820
- "content",
3821
- "color"
3822
- ]
3562
+ "padding-inline-end": {
3563
+ "value": "18px",
3564
+ "filePath": "src/component/utrecht/code.tokens.json",
3565
+ "isSource": true,
3566
+ "original": {
3567
+ "value": "{conduction.size.md}"
3823
3568
  },
3824
- "font-size": {
3825
- "value": "18px",
3826
- "filePath": "src/component/utrecht/blockquote.tokens.json",
3827
- "isSource": true,
3828
- "original": {
3829
- "value": "{conduction.font-size.md}"
3830
- },
3831
- "name": "utrechtBlockquoteContentFontSize",
3832
- "attributes": {
3833
- "category": "utrecht",
3834
- "type": "blockquote",
3835
- "item": "content",
3836
- "subitem": "font-size"
3837
- },
3838
- "path": [
3839
- "utrecht",
3840
- "blockquote",
3841
- "content",
3842
- "font-size"
3843
- ]
3844
- }
3569
+ "name": "utrechtCodeBlockPaddingInlineEnd",
3570
+ "attributes": {
3571
+ "category": "utrecht",
3572
+ "type": "code-block",
3573
+ "item": "padding-inline-end"
3574
+ },
3575
+ "path": [
3576
+ "utrecht",
3577
+ "code-block",
3578
+ "padding-inline-end"
3579
+ ]
3845
3580
  }
3846
3581
  },
3847
- "button": {
3582
+ "document": {
3848
3583
  "background-color": {
3849
- "value": "#4376fc",
3850
- "filePath": "src/component/utrecht/button.tokens.json",
3584
+ "value": "#fafafa",
3585
+ "filePath": "src/component/utrecht/document.tokens.json",
3851
3586
  "isSource": true,
3852
3587
  "original": {
3853
- "value": "{conduction.color.primary}"
3588
+ "value": "{conduction.color.white.98}"
3854
3589
  },
3855
- "name": "utrechtButtonBackgroundColor",
3590
+ "name": "utrechtDocumentBackgroundColor",
3856
3591
  "attributes": {
3857
3592
  "category": "utrecht",
3858
- "type": "button",
3593
+ "type": "document",
3859
3594
  "item": "background-color"
3860
3595
  },
3861
3596
  "path": [
3862
3597
  "utrecht",
3863
- "button",
3598
+ "document",
3599
+ "background-color"
3600
+ ]
3601
+ },
3602
+ "color": {
3603
+ "value": "#000000",
3604
+ "filePath": "src/component/utrecht/document.tokens.json",
3605
+ "isSource": true,
3606
+ "original": {
3607
+ "value": "{conduction.color.black.0}"
3608
+ },
3609
+ "name": "utrechtDocumentColor",
3610
+ "attributes": {
3611
+ "category": "utrecht",
3612
+ "type": "document",
3613
+ "item": "color"
3614
+ },
3615
+ "path": [
3616
+ "utrecht",
3617
+ "document",
3618
+ "color"
3619
+ ]
3620
+ },
3621
+ "font-family": {
3622
+ "value": "\"Noto Sans\", Arial, sans-serif",
3623
+ "filePath": "src/component/utrecht/document.tokens.json",
3624
+ "isSource": true,
3625
+ "original": {
3626
+ "value": "{conduction.typography.sans-serif.font-family}"
3627
+ },
3628
+ "name": "utrechtDocumentFontFamily",
3629
+ "attributes": {
3630
+ "category": "utrecht",
3631
+ "type": "document",
3632
+ "item": "font-family"
3633
+ },
3634
+ "path": [
3635
+ "utrecht",
3636
+ "document",
3637
+ "font-family"
3638
+ ]
3639
+ },
3640
+ "font-size": {
3641
+ "value": "18px",
3642
+ "filePath": "src/component/utrecht/document.tokens.json",
3643
+ "isSource": true,
3644
+ "original": {
3645
+ "value": "{conduction.font-size.md}"
3646
+ },
3647
+ "name": "utrechtDocumentFontSize",
3648
+ "attributes": {
3649
+ "category": "utrecht",
3650
+ "type": "document",
3651
+ "item": "font-size"
3652
+ },
3653
+ "path": [
3654
+ "utrecht",
3655
+ "document",
3656
+ "font-size"
3657
+ ]
3658
+ },
3659
+ "font-weight": {},
3660
+ "line-height": {}
3661
+ },
3662
+ "form-input": {
3663
+ "background-color": {
3664
+ "value": "#ffffff",
3665
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3666
+ "isSource": true,
3667
+ "original": {
3668
+ "value": "{conduction.color.white.100}"
3669
+ },
3670
+ "name": "utrechtFormInputBackgroundColor",
3671
+ "attributes": {
3672
+ "category": "utrecht",
3673
+ "type": "form-input",
3674
+ "item": "background-color"
3675
+ },
3676
+ "path": [
3677
+ "utrecht",
3678
+ "form-input",
3864
3679
  "background-color"
3865
3680
  ]
3866
3681
  },
3682
+ "border-bottom-width": {},
3867
3683
  "border-color": {
3868
- "value": "#4376fc",
3869
- "filePath": "src/component/utrecht/button.tokens.json",
3684
+ "value": "#7a7a7a",
3685
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3870
3686
  "isSource": true,
3871
3687
  "original": {
3872
- "value": "{conduction.color.primary}"
3688
+ "value": "{conduction.color.grey.48}"
3873
3689
  },
3874
- "name": "utrechtButtonBorderColor",
3690
+ "name": "utrechtFormInputBorderColor",
3875
3691
  "attributes": {
3876
3692
  "category": "utrecht",
3877
- "type": "button",
3693
+ "type": "form-input",
3878
3694
  "item": "border-color"
3879
3695
  },
3880
3696
  "path": [
3881
3697
  "utrecht",
3882
- "button",
3698
+ "form-input",
3883
3699
  "border-color"
3884
3700
  ]
3885
3701
  },
3886
3702
  "border-radius": {
3887
3703
  "value": "3px",
3888
- "filePath": "src/component/utrecht/button.tokens.json",
3704
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3889
3705
  "isSource": true,
3890
3706
  "original": {
3891
3707
  "value": "3px"
3892
3708
  },
3893
- "name": "utrechtButtonBorderRadius",
3709
+ "name": "utrechtFormInputBorderRadius",
3894
3710
  "attributes": {
3895
3711
  "category": "utrecht",
3896
- "type": "button",
3712
+ "type": "form-input",
3897
3713
  "item": "border-radius"
3898
3714
  },
3899
3715
  "path": [
3900
3716
  "utrecht",
3901
- "button",
3717
+ "form-input",
3902
3718
  "border-radius"
3903
3719
  ]
3904
3720
  },
3905
3721
  "border-width": {
3906
- "value": "2px",
3907
- "filePath": "src/component/utrecht/button.tokens.json",
3722
+ "value": "1px",
3723
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3908
3724
  "isSource": true,
3909
3725
  "original": {
3910
- "value": "{conduction.size.3xs}"
3726
+ "value": "{conduction.size.4xs}"
3911
3727
  },
3912
- "name": "utrechtButtonBorderWidth",
3728
+ "name": "utrechtFormInputBorderWidth",
3913
3729
  "attributes": {
3914
3730
  "category": "utrecht",
3915
- "type": "button",
3731
+ "type": "form-input",
3916
3732
  "item": "border-width"
3917
3733
  },
3918
3734
  "path": [
3919
3735
  "utrecht",
3920
- "button",
3736
+ "form-input",
3921
3737
  "border-width"
3922
3738
  ]
3923
3739
  },
3924
3740
  "color": {
3925
- "value": "#ffffff",
3926
- "filePath": "src/component/utrecht/button.tokens.json",
3741
+ "value": "#4a4a4a",
3742
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3927
3743
  "isSource": true,
3928
3744
  "original": {
3929
- "value": "{conduction.color.white.100}"
3745
+ "value": "{conduction.color.grey.29}"
3930
3746
  },
3931
- "name": "utrechtButtonColor",
3747
+ "name": "utrechtFormInputColor",
3932
3748
  "attributes": {
3933
3749
  "category": "utrecht",
3934
- "type": "button",
3750
+ "type": "form-input",
3935
3751
  "item": "color"
3936
3752
  },
3937
3753
  "path": [
3938
3754
  "utrecht",
3939
- "button",
3755
+ "form-input",
3940
3756
  "color"
3941
3757
  ]
3942
3758
  },
3943
3759
  "font-family": {
3944
3760
  "value": "\"Noto Sans\", Arial, sans-serif",
3945
- "filePath": "src/component/utrecht/button.tokens.json",
3761
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3946
3762
  "isSource": true,
3947
3763
  "original": {
3948
3764
  "value": "{conduction.typography.sans-serif.font-family}"
3949
3765
  },
3950
- "name": "utrechtButtonFontFamily",
3766
+ "name": "utrechtFormInputFontFamily",
3951
3767
  "attributes": {
3952
3768
  "category": "utrecht",
3953
- "type": "button",
3769
+ "type": "form-input",
3954
3770
  "item": "font-family"
3955
3771
  },
3956
3772
  "path": [
3957
3773
  "utrecht",
3958
- "button",
3774
+ "form-input",
3959
3775
  "font-family"
3960
3776
  ]
3961
3777
  },
3962
3778
  "font-size": {
3963
- "value": "inherit",
3964
- "filePath": "src/component/utrecht/button.tokens.json",
3779
+ "value": "15px",
3780
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3965
3781
  "isSource": true,
3966
3782
  "original": {
3967
- "value": "inherit"
3783
+ "value": "15px"
3968
3784
  },
3969
- "name": "utrechtButtonFontSize",
3785
+ "name": "utrechtFormInputFontSize",
3970
3786
  "attributes": {
3971
3787
  "category": "utrecht",
3972
- "type": "button",
3788
+ "type": "form-input",
3973
3789
  "item": "font-size"
3974
3790
  },
3975
3791
  "path": [
3976
3792
  "utrecht",
3977
- "button",
3793
+ "form-input",
3978
3794
  "font-size"
3979
3795
  ]
3980
3796
  },
3981
- "font-weight": {
3982
- "value": "inherit",
3983
- "filePath": "src/component/utrecht/button.tokens.json",
3797
+ "line-height": {},
3798
+ "max-inline-size": {},
3799
+ "padding-block-end": {
3800
+ "value": "8px",
3801
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
3984
3802
  "isSource": true,
3985
3803
  "original": {
3986
- "value": "inherit"
3804
+ "value": "{conduction.size.xs}"
3987
3805
  },
3988
- "name": "utrechtButtonFontWeight",
3806
+ "name": "utrechtFormInputPaddingBlockEnd",
3989
3807
  "attributes": {
3990
3808
  "category": "utrecht",
3991
- "type": "button",
3992
- "item": "font-weight"
3809
+ "type": "form-input",
3810
+ "item": "padding-block-end"
3993
3811
  },
3994
3812
  "path": [
3995
3813
  "utrecht",
3996
- "button",
3997
- "font-weight"
3814
+ "form-input",
3815
+ "padding-block-end"
3998
3816
  ]
3999
3817
  },
4000
- "inline-size": {},
4001
- "letter-spacing": {},
4002
- "line-height": {},
4003
- "min-block-size": {},
4004
- "min-inline-size": {},
4005
3818
  "padding-block-start": {
4006
- "value": "4px",
4007
- "filePath": "src/component/utrecht/button.tokens.json",
3819
+ "value": "8px",
3820
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
4008
3821
  "isSource": true,
4009
3822
  "original": {
4010
- "value": "{conduction.size.2xs}"
3823
+ "value": "{conduction.size.xs}"
4011
3824
  },
4012
- "name": "utrechtButtonPaddingBlockStart",
3825
+ "name": "utrechtFormInputPaddingBlockStart",
4013
3826
  "attributes": {
4014
3827
  "category": "utrecht",
4015
- "type": "button",
3828
+ "type": "form-input",
4016
3829
  "item": "padding-block-start"
4017
3830
  },
4018
3831
  "path": [
4019
3832
  "utrecht",
4020
- "button",
3833
+ "form-input",
4021
3834
  "padding-block-start"
4022
3835
  ]
4023
3836
  },
4024
- "padding-block-end": {
4025
- "value": "4px",
4026
- "filePath": "src/component/utrecht/button.tokens.json",
3837
+ "padding-inline-end": {
3838
+ "value": "14px",
3839
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
4027
3840
  "isSource": true,
4028
3841
  "original": {
4029
- "value": "{conduction.size.2xs}"
3842
+ "value": "{conduction.size.sm}"
4030
3843
  },
4031
- "name": "utrechtButtonPaddingBlockEnd",
3844
+ "name": "utrechtFormInputPaddingInlineEnd",
4032
3845
  "attributes": {
4033
3846
  "category": "utrecht",
4034
- "type": "button",
4035
- "item": "padding-block-end"
3847
+ "type": "form-input",
3848
+ "item": "padding-inline-end"
4036
3849
  },
4037
3850
  "path": [
4038
3851
  "utrecht",
4039
- "button",
4040
- "padding-block-end"
3852
+ "form-input",
3853
+ "padding-inline-end"
4041
3854
  ]
4042
3855
  },
4043
3856
  "padding-inline-start": {
4044
3857
  "value": "14px",
4045
- "filePath": "src/component/utrecht/button.tokens.json",
3858
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
4046
3859
  "isSource": true,
4047
3860
  "original": {
4048
3861
  "value": "{conduction.size.sm}"
4049
3862
  },
4050
- "name": "utrechtButtonPaddingInlineStart",
3863
+ "name": "utrechtFormInputPaddingInlineStart",
4051
3864
  "attributes": {
4052
3865
  "category": "utrecht",
4053
- "type": "button",
3866
+ "type": "form-input",
4054
3867
  "item": "padding-inline-start"
4055
3868
  },
4056
3869
  "path": [
4057
3870
  "utrecht",
4058
- "button",
3871
+ "form-input",
4059
3872
  "padding-inline-start"
4060
3873
  ]
4061
3874
  },
4062
- "padding-inline-end": {
4063
- "value": "14px",
4064
- "filePath": "src/component/utrecht/button.tokens.json",
4065
- "isSource": true,
4066
- "original": {
4067
- "value": "{conduction.size.sm}"
4068
- },
4069
- "name": "utrechtButtonPaddingInlineEnd",
4070
- "attributes": {
4071
- "category": "utrecht",
4072
- "type": "button",
4073
- "item": "padding-inline-end"
4074
- },
4075
- "path": [
4076
- "utrecht",
4077
- "button",
4078
- "padding-inline-end"
4079
- ]
4080
- },
4081
- "text-transform": {},
4082
- "active": {
4083
- "background-color": {},
4084
- "border-color": {},
4085
- "color": {}
4086
- },
4087
- "icon": {
4088
- "gap": {
4089
- "value": "8px",
4090
- "filePath": "src/component/utrecht/button.tokens.json",
3875
+ "placeholder": {
3876
+ "color": {
3877
+ "value": "#808080",
3878
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
4091
3879
  "isSource": true,
4092
3880
  "original": {
4093
- "value": "{conduction.size.xs}"
3881
+ "value": "{conduction.color.grey.50}"
4094
3882
  },
4095
- "name": "utrechtButtonIconGap",
3883
+ "name": "utrechtFormInputPlaceholderColor",
4096
3884
  "attributes": {
4097
3885
  "category": "utrecht",
4098
- "type": "button",
4099
- "item": "icon",
4100
- "subitem": "gap"
3886
+ "type": "form-input",
3887
+ "item": "placeholder",
3888
+ "subitem": "color"
4101
3889
  },
4102
3890
  "path": [
4103
3891
  "utrecht",
4104
- "button",
4105
- "icon",
4106
- "gap"
3892
+ "form-input",
3893
+ "placeholder",
3894
+ "color"
4107
3895
  ]
4108
- },
4109
- "size": {}
3896
+ }
4110
3897
  },
4111
3898
  "disabled": {
4112
3899
  "background-color": {},
@@ -4114,919 +3901,1107 @@
4114
3901
  "color": {}
4115
3902
  },
4116
3903
  "focus": {
4117
- "background-color": {},
4118
- "border-color": {},
4119
- "color": {},
4120
- "scale": {}
4121
- },
4122
- "hover": {
4123
3904
  "background-color": {
4124
- "value": "#2e5ed9",
4125
- "filePath": "src/component/utrecht/button.tokens.json",
4126
- "isSource": true,
4127
- "original": {
4128
- "value": "{conduction.color.primary-hover}"
4129
- },
4130
- "name": "utrechtButtonHoverBackgroundColor",
4131
- "attributes": {
4132
- "category": "utrecht",
4133
- "type": "button",
4134
- "item": "hover",
4135
- "subitem": "background-color"
4136
- },
4137
- "path": [
4138
- "utrecht",
4139
- "button",
4140
- "hover",
4141
- "background-color"
4142
- ]
4143
- },
4144
- "border-color": {
4145
- "value": "#2e5ed9",
4146
- "filePath": "src/component/utrecht/button.tokens.json",
4147
- "isSource": true,
4148
- "original": {
4149
- "value": "{conduction.color.primary-hover}"
4150
- },
4151
- "name": "utrechtButtonHoverBorderColor",
4152
- "attributes": {
4153
- "category": "utrecht",
4154
- "type": "button",
4155
- "item": "hover",
4156
- "subitem": "border-color"
4157
- },
4158
- "path": [
4159
- "utrecht",
4160
- "button",
4161
- "hover",
4162
- "border-color"
4163
- ]
4164
- },
4165
- "color": {
4166
3905
  "value": "#ffffff",
4167
- "filePath": "src/component/utrecht/button.tokens.json",
3906
+ "filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
4168
3907
  "isSource": true,
4169
3908
  "original": {
4170
3909
  "value": "{conduction.color.white.100}"
4171
3910
  },
4172
- "name": "utrechtButtonHoverColor",
3911
+ "name": "utrechtFormInputFocusBackgroundColor",
4173
3912
  "attributes": {
4174
3913
  "category": "utrecht",
4175
- "type": "button",
4176
- "item": "hover",
4177
- "subitem": "color"
3914
+ "type": "form-input",
3915
+ "item": "focus",
3916
+ "subitem": "background-color"
4178
3917
  },
4179
3918
  "path": [
4180
3919
  "utrecht",
4181
- "button",
4182
- "hover",
4183
- "color"
3920
+ "form-input",
3921
+ "focus",
3922
+ "background-color"
4184
3923
  ]
4185
3924
  },
4186
- "scale": {}
3925
+ "border-color": {},
3926
+ "color": {}
4187
3927
  },
4188
- "pressed": {
3928
+ "invalid": {
4189
3929
  "background-color": {},
4190
3930
  "border-color": {},
3931
+ "border-width": {},
4191
3932
  "color": {}
4192
3933
  },
4193
- "primary-action": {
4194
- "background-color": {
4195
- "value": "#4376fc",
4196
- "filePath": "src/component/utrecht/button.tokens.json",
4197
- "isSource": true,
4198
- "original": {
4199
- "value": "{conduction.color.primary}"
4200
- },
4201
- "name": "utrechtButtonPrimaryActionBackgroundColor",
4202
- "attributes": {
4203
- "category": "utrecht",
4204
- "type": "button",
4205
- "item": "primary-action",
4206
- "subitem": "background-color"
4207
- },
4208
- "path": [
4209
- "utrecht",
4210
- "button",
4211
- "primary-action",
4212
- "background-color"
4213
- ]
3934
+ "read-only": {
3935
+ "background-color": {},
3936
+ "border-color": {},
3937
+ "color": {}
3938
+ }
3939
+ },
3940
+ "icon": {
3941
+ "gap": {
3942
+ "value": "8px",
3943
+ "filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
3944
+ "isSource": true,
3945
+ "original": {
3946
+ "value": "{conduction.size.xs}"
4214
3947
  },
4215
- "border-color": {
4216
- "value": "#4376fc",
4217
- "filePath": "src/component/utrecht/button.tokens.json",
3948
+ "name": "utrechtIconGap",
3949
+ "attributes": {
3950
+ "category": "utrecht",
3951
+ "type": "icon",
3952
+ "item": "gap"
3953
+ },
3954
+ "path": [
3955
+ "utrecht",
3956
+ "icon",
3957
+ "gap"
3958
+ ]
3959
+ },
3960
+ "color": {},
3961
+ "size": {},
3962
+ "inset-block-start": {},
3963
+ "baseline": {
3964
+ "inset-block-start": {}
3965
+ }
3966
+ },
3967
+ "page-footer": {
3968
+ "min-height": {},
3969
+ "logo": {
3970
+ "max-height": {
3971
+ "value": "100px",
3972
+ "filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
4218
3973
  "isSource": true,
4219
3974
  "original": {
4220
- "value": "{conduction.color.primary}"
3975
+ "value": "100px"
4221
3976
  },
4222
- "name": "utrechtButtonPrimaryActionBorderColor",
3977
+ "name": "utrechtPageFooterLogoMaxHeight",
4223
3978
  "attributes": {
4224
3979
  "category": "utrecht",
4225
- "type": "button",
4226
- "item": "primary-action",
4227
- "subitem": "border-color"
3980
+ "type": "page-footer",
3981
+ "item": "logo",
3982
+ "subitem": "max-height"
4228
3983
  },
4229
3984
  "path": [
4230
3985
  "utrecht",
4231
- "button",
4232
- "primary-action",
4233
- "border-color"
3986
+ "page-footer",
3987
+ "logo",
3988
+ "max-height"
4234
3989
  ]
4235
3990
  },
4236
- "border-width": {
4237
- "value": "2px",
4238
- "filePath": "src/component/utrecht/button.tokens.json",
3991
+ "max-width": {
3992
+ "value": "100px",
3993
+ "filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
4239
3994
  "isSource": true,
4240
3995
  "original": {
4241
- "value": "{conduction.size.3xs}"
3996
+ "value": "100px"
4242
3997
  },
4243
- "name": "utrechtButtonPrimaryActionBorderWidth",
3998
+ "name": "utrechtPageFooterLogoMaxWidth",
4244
3999
  "attributes": {
4245
4000
  "category": "utrecht",
4246
- "type": "button",
4247
- "item": "primary-action",
4248
- "subitem": "border-width"
4001
+ "type": "page-footer",
4002
+ "item": "logo",
4003
+ "subitem": "max-width"
4249
4004
  },
4250
4005
  "path": [
4251
4006
  "utrecht",
4252
- "button",
4253
- "primary-action",
4254
- "border-width"
4007
+ "page-footer",
4008
+ "logo",
4009
+ "max-width"
4255
4010
  ]
4011
+ }
4012
+ },
4013
+ "background-position": {},
4014
+ "background-color": {
4015
+ "value": "#f5f5f5",
4016
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4017
+ "isSource": true,
4018
+ "original": {
4019
+ "value": "{conduction.color.lightgrey.96}"
4256
4020
  },
4257
- "color": {
4258
- "value": "#ffffff",
4259
- "filePath": "src/component/utrecht/button.tokens.json",
4260
- "isSource": true,
4261
- "original": {
4262
- "value": "{conduction.color.white.100}"
4263
- },
4264
- "name": "utrechtButtonPrimaryActionColor",
4265
- "attributes": {
4266
- "category": "utrecht",
4267
- "type": "button",
4268
- "item": "primary-action",
4269
- "subitem": "color"
4270
- },
4271
- "path": [
4272
- "utrecht",
4273
- "button",
4274
- "primary-action",
4275
- "color"
4276
- ]
4021
+ "name": "utrechtPageFooterBackgroundColor",
4022
+ "attributes": {
4023
+ "category": "utrecht",
4024
+ "type": "page-footer",
4025
+ "item": "background-color"
4277
4026
  },
4278
- "font-weight": {
4279
- "value": "inherit",
4280
- "filePath": "src/component/utrecht/button.tokens.json",
4281
- "isSource": true,
4282
- "original": {
4283
- "value": "inherit"
4284
- },
4285
- "name": "utrechtButtonPrimaryActionFontWeight",
4286
- "attributes": {
4287
- "category": "utrecht",
4288
- "type": "button",
4289
- "item": "primary-action",
4290
- "subitem": "font-weight"
4291
- },
4292
- "path": [
4293
- "utrecht",
4294
- "button",
4295
- "primary-action",
4296
- "font-weight"
4297
- ]
4027
+ "path": [
4028
+ "utrecht",
4029
+ "page-footer",
4030
+ "background-color"
4031
+ ]
4032
+ },
4033
+ "background-image": {
4034
+ "value": "unset",
4035
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4036
+ "isSource": true,
4037
+ "original": {
4038
+ "value": "unset"
4298
4039
  },
4299
- "active": {
4300
- "background-color": {},
4301
- "border-color": {},
4302
- "color": {}
4040
+ "name": "utrechtPageFooterBackgroundImage",
4041
+ "attributes": {
4042
+ "category": "utrecht",
4043
+ "type": "page-footer",
4044
+ "item": "background-image"
4303
4045
  },
4304
- "disabled": {
4305
- "background-color": {},
4306
- "border-color": {},
4307
- "color": {}
4046
+ "path": [
4047
+ "utrecht",
4048
+ "page-footer",
4049
+ "background-image"
4050
+ ]
4051
+ },
4052
+ "color": {
4053
+ "value": "#000000",
4054
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4055
+ "isSource": true,
4056
+ "original": {
4057
+ "value": "{conduction.color.black.0}"
4308
4058
  },
4309
- "hover": {
4310
- "background-color": {
4311
- "value": "#4376fc",
4312
- "filePath": "src/component/utrecht/button.tokens.json",
4313
- "isSource": true,
4314
- "original": {
4315
- "value": "{conduction.color.primary}"
4316
- },
4317
- "name": "utrechtButtonPrimaryActionHoverBackgroundColor",
4318
- "attributes": {
4319
- "category": "utrecht",
4320
- "type": "button",
4321
- "item": "primary-action",
4322
- "subitem": "hover",
4323
- "state": "background-color"
4324
- },
4325
- "path": [
4326
- "utrecht",
4327
- "button",
4328
- "primary-action",
4329
- "hover",
4330
- "background-color"
4331
- ]
4332
- },
4333
- "border-color": {
4334
- "value": "#4376fc",
4335
- "filePath": "src/component/utrecht/button.tokens.json",
4336
- "isSource": true,
4337
- "original": {
4338
- "value": "{conduction.color.primary}"
4339
- },
4340
- "name": "utrechtButtonPrimaryActionHoverBorderColor",
4341
- "attributes": {
4342
- "category": "utrecht",
4343
- "type": "button",
4344
- "item": "primary-action",
4345
- "subitem": "hover",
4346
- "state": "border-color"
4347
- },
4348
- "path": [
4349
- "utrecht",
4350
- "button",
4351
- "primary-action",
4352
- "hover",
4353
- "border-color"
4354
- ]
4355
- },
4356
- "color": {
4357
- "value": "#ffffff",
4358
- "filePath": "src/component/utrecht/button.tokens.json",
4359
- "isSource": true,
4360
- "original": {
4361
- "value": "{conduction.color.white.100}"
4362
- },
4363
- "name": "utrechtButtonPrimaryActionHoverColor",
4364
- "attributes": {
4365
- "category": "utrecht",
4366
- "type": "button",
4367
- "item": "primary-action",
4368
- "subitem": "hover",
4369
- "state": "color"
4370
- },
4371
- "path": [
4372
- "utrecht",
4373
- "button",
4374
- "primary-action",
4375
- "hover",
4376
- "color"
4377
- ]
4378
- },
4379
- "scale": {}
4059
+ "name": "utrechtPageFooterColor",
4060
+ "attributes": {
4061
+ "category": "utrecht",
4062
+ "type": "page-footer",
4063
+ "item": "color"
4380
4064
  },
4381
- "focus": {
4382
- "background-color": {},
4383
- "border-color": {},
4384
- "color": {}
4065
+ "path": [
4066
+ "utrecht",
4067
+ "page-footer",
4068
+ "color"
4069
+ ]
4070
+ },
4071
+ "padding-inline-end": {
4072
+ "value": "14px",
4073
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4074
+ "isSource": true,
4075
+ "original": {
4076
+ "value": "{conduction.size.sm}"
4385
4077
  },
4386
- "pressed": {
4387
- "background-color": {},
4388
- "border-color": {},
4389
- "color": {}
4390
- }
4078
+ "name": "utrechtPageFooterPaddingInlineEnd",
4079
+ "attributes": {
4080
+ "category": "utrecht",
4081
+ "type": "page-footer",
4082
+ "item": "padding-inline-end"
4083
+ },
4084
+ "path": [
4085
+ "utrecht",
4086
+ "page-footer",
4087
+ "padding-inline-end"
4088
+ ]
4391
4089
  },
4392
- "secondary-action": {
4393
- "background-color": {
4394
- "value": "#ffffff",
4395
- "filePath": "src/component/utrecht/button.tokens.json",
4396
- "isSource": true,
4397
- "original": {
4398
- "value": "{conduction.color.white.100}"
4399
- },
4400
- "name": "utrechtButtonSecondaryActionBackgroundColor",
4401
- "attributes": {
4402
- "category": "utrecht",
4403
- "type": "button",
4404
- "item": "secondary-action",
4405
- "subitem": "background-color"
4406
- },
4407
- "path": [
4408
- "utrecht",
4409
- "button",
4410
- "secondary-action",
4411
- "background-color"
4412
- ]
4090
+ "padding-inline-start": {
4091
+ "value": "14px",
4092
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4093
+ "isSource": true,
4094
+ "original": {
4095
+ "value": "{conduction.size.sm}"
4413
4096
  },
4414
- "border-color": {
4415
- "value": "#4376fc",
4416
- "filePath": "src/component/utrecht/button.tokens.json",
4417
- "isSource": true,
4418
- "original": {
4419
- "value": "{conduction.color.primary}"
4420
- },
4421
- "name": "utrechtButtonSecondaryActionBorderColor",
4422
- "attributes": {
4423
- "category": "utrecht",
4424
- "type": "button",
4425
- "item": "secondary-action",
4426
- "subitem": "border-color"
4427
- },
4428
- "path": [
4429
- "utrecht",
4430
- "button",
4431
- "secondary-action",
4432
- "border-color"
4433
- ]
4097
+ "name": "utrechtPageFooterPaddingInlineStart",
4098
+ "attributes": {
4099
+ "category": "utrecht",
4100
+ "type": "page-footer",
4101
+ "item": "padding-inline-start"
4434
4102
  },
4435
- "border-width": {
4436
- "value": "2px",
4437
- "filePath": "src/component/utrecht/button.tokens.json",
4438
- "isSource": true,
4439
- "original": {
4440
- "value": "{conduction.size.3xs}"
4441
- },
4442
- "name": "utrechtButtonSecondaryActionBorderWidth",
4443
- "attributes": {
4444
- "category": "utrecht",
4445
- "type": "button",
4446
- "item": "secondary-action",
4447
- "subitem": "border-width"
4448
- },
4449
- "path": [
4450
- "utrecht",
4451
- "button",
4452
- "secondary-action",
4453
- "border-width"
4454
- ]
4103
+ "path": [
4104
+ "utrecht",
4105
+ "page-footer",
4106
+ "padding-inline-start"
4107
+ ]
4108
+ },
4109
+ "padding-block-end": {
4110
+ "value": "48px",
4111
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4112
+ "isSource": true,
4113
+ "original": {
4114
+ "value": "{conduction.size.2xl}"
4455
4115
  },
4456
- "color": {
4457
- "value": "#4376fc",
4458
- "filePath": "src/component/utrecht/button.tokens.json",
4459
- "isSource": true,
4460
- "original": {
4461
- "value": "{conduction.color.primary}"
4462
- },
4463
- "name": "utrechtButtonSecondaryActionColor",
4464
- "attributes": {
4465
- "category": "utrecht",
4466
- "type": "button",
4467
- "item": "secondary-action",
4468
- "subitem": "color"
4469
- },
4470
- "path": [
4471
- "utrecht",
4472
- "button",
4473
- "secondary-action",
4474
- "color"
4475
- ]
4116
+ "name": "utrechtPageFooterPaddingBlockEnd",
4117
+ "attributes": {
4118
+ "category": "utrecht",
4119
+ "type": "page-footer",
4120
+ "item": "padding-block-end"
4476
4121
  },
4477
- "font-weight": {
4478
- "value": "400",
4479
- "filePath": "src/component/utrecht/button.tokens.json",
4122
+ "path": [
4123
+ "utrecht",
4124
+ "page-footer",
4125
+ "padding-block-end"
4126
+ ]
4127
+ },
4128
+ "padding-block-start": {
4129
+ "value": "48px",
4130
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4131
+ "isSource": true,
4132
+ "original": {
4133
+ "value": "{conduction.size.2xl}"
4134
+ },
4135
+ "name": "utrechtPageFooterPaddingBlockStart",
4136
+ "attributes": {
4137
+ "category": "utrecht",
4138
+ "type": "page-footer",
4139
+ "item": "padding-block-start"
4140
+ },
4141
+ "path": [
4142
+ "utrecht",
4143
+ "page-footer",
4144
+ "padding-block-start"
4145
+ ]
4146
+ }
4147
+ },
4148
+ "page-header": {
4149
+ "logo": {
4150
+ "max-height": {},
4151
+ "max-width": {
4152
+ "value": "150px",
4153
+ "filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
4480
4154
  "isSource": true,
4481
4155
  "original": {
4482
- "value": "{conduction.typography.font-weight.normal}"
4156
+ "value": "150px"
4483
4157
  },
4484
- "name": "utrechtButtonSecondaryActionFontWeight",
4158
+ "name": "utrechtPageHeaderLogoMaxWidth",
4485
4159
  "attributes": {
4486
4160
  "category": "utrecht",
4487
- "type": "button",
4488
- "item": "secondary-action",
4489
- "subitem": "font-weight"
4161
+ "type": "page-header",
4162
+ "item": "logo",
4163
+ "subitem": "max-width"
4490
4164
  },
4491
4165
  "path": [
4492
4166
  "utrecht",
4493
- "button",
4494
- "secondary-action",
4495
- "font-weight"
4167
+ "page-header",
4168
+ "logo",
4169
+ "max-width"
4496
4170
  ]
4497
- },
4498
- "active": {
4499
- "background-color": {},
4500
- "border-color": {},
4501
- "color": {}
4502
- },
4503
- "disabled": {
4504
- "background-color": {},
4505
- "border-color": {},
4506
- "color": {}
4507
- },
4508
- "hover": {
4509
- "background-color": {
4510
- "value": "#ffffff",
4511
- "filePath": "src/component/utrecht/button.tokens.json",
4512
- "isSource": true,
4513
- "original": {
4514
- "value": "{conduction.color.white.100}"
4515
- },
4516
- "name": "utrechtButtonSecondaryActionHoverBackgroundColor",
4517
- "attributes": {
4518
- "category": "utrecht",
4519
- "type": "button",
4520
- "item": "secondary-action",
4521
- "subitem": "hover",
4522
- "state": "background-color"
4523
- },
4524
- "path": [
4525
- "utrecht",
4526
- "button",
4527
- "secondary-action",
4528
- "hover",
4529
- "background-color"
4530
- ]
4531
- },
4532
- "border-color": {
4533
- "value": "#2e5ed9",
4534
- "filePath": "src/component/utrecht/button.tokens.json",
4535
- "isSource": true,
4536
- "original": {
4537
- "value": "{conduction.color.primary-hover}"
4538
- },
4539
- "name": "utrechtButtonSecondaryActionHoverBorderColor",
4540
- "attributes": {
4541
- "category": "utrecht",
4542
- "type": "button",
4543
- "item": "secondary-action",
4544
- "subitem": "hover",
4545
- "state": "border-color"
4546
- },
4547
- "path": [
4548
- "utrecht",
4549
- "button",
4550
- "secondary-action",
4551
- "hover",
4552
- "border-color"
4553
- ]
4554
- },
4555
- "color": {
4556
- "value": "#2e5ed9",
4557
- "filePath": "src/component/utrecht/button.tokens.json",
4558
- "isSource": true,
4559
- "original": {
4560
- "value": "{conduction.color.primary-hover}"
4561
- },
4562
- "name": "utrechtButtonSecondaryActionHoverColor",
4563
- "attributes": {
4564
- "category": "utrecht",
4565
- "type": "button",
4566
- "item": "secondary-action",
4567
- "subitem": "hover",
4568
- "state": "color"
4569
- },
4570
- "path": [
4571
- "utrecht",
4572
- "button",
4573
- "secondary-action",
4574
- "hover",
4575
- "color"
4576
- ]
4577
- }
4578
- },
4579
- "focus": {
4580
- "background-color": {},
4581
- "border-color": {},
4582
- "color": {}
4583
- },
4584
- "pressed": {
4585
- "background-color": {},
4586
- "border-color": {},
4587
- "color": {}
4588
4171
  }
4589
4172
  },
4590
- "subtle": {
4591
- "background-color": {},
4592
- "border-color": {},
4593
- "border-width": {},
4594
- "color": {},
4595
- "font-weight": {},
4596
- "active": {
4597
- "background-color": {},
4598
- "border-color": {},
4599
- "color": {}
4600
- },
4601
- "disabled": {
4602
- "background-color": {},
4603
- "border-color": {},
4604
- "color": {}
4605
- },
4606
- "hover": {
4607
- "background-color": {},
4608
- "border-color": {},
4609
- "color": {}
4610
- },
4611
- "focus": {
4612
- "background-color": {},
4613
- "border-color": {},
4614
- "color": {}
4615
- },
4616
- "pressed": {
4617
- "background-color": {},
4618
- "border-color": {},
4619
- "color": {}
4620
- }
4621
- }
4622
- },
4623
- "code": {
4624
4173
  "background-color": {
4625
- "value": "#f5f5f5",
4626
- "filePath": "src/component/utrecht/code.tokens.json",
4174
+ "value": "#4376fc",
4175
+ "filePath": "src/component/utrecht/page-header.tokens.json",
4627
4176
  "isSource": true,
4628
4177
  "original": {
4629
- "value": "{conduction.color.lightgrey.96}"
4178
+ "value": "{conduction.color.primary}"
4630
4179
  },
4631
- "name": "utrechtCodeBackgroundColor",
4180
+ "name": "utrechtPageHeaderBackgroundColor",
4632
4181
  "attributes": {
4633
4182
  "category": "utrecht",
4634
- "type": "code",
4183
+ "type": "page-header",
4635
4184
  "item": "background-color"
4636
4185
  },
4637
4186
  "path": [
4638
4187
  "utrecht",
4639
- "code",
4188
+ "page-header",
4640
4189
  "background-color"
4641
4190
  ]
4642
4191
  },
4643
4192
  "color": {
4644
- "value": "#000000",
4645
- "filePath": "src/component/utrecht/code.tokens.json",
4193
+ "value": "#ffffff",
4194
+ "filePath": "src/component/utrecht/page-header.tokens.json",
4646
4195
  "isSource": true,
4647
4196
  "original": {
4648
- "value": "{conduction.color.black.0}"
4197
+ "value": "{conduction.color.white.100}"
4649
4198
  },
4650
- "name": "utrechtCodeColor",
4199
+ "name": "utrechtPageHeaderColor",
4651
4200
  "attributes": {
4652
4201
  "category": "utrecht",
4653
- "type": "code",
4202
+ "type": "page-header",
4654
4203
  "item": "color"
4655
4204
  },
4656
4205
  "path": [
4657
4206
  "utrecht",
4658
- "code",
4207
+ "page-header",
4659
4208
  "color"
4660
4209
  ]
4661
4210
  },
4662
- "font-family": {
4663
- "value": "Monospace, \"Lucida Console\"",
4664
- "filePath": "src/component/utrecht/code.tokens.json",
4211
+ "padding-block-start": {
4212
+ "value": "14px",
4213
+ "filePath": "src/component/utrecht/page-header.tokens.json",
4665
4214
  "isSource": true,
4666
4215
  "original": {
4667
- "value": "{conduction.typography.monospace.font-family}"
4216
+ "value": "{conduction.size.sm}"
4668
4217
  },
4669
- "name": "utrechtCodeFontFamily",
4218
+ "name": "utrechtPageHeaderPaddingBlockStart",
4670
4219
  "attributes": {
4671
4220
  "category": "utrecht",
4672
- "type": "code",
4673
- "item": "font-family"
4221
+ "type": "page-header",
4222
+ "item": "padding-block-start"
4674
4223
  },
4675
4224
  "path": [
4676
4225
  "utrecht",
4677
- "code",
4678
- "font-family"
4226
+ "page-header",
4227
+ "padding-block-start"
4679
4228
  ]
4680
4229
  },
4681
- "font-size": {
4682
- "value": "inherit",
4683
- "filePath": "src/component/utrecht/code.tokens.json",
4230
+ "padding-block-end": {
4231
+ "value": "14px",
4232
+ "filePath": "src/component/utrecht/page-header.tokens.json",
4684
4233
  "isSource": true,
4685
4234
  "original": {
4686
- "value": "inherit"
4235
+ "value": "{conduction.size.sm}"
4687
4236
  },
4688
- "name": "utrechtCodeFontSize",
4237
+ "name": "utrechtPageHeaderPaddingBlockEnd",
4689
4238
  "attributes": {
4690
4239
  "category": "utrecht",
4691
- "type": "code",
4692
- "item": "font-size"
4240
+ "type": "page-header",
4241
+ "item": "padding-block-end"
4693
4242
  },
4694
4243
  "path": [
4695
4244
  "utrecht",
4696
- "code",
4697
- "font-size"
4245
+ "page-header",
4246
+ "padding-block-end"
4698
4247
  ]
4699
- },
4700
- "line-height": {}
4248
+ }
4701
4249
  },
4702
- "code-block": {
4250
+ "table": {
4703
4251
  "background-color": {
4704
- "value": "#f5f5f5",
4705
- "filePath": "src/component/utrecht/code.tokens.json",
4252
+ "value": "#ffffff",
4253
+ "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
4706
4254
  "isSource": true,
4707
4255
  "original": {
4708
- "value": "{conduction.color.lightgrey.96}"
4256
+ "value": "{conduction.color.white.100}"
4709
4257
  },
4710
- "name": "utrechtCodeBlockBackgroundColor",
4258
+ "name": "utrechtTableBackgroundColor",
4711
4259
  "attributes": {
4712
4260
  "category": "utrecht",
4713
- "type": "code-block",
4261
+ "type": "table",
4714
4262
  "item": "background-color"
4715
4263
  },
4716
4264
  "path": [
4717
4265
  "utrecht",
4718
- "code-block",
4266
+ "table",
4719
4267
  "background-color"
4720
4268
  ]
4721
4269
  },
4722
- "color": {
4723
- "value": "#000000",
4724
- "filePath": "src/component/utrecht/code.tokens.json",
4725
- "isSource": true,
4726
- "original": {
4727
- "value": "{conduction.color.black.0}"
4270
+ "header": {
4271
+ "border-block-end-color": {
4272
+ "value": "#d1d1d1",
4273
+ "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
4274
+ "isSource": true,
4275
+ "original": {
4276
+ "value": "{conduction.color.grey.82}"
4277
+ },
4278
+ "name": "utrechtTableHeaderBorderBlockEndColor",
4279
+ "attributes": {
4280
+ "category": "utrecht",
4281
+ "type": "table",
4282
+ "item": "header",
4283
+ "subitem": "border-block-end-color"
4284
+ },
4285
+ "path": [
4286
+ "utrecht",
4287
+ "table",
4288
+ "header",
4289
+ "border-block-end-color"
4290
+ ]
4728
4291
  },
4729
- "name": "utrechtCodeBlockColor",
4730
- "attributes": {
4731
- "category": "utrecht",
4732
- "type": "code-block",
4733
- "item": "color"
4292
+ "border-block-end-width": {
4293
+ "value": "1px",
4294
+ "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
4295
+ "isSource": true,
4296
+ "original": {
4297
+ "value": "{conduction.size.4xs}"
4298
+ },
4299
+ "name": "utrechtTableHeaderBorderBlockEndWidth",
4300
+ "attributes": {
4301
+ "category": "utrecht",
4302
+ "type": "table",
4303
+ "item": "header",
4304
+ "subitem": "border-block-end-width"
4305
+ },
4306
+ "path": [
4307
+ "utrecht",
4308
+ "table",
4309
+ "header",
4310
+ "border-block-end-width"
4311
+ ]
4312
+ },
4313
+ "font-family": {},
4314
+ "font-weight": {
4315
+ "value": "700",
4316
+ "filePath": "src/component/utrecht/table.tokens.json",
4317
+ "isSource": true,
4318
+ "original": {
4319
+ "value": "{conduction.typography.font-weight.bold}"
4320
+ },
4321
+ "name": "utrechtTableHeaderFontWeight",
4322
+ "attributes": {
4323
+ "category": "utrecht",
4324
+ "type": "table",
4325
+ "item": "header",
4326
+ "subitem": "font-weight"
4327
+ },
4328
+ "path": [
4329
+ "utrecht",
4330
+ "table",
4331
+ "header",
4332
+ "font-weight"
4333
+ ]
4334
+ },
4335
+ "background-color": {},
4336
+ "color": {
4337
+ "value": "#000000",
4338
+ "filePath": "src/component/utrecht/table.tokens.json",
4339
+ "isSource": true,
4340
+ "original": {
4341
+ "value": "{utrecht.document.color}"
4342
+ },
4343
+ "name": "utrechtTableHeaderColor",
4344
+ "attributes": {
4345
+ "category": "utrecht",
4346
+ "type": "table",
4347
+ "item": "header",
4348
+ "subitem": "color"
4349
+ },
4350
+ "path": [
4351
+ "utrecht",
4352
+ "table",
4353
+ "header",
4354
+ "color"
4355
+ ]
4356
+ },
4357
+ "text-transform": {
4358
+ "value": "unset",
4359
+ "filePath": "src/component/utrecht/table.tokens.json",
4360
+ "isSource": true,
4361
+ "original": {
4362
+ "value": "unset"
4363
+ },
4364
+ "name": "utrechtTableHeaderTextTransform",
4365
+ "attributes": {
4366
+ "category": "utrecht",
4367
+ "type": "table",
4368
+ "item": "header",
4369
+ "subitem": "text-transform"
4370
+ },
4371
+ "path": [
4372
+ "utrecht",
4373
+ "table",
4374
+ "header",
4375
+ "text-transform"
4376
+ ]
4377
+ }
4378
+ },
4379
+ "row": {
4380
+ "hover": {
4381
+ "background-color": {
4382
+ "value": "#f7f7f7",
4383
+ "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
4384
+ "isSource": true,
4385
+ "original": {
4386
+ "value": "{conduction.color.grey.97}"
4387
+ },
4388
+ "name": "utrechtTableRowHoverBackgroundColor",
4389
+ "attributes": {
4390
+ "category": "utrecht",
4391
+ "type": "table",
4392
+ "item": "row",
4393
+ "subitem": "hover",
4394
+ "state": "background-color"
4395
+ },
4396
+ "path": [
4397
+ "utrecht",
4398
+ "table",
4399
+ "row",
4400
+ "hover",
4401
+ "background-color"
4402
+ ]
4403
+ },
4404
+ "color": {}
4405
+ },
4406
+ "border-block-end-color": {
4407
+ "value": "#d1d1d1",
4408
+ "filePath": "src/component/utrecht/table.tokens.json",
4409
+ "isSource": true,
4410
+ "original": {
4411
+ "value": "{conduction.color.grey.82}"
4412
+ },
4413
+ "name": "utrechtTableRowBorderBlockEndColor",
4414
+ "attributes": {
4415
+ "category": "utrecht",
4416
+ "type": "table",
4417
+ "item": "row",
4418
+ "subitem": "border-block-end-color"
4419
+ },
4420
+ "path": [
4421
+ "utrecht",
4422
+ "table",
4423
+ "row",
4424
+ "border-block-end-color"
4425
+ ]
4426
+ },
4427
+ "border-block-end-width": {
4428
+ "value": "1px",
4429
+ "filePath": "src/component/utrecht/table.tokens.json",
4430
+ "isSource": true,
4431
+ "original": {
4432
+ "value": "{conduction.size.4xs}"
4433
+ },
4434
+ "name": "utrechtTableRowBorderBlockEndWidth",
4435
+ "attributes": {
4436
+ "category": "utrecht",
4437
+ "type": "table",
4438
+ "item": "row",
4439
+ "subitem": "border-block-end-width"
4440
+ },
4441
+ "path": [
4442
+ "utrecht",
4443
+ "table",
4444
+ "row",
4445
+ "border-block-end-width"
4446
+ ]
4447
+ },
4448
+ "padding-inline-end": {},
4449
+ "padding-inline-start": {},
4450
+ "alternate-odd": {
4451
+ "background-color": {},
4452
+ "color": {}
4734
4453
  },
4735
- "path": [
4736
- "utrecht",
4737
- "code-block",
4738
- "color"
4739
- ]
4454
+ "alternate-even": {
4455
+ "background-color": {},
4456
+ "color": {}
4457
+ }
4458
+ },
4459
+ "body": {
4460
+ "border": {}
4461
+ },
4462
+ "caption": {
4463
+ "font-style": {},
4464
+ "font-weight": {},
4465
+ "font-family": {},
4466
+ "font-size": {},
4467
+ "color": {},
4468
+ "line-height": {},
4469
+ "text-align": {},
4470
+ "margin-block-end": {}
4740
4471
  },
4472
+ "border-color": {},
4473
+ "border-width": {},
4741
4474
  "font-family": {
4742
- "value": "Monospace, \"Lucida Console\"",
4743
- "filePath": "src/component/utrecht/code.tokens.json",
4475
+ "value": "\"Noto Sans\", Arial, sans-serif",
4476
+ "filePath": "src/component/utrecht/table.tokens.json",
4744
4477
  "isSource": true,
4745
4478
  "original": {
4746
- "value": "{conduction.typography.monospace.font-family}"
4479
+ "value": "{utrecht.document.font-family}"
4747
4480
  },
4748
- "name": "utrechtCodeBlockFontFamily",
4481
+ "name": "utrechtTableFontFamily",
4749
4482
  "attributes": {
4750
4483
  "category": "utrecht",
4751
- "type": "code-block",
4484
+ "type": "table",
4752
4485
  "item": "font-family"
4753
4486
  },
4754
4487
  "path": [
4755
4488
  "utrecht",
4756
- "code-block",
4489
+ "table",
4757
4490
  "font-family"
4758
4491
  ]
4759
4492
  },
4760
4493
  "font-size": {
4761
4494
  "value": "18px",
4762
- "filePath": "src/component/utrecht/code.tokens.json",
4495
+ "filePath": "src/component/utrecht/table.tokens.json",
4763
4496
  "isSource": true,
4764
4497
  "original": {
4765
- "value": "{conduction.font-size.md}"
4498
+ "value": "{utrecht.document.font-size}"
4766
4499
  },
4767
- "name": "utrechtCodeBlockFontSize",
4500
+ "name": "utrechtTableFontSize",
4768
4501
  "attributes": {
4769
4502
  "category": "utrecht",
4770
- "type": "code-block",
4503
+ "type": "table",
4771
4504
  "item": "font-size"
4772
4505
  },
4773
4506
  "path": [
4774
4507
  "utrecht",
4775
- "code-block",
4508
+ "table",
4776
4509
  "font-size"
4777
4510
  ]
4778
4511
  },
4779
- "line-height": {
4780
- "value": "24px",
4781
- "filePath": "src/component/utrecht/code.tokens.json",
4512
+ "line-height": {},
4513
+ "margin-block-end": {
4514
+ "value": 0,
4515
+ "filePath": "src/component/utrecht/table.tokens.json",
4782
4516
  "isSource": true,
4783
4517
  "original": {
4784
- "value": "{conduction.size.lg}"
4518
+ "value": 0
4785
4519
  },
4786
- "name": "utrechtCodeBlockLineHeight",
4520
+ "name": "utrechtTableMarginBlockEnd",
4787
4521
  "attributes": {
4788
4522
  "category": "utrecht",
4789
- "type": "code-block",
4790
- "item": "line-height"
4523
+ "type": "table",
4524
+ "item": "margin-block-end"
4791
4525
  },
4792
4526
  "path": [
4793
4527
  "utrecht",
4794
- "code-block",
4795
- "line-height"
4528
+ "table",
4529
+ "margin-block-end"
4796
4530
  ]
4797
4531
  },
4798
4532
  "margin-block-start": {
4799
4533
  "value": "18px",
4800
- "filePath": "src/component/utrecht/code.tokens.json",
4534
+ "filePath": "src/component/utrecht/table.tokens.json",
4801
4535
  "isSource": true,
4802
4536
  "original": {
4803
4537
  "value": "{conduction.size.md}"
4804
4538
  },
4805
- "name": "utrechtCodeBlockMarginBlockStart",
4539
+ "name": "utrechtTableMarginBlockStart",
4806
4540
  "attributes": {
4807
4541
  "category": "utrecht",
4808
- "type": "code-block",
4542
+ "type": "table",
4809
4543
  "item": "margin-block-start"
4810
4544
  },
4811
4545
  "path": [
4812
4546
  "utrecht",
4813
- "code-block",
4547
+ "table",
4814
4548
  "margin-block-start"
4815
4549
  ]
4816
4550
  },
4817
- "margin-block-end": {
4818
- "value": "18px",
4819
- "filePath": "src/component/utrecht/code.tokens.json",
4551
+ "header-cell": {
4552
+ "font-size": {
4553
+ "value": "18px",
4554
+ "filePath": "src/component/utrecht/table.tokens.json",
4555
+ "isSource": true,
4556
+ "original": {
4557
+ "value": "{utrecht.document.font-size}"
4558
+ },
4559
+ "name": "utrechtTableHeaderCellFontSize",
4560
+ "attributes": {
4561
+ "category": "utrecht",
4562
+ "type": "table",
4563
+ "item": "header-cell",
4564
+ "subitem": "font-size"
4565
+ },
4566
+ "path": [
4567
+ "utrecht",
4568
+ "table",
4569
+ "header-cell",
4570
+ "font-size"
4571
+ ]
4572
+ },
4573
+ "font-weight": {
4574
+ "value": "700",
4575
+ "filePath": "src/component/utrecht/table.tokens.json",
4576
+ "isSource": true,
4577
+ "original": {
4578
+ "value": "{conduction.typography.font-weight.bold}"
4579
+ },
4580
+ "name": "utrechtTableHeaderCellFontWeight",
4581
+ "attributes": {
4582
+ "category": "utrecht",
4583
+ "type": "table",
4584
+ "item": "header-cell",
4585
+ "subitem": "font-weight"
4586
+ },
4587
+ "path": [
4588
+ "utrecht",
4589
+ "table",
4590
+ "header-cell",
4591
+ "font-weight"
4592
+ ]
4593
+ },
4594
+ "color": {
4595
+ "value": "#000000",
4596
+ "filePath": "src/component/utrecht/table.tokens.json",
4597
+ "isSource": true,
4598
+ "original": {
4599
+ "value": "{utrecht.document.color}"
4600
+ },
4601
+ "name": "utrechtTableHeaderCellColor",
4602
+ "attributes": {
4603
+ "category": "utrecht",
4604
+ "type": "table",
4605
+ "item": "header-cell",
4606
+ "subitem": "color"
4607
+ },
4608
+ "path": [
4609
+ "utrecht",
4610
+ "table",
4611
+ "header-cell",
4612
+ "color"
4613
+ ]
4614
+ },
4615
+ "text-transform": {
4616
+ "value": "unset",
4617
+ "filePath": "src/component/utrecht/table.tokens.json",
4618
+ "isSource": true,
4619
+ "original": {
4620
+ "value": "unset"
4621
+ },
4622
+ "name": "utrechtTableHeaderCellTextTransform",
4623
+ "attributes": {
4624
+ "category": "utrecht",
4625
+ "type": "table",
4626
+ "item": "header-cell",
4627
+ "subitem": "text-transform"
4628
+ },
4629
+ "path": [
4630
+ "utrecht",
4631
+ "table",
4632
+ "header-cell",
4633
+ "text-transform"
4634
+ ]
4635
+ }
4636
+ },
4637
+ "cell": {
4638
+ "line-height": {},
4639
+ "padding-block-end": {
4640
+ "value": "18px",
4641
+ "filePath": "src/component/utrecht/table.tokens.json",
4642
+ "isSource": true,
4643
+ "original": {
4644
+ "value": "{conduction.size.md}"
4645
+ },
4646
+ "name": "utrechtTableCellPaddingBlockEnd",
4647
+ "attributes": {
4648
+ "category": "utrecht",
4649
+ "type": "table",
4650
+ "item": "cell",
4651
+ "subitem": "padding-block-end"
4652
+ },
4653
+ "path": [
4654
+ "utrecht",
4655
+ "table",
4656
+ "cell",
4657
+ "padding-block-end"
4658
+ ]
4659
+ },
4660
+ "padding-block-start": {
4661
+ "value": "18px",
4662
+ "filePath": "src/component/utrecht/table.tokens.json",
4663
+ "isSource": true,
4664
+ "original": {
4665
+ "value": "{conduction.size.md}"
4666
+ },
4667
+ "name": "utrechtTableCellPaddingBlockStart",
4668
+ "attributes": {
4669
+ "category": "utrecht",
4670
+ "type": "table",
4671
+ "item": "cell",
4672
+ "subitem": "padding-block-start"
4673
+ },
4674
+ "path": [
4675
+ "utrecht",
4676
+ "table",
4677
+ "cell",
4678
+ "padding-block-start"
4679
+ ]
4680
+ },
4681
+ "padding-inline-end": {
4682
+ "value": "18px",
4683
+ "filePath": "src/component/utrecht/table.tokens.json",
4684
+ "isSource": true,
4685
+ "original": {
4686
+ "value": "{conduction.size.md}"
4687
+ },
4688
+ "name": "utrechtTableCellPaddingInlineEnd",
4689
+ "attributes": {
4690
+ "category": "utrecht",
4691
+ "type": "table",
4692
+ "item": "cell",
4693
+ "subitem": "padding-inline-end"
4694
+ },
4695
+ "path": [
4696
+ "utrecht",
4697
+ "table",
4698
+ "cell",
4699
+ "padding-inline-end"
4700
+ ]
4701
+ },
4702
+ "padding-inline-start": {
4703
+ "value": "18px",
4704
+ "filePath": "src/component/utrecht/table.tokens.json",
4705
+ "isSource": true,
4706
+ "original": {
4707
+ "value": "{conduction.size.md}"
4708
+ },
4709
+ "name": "utrechtTableCellPaddingInlineStart",
4710
+ "attributes": {
4711
+ "category": "utrecht",
4712
+ "type": "table",
4713
+ "item": "cell",
4714
+ "subitem": "padding-inline-start"
4715
+ },
4716
+ "path": [
4717
+ "utrecht",
4718
+ "table",
4719
+ "cell",
4720
+ "padding-inline-start"
4721
+ ]
4722
+ },
4723
+ "icon": {
4724
+ "size": {}
4725
+ }
4726
+ }
4727
+ },
4728
+ "textbox": {
4729
+ "background-color": {
4730
+ "value": "#ffffff",
4731
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4820
4732
  "isSource": true,
4821
4733
  "original": {
4822
- "value": "{conduction.size.md}"
4734
+ "value": "{conduction.color.white.100}"
4823
4735
  },
4824
- "name": "utrechtCodeBlockMarginBlockEnd",
4736
+ "name": "utrechtTextboxBackgroundColor",
4825
4737
  "attributes": {
4826
4738
  "category": "utrecht",
4827
- "type": "code-block",
4828
- "item": "margin-block-end"
4739
+ "type": "textbox",
4740
+ "item": "background-color"
4829
4741
  },
4830
4742
  "path": [
4831
4743
  "utrecht",
4832
- "code-block",
4833
- "margin-block-end"
4744
+ "textbox",
4745
+ "background-color"
4834
4746
  ]
4835
4747
  },
4836
- "margin-inline-start": {
4837
- "value": 0,
4838
- "filePath": "src/component/utrecht/code.tokens.json",
4748
+ "border-bottom-width": {},
4749
+ "border-color": {
4750
+ "value": "#7a7a7a",
4751
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4839
4752
  "isSource": true,
4840
4753
  "original": {
4841
- "value": 0
4754
+ "value": "{conduction.color.grey.48}"
4842
4755
  },
4843
- "name": "utrechtCodeBlockMarginInlineStart",
4756
+ "name": "utrechtTextboxBorderColor",
4844
4757
  "attributes": {
4845
4758
  "category": "utrecht",
4846
- "type": "code-block",
4847
- "item": "margin-inline-start"
4759
+ "type": "textbox",
4760
+ "item": "border-color"
4848
4761
  },
4849
4762
  "path": [
4850
4763
  "utrecht",
4851
- "code-block",
4852
- "margin-inline-start"
4764
+ "textbox",
4765
+ "border-color"
4853
4766
  ]
4854
4767
  },
4855
- "margin-inline-end": {
4856
- "value": 0,
4857
- "filePath": "src/component/utrecht/code.tokens.json",
4768
+ "border-radius": {
4769
+ "value": "3px",
4770
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4858
4771
  "isSource": true,
4859
4772
  "original": {
4860
- "value": 0
4773
+ "value": "3px"
4861
4774
  },
4862
- "name": "utrechtCodeBlockMarginInlineEnd",
4775
+ "name": "utrechtTextboxBorderRadius",
4863
4776
  "attributes": {
4864
4777
  "category": "utrecht",
4865
- "type": "code-block",
4866
- "item": "margin-inline-end"
4778
+ "type": "textbox",
4779
+ "item": "border-radius"
4867
4780
  },
4868
4781
  "path": [
4869
4782
  "utrecht",
4870
- "code-block",
4871
- "margin-inline-end"
4783
+ "textbox",
4784
+ "border-radius"
4872
4785
  ]
4873
4786
  },
4874
- "padding-block-start": {
4875
- "value": "18px",
4876
- "filePath": "src/component/utrecht/code.tokens.json",
4787
+ "border-width": {
4788
+ "value": "1px",
4789
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4877
4790
  "isSource": true,
4878
4791
  "original": {
4879
- "value": "{conduction.size.md}"
4792
+ "value": "{conduction.size.4xs}"
4880
4793
  },
4881
- "name": "utrechtCodeBlockPaddingBlockStart",
4794
+ "name": "utrechtTextboxBorderWidth",
4882
4795
  "attributes": {
4883
4796
  "category": "utrecht",
4884
- "type": "code-block",
4885
- "item": "padding-block-start"
4797
+ "type": "textbox",
4798
+ "item": "border-width"
4886
4799
  },
4887
4800
  "path": [
4888
4801
  "utrecht",
4889
- "code-block",
4890
- "padding-block-start"
4802
+ "textbox",
4803
+ "border-width"
4891
4804
  ]
4892
4805
  },
4893
- "padding-block-end": {
4894
- "value": "18px",
4895
- "filePath": "src/component/utrecht/code.tokens.json",
4806
+ "color": {
4807
+ "value": "#4a4a4a",
4808
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4896
4809
  "isSource": true,
4897
4810
  "original": {
4898
- "value": "{conduction.size.md}"
4811
+ "value": "{conduction.color.grey.29}"
4899
4812
  },
4900
- "name": "utrechtCodeBlockPaddingBlockEnd",
4813
+ "name": "utrechtTextboxColor",
4901
4814
  "attributes": {
4902
4815
  "category": "utrecht",
4903
- "type": "code-block",
4904
- "item": "padding-block-end"
4816
+ "type": "textbox",
4817
+ "item": "color"
4905
4818
  },
4906
4819
  "path": [
4907
4820
  "utrecht",
4908
- "code-block",
4909
- "padding-block-end"
4821
+ "textbox",
4822
+ "color"
4910
4823
  ]
4911
4824
  },
4912
- "padding-inline-start": {
4913
- "value": "18px",
4914
- "filePath": "src/component/utrecht/code.tokens.json",
4825
+ "font-family": {
4826
+ "value": "\"Noto Sans\", Arial, sans-serif",
4827
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4915
4828
  "isSource": true,
4916
4829
  "original": {
4917
- "value": "{conduction.size.md}"
4830
+ "value": "{conduction.typography.sans-serif.font-family}"
4918
4831
  },
4919
- "name": "utrechtCodeBlockPaddingInlineStart",
4832
+ "name": "utrechtTextboxFontFamily",
4920
4833
  "attributes": {
4921
4834
  "category": "utrecht",
4922
- "type": "code-block",
4923
- "item": "padding-inline-start"
4835
+ "type": "textbox",
4836
+ "item": "font-family"
4924
4837
  },
4925
4838
  "path": [
4926
4839
  "utrecht",
4927
- "code-block",
4928
- "padding-inline-start"
4840
+ "textbox",
4841
+ "font-family"
4929
4842
  ]
4930
4843
  },
4931
- "padding-inline-end": {
4932
- "value": "18px",
4933
- "filePath": "src/component/utrecht/code.tokens.json",
4844
+ "font-size": {
4845
+ "value": "15px",
4846
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4934
4847
  "isSource": true,
4935
4848
  "original": {
4936
- "value": "{conduction.size.md}"
4849
+ "value": "15px"
4937
4850
  },
4938
- "name": "utrechtCodeBlockPaddingInlineEnd",
4851
+ "name": "utrechtTextboxFontSize",
4939
4852
  "attributes": {
4940
4853
  "category": "utrecht",
4941
- "type": "code-block",
4942
- "item": "padding-inline-end"
4854
+ "type": "textbox",
4855
+ "item": "font-size"
4943
4856
  },
4944
4857
  "path": [
4945
4858
  "utrecht",
4946
- "code-block",
4947
- "padding-inline-end"
4859
+ "textbox",
4860
+ "font-size"
4948
4861
  ]
4949
- }
4950
- },
4951
- "document": {
4952
- "background-color": {
4953
- "value": "#fafafa",
4954
- "filePath": "src/component/utrecht/document.tokens.json",
4862
+ },
4863
+ "line-height": {},
4864
+ "max-inline-size": {},
4865
+ "padding-block-end": {
4866
+ "value": "8px",
4867
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4955
4868
  "isSource": true,
4956
4869
  "original": {
4957
- "value": "{conduction.color.white.98}"
4870
+ "value": "{conduction.size.xs}"
4958
4871
  },
4959
- "name": "utrechtDocumentBackgroundColor",
4872
+ "name": "utrechtTextboxPaddingBlockEnd",
4960
4873
  "attributes": {
4961
4874
  "category": "utrecht",
4962
- "type": "document",
4963
- "item": "background-color"
4875
+ "type": "textbox",
4876
+ "item": "padding-block-end"
4964
4877
  },
4965
4878
  "path": [
4966
4879
  "utrecht",
4967
- "document",
4968
- "background-color"
4880
+ "textbox",
4881
+ "padding-block-end"
4969
4882
  ]
4970
4883
  },
4971
- "color": {
4972
- "value": "#000000",
4973
- "filePath": "src/component/utrecht/document.tokens.json",
4884
+ "padding-block-start": {
4885
+ "value": "8px",
4886
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4974
4887
  "isSource": true,
4975
4888
  "original": {
4976
- "value": "{conduction.color.black.0}"
4889
+ "value": "{conduction.size.xs}"
4977
4890
  },
4978
- "name": "utrechtDocumentColor",
4891
+ "name": "utrechtTextboxPaddingBlockStart",
4979
4892
  "attributes": {
4980
4893
  "category": "utrecht",
4981
- "type": "document",
4982
- "item": "color"
4894
+ "type": "textbox",
4895
+ "item": "padding-block-start"
4983
4896
  },
4984
4897
  "path": [
4985
4898
  "utrecht",
4986
- "document",
4987
- "color"
4899
+ "textbox",
4900
+ "padding-block-start"
4988
4901
  ]
4989
4902
  },
4990
- "font-family": {
4991
- "value": "\"Noto Sans\", Arial, sans-serif",
4992
- "filePath": "src/component/utrecht/document.tokens.json",
4903
+ "padding-inline-end": {
4904
+ "value": "14px",
4905
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4993
4906
  "isSource": true,
4994
4907
  "original": {
4995
- "value": "{conduction.typography.sans-serif.font-family}"
4908
+ "value": "{conduction.size.sm}"
4996
4909
  },
4997
- "name": "utrechtDocumentFontFamily",
4910
+ "name": "utrechtTextboxPaddingInlineEnd",
4998
4911
  "attributes": {
4999
4912
  "category": "utrecht",
5000
- "type": "document",
5001
- "item": "font-family"
4913
+ "type": "textbox",
4914
+ "item": "padding-inline-end"
5002
4915
  },
5003
4916
  "path": [
5004
4917
  "utrecht",
5005
- "document",
5006
- "font-family"
4918
+ "textbox",
4919
+ "padding-inline-end"
5007
4920
  ]
5008
4921
  },
5009
- "font-size": {
5010
- "value": "18px",
5011
- "filePath": "src/component/utrecht/document.tokens.json",
4922
+ "padding-inline-start": {
4923
+ "value": "14px",
4924
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
5012
4925
  "isSource": true,
5013
4926
  "original": {
5014
- "value": "{conduction.font-size.md}"
4927
+ "value": "{conduction.size.sm}"
5015
4928
  },
5016
- "name": "utrechtDocumentFontSize",
4929
+ "name": "utrechtTextboxPaddingInlineStart",
5017
4930
  "attributes": {
5018
4931
  "category": "utrecht",
5019
- "type": "document",
5020
- "item": "font-size"
4932
+ "type": "textbox",
4933
+ "item": "padding-inline-start"
5021
4934
  },
5022
4935
  "path": [
5023
4936
  "utrecht",
5024
- "document",
5025
- "font-size"
4937
+ "textbox",
4938
+ "padding-inline-start"
5026
4939
  ]
5027
4940
  },
5028
- "font-weight": {},
5029
- "line-height": {}
4941
+ "placeholder": {
4942
+ "color": {
4943
+ "value": "#808080",
4944
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4945
+ "isSource": true,
4946
+ "original": {
4947
+ "value": "{conduction.color.grey.50}"
4948
+ },
4949
+ "name": "utrechtTextboxPlaceholderColor",
4950
+ "attributes": {
4951
+ "category": "utrecht",
4952
+ "type": "textbox",
4953
+ "item": "placeholder",
4954
+ "subitem": "color"
4955
+ },
4956
+ "path": [
4957
+ "utrecht",
4958
+ "textbox",
4959
+ "placeholder",
4960
+ "color"
4961
+ ]
4962
+ }
4963
+ },
4964
+ "disabled": {
4965
+ "background-color": {},
4966
+ "border-color": {},
4967
+ "color": {}
4968
+ },
4969
+ "focus": {
4970
+ "background-color": {
4971
+ "value": "#ffffff",
4972
+ "filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
4973
+ "isSource": true,
4974
+ "original": {
4975
+ "value": "{conduction.color.white.100}"
4976
+ },
4977
+ "name": "utrechtTextboxFocusBackgroundColor",
4978
+ "attributes": {
4979
+ "category": "utrecht",
4980
+ "type": "textbox",
4981
+ "item": "focus",
4982
+ "subitem": "background-color"
4983
+ },
4984
+ "path": [
4985
+ "utrecht",
4986
+ "textbox",
4987
+ "focus",
4988
+ "background-color"
4989
+ ]
4990
+ },
4991
+ "border-color": {},
4992
+ "color": {}
4993
+ },
4994
+ "invalid": {
4995
+ "background-color": {},
4996
+ "border-color": {},
4997
+ "border-width": {},
4998
+ "color": {}
4999
+ },
5000
+ "read-only": {
5001
+ "background-color": {},
5002
+ "border-color": {},
5003
+ "color": {}
5004
+ }
5030
5005
  },
5031
5006
  "heading-1": {
5032
5007
  "color": {},