@utrecht/component-library-design-tokens 1.1.11 → 1.1.13

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 (2) hide show
  1. package/dist/tokens.json +665 -655
  2. package/package.json +5 -5
package/dist/tokens.json CHANGED
@@ -1384,66 +1384,7 @@
1384
1384
  }
1385
1385
  },
1386
1386
  "table-of-contents": {},
1387
- "surface": {
1388
- "background-color": {
1389
- "$extensions": {
1390
- "nl.nldesignsystem.css.property": {
1391
- "syntax": "<color>",
1392
- "inherits": true
1393
- },
1394
- "nl.nldesignsystem.figma.supports-token": false
1395
- },
1396
- "type": "color"
1397
- },
1398
- "color": {
1399
- "$extensions": {
1400
- "nl.nldesignsystem.css.property": {
1401
- "syntax": "<color>",
1402
- "inherits": true
1403
- },
1404
- "nl.nldesignsystem.figma.supports-token": false
1405
- },
1406
- "type": "color"
1407
- }
1408
- },
1409
- "superscript": {},
1410
- "subscript": {},
1411
- "status-badge": {
1412
- "letter-spacing": {
1413
- "$extensions": {
1414
- "nl.nldesignsystem.css.property": {
1415
- "syntax": "<length>",
1416
- "inherits": true
1417
- },
1418
- "nl.nldesignsystem.figma.supports-token": true
1419
- },
1420
- "type": "letterSpacing"
1421
- },
1422
- "text-transform": {
1423
- "$extensions": {
1424
- "nl.nldesignsystem.css.property": {
1425
- "syntax": [
1426
- "inherit",
1427
- "uppercase"
1428
- ],
1429
- "inherits": true
1430
- },
1431
- "nl.nldesignsystem.figma.supports-token": true
1432
- },
1433
- "type": "textCase"
1434
- }
1435
- },
1436
- "spotlight-section": {
1437
- "background-color": {
1438
- "$extensions": {
1439
- "nl.nldesignsystem.css.property": {
1440
- "syntax": "<color>",
1441
- "inherits": true
1442
- },
1443
- "nl.nldesignsystem.figma.supports-token": false
1444
- },
1445
- "type": "color"
1446
- },
1387
+ "table": {
1447
1388
  "border-color": {
1448
1389
  "$extensions": {
1449
1390
  "nl.nldesignsystem.css.property": {
@@ -1454,16 +1395,6 @@
1454
1395
  },
1455
1396
  "type": "color"
1456
1397
  },
1457
- "border-radius": {
1458
- "$extensions": {
1459
- "nl.nldesignsystem.css.property": {
1460
- "syntax": "<length-percentage>",
1461
- "inherits": true
1462
- },
1463
- "nl.nldesignsystem.figma.supports-token": false
1464
- },
1465
- "type": "borderRadius"
1466
- },
1467
1398
  "border-width": {
1468
1399
  "$extensions": {
1469
1400
  "nl.nldesignsystem.css.property": {
@@ -1474,47 +1405,43 @@
1474
1405
  },
1475
1406
  "type": "borderWidth"
1476
1407
  },
1477
- "color": {
1478
- "$extensions": {
1479
- "nl.nldesignsystem.css.property": {
1480
- "syntax": "<color>",
1481
- "inherits": true
1482
- },
1483
- "nl.nldesignsystem.figma.supports-token": false
1484
- },
1485
- "type": "color"
1486
- },
1487
- "padding-block-start": {
1408
+ "font-family": {
1488
1409
  "$extensions": {
1489
1410
  "nl.nldesignsystem.css.property": {
1490
- "syntax": "<length>",
1411
+ "syntax": "*",
1491
1412
  "inherits": true
1492
1413
  },
1493
- "nl.nldesignsystem.figma.supports-token": false
1414
+ "nl.nldesignsystem.fallback": [
1415
+ "utrecht.document.color"
1416
+ ],
1417
+ "nl.nldesignsystem.figma.supports-token": true
1494
1418
  },
1495
- "type": "spacing"
1419
+ "type": "fontFamilies"
1496
1420
  },
1497
- "padding-block-end": {
1421
+ "font-size": {
1498
1422
  "$extensions": {
1499
1423
  "nl.nldesignsystem.css.property": {
1500
1424
  "syntax": "<length>",
1501
1425
  "inherits": true
1502
1426
  },
1503
- "nl.nldesignsystem.figma.supports-token": false
1427
+ "nl.nldesignsystem.figma.supports-token": true
1504
1428
  },
1505
- "type": "spacing"
1429
+ "type": "fontSizes"
1506
1430
  },
1507
- "padding-inline-start": {
1431
+ "line-height": {
1508
1432
  "$extensions": {
1509
1433
  "nl.nldesignsystem.css.property": {
1510
- "syntax": "<length>",
1434
+ "syntax": [
1435
+ "<length>",
1436
+ "<number>"
1437
+ ],
1511
1438
  "inherits": true
1512
1439
  },
1513
- "nl.nldesignsystem.figma.supports-token": false
1440
+ "nl.nldesignsystem.figma.supports-token": true
1514
1441
  },
1515
- "type": "spacing"
1442
+ "type": "lineHeights"
1516
1443
  },
1517
- "padding-inline-end": {
1444
+ "margin-block-end": {
1518
1445
  "$extensions": {
1519
1446
  "nl.nldesignsystem.css.property": {
1520
1447
  "syntax": "<length>",
@@ -1534,46 +1461,36 @@
1534
1461
  },
1535
1462
  "type": "spacing"
1536
1463
  },
1537
- "margin-block-end": {
1538
- "$extensions": {
1539
- "nl.nldesignsystem.css.property": {
1540
- "syntax": "<length>",
1541
- "inherits": true
1542
- },
1543
- "nl.nldesignsystem.figma.supports-token": false
1544
- },
1545
- "type": "spacing"
1546
- },
1547
- "info": {
1548
- "background-color": {
1464
+ "caption": {
1465
+ "font-weight": {
1549
1466
  "$extensions": {
1550
1467
  "nl.nldesignsystem.css.property": {
1551
- "syntax": "<color>",
1468
+ "syntax": "<number>",
1552
1469
  "inherits": true
1553
1470
  },
1554
- "nl.nldesignsystem.figma.supports-token": false
1471
+ "nl.nldesignsystem.figma.supports-token": true
1555
1472
  },
1556
- "type": "color"
1473
+ "type": "fontWeights"
1557
1474
  },
1558
- "border-color": {
1475
+ "font-family": {
1559
1476
  "$extensions": {
1560
1477
  "nl.nldesignsystem.css.property": {
1561
- "syntax": "<color>",
1478
+ "syntax": "*",
1562
1479
  "inherits": true
1563
1480
  },
1564
- "nl.nldesignsystem.figma.supports-token": false
1481
+ "nl.nldesignsystem.figma.supports-token": true
1565
1482
  },
1566
- "type": "color"
1483
+ "type": "fontFamilies"
1567
1484
  },
1568
- "border-width": {
1485
+ "font-size": {
1569
1486
  "$extensions": {
1570
1487
  "nl.nldesignsystem.css.property": {
1571
1488
  "syntax": "<length>",
1572
1489
  "inherits": true
1573
1490
  },
1574
- "nl.nldesignsystem.figma.supports-token": false
1491
+ "nl.nldesignsystem.figma.supports-token": true
1575
1492
  },
1576
- "type": "borderWidth"
1493
+ "type": "fontSizes"
1577
1494
  },
1578
1495
  "color": {
1579
1496
  "$extensions": {
@@ -1581,89 +1498,71 @@
1581
1498
  "syntax": "<color>",
1582
1499
  "inherits": true
1583
1500
  },
1584
- "nl.nldesignsystem.figma.supports-token": false
1501
+ "nl.nldesignsystem.figma.supports-token": true
1585
1502
  },
1586
1503
  "type": "color"
1587
1504
  },
1588
- "icon": {
1589
- "color": {
1590
- "$extensions": {
1591
- "nl.nldesignsystem.css.property": {
1592
- "syntax": "<color>",
1593
- "inherits": true
1594
- },
1595
- "nl.nldesignsystem.figma.supports-token": false
1596
- },
1597
- "type": "color"
1598
- }
1599
- }
1600
- },
1601
- "warning": {
1602
- "background-color": {
1505
+ "line-height": {
1603
1506
  "$extensions": {
1604
1507
  "nl.nldesignsystem.css.property": {
1605
- "syntax": "<color>",
1508
+ "syntax": [
1509
+ "<length>",
1510
+ "<number>"
1511
+ ],
1606
1512
  "inherits": true
1607
1513
  },
1608
- "nl.nldesignsystem.figma.supports-token": false
1514
+ "nl.nldesignsystem.figma.supports-token": true
1609
1515
  },
1610
- "type": "color"
1516
+ "type": "lineHeights"
1611
1517
  },
1612
- "border-color": {
1518
+ "text-align": {
1613
1519
  "$extensions": {
1614
1520
  "nl.nldesignsystem.css.property": {
1615
- "syntax": "<color>",
1521
+ "syntax": [
1522
+ "left",
1523
+ "right",
1524
+ "start",
1525
+ "end"
1526
+ ],
1616
1527
  "inherits": true
1617
1528
  },
1618
1529
  "nl.nldesignsystem.figma.supports-token": false
1619
1530
  },
1620
- "type": "color"
1531
+ "type": "other"
1621
1532
  },
1622
- "border-width": {
1533
+ "margin-block-end": {
1623
1534
  "$extensions": {
1624
1535
  "nl.nldesignsystem.css.property": {
1625
1536
  "syntax": "<length>",
1626
1537
  "inherits": true
1627
1538
  },
1628
- "nl.nldesignsystem.figma.supports-token": false
1539
+ "nl.nldesignsystem.figma.supports-token": true
1629
1540
  },
1630
- "type": "borderWidth"
1631
- },
1632
- "color": {
1541
+ "type": "spacing"
1542
+ }
1543
+ },
1544
+ "header": {
1545
+ "font-weight": {
1633
1546
  "$extensions": {
1634
1547
  "nl.nldesignsystem.css.property": {
1635
- "syntax": "<color>",
1548
+ "syntax": "<number>",
1636
1549
  "inherits": true
1637
1550
  },
1638
1551
  "nl.nldesignsystem.figma.supports-token": false
1639
1552
  },
1640
- "type": "color"
1553
+ "type": "fontWeights"
1641
1554
  },
1642
- "icon": {
1643
- "color": {
1644
- "$extensions": {
1645
- "nl.nldesignsystem.css.property": {
1646
- "syntax": "<color>",
1647
- "inherits": true
1648
- },
1649
- "nl.nldesignsystem.figma.supports-token": false
1650
- },
1651
- "type": "color"
1652
- }
1653
- }
1654
- },
1655
- "error": {
1656
1555
  "background-color": {
1657
1556
  "$extensions": {
1658
1557
  "nl.nldesignsystem.css.property": {
1659
1558
  "syntax": "<color>",
1660
1559
  "inherits": true
1661
1560
  },
1662
- "nl.nldesignsystem.figma.supports-token": false
1561
+ "nl.nldesignsystem.figma.supports-token": true
1663
1562
  },
1664
1563
  "type": "color"
1665
1564
  },
1666
- "border-color": {
1565
+ "color": {
1667
1566
  "$extensions": {
1668
1567
  "nl.nldesignsystem.css.property": {
1669
1568
  "syntax": "<color>",
@@ -1673,28 +1572,41 @@
1673
1572
  },
1674
1573
  "type": "color"
1675
1574
  },
1676
- "border-width": {
1575
+ "text-transform": {
1677
1576
  "$extensions": {
1678
1577
  "nl.nldesignsystem.css.property": {
1679
- "syntax": "<length>",
1578
+ "syntax": [
1579
+ "inherit",
1580
+ "uppercase"
1581
+ ],
1680
1582
  "inherits": true
1681
1583
  },
1682
1584
  "nl.nldesignsystem.figma.supports-token": false
1683
1585
  },
1684
- "type": "borderWidth"
1586
+ "type": "textCase"
1685
1587
  },
1686
- "color": {
1588
+ "border-block-end-color": {
1687
1589
  "$extensions": {
1688
1590
  "nl.nldesignsystem.css.property": {
1689
1591
  "syntax": "<color>",
1690
1592
  "inherits": true
1691
1593
  },
1692
- "nl.nldesignsystem.figma.supports-token": false
1594
+ "nl.nldesignsystem.figma.supports-token": true
1693
1595
  },
1694
1596
  "type": "color"
1695
1597
  },
1696
- "icon": {
1697
- "color": {
1598
+ "border-block-end-width": {
1599
+ "$extensions": {
1600
+ "nl.nldesignsystem.css.property": {
1601
+ "syntax": "<length>",
1602
+ "inherits": true
1603
+ },
1604
+ "nl.nldesignsystem.figma.supports-token": true
1605
+ },
1606
+ "type": "borderWidth"
1607
+ },
1608
+ "sticky": {
1609
+ "background-color": {
1698
1610
  "$extensions": {
1699
1611
  "nl.nldesignsystem.css.property": {
1700
1612
  "syntax": "<color>",
@@ -1703,39 +1615,49 @@
1703
1615
  "nl.nldesignsystem.figma.supports-token": false
1704
1616
  },
1705
1617
  "type": "color"
1706
- }
1707
- }
1708
- },
1709
- "ok": {
1710
- "background-color": {
1711
- "$extensions": {
1712
- "nl.nldesignsystem.css.property": {
1713
- "syntax": "<color>",
1714
- "inherits": true
1715
- },
1716
- "nl.nldesignsystem.figma.supports-token": false
1717
1618
  },
1718
- "type": "color"
1719
- },
1720
- "border-color": {
1721
- "$extensions": {
1722
- "nl.nldesignsystem.css.property": {
1723
- "syntax": "<color>",
1724
- "inherits": true
1619
+ "color": {
1620
+ "$extensions": {
1621
+ "nl.nldesignsystem.css.property": {
1622
+ "syntax": "<color>",
1623
+ "inherits": true
1624
+ },
1625
+ "nl.nldesignsystem.figma.supports-token": false
1725
1626
  },
1726
- "nl.nldesignsystem.figma.supports-token": false
1627
+ "type": "color"
1727
1628
  },
1728
- "type": "color"
1729
- },
1730
- "border-width": {
1629
+ "border-block-end-color": {
1630
+ "$extensions": {
1631
+ "nl.nldesignsystem.css.property": {
1632
+ "syntax": "<color>",
1633
+ "inherits": true
1634
+ },
1635
+ "nl.nldesignsystem.figma.supports-token": false
1636
+ },
1637
+ "type": "color"
1638
+ },
1639
+ "border-block-end-width": {
1640
+ "$extensions": {
1641
+ "nl.nldesignsystem.css.property": {
1642
+ "syntax": "<length>",
1643
+ "inherits": true
1644
+ },
1645
+ "nl.nldesignsystem.figma.supports-token": false
1646
+ },
1647
+ "type": "borderWidth"
1648
+ }
1649
+ }
1650
+ },
1651
+ "footer": {
1652
+ "background-color": {
1731
1653
  "$extensions": {
1732
1654
  "nl.nldesignsystem.css.property": {
1733
- "syntax": "<length>",
1655
+ "syntax": "<color>",
1734
1656
  "inherits": true
1735
1657
  },
1736
- "nl.nldesignsystem.figma.supports-token": false
1658
+ "nl.nldesignsystem.figma.supports-token": true
1737
1659
  },
1738
- "type": "borderWidth"
1660
+ "type": "color"
1739
1661
  },
1740
1662
  "color": {
1741
1663
  "$extensions": {
@@ -1747,7 +1669,17 @@
1747
1669
  },
1748
1670
  "type": "color"
1749
1671
  },
1750
- "icon": {
1672
+ "sticky": {
1673
+ "background-color": {
1674
+ "$extensions": {
1675
+ "nl.nldesignsystem.css.property": {
1676
+ "syntax": "<color>",
1677
+ "inherits": true
1678
+ },
1679
+ "nl.nldesignsystem.figma.supports-token": false
1680
+ },
1681
+ "type": "color"
1682
+ },
1751
1683
  "color": {
1752
1684
  "$extensions": {
1753
1685
  "nl.nldesignsystem.css.property": {
@@ -1759,115 +1691,27 @@
1759
1691
  "type": "color"
1760
1692
  }
1761
1693
  }
1762
- }
1763
- },
1764
- "table": {
1765
- "border-color": {
1766
- "$extensions": {
1767
- "nl.nldesignsystem.css.property": {
1768
- "syntax": "<color>",
1769
- "inherits": true
1770
- },
1771
- "nl.nldesignsystem.figma.supports-token": false
1772
- },
1773
- "type": "color"
1774
- },
1775
- "border-width": {
1776
- "$extensions": {
1777
- "nl.nldesignsystem.css.property": {
1778
- "syntax": "<length>",
1779
- "inherits": true
1780
- },
1781
- "nl.nldesignsystem.figma.supports-token": false
1782
- },
1783
- "type": "borderWidth"
1784
- },
1785
- "font-family": {
1786
- "$extensions": {
1787
- "nl.nldesignsystem.css.property": {
1788
- "syntax": "*",
1789
- "inherits": true
1790
- },
1791
- "nl.nldesignsystem.fallback": [
1792
- "utrecht.document.color"
1793
- ],
1794
- "nl.nldesignsystem.figma.supports-token": true
1795
- },
1796
- "type": "fontFamilies"
1797
- },
1798
- "font-size": {
1799
- "$extensions": {
1800
- "nl.nldesignsystem.css.property": {
1801
- "syntax": "<length>",
1802
- "inherits": true
1803
- },
1804
- "nl.nldesignsystem.figma.supports-token": true
1805
- },
1806
- "type": "fontSizes"
1807
- },
1808
- "line-height": {
1809
- "$extensions": {
1810
- "nl.nldesignsystem.css.property": {
1811
- "syntax": [
1812
- "<length>",
1813
- "<number>"
1814
- ],
1815
- "inherits": true
1816
- },
1817
- "nl.nldesignsystem.figma.supports-token": true
1818
- },
1819
- "type": "lineHeights"
1820
- },
1821
- "margin-block-end": {
1822
- "$extensions": {
1823
- "nl.nldesignsystem.css.property": {
1824
- "syntax": "<length>",
1825
- "inherits": true
1826
- },
1827
- "nl.nldesignsystem.figma.supports-token": false
1828
- },
1829
- "type": "spacing"
1830
1694
  },
1831
- "margin-block-start": {
1832
- "$extensions": {
1833
- "nl.nldesignsystem.css.property": {
1834
- "syntax": "<length>",
1835
- "inherits": true
1836
- },
1837
- "nl.nldesignsystem.figma.supports-token": false
1838
- },
1839
- "type": "spacing"
1840
- },
1841
- "caption": {
1842
- "font-weight": {
1843
- "$extensions": {
1844
- "nl.nldesignsystem.css.property": {
1845
- "syntax": "<number>",
1846
- "inherits": true
1847
- },
1848
- "nl.nldesignsystem.figma.supports-token": true
1849
- },
1850
- "type": "fontWeights"
1851
- },
1852
- "font-family": {
1695
+ "header-cell": {
1696
+ "font-size": {
1853
1697
  "$extensions": {
1854
1698
  "nl.nldesignsystem.css.property": {
1855
- "syntax": "*",
1699
+ "syntax": "<length>",
1856
1700
  "inherits": true
1857
1701
  },
1858
- "nl.nldesignsystem.figma.supports-token": true
1702
+ "nl.nldesignsystem.figma.supports-token": false
1859
1703
  },
1860
- "type": "fontFamilies"
1704
+ "type": "fontSizes"
1861
1705
  },
1862
- "font-size": {
1706
+ "font-weight": {
1863
1707
  "$extensions": {
1864
1708
  "nl.nldesignsystem.css.property": {
1865
- "syntax": "<length>",
1709
+ "syntax": "<number>",
1866
1710
  "inherits": true
1867
1711
  },
1868
1712
  "nl.nldesignsystem.figma.supports-token": true
1869
1713
  },
1870
- "type": "fontSizes"
1714
+ "type": "fontWeights"
1871
1715
  },
1872
1716
  "color": {
1873
1717
  "$extensions": {
@@ -1879,35 +1723,35 @@
1879
1723
  },
1880
1724
  "type": "color"
1881
1725
  },
1882
- "line-height": {
1726
+ "text-transform": {
1883
1727
  "$extensions": {
1884
1728
  "nl.nldesignsystem.css.property": {
1885
1729
  "syntax": [
1886
- "<length>",
1887
- "<number>"
1730
+ "inherit",
1731
+ "uppercase"
1888
1732
  ],
1889
1733
  "inherits": true
1890
1734
  },
1891
- "nl.nldesignsystem.figma.supports-token": true
1735
+ "nl.nldesignsystem.figma.supports-token": false
1892
1736
  },
1893
- "type": "lineHeights"
1894
- },
1895
- "text-align": {
1737
+ "type": "textCase"
1738
+ }
1739
+ },
1740
+ "cell": {
1741
+ "line-height": {
1896
1742
  "$extensions": {
1897
1743
  "nl.nldesignsystem.css.property": {
1898
1744
  "syntax": [
1899
- "left",
1900
- "right",
1901
- "start",
1902
- "end"
1745
+ "<length>",
1746
+ "<number>"
1903
1747
  ],
1904
1748
  "inherits": true
1905
1749
  },
1906
1750
  "nl.nldesignsystem.figma.supports-token": false
1907
1751
  },
1908
- "type": "other"
1752
+ "type": "lineHeights"
1909
1753
  },
1910
- "margin-block-end": {
1754
+ "padding-block-end": {
1911
1755
  "$extensions": {
1912
1756
  "nl.nldesignsystem.css.property": {
1913
1757
  "syntax": "<length>",
@@ -1916,63 +1760,28 @@
1916
1760
  "nl.nldesignsystem.figma.supports-token": true
1917
1761
  },
1918
1762
  "type": "spacing"
1919
- }
1920
- },
1921
- "header": {
1922
- "font-weight": {
1923
- "$extensions": {
1924
- "nl.nldesignsystem.css.property": {
1925
- "syntax": "<number>",
1926
- "inherits": true
1927
- },
1928
- "nl.nldesignsystem.figma.supports-token": false
1929
- },
1930
- "type": "fontWeights"
1931
1763
  },
1932
- "background-color": {
1764
+ "padding-block-start": {
1933
1765
  "$extensions": {
1934
1766
  "nl.nldesignsystem.css.property": {
1935
- "syntax": "<color>",
1767
+ "syntax": "<length>",
1936
1768
  "inherits": true
1937
1769
  },
1938
1770
  "nl.nldesignsystem.figma.supports-token": true
1939
1771
  },
1940
- "type": "color"
1941
- },
1942
- "color": {
1943
- "$extensions": {
1944
- "nl.nldesignsystem.css.property": {
1945
- "syntax": "<color>",
1946
- "inherits": true
1947
- },
1948
- "nl.nldesignsystem.figma.supports-token": false
1949
- },
1950
- "type": "color"
1951
- },
1952
- "text-transform": {
1953
- "$extensions": {
1954
- "nl.nldesignsystem.css.property": {
1955
- "syntax": [
1956
- "inherit",
1957
- "uppercase"
1958
- ],
1959
- "inherits": true
1960
- },
1961
- "nl.nldesignsystem.figma.supports-token": false
1962
- },
1963
- "type": "textCase"
1772
+ "type": "spacing"
1964
1773
  },
1965
- "border-block-end-color": {
1774
+ "padding-inline-end": {
1966
1775
  "$extensions": {
1967
1776
  "nl.nldesignsystem.css.property": {
1968
- "syntax": "<color>",
1777
+ "syntax": "<length>",
1969
1778
  "inherits": true
1970
1779
  },
1971
1780
  "nl.nldesignsystem.figma.supports-token": true
1972
1781
  },
1973
- "type": "color"
1782
+ "type": "spacing"
1974
1783
  },
1975
- "border-block-end-width": {
1784
+ "padding-inline-start": {
1976
1785
  "$extensions": {
1977
1786
  "nl.nldesignsystem.css.property": {
1978
1787
  "syntax": "<length>",
@@ -1980,9 +1789,9 @@
1980
1789
  },
1981
1790
  "nl.nldesignsystem.figma.supports-token": true
1982
1791
  },
1983
- "type": "borderWidth"
1792
+ "type": "spacing"
1984
1793
  },
1985
- "sticky": {
1794
+ "selected": {
1986
1795
  "background-color": {
1987
1796
  "$extensions": {
1988
1797
  "nl.nldesignsystem.css.property": {
@@ -2002,31 +1811,23 @@
2002
1811
  "nl.nldesignsystem.figma.supports-token": false
2003
1812
  },
2004
1813
  "type": "color"
2005
- },
2006
- "border-block-end-color": {
1814
+ }
1815
+ },
1816
+ "icon": {
1817
+ "size": {
2007
1818
  "$extensions": {
2008
1819
  "nl.nldesignsystem.css.property": {
2009
- "syntax": "<color>",
1820
+ "syntax": "<length>",
2010
1821
  "inherits": true
2011
1822
  },
2012
1823
  "nl.nldesignsystem.figma.supports-token": false
2013
1824
  },
2014
- "type": "color"
2015
- },
2016
- "border-block-end-width": {
2017
- "$extensions": {
2018
- "nl.nldesignsystem.css.property": {
2019
- "syntax": "<length>",
2020
- "inherits": true
2021
- },
2022
- "nl.nldesignsystem.figma.supports-token": false
2023
- },
2024
- "type": "borderWidth"
1825
+ "type": "sizing"
2025
1826
  }
2026
1827
  }
2027
1828
  },
2028
- "footer": {
2029
- "background-color": {
1829
+ "row": {
1830
+ "border-block-end-color": {
2030
1831
  "$extensions": {
2031
1832
  "nl.nldesignsystem.css.property": {
2032
1833
  "syntax": "<color>",
@@ -2036,17 +1837,65 @@
2036
1837
  },
2037
1838
  "type": "color"
2038
1839
  },
2039
- "color": {
1840
+ "border-block-end-width": {
2040
1841
  "$extensions": {
2041
1842
  "nl.nldesignsystem.css.property": {
2042
- "syntax": "<color>",
1843
+ "syntax": "<length>",
2043
1844
  "inherits": true
2044
1845
  },
1846
+ "nl.nldesignsystem.figma.supports-token": true
1847
+ },
1848
+ "type": "borderWidth"
1849
+ },
1850
+ "padding-inline-end": {
1851
+ "$extensions": {
1852
+ "nl.nldesignsystem.css.property": {
1853
+ "syntax": "<length>",
1854
+ "inherits": true
1855
+ },
1856
+ "nl.nldesignsystem.fallback": [
1857
+ "utrecht.table.cell.padding-inline-end"
1858
+ ],
2045
1859
  "nl.nldesignsystem.figma.supports-token": false
2046
1860
  },
2047
- "type": "color"
1861
+ "type": "spacing"
2048
1862
  },
2049
- "sticky": {
1863
+ "padding-inline-start": {
1864
+ "$extensions": {
1865
+ "nl.nldesignsystem.css.property": {
1866
+ "syntax": "<length>",
1867
+ "inherits": true
1868
+ },
1869
+ "nl.nldesignsystem.fallback": [
1870
+ "utrecht.table.cell.padding-inline-start"
1871
+ ],
1872
+ "nl.nldesignsystem.figma.supports-token": false
1873
+ },
1874
+ "type": "spacing"
1875
+ },
1876
+ "alternate-odd": {
1877
+ "background-color": {
1878
+ "$extensions": {
1879
+ "nl.nldesignsystem.css.property": {
1880
+ "syntax": "<color>",
1881
+ "inherits": true
1882
+ },
1883
+ "nl.nldesignsystem.figma.supports-token": false
1884
+ },
1885
+ "type": "color"
1886
+ },
1887
+ "color": {
1888
+ "$extensions": {
1889
+ "nl.nldesignsystem.css.property": {
1890
+ "syntax": "<color>",
1891
+ "inherits": true
1892
+ },
1893
+ "nl.nldesignsystem.figma.supports-token": false
1894
+ },
1895
+ "type": "color"
1896
+ }
1897
+ },
1898
+ "alternate-even": {
2050
1899
  "background-color": {
2051
1900
  "$extensions": {
2052
1901
  "nl.nldesignsystem.css.property": {
@@ -2068,117 +1917,264 @@
2068
1917
  "type": "color"
2069
1918
  }
2070
1919
  }
1920
+ }
1921
+ },
1922
+ "surface": {
1923
+ "background-color": {
1924
+ "$extensions": {
1925
+ "nl.nldesignsystem.css.property": {
1926
+ "syntax": "<color>",
1927
+ "inherits": true
1928
+ },
1929
+ "nl.nldesignsystem.figma.supports-token": false
1930
+ },
1931
+ "type": "color"
2071
1932
  },
2072
- "header-cell": {
2073
- "font-size": {
2074
- "$extensions": {
2075
- "nl.nldesignsystem.css.property": {
2076
- "syntax": "<length>",
2077
- "inherits": true
2078
- },
2079
- "nl.nldesignsystem.figma.supports-token": false
1933
+ "color": {
1934
+ "$extensions": {
1935
+ "nl.nldesignsystem.css.property": {
1936
+ "syntax": "<color>",
1937
+ "inherits": true
2080
1938
  },
2081
- "type": "fontSizes"
1939
+ "nl.nldesignsystem.figma.supports-token": false
2082
1940
  },
2083
- "font-weight": {
1941
+ "type": "color"
1942
+ }
1943
+ },
1944
+ "superscript": {},
1945
+ "subscript": {},
1946
+ "status-badge": {
1947
+ "letter-spacing": {
1948
+ "$extensions": {
1949
+ "nl.nldesignsystem.css.property": {
1950
+ "syntax": "<length>",
1951
+ "inherits": true
1952
+ },
1953
+ "nl.nldesignsystem.figma.supports-token": true
1954
+ },
1955
+ "type": "letterSpacing"
1956
+ },
1957
+ "text-transform": {
1958
+ "$extensions": {
1959
+ "nl.nldesignsystem.css.property": {
1960
+ "syntax": [
1961
+ "inherit",
1962
+ "uppercase"
1963
+ ],
1964
+ "inherits": true
1965
+ },
1966
+ "nl.nldesignsystem.figma.supports-token": true
1967
+ },
1968
+ "type": "textCase"
1969
+ }
1970
+ },
1971
+ "spotlight-section": {
1972
+ "background-color": {
1973
+ "$extensions": {
1974
+ "nl.nldesignsystem.css.property": {
1975
+ "syntax": "<color>",
1976
+ "inherits": true
1977
+ },
1978
+ "nl.nldesignsystem.figma.supports-token": false
1979
+ },
1980
+ "type": "color"
1981
+ },
1982
+ "border-color": {
1983
+ "$extensions": {
1984
+ "nl.nldesignsystem.css.property": {
1985
+ "syntax": "<color>",
1986
+ "inherits": true
1987
+ },
1988
+ "nl.nldesignsystem.figma.supports-token": false
1989
+ },
1990
+ "type": "color"
1991
+ },
1992
+ "border-radius": {
1993
+ "$extensions": {
1994
+ "nl.nldesignsystem.css.property": {
1995
+ "syntax": "<length-percentage>",
1996
+ "inherits": true
1997
+ },
1998
+ "nl.nldesignsystem.figma.supports-token": false
1999
+ },
2000
+ "type": "borderRadius"
2001
+ },
2002
+ "border-width": {
2003
+ "$extensions": {
2004
+ "nl.nldesignsystem.css.property": {
2005
+ "syntax": "<length>",
2006
+ "inherits": true
2007
+ },
2008
+ "nl.nldesignsystem.figma.supports-token": false
2009
+ },
2010
+ "type": "borderWidth"
2011
+ },
2012
+ "color": {
2013
+ "$extensions": {
2014
+ "nl.nldesignsystem.css.property": {
2015
+ "syntax": "<color>",
2016
+ "inherits": true
2017
+ },
2018
+ "nl.nldesignsystem.figma.supports-token": false
2019
+ },
2020
+ "type": "color"
2021
+ },
2022
+ "padding-block-start": {
2023
+ "$extensions": {
2024
+ "nl.nldesignsystem.css.property": {
2025
+ "syntax": "<length>",
2026
+ "inherits": true
2027
+ },
2028
+ "nl.nldesignsystem.figma.supports-token": false
2029
+ },
2030
+ "type": "spacing"
2031
+ },
2032
+ "padding-block-end": {
2033
+ "$extensions": {
2034
+ "nl.nldesignsystem.css.property": {
2035
+ "syntax": "<length>",
2036
+ "inherits": true
2037
+ },
2038
+ "nl.nldesignsystem.figma.supports-token": false
2039
+ },
2040
+ "type": "spacing"
2041
+ },
2042
+ "padding-inline-start": {
2043
+ "$extensions": {
2044
+ "nl.nldesignsystem.css.property": {
2045
+ "syntax": "<length>",
2046
+ "inherits": true
2047
+ },
2048
+ "nl.nldesignsystem.figma.supports-token": false
2049
+ },
2050
+ "type": "spacing"
2051
+ },
2052
+ "padding-inline-end": {
2053
+ "$extensions": {
2054
+ "nl.nldesignsystem.css.property": {
2055
+ "syntax": "<length>",
2056
+ "inherits": true
2057
+ },
2058
+ "nl.nldesignsystem.figma.supports-token": false
2059
+ },
2060
+ "type": "spacing"
2061
+ },
2062
+ "margin-block-start": {
2063
+ "$extensions": {
2064
+ "nl.nldesignsystem.css.property": {
2065
+ "syntax": "<length>",
2066
+ "inherits": true
2067
+ },
2068
+ "nl.nldesignsystem.figma.supports-token": false
2069
+ },
2070
+ "type": "spacing"
2071
+ },
2072
+ "margin-block-end": {
2073
+ "$extensions": {
2074
+ "nl.nldesignsystem.css.property": {
2075
+ "syntax": "<length>",
2076
+ "inherits": true
2077
+ },
2078
+ "nl.nldesignsystem.figma.supports-token": false
2079
+ },
2080
+ "type": "spacing"
2081
+ },
2082
+ "info": {
2083
+ "background-color": {
2084
2084
  "$extensions": {
2085
2085
  "nl.nldesignsystem.css.property": {
2086
- "syntax": "<number>",
2086
+ "syntax": "<color>",
2087
2087
  "inherits": true
2088
2088
  },
2089
- "nl.nldesignsystem.figma.supports-token": true
2089
+ "nl.nldesignsystem.figma.supports-token": false
2090
2090
  },
2091
- "type": "fontWeights"
2091
+ "type": "color"
2092
2092
  },
2093
- "color": {
2093
+ "border-color": {
2094
2094
  "$extensions": {
2095
2095
  "nl.nldesignsystem.css.property": {
2096
2096
  "syntax": "<color>",
2097
2097
  "inherits": true
2098
2098
  },
2099
- "nl.nldesignsystem.figma.supports-token": true
2099
+ "nl.nldesignsystem.figma.supports-token": false
2100
2100
  },
2101
2101
  "type": "color"
2102
2102
  },
2103
- "text-transform": {
2103
+ "border-width": {
2104
2104
  "$extensions": {
2105
2105
  "nl.nldesignsystem.css.property": {
2106
- "syntax": [
2107
- "inherit",
2108
- "uppercase"
2109
- ],
2106
+ "syntax": "<length>",
2110
2107
  "inherits": true
2111
2108
  },
2112
2109
  "nl.nldesignsystem.figma.supports-token": false
2113
2110
  },
2114
- "type": "textCase"
2115
- }
2116
- },
2117
- "cell": {
2118
- "line-height": {
2111
+ "type": "borderWidth"
2112
+ },
2113
+ "color": {
2119
2114
  "$extensions": {
2120
2115
  "nl.nldesignsystem.css.property": {
2121
- "syntax": [
2122
- "<length>",
2123
- "<number>"
2124
- ],
2116
+ "syntax": "<color>",
2125
2117
  "inherits": true
2126
2118
  },
2127
2119
  "nl.nldesignsystem.figma.supports-token": false
2128
2120
  },
2129
- "type": "lineHeights"
2121
+ "type": "color"
2130
2122
  },
2131
- "padding-block-end": {
2123
+ "icon": {
2124
+ "color": {
2125
+ "$extensions": {
2126
+ "nl.nldesignsystem.css.property": {
2127
+ "syntax": "<color>",
2128
+ "inherits": true
2129
+ },
2130
+ "nl.nldesignsystem.figma.supports-token": false
2131
+ },
2132
+ "type": "color"
2133
+ }
2134
+ }
2135
+ },
2136
+ "warning": {
2137
+ "background-color": {
2132
2138
  "$extensions": {
2133
2139
  "nl.nldesignsystem.css.property": {
2134
- "syntax": "<length>",
2140
+ "syntax": "<color>",
2135
2141
  "inherits": true
2136
2142
  },
2137
- "nl.nldesignsystem.figma.supports-token": true
2143
+ "nl.nldesignsystem.figma.supports-token": false
2138
2144
  },
2139
- "type": "spacing"
2145
+ "type": "color"
2140
2146
  },
2141
- "padding-block-start": {
2147
+ "border-color": {
2142
2148
  "$extensions": {
2143
2149
  "nl.nldesignsystem.css.property": {
2144
- "syntax": "<length>",
2150
+ "syntax": "<color>",
2145
2151
  "inherits": true
2146
2152
  },
2147
- "nl.nldesignsystem.figma.supports-token": true
2153
+ "nl.nldesignsystem.figma.supports-token": false
2148
2154
  },
2149
- "type": "spacing"
2155
+ "type": "color"
2150
2156
  },
2151
- "padding-inline-end": {
2157
+ "border-width": {
2152
2158
  "$extensions": {
2153
2159
  "nl.nldesignsystem.css.property": {
2154
2160
  "syntax": "<length>",
2155
2161
  "inherits": true
2156
2162
  },
2157
- "nl.nldesignsystem.figma.supports-token": true
2163
+ "nl.nldesignsystem.figma.supports-token": false
2158
2164
  },
2159
- "type": "spacing"
2165
+ "type": "borderWidth"
2160
2166
  },
2161
- "padding-inline-start": {
2167
+ "color": {
2162
2168
  "$extensions": {
2163
2169
  "nl.nldesignsystem.css.property": {
2164
- "syntax": "<length>",
2170
+ "syntax": "<color>",
2165
2171
  "inherits": true
2166
2172
  },
2167
- "nl.nldesignsystem.figma.supports-token": true
2173
+ "nl.nldesignsystem.figma.supports-token": false
2168
2174
  },
2169
- "type": "spacing"
2175
+ "type": "color"
2170
2176
  },
2171
- "selected": {
2172
- "background-color": {
2173
- "$extensions": {
2174
- "nl.nldesignsystem.css.property": {
2175
- "syntax": "<color>",
2176
- "inherits": true
2177
- },
2178
- "nl.nldesignsystem.figma.supports-token": false
2179
- },
2180
- "type": "color"
2181
- },
2177
+ "icon": {
2182
2178
  "color": {
2183
2179
  "$extensions": {
2184
2180
  "nl.nldesignsystem.css.property": {
@@ -2189,78 +2185,50 @@
2189
2185
  },
2190
2186
  "type": "color"
2191
2187
  }
2192
- },
2193
- "icon": {
2194
- "size": {
2195
- "$extensions": {
2196
- "nl.nldesignsystem.css.property": {
2197
- "syntax": "<length>",
2198
- "inherits": true
2199
- },
2200
- "nl.nldesignsystem.figma.supports-token": false
2201
- },
2202
- "type": "sizing"
2203
- }
2204
2188
  }
2205
2189
  },
2206
- "row": {
2207
- "border-block-end-color": {
2190
+ "error": {
2191
+ "background-color": {
2208
2192
  "$extensions": {
2209
2193
  "nl.nldesignsystem.css.property": {
2210
2194
  "syntax": "<color>",
2211
2195
  "inherits": true
2212
2196
  },
2213
- "nl.nldesignsystem.figma.supports-token": true
2197
+ "nl.nldesignsystem.figma.supports-token": false
2214
2198
  },
2215
2199
  "type": "color"
2216
2200
  },
2217
- "border-block-end-width": {
2201
+ "border-color": {
2218
2202
  "$extensions": {
2219
2203
  "nl.nldesignsystem.css.property": {
2220
- "syntax": "<length>",
2204
+ "syntax": "<color>",
2221
2205
  "inherits": true
2222
2206
  },
2223
- "nl.nldesignsystem.figma.supports-token": true
2207
+ "nl.nldesignsystem.figma.supports-token": false
2224
2208
  },
2225
- "type": "borderWidth"
2209
+ "type": "color"
2226
2210
  },
2227
- "padding-inline-end": {
2211
+ "border-width": {
2228
2212
  "$extensions": {
2229
2213
  "nl.nldesignsystem.css.property": {
2230
2214
  "syntax": "<length>",
2231
2215
  "inherits": true
2232
2216
  },
2233
- "nl.nldesignsystem.fallback": [
2234
- "utrecht.table.cell.padding-inline-end"
2235
- ],
2236
2217
  "nl.nldesignsystem.figma.supports-token": false
2237
2218
  },
2238
- "type": "spacing"
2219
+ "type": "borderWidth"
2239
2220
  },
2240
- "padding-inline-start": {
2221
+ "color": {
2241
2222
  "$extensions": {
2242
2223
  "nl.nldesignsystem.css.property": {
2243
- "syntax": "<length>",
2224
+ "syntax": "<color>",
2244
2225
  "inherits": true
2245
2226
  },
2246
- "nl.nldesignsystem.fallback": [
2247
- "utrecht.table.cell.padding-inline-start"
2248
- ],
2249
2227
  "nl.nldesignsystem.figma.supports-token": false
2250
2228
  },
2251
- "type": "spacing"
2229
+ "type": "color"
2252
2230
  },
2253
- "alternate-odd": {
2254
- "background-color": {
2255
- "$extensions": {
2256
- "nl.nldesignsystem.css.property": {
2257
- "syntax": "<color>",
2258
- "inherits": true
2259
- },
2260
- "nl.nldesignsystem.figma.supports-token": false
2261
- },
2262
- "type": "color"
2263
- },
2231
+ "icon": {
2264
2232
  "color": {
2265
2233
  "$extensions": {
2266
2234
  "nl.nldesignsystem.css.property": {
@@ -2271,18 +2239,50 @@
2271
2239
  },
2272
2240
  "type": "color"
2273
2241
  }
2242
+ }
2243
+ },
2244
+ "ok": {
2245
+ "background-color": {
2246
+ "$extensions": {
2247
+ "nl.nldesignsystem.css.property": {
2248
+ "syntax": "<color>",
2249
+ "inherits": true
2250
+ },
2251
+ "nl.nldesignsystem.figma.supports-token": false
2252
+ },
2253
+ "type": "color"
2274
2254
  },
2275
- "alternate-even": {
2276
- "background-color": {
2277
- "$extensions": {
2278
- "nl.nldesignsystem.css.property": {
2279
- "syntax": "<color>",
2280
- "inherits": true
2281
- },
2282
- "nl.nldesignsystem.figma.supports-token": false
2255
+ "border-color": {
2256
+ "$extensions": {
2257
+ "nl.nldesignsystem.css.property": {
2258
+ "syntax": "<color>",
2259
+ "inherits": true
2283
2260
  },
2284
- "type": "color"
2261
+ "nl.nldesignsystem.figma.supports-token": false
2262
+ },
2263
+ "type": "color"
2264
+ },
2265
+ "border-width": {
2266
+ "$extensions": {
2267
+ "nl.nldesignsystem.css.property": {
2268
+ "syntax": "<length>",
2269
+ "inherits": true
2270
+ },
2271
+ "nl.nldesignsystem.figma.supports-token": false
2272
+ },
2273
+ "type": "borderWidth"
2274
+ },
2275
+ "color": {
2276
+ "$extensions": {
2277
+ "nl.nldesignsystem.css.property": {
2278
+ "syntax": "<color>",
2279
+ "inherits": true
2280
+ },
2281
+ "nl.nldesignsystem.figma.supports-token": false
2285
2282
  },
2283
+ "type": "color"
2284
+ },
2285
+ "icon": {
2286
2286
  "color": {
2287
2287
  "$extensions": {
2288
2288
  "nl.nldesignsystem.css.property": {
@@ -3398,6 +3398,16 @@
3398
3398
  "nl.nldesignsystem.figma.supports-token": false
3399
3399
  },
3400
3400
  "type": "fontFamilies"
3401
+ },
3402
+ "font-size-adjust": {
3403
+ "$extensions": {
3404
+ "nl.nldesignsystem.css.property": {
3405
+ "syntax": "<number>",
3406
+ "inherits": true
3407
+ },
3408
+ "nl.nldesignsystem.figma.supports-token": false
3409
+ },
3410
+ "type": "other"
3401
3411
  }
3402
3412
  },
3403
3413
  "rich-text": {
@@ -6667,6 +6677,28 @@
6667
6677
  }
6668
6678
  },
6669
6679
  "multiline-data": {},
6680
+ "mark": {
6681
+ "background-color": {
6682
+ "$extensions": {
6683
+ "nl.nldesignsystem.css.property": {
6684
+ "syntax": "<color>",
6685
+ "inherits": true
6686
+ },
6687
+ "nl.nldesignsystem.figma.supports-token": true
6688
+ },
6689
+ "type": "color"
6690
+ },
6691
+ "color": {
6692
+ "$extensions": {
6693
+ "nl.nldesignsystem.css.property": {
6694
+ "syntax": "<color>",
6695
+ "inherits": true
6696
+ },
6697
+ "nl.nldesignsystem.figma.supports-token": true
6698
+ },
6699
+ "type": "color"
6700
+ }
6701
+ },
6670
6702
  "mapcontrolbutton": {
6671
6703
  "background-color": {
6672
6704
  "$extensions": {
@@ -6847,66 +6879,6 @@
6847
6879
  }
6848
6880
  }
6849
6881
  },
6850
- "mark": {
6851
- "background-color": {
6852
- "$extensions": {
6853
- "nl.nldesignsystem.css.property": {
6854
- "syntax": "<color>",
6855
- "inherits": true
6856
- },
6857
- "nl.nldesignsystem.figma.supports-token": true
6858
- },
6859
- "type": "color"
6860
- },
6861
- "color": {
6862
- "$extensions": {
6863
- "nl.nldesignsystem.css.property": {
6864
- "syntax": "<color>",
6865
- "inherits": true
6866
- },
6867
- "nl.nldesignsystem.figma.supports-token": true
6868
- },
6869
- "type": "color"
6870
- }
6871
- },
6872
- "logo-image": {
6873
- "decoration-1": {
6874
- "color": {
6875
- "$extensions": {
6876
- "nl.nldesignsystem.css.property": {
6877
- "syntax": "<color>",
6878
- "inherits": true
6879
- },
6880
- "nl.nldesignsystem.figma.supports-token": false
6881
- },
6882
- "type": "color"
6883
- }
6884
- },
6885
- "decoration-2": {
6886
- "color": {
6887
- "$extensions": {
6888
- "nl.nldesignsystem.css.property": {
6889
- "syntax": "<color>",
6890
- "inherits": true
6891
- },
6892
- "nl.nldesignsystem.figma.supports-token": false
6893
- },
6894
- "type": "color"
6895
- }
6896
- },
6897
- "decoration-3": {
6898
- "color": {
6899
- "$extensions": {
6900
- "nl.nldesignsystem.css.property": {
6901
- "syntax": "<color>",
6902
- "inherits": true
6903
- },
6904
- "nl.nldesignsystem.figma.supports-token": false
6905
- },
6906
- "type": "color"
6907
- }
6908
- }
6909
- },
6910
6882
  "map-marker": {
6911
6883
  "background-color": {
6912
6884
  "$extensions": {
@@ -6964,20 +6936,58 @@
6964
6936
  "syntax": "<color>",
6965
6937
  "inherits": true
6966
6938
  },
6967
- "nl.nldesignsystem.figma.supports-token": false
6968
- },
6969
- "type": "color"
6939
+ "nl.nldesignsystem.figma.supports-token": false
6940
+ },
6941
+ "type": "color"
6942
+ },
6943
+ "icon": {
6944
+ "size": {
6945
+ "$extensions": {
6946
+ "nl.nldesignsystem.css.property": {
6947
+ "syntax": "<length>",
6948
+ "inherits": true
6949
+ },
6950
+ "nl.nldesignsystem.figma.supports-token": false
6951
+ },
6952
+ "type": "sizing"
6953
+ }
6954
+ }
6955
+ },
6956
+ "logo-image": {
6957
+ "decoration-1": {
6958
+ "color": {
6959
+ "$extensions": {
6960
+ "nl.nldesignsystem.css.property": {
6961
+ "syntax": "<color>",
6962
+ "inherits": true
6963
+ },
6964
+ "nl.nldesignsystem.figma.supports-token": false
6965
+ },
6966
+ "type": "color"
6967
+ }
6968
+ },
6969
+ "decoration-2": {
6970
+ "color": {
6971
+ "$extensions": {
6972
+ "nl.nldesignsystem.css.property": {
6973
+ "syntax": "<color>",
6974
+ "inherits": true
6975
+ },
6976
+ "nl.nldesignsystem.figma.supports-token": false
6977
+ },
6978
+ "type": "color"
6979
+ }
6970
6980
  },
6971
- "icon": {
6972
- "size": {
6981
+ "decoration-3": {
6982
+ "color": {
6973
6983
  "$extensions": {
6974
6984
  "nl.nldesignsystem.css.property": {
6975
- "syntax": "<length>",
6985
+ "syntax": "<color>",
6976
6986
  "inherits": true
6977
6987
  },
6978
6988
  "nl.nldesignsystem.figma.supports-token": false
6979
6989
  },
6980
- "type": "sizing"
6990
+ "type": "color"
6981
6991
  }
6982
6992
  }
6983
6993
  },
@@ -7035,60 +7045,6 @@
7035
7045
  "type": "sizing"
7036
7046
  }
7037
7047
  },
7038
- "list-social": {
7039
- "margin-block-start": {
7040
- "$extensions": {
7041
- "nl.nldesignsystem.css.property": {
7042
- "syntax": "<length>",
7043
- "inherits": true
7044
- },
7045
- "nl.nldesignsystem.figma.supports-token": false
7046
- },
7047
- "type": "spacing"
7048
- },
7049
- "margin-block-end": {
7050
- "$extensions": {
7051
- "nl.nldesignsystem.css.property": {
7052
- "syntax": "<length>",
7053
- "inherits": true
7054
- },
7055
- "nl.nldesignsystem.figma.supports-token": false
7056
- },
7057
- "type": "spacing"
7058
- },
7059
- "padding-inline-start": {
7060
- "$extensions": {
7061
- "nl.nldesignsystem.css.property": {
7062
- "syntax": "<length>",
7063
- "inherits": true
7064
- },
7065
- "nl.nldesignsystem.figma.supports-token": false
7066
- },
7067
- "type": "spacing"
7068
- },
7069
- "padding-inline-end": {
7070
- "$extensions": {
7071
- "nl.nldesignsystem.css.property": {
7072
- "syntax": "<length>",
7073
- "inherits": true
7074
- },
7075
- "nl.nldesignsystem.figma.supports-token": false
7076
- },
7077
- "type": "spacing"
7078
- },
7079
- "item": {
7080
- "margin-inline-end": {
7081
- "$extensions": {
7082
- "nl.nldesignsystem.css.property": {
7083
- "syntax": "<length>",
7084
- "inherits": true
7085
- },
7086
- "nl.nldesignsystem.figma.supports-token": false
7087
- },
7088
- "type": "spacing"
7089
- }
7090
- }
7091
- },
7092
7048
  "listbox": {
7093
7049
  "background-color": {
7094
7050
  "$extensions": {
@@ -7418,6 +7374,60 @@
7418
7374
  }
7419
7375
  }
7420
7376
  },
7377
+ "list-social": {
7378
+ "margin-block-start": {
7379
+ "$extensions": {
7380
+ "nl.nldesignsystem.css.property": {
7381
+ "syntax": "<length>",
7382
+ "inherits": true
7383
+ },
7384
+ "nl.nldesignsystem.figma.supports-token": false
7385
+ },
7386
+ "type": "spacing"
7387
+ },
7388
+ "margin-block-end": {
7389
+ "$extensions": {
7390
+ "nl.nldesignsystem.css.property": {
7391
+ "syntax": "<length>",
7392
+ "inherits": true
7393
+ },
7394
+ "nl.nldesignsystem.figma.supports-token": false
7395
+ },
7396
+ "type": "spacing"
7397
+ },
7398
+ "padding-inline-start": {
7399
+ "$extensions": {
7400
+ "nl.nldesignsystem.css.property": {
7401
+ "syntax": "<length>",
7402
+ "inherits": true
7403
+ },
7404
+ "nl.nldesignsystem.figma.supports-token": false
7405
+ },
7406
+ "type": "spacing"
7407
+ },
7408
+ "padding-inline-end": {
7409
+ "$extensions": {
7410
+ "nl.nldesignsystem.css.property": {
7411
+ "syntax": "<length>",
7412
+ "inherits": true
7413
+ },
7414
+ "nl.nldesignsystem.figma.supports-token": false
7415
+ },
7416
+ "type": "spacing"
7417
+ },
7418
+ "item": {
7419
+ "margin-inline-end": {
7420
+ "$extensions": {
7421
+ "nl.nldesignsystem.css.property": {
7422
+ "syntax": "<length>",
7423
+ "inherits": true
7424
+ },
7425
+ "nl.nldesignsystem.figma.supports-token": false
7426
+ },
7427
+ "type": "spacing"
7428
+ }
7429
+ }
7430
+ },
7421
7431
  "link-social": {
7422
7432
  "background-color": {
7423
7433
  "$extensions": {
@@ -7874,7 +7884,6 @@
7874
7884
  }
7875
7885
  }
7876
7886
  },
7877
- "image": {},
7878
7887
  "index-char-nav": {
7879
7888
  "margin-block-start": {
7880
7889
  "$extensions": {
@@ -7921,6 +7930,7 @@
7921
7930
  }
7922
7931
  }
7923
7932
  },
7933
+ "image": {},
7924
7934
  "iban-data": {},
7925
7935
  "html-content": {},
7926
7936
  "heading-group": {
@@ -16488,68 +16498,6 @@
16488
16498
  }
16489
16499
  }
16490
16500
  },
16491
- "action": {
16492
- "activate": {
16493
- "cursor": {
16494
- "$extensions": {
16495
- "nl.nldesignsystem.css.property": {
16496
- "syntax": "*",
16497
- "inherits": true
16498
- }
16499
- }
16500
- }
16501
- },
16502
- "busy": {
16503
- "cursor": {
16504
- "$extensions": {
16505
- "nl.nldesignsystem.css.property": {
16506
- "syntax": "*",
16507
- "inherits": true
16508
- }
16509
- }
16510
- }
16511
- },
16512
- "disabled": {
16513
- "cursor": {
16514
- "$extensions": {
16515
- "nl.nldesignsystem.css.property": {
16516
- "syntax": "*",
16517
- "inherits": true
16518
- }
16519
- }
16520
- }
16521
- },
16522
- "inert": {
16523
- "cursor": {
16524
- "$extensions": {
16525
- "nl.nldesignsystem.css.property": {
16526
- "syntax": "*",
16527
- "inherits": true
16528
- }
16529
- }
16530
- }
16531
- },
16532
- "navigate": {
16533
- "cursor": {
16534
- "$extensions": {
16535
- "nl.nldesignsystem.css.property": {
16536
- "syntax": "*",
16537
- "inherits": true
16538
- }
16539
- }
16540
- }
16541
- },
16542
- "submit": {
16543
- "cursor": {
16544
- "$extensions": {
16545
- "nl.nldesignsystem.css.property": {
16546
- "syntax": "*",
16547
- "inherits": true
16548
- }
16549
- }
16550
- }
16551
- }
16552
- },
16553
16501
  "feedback": {
16554
16502
  "danger": {
16555
16503
  "background-color": {
@@ -16947,6 +16895,68 @@
16947
16895
  }
16948
16896
  }
16949
16897
  }
16898
+ },
16899
+ "action": {
16900
+ "activate": {
16901
+ "cursor": {
16902
+ "$extensions": {
16903
+ "nl.nldesignsystem.css.property": {
16904
+ "syntax": "*",
16905
+ "inherits": true
16906
+ }
16907
+ }
16908
+ }
16909
+ },
16910
+ "busy": {
16911
+ "cursor": {
16912
+ "$extensions": {
16913
+ "nl.nldesignsystem.css.property": {
16914
+ "syntax": "*",
16915
+ "inherits": true
16916
+ }
16917
+ }
16918
+ }
16919
+ },
16920
+ "disabled": {
16921
+ "cursor": {
16922
+ "$extensions": {
16923
+ "nl.nldesignsystem.css.property": {
16924
+ "syntax": "*",
16925
+ "inherits": true
16926
+ }
16927
+ }
16928
+ }
16929
+ },
16930
+ "inert": {
16931
+ "cursor": {
16932
+ "$extensions": {
16933
+ "nl.nldesignsystem.css.property": {
16934
+ "syntax": "*",
16935
+ "inherits": true
16936
+ }
16937
+ }
16938
+ }
16939
+ },
16940
+ "navigate": {
16941
+ "cursor": {
16942
+ "$extensions": {
16943
+ "nl.nldesignsystem.css.property": {
16944
+ "syntax": "*",
16945
+ "inherits": true
16946
+ }
16947
+ }
16948
+ }
16949
+ },
16950
+ "submit": {
16951
+ "cursor": {
16952
+ "$extensions": {
16953
+ "nl.nldesignsystem.css.property": {
16954
+ "syntax": "*",
16955
+ "inherits": true
16956
+ }
16957
+ }
16958
+ }
16959
+ }
16950
16960
  }
16951
16961
  },
16952
16962
  "denhaag": {