@utrecht/design-tokens 2.2.0 → 2.4.0

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 (79) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/_mixin-theme.scss +124 -63
  3. package/dist/_mixin.scss +124 -63
  4. package/dist/_variables.scss +124 -63
  5. package/dist/dark/_mixin-theme.scss +124 -63
  6. package/dist/dark/_mixin.scss +124 -63
  7. package/dist/dark/_variables.scss +124 -63
  8. package/dist/dark/index.cjs +62 -1
  9. package/dist/dark/index.css +124 -63
  10. package/dist/dark/index.d.ts +62 -1
  11. package/dist/dark/index.flat.json +62 -1
  12. package/dist/dark/index.json +1046 -102
  13. package/dist/dark/index.mjs +62 -1
  14. package/dist/dark/index.tokens.json +614 -72
  15. package/dist/dark/list.d.ts +14 -0
  16. package/dist/dark/list.json +1046 -102
  17. package/dist/dark/list.mjs +31638 -0
  18. package/dist/dark/property.css +0 -1
  19. package/dist/dark/root.css +124 -63
  20. package/dist/dark/theme-prince-xml.css +124 -63
  21. package/dist/dark/theme.css +124 -63
  22. package/dist/dark/tokens.cjs +1541 -116
  23. package/dist/dark/tokens.d.ts +355 -22
  24. package/dist/dark/tokens.json +1541 -116
  25. package/dist/dark/variables.cjs +62 -1
  26. package/dist/dark/variables.css +124 -63
  27. package/dist/dark/variables.d.ts +62 -1
  28. package/dist/dark/variables.json +62 -1
  29. package/dist/dark/variables.less +124 -63
  30. package/dist/dark/variables.mjs +62 -1
  31. package/dist/index.cjs +62 -1
  32. package/dist/index.css +248 -126
  33. package/dist/index.d.ts +62 -1
  34. package/dist/index.flat.json +62 -1
  35. package/dist/index.json +1046 -102
  36. package/dist/index.mjs +62 -1
  37. package/dist/index.tokens.json +614 -72
  38. package/dist/list.d.ts +14 -0
  39. package/dist/list.json +1046 -102
  40. package/dist/list.mjs +32755 -0
  41. package/dist/property.css +0 -1
  42. package/dist/root.css +124 -63
  43. package/dist/theme-prince-xml.css +124 -63
  44. package/dist/theme.css +124 -63
  45. package/dist/tokens.cjs +1541 -116
  46. package/dist/tokens.d.ts +355 -22
  47. package/dist/tokens.json +1541 -116
  48. package/dist/variables.cjs +62 -1
  49. package/dist/variables.css +124 -63
  50. package/dist/variables.d.ts +62 -1
  51. package/dist/variables.json +62 -1
  52. package/dist/variables.less +124 -63
  53. package/dist/variables.mjs +62 -1
  54. package/package.json +1 -1
  55. package/src/component/nl/code-block.tokens.json +13 -0
  56. package/src/component/nl/code.tokens.json +11 -0
  57. package/src/component/nl/data-badge.tokens.json +22 -0
  58. package/src/component/nl/heading.tokens.json +48 -0
  59. package/src/component/nl/mark.tokens.json +8 -0
  60. package/src/component/nl/number-badge.tokens.json +23 -0
  61. package/src/component/nl/paragraph.tokens.json +20 -0
  62. package/src/component/nl/skip-link.tokens.json +16 -0
  63. package/src/component/utrecht/badge.tokens.json +5 -5
  64. package/src/component/utrecht/code-block.tokens.json +9 -9
  65. package/src/component/utrecht/heading-1.tokens.json +4 -4
  66. package/src/component/utrecht/heading-2.tokens.json +4 -4
  67. package/src/component/utrecht/heading-3.tokens.json +4 -4
  68. package/src/component/utrecht/heading-4.tokens.json +4 -4
  69. package/src/component/utrecht/heading-5.tokens.json +4 -4
  70. package/src/component/utrecht/heading-6.tokens.json +4 -4
  71. package/src/component/utrecht/mark.tokens.json +2 -2
  72. package/src/component/utrecht/number-badge.tokens.json +6 -6
  73. package/src/component/utrecht/paragraph.tokens.json +8 -8
  74. package/src/component/utrecht/skip-link.tokens.json +10 -10
  75. package/src/css-property-formatter.mjs +2 -1
  76. package/src/json-list-formatter.js +2 -1
  77. package/style-dictionary-build.mjs +3 -1
  78. package/style-dictionary-config.mjs +27 -0
  79. package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/index.json CHANGED
@@ -1396,6 +1396,953 @@
1396
1396
  "size"
1397
1397
  ]
1398
1398
  },
