@conduction/theme 1.0.19 → 1.0.21
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/README.md +22 -11
- package/conduction-design-tokens/dist/design-tokens.css +59 -56
- package/conduction-design-tokens/dist/index.js +59 -56
- package/conduction-design-tokens/dist/index.json +91 -28
- package/conduction-design-tokens/dist/index.less +59 -56
- package/conduction-design-tokens/dist/index.scss +59 -56
- package/conduction-design-tokens/dist/tokens.json +2953 -2884
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +22 -10
- package/conduction-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/conduction-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/conduction-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/conduction-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/dinkelland-design-tokens/LICENSE.md +17 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +325 -1
- package/municipalities/dinkelland-design-tokens/dist/font.css +114 -0
- package/municipalities/dinkelland-design-tokens/dist/index.css +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +325 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +6512 -28
- package/municipalities/dinkelland-design-tokens/dist/index.less +325 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +325 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +6895 -36
- package/municipalities/dinkelland-design-tokens/package.json +40 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +109 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/font-size.tokens.json +17 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/size.tokens.json +17 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/typography.tokens.json +47 -0
- package/municipalities/dinkelland-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/dinkelland-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/form-input.tokens.json +44 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +22 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/textbox.tokens.json +44 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/dinkelland-design-tokens/src/config.json +7 -0
- package/municipalities/dinkelland-design-tokens/src/font.scss +149 -0
- package/municipalities/dinkelland-design-tokens/src/index.scss +8 -0
- package/municipalities/dinkelland-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +55 -48
- package/municipalities/leiden-design-tokens/dist/index.js +56 -49
- package/municipalities/leiden-design-tokens/dist/index.json +169 -26
- package/municipalities/leiden-design-tokens/dist/index.less +55 -48
- package/municipalities/leiden-design-tokens/dist/index.scss +55 -48
- package/municipalities/leiden-design-tokens/dist/tokens.json +1167 -999
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +11 -5
- package/municipalities/leiden-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.js +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.json +117 -33
- package/municipalities/tubbergen-design-tokens/dist/index.less +63 -59
- package/municipalities/tubbergen-design-tokens/dist/index.scss +63 -59
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +3202 -3113
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +49 -25
- package/municipalities/tubbergen-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page-footer.tokens.json +1 -2
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +61 -54
- package/municipalities/xxllnc-design-tokens/dist/index.js +59 -52
- package/municipalities/xxllnc-design-tokens/dist/index.json +178 -33
- package/municipalities/xxllnc-design-tokens/dist/index.less +61 -54
- package/municipalities/xxllnc-design-tokens/dist/index.scss +61 -54
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +1286 -1114
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +16 -12
- package/municipalities/xxllnc-design-tokens/src/component/conduction/alert.tokens.json +9 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/icon.tokens.json +7 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-footer.tokens.json +11 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/page-header.tokens.json +10 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/alert.tokens.json +0 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/icon.tokens.json +0 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +2 -2
- package/package.json +3 -2
- /package/conduction-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/utrecht/{blockquote.tokes.json → blockquote.tokens.json} +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{utrecht → conduction}/form-input.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{utrecht → conduction}/textbox.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{blockquote.tokes.json → blockquote.tokens.json} +0 -0
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"value": "8px",
|
|
324
|
-
"filePath": "src/component/
|
|
324
|
+
"filePath": "src/component/conduction/alert.tokens.json",
|
|
325
325
|
"isSource": true,
|
|
326
326
|
"original": {
|
|
327
327
|
"value": "{xxllnc.size.xs}"
|
|
@@ -546,6 +546,86 @@
|
|
|
546
546
|
"color"
|
|
547
547
|
]
|
|
548
548
|
},
|
|
549
|
+
{
|
|
550
|
+
"value": "#28282c",
|
|
551
|
+
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
552
|
+
"isSource": true,
|
|
553
|
+
"original": {
|
|
554
|
+
"value": "{xxllnc.color.black.16}"
|
|
555
|
+
},
|
|
556
|
+
"name": "utrechtBlockquoteContentColor",
|
|
557
|
+
"attributes": {
|
|
558
|
+
"category": "utrecht",
|
|
559
|
+
"type": "blockquote",
|
|
560
|
+
"item": "content",
|
|
561
|
+
"subitem": "color"
|
|
562
|
+
},
|
|
563
|
+
"path": [
|
|
564
|
+
"utrecht",
|
|
565
|
+
"blockquote",
|
|
566
|
+
"content",
|
|
567
|
+
"color"
|
|
568
|
+
]
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"value": "16px",
|
|
572
|
+
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
573
|
+
"isSource": true,
|
|
574
|
+
"original": {
|
|
575
|
+
"value": "{xxllnc.font-size.md}"
|
|
576
|
+
},
|
|
577
|
+
"name": "utrechtBlockquoteContentFontSize",
|
|
578
|
+
"attributes": {
|
|
579
|
+
"category": "utrecht",
|
|
580
|
+
"type": "blockquote",
|
|
581
|
+
"item": "content",
|
|
582
|
+
"subitem": "font-size"
|
|
583
|
+
},
|
|
584
|
+
"path": [
|
|
585
|
+
"utrecht",
|
|
586
|
+
"blockquote",
|
|
587
|
+
"content",
|
|
588
|
+
"font-size"
|
|
589
|
+
]
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"value": "32px",
|
|
593
|
+
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
594
|
+
"isSource": true,
|
|
595
|
+
"original": {
|
|
596
|
+
"value": "{xxllnc.size.xl}"
|
|
597
|
+
},
|
|
598
|
+
"name": "utrechtBlockquoteMarginInlineEnd",
|
|
599
|
+
"attributes": {
|
|
600
|
+
"category": "utrecht",
|
|
601
|
+
"type": "blockquote",
|
|
602
|
+
"item": "margin-inline-end"
|
|
603
|
+
},
|
|
604
|
+
"path": [
|
|
605
|
+
"utrecht",
|
|
606
|
+
"blockquote",
|
|
607
|
+
"margin-inline-end"
|
|
608
|
+
]
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"value": "32px",
|
|
612
|
+
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
613
|
+
"isSource": true,
|
|
614
|
+
"original": {
|
|
615
|
+
"value": "{xxllnc.size.xl}"
|
|
616
|
+
},
|
|
617
|
+
"name": "utrechtBlockquoteMarginInlineStart",
|
|
618
|
+
"attributes": {
|
|
619
|
+
"category": "utrecht",
|
|
620
|
+
"type": "blockquote",
|
|
621
|
+
"item": "margin-inline-start"
|
|
622
|
+
},
|
|
623
|
+
"path": [
|
|
624
|
+
"utrecht",
|
|
625
|
+
"blockquote",
|
|
626
|
+
"margin-inline-start"
|
|
627
|
+
]
|
|
628
|
+
},
|
|
549
629
|
{
|
|
550
630
|
"value": "#2b2b2b",
|
|
551
631
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -1279,7 +1359,7 @@
|
|
|
1279
1359
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
1280
1360
|
"isSource": true,
|
|
1281
1361
|
"original": {
|
|
1282
|
-
"value": "{xxllnc.color.lightgrey}"
|
|
1362
|
+
"value": "{xxllnc.color.lightgrey.96}"
|
|
1283
1363
|
},
|
|
1284
1364
|
"name": "utrechtCodeBackgroundColor",
|
|
1285
1365
|
"attributes": {
|
|
@@ -1298,7 +1378,7 @@
|
|
|
1298
1378
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
1299
1379
|
"isSource": true,
|
|
1300
1380
|
"original": {
|
|
1301
|
-
"value": "{xxllnc.color.lightgrey}"
|
|
1381
|
+
"value": "{xxllnc.color.lightgrey.96}"
|
|
1302
1382
|
},
|
|
1303
1383
|
"name": "utrechtCodeBlockBackgroundColor",
|
|
1304
1384
|
"attributes": {
|
|
@@ -1675,7 +1755,7 @@
|
|
|
1675
1755
|
},
|
|
1676
1756
|
{
|
|
1677
1757
|
"value": "#ffffff",
|
|
1678
|
-
"filePath": "src/component/
|
|
1758
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1679
1759
|
"isSource": true,
|
|
1680
1760
|
"original": {
|
|
1681
1761
|
"value": "{xxllnc.color.white.100-0t}"
|
|
@@ -1694,7 +1774,7 @@
|
|
|
1694
1774
|
},
|
|
1695
1775
|
{
|
|
1696
1776
|
"value": "#00000038",
|
|
1697
|
-
"filePath": "src/component/
|
|
1777
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1698
1778
|
"isSource": true,
|
|
1699
1779
|
"original": {
|
|
1700
1780
|
"value": "{xxllnc.color.black.0-22t}"
|
|
@@ -1713,7 +1793,7 @@
|
|
|
1713
1793
|
},
|
|
1714
1794
|
{
|
|
1715
1795
|
"value": "6px",
|
|
1716
|
-
"filePath": "src/component/
|
|
1796
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1717
1797
|
"isSource": true,
|
|
1718
1798
|
"original": {
|
|
1719
1799
|
"value": "6px"
|
|
@@ -1732,7 +1812,7 @@
|
|
|
1732
1812
|
},
|
|
1733
1813
|
{
|
|
1734
1814
|
"value": "1px",
|
|
1735
|
-
"filePath": "src/component/
|
|
1815
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1736
1816
|
"isSource": true,
|
|
1737
1817
|
"original": {
|
|
1738
1818
|
"value": "{xxllnc.size.4xs}"
|
|
@@ -1751,7 +1831,7 @@
|
|
|
1751
1831
|
},
|
|
1752
1832
|
{
|
|
1753
1833
|
"value": "#6d6d6d",
|
|
1754
|
-
"filePath": "src/component/
|
|
1834
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1755
1835
|
"isSource": true,
|
|
1756
1836
|
"original": {
|
|
1757
1837
|
"value": "{xxllnc.color.grey.43}"
|
|
@@ -1770,7 +1850,7 @@
|
|
|
1770
1850
|
},
|
|
1771
1851
|
{
|
|
1772
1852
|
"value": "neue-haas-grotesk-text, sans-serif",
|
|
1773
|
-
"filePath": "src/component/
|
|
1853
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1774
1854
|
"isSource": true,
|
|
1775
1855
|
"original": {
|
|
1776
1856
|
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
@@ -1789,7 +1869,7 @@
|
|
|
1789
1869
|
},
|
|
1790
1870
|
{
|
|
1791
1871
|
"value": "15px",
|
|
1792
|
-
"filePath": "src/component/
|
|
1872
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1793
1873
|
"isSource": true,
|
|
1794
1874
|
"original": {
|
|
1795
1875
|
"value": "15px"
|
|
@@ -1808,7 +1888,7 @@
|
|
|
1808
1888
|
},
|
|
1809
1889
|
{
|
|
1810
1890
|
"value": "8px",
|
|
1811
|
-
"filePath": "src/component/
|
|
1891
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1812
1892
|
"isSource": true,
|
|
1813
1893
|
"original": {
|
|
1814
1894
|
"value": "{xxllnc.size.xs}"
|
|
@@ -1827,7 +1907,7 @@
|
|
|
1827
1907
|
},
|
|
1828
1908
|
{
|
|
1829
1909
|
"value": "8px",
|
|
1830
|
-
"filePath": "src/component/
|
|
1910
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1831
1911
|
"isSource": true,
|
|
1832
1912
|
"original": {
|
|
1833
1913
|
"value": "{xxllnc.size.xs}"
|
|
@@ -1846,7 +1926,7 @@
|
|
|
1846
1926
|
},
|
|
1847
1927
|
{
|
|
1848
1928
|
"value": "14px",
|
|
1849
|
-
"filePath": "src/component/
|
|
1929
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1850
1930
|
"isSource": true,
|
|
1851
1931
|
"original": {
|
|
1852
1932
|
"value": "{xxllnc.size.sm}"
|
|
@@ -1865,7 +1945,7 @@
|
|
|
1865
1945
|
},
|
|
1866
1946
|
{
|
|
1867
1947
|
"value": "14px",
|
|
1868
|
-
"filePath": "src/component/
|
|
1948
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1869
1949
|
"isSource": true,
|
|
1870
1950
|
"original": {
|
|
1871
1951
|
"value": "{xxllnc.size.sm}"
|
|
@@ -1884,7 +1964,7 @@
|
|
|
1884
1964
|
},
|
|
1885
1965
|
{
|
|
1886
1966
|
"value": "#6d6d6d",
|
|
1887
|
-
"filePath": "src/component/
|
|
1967
|
+
"filePath": "src/component/conduction/form-input.tokens.json",
|
|
1888
1968
|
"isSource": true,
|
|
1889
1969
|
"original": {
|
|
1890
1970
|
"value": "{xxllnc.color.grey.43}"
|
|
@@ -2380,7 +2460,7 @@
|
|
|
2380
2460
|
},
|
|
2381
2461
|
{
|
|
2382
2462
|
"value": "8px",
|
|
2383
|
-
"filePath": "src/component/
|
|
2463
|
+
"filePath": "src/component/conduction/icon.tokens.json",
|
|
2384
2464
|
"isSource": true,
|
|
2385
2465
|
"original": {
|
|
2386
2466
|
"value": "{xxllnc.size.xs}"
|
|
@@ -2793,6 +2873,48 @@
|
|
|
2793
2873
|
"color"
|
|
2794
2874
|
]
|
|
2795
2875
|
},
|
|
2876
|
+
{
|
|
2877
|
+
"value": "100px",
|
|
2878
|
+
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2879
|
+
"isSource": true,
|
|
2880
|
+
"original": {
|
|
2881
|
+
"value": "100px"
|
|
2882
|
+
},
|
|
2883
|
+
"name": "utrechtPageFooterLogoMaxHeight",
|
|
2884
|
+
"attributes": {
|
|
2885
|
+
"category": "utrecht",
|
|
2886
|
+
"type": "page-footer",
|
|
2887
|
+
"item": "logo",
|
|
2888
|
+
"subitem": "max-height"
|
|
2889
|
+
},
|
|
2890
|
+
"path": [
|
|
2891
|
+
"utrecht",
|
|
2892
|
+
"page-footer",
|
|
2893
|
+
"logo",
|
|
2894
|
+
"max-height"
|
|
2895
|
+
]
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"value": "100px",
|
|
2899
|
+
"filePath": "src/component/conduction/page-footer.tokens.json",
|
|
2900
|
+
"isSource": true,
|
|
2901
|
+
"original": {
|
|
2902
|
+
"value": "100px"
|
|
2903
|
+
},
|
|
2904
|
+
"name": "utrechtPageFooterLogoMaxWidth",
|
|
2905
|
+
"attributes": {
|
|
2906
|
+
"category": "utrecht",
|
|
2907
|
+
"type": "page-footer",
|
|
2908
|
+
"item": "logo",
|
|
2909
|
+
"subitem": "max-width"
|
|
2910
|
+
},
|
|
2911
|
+
"path": [
|
|
2912
|
+
"utrecht",
|
|
2913
|
+
"page-footer",
|
|
2914
|
+
"logo",
|
|
2915
|
+
"max-width"
|
|
2916
|
+
]
|
|
2917
|
+
},
|
|
2796
2918
|
{
|
|
2797
2919
|
"value": "48px",
|
|
2798
2920
|
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
@@ -2907,6 +3029,27 @@
|
|
|
2907
3029
|
"color"
|
|
2908
3030
|
]
|
|
2909
3031
|
},
|
|
3032
|
+
{
|
|
3033
|
+
"value": "150px",
|
|
3034
|
+
"filePath": "src/component/conduction/page-header.tokens.json",
|
|
3035
|
+
"isSource": true,
|
|
3036
|
+
"original": {
|
|
3037
|
+
"value": "150px"
|
|
3038
|
+
},
|
|
3039
|
+
"name": "utrechtPageHeaderLogoMaxWidth",
|
|
3040
|
+
"attributes": {
|
|
3041
|
+
"category": "utrecht",
|
|
3042
|
+
"type": "page-header",
|
|
3043
|
+
"item": "logo",
|
|
3044
|
+
"subitem": "max-width"
|
|
3045
|
+
},
|
|
3046
|
+
"path": [
|
|
3047
|
+
"utrecht",
|
|
3048
|
+
"page-header",
|
|
3049
|
+
"logo",
|
|
3050
|
+
"max-width"
|
|
3051
|
+
]
|
|
3052
|
+
},
|
|
2910
3053
|
{
|
|
2911
3054
|
"value": "14px",
|
|
2912
3055
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
@@ -3518,7 +3661,7 @@
|
|
|
3518
3661
|
"filePath": "src/component/utrecht/table.tokens.json",
|
|
3519
3662
|
"isSource": true,
|
|
3520
3663
|
"original": {
|
|
3521
|
-
"value": "{xxllnc.color.lightgrey}"
|
|
3664
|
+
"value": "{xxllnc.color.lightgrey.96}"
|
|
3522
3665
|
},
|
|
3523
3666
|
"name": "utrechtTableBorderColor",
|
|
3524
3667
|
"attributes": {
|
|
@@ -3863,7 +4006,7 @@
|
|
|
3863
4006
|
"filePath": "src/component/utrecht/table.tokens.json",
|
|
3864
4007
|
"isSource": true,
|
|
3865
4008
|
"original": {
|
|
3866
|
-
"value": "{xxllnc.color.lightgrey}"
|
|
4009
|
+
"value": "{xxllnc.color.lightgrey.96}"
|
|
3867
4010
|
},
|
|
3868
4011
|
"name": "utrechtTableRowBorderBlockEndColor",
|
|
3869
4012
|
"attributes": {
|
|
@@ -3902,7 +4045,7 @@
|
|
|
3902
4045
|
},
|
|
3903
4046
|
{
|
|
3904
4047
|
"value": "#ffffff",
|
|
3905
|
-
"filePath": "src/component/
|
|
4048
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
3906
4049
|
"isSource": true,
|
|
3907
4050
|
"original": {
|
|
3908
4051
|
"value": "{xxllnc.color.white.100-0t}"
|
|
@@ -3921,7 +4064,7 @@
|
|
|
3921
4064
|
},
|
|
3922
4065
|
{
|
|
3923
4066
|
"value": "#00000038",
|
|
3924
|
-
"filePath": "src/component/
|
|
4067
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
3925
4068
|
"isSource": true,
|
|
3926
4069
|
"original": {
|
|
3927
4070
|
"value": "{xxllnc.color.black.0-22t}"
|
|
@@ -3940,7 +4083,7 @@
|
|
|
3940
4083
|
},
|
|
3941
4084
|
{
|
|
3942
4085
|
"value": "6px",
|
|
3943
|
-
"filePath": "src/component/
|
|
4086
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
3944
4087
|
"isSource": true,
|
|
3945
4088
|
"original": {
|
|
3946
4089
|
"value": "6px"
|
|
@@ -3959,7 +4102,7 @@
|
|
|
3959
4102
|
},
|
|
3960
4103
|
{
|
|
3961
4104
|
"value": "1px",
|
|
3962
|
-
"filePath": "src/component/
|
|
4105
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
3963
4106
|
"isSource": true,
|
|
3964
4107
|
"original": {
|
|
3965
4108
|
"value": "{xxllnc.size.4xs}"
|
|
@@ -3978,7 +4121,7 @@
|
|
|
3978
4121
|
},
|
|
3979
4122
|
{
|
|
3980
4123
|
"value": "#6d6d6d",
|
|
3981
|
-
"filePath": "src/component/
|
|
4124
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
3982
4125
|
"isSource": true,
|
|
3983
4126
|
"original": {
|
|
3984
4127
|
"value": "{xxllnc.color.grey.43}"
|
|
@@ -3997,7 +4140,7 @@
|
|
|
3997
4140
|
},
|
|
3998
4141
|
{
|
|
3999
4142
|
"value": "neue-haas-grotesk-text, sans-serif",
|
|
4000
|
-
"filePath": "src/component/
|
|
4143
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
4001
4144
|
"isSource": true,
|
|
4002
4145
|
"original": {
|
|
4003
4146
|
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
@@ -4016,7 +4159,7 @@
|
|
|
4016
4159
|
},
|
|
4017
4160
|
{
|
|
4018
4161
|
"value": "15px",
|
|
4019
|
-
"filePath": "src/component/
|
|
4162
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
4020
4163
|
"isSource": true,
|
|
4021
4164
|
"original": {
|
|
4022
4165
|
"value": "15px"
|
|
@@ -4035,7 +4178,7 @@
|
|
|
4035
4178
|
},
|
|
4036
4179
|
{
|
|
4037
4180
|
"value": "8px",
|
|
4038
|
-
"filePath": "src/component/
|
|
4181
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
4039
4182
|
"isSource": true,
|
|
4040
4183
|
"original": {
|
|
4041
4184
|
"value": "{xxllnc.size.xs}"
|
|
@@ -4054,7 +4197,7 @@
|
|
|
4054
4197
|
},
|
|
4055
4198
|
{
|
|
4056
4199
|
"value": "8px",
|
|
4057
|
-
"filePath": "src/component/
|
|
4200
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
4058
4201
|
"isSource": true,
|
|
4059
4202
|
"original": {
|
|
4060
4203
|
"value": "{xxllnc.size.xs}"
|
|
@@ -4073,7 +4216,7 @@
|
|
|
4073
4216
|
},
|
|
4074
4217
|
{
|
|
4075
4218
|
"value": "14px",
|
|
4076
|
-
"filePath": "src/component/
|
|
4219
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
4077
4220
|
"isSource": true,
|
|
4078
4221
|
"original": {
|
|
4079
4222
|
"value": "{xxllnc.size.sm}"
|
|
@@ -4092,7 +4235,7 @@
|
|
|
4092
4235
|
},
|
|
4093
4236
|
{
|
|
4094
4237
|
"value": "14px",
|
|
4095
|
-
"filePath": "src/component/
|
|
4238
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
4096
4239
|
"isSource": true,
|
|
4097
4240
|
"original": {
|
|
4098
4241
|
"value": "{xxllnc.size.sm}"
|
|
@@ -4111,7 +4254,7 @@
|
|
|
4111
4254
|
},
|
|
4112
4255
|
{
|
|
4113
4256
|
"value": "#6d6d6d",
|
|
4114
|
-
"filePath": "src/component/
|
|
4257
|
+
"filePath": "src/component/conduction/textbox.tokens.json",
|
|
4115
4258
|
"isSource": true,
|
|
4116
4259
|
"original": {
|
|
4117
4260
|
"value": "{xxllnc.color.grey.43}"
|
|
@@ -4686,16 +4829,18 @@
|
|
|
4686
4829
|
"original": {
|
|
4687
4830
|
"value": "#f5f5f5"
|
|
4688
4831
|
},
|
|
4689
|
-
"name": "
|
|
4832
|
+
"name": "xxllncColorLightgrey96",
|
|
4690
4833
|
"attributes": {
|
|
4691
4834
|
"category": "xxllnc",
|
|
4692
4835
|
"type": "color",
|
|
4693
|
-
"item": "lightgrey"
|
|
4836
|
+
"item": "lightgrey",
|
|
4837
|
+
"subitem": "96"
|
|
4694
4838
|
},
|
|
4695
4839
|
"path": [
|
|
4696
4840
|
"xxllnc",
|
|
4697
4841
|
"color",
|
|
4698
|
-
"lightgrey"
|
|
4842
|
+
"lightgrey",
|
|
4843
|
+
"96"
|
|
4699
4844
|
]
|
|
4700
4845
|
},
|
|
4701
4846
|
{
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 16 Aug 2023 08:06:28 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
7
7
|
@conduction-input-select-border-focus: unset;
|
|
8
|
-
@utrecht-textbox-font-size: 15px;
|
|
9
|
-
@utrecht-textbox-border-radius: 6px;
|
|
10
8
|
@utrecht-table-header-cell-text-transform: unset;
|
|
11
9
|
@utrecht-table-header-text-transform: unset;
|
|
12
10
|
@utrecht-table-margin-block-end: 0;
|
|
@@ -14,7 +12,6 @@
|
|
|
14
12
|
@utrecht-paragraph-margin-block-start: 0;
|
|
15
13
|
@utrecht-paragraph-line-height: 1.5em;
|
|
16
14
|
@utrecht-page-max-inline-size: 1140px;
|
|
17
|
-
@utrecht-page-footer-background-image: unset;
|
|
18
15
|
@utrecht-unordered-list-item-padding-inline-start: 1ch;
|
|
19
16
|
@utrecht-unordered-list-padding-inline-start: 2ch;
|
|
20
17
|
@utrecht-unordered-list-margin-block-end: 0;
|
|
@@ -24,8 +21,6 @@
|
|
|
24
21
|
@utrecht-link-text-decoration-thickness: 0;
|
|
25
22
|
@utrecht-link-text-decoration-color: unset;
|
|
26
23
|
@utrecht-link-text-decoration: none;
|
|
27
|
-
@utrecht-form-input-font-size: 15px;
|
|
28
|
-
@utrecht-form-input-border-radius: 6px;
|
|
29
24
|
@utrecht-code-block-margin-inline-end: 0;
|
|
30
25
|
@utrecht-code-block-margin-inline-start: 0;
|
|
31
26
|
@utrecht-code-font-size: inherit;
|
|
@@ -35,6 +30,14 @@
|
|
|
35
30
|
@utrecht-button-font-size: inherit;
|
|
36
31
|
@utrecht-button-border-width: 0;
|
|
37
32
|
@utrecht-button-border-radius: 16px;
|
|
33
|
+
@utrecht-textbox-font-size: 15px;
|
|
34
|
+
@utrecht-textbox-border-radius: 6px;
|
|
35
|
+
@utrecht-page-header-logo-max-width: 150px;
|
|
36
|
+
@utrecht-page-footer-background-image: unset;
|
|
37
|
+
@utrecht-page-footer-logo-max-width: 100px;
|
|
38
|
+
@utrecht-page-footer-logo-max-height: 100px;
|
|
39
|
+
@utrecht-form-input-font-size: 15px;
|
|
40
|
+
@utrecht-form-input-border-radius: 6px;
|
|
38
41
|
@utrecht-card-border-width: unset;
|
|
39
42
|
@utrecht-card-border-radius: 16px;
|
|
40
43
|
@utrecht-action-submit-cursor: pointer;
|
|
@@ -68,13 +71,13 @@
|
|
|
68
71
|
@xxllnc-font-size-2xs: 10px;
|
|
69
72
|
@xxllnc-font-size-3xs: 8px;
|
|
70
73
|
@xxllnc-font-size-4xs: 5px;
|
|
71
|
-
@xxllnc-color-lightgrey: #f5f5f5;
|
|
74
|
+
@xxllnc-color-lightgrey-96: #f5f5f5;
|
|
72
75
|
@xxllnc-color-grey-90-hover: #e5e5e5cc; // Grey with 80% transparency
|
|
73
76
|
@xxllnc-color-grey-92: #eaeaea; // Base/Grey
|
|
74
77
|
@xxllnc-color-grey-90: #e5e5e5;
|
|
75
78
|
@xxllnc-color-grey-43: #6d6d6d;
|
|
76
|
-
@xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
|
|
77
79
|
@xxllnc-color-black-17-hover: #2b2b2bcc; // Black with 80% transparency
|
|
80
|
+
@xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
|
|
78
81
|
@xxllnc-color-black-21: #333338;
|
|
79
82
|
@xxllnc-color-black-17: #2b2b2b;
|
|
80
83
|
@xxllnc-color-black-16: #28282c; // Base/Black
|
|
@@ -96,18 +99,8 @@
|
|
|
96
99
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
97
100
|
@conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
|
|
98
101
|
@conduction-input-select-background-color: @xxllnc-color-white-100;
|
|
99
|
-
@utrecht-textbox-placeholder-color: @xxllnc-color-grey-43;
|
|
100
|
-
@utrecht-textbox-padding-inline-start: @xxllnc-size-sm;
|
|
101
|
-
@utrecht-textbox-padding-inline-end: @xxllnc-size-sm;
|
|
102
|
-
@utrecht-textbox-padding-block-start: @xxllnc-size-xs;
|
|
103
|
-
@utrecht-textbox-padding-block-end: @xxllnc-size-xs;
|
|
104
|
-
@utrecht-textbox-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
105
|
-
@utrecht-textbox-color: @xxllnc-color-grey-43;
|
|
106
|
-
@utrecht-textbox-border-width: @xxllnc-size-4xs;
|
|
107
|
-
@utrecht-textbox-border-color: @xxllnc-color-black-0-22t;
|
|
108
|
-
@utrecht-textbox-background-color: @xxllnc-color-white-100-0t;
|
|
109
102
|
@utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
|
|
110
|
-
@utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey;
|
|
103
|
+
@utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey-96;
|
|
111
104
|
@utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
|
|
112
105
|
@utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
|
|
113
106
|
@utrecht-table-cell-padding-block-start: @xxllnc-size-md;
|
|
@@ -116,22 +109,12 @@
|
|
|
116
109
|
@utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
|
|
117
110
|
@utrecht-table-margin-block-start: @xxllnc-size-md;
|
|
118
111
|
@utrecht-table-border-width: @xxllnc-size-4xs;
|
|
119
|
-
@utrecht-table-border-color: @xxllnc-color-lightgrey;
|
|
112
|
+
@utrecht-table-border-color: @xxllnc-color-lightgrey-96;
|
|
120
113
|
@utrecht-paragraph-font-weight: @xxllnc-typography-font-weight-normal;
|
|
121
114
|
@utrecht-paragraph-font-size: @xxllnc-font-size-md;
|
|
122
115
|
@utrecht-paragraph-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
123
116
|
@utrecht-page-padding-inline-end: @xxllnc-size-lg;
|
|
124
117
|
@utrecht-page-padding-inline-start: @xxllnc-size-lg;
|
|
125
|
-
@utrecht-page-header-padding-block-end: @xxllnc-size-sm;
|
|
126
|
-
@utrecht-page-header-padding-block-start: @xxllnc-size-sm;
|
|
127
|
-
@utrecht-page-header-color: @xxllnc-color-black-16;
|
|
128
|
-
@utrecht-page-header-background-color: @xxllnc-color-grey-92;
|
|
129
|
-
@utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
|
|
130
|
-
@utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
|
|
131
|
-
@utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
|
|
132
|
-
@utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
|
|
133
|
-
@utrecht-page-footer-color: @xxllnc-color-primary;
|
|
134
|
-
@utrecht-page-footer-background-color: @xxllnc-color-white-100;
|
|
135
118
|
@utrecht-unordered-list-marker-color: @xxllnc-color-primary;
|
|
136
119
|
@utrecht-unordered-list-item-margin-block-end: @xxllnc-size-xs;
|
|
137
120
|
@utrecht-unordered-list-item-margin-block-start: @xxllnc-size-xs;
|
|
@@ -146,7 +129,6 @@
|
|
|
146
129
|
@utrecht-link-hover-color: @xxllnc-color-primary-hover;
|
|
147
130
|
@utrecht-link-text-underline-offset: @xxllnc-size-3xs;
|
|
148
131
|
@utrecht-link-color: @xxllnc-color-primary;
|
|
149
|
-
@utrecht-icon-gap: @xxllnc-size-xs;
|
|
150
132
|
@utrecht-heading-5-margin-block-start: @xxllnc-size-md;
|
|
151
133
|
@utrecht-heading-5-margin-block-end: @xxllnc-size-lg;
|
|
152
134
|
@utrecht-heading-5-font-weight: @xxllnc-typography-font-weight-light;
|
|
@@ -172,16 +154,6 @@
|
|
|
172
154
|
@utrecht-heading-1-font-weight: @xxllnc-typography-font-weight-normal;
|
|
173
155
|
@utrecht-heading-1-font-size: @xxllnc-font-size-3xl;
|
|
174
156
|
@utrecht-heading-1-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
175
|
-
@utrecht-form-input-placeholder-color: @xxllnc-color-grey-43;
|
|
176
|
-
@utrecht-form-input-padding-inline-start: @xxllnc-size-sm;
|
|
177
|
-
@utrecht-form-input-padding-inline-end: @xxllnc-size-sm;
|
|
178
|
-
@utrecht-form-input-padding-block-start: @xxllnc-size-xs;
|
|
179
|
-
@utrecht-form-input-padding-block-end: @xxllnc-size-xs;
|
|
180
|
-
@utrecht-form-input-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
181
|
-
@utrecht-form-input-color: @xxllnc-color-grey-43;
|
|
182
|
-
@utrecht-form-input-border-width: @xxllnc-size-4xs;
|
|
183
|
-
@utrecht-form-input-border-color: @xxllnc-color-black-0-22t;
|
|
184
|
-
@utrecht-form-input-background-color: @xxllnc-color-white-100-0t;
|
|
185
157
|
@utrecht-document-font-size: @xxllnc-font-size-md;
|
|
186
158
|
@utrecht-document-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
187
159
|
@utrecht-document-color: @xxllnc-color-black-16;
|
|
@@ -196,10 +168,10 @@
|
|
|
196
168
|
@utrecht-code-block-font-size: @xxllnc-font-size-md;
|
|
197
169
|
@utrecht-code-block-font-family: @xxllnc-typography-monospace-font-family;
|
|
198
170
|
@utrecht-code-block-color: @xxllnc-color-black-16;
|
|
199
|
-
@utrecht-code-block-background-color: @xxllnc-color-lightgrey;
|
|
171
|
+
@utrecht-code-block-background-color: @xxllnc-color-lightgrey-96;
|
|
200
172
|
@utrecht-code-font-family: @xxllnc-typography-monospace-font-family;
|
|
201
173
|
@utrecht-code-color: @xxllnc-color-black-16;
|
|
202
|
-
@utrecht-code-background-color: @xxllnc-color-lightgrey;
|
|
174
|
+
@utrecht-code-background-color: @xxllnc-color-lightgrey-96;
|
|
203
175
|
@utrecht-button-secondary-action-hover-color: @xxllnc-color-black-17-hover;
|
|
204
176
|
@utrecht-button-secondary-action-hover-border-color: @xxllnc-color-black-17-hover;
|
|
205
177
|
@utrecht-button-secondary-action-hover-background-color: @xxllnc-color-white-100;
|
|
@@ -222,10 +194,47 @@
|
|
|
222
194
|
@utrecht-button-font-family: @xxllnc-typography-inter-font-family;
|
|
223
195
|
@utrecht-button-color: @xxllnc-color-grey-90;
|
|
224
196
|
@utrecht-button-background-color: @xxllnc-color-black-17;
|
|
225
|
-
@utrecht-
|
|
226
|
-
@utrecht-
|
|
227
|
-
@utrecht-
|
|
228
|
-
@utrecht-
|
|
197
|
+
@utrecht-blockquote-content-font-size: @xxllnc-font-size-md;
|
|
198
|
+
@utrecht-blockquote-content-color: @xxllnc-color-black-16;
|
|
199
|
+
@utrecht-blockquote-margin-inline-end: @xxllnc-size-xl;
|
|
200
|
+
@utrecht-blockquote-margin-inline-start: @xxllnc-size-xl;
|
|
201
|
+
@utrecht-textbox-placeholder-color: @xxllnc-color-grey-43;
|
|
202
|
+
@utrecht-textbox-padding-inline-start: @xxllnc-size-sm;
|
|
203
|
+
@utrecht-textbox-padding-inline-end: @xxllnc-size-sm;
|
|
204
|
+
@utrecht-textbox-padding-block-start: @xxllnc-size-xs;
|
|
205
|
+
@utrecht-textbox-padding-block-end: @xxllnc-size-xs;
|
|
206
|
+
@utrecht-textbox-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
207
|
+
@utrecht-textbox-color: @xxllnc-color-grey-43;
|
|
208
|
+
@utrecht-textbox-border-width: @xxllnc-size-4xs;
|
|
209
|
+
@utrecht-textbox-border-color: @xxllnc-color-black-0-22t;
|
|
210
|
+
@utrecht-textbox-background-color: @xxllnc-color-white-100-0t;
|
|
211
|
+
@utrecht-page-header-padding-block-end: @xxllnc-size-sm;
|
|
212
|
+
@utrecht-page-header-padding-block-start: @xxllnc-size-sm;
|
|
213
|
+
@utrecht-page-header-color: @xxllnc-color-black-16;
|
|
214
|
+
@utrecht-page-header-background-color: @xxllnc-color-grey-92;
|
|
215
|
+
@utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
|
|
216
|
+
@utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
|
|
217
|
+
@utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
|
|
218
|
+
@utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
|
|
219
|
+
@utrecht-page-footer-color: @xxllnc-color-primary;
|
|
220
|
+
@utrecht-page-footer-background-color: @xxllnc-color-white-100;
|
|
221
|
+
@utrecht-icon-gap: @xxllnc-size-xs;
|
|
222
|
+
@utrecht-form-input-placeholder-color: @xxllnc-color-grey-43;
|
|
223
|
+
@utrecht-form-input-padding-inline-start: @xxllnc-size-sm;
|
|
224
|
+
@utrecht-form-input-padding-inline-end: @xxllnc-size-sm;
|
|
225
|
+
@utrecht-form-input-padding-block-start: @xxllnc-size-xs;
|
|
226
|
+
@utrecht-form-input-padding-block-end: @xxllnc-size-xs;
|
|
227
|
+
@utrecht-form-input-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
228
|
+
@utrecht-form-input-color: @xxllnc-color-grey-43;
|
|
229
|
+
@utrecht-form-input-border-width: @xxllnc-size-4xs;
|
|
230
|
+
@utrecht-form-input-border-color: @xxllnc-color-black-0-22t;
|
|
231
|
+
@utrecht-form-input-background-color: @xxllnc-color-white-100-0t;
|
|
232
|
+
@utrecht-card-padding-block-start: @xxllnc-size-md;
|
|
233
|
+
@utrecht-card-padding-block-end: @xxllnc-size-md;
|
|
234
|
+
@utrecht-card-padding-inline-start: @xxllnc-size-md;
|
|
235
|
+
@utrecht-card-padding-inline-end: @xxllnc-size-md;
|
|
236
|
+
@utrecht-card-color: @xxllnc-color-white-95;
|
|
237
|
+
@utrecht-card-background-color: @xxllnc-color-black-21;
|
|
229
238
|
@utrecht-alert-ok-color: @xxllnc-color-alert-succes;
|
|
230
239
|
@utrecht-alert-ok-background-color: @xxllnc-color-alert-succes-background;
|
|
231
240
|
@utrecht-alert-error-color: @xxllnc-color-alert-error;
|
|
@@ -236,12 +245,10 @@
|
|
|
236
245
|
@utrecht-alert-padding-inline-start: @xxllnc-size-lg;
|
|
237
246
|
@utrecht-alert-padding-block-end: @xxllnc-size-lg;
|
|
238
247
|
@utrecht-alert-padding-block-start: @xxllnc-size-lg;
|
|
239
|
-
@utrecht-
|
|
240
|
-
@utrecht-
|
|
241
|
-
@utrecht-
|
|
242
|
-
@utrecht-
|
|
243
|
-
@utrecht-card-color: @xxllnc-color-white-95;
|
|
244
|
-
@utrecht-card-background-color: @xxllnc-color-black-21;
|
|
248
|
+
@utrecht-alert-icon-ok-color: @xxllnc-color-alert-succes;
|
|
249
|
+
@utrecht-alert-icon-warning-color: @xxllnc-color-alert-warning;
|
|
250
|
+
@utrecht-alert-icon-error-color: @xxllnc-color-alert-error;
|
|
251
|
+
@utrecht-alert-icon-gap: @xxllnc-size-xs;
|
|
245
252
|
@utrecht-space-inline-3xl: @xxllnc-size-3xl;
|
|
246
253
|
@utrecht-space-inline-2xl: @xxllnc-size-2xl;
|
|
247
254
|
@utrecht-space-inline-xl: @xxllnc-size-xl;
|
|
@@ -282,6 +289,6 @@
|
|
|
282
289
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
283
290
|
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
284
291
|
@utrecht-ordered-list-font-size: @utrecht-document-font-size;
|
|
285
|
-
@utrecht-alert-icon-color: @xxllnc-color-alert-info;
|
|
286
292
|
@utrecht-alert-color: @xxllnc-color-alert-info;
|
|
287
293
|
@utrecht-alert-background-color: @xxllnc-color-alert-info-background;
|
|
294
|
+
@utrecht-alert-icon-color: @xxllnc-color-alert-info;
|