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

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 +727 -727
  2. package/package.json +9 -9
package/dist/tokens.json CHANGED
@@ -1384,7 +1384,66 @@
1384
1384
  }
1385
1385
  },
1386
1386
  "table-of-contents": {},
1387
- "table": {
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
+ },
1388
1447
  "border-color": {
1389
1448
  "$extensions": {
1390
1449
  "nl.nldesignsystem.css.property": {
@@ -1395,6 +1454,16 @@
1395
1454
  },
1396
1455
  "type": "color"
1397
1456
  },
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
+ },
1398
1467
  "border-width": {
1399
1468
  "$extensions": {
1400
1469
  "nl.nldesignsystem.css.property": {
@@ -1405,43 +1474,47 @@
1405
1474
  },
1406
1475
  "type": "borderWidth"
1407
1476
  },
1408
- "font-family": {
1477
+ "color": {
1409
1478
  "$extensions": {
1410
1479
  "nl.nldesignsystem.css.property": {
1411
- "syntax": "*",
1480
+ "syntax": "<color>",
1412
1481
  "inherits": true
1413
1482
  },
1414
- "nl.nldesignsystem.fallback": [
1415
- "utrecht.document.color"
1416
- ],
1417
- "nl.nldesignsystem.figma.supports-token": true
1483
+ "nl.nldesignsystem.figma.supports-token": false
1418
1484
  },
1419
- "type": "fontFamilies"
1485
+ "type": "color"
1420
1486
  },
1421
- "font-size": {
1487
+ "padding-block-start": {
1422
1488
  "$extensions": {
1423
1489
  "nl.nldesignsystem.css.property": {
1424
1490
  "syntax": "<length>",
1425
1491
  "inherits": true
1426
1492
  },
1427
- "nl.nldesignsystem.figma.supports-token": true
1493
+ "nl.nldesignsystem.figma.supports-token": false
1428
1494
  },
1429
- "type": "fontSizes"
1495
+ "type": "spacing"
1430
1496
  },
1431
- "line-height": {
1497
+ "padding-block-end": {
1432
1498
  "$extensions": {
1433
1499
  "nl.nldesignsystem.css.property": {
1434
- "syntax": [
1435
- "<length>",
1436
- "<number>"
1437
- ],
1500
+ "syntax": "<length>",
1438
1501
  "inherits": true
1439
1502
  },
1440
- "nl.nldesignsystem.figma.supports-token": true
1503
+ "nl.nldesignsystem.figma.supports-token": false
1441
1504
  },
1442
- "type": "lineHeights"
1505
+ "type": "spacing"
1443
1506
  },
1444
- "margin-block-end": {
1507
+ "padding-inline-start": {
1508
+ "$extensions": {
1509
+ "nl.nldesignsystem.css.property": {
1510
+ "syntax": "<length>",
1511
+ "inherits": true
1512
+ },
1513
+ "nl.nldesignsystem.figma.supports-token": false
1514
+ },
1515
+ "type": "spacing"
1516
+ },
1517
+ "padding-inline-end": {
1445
1518
  "$extensions": {
1446
1519
  "nl.nldesignsystem.css.property": {
1447
1520
  "syntax": "<length>",
@@ -1461,36 +1534,46 @@
1461
1534
  },
1462
1535
  "type": "spacing"
1463
1536
  },
1464
- "caption": {
1465
- "font-weight": {
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": {
1466
1549
  "$extensions": {
1467
1550
  "nl.nldesignsystem.css.property": {
1468
- "syntax": "<number>",
1551
+ "syntax": "<color>",
1469
1552
  "inherits": true
1470
1553
  },
1471
- "nl.nldesignsystem.figma.supports-token": true
1554
+ "nl.nldesignsystem.figma.supports-token": false
1472
1555
  },
1473
- "type": "fontWeights"
1556
+ "type": "color"
1474
1557
  },
1475
- "font-family": {
1558
+ "border-color": {
1476
1559
  "$extensions": {
1477
1560
  "nl.nldesignsystem.css.property": {
1478
- "syntax": "*",
1561
+ "syntax": "<color>",
1479
1562
  "inherits": true
1480
1563
  },
1481
- "nl.nldesignsystem.figma.supports-token": true
1564
+ "nl.nldesignsystem.figma.supports-token": false
1482
1565
  },
1483
- "type": "fontFamilies"
1566
+ "type": "color"
1484
1567
  },
1485
- "font-size": {
1568
+ "border-width": {
1486
1569
  "$extensions": {
1487
1570
  "nl.nldesignsystem.css.property": {
1488
1571
  "syntax": "<length>",
1489
1572
  "inherits": true
1490
1573
  },
1491
- "nl.nldesignsystem.figma.supports-token": true
1574
+ "nl.nldesignsystem.figma.supports-token": false
1492
1575
  },
1493
- "type": "fontSizes"
1576
+ "type": "borderWidth"
1494
1577
  },
1495
1578
  "color": {
1496
1579
  "$extensions": {
@@ -1498,71 +1581,89 @@
1498
1581
  "syntax": "<color>",
1499
1582
  "inherits": true
1500
1583
  },
1501
- "nl.nldesignsystem.figma.supports-token": true
1584
+ "nl.nldesignsystem.figma.supports-token": false
1502
1585
  },
1503
1586
  "type": "color"
1504
1587
  },
1505
- "line-height": {
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": {
1506
1603
  "$extensions": {
1507
1604
  "nl.nldesignsystem.css.property": {
1508
- "syntax": [
1509
- "<length>",
1510
- "<number>"
1511
- ],
1605
+ "syntax": "<color>",
1512
1606
  "inherits": true
1513
1607
  },
1514
- "nl.nldesignsystem.figma.supports-token": true
1608
+ "nl.nldesignsystem.figma.supports-token": false
1515
1609
  },
1516
- "type": "lineHeights"
1610
+ "type": "color"
1517
1611
  },
1518
- "text-align": {
1612
+ "border-color": {
1519
1613
  "$extensions": {
1520
1614
  "nl.nldesignsystem.css.property": {
1521
- "syntax": [
1522
- "left",
1523
- "right",
1524
- "start",
1525
- "end"
1526
- ],
1615
+ "syntax": "<color>",
1527
1616
  "inherits": true
1528
1617
  },
1529
1618
  "nl.nldesignsystem.figma.supports-token": false
1530
1619
  },
1531
- "type": "other"
1620
+ "type": "color"
1532
1621
  },
1533
- "margin-block-end": {
1622
+ "border-width": {
1534
1623
  "$extensions": {
1535
1624
  "nl.nldesignsystem.css.property": {
1536
1625
  "syntax": "<length>",
1537
1626
  "inherits": true
1538
1627
  },
1539
- "nl.nldesignsystem.figma.supports-token": true
1628
+ "nl.nldesignsystem.figma.supports-token": false
1540
1629
  },
1541
- "type": "spacing"
1542
- }
1543
- },
1544
- "header": {
1545
- "font-weight": {
1630
+ "type": "borderWidth"
1631
+ },
1632
+ "color": {
1546
1633
  "$extensions": {
1547
1634
  "nl.nldesignsystem.css.property": {
1548
- "syntax": "<number>",
1635
+ "syntax": "<color>",
1549
1636
  "inherits": true
1550
1637
  },
1551
1638
  "nl.nldesignsystem.figma.supports-token": false
1552
1639
  },
1553
- "type": "fontWeights"
1640
+ "type": "color"
1554
1641
  },
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": {
1555
1656
  "background-color": {
1556
1657
  "$extensions": {
1557
1658
  "nl.nldesignsystem.css.property": {
1558
1659
  "syntax": "<color>",
1559
1660
  "inherits": true
1560
1661
  },
1561
- "nl.nldesignsystem.figma.supports-token": true
1662
+ "nl.nldesignsystem.figma.supports-token": false
1562
1663
  },
1563
1664
  "type": "color"
1564
1665
  },
1565
- "color": {
1666
+ "border-color": {
1566
1667
  "$extensions": {
1567
1668
  "nl.nldesignsystem.css.property": {
1568
1669
  "syntax": "<color>",
@@ -1572,50 +1673,27 @@
1572
1673
  },
1573
1674
  "type": "color"
1574
1675
  },
1575
- "text-transform": {
1676
+ "border-width": {
1576
1677
  "$extensions": {
1577
1678
  "nl.nldesignsystem.css.property": {
1578
- "syntax": [
1579
- "inherit",
1580
- "uppercase"
1581
- ],
1679
+ "syntax": "<length>",
1582
1680
  "inherits": true
1583
1681
  },
1584
1682
  "nl.nldesignsystem.figma.supports-token": false
1585
1683
  },
1586
- "type": "textCase"
1684
+ "type": "borderWidth"
1587
1685
  },
1588
- "border-block-end-color": {
1686
+ "color": {
1589
1687
  "$extensions": {
1590
1688
  "nl.nldesignsystem.css.property": {
1591
1689
  "syntax": "<color>",
1592
1690
  "inherits": true
1593
1691
  },
1594
- "nl.nldesignsystem.figma.supports-token": true
1692
+ "nl.nldesignsystem.figma.supports-token": false
1595
1693
  },
1596
1694
  "type": "color"
1597
1695
  },
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": {
1610
- "$extensions": {
1611
- "nl.nldesignsystem.css.property": {
1612
- "syntax": "<color>",
1613
- "inherits": true
1614
- },
1615
- "nl.nldesignsystem.figma.supports-token": false
1616
- },
1617
- "type": "color"
1618
- },
1696
+ "icon": {
1619
1697
  "color": {
1620
1698
  "$extensions": {
1621
1699
  "nl.nldesignsystem.css.property": {
@@ -1625,41 +1703,21 @@
1625
1703
  "nl.nldesignsystem.figma.supports-token": false
1626
1704
  },
1627
1705
  "type": "color"
1628
- },
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
1706
  }
1649
1707
  }
1650
1708
  },
1651
- "footer": {
1709
+ "ok": {
1652
1710
  "background-color": {
1653
1711
  "$extensions": {
1654
1712
  "nl.nldesignsystem.css.property": {
1655
1713
  "syntax": "<color>",
1656
1714
  "inherits": true
1657
1715
  },
1658
- "nl.nldesignsystem.figma.supports-token": true
1716
+ "nl.nldesignsystem.figma.supports-token": false
1659
1717
  },
1660
1718
  "type": "color"
1661
1719
  },
1662
- "color": {
1720
+ "border-color": {
1663
1721
  "$extensions": {
1664
1722
  "nl.nldesignsystem.css.property": {
1665
1723
  "syntax": "<color>",
@@ -1669,31 +1727,7 @@
1669
1727
  },
1670
1728
  "type": "color"
1671
1729
  },
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
- },
1683
- "color": {
1684
- "$extensions": {
1685
- "nl.nldesignsystem.css.property": {
1686
- "syntax": "<color>",
1687
- "inherits": true
1688
- },
1689
- "nl.nldesignsystem.figma.supports-token": false
1690
- },
1691
- "type": "color"
1692
- }
1693
- }
1694
- },
1695
- "header-cell": {
1696
- "font-size": {
1730
+ "border-width": {
1697
1731
  "$extensions": {
1698
1732
  "nl.nldesignsystem.css.property": {
1699
1733
  "syntax": "<length>",
@@ -1701,17 +1735,7 @@
1701
1735
  },
1702
1736
  "nl.nldesignsystem.figma.supports-token": false
1703
1737
  },
1704
- "type": "fontSizes"
1705
- },
1706
- "font-weight": {
1707
- "$extensions": {
1708
- "nl.nldesignsystem.css.property": {
1709
- "syntax": "<number>",
1710
- "inherits": true
1711
- },
1712
- "nl.nldesignsystem.figma.supports-token": true
1713
- },
1714
- "type": "fontWeights"
1738
+ "type": "borderWidth"
1715
1739
  },
1716
1740
  "color": {
1717
1741
  "$extensions": {
@@ -1719,193 +1743,11 @@
1719
1743
  "syntax": "<color>",
1720
1744
  "inherits": true
1721
1745
  },
1722
- "nl.nldesignsystem.figma.supports-token": true
1723
- },
1724
- "type": "color"
1725
- },
1726
- "text-transform": {
1727
- "$extensions": {
1728
- "nl.nldesignsystem.css.property": {
1729
- "syntax": [
1730
- "inherit",
1731
- "uppercase"
1732
- ],
1733
- "inherits": true
1734
- },
1735
- "nl.nldesignsystem.figma.supports-token": false
1736
- },
1737
- "type": "textCase"
1738
- }
1739
- },
1740
- "cell": {
1741
- "line-height": {
1742
- "$extensions": {
1743
- "nl.nldesignsystem.css.property": {
1744
- "syntax": [
1745
- "<length>",
1746
- "<number>"
1747
- ],
1748
- "inherits": true
1749
- },
1750
1746
  "nl.nldesignsystem.figma.supports-token": false
1751
1747
  },
1752
- "type": "lineHeights"
1753
- },
1754
- "padding-block-end": {
1755
- "$extensions": {
1756
- "nl.nldesignsystem.css.property": {
1757
- "syntax": "<length>",
1758
- "inherits": true
1759
- },
1760
- "nl.nldesignsystem.figma.supports-token": true
1761
- },
1762
- "type": "spacing"
1763
- },
1764
- "padding-block-start": {
1765
- "$extensions": {
1766
- "nl.nldesignsystem.css.property": {
1767
- "syntax": "<length>",
1768
- "inherits": true
1769
- },
1770
- "nl.nldesignsystem.figma.supports-token": true
1771
- },
1772
- "type": "spacing"
1773
- },
1774
- "padding-inline-end": {
1775
- "$extensions": {
1776
- "nl.nldesignsystem.css.property": {
1777
- "syntax": "<length>",
1778
- "inherits": true
1779
- },
1780
- "nl.nldesignsystem.figma.supports-token": true
1781
- },
1782
- "type": "spacing"
1783
- },
1784
- "padding-inline-start": {
1785
- "$extensions": {
1786
- "nl.nldesignsystem.css.property": {
1787
- "syntax": "<length>",
1788
- "inherits": true
1789
- },
1790
- "nl.nldesignsystem.figma.supports-token": true
1791
- },
1792
- "type": "spacing"
1793
- },
1794
- "selected": {
1795
- "background-color": {
1796
- "$extensions": {
1797
- "nl.nldesignsystem.css.property": {
1798
- "syntax": "<color>",
1799
- "inherits": true
1800
- },
1801
- "nl.nldesignsystem.figma.supports-token": false
1802
- },
1803
- "type": "color"
1804
- },
1805
- "color": {
1806
- "$extensions": {
1807
- "nl.nldesignsystem.css.property": {
1808
- "syntax": "<color>",
1809
- "inherits": true
1810
- },
1811
- "nl.nldesignsystem.figma.supports-token": false
1812
- },
1813
- "type": "color"
1814
- }
1815
- },
1816
- "icon": {
1817
- "size": {
1818
- "$extensions": {
1819
- "nl.nldesignsystem.css.property": {
1820
- "syntax": "<length>",
1821
- "inherits": true
1822
- },
1823
- "nl.nldesignsystem.figma.supports-token": false
1824
- },
1825
- "type": "sizing"
1826
- }
1827
- }
1828
- },
1829
- "row": {
1830
- "border-block-end-color": {
1831
- "$extensions": {
1832
- "nl.nldesignsystem.css.property": {
1833
- "syntax": "<color>",
1834
- "inherits": true
1835
- },
1836
- "nl.nldesignsystem.figma.supports-token": true
1837
- },
1838
1748
  "type": "color"
1839
1749
  },
1840
- "border-block-end-width": {
1841
- "$extensions": {
1842
- "nl.nldesignsystem.css.property": {
1843
- "syntax": "<length>",
1844
- "inherits": true
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
- ],
1859
- "nl.nldesignsystem.figma.supports-token": false
1860
- },
1861
- "type": "spacing"
1862
- },
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": {
1899
- "background-color": {
1900
- "$extensions": {
1901
- "nl.nldesignsystem.css.property": {
1902
- "syntax": "<color>",
1903
- "inherits": true
1904
- },
1905
- "nl.nldesignsystem.figma.supports-token": false
1906
- },
1907
- "type": "color"
1908
- },
1750
+ "icon": {
1909
1751
  "color": {
1910
1752
  "$extensions": {
1911
1753
  "nl.nldesignsystem.css.property": {
@@ -1919,8 +1761,8 @@
1919
1761
  }
1920
1762
  }
1921
1763
  },
1922
- "surface": {
1923
- "background-color": {
1764
+ "table": {
1765
+ "border-color": {
1924
1766
  "$extensions": {
1925
1767
  "nl.nldesignsystem.css.property": {
1926
1768
  "syntax": "<color>",
@@ -1930,76 +1772,63 @@
1930
1772
  },
1931
1773
  "type": "color"
1932
1774
  },
1933
- "color": {
1775
+ "border-width": {
1934
1776
  "$extensions": {
1935
1777
  "nl.nldesignsystem.css.property": {
1936
- "syntax": "<color>",
1778
+ "syntax": "<length>",
1937
1779
  "inherits": true
1938
1780
  },
1939
1781
  "nl.nldesignsystem.figma.supports-token": false
1940
1782
  },
1941
- "type": "color"
1942
- }
1943
- },
1944
- "superscript": {},
1945
- "subscript": {},
1946
- "status-badge": {
1947
- "letter-spacing": {
1783
+ "type": "borderWidth"
1784
+ },
1785
+ "font-family": {
1948
1786
  "$extensions": {
1949
1787
  "nl.nldesignsystem.css.property": {
1950
- "syntax": "<length>",
1788
+ "syntax": "*",
1951
1789
  "inherits": true
1952
1790
  },
1791
+ "nl.nldesignsystem.fallback": [
1792
+ "utrecht.document.color"
1793
+ ],
1953
1794
  "nl.nldesignsystem.figma.supports-token": true
1954
1795
  },
1955
- "type": "letterSpacing"
1796
+ "type": "fontFamilies"
1956
1797
  },
1957
- "text-transform": {
1798
+ "font-size": {
1958
1799
  "$extensions": {
1959
1800
  "nl.nldesignsystem.css.property": {
1960
- "syntax": [
1961
- "inherit",
1962
- "uppercase"
1963
- ],
1801
+ "syntax": "<length>",
1964
1802
  "inherits": true
1965
1803
  },
1966
1804
  "nl.nldesignsystem.figma.supports-token": true
1967
1805
  },
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"
1806
+ "type": "fontSizes"
1981
1807
  },
1982
- "border-color": {
1808
+ "line-height": {
1983
1809
  "$extensions": {
1984
1810
  "nl.nldesignsystem.css.property": {
1985
- "syntax": "<color>",
1811
+ "syntax": [
1812
+ "<length>",
1813
+ "<number>"
1814
+ ],
1986
1815
  "inherits": true
1987
1816
  },
1988
- "nl.nldesignsystem.figma.supports-token": false
1817
+ "nl.nldesignsystem.figma.supports-token": true
1989
1818
  },
1990
- "type": "color"
1819
+ "type": "lineHeights"
1991
1820
  },
1992
- "border-radius": {
1821
+ "margin-block-end": {
1993
1822
  "$extensions": {
1994
1823
  "nl.nldesignsystem.css.property": {
1995
- "syntax": "<length-percentage>",
1824
+ "syntax": "<length>",
1996
1825
  "inherits": true
1997
1826
  },
1998
1827
  "nl.nldesignsystem.figma.supports-token": false
1999
1828
  },
2000
- "type": "borderRadius"
1829
+ "type": "spacing"
2001
1830
  },
2002
- "border-width": {
1831
+ "margin-block-start": {
2003
1832
  "$extensions": {
2004
1833
  "nl.nldesignsystem.css.property": {
2005
1834
  "syntax": "<length>",
@@ -2007,90 +1836,110 @@
2007
1836
  },
2008
1837
  "nl.nldesignsystem.figma.supports-token": false
2009
1838
  },
2010
- "type": "borderWidth"
1839
+ "type": "spacing"
2011
1840
  },
2012
- "color": {
2013
- "$extensions": {
2014
- "nl.nldesignsystem.css.property": {
2015
- "syntax": "<color>",
2016
- "inherits": true
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
2017
1849
  },
2018
- "nl.nldesignsystem.figma.supports-token": false
1850
+ "type": "fontWeights"
2019
1851
  },
2020
- "type": "color"
2021
- },
2022
- "padding-block-start": {
2023
- "$extensions": {
2024
- "nl.nldesignsystem.css.property": {
2025
- "syntax": "<length>",
2026
- "inherits": true
1852
+ "font-family": {
1853
+ "$extensions": {
1854
+ "nl.nldesignsystem.css.property": {
1855
+ "syntax": "*",
1856
+ "inherits": true
1857
+ },
1858
+ "nl.nldesignsystem.figma.supports-token": true
2027
1859
  },
2028
- "nl.nldesignsystem.figma.supports-token": false
1860
+ "type": "fontFamilies"
2029
1861
  },
2030
- "type": "spacing"
2031
- },
2032
- "padding-block-end": {
2033
- "$extensions": {
2034
- "nl.nldesignsystem.css.property": {
2035
- "syntax": "<length>",
2036
- "inherits": true
1862
+ "font-size": {
1863
+ "$extensions": {
1864
+ "nl.nldesignsystem.css.property": {
1865
+ "syntax": "<length>",
1866
+ "inherits": true
1867
+ },
1868
+ "nl.nldesignsystem.figma.supports-token": true
2037
1869
  },
2038
- "nl.nldesignsystem.figma.supports-token": false
1870
+ "type": "fontSizes"
2039
1871
  },
2040
- "type": "spacing"
2041
- },
2042
- "padding-inline-start": {
2043
- "$extensions": {
2044
- "nl.nldesignsystem.css.property": {
2045
- "syntax": "<length>",
2046
- "inherits": true
1872
+ "color": {
1873
+ "$extensions": {
1874
+ "nl.nldesignsystem.css.property": {
1875
+ "syntax": "<color>",
1876
+ "inherits": true
1877
+ },
1878
+ "nl.nldesignsystem.figma.supports-token": true
2047
1879
  },
2048
- "nl.nldesignsystem.figma.supports-token": false
1880
+ "type": "color"
2049
1881
  },
2050
- "type": "spacing"
2051
- },
2052
- "padding-inline-end": {
2053
- "$extensions": {
2054
- "nl.nldesignsystem.css.property": {
2055
- "syntax": "<length>",
2056
- "inherits": true
1882
+ "line-height": {
1883
+ "$extensions": {
1884
+ "nl.nldesignsystem.css.property": {
1885
+ "syntax": [
1886
+ "<length>",
1887
+ "<number>"
1888
+ ],
1889
+ "inherits": true
1890
+ },
1891
+ "nl.nldesignsystem.figma.supports-token": true
2057
1892
  },
2058
- "nl.nldesignsystem.figma.supports-token": false
1893
+ "type": "lineHeights"
2059
1894
  },
2060
- "type": "spacing"
2061
- },
2062
- "margin-block-start": {
2063
- "$extensions": {
2064
- "nl.nldesignsystem.css.property": {
2065
- "syntax": "<length>",
2066
- "inherits": true
1895
+ "text-align": {
1896
+ "$extensions": {
1897
+ "nl.nldesignsystem.css.property": {
1898
+ "syntax": [
1899
+ "left",
1900
+ "right",
1901
+ "start",
1902
+ "end"
1903
+ ],
1904
+ "inherits": true
1905
+ },
1906
+ "nl.nldesignsystem.figma.supports-token": false
2067
1907
  },
2068
- "nl.nldesignsystem.figma.supports-token": false
1908
+ "type": "other"
2069
1909
  },
2070
- "type": "spacing"
1910
+ "margin-block-end": {
1911
+ "$extensions": {
1912
+ "nl.nldesignsystem.css.property": {
1913
+ "syntax": "<length>",
1914
+ "inherits": true
1915
+ },
1916
+ "nl.nldesignsystem.figma.supports-token": true
1917
+ },
1918
+ "type": "spacing"
1919
+ }
2071
1920
  },
2072
- "margin-block-end": {
2073
- "$extensions": {
2074
- "nl.nldesignsystem.css.property": {
2075
- "syntax": "<length>",
2076
- "inherits": true
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
2077
1929
  },
2078
- "nl.nldesignsystem.figma.supports-token": false
1930
+ "type": "fontWeights"
2079
1931
  },
2080
- "type": "spacing"
2081
- },
2082
- "info": {
2083
1932
  "background-color": {
2084
1933
  "$extensions": {
2085
1934
  "nl.nldesignsystem.css.property": {
2086
1935
  "syntax": "<color>",
2087
1936
  "inherits": true
2088
1937
  },
2089
- "nl.nldesignsystem.figma.supports-token": false
1938
+ "nl.nldesignsystem.figma.supports-token": true
2090
1939
  },
2091
1940
  "type": "color"
2092
1941
  },
2093
- "border-color": {
1942
+ "color": {
2094
1943
  "$extensions": {
2095
1944
  "nl.nldesignsystem.css.property": {
2096
1945
  "syntax": "<color>",
@@ -2100,27 +1949,50 @@
2100
1949
  },
2101
1950
  "type": "color"
2102
1951
  },
2103
- "border-width": {
1952
+ "text-transform": {
2104
1953
  "$extensions": {
2105
1954
  "nl.nldesignsystem.css.property": {
2106
- "syntax": "<length>",
1955
+ "syntax": [
1956
+ "inherit",
1957
+ "uppercase"
1958
+ ],
2107
1959
  "inherits": true
2108
1960
  },
2109
1961
  "nl.nldesignsystem.figma.supports-token": false
2110
1962
  },
2111
- "type": "borderWidth"
1963
+ "type": "textCase"
2112
1964
  },
2113
- "color": {
1965
+ "border-block-end-color": {
2114
1966
  "$extensions": {
2115
1967
  "nl.nldesignsystem.css.property": {
2116
1968
  "syntax": "<color>",
2117
1969
  "inherits": true
2118
1970
  },
2119
- "nl.nldesignsystem.figma.supports-token": false
1971
+ "nl.nldesignsystem.figma.supports-token": true
2120
1972
  },
2121
1973
  "type": "color"
2122
1974
  },
2123
- "icon": {
1975
+ "border-block-end-width": {
1976
+ "$extensions": {
1977
+ "nl.nldesignsystem.css.property": {
1978
+ "syntax": "<length>",
1979
+ "inherits": true
1980
+ },
1981
+ "nl.nldesignsystem.figma.supports-token": true
1982
+ },
1983
+ "type": "borderWidth"
1984
+ },
1985
+ "sticky": {
1986
+ "background-color": {
1987
+ "$extensions": {
1988
+ "nl.nldesignsystem.css.property": {
1989
+ "syntax": "<color>",
1990
+ "inherits": true
1991
+ },
1992
+ "nl.nldesignsystem.figma.supports-token": false
1993
+ },
1994
+ "type": "color"
1995
+ },
2124
1996
  "color": {
2125
1997
  "$extensions": {
2126
1998
  "nl.nldesignsystem.css.property": {
@@ -2130,21 +2002,41 @@
2130
2002
  "nl.nldesignsystem.figma.supports-token": false
2131
2003
  },
2132
2004
  "type": "color"
2005
+ },
2006
+ "border-block-end-color": {
2007
+ "$extensions": {
2008
+ "nl.nldesignsystem.css.property": {
2009
+ "syntax": "<color>",
2010
+ "inherits": true
2011
+ },
2012
+ "nl.nldesignsystem.figma.supports-token": false
2013
+ },
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"
2133
2025
  }
2134
2026
  }
2135
2027
  },
2136
- "warning": {
2028
+ "footer": {
2137
2029
  "background-color": {
2138
2030
  "$extensions": {
2139
2031
  "nl.nldesignsystem.css.property": {
2140
2032
  "syntax": "<color>",
2141
2033
  "inherits": true
2142
2034
  },
2143
- "nl.nldesignsystem.figma.supports-token": false
2035
+ "nl.nldesignsystem.figma.supports-token": true
2144
2036
  },
2145
2037
  "type": "color"
2146
2038
  },
2147
- "border-color": {
2039
+ "color": {
2148
2040
  "$extensions": {
2149
2041
  "nl.nldesignsystem.css.property": {
2150
2042
  "syntax": "<color>",
@@ -2154,7 +2046,31 @@
2154
2046
  },
2155
2047
  "type": "color"
2156
2048
  },
2157
- "border-width": {
2049
+ "sticky": {
2050
+ "background-color": {
2051
+ "$extensions": {
2052
+ "nl.nldesignsystem.css.property": {
2053
+ "syntax": "<color>",
2054
+ "inherits": true
2055
+ },
2056
+ "nl.nldesignsystem.figma.supports-token": false
2057
+ },
2058
+ "type": "color"
2059
+ },
2060
+ "color": {
2061
+ "$extensions": {
2062
+ "nl.nldesignsystem.css.property": {
2063
+ "syntax": "<color>",
2064
+ "inherits": true
2065
+ },
2066
+ "nl.nldesignsystem.figma.supports-token": false
2067
+ },
2068
+ "type": "color"
2069
+ }
2070
+ }
2071
+ },
2072
+ "header-cell": {
2073
+ "font-size": {
2158
2074
  "$extensions": {
2159
2075
  "nl.nldesignsystem.css.property": {
2160
2076
  "syntax": "<length>",
@@ -2162,7 +2078,17 @@
2162
2078
  },
2163
2079
  "nl.nldesignsystem.figma.supports-token": false
2164
2080
  },
2165
- "type": "borderWidth"
2081
+ "type": "fontSizes"
2082
+ },
2083
+ "font-weight": {
2084
+ "$extensions": {
2085
+ "nl.nldesignsystem.css.property": {
2086
+ "syntax": "<number>",
2087
+ "inherits": true
2088
+ },
2089
+ "nl.nldesignsystem.figma.supports-token": true
2090
+ },
2091
+ "type": "fontWeights"
2166
2092
  },
2167
2093
  "color": {
2168
2094
  "$extensions": {
@@ -2170,65 +2096,89 @@
2170
2096
  "syntax": "<color>",
2171
2097
  "inherits": true
2172
2098
  },
2173
- "nl.nldesignsystem.figma.supports-token": false
2099
+ "nl.nldesignsystem.figma.supports-token": true
2174
2100
  },
2175
2101
  "type": "color"
2176
2102
  },
2177
- "icon": {
2178
- "color": {
2179
- "$extensions": {
2180
- "nl.nldesignsystem.css.property": {
2181
- "syntax": "<color>",
2182
- "inherits": true
2183
- },
2184
- "nl.nldesignsystem.figma.supports-token": false
2103
+ "text-transform": {
2104
+ "$extensions": {
2105
+ "nl.nldesignsystem.css.property": {
2106
+ "syntax": [
2107
+ "inherit",
2108
+ "uppercase"
2109
+ ],
2110
+ "inherits": true
2185
2111
  },
2186
- "type": "color"
2187
- }
2112
+ "nl.nldesignsystem.figma.supports-token": false
2113
+ },
2114
+ "type": "textCase"
2188
2115
  }
2189
2116
  },
2190
- "error": {
2191
- "background-color": {
2117
+ "cell": {
2118
+ "line-height": {
2192
2119
  "$extensions": {
2193
2120
  "nl.nldesignsystem.css.property": {
2194
- "syntax": "<color>",
2121
+ "syntax": [
2122
+ "<length>",
2123
+ "<number>"
2124
+ ],
2195
2125
  "inherits": true
2196
2126
  },
2197
2127
  "nl.nldesignsystem.figma.supports-token": false
2198
2128
  },
2199
- "type": "color"
2129
+ "type": "lineHeights"
2200
2130
  },
2201
- "border-color": {
2131
+ "padding-block-end": {
2202
2132
  "$extensions": {
2203
2133
  "nl.nldesignsystem.css.property": {
2204
- "syntax": "<color>",
2134
+ "syntax": "<length>",
2205
2135
  "inherits": true
2206
2136
  },
2207
- "nl.nldesignsystem.figma.supports-token": false
2137
+ "nl.nldesignsystem.figma.supports-token": true
2208
2138
  },
2209
- "type": "color"
2139
+ "type": "spacing"
2210
2140
  },
2211
- "border-width": {
2141
+ "padding-block-start": {
2212
2142
  "$extensions": {
2213
2143
  "nl.nldesignsystem.css.property": {
2214
2144
  "syntax": "<length>",
2215
2145
  "inherits": true
2216
2146
  },
2217
- "nl.nldesignsystem.figma.supports-token": false
2147
+ "nl.nldesignsystem.figma.supports-token": true
2218
2148
  },
2219
- "type": "borderWidth"
2149
+ "type": "spacing"
2220
2150
  },
2221
- "color": {
2151
+ "padding-inline-end": {
2222
2152
  "$extensions": {
2223
2153
  "nl.nldesignsystem.css.property": {
2224
- "syntax": "<color>",
2154
+ "syntax": "<length>",
2225
2155
  "inherits": true
2226
2156
  },
2227
- "nl.nldesignsystem.figma.supports-token": false
2157
+ "nl.nldesignsystem.figma.supports-token": true
2228
2158
  },
2229
- "type": "color"
2159
+ "type": "spacing"
2230
2160
  },
2231
- "icon": {
2161
+ "padding-inline-start": {
2162
+ "$extensions": {
2163
+ "nl.nldesignsystem.css.property": {
2164
+ "syntax": "<length>",
2165
+ "inherits": true
2166
+ },
2167
+ "nl.nldesignsystem.figma.supports-token": true
2168
+ },
2169
+ "type": "spacing"
2170
+ },
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
+ },
2232
2182
  "color": {
2233
2183
  "$extensions": {
2234
2184
  "nl.nldesignsystem.css.property": {
@@ -2239,50 +2189,100 @@
2239
2189
  },
2240
2190
  "type": "color"
2241
2191
  }
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
+ }
2242
2204
  }
2243
2205
  },
2244
- "ok": {
2245
- "background-color": {
2206
+ "row": {
2207
+ "border-block-end-color": {
2246
2208
  "$extensions": {
2247
2209
  "nl.nldesignsystem.css.property": {
2248
2210
  "syntax": "<color>",
2249
2211
  "inherits": true
2250
2212
  },
2251
- "nl.nldesignsystem.figma.supports-token": false
2213
+ "nl.nldesignsystem.figma.supports-token": true
2252
2214
  },
2253
2215
  "type": "color"
2254
2216
  },
2255
- "border-color": {
2217
+ "border-block-end-width": {
2256
2218
  "$extensions": {
2257
2219
  "nl.nldesignsystem.css.property": {
2258
- "syntax": "<color>",
2220
+ "syntax": "<length>",
2221
+ "inherits": true
2222
+ },
2223
+ "nl.nldesignsystem.figma.supports-token": true
2224
+ },
2225
+ "type": "borderWidth"
2226
+ },
2227
+ "padding-inline-end": {
2228
+ "$extensions": {
2229
+ "nl.nldesignsystem.css.property": {
2230
+ "syntax": "<length>",
2259
2231
  "inherits": true
2260
2232
  },
2233
+ "nl.nldesignsystem.fallback": [
2234
+ "utrecht.table.cell.padding-inline-end"
2235
+ ],
2261
2236
  "nl.nldesignsystem.figma.supports-token": false
2262
2237
  },
2263
- "type": "color"
2238
+ "type": "spacing"
2264
2239
  },
2265
- "border-width": {
2240
+ "padding-inline-start": {
2266
2241
  "$extensions": {
2267
2242
  "nl.nldesignsystem.css.property": {
2268
2243
  "syntax": "<length>",
2269
2244
  "inherits": true
2270
2245
  },
2246
+ "nl.nldesignsystem.fallback": [
2247
+ "utrecht.table.cell.padding-inline-start"
2248
+ ],
2271
2249
  "nl.nldesignsystem.figma.supports-token": false
2272
2250
  },
2273
- "type": "borderWidth"
2251
+ "type": "spacing"
2252
+ },
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
+ },
2264
+ "color": {
2265
+ "$extensions": {
2266
+ "nl.nldesignsystem.css.property": {
2267
+ "syntax": "<color>",
2268
+ "inherits": true
2269
+ },
2270
+ "nl.nldesignsystem.figma.supports-token": false
2271
+ },
2272
+ "type": "color"
2273
+ }
2274
2274
  },
2275
- "color": {
2276
- "$extensions": {
2277
- "nl.nldesignsystem.css.property": {
2278
- "syntax": "<color>",
2279
- "inherits": true
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
2280
2283
  },
2281
- "nl.nldesignsystem.figma.supports-token": false
2284
+ "type": "color"
2282
2285
  },
2283
- "type": "color"
2284
- },
2285
- "icon": {
2286
2286
  "color": {
2287
2287
  "$extensions": {
2288
2288
  "nl.nldesignsystem.css.property": {
@@ -5233,6 +5233,58 @@
5233
5233
  }
5234
5234
  }
5235
5235
  },
5236
+ "page": {
5237
+ "background-color": {
5238
+ "$extensions": {
5239
+ "nl.nldesignsystem.css.property": {
5240
+ "syntax": "<color>",
5241
+ "inherits": true
5242
+ },
5243
+ "nl.nldesignsystem.figma.supports-token": false
5244
+ },
5245
+ "type": "color"
5246
+ },
5247
+ "color": {
5248
+ "$extensions": {
5249
+ "nl.nldesignsystem.css.property": {
5250
+ "syntax": "<color>",
5251
+ "inherits": true
5252
+ },
5253
+ "nl.nldesignsystem.figma.supports-token": false
5254
+ },
5255
+ "type": "color"
5256
+ },
5257
+ "margin-inline-start": {
5258
+ "$extensions": {
5259
+ "nl.nldesignsystem.css.property": {
5260
+ "syntax": "<length>",
5261
+ "inherits": true
5262
+ },
5263
+ "nl.nldesignsystem.figma.supports-token": false
5264
+ },
5265
+ "type": "spacing"
5266
+ },
5267
+ "margin-inline-end": {
5268
+ "$extensions": {
5269
+ "nl.nldesignsystem.css.property": {
5270
+ "syntax": "<length>",
5271
+ "inherits": true
5272
+ },
5273
+ "nl.nldesignsystem.figma.supports-token": false
5274
+ },
5275
+ "type": "spacing"
5276
+ },
5277
+ "max-inline-size": {
5278
+ "$extensions": {
5279
+ "nl.nldesignsystem.css.property": {
5280
+ "syntax": "<length>",
5281
+ "inherits": true
5282
+ },
5283
+ "nl.nldesignsystem.figma.supports-token": false
5284
+ },
5285
+ "type": "sizing"
5286
+ }
5287
+ },
5236
5288
  "ordered-list": {
5237
5289
  "font-size": {
5238
5290
  "$extensions": {
@@ -5349,58 +5401,6 @@
5349
5401
  }
5350
5402
  }
5351
5403
  },
5352
- "page": {
5353
- "background-color": {
5354
- "$extensions": {
5355
- "nl.nldesignsystem.css.property": {
5356
- "syntax": "<color>",
5357
- "inherits": true
5358
- },
5359
- "nl.nldesignsystem.figma.supports-token": false
5360
- },
5361
- "type": "color"
5362
- },
5363
- "color": {
5364
- "$extensions": {
5365
- "nl.nldesignsystem.css.property": {
5366
- "syntax": "<color>",
5367
- "inherits": true
5368
- },
5369
- "nl.nldesignsystem.figma.supports-token": false
5370
- },
5371
- "type": "color"
5372
- },
5373
- "margin-inline-start": {
5374
- "$extensions": {
5375
- "nl.nldesignsystem.css.property": {
5376
- "syntax": "<length>",
5377
- "inherits": true
5378
- },
5379
- "nl.nldesignsystem.figma.supports-token": false
5380
- },
5381
- "type": "spacing"
5382
- },
5383
- "margin-inline-end": {
5384
- "$extensions": {
5385
- "nl.nldesignsystem.css.property": {
5386
- "syntax": "<length>",
5387
- "inherits": true
5388
- },
5389
- "nl.nldesignsystem.figma.supports-token": false
5390
- },
5391
- "type": "spacing"
5392
- },
5393
- "max-inline-size": {
5394
- "$extensions": {
5395
- "nl.nldesignsystem.css.property": {
5396
- "syntax": "<length>",
5397
- "inherits": true
5398
- },
5399
- "nl.nldesignsystem.figma.supports-token": false
5400
- },
5401
- "type": "sizing"
5402
- }
5403
- },
5404
5404
  "open-forms-container": {},
5405
5405
  "number-data": {
5406
5406
  "positive": {
@@ -6667,28 +6667,6 @@
6667
6667
  }
6668
6668
  },
6669
6669
  "multiline-data": {},
6670
- "mark": {
6671
- "background-color": {
6672
- "$extensions": {
6673
- "nl.nldesignsystem.css.property": {
6674
- "syntax": "<color>",
6675
- "inherits": true
6676
- },
6677
- "nl.nldesignsystem.figma.supports-token": true
6678
- },
6679
- "type": "color"
6680
- },
6681
- "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
- },
6692
6670
  "mapcontrolbutton": {
6693
6671
  "background-color": {
6694
6672
  "$extensions": {
@@ -6869,14 +6847,14 @@
6869
6847
  }
6870
6848
  }
6871
6849
  },
6872
- "map-marker": {
6850
+ "mark": {
6873
6851
  "background-color": {
6874
6852
  "$extensions": {
6875
6853
  "nl.nldesignsystem.css.property": {
6876
6854
  "syntax": "<color>",
6877
6855
  "inherits": true
6878
6856
  },
6879
- "nl.nldesignsystem.figma.supports-token": false
6857
+ "nl.nldesignsystem.figma.supports-token": true
6880
6858
  },
6881
6859
  "type": "color"
6882
6860
  },
@@ -6886,98 +6864,120 @@
6886
6864
  "syntax": "<color>",
6887
6865
  "inherits": true
6888
6866
  },
6889
- "nl.nldesignsystem.figma.supports-token": false
6867
+ "nl.nldesignsystem.figma.supports-token": true
6890
6868
  },
6891
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
+ }
6892
6884
  },
6893
- "size": {
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
+ "map-marker": {
6911
+ "background-color": {
6894
6912
  "$extensions": {
6895
6913
  "nl.nldesignsystem.css.property": {
6896
- "syntax": "<length>",
6914
+ "syntax": "<color>",
6897
6915
  "inherits": true
6898
6916
  },
6899
6917
  "nl.nldesignsystem.figma.supports-token": false
6900
6918
  },
6901
- "type": "sizing"
6919
+ "type": "color"
6902
6920
  },
6903
- "border-width": {
6921
+ "color": {
6904
6922
  "$extensions": {
6905
6923
  "nl.nldesignsystem.css.property": {
6906
- "syntax": "<length>",
6924
+ "syntax": "<color>",
6907
6925
  "inherits": true
6908
6926
  },
6909
6927
  "nl.nldesignsystem.figma.supports-token": false
6910
6928
  },
6911
- "type": "borderWidth"
6929
+ "type": "color"
6912
6930
  },
6913
- "border-color": {
6931
+ "size": {
6914
6932
  "$extensions": {
6915
6933
  "nl.nldesignsystem.css.property": {
6916
- "syntax": "<color>",
6934
+ "syntax": "<length>",
6917
6935
  "inherits": true
6918
6936
  },
6919
6937
  "nl.nldesignsystem.figma.supports-token": false
6920
6938
  },
6921
- "type": "color"
6939
+ "type": "sizing"
6922
6940
  },
6923
- "box-shadow-color": {
6941
+ "border-width": {
6924
6942
  "$extensions": {
6925
6943
  "nl.nldesignsystem.css.property": {
6926
- "syntax": "<color>",
6944
+ "syntax": "<length>",
6927
6945
  "inherits": true
6928
6946
  },
6929
6947
  "nl.nldesignsystem.figma.supports-token": false
6930
6948
  },
6931
- "type": "color"
6949
+ "type": "borderWidth"
6932
6950
  },
6933
- "icon": {
6934
- "size": {
6935
- "$extensions": {
6936
- "nl.nldesignsystem.css.property": {
6937
- "syntax": "<length>",
6938
- "inherits": true
6939
- },
6940
- "nl.nldesignsystem.figma.supports-token": false
6941
- },
6942
- "type": "sizing"
6943
- }
6944
- }
6945
- },
6946
- "logo-image": {
6947
- "decoration-1": {
6948
- "color": {
6949
- "$extensions": {
6950
- "nl.nldesignsystem.css.property": {
6951
- "syntax": "<color>",
6952
- "inherits": true
6953
- },
6954
- "nl.nldesignsystem.figma.supports-token": false
6951
+ "border-color": {
6952
+ "$extensions": {
6953
+ "nl.nldesignsystem.css.property": {
6954
+ "syntax": "<color>",
6955
+ "inherits": true
6955
6956
  },
6956
- "type": "color"
6957
- }
6958
- },
6959
- "decoration-2": {
6960
- "color": {
6961
- "$extensions": {
6962
- "nl.nldesignsystem.css.property": {
6963
- "syntax": "<color>",
6964
- "inherits": true
6965
- },
6966
- "nl.nldesignsystem.figma.supports-token": false
6957
+ "nl.nldesignsystem.figma.supports-token": false
6958
+ },
6959
+ "type": "color"
6960
+ },
6961
+ "box-shadow-color": {
6962
+ "$extensions": {
6963
+ "nl.nldesignsystem.css.property": {
6964
+ "syntax": "<color>",
6965
+ "inherits": true
6967
6966
  },
6968
- "type": "color"
6969
- }
6967
+ "nl.nldesignsystem.figma.supports-token": false
6968
+ },
6969
+ "type": "color"
6970
6970
  },
6971
- "decoration-3": {
6972
- "color": {
6971
+ "icon": {
6972
+ "size": {
6973
6973
  "$extensions": {
6974
6974
  "nl.nldesignsystem.css.property": {
6975
- "syntax": "<color>",
6975
+ "syntax": "<length>",
6976
6976
  "inherits": true
6977
6977
  },
6978
6978
  "nl.nldesignsystem.figma.supports-token": false
6979
6979
  },
6980
- "type": "color"
6980
+ "type": "sizing"
6981
6981
  }
6982
6982
  }
6983
6983
  },
@@ -7035,6 +7035,60 @@
7035
7035
  "type": "sizing"
7036
7036
  }
7037
7037
  },
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
+ },
7038
7092
  "listbox": {
7039
7093
  "background-color": {
7040
7094
  "$extensions": {
@@ -7364,60 +7418,6 @@
7364
7418
  }
7365
7419
  }
7366
7420
  },
7367
- "list-social": {
7368
- "margin-block-start": {
7369
- "$extensions": {
7370
- "nl.nldesignsystem.css.property": {
7371
- "syntax": "<length>",
7372
- "inherits": true
7373
- },
7374
- "nl.nldesignsystem.figma.supports-token": false
7375
- },
7376
- "type": "spacing"
7377
- },
7378
- "margin-block-end": {
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
- "padding-inline-start": {
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-end": {
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
- "item": {
7409
- "margin-inline-end": {
7410
- "$extensions": {
7411
- "nl.nldesignsystem.css.property": {
7412
- "syntax": "<length>",
7413
- "inherits": true
7414
- },
7415
- "nl.nldesignsystem.figma.supports-token": false
7416
- },
7417
- "type": "spacing"
7418
- }
7419
- }
7420
- },
7421
7421
  "link-social": {
7422
7422
  "background-color": {
7423
7423
  "$extensions": {
@@ -7874,6 +7874,7 @@
7874
7874
  }
7875
7875
  }
7876
7876
  },
7877
+ "image": {},
7877
7878
  "index-char-nav": {
7878
7879
  "margin-block-start": {
7879
7880
  "$extensions": {
@@ -7920,7 +7921,6 @@
7920
7921
  }
7921
7922
  }
7922
7923
  },
7923
- "image": {},
7924
7924
  "iban-data": {},
7925
7925
  "html-content": {},
7926
7926
  "heading-group": {
@@ -16488,6 +16488,68 @@
16488
16488
  }
16489
16489
  }
16490
16490
  },
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
+ },
16491
16553
  "feedback": {
16492
16554
  "danger": {
16493
16555
  "background-color": {
@@ -16885,68 +16947,6 @@
16885
16947
  }
16886
16948
  }
16887
16949
  }
16888
- },
16889
- "action": {
16890
- "activate": {
16891
- "cursor": {
16892
- "$extensions": {
16893
- "nl.nldesignsystem.css.property": {
16894
- "syntax": "*",
16895
- "inherits": true
16896
- }
16897
- }
16898
- }
16899
- },
16900
- "busy": {
16901
- "cursor": {
16902
- "$extensions": {
16903
- "nl.nldesignsystem.css.property": {
16904
- "syntax": "*",
16905
- "inherits": true
16906
- }
16907
- }
16908
- }
16909
- },
16910
- "disabled": {
16911
- "cursor": {
16912
- "$extensions": {
16913
- "nl.nldesignsystem.css.property": {
16914
- "syntax": "*",
16915
- "inherits": true
16916
- }
16917
- }
16918
- }
16919
- },
16920
- "inert": {
16921
- "cursor": {
16922
- "$extensions": {
16923
- "nl.nldesignsystem.css.property": {
16924
- "syntax": "*",
16925
- "inherits": true
16926
- }
16927
- }
16928
- }
16929
- },
16930
- "navigate": {
16931
- "cursor": {
16932
- "$extensions": {
16933
- "nl.nldesignsystem.css.property": {
16934
- "syntax": "*",
16935
- "inherits": true
16936
- }
16937
- }
16938
- }
16939
- },
16940
- "submit": {
16941
- "cursor": {
16942
- "$extensions": {
16943
- "nl.nldesignsystem.css.property": {
16944
- "syntax": "*",
16945
- "inherits": true
16946
- }
16947
- }
16948
- }
16949
- }
16950
16950
  }
16951
16951
  },
16952
16952
  "denhaag": {