1399
+ {
1400
+ "value": "hsl(0 0% 95%)",
1401
+ "filePath": "src/component/nl/code-block.tokens.json",
1402
+ "isSource": true,
1403
+ "original": {
1404
+ "value": "{utrecht.color.grey.95}"
1405
+ },
1406
+ "name": "nlCodeBlockBackgroundColor",
1407
+ "attributes": {},
1408
+ "path": [
1409
+ "nl",
1410
+ "code-block",
1411
+ "background-color"
1412
+ ]
1413
+ },
1414
+ {
1415
+ "value": "hsl(0 0% 0%)",
1416
+ "filePath": "src/component/nl/code-block.tokens.json",
1417
+ "isSource": true,
1418
+ "original": {
1419
+ "value": "{utrecht.color.black}"
1420
+ },
1421
+ "name": "nlCodeBlockColor",
1422
+ "attributes": {},
1423
+ "path": [
1424
+ "nl",
1425
+ "code-block",
1426
+ "color"
1427
+ ]
1428
+ },
1429
+ {
1430
+ "value": "\"Monaco\"",
1431
+ "filePath": "src/component/nl/code-block.tokens.json",
1432
+ "isSource": true,
1433
+ "original": {
1434
+ "value": "\"Monaco\""
1435
+ },
1436
+ "name": "nlCodeBlockFontFamily",
1437
+ "attributes": {},
1438
+ "path": [
1439
+ "nl",
1440
+ "code-block",
1441
+ "font-family"
1442
+ ]
1443
+ },
1444
+ {
1445
+ "value": "1rem",
1446
+ "filePath": "src/component/nl/code-block.tokens.json",
1447
+ "isSource": true,
1448
+ "original": {
1449
+ "value": "{utrecht.typography.scale.md.font-size}"
1450
+ },
1451
+ "name": "nlCodeBlockFontSize",
1452
+ "attributes": {},
1453
+ "path": [
1454
+ "nl",
1455
+ "code-block",
1456
+ "font-size"
1457
+ ]
1458
+ },
1459
+ {
1460
+ "value": "1.5",
1461
+ "filePath": "src/component/nl/code-block.tokens.json",
1462
+ "isSource": true,
1463
+ "original": {
1464
+ "value": "{utrecht.typography.line-height.md}"
1465
+ },
1466
+ "name": "nlCodeBlockLineHeight",
1467
+ "attributes": {},
1468
+ "path": [
1469
+ "nl",
1470
+ "code-block",
1471
+ "line-height"
1472
+ ]
1473
+ },
1474
+ {
1475
+ "value": "20px",
1476
+ "filePath": "src/component/nl/code-block.tokens.json",
1477
+ "isSource": true,
1478
+ "original": {
1479
+ "value": "20px"
1480
+ },
1481
+ "name": "nlCodeBlockPaddingBlock",
1482
+ "attributes": {},
1483
+ "path": [
1484
+ "nl",
1485
+ "code-block",
1486
+ "padding-block"
1487
+ ]
1488
+ },
1489
+ {
1490
+ "value": "20px",
1491
+ "filePath": "src/component/nl/code-block.tokens.json",
1492
+ "isSource": true,
1493
+ "original": {
1494
+ "value": "20px"
1495
+ },
1496
+ "name": "nlCodeBlockPaddingInline",
1497
+ "attributes": {},
1498
+ "path": [
1499
+ "nl",
1500
+ "code-block",
1501
+ "padding-inline"
1502
+ ]
1503
+ },
1504
+ {
1505
+ "value": "hsl(0 0% 30%)",
1506
+ "filePath": "src/component/nl/data-badge.tokens.json",
1507
+ "isSource": true,
1508
+ "original": {
1509
+ "value": "{utrecht.color.grey.30}"
1510
+ },
1511
+ "name": "nlDataBadgeBackgroundColor",
1512
+ "attributes": {},
1513
+ "path": [
1514
+ "nl",
1515
+ "data-badge",
1516
+ "background-color"
1517
+ ]
1518
+ },
1519
+ {
1520
+ "value": "0",
1521
+ "filePath": "src/component/nl/data-badge.tokens.json",
1522
+ "isSource": true,
1523
+ "original": {
1524
+ "value": "0"
1525
+ },
1526
+ "name": "nlDataBadgeBorderRadius",
1527
+ "attributes": {},
1528
+ "path": [
1529
+ "nl",
1530
+ "data-badge",
1531
+ "border-radius"
1532
+ ]
1533
+ },
1534
+ {
1535
+ "value": "hsl(0 0% 100%)",
1536
+ "filePath": "src/component/nl/data-badge.tokens.json",
1537
+ "isSource": true,
1538
+ "original": {
1539
+ "value": "{utrecht.color.white}"
1540
+ },
1541
+ "name": "nlDataBadgeColor",
1542
+ "attributes": {},
1543
+ "path": [
1544
+ "nl",
1545
+ "data-badge",
1546
+ "color"
1547
+ ]
1548
+ },
1549
+ {
1550
+ "value": "8px",
1551
+ "filePath": "src/component/nl/data-badge.tokens.json",
1552
+ "isSource": true,
1553
+ "original": {
1554
+ "value": "{utrecht.space.block.xs}"
1555
+ },
1556
+ "name": "nlDataBadgePaddingBlock",
1557
+ "attributes": {},
1558
+ "path": [
1559
+ "nl",
1560
+ "data-badge",
1561
+ "padding-block"
1562
+ ]
1563
+ },
1564
+ {
1565
+ "value": "12px",
1566
+ "filePath": "src/component/nl/data-badge.tokens.json",
1567
+ "isSource": true,
1568
+ "original": {
1569
+ "value": "{utrecht.space.inline.sm}"
1570
+ },
1571
+ "name": "nlDataBadgePaddingInline",
1572
+ "attributes": {},
1573
+ "path": [
1574
+ "nl",
1575
+ "data-badge",
1576
+ "padding-inline"
1577
+ ]
1578
+ },
1579
+ {
1580
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1581
+ "filePath": "src/component/nl/heading.tokens.json",
1582
+ "isSource": true,
1583
+ "original": {
1584
+ "value": "{utrecht.typography.sans-serif.font-family}"
1585
+ },
1586
+ "name": "nlHeadingLevel1FontFamily",
1587
+ "attributes": {},
1588
+ "path": [
1589
+ "nl",
1590
+ "heading",
1591
+ "level-1",
1592
+ "font-family"
1593
+ ]
1594
+ },
1595
+ {
1596
+ "value": "2rem",
1597
+ "filePath": "src/component/nl/heading.tokens.json",
1598
+ "isSource": true,
1599
+ "original": {
1600
+ "value": "{utrecht.typography.scale.4xl.font-size}"
1601
+ },
1602
+ "name": "nlHeadingLevel1FontSize",
1603
+ "attributes": {},
1604
+ "path": [
1605
+ "nl",
1606
+ "heading",
1607
+ "level-1",
1608
+ "font-size"
1609
+ ]
1610
+ },
1611
+ {
1612
+ "value": "700",
1613
+ "filePath": "src/component/nl/heading.tokens.json",
1614
+ "isSource": true,
1615
+ "original": {
1616
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
1617
+ },
1618
+ "name": "nlHeadingLevel1FontWeight",
1619
+ "attributes": {},
1620
+ "path": [
1621
+ "nl",
1622
+ "heading",
1623
+ "level-1",
1624
+ "font-weight"
1625
+ ]
1626
+ },
1627
+ {
1628
+ "value": "1.25",
1629
+ "filePath": "src/component/nl/heading.tokens.json",
1630
+ "isSource": true,
1631
+ "original": {
1632
+ "value": "{utrecht.typography.line-height.sm}"
1633
+ },
1634
+ "name": "nlHeadingLevel1LineHeight",
1635
+ "attributes": {},
1636
+ "path": [
1637
+ "nl",
1638
+ "heading",
1639
+ "level-1",
1640
+ "line-height"
1641
+ ]
1642
+ },
1643
+ {
1644
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1645
+ "filePath": "src/component/nl/heading.tokens.json",
1646
+ "isSource": true,
1647
+ "original": {
1648
+ "value": "{utrecht.typography.sans-serif.font-family}"
1649
+ },
1650
+ "name": "nlHeadingLevel2FontFamily",
1651
+ "attributes": {},
1652
+ "path": [
1653
+ "nl",
1654
+ "heading",
1655
+ "level-2",
1656
+ "font-family"
1657
+ ]
1658
+ },
1659
+ {
1660
+ "value": "1.25rem",
1661
+ "filePath": "src/component/nl/heading.tokens.json",
1662
+ "isSource": true,
1663
+ "original": {
1664
+ "value": "{utrecht.typography.scale.xl.font-size}"
1665
+ },
1666
+ "name": "nlHeadingLevel2FontSize",
1667
+ "attributes": {},
1668
+ "path": [
1669
+ "nl",
1670
+ "heading",
1671
+ "level-2",
1672
+ "font-size"
1673
+ ]
1674
+ },
1675
+ {
1676
+ "value": "700",
1677
+ "filePath": "src/component/nl/heading.tokens.json",
1678
+ "isSource": true,
1679
+ "original": {
1680
+ "value": "{utrecht.typography.weight-scale.bold.font-weight}"
1681
+ },
1682
+ "name": "nlHeadingLevel2FontWeight",
1683
+ "attributes": {},
1684
+ "path": [
1685
+ "nl",
1686
+ "heading",
1687
+ "level-2",
1688
+ "font-weight"
1689
+ ]
1690
+ },
1691
+ {
1692
+ "value": "1.25",
1693
+ "filePath": "src/component/nl/heading.tokens.json",
1694
+ "isSource": true,
1695
+ "original": {
1696
+ "value": "{utrecht.typography.line-height.sm}"
1697
+ },
1698
+ "name": "nlHeadingLevel2LineHeight",
1699
+ "attributes": {},
1700
+ "path": [
1701
+ "nl",
1702
+ "heading",
1703
+ "level-2",
1704
+ "line-height"
1705
+ ]
1706
+ },
1707
+ {
1708
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1709
+ "filePath": "src/component/nl/heading.tokens.json",
1710
+ "isSource": true,
1711
+ "original": {
1712
+ "value": "{utrecht.typography.sans-serif.font-family}"
1713
+ },
1714
+ "name": "nlHeadingLevel3FontFamily",
1715
+ "attributes": {},
1716
+ "path": [
1717
+ "nl",
1718
+ "heading",
1719
+ "level-3",
1720
+ "font-family"
1721
+ ]
1722
+ },
1723
+ {
1724
+ "value": "1.25rem",
1725
+ "filePath": "src/component/nl/heading.tokens.json",
1726
+ "isSource": true,
1727
+ "original": {
1728
+ "value": "{utrecht.typography.scale.xl.font-size}"
1729
+ },
1730
+ "name": "nlHeadingLevel3FontSize",
1731
+ "attributes": {},
1732
+ "path": [
1733
+ "nl",
1734
+ "heading",
1735
+ "level-3",
1736
+ "font-size"
1737
+ ]
1738
+ },
1739
+ {
1740
+ "value": "400",
1741
+ "filePath": "src/component/nl/heading.tokens.json",
1742
+ "isSource": true,
1743
+ "original": {
1744
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
1745
+ },
1746
+ "name": "nlHeadingLevel3FontWeight",
1747
+ "attributes": {},
1748
+ "path": [
1749
+ "nl",
1750
+ "heading",
1751
+ "level-3",
1752
+ "font-weight"
1753
+ ]
1754
+ },
1755
+ {
1756
+ "value": "1.25",
1757
+ "filePath": "src/component/nl/heading.tokens.json",
1758
+ "isSource": true,
1759
+ "original": {
1760
+ "value": "{utrecht.typography.line-height.sm}"
1761
+ },
1762
+ "name": "nlHeadingLevel3LineHeight",
1763
+ "attributes": {},
1764
+ "path": [
1765
+ "nl",
1766
+ "heading",
1767
+ "level-3",
1768
+ "line-height"
1769
+ ]
1770
+ },
1771
+ {
1772
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1773
+ "filePath": "src/component/nl/heading.tokens.json",
1774
+ "isSource": true,
1775
+ "original": {
1776
+ "value": "{utrecht.typography.sans-serif.font-family}"
1777
+ },
1778
+ "name": "nlHeadingLevel4FontFamily",
1779
+ "attributes": {},
1780
+ "path": [
1781
+ "nl",
1782
+ "heading",
1783
+ "level-4",
1784
+ "font-family"
1785
+ ]
1786
+ },
1787
+ {
1788
+ "value": "1.125rem",
1789
+ "filePath": "src/component/nl/heading.tokens.json",
1790
+ "isSource": true,
1791
+ "original": {
1792
+ "value": "{utrecht.typography.scale.lg.font-size}"
1793
+ },
1794
+ "name": "nlHeadingLevel4FontSize",
1795
+ "attributes": {},
1796
+ "path": [
1797
+ "nl",
1798
+ "heading",
1799
+ "level-4",
1800
+ "font-size"
1801
+ ]
1802
+ },
1803
+ {
1804
+ "value": "400",
1805
+ "filePath": "src/component/nl/heading.tokens.json",
1806
+ "isSource": true,
1807
+ "original": {
1808
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
1809
+ },
1810
+ "name": "nlHeadingLevel4FontWeight",
1811
+ "attributes": {},
1812
+ "path": [
1813
+ "nl",
1814
+ "heading",
1815
+ "level-4",
1816
+ "font-weight"
1817
+ ]
1818
+ },
1819
+ {
1820
+ "value": "1.5",
1821
+ "filePath": "src/component/nl/heading.tokens.json",
1822
+ "isSource": true,
1823
+ "original": {
1824
+ "value": "{utrecht.typography.line-height.md}"
1825
+ },
1826
+ "name": "nlHeadingLevel4LineHeight",
1827
+ "attributes": {},
1828
+ "path": [
1829
+ "nl",
1830
+ "heading",
1831
+ "level-4",
1832
+ "line-height"
1833
+ ]
1834
+ },
1835
+ {
1836
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1837
+ "filePath": "src/component/nl/heading.tokens.json",
1838
+ "isSource": true,
1839
+ "original": {
1840
+ "value": "{utrecht.typography.sans-serif.font-family}"
1841
+ },
1842
+ "name": "nlHeadingLevel5FontFamily",
1843
+ "attributes": {},
1844
+ "path": [
1845
+ "nl",
1846
+ "heading",
1847
+ "level-5",
1848
+ "font-family"
1849
+ ]
1850
+ },
1851
+ {
1852
+ "value": "0.875rem",
1853
+ "filePath": "src/component/nl/heading.tokens.json",
1854
+ "isSource": true,
1855
+ "original": {
1856
+ "value": "{utrecht.typography.scale.sm.font-size}"
1857
+ },
1858
+ "name": "nlHeadingLevel5FontSize",
1859
+ "attributes": {},
1860
+ "path": [
1861
+ "nl",
1862
+ "heading",
1863
+ "level-5",
1864
+ "font-size"
1865
+ ]
1866
+ },
1867
+ {
1868
+ "value": "400",
1869
+ "filePath": "src/component/nl/heading.tokens.json",
1870
+ "isSource": true,
1871
+ "original": {
1872
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
1873
+ },
1874
+ "name": "nlHeadingLevel5FontWeight",
1875
+ "attributes": {},
1876
+ "path": [
1877
+ "nl",
1878
+ "heading",
1879
+ "level-5",
1880
+ "font-weight"
1881
+ ]
1882
+ },
1883
+ {
1884
+ "value": "1.5",
1885
+ "filePath": "src/component/nl/heading.tokens.json",
1886
+ "isSource": true,
1887
+ "original": {
1888
+ "value": "{utrecht.typography.line-height.md}"
1889
+ },
1890
+ "name": "nlHeadingLevel5LineHeight",
1891
+ "attributes": {},
1892
+ "path": [
1893
+ "nl",
1894
+ "heading",
1895
+ "level-5",
1896
+ "line-height"
1897
+ ]
1898
+ },
1899
+ {
1900
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1901
+ "filePath": "src/component/nl/heading.tokens.json",
1902
+ "isSource": true,
1903
+ "original": {
1904
+ "value": "{utrecht.typography.sans-serif.font-family}"
1905
+ },
1906
+ "name": "nlHeadingLevel6FontFamily",
1907
+ "attributes": {},
1908
+ "path": [
1909
+ "nl",
1910
+ "heading",
1911
+ "level-6",
1912
+ "font-family"
1913
+ ]
1914
+ },
1915
+ {
1916
+ "value": "0.875rem",
1917
+ "filePath": "src/component/nl/heading.tokens.json",
1918
+ "isSource": true,
1919
+ "original": {
1920
+ "value": "{utrecht.typography.scale.sm.font-size}"
1921
+ },
1922
+ "name": "nlHeadingLevel6FontSize",
1923
+ "attributes": {},
1924
+ "path": [
1925
+ "nl",
1926
+ "heading",
1927
+ "level-6",
1928
+ "font-size"
1929
+ ]
1930
+ },
1931
+ {
1932
+ "value": "400",
1933
+ "filePath": "src/component/nl/heading.tokens.json",
1934
+ "isSource": true,
1935
+ "original": {
1936
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
1937
+ },
1938
+ "name": "nlHeadingLevel6FontWeight",
1939
+ "attributes": {},
1940
+ "path": [
1941
+ "nl",
1942
+ "heading",
1943
+ "level-6",
1944
+ "font-weight"
1945
+ ]
1946
+ },
1947
+ {
1948
+ "value": "1.5",
1949
+ "filePath": "src/component/nl/heading.tokens.json",
1950
+ "isSource": true,
1951
+ "original": {
1952
+ "value": "{utrecht.typography.line-height.md}"
1953
+ },
1954
+ "name": "nlHeadingLevel6LineHeight",
1955
+ "attributes": {},
1956
+ "path": [
1957
+ "nl",
1958
+ "heading",
1959
+ "level-6",
1960
+ "line-height"
1961
+ ]
1962
+ },
1963
+ {
1964
+ "value": "hsl(48 100% 60%)",
1965
+ "filePath": "src/component/nl/mark.tokens.json",
1966
+ "isSource": true,
1967
+ "original": {
1968
+ "value": "{utrecht.color.yellow.60}"
1969
+ },
1970
+ "name": "nlMarkBackgroundColor",
1971
+ "attributes": {},
1972
+ "path": [
1973
+ "nl",
1974
+ "mark",
1975
+ "background-color"
1976
+ ]
1977
+ },
1978
+ {
1979
+ "value": "hsl(0 0% 0%)",
1980
+ "filePath": "src/component/nl/mark.tokens.json",
1981
+ "isSource": true,
1982
+ "original": {
1983
+ "value": "{utrecht.color.black}"
1984
+ },
1985
+ "name": "nlMarkColor",
1986
+ "attributes": {},
1987
+ "path": [
1988
+ "nl",
1989
+ "mark",
1990
+ "color"
1991
+ ]
1992
+ },
1993
+ {
1994
+ "value": "hsl(0 100% 40%)",
1995
+ "filePath": "src/component/nl/number-badge.tokens.json",
1996
+ "isSource": true,
1997
+ "original": {
1998
+ "value": "{utrecht.color.red.40}"
1999
+ },
2000
+ "name": "nlNumberBadgeBackgroundColor",
2001
+ "attributes": {},
2002
+ "path": [
2003
+ "nl",
2004
+ "number-badge",
2005
+ "background-color"
2006
+ ]
2007
+ },
2008
+ {
2009
+ "value": "1rem",
2010
+ "filePath": "src/component/nl/number-badge.tokens.json",
2011
+ "isSource": true,
2012
+ "original": {
2013
+ "value": "{nl.number-badge.font-size}"
2014
+ },
2015
+ "name": "nlNumberBadgeBorderRadius",
2016
+ "attributes": {},
2017
+ "path": [
2018
+ "nl",
2019
+ "number-badge",
2020
+ "border-radius"
2021
+ ]
2022
+ },
2023
+ {
2024
+ "value": "hsl(0 0% 100%)",
2025
+ "filePath": "src/component/nl/number-badge.tokens.json",
2026
+ "isSource": true,
2027
+ "original": {
2028
+ "value": "{utrecht.color.white}"
2029
+ },
2030
+ "name": "nlNumberBadgeColor",
2031
+ "attributes": {},
2032
+ "path": [
2033
+ "nl",
2034
+ "number-badge",
2035
+ "color"
2036
+ ]
2037
+ },
2038
+ {
2039
+ "value": "1rem",
2040
+ "filePath": "src/component/nl/number-badge.tokens.json",
2041
+ "isSource": true,
2042
+ "original": {
2043
+ "value": "{utrecht.typography.scale.md.font-size}"
2044
+ },
2045
+ "name": "nlNumberBadgeFontSize",
2046
+ "attributes": {},
2047
+ "path": [
2048
+ "nl",
2049
+ "number-badge",
2050
+ "font-size"
2051
+ ]
2052
+ },
2053
+ {
2054
+ "value": "1ex",
2055
+ "filePath": "src/component/nl/number-badge.tokens.json",
2056
+ "isSource": true,
2057
+ "original": {
2058
+ "value": "1ex"
2059
+ },
2060
+ "name": "nlNumberBadgePaddingBlock",
2061
+ "attributes": {},
2062
+ "path": [
2063
+ "nl",
2064
+ "number-badge",
2065
+ "padding-block"
2066
+ ]
2067
+ },
2068
+ {
2069
+ "value": "1ex",
2070
+ "filePath": "src/component/nl/number-badge.tokens.json",
2071
+ "isSource": true,
2072
+ "original": {
2073
+ "value": "1ex"
2074
+ },
2075
+ "name": "nlNumberBadgePaddingInline",
2076
+ "attributes": {},
2077
+ "path": [
2078
+ "nl",
2079
+ "number-badge",
2080
+ "padding-inline"
2081
+ ]
2082
+ },
2083
+ {
2084
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
2085
+ "filePath": "src/component/nl/paragraph.tokens.json",
2086
+ "isSource": true,
2087
+ "original": {
2088
+ "value": "{utrecht.typography.sans-serif.font-family}"
2089
+ },
2090
+ "name": "nlParagraphFontFamily",
2091
+ "attributes": {},
2092
+ "path": [
2093
+ "nl",
2094
+ "paragraph",
2095
+ "font-family"
2096
+ ]
2097
+ },
2098
+ {
2099
+ "value": "1rem",
2100
+ "filePath": "src/component/nl/paragraph.tokens.json",
2101
+ "isSource": true,
2102
+ "original": {
2103
+ "value": "{utrecht.typography.scale.md.font-size}"
2104
+ },
2105
+ "name": "nlParagraphFontSize",
2106
+ "attributes": {},
2107
+ "path": [
2108
+ "nl",
2109
+ "paragraph",
2110
+ "font-size"
2111
+ ]
2112
+ },
2113
+ {
2114
+ "value": "400",
2115
+ "filePath": "src/component/nl/paragraph.tokens.json",
2116
+ "isSource": true,
2117
+ "original": {
2118
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
2119
+ },
2120
+ "name": "nlParagraphFontWeight",
2121
+ "attributes": {},
2122
+ "path": [
2123
+ "nl",
2124
+ "paragraph",
2125
+ "font-weight"
2126
+ ]
2127
+ },
2128
+ {
2129
+ "value": "hsl(0 0% 0%)",
2130
+ "filePath": "src/component/nl/paragraph.tokens.json",
2131
+ "isSource": true,
2132
+ "original": {
2133
+ "value": "{utrecht.document.color}"
2134
+ },
2135
+ "name": "nlParagraphLeadColor",
2136
+ "attributes": {},
2137
+ "path": [
2138
+ "nl",
2139
+ "paragraph",
2140
+ "lead",
2141
+ "color"
2142
+ ]
2143
+ },
2144
+ {
2145
+ "value": "1.25rem",
2146
+ "filePath": "src/component/nl/paragraph.tokens.json",
2147
+ "isSource": true,
2148
+ "original": {
2149
+ "value": "{utrecht.typography.scale.xl.font-size}"
2150
+ },
2151
+ "name": "nlParagraphLeadFontSize",
2152
+ "attributes": {},
2153
+ "path": [
2154
+ "nl",
2155
+ "paragraph",
2156
+ "lead",
2157
+ "font-size"
2158
+ ]
2159
+ },
2160
+ {
2161
+ "value": "400",
2162
+ "filePath": "src/component/nl/paragraph.tokens.json",
2163
+ "isSource": true,
2164
+ "original": {
2165
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
2166
+ },
2167
+ "name": "nlParagraphLeadFontWeight",
2168
+ "attributes": {},
2169
+ "path": [
2170
+ "nl",
2171
+ "paragraph",
2172
+ "lead",
2173
+ "font-weight"
2174
+ ]
2175
+ },
2176
+ {
2177
+ "value": "1.5",
2178
+ "filePath": "src/component/nl/paragraph.tokens.json",
2179
+ "isSource": true,
2180
+ "original": {
2181
+ "value": "{utrecht.typography.line-height.md}"
2182
+ },
2183
+ "name": "nlParagraphLeadLineHeight",
2184
+ "attributes": {},
2185
+ "path": [
2186
+ "nl",
2187
+ "paragraph",
2188
+ "lead",
2189
+ "line-height"
2190
+ ]
2191
+ },
2192
+ {
2193
+ "value": "1.5",
2194
+ "filePath": "src/component/nl/paragraph.tokens.json",
2195
+ "isSource": true,
2196
+ "original": {
2197
+ "value": "{utrecht.typography.line-height.md}"
2198
+ },
2199
+ "name": "nlParagraphLineHeight",
2200
+ "attributes": {},
2201
+ "path": [
2202
+ "nl",
2203
+ "paragraph",
2204
+ "line-height"
2205
+ ]
2206
+ },
2207
+ {
2208
+ "value": "0.875rem",
2209
+ "filePath": "src/component/nl/paragraph.tokens.json",
2210
+ "isSource": true,
2211
+ "original": {
2212
+ "value": "{utrecht.typography.scale.sm.font-size}"
2213
+ },
2214
+ "name": "nlParagraphSmallFontSize",
2215
+ "attributes": {},
2216
+ "path": [
2217
+ "nl",
2218
+ "paragraph",
2219
+ "small",
2220
+ "font-size"
2221
+ ]
2222
+ },
2223
+ {
2224
+ "value": "hsl(0 0% 15%)",
2225
+ "filePath": "src/component/nl/skip-link.tokens.json",
2226
+ "isSource": true,
2227
+ "original": {
2228
+ "value": "{utrecht.topnav.list.background-color}"
2229
+ },
2230
+ "name": "nlSkipLinkBackgroundColor",
2231
+ "attributes": {},
2232
+ "path": [
2233
+ "nl",
2234
+ "skip-link",
2235
+ "background-color"
2236
+ ]
2237
+ },
2238
+ {
2239
+ "value": "hsl(0 0% 100%)",
2240
+ "filePath": "src/component/nl/skip-link.tokens.json",
2241
+ "isSource": true,
2242
+ "original": {
2243
+ "value": "{utrecht.topnav.link.color}"
2244
+ },
2245
+ "name": "nlSkipLinkColor",
2246
+ "attributes": {},
2247
+ "path": [
2248
+ "nl",
2249
+ "skip-link",
2250
+ "color"
2251
+ ]
2252
+ },
2253
+ {
2254
+ "value": "hsl(48 100% 80%)",
2255
+ "filePath": "src/component/nl/skip-link.tokens.json",
2256
+ "isSource": true,
2257
+ "original": {
2258
+ "value": "{utrecht.topnav.link.focus.background-color}"
2259
+ },
2260
+ "name": "nlSkipLinkFocusVisibleBackgroundColor",
2261
+ "attributes": {},
2262
+ "path": [
2263
+ "nl",
2264
+ "skip-link",
2265
+ "focus-visible",
2266
+ "background-color"
2267
+ ]
2268
+ },
2269
+ {
2270
+ "value": "hsl(0 0% 0%)",
2271
+ "filePath": "src/component/nl/skip-link.tokens.json",
2272
+ "isSource": true,
2273
+ "original": {
2274
+ "value": "{utrecht.topnav.link.focus.color}"
2275
+ },
2276
+ "name": "nlSkipLinkFocusVisibleColor",
2277
+ "attributes": {},
2278
+ "path": [
2279
+ "nl",
2280
+ "skip-link",
2281
+ "focus-visible",
2282
+ "color"
2283
+ ]
2284
+ },
2285
+ {
2286
+ "value": "none",
2287
+ "filePath": "src/component/nl/skip-link.tokens.json",
2288
+ "isSource": true,
2289
+ "original": {
2290
+ "value": "{utrecht.link.focus-visible.text-decoration}"
2291
+ },
2292
+ "name": "nlSkipLinkFocusVisibleTextDecoration",
2293
+ "attributes": {},
2294
+ "path": [
2295
+ "nl",
2296
+ "skip-link",
2297
+ "focus-visible",
2298
+ "text-decoration"
2299
+ ]
2300
+ },
2301
+ {
2302
+ "value": "8px",
2303
+ "filePath": "src/component/nl/skip-link.tokens.json",
2304
+ "isSource": true,
2305
+ "original": {
2306
+ "value": "{utrecht.button.padding-block-start}"
2307
+ },
2308
+ "name": "nlSkipLinkPaddingBlock",
2309
+ "attributes": {},
2310
+ "path": [
2311
+ "nl",
2312
+ "skip-link",
2313
+ "padding-block"
2314
+ ]
2315
+ },
2316
+ {
2317
+ "value": "16px",
2318
+ "filePath": "src/component/nl/skip-link.tokens.json",
2319
+ "isSource": true,
2320
+ "original": {
2321
+ "value": "{utrecht.button.padding-inline-start}"
2322
+ },
2323
+ "name": "nlSkipLinkPaddingInline",
2324
+ "attributes": {},
2325
+ "path": [
2326
+ "nl",
2327
+ "skip-link",
2328
+ "padding-inline"
2329
+ ]
2330
+ },
2331
+ {
2332
+ "value": "underline",
2333
+ "filePath": "src/component/nl/skip-link.tokens.json",
2334
+ "isSource": true,
2335
+ "original": {
2336
+ "value": "{utrecht.link.text-decoration}"
2337
+ },
2338
+ "name": "nlSkipLinkTextDecoration",
2339
+ "attributes": {},
2340
+ "path": [
2341
+ "nl",
2342
+ "skip-link",
2343
+ "text-decoration"
2344
+ ]
2345
+ },
1399
2346
  {
1400
2347
  "value": "hsl(0 0% 100%)",
1401
2348
  "filePath": "src/component/of/layout.tokens.json",
@@ -3780,7 +4727,7 @@
3780
4727
  "nl.nldesignsystem.figma.supports-token": false
3781
4728
  },
