@utrecht/design-tokens 2.2.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/_mixin-theme.scss +124 -63
- package/dist/_mixin.scss +124 -63
- package/dist/_variables.scss +124 -63
- package/dist/dark/_mixin-theme.scss +124 -63
- package/dist/dark/_mixin.scss +124 -63
- package/dist/dark/_variables.scss +124 -63
- package/dist/dark/index.cjs +62 -1
- package/dist/dark/index.css +124 -63
- package/dist/dark/index.d.ts +62 -1
- package/dist/dark/index.flat.json +62 -1
- package/dist/dark/index.json +1046 -102
- package/dist/dark/index.mjs +62 -1
- package/dist/dark/index.tokens.json +614 -72
- package/dist/dark/list.d.ts +14 -0
- package/dist/dark/list.json +1046 -102
- package/dist/dark/list.mjs +31638 -0
- package/dist/dark/property.css +0 -1
- package/dist/dark/root.css +124 -63
- package/dist/dark/theme-prince-xml.css +124 -63
- package/dist/dark/theme.css +124 -63
- package/dist/dark/tokens.cjs +1541 -116
- package/dist/dark/tokens.d.ts +355 -22
- package/dist/dark/tokens.json +1541 -116
- package/dist/dark/variables.cjs +62 -1
- package/dist/dark/variables.css +124 -63
- package/dist/dark/variables.d.ts +62 -1
- package/dist/dark/variables.json +62 -1
- package/dist/dark/variables.less +124 -63
- package/dist/dark/variables.mjs +62 -1
- package/dist/index.cjs +62 -1
- package/dist/index.css +248 -126
- package/dist/index.d.ts +62 -1
- package/dist/index.flat.json +62 -1
- package/dist/index.json +1046 -102
- package/dist/index.mjs +62 -1
- package/dist/index.tokens.json +614 -72
- package/dist/list.d.ts +14 -0
- package/dist/list.json +1046 -102
- package/dist/list.mjs +32755 -0
- package/dist/property.css +0 -1
- package/dist/root.css +124 -63
- package/dist/theme-prince-xml.css +124 -63
- package/dist/theme.css +124 -63
- package/dist/tokens.cjs +1541 -116
- package/dist/tokens.d.ts +355 -22
- package/dist/tokens.json +1541 -116
- package/dist/variables.cjs +62 -1
- package/dist/variables.css +124 -63
- package/dist/variables.d.ts +62 -1
- package/dist/variables.json +62 -1
- package/dist/variables.less +124 -63
- package/dist/variables.mjs +62 -1
- package/package.json +1 -1
- package/src/component/nl/code-block.tokens.json +13 -0
- package/src/component/nl/code.tokens.json +11 -0
- package/src/component/nl/data-badge.tokens.json +22 -0
- package/src/component/nl/heading.tokens.json +48 -0
- package/src/component/nl/mark.tokens.json +8 -0
- package/src/component/nl/number-badge.tokens.json +23 -0
- package/src/component/nl/paragraph.tokens.json +20 -0
- package/src/component/nl/skip-link.tokens.json +16 -0
- package/src/component/utrecht/badge.tokens.json +5 -5
- package/src/component/utrecht/code-block.tokens.json +9 -9
- package/src/component/utrecht/heading-1.tokens.json +4 -4
- package/src/component/utrecht/heading-2.tokens.json +4 -4
- package/src/component/utrecht/heading-3.tokens.json +4 -4
- package/src/component/utrecht/heading-4.tokens.json +4 -4
- package/src/component/utrecht/heading-5.tokens.json +4 -4
- package/src/component/utrecht/heading-6.tokens.json +4 -4
- package/src/component/utrecht/mark.tokens.json +2 -2
- package/src/component/utrecht/number-badge.tokens.json +6 -6
- package/src/component/utrecht/paragraph.tokens.json +8 -8
- package/src/component/utrecht/skip-link.tokens.json +10 -10
- package/src/css-property-formatter.mjs +2 -1
- package/src/json-list-formatter.js +2 -1
- package/style-dictionary-build.mjs +3 -1
- package/style-dictionary-config.mjs +27 -0
- package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/dark/list.json
CHANGED
|
@@ -1396,6 +1396,953 @@
|
|
|
1396
1396
|
"size"
|
|
1397
1397
|
]
|
|
1398
1398
|
},
|
|
1399
|
+
{
|
|
1400
|
+
"value": "hsl(0 0% 95%)",
|
|
1401
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
1402
|
+
"isSource": true,
|
|
1403
|
+
"original": {
|
|
1404
|
+
"value": "{utrecht.color.grey.95}"
|
|
1405
|
+
},
|
|
1406
|
+
"name": "nlCodeBlockBackgroundColor",
|
|
1407
|
+
"attributes": {},
|
|
1408
|
+
"path": [
|
|
1409
|
+
"nl",
|
|
1410
|
+
"code-block",
|
|
1411
|
+
"background-color"
|
|
1412
|
+
]
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"value": "hsl(0 0% 0%)",
|
|
1416
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
1417
|
+
"isSource": true,
|
|
1418
|
+
"original": {
|
|
1419
|
+
"value": "{utrecht.color.black}"
|
|
1420
|
+
},
|
|
1421
|
+
"name": "nlCodeBlockColor",
|
|
1422
|
+
"attributes": {},
|
|
1423
|
+
"path": [
|
|
1424
|
+
"nl",
|
|
1425
|
+
"code-block",
|
|
1426
|
+
"color"
|
|
1427
|
+
]
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"value": "\"Monaco\"",
|
|
1431
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
1432
|
+
"isSource": true,
|
|
1433
|
+
"original": {
|
|
1434
|
+
"value": "\"Monaco\""
|
|
1435
|
+
},
|
|
1436
|
+
"name": "nlCodeBlockFontFamily",
|
|
1437
|
+
"attributes": {},
|
|
1438
|
+
"path": [
|
|
1439
|
+
"nl",
|
|
1440
|
+
"code-block",
|
|
1441
|
+
"font-family"
|
|
1442
|
+
]
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"value": "1rem",
|
|
1446
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
1447
|
+
"isSource": true,
|
|
1448
|
+
"original": {
|
|
1449
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
1450
|
+
},
|
|
1451
|
+
"name": "nlCodeBlockFontSize",
|
|
1452
|
+
"attributes": {},
|
|
1453
|
+
"path": [
|
|
1454
|
+
"nl",
|
|
1455
|
+
"code-block",
|
|
1456
|
+
"font-size"
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"value": "1.5",
|
|
1461
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
1462
|
+
"isSource": true,
|
|
1463
|
+
"original": {
|
|
1464
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
1465
|
+
},
|
|
1466
|
+
"name": "nlCodeBlockLineHeight",
|
|
1467
|
+
"attributes": {},
|
|
1468
|
+
"path": [
|
|
1469
|
+
"nl",
|
|
1470
|
+
"code-block",
|
|
1471
|
+
"line-height"
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"value": "20px",
|
|
1476
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
1477
|
+
"isSource": true,
|
|
1478
|
+
"original": {
|
|
1479
|
+
"value": "20px"
|
|
1480
|
+
},
|
|
1481
|
+
"name": "nlCodeBlockPaddingBlock",
|
|
1482
|
+
"attributes": {},
|
|
1483
|
+
"path": [
|
|
1484
|
+
"nl",
|
|
1485
|
+
"code-block",
|
|
1486
|
+
"padding-block"
|
|
1487
|
+
]
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"value": "20px",
|
|
1491
|
+
"filePath": "src/component/nl/code-block.tokens.json",
|
|
1492
|
+
"isSource": true,
|
|
1493
|
+
"original": {
|
|
1494
|
+
"value": "20px"
|
|
1495
|
+
},
|
|
1496
|
+
"name": "nlCodeBlockPaddingInline",
|
|
1497
|
+
"attributes": {},
|
|
1498
|
+
"path": [
|
|
1499
|
+
"nl",
|
|
1500
|
+
"code-block",
|
|
1501
|
+
"padding-inline"
|
|
1502
|
+
]
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"value": "hsl(0 0% 30%)",
|
|
1506
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
1507
|
+
"isSource": true,
|
|
1508
|
+
"original": {
|
|
1509
|
+
"value": "{utrecht.color.grey.30}"
|
|
1510
|
+
},
|
|
1511
|
+
"name": "nlDataBadgeBackgroundColor",
|
|
1512
|
+
"attributes": {},
|
|
1513
|
+
"path": [
|
|
1514
|
+
"nl",
|
|
1515
|
+
"data-badge",
|
|
1516
|
+
"background-color"
|
|
1517
|
+
]
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"value": "0",
|
|
1521
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
1522
|
+
"isSource": true,
|
|
1523
|
+
"original": {
|
|
1524
|
+
"value": "0"
|
|
1525
|
+
},
|
|
1526
|
+
"name": "nlDataBadgeBorderRadius",
|
|
1527
|
+
"attributes": {},
|
|
1528
|
+
"path": [
|
|
1529
|
+
"nl",
|
|
1530
|
+
"data-badge",
|
|
1531
|
+
"border-radius"
|
|
1532
|
+
]
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"value": "hsl(0 0% 100%)",
|
|
1536
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
1537
|
+
"isSource": true,
|
|
1538
|
+
"original": {
|
|
1539
|
+
"value": "{utrecht.color.white}"
|
|
1540
|
+
},
|
|
1541
|
+
"name": "nlDataBadgeColor",
|
|
1542
|
+
"attributes": {},
|
|
1543
|
+
"path": [
|
|
1544
|
+
"nl",
|
|
1545
|
+
"data-badge",
|
|
1546
|
+
"color"
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"value": "8px",
|
|
1551
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
1552
|
+
"isSource": true,
|
|
1553
|
+
"original": {
|
|
1554
|
+
"value": "{utrecht.space.block.xs}"
|
|
1555
|
+
},
|
|
1556
|
+
"name": "nlDataBadgePaddingBlock",
|
|
1557
|
+
"attributes": {},
|
|
1558
|
+
"path": [
|
|
1559
|
+
"nl",
|
|
1560
|
+
"data-badge",
|
|
1561
|
+
"padding-block"
|
|
1562
|
+
]
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"value": "12px",
|
|
1566
|
+
"filePath": "src/component/nl/data-badge.tokens.json",
|
|
1567
|
+
"isSource": true,
|
|
1568
|
+
"original": {
|
|
1569
|
+
"value": "{utrecht.space.inline.sm}"
|
|
1570
|
+
},
|
|
1571
|
+
"name": "nlDataBadgePaddingInline",
|
|
1572
|
+
"attributes": {},
|
|
1573
|
+
"path": [
|
|
1574
|
+
"nl",
|
|
1575
|
+
"data-badge",
|
|
1576
|
+
"padding-inline"
|
|
1577
|
+
]
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1581
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1582
|
+
"isSource": true,
|
|
1583
|
+
"original": {
|
|
1584
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
1585
|
+
},
|
|
1586
|
+
"name": "nlHeadingLevel1FontFamily",
|
|
1587
|
+
"attributes": {},
|
|
1588
|
+
"path": [
|
|
1589
|
+
"nl",
|
|
1590
|
+
"heading",
|
|
1591
|
+
"level-1",
|
|
1592
|
+
"font-family"
|
|
1593
|
+
]
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"value": "2rem",
|
|
1597
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1598
|
+
"isSource": true,
|
|
1599
|
+
"original": {
|
|
1600
|
+
"value": "{utrecht.typography.scale.4xl.font-size}"
|
|
1601
|
+
},
|
|
1602
|
+
"name": "nlHeadingLevel1FontSize",
|
|
1603
|
+
"attributes": {},
|
|
1604
|
+
"path": [
|
|
1605
|
+
"nl",
|
|
1606
|
+
"heading",
|
|
1607
|
+
"level-1",
|
|
1608
|
+
"font-size"
|
|
1609
|
+
]
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"value": "700",
|
|
1613
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1614
|
+
"isSource": true,
|
|
1615
|
+
"original": {
|
|
1616
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
1617
|
+
},
|
|
1618
|
+
"name": "nlHeadingLevel1FontWeight",
|
|
1619
|
+
"attributes": {},
|
|
1620
|
+
"path": [
|
|
1621
|
+
"nl",
|
|
1622
|
+
"heading",
|
|
1623
|
+
"level-1",
|
|
1624
|
+
"font-weight"
|
|
1625
|
+
]
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"value": "1.25",
|
|
1629
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1630
|
+
"isSource": true,
|
|
1631
|
+
"original": {
|
|
1632
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
1633
|
+
},
|
|
1634
|
+
"name": "nlHeadingLevel1LineHeight",
|
|
1635
|
+
"attributes": {},
|
|
1636
|
+
"path": [
|
|
1637
|
+
"nl",
|
|
1638
|
+
"heading",
|
|
1639
|
+
"level-1",
|
|
1640
|
+
"line-height"
|
|
1641
|
+
]
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1645
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1646
|
+
"isSource": true,
|
|
1647
|
+
"original": {
|
|
1648
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
1649
|
+
},
|
|
1650
|
+
"name": "nlHeadingLevel2FontFamily",
|
|
1651
|
+
"attributes": {},
|
|
1652
|
+
"path": [
|
|
1653
|
+
"nl",
|
|
1654
|
+
"heading",
|
|
1655
|
+
"level-2",
|
|
1656
|
+
"font-family"
|
|
1657
|
+
]
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"value": "1.25rem",
|
|
1661
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1662
|
+
"isSource": true,
|
|
1663
|
+
"original": {
|
|
1664
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
1665
|
+
},
|
|
1666
|
+
"name": "nlHeadingLevel2FontSize",
|
|
1667
|
+
"attributes": {},
|
|
1668
|
+
"path": [
|
|
1669
|
+
"nl",
|
|
1670
|
+
"heading",
|
|
1671
|
+
"level-2",
|
|
1672
|
+
"font-size"
|
|
1673
|
+
]
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"value": "700",
|
|
1677
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1678
|
+
"isSource": true,
|
|
1679
|
+
"original": {
|
|
1680
|
+
"value": "{utrecht.typography.weight-scale.bold.font-weight}"
|
|
1681
|
+
},
|
|
1682
|
+
"name": "nlHeadingLevel2FontWeight",
|
|
1683
|
+
"attributes": {},
|
|
1684
|
+
"path": [
|
|
1685
|
+
"nl",
|
|
1686
|
+
"heading",
|
|
1687
|
+
"level-2",
|
|
1688
|
+
"font-weight"
|
|
1689
|
+
]
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"value": "1.25",
|
|
1693
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1694
|
+
"isSource": true,
|
|
1695
|
+
"original": {
|
|
1696
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
1697
|
+
},
|
|
1698
|
+
"name": "nlHeadingLevel2LineHeight",
|
|
1699
|
+
"attributes": {},
|
|
1700
|
+
"path": [
|
|
1701
|
+
"nl",
|
|
1702
|
+
"heading",
|
|
1703
|
+
"level-2",
|
|
1704
|
+
"line-height"
|
|
1705
|
+
]
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1709
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1710
|
+
"isSource": true,
|
|
1711
|
+
"original": {
|
|
1712
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
1713
|
+
},
|
|
1714
|
+
"name": "nlHeadingLevel3FontFamily",
|
|
1715
|
+
"attributes": {},
|
|
1716
|
+
"path": [
|
|
1717
|
+
"nl",
|
|
1718
|
+
"heading",
|
|
1719
|
+
"level-3",
|
|
1720
|
+
"font-family"
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"value": "1.25rem",
|
|
1725
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1726
|
+
"isSource": true,
|
|
1727
|
+
"original": {
|
|
1728
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
1729
|
+
},
|
|
1730
|
+
"name": "nlHeadingLevel3FontSize",
|
|
1731
|
+
"attributes": {},
|
|
1732
|
+
"path": [
|
|
1733
|
+
"nl",
|
|
1734
|
+
"heading",
|
|
1735
|
+
"level-3",
|
|
1736
|
+
"font-size"
|
|
1737
|
+
]
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"value": "400",
|
|
1741
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1742
|
+
"isSource": true,
|
|
1743
|
+
"original": {
|
|
1744
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
1745
|
+
},
|
|
1746
|
+
"name": "nlHeadingLevel3FontWeight",
|
|
1747
|
+
"attributes": {},
|
|
1748
|
+
"path": [
|
|
1749
|
+
"nl",
|
|
1750
|
+
"heading",
|
|
1751
|
+
"level-3",
|
|
1752
|
+
"font-weight"
|
|
1753
|
+
]
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"value": "1.25",
|
|
1757
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1758
|
+
"isSource": true,
|
|
1759
|
+
"original": {
|
|
1760
|
+
"value": "{utrecht.typography.line-height.sm}"
|
|
1761
|
+
},
|
|
1762
|
+
"name": "nlHeadingLevel3LineHeight",
|
|
1763
|
+
"attributes": {},
|
|
1764
|
+
"path": [
|
|
1765
|
+
"nl",
|
|
1766
|
+
"heading",
|
|
1767
|
+
"level-3",
|
|
1768
|
+
"line-height"
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1773
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1774
|
+
"isSource": true,
|
|
1775
|
+
"original": {
|
|
1776
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
1777
|
+
},
|
|
1778
|
+
"name": "nlHeadingLevel4FontFamily",
|
|
1779
|
+
"attributes": {},
|
|
1780
|
+
"path": [
|
|
1781
|
+
"nl",
|
|
1782
|
+
"heading",
|
|
1783
|
+
"level-4",
|
|
1784
|
+
"font-family"
|
|
1785
|
+
]
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"value": "1.125rem",
|
|
1789
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1790
|
+
"isSource": true,
|
|
1791
|
+
"original": {
|
|
1792
|
+
"value": "{utrecht.typography.scale.lg.font-size}"
|
|
1793
|
+
},
|
|
1794
|
+
"name": "nlHeadingLevel4FontSize",
|
|
1795
|
+
"attributes": {},
|
|
1796
|
+
"path": [
|
|
1797
|
+
"nl",
|
|
1798
|
+
"heading",
|
|
1799
|
+
"level-4",
|
|
1800
|
+
"font-size"
|
|
1801
|
+
]
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"value": "400",
|
|
1805
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1806
|
+
"isSource": true,
|
|
1807
|
+
"original": {
|
|
1808
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
1809
|
+
},
|
|
1810
|
+
"name": "nlHeadingLevel4FontWeight",
|
|
1811
|
+
"attributes": {},
|
|
1812
|
+
"path": [
|
|
1813
|
+
"nl",
|
|
1814
|
+
"heading",
|
|
1815
|
+
"level-4",
|
|
1816
|
+
"font-weight"
|
|
1817
|
+
]
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"value": "1.5",
|
|
1821
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1822
|
+
"isSource": true,
|
|
1823
|
+
"original": {
|
|
1824
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
1825
|
+
},
|
|
1826
|
+
"name": "nlHeadingLevel4LineHeight",
|
|
1827
|
+
"attributes": {},
|
|
1828
|
+
"path": [
|
|
1829
|
+
"nl",
|
|
1830
|
+
"heading",
|
|
1831
|
+
"level-4",
|
|
1832
|
+
"line-height"
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1837
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1838
|
+
"isSource": true,
|
|
1839
|
+
"original": {
|
|
1840
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
1841
|
+
},
|
|
1842
|
+
"name": "nlHeadingLevel5FontFamily",
|
|
1843
|
+
"attributes": {},
|
|
1844
|
+
"path": [
|
|
1845
|
+
"nl",
|
|
1846
|
+
"heading",
|
|
1847
|
+
"level-5",
|
|
1848
|
+
"font-family"
|
|
1849
|
+
]
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"value": "0.875rem",
|
|
1853
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1854
|
+
"isSource": true,
|
|
1855
|
+
"original": {
|
|
1856
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
1857
|
+
},
|
|
1858
|
+
"name": "nlHeadingLevel5FontSize",
|
|
1859
|
+
"attributes": {},
|
|
1860
|
+
"path": [
|
|
1861
|
+
"nl",
|
|
1862
|
+
"heading",
|
|
1863
|
+
"level-5",
|
|
1864
|
+
"font-size"
|
|
1865
|
+
]
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"value": "400",
|
|
1869
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1870
|
+
"isSource": true,
|
|
1871
|
+
"original": {
|
|
1872
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
1873
|
+
},
|
|
1874
|
+
"name": "nlHeadingLevel5FontWeight",
|
|
1875
|
+
"attributes": {},
|
|
1876
|
+
"path": [
|
|
1877
|
+
"nl",
|
|
1878
|
+
"heading",
|
|
1879
|
+
"level-5",
|
|
1880
|
+
"font-weight"
|
|
1881
|
+
]
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"value": "1.5",
|
|
1885
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1886
|
+
"isSource": true,
|
|
1887
|
+
"original": {
|
|
1888
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
1889
|
+
},
|
|
1890
|
+
"name": "nlHeadingLevel5LineHeight",
|
|
1891
|
+
"attributes": {},
|
|
1892
|
+
"path": [
|
|
1893
|
+
"nl",
|
|
1894
|
+
"heading",
|
|
1895
|
+
"level-5",
|
|
1896
|
+
"line-height"
|
|
1897
|
+
]
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
1901
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1902
|
+
"isSource": true,
|
|
1903
|
+
"original": {
|
|
1904
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
1905
|
+
},
|
|
1906
|
+
"name": "nlHeadingLevel6FontFamily",
|
|
1907
|
+
"attributes": {},
|
|
1908
|
+
"path": [
|
|
1909
|
+
"nl",
|
|
1910
|
+
"heading",
|
|
1911
|
+
"level-6",
|
|
1912
|
+
"font-family"
|
|
1913
|
+
]
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"value": "0.875rem",
|
|
1917
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1918
|
+
"isSource": true,
|
|
1919
|
+
"original": {
|
|
1920
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
1921
|
+
},
|
|
1922
|
+
"name": "nlHeadingLevel6FontSize",
|
|
1923
|
+
"attributes": {},
|
|
1924
|
+
"path": [
|
|
1925
|
+
"nl",
|
|
1926
|
+
"heading",
|
|
1927
|
+
"level-6",
|
|
1928
|
+
"font-size"
|
|
1929
|
+
]
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"value": "400",
|
|
1933
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1934
|
+
"isSource": true,
|
|
1935
|
+
"original": {
|
|
1936
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
1937
|
+
},
|
|
1938
|
+
"name": "nlHeadingLevel6FontWeight",
|
|
1939
|
+
"attributes": {},
|
|
1940
|
+
"path": [
|
|
1941
|
+
"nl",
|
|
1942
|
+
"heading",
|
|
1943
|
+
"level-6",
|
|
1944
|
+
"font-weight"
|
|
1945
|
+
]
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"value": "1.5",
|
|
1949
|
+
"filePath": "src/component/nl/heading.tokens.json",
|
|
1950
|
+
"isSource": true,
|
|
1951
|
+
"original": {
|
|
1952
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
1953
|
+
},
|
|
1954
|
+
"name": "nlHeadingLevel6LineHeight",
|
|
1955
|
+
"attributes": {},
|
|
1956
|
+
"path": [
|
|
1957
|
+
"nl",
|
|
1958
|
+
"heading",
|
|
1959
|
+
"level-6",
|
|
1960
|
+
"line-height"
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"value": "hsl(48 100% 60%)",
|
|
1965
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
1966
|
+
"isSource": true,
|
|
1967
|
+
"original": {
|
|
1968
|
+
"value": "{utrecht.color.yellow.60}"
|
|
1969
|
+
},
|
|
1970
|
+
"name": "nlMarkBackgroundColor",
|
|
1971
|
+
"attributes": {},
|
|
1972
|
+
"path": [
|
|
1973
|
+
"nl",
|
|
1974
|
+
"mark",
|
|
1975
|
+
"background-color"
|
|
1976
|
+
]
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"value": "hsl(0 0% 0%)",
|
|
1980
|
+
"filePath": "src/component/nl/mark.tokens.json",
|
|
1981
|
+
"isSource": true,
|
|
1982
|
+
"original": {
|
|
1983
|
+
"value": "{utrecht.color.black}"
|
|
1984
|
+
},
|
|
1985
|
+
"name": "nlMarkColor",
|
|
1986
|
+
"attributes": {},
|
|
1987
|
+
"path": [
|
|
1988
|
+
"nl",
|
|
1989
|
+
"mark",
|
|
1990
|
+
"color"
|
|
1991
|
+
]
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"value": "hsl(0 100% 40%)",
|
|
1995
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
1996
|
+
"isSource": true,
|
|
1997
|
+
"original": {
|
|
1998
|
+
"value": "{utrecht.color.red.40}"
|
|
1999
|
+
},
|
|
2000
|
+
"name": "nlNumberBadgeBackgroundColor",
|
|
2001
|
+
"attributes": {},
|
|
2002
|
+
"path": [
|
|
2003
|
+
"nl",
|
|
2004
|
+
"number-badge",
|
|
2005
|
+
"background-color"
|
|
2006
|
+
]
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"value": "1rem",
|
|
2010
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
2011
|
+
"isSource": true,
|
|
2012
|
+
"original": {
|
|
2013
|
+
"value": "{nl.number-badge.font-size}"
|
|
2014
|
+
},
|
|
2015
|
+
"name": "nlNumberBadgeBorderRadius",
|
|
2016
|
+
"attributes": {},
|
|
2017
|
+
"path": [
|
|
2018
|
+
"nl",
|
|
2019
|
+
"number-badge",
|
|
2020
|
+
"border-radius"
|
|
2021
|
+
]
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"value": "hsl(0 0% 100%)",
|
|
2025
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
2026
|
+
"isSource": true,
|
|
2027
|
+
"original": {
|
|
2028
|
+
"value": "{utrecht.color.white}"
|
|
2029
|
+
},
|
|
2030
|
+
"name": "nlNumberBadgeColor",
|
|
2031
|
+
"attributes": {},
|
|
2032
|
+
"path": [
|
|
2033
|
+
"nl",
|
|
2034
|
+
"number-badge",
|
|
2035
|
+
"color"
|
|
2036
|
+
]
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"value": "1rem",
|
|
2040
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
2041
|
+
"isSource": true,
|
|
2042
|
+
"original": {
|
|
2043
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
2044
|
+
},
|
|
2045
|
+
"name": "nlNumberBadgeFontSize",
|
|
2046
|
+
"attributes": {},
|
|
2047
|
+
"path": [
|
|
2048
|
+
"nl",
|
|
2049
|
+
"number-badge",
|
|
2050
|
+
"font-size"
|
|
2051
|
+
]
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"value": "1ex",
|
|
2055
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
2056
|
+
"isSource": true,
|
|
2057
|
+
"original": {
|
|
2058
|
+
"value": "1ex"
|
|
2059
|
+
},
|
|
2060
|
+
"name": "nlNumberBadgePaddingBlock",
|
|
2061
|
+
"attributes": {},
|
|
2062
|
+
"path": [
|
|
2063
|
+
"nl",
|
|
2064
|
+
"number-badge",
|
|
2065
|
+
"padding-block"
|
|
2066
|
+
]
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"value": "1ex",
|
|
2070
|
+
"filePath": "src/component/nl/number-badge.tokens.json",
|
|
2071
|
+
"isSource": true,
|
|
2072
|
+
"original": {
|
|
2073
|
+
"value": "1ex"
|
|
2074
|
+
},
|
|
2075
|
+
"name": "nlNumberBadgePaddingInline",
|
|
2076
|
+
"attributes": {},
|
|
2077
|
+
"path": [
|
|
2078
|
+
"nl",
|
|
2079
|
+
"number-badge",
|
|
2080
|
+
"padding-inline"
|
|
2081
|
+
]
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
2085
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2086
|
+
"isSource": true,
|
|
2087
|
+
"original": {
|
|
2088
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
2089
|
+
},
|
|
2090
|
+
"name": "nlParagraphFontFamily",
|
|
2091
|
+
"attributes": {},
|
|
2092
|
+
"path": [
|
|
2093
|
+
"nl",
|
|
2094
|
+
"paragraph",
|
|
2095
|
+
"font-family"
|
|
2096
|
+
]
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"value": "1rem",
|
|
2100
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2101
|
+
"isSource": true,
|
|
2102
|
+
"original": {
|
|
2103
|
+
"value": "{utrecht.typography.scale.md.font-size}"
|
|
2104
|
+
},
|
|
2105
|
+
"name": "nlParagraphFontSize",
|
|
2106
|
+
"attributes": {},
|
|
2107
|
+
"path": [
|
|
2108
|
+
"nl",
|
|
2109
|
+
"paragraph",
|
|
2110
|
+
"font-size"
|
|
2111
|
+
]
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"value": "400",
|
|
2115
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2116
|
+
"isSource": true,
|
|
2117
|
+
"original": {
|
|
2118
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
2119
|
+
},
|
|
2120
|
+
"name": "nlParagraphFontWeight",
|
|
2121
|
+
"attributes": {},
|
|
2122
|
+
"path": [
|
|
2123
|
+
"nl",
|
|
2124
|
+
"paragraph",
|
|
2125
|
+
"font-weight"
|
|
2126
|
+
]
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"value": "hsl(0 0% 95%)",
|
|
2130
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2131
|
+
"isSource": true,
|
|
2132
|
+
"original": {
|
|
2133
|
+
"value": "{utrecht.document.color}"
|
|
2134
|
+
},
|
|
2135
|
+
"name": "nlParagraphLeadColor",
|
|
2136
|
+
"attributes": {},
|
|
2137
|
+
"path": [
|
|
2138
|
+
"nl",
|
|
2139
|
+
"paragraph",
|
|
2140
|
+
"lead",
|
|
2141
|
+
"color"
|
|
2142
|
+
]
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"value": "1.25rem",
|
|
2146
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2147
|
+
"isSource": true,
|
|
2148
|
+
"original": {
|
|
2149
|
+
"value": "{utrecht.typography.scale.xl.font-size}"
|
|
2150
|
+
},
|
|
2151
|
+
"name": "nlParagraphLeadFontSize",
|
|
2152
|
+
"attributes": {},
|
|
2153
|
+
"path": [
|
|
2154
|
+
"nl",
|
|
2155
|
+
"paragraph",
|
|
2156
|
+
"lead",
|
|
2157
|
+
"font-size"
|
|
2158
|
+
]
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"value": "400",
|
|
2162
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2163
|
+
"isSource": true,
|
|
2164
|
+
"original": {
|
|
2165
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
2166
|
+
},
|
|
2167
|
+
"name": "nlParagraphLeadFontWeight",
|
|
2168
|
+
"attributes": {},
|
|
2169
|
+
"path": [
|
|
2170
|
+
"nl",
|
|
2171
|
+
"paragraph",
|
|
2172
|
+
"lead",
|
|
2173
|
+
"font-weight"
|
|
2174
|
+
]
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"value": "1.5",
|
|
2178
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2179
|
+
"isSource": true,
|
|
2180
|
+
"original": {
|
|
2181
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
2182
|
+
},
|
|
2183
|
+
"name": "nlParagraphLeadLineHeight",
|
|
2184
|
+
"attributes": {},
|
|
2185
|
+
"path": [
|
|
2186
|
+
"nl",
|
|
2187
|
+
"paragraph",
|
|
2188
|
+
"lead",
|
|
2189
|
+
"line-height"
|
|
2190
|
+
]
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"value": "1.5",
|
|
2194
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2195
|
+
"isSource": true,
|
|
2196
|
+
"original": {
|
|
2197
|
+
"value": "{utrecht.typography.line-height.md}"
|
|
2198
|
+
},
|
|
2199
|
+
"name": "nlParagraphLineHeight",
|
|
2200
|
+
"attributes": {},
|
|
2201
|
+
"path": [
|
|
2202
|
+
"nl",
|
|
2203
|
+
"paragraph",
|
|
2204
|
+
"line-height"
|
|
2205
|
+
]
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"value": "0.875rem",
|
|
2209
|
+
"filePath": "src/component/nl/paragraph.tokens.json",
|
|
2210
|
+
"isSource": true,
|
|
2211
|
+
"original": {
|
|
2212
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
2213
|
+
},
|
|
2214
|
+
"name": "nlParagraphSmallFontSize",
|
|
2215
|
+
"attributes": {},
|
|
2216
|
+
"path": [
|
|
2217
|
+
"nl",
|
|
2218
|
+
"paragraph",
|
|
2219
|
+
"small",
|
|
2220
|
+
"font-size"
|
|
2221
|
+
]
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"value": "hsl(0 0% 15%)",
|
|
2225
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
2226
|
+
"isSource": true,
|
|
2227
|
+
"original": {
|
|
2228
|
+
"value": "{utrecht.topnav.list.background-color}"
|
|
2229
|
+
},
|
|
2230
|
+
"name": "nlSkipLinkBackgroundColor",
|
|
2231
|
+
"attributes": {},
|
|
2232
|
+
"path": [
|
|
2233
|
+
"nl",
|
|
2234
|
+
"skip-link",
|
|
2235
|
+
"background-color"
|
|
2236
|
+
]
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"value": "hsl(0 0% 100%)",
|
|
2240
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
2241
|
+
"isSource": true,
|
|
2242
|
+
"original": {
|
|
2243
|
+
"value": "{utrecht.topnav.link.color}"
|
|
2244
|
+
},
|
|
2245
|
+
"name": "nlSkipLinkColor",
|
|
2246
|
+
"attributes": {},
|
|
2247
|
+
"path": [
|
|
2248
|
+
"nl",
|
|
2249
|
+
"skip-link",
|
|
2250
|
+
"color"
|
|
2251
|
+
]
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"value": "hsl(48 100% 80%)",
|
|
2255
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
2256
|
+
"isSource": true,
|
|
2257
|
+
"original": {
|
|
2258
|
+
"value": "{utrecht.topnav.link.focus.background-color}"
|
|
2259
|
+
},
|
|
2260
|
+
"name": "nlSkipLinkFocusVisibleBackgroundColor",
|
|
2261
|
+
"attributes": {},
|
|
2262
|
+
"path": [
|
|
2263
|
+
"nl",
|
|
2264
|
+
"skip-link",
|
|
2265
|
+
"focus-visible",
|
|
2266
|
+
"background-color"
|
|
2267
|
+
]
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"value": "hsl(0 0% 0%)",
|
|
2271
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
2272
|
+
"isSource": true,
|
|
2273
|
+
"original": {
|
|
2274
|
+
"value": "{utrecht.topnav.link.focus.color}"
|
|
2275
|
+
},
|
|
2276
|
+
"name": "nlSkipLinkFocusVisibleColor",
|
|
2277
|
+
"attributes": {},
|
|
2278
|
+
"path": [
|
|
2279
|
+
"nl",
|
|
2280
|
+
"skip-link",
|
|
2281
|
+
"focus-visible",
|
|
2282
|
+
"color"
|
|
2283
|
+
]
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"value": "none",
|
|
2287
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
2288
|
+
"isSource": true,
|
|
2289
|
+
"original": {
|
|
2290
|
+
"value": "{utrecht.link.focus-visible.text-decoration}"
|
|
2291
|
+
},
|
|
2292
|
+
"name": "nlSkipLinkFocusVisibleTextDecoration",
|
|
2293
|
+
"attributes": {},
|
|
2294
|
+
"path": [
|
|
2295
|
+
"nl",
|
|
2296
|
+
"skip-link",
|
|
2297
|
+
"focus-visible",
|
|
2298
|
+
"text-decoration"
|
|
2299
|
+
]
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"value": "8px",
|
|
2303
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
2304
|
+
"isSource": true,
|
|
2305
|
+
"original": {
|
|
2306
|
+
"value": "{utrecht.button.padding-block-start}"
|
|
2307
|
+
},
|
|
2308
|
+
"name": "nlSkipLinkPaddingBlock",
|
|
2309
|
+
"attributes": {},
|
|
2310
|
+
"path": [
|
|
2311
|
+
"nl",
|
|
2312
|
+
"skip-link",
|
|
2313
|
+
"padding-block"
|
|
2314
|
+
]
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"value": "16px",
|
|
2318
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
2319
|
+
"isSource": true,
|
|
2320
|
+
"original": {
|
|
2321
|
+
"value": "{utrecht.button.padding-inline-start}"
|
|
2322
|
+
},
|
|
2323
|
+
"name": "nlSkipLinkPaddingInline",
|
|
2324
|
+
"attributes": {},
|
|
2325
|
+
"path": [
|
|
2326
|
+
"nl",
|
|
2327
|
+
"skip-link",
|
|
2328
|
+
"padding-inline"
|
|
2329
|
+
]
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"value": "underline",
|
|
2333
|
+
"filePath": "src/component/nl/skip-link.tokens.json",
|
|
2334
|
+
"isSource": true,
|
|
2335
|
+
"original": {
|
|
2336
|
+
"value": "{utrecht.link.text-decoration}"
|
|
2337
|
+
},
|
|
2338
|
+
"name": "nlSkipLinkTextDecoration",
|
|
2339
|
+
"attributes": {},
|
|
2340
|
+
"path": [
|
|
2341
|
+
"nl",
|
|
2342
|
+
"skip-link",
|
|
2343
|
+
"text-decoration"
|
|
2344
|
+
]
|
|
2345
|
+
},
|
|
1399
2346
|
{
|
|
1400
2347
|
"value": "hsl(0 0% 15%)",
|
|
1401
2348
|
"filePath": "src/component/of/layout.tokens.json",
|
|
@@ -3572,7 +4519,7 @@
|
|
|
3572
4519
|
"nl.nldesignsystem.figma.supports-token": false
|
|
3573
4520
|
},
|
|
3574
4521
|
"type": "color",
|
|
3575
|
-
"value": "{
|
|
4522
|
+
"value": "{nl.data-badge.background-color}"
|
|
3576
4523
|
},
|
|
3577
4524
|
"name": "utrechtBadgeBackgroundColor",
|
|
3578
4525
|
"attributes": {},
|
|
@@ -3611,7 +4558,7 @@
|
|
|
3611
4558
|
}
|
|
3612
4559
|
},
|
|
3613
4560
|
"type": "dimension",
|
|
3614
|
-
"value": "
|
|
4561
|
+
"value": "{nl.data-badge.border-radius}"
|
|
3615
4562
|
},
|
|
3616
4563
|
"name": "utrechtBadgeBorderRadius",
|
|
3617
4564
|
"attributes": {},
|
|
@@ -3644,7 +4591,7 @@
|
|
|
3644
4591
|
"nl.nldesignsystem.figma.supports-token": false
|
|
3645
4592
|
},
|
|
3646
4593
|
"type": "color",
|
|
3647
|
-
"value": "{
|
|
4594
|
+
"value": "{nl.data-badge.color}"
|
|
3648
4595
|
},
|
|
3649
4596
|
"name": "utrechtBadgeColor",
|
|
3650
4597
|
"attributes": {},
|
|
@@ -3986,7 +4933,7 @@
|
|
|
3986
4933
|
}
|
|
3987
4934
|
},
|
|
3988
4935
|
"type": "dimension",
|
|
3989
|
-
"value": "{
|
|
4936
|
+
"value": "{nl.data-badge.padding-block}"
|
|
3990
4937
|
},
|
|
3991
4938
|
"name": "utrechtBadgePaddingBlock",
|
|
3992
4939
|
"attributes": {},
|
|
@@ -4025,7 +4972,7 @@
|
|
|
4025
4972
|
}
|
|
4026
4973
|
},
|
|
4027
4974
|
"type": "dimension",
|
|
4028
|
-
"value": "{
|
|
4975
|
+
"value": "{nl.data-badge.padding-inline}"
|
|
4029
4976
|
},
|
|
4030
4977
|
"name": "utrechtBadgePaddingInline",
|
|
4031
4978
|
"attributes": {},
|
|
@@ -10115,7 +11062,7 @@
|
|
|
10115
11062
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10116
11063
|
},
|
|
10117
11064
|
"type": "color",
|
|
10118
|
-
"value": "{
|
|
11065
|
+
"value": "{nl.code-block.background-color}"
|
|
10119
11066
|
},
|
|
10120
11067
|
"name": "utrechtCodeBlockBackgroundColor",
|
|
10121
11068
|
"attributes": {},
|
|
@@ -10146,7 +11093,7 @@
|
|
|
10146
11093
|
"nl.nldesignsystem.figma.supports-token": true
|
|
10147
11094
|
},
|
|
10148
11095
|
"type": "color",
|
|
10149
|
-
"value": "{
|
|
11096
|
+
"value": "{nl.code-block.color}"
|
|
10150
11097
|
},
|
|
10151
11098
|
"name": "utrechtCodeBlockColor",
|
|
10152
11099
|
"attributes": {},
|
|
@@ -10156,6 +11103,43 @@
|
|
|
10156
11103
|
"color"
|
|
10157
11104
|
]
|
|
10158
11105
|
},
|
|
11106
|
+
{
|
|
11107
|
+
"$extensions": {
|
|
11108
|
+
"nl.nldesignsystem.css.property": {
|
|
11109
|
+
"syntax": "*",
|
|
11110
|
+
"inherits": true
|
|
11111
|
+
},
|
|
11112
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
11113
|
+
"studio.tokens": {
|
|
11114
|
+
"originalType": "fontFamilies"
|
|
11115
|
+
}
|
|
11116
|
+
},
|
|
11117
|
+
"type": "fontFamily",
|
|
11118
|
+
"value": "\"Monaco\"",
|
|
11119
|
+
"filePath": "src/component/utrecht/code-block.tokens.json",
|
|
11120
|
+
"isSource": true,
|
|
11121
|
+
"original": {
|
|
11122
|
+
"$extensions": {
|
|
11123
|
+
"nl.nldesignsystem.css.property": {
|
|
11124
|
+
"syntax": "*",
|
|
11125
|
+
"inherits": true
|
|
11126
|
+
},
|
|
11127
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
11128
|
+
"studio.tokens": {
|
|
11129
|
+
"originalType": "fontFamilies"
|
|
11130
|
+
}
|
|
11131
|
+
},
|
|
11132
|
+
"type": "fontFamily",
|
|
11133
|
+
"value": "{nl.code-block.font-family}"
|
|
11134
|
+
},
|
|
11135
|
+
"name": "utrechtCodeBlockFontFamily",
|
|
11136
|
+
"attributes": {},
|
|
11137
|
+
"path": [
|
|
11138
|
+
"utrecht",
|
|
11139
|
+
"code-block",
|
|
11140
|
+
"font-family"
|
|
11141
|
+
]
|
|
11142
|
+
},
|
|
10159
11143
|
{
|
|
10160
11144
|
"$extensions": {
|
|
10161
11145
|
"nl.nldesignsystem.css.property": {
|
|
@@ -10183,7 +11167,7 @@
|
|
|
10183
11167
|
}
|
|
10184
11168
|
},
|
|
10185
11169
|
"type": "fontSize",
|
|
10186
|
-
"value": "{
|
|
11170
|
+
"value": "{nl.code-block.font-size}"
|
|
10187
11171
|
},
|
|
10188
11172
|
"name": "utrechtCodeBlockFontSize",
|
|
10189
11173
|
"attributes": {},
|
|
@@ -10226,7 +11210,7 @@
|
|
|
10226
11210
|
}
|
|
10227
11211
|
},
|
|
10228
11212
|
"type": "lineHeight",
|
|
10229
|
-
"value": "{
|
|
11213
|
+
"value": "{nl.code-block.line-height}"
|
|
10230
11214
|
},
|
|
10231
11215
|
"name": "utrechtCodeBlockLineHeight",
|
|
10232
11216
|
"attributes": {},
|
|
@@ -10337,7 +11321,7 @@
|
|
|
10337
11321
|
}
|
|
10338
11322
|
},
|
|
10339
11323
|
"type": "dimension",
|
|
10340
|
-
"value": "
|
|
11324
|
+
"value": "{nl.code-block.padding-block}"
|
|
10341
11325
|
},
|
|
10342
11326
|
"name": "utrechtCodeBlockPaddingBlockEnd",
|
|
10343
11327
|
"attributes": {},
|
|
@@ -10374,7 +11358,7 @@
|
|
|
10374
11358
|
}
|
|
10375
11359
|
},
|
|
10376
11360
|
"type": "dimension",
|
|
10377
|
-
"value": "
|
|
11361
|
+
"value": "{nl.code-block.padding-block}"
|
|
10378
11362
|
},
|
|
10379
11363
|
"name": "utrechtCodeBlockPaddingBlockStart",
|
|
10380
11364
|
"attributes": {},
|
|
@@ -10411,7 +11395,7 @@
|
|
|
10411
11395
|
}
|
|
10412
11396
|
},
|
|
10413
11397
|
"type": "dimension",
|
|
10414
|
-
"value": "
|
|
11398
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10415
11399
|
},
|
|
10416
11400
|
"name": "utrechtCodeBlockPaddingInlineEnd",
|
|
10417
11401
|
"attributes": {},
|
|
@@ -10448,7 +11432,7 @@
|
|
|
10448
11432
|
}
|
|
10449
11433
|
},
|
|
10450
11434
|
"type": "dimension",
|
|
10451
|
-
"value": "
|
|
11435
|
+
"value": "{nl.code-block.padding-inline}"
|
|
10452
11436
|
},
|
|
10453
11437
|
"name": "utrechtCodeBlockPaddingInlineStart",
|
|
10454
11438
|
"attributes": {},
|
|
@@ -15943,7 +16927,7 @@
|
|
|
15943
16927
|
}
|
|
15944
16928
|
},
|
|
15945
16929
|
"type": "fontFamily",
|
|
15946
|
-
"value": "{
|
|
16930
|
+
"value": "{nl.heading.level-1.font-family}"
|
|
15947
16931
|
},
|
|
15948
16932
|
"name": "utrechtHeading1FontFamily",
|
|
15949
16933
|
"attributes": {},
|
|
@@ -15980,7 +16964,7 @@
|
|
|
15980
16964
|
}
|
|
15981
16965
|
},
|
|
15982
16966
|
"type": "fontSize",
|
|
15983
|
-
"value": "{
|
|
16967
|
+
"value": "{nl.heading.level-1.font-size}"
|
|
15984
16968
|
},
|
|
15985
16969
|
"name": "utrechtHeading1FontSize",
|
|
15986
16970
|
"attributes": {},
|
|
@@ -16023,7 +17007,7 @@
|
|
|
16023
17007
|
}
|
|
16024
17008
|
},
|
|
16025
17009
|
"type": "fontWeight",
|
|
16026
|
-
"value": "{
|
|
17010
|
+
"value": "{nl.heading.level-1.font-weight}"
|
|
16027
17011
|
},
|
|
16028
17012
|
"name": "utrechtHeading1FontWeight",
|
|
16029
17013
|
"attributes": {},
|
|
@@ -16066,7 +17050,7 @@
|
|
|
16066
17050
|
}
|
|
16067
17051
|
},
|
|
16068
17052
|
"type": "lineHeight",
|
|
16069
|
-
"value": "{
|
|
17053
|
+
"value": "{nl.heading.level-1.line-height}"
|
|
16070
17054
|
},
|
|
16071
17055
|
"name": "utrechtHeading1LineHeight",
|
|
16072
17056
|
"attributes": {},
|
|
@@ -16185,7 +17169,7 @@
|
|
|
16185
17169
|
}
|
|
16186
17170
|
},
|
|
16187
17171
|
"type": "fontFamily",
|
|
16188
|
-
"value": "{
|
|
17172
|
+
"value": "{nl.heading.level-2.font-family}"
|
|
16189
17173
|
},
|
|
16190
17174
|
"name": "utrechtHeading2FontFamily",
|
|
16191
17175
|
"attributes": {},
|
|
@@ -16222,7 +17206,7 @@
|
|
|
16222
17206
|
}
|
|
16223
17207
|
},
|
|
16224
17208
|
"type": "fontSize",
|
|
16225
|
-
"value": "{
|
|
17209
|
+
"value": "{nl.heading.level-2.font-size}"
|
|
16226
17210
|
},
|
|
16227
17211
|
"name": "utrechtHeading2FontSize",
|
|
16228
17212
|
"attributes": {},
|
|
@@ -16265,7 +17249,7 @@
|
|
|
16265
17249
|
}
|
|
16266
17250
|
},
|
|
16267
17251
|
"type": "fontWeight",
|
|
16268
|
-
"value": "{
|
|
17252
|
+
"value": "{nl.heading.level-2.font-weight}"
|
|
16269
17253
|
},
|
|
16270
17254
|
"name": "utrechtHeading2FontWeight",
|
|
16271
17255
|
"attributes": {},
|
|
@@ -16308,7 +17292,7 @@
|
|
|
16308
17292
|
}
|
|
16309
17293
|
},
|
|
16310
17294
|
"type": "lineHeight",
|
|
16311
|
-
"value": "{
|
|
17295
|
+
"value": "{nl.heading.level-2.line-height}"
|
|
16312
17296
|
},
|
|
16313
17297
|
"name": "utrechtHeading2LineHeight",
|
|
16314
17298
|
"attributes": {},
|
|
@@ -16427,7 +17411,7 @@
|
|
|
16427
17411
|
}
|
|
16428
17412
|
},
|
|
16429
17413
|
"type": "fontFamily",
|
|
16430
|
-
"value": "{
|
|
17414
|
+
"value": "{nl.heading.level-3.font-family}"
|
|
16431
17415
|
},
|
|
16432
17416
|
"name": "utrechtHeading3FontFamily",
|
|
16433
17417
|
"attributes": {},
|
|
@@ -16464,7 +17448,7 @@
|
|
|
16464
17448
|
}
|
|
16465
17449
|
},
|
|
16466
17450
|
"type": "fontSize",
|
|
16467
|
-
"value": "{
|
|
17451
|
+
"value": "{nl.heading.level-3.font-size}"
|
|
16468
17452
|
},
|
|
16469
17453
|
"name": "utrechtHeading3FontSize",
|
|
16470
17454
|
"attributes": {},
|
|
@@ -16507,7 +17491,7 @@
|
|
|
16507
17491
|
}
|
|
16508
17492
|
},
|
|
16509
17493
|
"type": "fontWeight",
|
|
16510
|
-
"value": "{
|
|
17494
|
+
"value": "{nl.heading.level-3.font-weight}"
|
|
16511
17495
|
},
|
|
16512
17496
|
"name": "utrechtHeading3FontWeight",
|
|
16513
17497
|
"attributes": {},
|
|
@@ -16550,7 +17534,7 @@
|
|
|
16550
17534
|
}
|
|
16551
17535
|
},
|
|
16552
17536
|
"type": "lineHeight",
|
|
16553
|
-
"value": "{
|
|
17537
|
+
"value": "{nl.heading.level-3.line-height}"
|
|
16554
17538
|
},
|
|
16555
17539
|
"name": "utrechtHeading3LineHeight",
|
|
16556
17540
|
"attributes": {},
|
|
@@ -16669,7 +17653,7 @@
|
|
|
16669
17653
|
}
|
|
16670
17654
|
},
|
|
16671
17655
|
"type": "fontFamily",
|
|
16672
|
-
"value": "{
|
|
17656
|
+
"value": "{nl.heading.level-4.font-family}"
|
|
16673
17657
|
},
|
|
16674
17658
|
"name": "utrechtHeading4FontFamily",
|
|
16675
17659
|
"attributes": {},
|
|
@@ -16706,7 +17690,7 @@
|
|
|
16706
17690
|
}
|
|
16707
17691
|
},
|
|
16708
17692
|
"type": "fontSize",
|
|
16709
|
-
"value": "{
|
|
17693
|
+
"value": "{nl.heading.level-4.font-size}"
|
|
16710
17694
|
},
|
|
16711
17695
|
"name": "utrechtHeading4FontSize",
|
|
16712
17696
|
"attributes": {},
|
|
@@ -16749,7 +17733,7 @@
|
|
|
16749
17733
|
}
|
|
16750
17734
|
},
|
|
16751
17735
|
"type": "fontWeight",
|
|
16752
|
-
"value": "{
|
|
17736
|
+
"value": "{nl.heading.level-4.font-weight}"
|
|
16753
17737
|
},
|
|
16754
17738
|
"name": "utrechtHeading4FontWeight",
|
|
16755
17739
|
"attributes": {},
|
|
@@ -16792,7 +17776,7 @@
|
|
|
16792
17776
|
}
|
|
16793
17777
|
},
|
|
16794
17778
|
"type": "lineHeight",
|
|
16795
|
-
"value": "{
|
|
17779
|
+
"value": "{nl.heading.level-4.line-height}"
|
|
16796
17780
|
},
|
|
16797
17781
|
"name": "utrechtHeading4LineHeight",
|
|
16798
17782
|
"attributes": {},
|
|
@@ -16911,7 +17895,7 @@
|
|
|
16911
17895
|
}
|
|
16912
17896
|
},
|
|
16913
17897
|
"type": "fontFamily",
|
|
16914
|
-
"value": "{
|
|
17898
|
+
"value": "{nl.heading.level-5.font-family}"
|
|
16915
17899
|
},
|
|
16916
17900
|
"name": "utrechtHeading5FontFamily",
|
|
16917
17901
|
"attributes": {},
|
|
@@ -16948,7 +17932,7 @@
|
|
|
16948
17932
|
}
|
|
16949
17933
|
},
|
|
16950
17934
|
"type": "fontSize",
|
|
16951
|
-
"value": "{
|
|
17935
|
+
"value": "{nl.heading.level-5.font-size}"
|
|
16952
17936
|
},
|
|
16953
17937
|
"name": "utrechtHeading5FontSize",
|
|
16954
17938
|
"attributes": {},
|
|
@@ -16991,7 +17975,7 @@
|
|
|
16991
17975
|
}
|
|
16992
17976
|
},
|
|
16993
17977
|
"type": "fontWeight",
|
|
16994
|
-
"value": "{
|
|
17978
|
+
"value": "{nl.heading.level-5.font-weight}"
|
|
16995
17979
|
},
|
|
16996
17980
|
"name": "utrechtHeading5FontWeight",
|
|
16997
17981
|
"attributes": {},
|
|
@@ -17034,7 +18018,7 @@
|
|
|
17034
18018
|
}
|
|
17035
18019
|
},
|
|
17036
18020
|
"type": "lineHeight",
|
|
17037
|
-
"value": "{
|
|
18021
|
+
"value": "{nl.heading.level-5.line-height}"
|
|
17038
18022
|
},
|
|
17039
18023
|
"name": "utrechtHeading5LineHeight",
|
|
17040
18024
|
"attributes": {},
|
|
@@ -17153,7 +18137,7 @@
|
|
|
17153
18137
|
}
|
|
17154
18138
|
},
|
|
17155
18139
|
"type": "fontFamily",
|
|
17156
|
-
"value": "{
|
|
18140
|
+
"value": "{nl.heading.level-6.font-family}"
|
|
17157
18141
|
},
|
|
17158
18142
|
"name": "utrechtHeading6FontFamily",
|
|
17159
18143
|
"attributes": {},
|
|
@@ -17190,7 +18174,7 @@
|
|
|
17190
18174
|
}
|
|
17191
18175
|
},
|
|
17192
18176
|
"type": "fontSize",
|
|
17193
|
-
"value": "{
|
|
18177
|
+
"value": "{nl.heading.level-6.font-size}"
|
|
17194
18178
|
},
|
|
17195
18179
|
"name": "utrechtHeading6FontSize",
|
|
17196
18180
|
"attributes": {},
|
|
@@ -17233,7 +18217,7 @@
|
|
|
17233
18217
|
}
|
|
17234
18218
|
},
|
|
17235
18219
|
"type": "fontWeight",
|
|
17236
|
-
"value": "{
|
|
18220
|
+
"value": "{nl.heading.level-6.font-weight}"
|
|
17237
18221
|
},
|
|
17238
18222
|
"name": "utrechtHeading6FontWeight",
|
|
17239
18223
|
"attributes": {},
|
|
@@ -17276,7 +18260,7 @@
|
|
|
17276
18260
|
}
|
|
17277
18261
|
},
|
|
17278
18262
|
"type": "lineHeight",
|
|
17279
|
-
"value": "{
|
|
18263
|
+
"value": "{nl.heading.level-6.line-height}"
|
|
17280
18264
|
},
|
|
17281
18265
|
"name": "utrechtHeading6LineHeight",
|
|
17282
18266
|
"attributes": {},
|
|
@@ -20171,7 +21155,7 @@
|
|
|
20171
21155
|
"nl.nldesignsystem.figma.supports-token": true
|
|
20172
21156
|
},
|
|
20173
21157
|
"type": "color",
|
|
20174
|
-
"value": "{
|
|
21158
|
+
"value": "{nl.mark.background-color}"
|
|
20175
21159
|
},
|
|
20176
21160
|
"name": "utrechtMarkBackgroundColor",
|
|
20177
21161
|
"attributes": {},
|
|
@@ -20202,7 +21186,7 @@
|
|
|
20202
21186
|
"nl.nldesignsystem.figma.supports-token": true
|
|
20203
21187
|
},
|
|
20204
21188
|
"type": "color",
|
|
20205
|
-
"value": "{
|
|
21189
|
+
"value": "{nl.mark.color}"
|
|
20206
21190
|
},
|
|
20207
21191
|
"name": "utrechtMarkColor",
|
|
20208
21192
|
"attributes": {},
|
|
@@ -20524,7 +21508,7 @@
|
|
|
20524
21508
|
"nl.nldesignsystem.figma.supports-token": true
|
|
20525
21509
|
},
|
|
20526
21510
|
"type": "color",
|
|
20527
|
-
"value": "{
|
|
21511
|
+
"value": "{nl.number-badge.background-color}"
|
|
20528
21512
|
},
|
|
20529
21513
|
"name": "utrechtNumberBadgeBackgroundColor",
|
|
20530
21514
|
"attributes": {},
|
|
@@ -20567,7 +21551,7 @@
|
|
|
20567
21551
|
}
|
|
20568
21552
|
},
|
|
20569
21553
|
"type": "dimension",
|
|
20570
|
-
"value": "{
|
|
21554
|
+
"value": "{nl.number-badge.border-radius}"
|
|
20571
21555
|
},
|
|
20572
21556
|
"name": "utrechtNumberBadgeBorderRadius",
|
|
20573
21557
|
"attributes": {},
|
|
@@ -20606,7 +21590,7 @@
|
|
|
20606
21590
|
"nl.nldesignsystem.figma.supports-token": true
|
|
20607
21591
|
},
|
|
20608
21592
|
"type": "color",
|
|
20609
|
-
"value": "{
|
|
21593
|
+
"value": "{nl.number-badge.color}"
|
|
20610
21594
|
},
|
|
20611
21595
|
"name": "utrechtNumberBadgeColor",
|
|
20612
21596
|
"attributes": {},
|
|
@@ -20649,7 +21633,7 @@
|
|
|
20649
21633
|
}
|
|
20650
21634
|
},
|
|
20651
21635
|
"type": "fontSize",
|
|
20652
|
-
"value": "{
|
|
21636
|
+
"value": "{nl.number-badge.font-size}"
|
|
20653
21637
|
},
|
|
20654
21638
|
"name": "utrechtNumberBadgeFontSize",
|
|
20655
21639
|
"attributes": {},
|
|
@@ -20694,7 +21678,7 @@
|
|
|
20694
21678
|
}
|
|
20695
21679
|
},
|
|
20696
21680
|
"type": "dimension",
|
|
20697
|
-
"value": "
|
|
21681
|
+
"value": "{nl.number-badge.padding-block}"
|
|
20698
21682
|
},
|
|
20699
21683
|
"name": "utrechtNumberBadgePaddingBlock",
|
|
20700
21684
|
"attributes": {},
|
|
@@ -20739,7 +21723,7 @@
|
|
|
20739
21723
|
}
|
|
20740
21724
|
},
|
|
20741
21725
|
"type": "dimension",
|
|
20742
|
-
"value": "
|
|
21726
|
+
"value": "{nl.number-badge.padding-inline}"
|
|
20743
21727
|
},
|
|
20744
21728
|
"name": "utrechtNumberBadgePaddingInline",
|
|
20745
21729
|
"attributes": {},
|
|
@@ -23092,7 +24076,7 @@
|
|
|
23092
24076
|
}
|
|
23093
24077
|
},
|
|
23094
24078
|
"type": "fontFamily",
|
|
23095
|
-
"value": "{
|
|
24079
|
+
"value": "{nl.paragraph.font-family}"
|
|
23096
24080
|
},
|
|
23097
24081
|
"name": "utrechtParagraphFontFamily",
|
|
23098
24082
|
"attributes": {},
|
|
@@ -23135,7 +24119,7 @@
|
|
|
23135
24119
|
}
|
|
23136
24120
|
},
|
|
23137
24121
|
"type": "fontSize",
|
|
23138
|
-
"value": "{
|
|
24122
|
+
"value": "{nl.paragraph.font-size}"
|
|
23139
24123
|
},
|
|
23140
24124
|
"name": "utrechtParagraphFontSize",
|
|
23141
24125
|
"attributes": {},
|
|
@@ -23172,7 +24156,7 @@
|
|
|
23172
24156
|
}
|
|
23173
24157
|
},
|
|
23174
24158
|
"type": "fontWeight",
|
|
23175
|
-
"value": "{
|
|
24159
|
+
"value": "{nl.paragraph.font-weight}"
|
|
23176
24160
|
},
|
|
23177
24161
|
"name": "utrechtParagraphFontWeight",
|
|
23178
24162
|
"attributes": {},
|
|
@@ -23182,46 +24166,6 @@
|
|
|
23182
24166
|
"font-weight"
|
|
23183
24167
|
]
|
|
23184
24168
|
},
|
|
23185
|
-
{
|
|
23186
|
-
"$extensions": {
|
|
23187
|
-
"nl.nldesignsystem.css.property": {
|
|
23188
|
-
"syntax": "<color>",
|
|
23189
|
-
"inherits": true
|
|
23190
|
-
},
|
|
23191
|
-
"nl.nldesignsystem.fallback": [
|
|
23192
|
-
"utrecht.paragraph.color",
|
|
23193
|
-
"utrecht.document.color"
|
|
23194
|
-
],
|
|
23195
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
23196
|
-
},
|
|
23197
|
-
"type": "color",
|
|
23198
|
-
"value": "hsl(0 0% 95%)",
|
|
23199
|
-
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
23200
|
-
"isSource": true,
|
|
23201
|
-
"original": {
|
|
23202
|
-
"$extensions": {
|
|
23203
|
-
"nl.nldesignsystem.css.property": {
|
|
23204
|
-
"syntax": "<color>",
|
|
23205
|
-
"inherits": true
|
|
23206
|
-
},
|
|
23207
|
-
"nl.nldesignsystem.fallback": [
|
|
23208
|
-
"utrecht.paragraph.color",
|
|
23209
|
-
"utrecht.document.color"
|
|
23210
|
-
],
|
|
23211
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
23212
|
-
},
|
|
23213
|
-
"type": "color",
|
|
23214
|
-
"value": "{utrecht.document.color}"
|
|
23215
|
-
},
|
|
23216
|
-
"name": "utrechtParagraphLeadColor",
|
|
23217
|
-
"attributes": {},
|
|
23218
|
-
"path": [
|
|
23219
|
-
"utrecht",
|
|
23220
|
-
"paragraph",
|
|
23221
|
-
"lead",
|
|
23222
|
-
"color"
|
|
23223
|
-
]
|
|
23224
|
-
},
|
|
23225
24169
|
{
|
|
23226
24170
|
"$extensions": {
|
|
23227
24171
|
"nl.nldesignsystem.css.property": {
|
|
@@ -23257,7 +24201,7 @@
|
|
|
23257
24201
|
}
|
|
23258
24202
|
},
|
|
23259
24203
|
"type": "fontSize",
|
|
23260
|
-
"value": "{
|
|
24204
|
+
"value": "{nl.paragraph.lead.font-size}"
|
|
23261
24205
|
},
|
|
23262
24206
|
"name": "utrechtParagraphLeadFontSize",
|
|
23263
24207
|
"attributes": {},
|
|
@@ -23303,7 +24247,7 @@
|
|
|
23303
24247
|
}
|
|
23304
24248
|
},
|
|
23305
24249
|
"type": "fontWeight",
|
|
23306
|
-
"value": "{
|
|
24250
|
+
"value": "{nl.paragraph.lead.font-weight}"
|
|
23307
24251
|
},
|
|
23308
24252
|
"name": "utrechtParagraphLeadFontWeight",
|
|
23309
24253
|
"attributes": {},
|
|
@@ -23355,7 +24299,7 @@
|
|
|
23355
24299
|
}
|
|
23356
24300
|
},
|
|
23357
24301
|
"type": "lineHeight",
|
|
23358
|
-
"value": "{
|
|
24302
|
+
"value": "{nl.paragraph.lead.line-height}"
|
|
23359
24303
|
},
|
|
23360
24304
|
"name": "utrechtParagraphLeadLineHeight",
|
|
23361
24305
|
"attributes": {},
|
|
@@ -23405,7 +24349,7 @@
|
|
|
23405
24349
|
}
|
|
23406
24350
|
},
|
|
23407
24351
|
"type": "lineHeight",
|
|
23408
|
-
"value": "{
|
|
24352
|
+
"value": "{nl.paragraph.line-height}"
|
|
23409
24353
|
},
|
|
23410
24354
|
"name": "utrechtParagraphLineHeight",
|
|
23411
24355
|
"attributes": {},
|
|
@@ -25934,7 +26878,7 @@
|
|
|
25934
26878
|
"nl.nldesignsystem.figma.supports-token": true
|
|
25935
26879
|
},
|
|
25936
26880
|
"type": "color",
|
|
25937
|
-
"value": "{
|
|
26881
|
+
"value": "{nl.skip-link.background-color}"
|
|
25938
26882
|
},
|
|
25939
26883
|
"name": "utrechtSkipLinkBackgroundColor",
|
|
25940
26884
|
"attributes": {},
|
|
@@ -25965,7 +26909,7 @@
|
|
|
25965
26909
|
"nl.nldesignsystem.figma.supports-token": true
|
|
25966
26910
|
},
|
|
25967
26911
|
"type": "color",
|
|
25968
|
-
"value": "{
|
|
26912
|
+
"value": "{nl.skip-link.color}"
|
|
25969
26913
|
},
|
|
25970
26914
|
"name": "utrechtSkipLinkColor",
|
|
25971
26915
|
"attributes": {},
|
|
@@ -26000,7 +26944,7 @@
|
|
|
26000
26944
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.background-color"
|
|
26001
26945
|
},
|
|
26002
26946
|
"type": "color",
|
|
26003
|
-
"value": "{
|
|
26947
|
+
"value": "{nl.skip-link.focus-visible.background-color}"
|
|
26004
26948
|
},
|
|
26005
26949
|
"name": "utrechtSkipLinkFocusBackgroundColor",
|
|
26006
26950
|
"attributes": {},
|
|
@@ -26036,7 +26980,7 @@
|
|
|
26036
26980
|
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.color"
|
|
26037
26981
|
},
|
|
26038
26982
|
"type": "color",
|
|
26039
|
-
"value": "{
|
|
26983
|
+
"value": "{nl.skip-link.focus-visible.color}"
|
|
26040
26984
|
},
|
|
26041
26985
|
"name": "utrechtSkipLinkFocusColor",
|
|
26042
26986
|
"attributes": {},
|
|
@@ -26076,7 +27020,7 @@
|
|
|
26076
27020
|
"nl.nldesignsystem.figma.supports-token": true
|
|
26077
27021
|
},
|
|
26078
27022
|
"type": "textDecoration",
|
|
26079
|
-
"value": "{
|
|
27023
|
+
"value": "{nl.skip-link.focus-visible.text-decoration}"
|
|
26080
27024
|
},
|
|
26081
27025
|
"name": "utrechtSkipLinkFocusVisibleTextDecoration",
|
|
26082
27026
|
"attributes": {},
|
|
@@ -26114,7 +27058,7 @@
|
|
|
26114
27058
|
}
|
|
26115
27059
|
},
|
|
26116
27060
|
"type": "dimension",
|
|
26117
|
-
"value": "{
|
|
27061
|
+
"value": "{nl.skip-link.padding-block}"
|
|
26118
27062
|
},
|
|
26119
27063
|
"name": "utrechtSkipLinkPaddingBlockEnd",
|
|
26120
27064
|
"attributes": {},
|
|
@@ -26151,7 +27095,7 @@
|
|
|
26151
27095
|
}
|
|
26152
27096
|
},
|
|
26153
27097
|
"type": "dimension",
|
|
26154
|
-
"value": "{
|
|
27098
|
+
"value": "{nl.skip-link.padding-block}"
|
|
26155
27099
|
},
|
|
26156
27100
|
"name": "utrechtSkipLinkPaddingBlockStart",
|
|
26157
27101
|
"attributes": {},
|
|
@@ -26188,7 +27132,7 @@
|
|
|
26188
27132
|
}
|
|
26189
27133
|
},
|
|
26190
27134
|
"type": "dimension",
|
|
26191
|
-
"value": "{
|
|
27135
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
26192
27136
|
},
|
|
26193
27137
|
"name": "utrechtSkipLinkPaddingInlineEnd",
|
|
26194
27138
|
"attributes": {},
|
|
@@ -26225,7 +27169,7 @@
|
|
|
26225
27169
|
}
|
|
26226
27170
|
},
|
|
26227
27171
|
"type": "dimension",
|
|
26228
|
-
"value": "{
|
|
27172
|
+
"value": "{nl.skip-link.padding-inline}"
|
|
26229
27173
|
},
|
|
26230
27174
|
"name": "utrechtSkipLinkPaddingInlineStart",
|
|
26231
27175
|
"attributes": {},
|
|
@@ -26264,7 +27208,7 @@
|
|
|
26264
27208
|
"nl.nldesignsystem.figma.supports-token": true
|
|
26265
27209
|
},
|
|
26266
27210
|
"type": "textDecoration",
|
|
26267
|
-
"value": "{
|
|
27211
|
+
"value": "{nl.skip-link.text-decoration}"
|
|
26268
27212
|
},
|
|
26269
27213
|
"name": "utrechtSkipLinkTextDecoration",
|
|
26270
27214
|
"attributes": {},
|