3782
4729
  "type": "color",
3783
- "value": "{utrecht.color.grey.30}"
4730
+ "value": "{nl.data-badge.background-color}"
3784
4731
  },
3785
4732
  "name": "utrechtBadgeBackgroundColor",
3786
4733
  "attributes": {},
@@ -3819,7 +4766,7 @@
3819
4766
  }
3820
4767
  },
3821
4768
  "type": "dimension",
3822
- "value": "0"
4769
+ "value": "{nl.data-badge.border-radius}"
3823
4770
  },
3824
4771
  "name": "utrechtBadgeBorderRadius",
3825
4772
  "attributes": {},
@@ -3852,7 +4799,7 @@
3852
4799
  "nl.nldesignsystem.figma.supports-token": false
3853
4800
  },
3854
4801
  "type": "color",
3855
- "value": "{utrecht.color.white}"
4802
+ "value": "{nl.data-badge.color}"
3856
4803
  },
3857
4804
  "name": "utrechtBadgeColor",
3858
4805
  "attributes": {},
@@ -4194,7 +5141,7 @@
4194
5141
  }
4195
5142
  },
4196
5143
  "type": "dimension",
4197
- "value": "{utrecht.space.block.xs}"
5144
+ "value": "{nl.data-badge.padding-block}"
4198
5145
  },
4199
5146
  "name": "utrechtBadgePaddingBlock",
4200
5147
  "attributes": {},
@@ -4233,7 +5180,7 @@
4233
5180
  }
4234
5181
  },
4235
5182
  "type": "dimension",
4236
- "value": "{utrecht.space.inline.sm}"
5183
+ "value": "{nl.data-badge.padding-inline}"
4237
5184
  },
4238
5185
  "name": "utrechtBadgePaddingInline",
4239
5186
  "attributes": {},
@@ -10732,7 +11679,7 @@
10732
11679
  "nl.nldesignsystem.figma.supports-token": true
10733
11680
  },
10734
11681
  "type": "color",
10735
- "value": "{utrecht.color.grey.95}"
11682
+ "value": "{nl.code-block.background-color}"
10736
11683
  },
10737
11684
  "name": "utrechtCodeBlockBackgroundColor",
10738
11685
  "attributes": {},
@@ -10763,7 +11710,7 @@
10763
11710
  "nl.nldesignsystem.figma.supports-token": true
10764
11711
  },
10765
11712
  "type": "color",
10766
- "value": "{utrecht.color.black}"
11713
+ "value": "{nl.code-block.color}"
10767
11714
  },
10768
11715
  "name": "utrechtCodeBlockColor",
10769
11716
  "attributes": {},
@@ -10773,6 +11720,43 @@
10773
11720
  "color"
10774
11721
  ]
10775
11722
  },
11723
+ {
11724
+ "$extensions": {
11725
+ "nl.nldesignsystem.css.property": {
11726
+ "syntax": "*",
11727
+ "inherits": true
11728
+ },
11729
+ "nl.nldesignsystem.figma.supports-token": true,
11730
+ "studio.tokens": {
11731
+ "originalType": "fontFamilies"
11732
+ }
11733
+ },
11734
+ "type": "fontFamily",
11735
+ "value": "\"Monaco\"",
11736
+ "filePath": "src/component/utrecht/code-block.tokens.json",
11737
+ "isSource": true,
11738
+ "original": {
11739
+ "$extensions": {
11740
+ "nl.nldesignsystem.css.property": {
11741
+ "syntax": "*",
11742
+ "inherits": true
11743
+ },
11744
+ "nl.nldesignsystem.figma.supports-token": true,
11745
+ "studio.tokens": {
11746
+ "originalType": "fontFamilies"
11747
+ }
11748
+ },
11749
+ "type": "fontFamily",
11750
+ "value": "{nl.code-block.font-family}"
11751
+ },
11752
+ "name": "utrechtCodeBlockFontFamily",
11753
+ "attributes": {},
11754
+ "path": [
11755
+ "utrecht",
11756
+ "code-block",
11757
+ "font-family"
11758
+ ]
11759
+ },
10776
11760
  {
10777
11761
  "$extensions": {
10778
11762
  "nl.nldesignsystem.css.property": {
@@ -10800,7 +11784,7 @@
10800
11784
  }
10801
11785
  },
10802
11786
  "type": "fontSize",
10803
- "value": "{utrecht.typography.scale.md.font-size}"
11787
+ "value": "{nl.code-block.font-size}"
10804
11788
  },
10805
11789
  "name": "utrechtCodeBlockFontSize",
10806
11790
  "attributes": {},
@@ -10843,7 +11827,7 @@
10843
11827
  }
10844
11828
  },
10845
11829
  "type": "lineHeight",
10846
- "value": "{utrecht.typography.line-height.md}"
11830
+ "value": "{nl.code-block.line-height}"
10847
11831
  },
10848
11832
  "name": "utrechtCodeBlockLineHeight",
10849
11833
  "attributes": {},
@@ -10954,7 +11938,7 @@
10954
11938
  }
10955
11939
  },
10956
11940
  "type": "dimension",
10957
- "value": "20px"
11941
+ "value": "{nl.code-block.padding-block}"
10958
11942
  },
10959
11943
  "name": "utrechtCodeBlockPaddingBlockEnd",
10960
11944
  "attributes": {},
@@ -10991,7 +11975,7 @@
10991
11975
  }
10992
11976
  },
10993
11977
  "type": "dimension",
10994
- "value": "20px"
11978
+ "value": "{nl.code-block.padding-block}"
10995
11979
  },
10996
11980
  "name": "utrechtCodeBlockPaddingBlockStart",
10997
11981
  "attributes": {},
@@ -11028,7 +12012,7 @@
11028
12012
  }
11029
12013
  },
11030
12014
  "type": "dimension",
11031
- "value": "20px"
12015
+ "value": "{nl.code-block.padding-inline}"
11032
12016
  },
11033
12017
  "name": "utrechtCodeBlockPaddingInlineEnd",
11034
12018
  "attributes": {},
@@ -11065,7 +12049,7 @@
11065
12049
  }
11066
12050
  },
11067
12051
  "type": "dimension",
11068
- "value": "20px"
12052
+ "value": "{nl.code-block.padding-inline}"
11069
12053
  },
11070
12054
  "name": "utrechtCodeBlockPaddingInlineStart",
11071
12055
  "attributes": {},
@@ -16892,7 +17876,7 @@
16892
17876
  }
16893
17877
  },
16894
17878
  "type": "fontFamily",
16895
- "value": "{utrecht.typography.sans-serif.font-family}"
17879
+ "value": "{nl.heading.level-1.font-family}"
16896
17880
  },
16897
17881
  "name": "utrechtHeading1FontFamily",
16898
17882
  "attributes": {},
@@ -16929,7 +17913,7 @@
16929
17913
  }
16930
17914
  },
16931
17915
  "type": "fontSize",
16932
- "value": "{utrecht.typography.scale.4xl.font-size}"
17916
+ "value": "{nl.heading.level-1.font-size}"
16933
17917
  },
16934
17918
  "name": "utrechtHeading1FontSize",
16935
17919
  "attributes": {},
@@ -16972,7 +17956,7 @@
16972
17956
  }
16973
17957
  },
16974
17958
  "type": "fontWeight",
16975
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
17959
+ "value": "{nl.heading.level-1.font-weight}"
16976
17960
  },
16977
17961
  "name": "utrechtHeading1FontWeight",
16978
17962
  "attributes": {},
@@ -17015,7 +17999,7 @@
17015
17999
  }
17016
18000
  },
17017
18001
  "type": "lineHeight",
17018
- "value": "{utrecht.typography.line-height.sm}"
18002
+ "value": "{nl.heading.level-1.line-height}"
17019
18003
  },
17020
18004
  "name": "utrechtHeading1LineHeight",
17021
18005
  "attributes": {},
@@ -17134,7 +18118,7 @@
17134
18118
  }
17135
18119
  },
17136
18120
  "type": "fontFamily",
17137
- "value": "{utrecht.typography.sans-serif.font-family}"
18121
+ "value": "{nl.heading.level-2.font-family}"
17138
18122
  },
17139
18123
  "name": "utrechtHeading2FontFamily",
17140
18124
  "attributes": {},
@@ -17171,7 +18155,7 @@
17171
18155
  }
17172
18156
  },
17173
18157
  "type": "fontSize",
17174
- "value": "{utrecht.typography.scale.xl.font-size}"
18158
+ "value": "{nl.heading.level-2.font-size}"
17175
18159
  },
17176
18160
  "name": "utrechtHeading2FontSize",
17177
18161
  "attributes": {},
@@ -17214,7 +18198,7 @@
17214
18198
  }
17215
18199
  },
17216
18200
  "type": "fontWeight",
17217
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
18201
+ "value": "{nl.heading.level-2.font-weight}"
17218
18202
  },
17219
18203
  "name": "utrechtHeading2FontWeight",
17220
18204
  "attributes": {},
@@ -17257,7 +18241,7 @@
17257
18241
  }
17258
18242
  },
17259
18243
  "type": "lineHeight",
17260
- "value": "{utrecht.typography.line-height.sm}"
18244
+ "value": "{nl.heading.level-2.line-height}"
17261
18245
  },
17262
18246
  "name": "utrechtHeading2LineHeight",
17263
18247
  "attributes": {},
@@ -17376,7 +18360,7 @@
17376
18360
  }
17377
18361
  },
17378
18362
  "type": "fontFamily",
17379
- "value": "{utrecht.typography.sans-serif.font-family}"
18363
+ "value": "{nl.heading.level-3.font-family}"
17380
18364
  },
17381
18365
  "name": "utrechtHeading3FontFamily",
17382
18366
  "attributes": {},
@@ -17413,7 +18397,7 @@
17413
18397
  }
17414
18398
  },
17415
18399
  "type": "fontSize",
17416
- "value": "{utrecht.typography.scale.xl.font-size}"
18400
+ "value": "{nl.heading.level-3.font-size}"
17417
18401
  },
17418
18402
  "name": "utrechtHeading3FontSize",
17419
18403
  "attributes": {},
@@ -17456,7 +18440,7 @@
17456
18440
  }
17457
18441
  },
17458
18442
  "type": "fontWeight",
17459
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
18443
+ "value": "{nl.heading.level-3.font-weight}"
17460
18444
  },
17461
18445
  "name": "utrechtHeading3FontWeight",
17462
18446
  "attributes": {},
@@ -17499,7 +18483,7 @@
17499
18483
  }
17500
18484
  },
17501
18485
  "type": "lineHeight",
17502
- "value": "{utrecht.typography.line-height.sm}"
18486
+ "value": "{nl.heading.level-3.line-height}"
17503
18487
  },
17504
18488
  "name": "utrechtHeading3LineHeight",
17505
18489
  "attributes": {},
@@ -17618,7 +18602,7 @@
17618
18602
  }
17619
18603
  },
17620
18604
  "type": "fontFamily",
17621
- "value": "{utrecht.typography.sans-serif.font-family}"
18605
+ "value": "{nl.heading.level-4.font-family}"
17622
18606
  },
17623
18607
  "name": "utrechtHeading4FontFamily",
17624
18608
  "attributes": {},
@@ -17655,7 +18639,7 @@
17655
18639
  }
17656
18640
  },
17657
18641
  "type": "fontSize",
17658
- "value": "{utrecht.typography.scale.lg.font-size}"
18642
+ "value": "{nl.heading.level-4.font-size}"
17659
18643
  },
17660
18644
  "name": "utrechtHeading4FontSize",
17661
18645
  "attributes": {},
@@ -17698,7 +18682,7 @@
17698
18682
  }
17699
18683
  },
17700
18684
  "type": "fontWeight",
17701
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
18685
+ "value": "{nl.heading.level-4.font-weight}"
17702
18686
  },
17703
18687
  "name": "utrechtHeading4FontWeight",
17704
18688
  "attributes": {},
@@ -17741,7 +18725,7 @@
17741
18725
  }
17742
18726
  },
17743
18727
  "type": "lineHeight",
17744
- "value": "{utrecht.typography.line-height.md}"
18728
+ "value": "{nl.heading.level-4.line-height}"
17745
18729
  },
17746
18730
  "name": "utrechtHeading4LineHeight",
17747
18731
  "attributes": {},
@@ -17860,7 +18844,7 @@
17860
18844
  }
17861
18845
  },
17862
18846
  "type": "fontFamily",
17863
- "value": "{utrecht.typography.sans-serif.font-family}"
18847
+ "value": "{nl.heading.level-5.font-family}"
17864
18848
  },
17865
18849
  "name": "utrechtHeading5FontFamily",
17866
18850
  "attributes": {},
@@ -17897,7 +18881,7 @@
17897
18881
  }
17898
18882
  },
17899
18883
  "type": "fontSize",
17900
- "value": "{utrecht.typography.scale.sm.font-size}"
18884
+ "value": "{nl.heading.level-5.font-size}"
17901
18885
  },
17902
18886
  "name": "utrechtHeading5FontSize",
17903
18887
  "attributes": {},
@@ -17940,7 +18924,7 @@
17940
18924
  }
17941
18925
  },
17942
18926
  "type": "fontWeight",
17943
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
18927
+ "value": "{nl.heading.level-5.font-weight}"
17944
18928
  },
17945
18929
  "name": "utrechtHeading5FontWeight",
17946
18930
  "attributes": {},
@@ -17983,7 +18967,7 @@
17983
18967
  }
17984
18968
  },
17985
18969
  "type": "lineHeight",
17986
- "value": "{utrecht.typography.line-height.md}"
18970
+ "value": "{nl.heading.level-5.line-height}"
17987
18971
  },
17988
18972
  "name": "utrechtHeading5LineHeight",
17989
18973
  "attributes": {},
@@ -18102,7 +19086,7 @@
18102
19086
  }
18103
19087
  },
18104
19088
  "type": "fontFamily",
18105
- "value": "{utrecht.typography.sans-serif.font-family}"
19089
+ "value": "{nl.heading.level-6.font-family}"
18106
19090
  },
18107
19091
  "name": "utrechtHeading6FontFamily",
18108
19092
  "attributes": {},
@@ -18139,7 +19123,7 @@
18139
19123
  }
18140
19124
  },
18141
19125
  "type": "fontSize",
18142
- "value": "{utrecht.typography.scale.sm.font-size}"
19126
+ "value": "{nl.heading.level-6.font-size}"
18143
19127
  },
18144
19128
  "name": "utrechtHeading6FontSize",
18145
19129
  "attributes": {},
@@ -18182,7 +19166,7 @@
18182
19166
  }
18183
19167
  },
18184
19168
  "type": "fontWeight",
18185
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
19169
+ "value": "{nl.heading.level-6.font-weight}"
18186
19170
  },
18187
19171
  "name": "utrechtHeading6FontWeight",
18188
19172
  "attributes": {},
@@ -18225,7 +19209,7 @@
18225
19209
  }
18226
19210
  },
18227
19211
  "type": "lineHeight",
18228
- "value": "{utrecht.typography.line-height.md}"
19212
+ "value": "{nl.heading.level-6.line-height}"
18229
19213
  },
18230
19214
  "name": "utrechtHeading6LineHeight",
18231
19215
  "attributes": {},
@@ -21224,7 +22208,7 @@
21224
22208
  "nl.nldesignsystem.figma.supports-token": true
21225
22209
  },
21226
22210
  "type": "color",
21227
- "value": "{utrecht.color.yellow.60}"
22211
+ "value": "{nl.mark.background-color}"
21228
22212
  },
21229
22213
  "name": "utrechtMarkBackgroundColor",
21230
22214
  "attributes": {},
@@ -21255,7 +22239,7 @@
21255
22239
  "nl.nldesignsystem.figma.supports-token": true
21256
22240
  },
21257
22241
  "type": "color",
21258
- "value": "{utrecht.color.black}"
22242
+ "value": "{nl.mark.color}"
21259
22243
  },
21260
22244
  "name": "utrechtMarkColor",
21261
22245
  "attributes": {},
@@ -21577,7 +22561,7 @@
21577
22561
  "nl.nldesignsystem.figma.supports-token": true
21578
22562
  },
21579
22563
  "type": "color",
21580
- "value": "{utrecht.color.red.40}"
22564
+ "value": "{nl.number-badge.background-color}"
21581
22565
  },
21582
22566
  "name": "utrechtNumberBadgeBackgroundColor",
21583
22567
  "attributes": {},
@@ -21620,7 +22604,7 @@
21620
22604
  }
21621
22605
  },
21622
22606
  "type": "dimension",
21623
- "value": "{utrecht.number-badge.font-size}"
22607
+ "value": "{nl.number-badge.border-radius}"
21624
22608
  },
21625
22609
  "name": "utrechtNumberBadgeBorderRadius",
21626
22610
  "attributes": {},
@@ -21659,7 +22643,7 @@
21659
22643
  "nl.nldesignsystem.figma.supports-token": true
21660
22644
  },
21661
22645
  "type": "color",
21662
- "value": "{utrecht.color.white}"
22646
+ "value": "{nl.number-badge.color}"
21663
22647
  },
21664
22648
  "name": "utrechtNumberBadgeColor",
21665
22649
  "attributes": {},
@@ -21702,7 +22686,7 @@
21702
22686
  }
21703
22687
  },
21704
22688
  "type": "fontSize",
21705
- "value": "{utrecht.typography.scale.md.font-size}"
22689
+ "value": "{nl.number-badge.font-size}"
21706
22690
  },
21707
22691
  "name": "utrechtNumberBadgeFontSize",
21708
22692
  "attributes": {},
@@ -21747,7 +22731,7 @@
21747
22731
  }
21748
22732
  },
21749
22733
  "type": "dimension",
21750
- "value": "1ex"
22734
+ "value": "{nl.number-badge.padding-block}"
21751
22735
  },
21752
22736
  "name": "utrechtNumberBadgePaddingBlock",
21753
22737
  "attributes": {},
@@ -21792,7 +22776,7 @@
21792
22776
  }
21793
22777
  },
21794
22778
  "type": "dimension",
21795
- "value": "1ex"
22779
+ "value": "{nl.number-badge.padding-inline}"
21796
22780
  },
21797
22781
  "name": "utrechtNumberBadgePaddingInline",
21798
22782
  "attributes": {},
@@ -24177,7 +25161,7 @@
24177
25161
  }
24178
25162
  },
24179
25163
  "type": "fontFamily",
24180
- "value": "{utrecht.typography.sans-serif.font-family}"
25164
+ "value": "{nl.paragraph.font-family}"
24181
25165
  },
24182
25166
  "name": "utrechtParagraphFontFamily",
24183
25167
  "attributes": {},
@@ -24220,7 +25204,7 @@
24220
25204
  }
24221
25205
  },
24222
25206
  "type": "fontSize",
24223
- "value": "{utrecht.typography.scale.md.font-size}"
25207
+ "value": "{nl.paragraph.font-size}"
24224
25208
  },
24225
25209
  "name": "utrechtParagraphFontSize",
24226
25210
  "attributes": {},
@@ -24257,7 +25241,7 @@
24257
25241
  }
24258
25242
  },
24259
25243
  "type": "fontWeight",
24260
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
25244
+ "value": "{nl.paragraph.font-weight}"
24261
25245
  },
24262
25246
  "name": "utrechtParagraphFontWeight",
24263
25247
  "attributes": {},
@@ -24267,46 +25251,6 @@
24267
25251
  "font-weight"
24268
25252
  ]
24269
25253
  },
24270
- {
24271
- "$extensions": {
24272
- "nl.nldesignsystem.css.property": {
24273
- "syntax": "<color>",
24274
- "inherits": true
24275
- },
24276
- "nl.nldesignsystem.fallback": [
24277
- "utrecht.paragraph.color",
24278
- "utrecht.document.color"
24279
- ],
24280
- "nl.nldesignsystem.figma.supports-token": true
24281
- },
24282
- "type": "color",
24283
- "value": "hsl(0 0% 0%)",
24284
- "filePath": "src/component/utrecht/paragraph.tokens.json",
24285
- "isSource": true,
24286
- "original": {
24287
- "$extensions": {
24288
- "nl.nldesignsystem.css.property": {
24289
- "syntax": "<color>",
24290
- "inherits": true
24291
- },
24292
- "nl.nldesignsystem.fallback": [
24293
- "utrecht.paragraph.color",
24294
- "utrecht.document.color"
24295
- ],
24296
- "nl.nldesignsystem.figma.supports-token": true
24297
- },
24298
- "type": "color",
24299
- "value": "{utrecht.document.color}"
24300
- },
24301
- "name": "utrechtParagraphLeadColor",
24302
- "attributes": {},
24303
- "path": [
24304
- "utrecht",
24305
- "paragraph",
24306
- "lead",
24307
- "color"
24308
- ]
24309
- },
24310
25254
  {
24311
25255
  "$extensions": {
24312
25256
  "nl.nldesignsystem.css.property": {
@@ -24342,7 +25286,7 @@
24342
25286
  }
24343
25287
  },
24344
25288
  "type": "fontSize",
24345
- "value": "{utrecht.typography.scale.xl.font-size}"
25289
+ "value": "{nl.paragraph.lead.font-size}"
24346
25290
  },
24347
25291
  "name": "utrechtParagraphLeadFontSize",
24348
25292
  "attributes": {},
@@ -24388,7 +25332,7 @@
24388
25332
  }
24389
25333
  },
24390
25334
  "type": "fontWeight",
24391
- "value": "{utrecht.typography.weight-scale.normal.font-weight}"
25335
+ "value": "{nl.paragraph.lead.font-weight}"
24392
25336
  },
24393
25337
  "name": "utrechtParagraphLeadFontWeight",
24394
25338
  "attributes": {},
@@ -24440,7 +25384,7 @@
24440
25384
  }
24441
25385
  },
24442
25386
  "type": "lineHeight",
24443
- "value": "{utrecht.typography.line-height.md}"
25387
+ "value": "{nl.paragraph.lead.line-height}"
24444
25388
  },
24445
25389
  "name": "utrechtParagraphLeadLineHeight",
24446
25390
  "attributes": {},
@@ -24490,7 +25434,7 @@
24490
25434
  }
24491
25435
  },
24492
25436
  "type": "lineHeight",
24493
- "value": "{utrecht.typography.line-height.md}"
25437
+ "value": "{nl.paragraph.line-height}"
24494
25438
  },
24495
25439
  "name": "utrechtParagraphLineHeight",
24496
25440
  "attributes": {},
@@ -27019,7 +27963,7 @@
27019
27963
  "nl.nldesignsystem.figma.supports-token": true
27020
27964
  },
27021
27965
  "type": "color",
27022
- "value": "{utrecht.topnav.list.background-color}"
27966
+ "value": "{nl.skip-link.background-color}"
27023
27967
  },
27024
27968
  "name": "utrechtSkipLinkBackgroundColor",
27025
27969
  "attributes": {},
@@ -27050,7 +27994,7 @@
27050
27994
  "nl.nldesignsystem.figma.supports-token": true
27051
27995
  },
27052
27996
  "type": "color",
27053
- "value": "{utrecht.topnav.link.color}"
27997
+ "value": "{nl.skip-link.color}"
27054
27998
  },
27055
27999
  "name": "utrechtSkipLinkColor",
27056
28000
  "attributes": {},
@@ -27085,7 +28029,7 @@
27085
28029
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
27086
28030
  },
27087
28031
  "type": "color",
27088
- "value": "{utrecht.topnav.link.focus.background-color}"
28032
+ "value": "{nl.skip-link.focus-visible.background-color}"
27089
28033
  },
27090
28034
  "name": "utrechtSkipLinkFocusBackgroundColor",
27091
28035
  "attributes": {},
@@ -27121,7 +28065,7 @@
27121
28065
  "nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
27122
28066
  },
27123
28067
  "type": "color",
27124
- "value": "{utrecht.topnav.link.focus.color}"
28068
+ "value": "{nl.skip-link.focus-visible.color}"
27125
28069
  },
27126
28070
  "name": "utrechtSkipLinkFocusColor",
27127
28071
  "attributes": {},
@@ -27161,7 +28105,7 @@
27161
28105
  "nl.nldesignsystem.figma.supports-token": true
27162
28106
  },
27163
28107
  "type": "textDecoration",
27164
- "value": "{utrecht.link.focus-visible.text-decoration}"
28108
+ "value": "{nl.skip-link.focus-visible.text-decoration}"
27165
28109
  },
27166
28110
  "name": "utrechtSkipLinkFocusVisibleTextDecoration",
27167
28111
  "attributes": {},
@@ -27199,7 +28143,7 @@
27199
28143
  }
27200
28144
  },
27201
28145
  "type": "dimension",
27202
- "value": "{utrecht.button.padding-block-end}"
28146
+ "value": "{nl.skip-link.padding-block}"
27203
28147
  },
27204
28148
  "name": "utrechtSkipLinkPaddingBlockEnd",
27205
28149
  "attributes": {},
@@ -27236,7 +28180,7 @@
27236
28180
  }
27237
28181
  },
27238
28182
  "type": "dimension",
27239
- "value": "{utrecht.button.padding-block-start}"
28183
+ "value": "{nl.skip-link.padding-block}"
27240
28184
  },
27241
28185
  "name": "utrechtSkipLinkPaddingBlockStart",
27242
28186
  "attributes": {},
@@ -27273,7 +28217,7 @@
27273
28217
  }
27274
28218
  },
27275
28219
  "type": "dimension",
27276
- "value": "{utrecht.button.padding-inline-end}"
28220
+ "value": "{nl.skip-link.padding-inline}"
27277
28221
  },
27278
28222
  "name": "utrechtSkipLinkPaddingInlineEnd",
27279
28223
  "attributes": {},
@@ -27310,7 +28254,7 @@
27310
28254
  }
27311
28255
  },
27312
28256
  "type": "dimension",
27313
- "value": "{utrecht.button.padding-inline-start}"
28257
+ "value": "{nl.skip-link.padding-inline}"
27314
28258
  },
27315
28259
  "name": "utrechtSkipLinkPaddingInlineStart",
27316
28260
  "attributes": {},
@@ -27349,7 +28293,7 @@
27349
28293
  "nl.nldesignsystem.figma.supports-token": true
27350
28294
  },
27351
28295
  "type": "textDecoration",
27352
- "value": "{utrecht.link.text-decoration}"
28296
+ "value": "{nl.skip-link.text-decoration}"
27353
28297
  },
27354
28298
  "name": "utrechtSkipLinkTextDecoration",
27355
28299
  "attributes": {},