@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
|
@@ -409,6 +409,7 @@
|
|
|
409
409
|
"color": "hsl(0 0% 100%)"
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
|
+
"alternate-lang-nav": {},
|
|
412
413
|
"article": {
|
|
413
414
|
"max-inline-size": "780px"
|
|
414
415
|
},
|
|
@@ -503,31 +504,6 @@
|
|
|
503
504
|
"padding-block": "1ex",
|
|
504
505
|
"padding-inline": "1ex"
|
|
505
506
|
},
|
|
506
|
-
"badge-data": {
|
|
507
|
-
"letter-spacing": {
|
|
508
|
-
"$extensions": {
|
|
509
|
-
"nl.nldesignsystem.css.property": {
|
|
510
|
-
"syntax": "<length>",
|
|
511
|
-
"inherits": true
|
|
512
|
-
},
|
|
513
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
514
|
-
},
|
|
515
|
-
"type": "letterSpacing"
|
|
516
|
-
},
|
|
517
|
-
"text-transform": {
|
|
518
|
-
"$extensions": {
|
|
519
|
-
"nl.nldesignsystem.css.property": {
|
|
520
|
-
"syntax": [
|
|
521
|
-
"inherit",
|
|
522
|
-
"uppercase"
|
|
523
|
-
],
|
|
524
|
-
"inherits": true
|
|
525
|
-
},
|
|
526
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
527
|
-
},
|
|
528
|
-
"type": "textCase"
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
507
|
"badge-list": {
|
|
532
508
|
"row-gap": {
|
|
533
509
|
"$extensions": {
|
|
@@ -868,6 +844,51 @@
|
|
|
868
844
|
"margin-block-start": "1.6em",
|
|
869
845
|
"margin-block-end": "1.6em"
|
|
870
846
|
},
|
|
847
|
+
"body": {
|
|
848
|
+
"font-family": {
|
|
849
|
+
"$extensions": {
|
|
850
|
+
"nl.nldesignsystem.css.property": {
|
|
851
|
+
"syntax": "*",
|
|
852
|
+
"inherits": true
|
|
853
|
+
},
|
|
854
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
855
|
+
},
|
|
856
|
+
"type": "fontFamilies"
|
|
857
|
+
},
|
|
858
|
+
"font-size": {
|
|
859
|
+
"$extensions": {
|
|
860
|
+
"nl.nldesignsystem.css.property": {
|
|
861
|
+
"syntax": "<length>",
|
|
862
|
+
"inherits": true
|
|
863
|
+
},
|
|
864
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
865
|
+
},
|
|
866
|
+
"type": "fontSizes"
|
|
867
|
+
},
|
|
868
|
+
"font-weight": {
|
|
869
|
+
"$extensions": {
|
|
870
|
+
"nl.nldesignsystem.css.property": {
|
|
871
|
+
"syntax": "<number>",
|
|
872
|
+
"inherits": true
|
|
873
|
+
},
|
|
874
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
875
|
+
},
|
|
876
|
+
"type": "fontWeights"
|
|
877
|
+
},
|
|
878
|
+
"line-height": {
|
|
879
|
+
"$extensions": {
|
|
880
|
+
"nl.nldesignsystem.css.property": {
|
|
881
|
+
"syntax": [
|
|
882
|
+
"<length>",
|
|
883
|
+
"<number>"
|
|
884
|
+
],
|
|
885
|
+
"inherits": true
|
|
886
|
+
},
|
|
887
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
888
|
+
},
|
|
889
|
+
"type": "lineHeights"
|
|
890
|
+
}
|
|
891
|
+
},
|
|
871
892
|
"breadcrumb-nav": {
|
|
872
893
|
"min-block-size": "34px",
|
|
873
894
|
"font-family": {
|
|
@@ -2250,16 +2271,7 @@
|
|
|
2250
2271
|
"code-block": {
|
|
2251
2272
|
"background-color": "hsl(0 0% 95%)",
|
|
2252
2273
|
"color": "hsl(0 0% 0%)",
|
|
2253
|
-
"font-family":
|
|
2254
|
-
"$extensions": {
|
|
2255
|
-
"nl.nldesignsystem.css.property": {
|
|
2256
|
-
"syntax": "*",
|
|
2257
|
-
"inherits": true
|
|
2258
|
-
},
|
|
2259
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2260
|
-
},
|
|
2261
|
-
"type": "fontFamilies"
|
|
2262
|
-
},
|
|
2274
|
+
"font-family": "\"Monaco\"",
|
|
2263
2275
|
"font-size": "1rem",
|
|
2264
2276
|
"line-height": "1.5",
|
|
2265
2277
|
"margin-block-start": "20px",
|
|
@@ -2458,6 +2470,20 @@
|
|
|
2458
2470
|
}
|
|
2459
2471
|
}
|
|
2460
2472
|
},
|
|
2473
|
+
"combobox": {
|
|
2474
|
+
"popover": {
|
|
2475
|
+
"z-index": {
|
|
2476
|
+
"$extensions": {
|
|
2477
|
+
"nl.nldesignsystem.css.property": {
|
|
2478
|
+
"syntax": "<number>",
|
|
2479
|
+
"inherits": true
|
|
2480
|
+
},
|
|
2481
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2482
|
+
},
|
|
2483
|
+
"type": "other"
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2461
2487
|
"action": {
|
|
2462
2488
|
"activate": {
|
|
2463
2489
|
"cursor": "pointer"
|
|
@@ -2641,6 +2667,126 @@
|
|
|
2641
2667
|
}
|
|
2642
2668
|
},
|
|
2643
2669
|
"currency-data": {},
|
|
2670
|
+
"data-badge": {
|
|
2671
|
+
"background-color": {
|
|
2672
|
+
"comment": "Default background color for badge components",
|
|
2673
|
+
"$extensions": {
|
|
2674
|
+
"nl.nldesignsystem.css.property": {
|
|
2675
|
+
"syntax": "<color>",
|
|
2676
|
+
"inherits": true
|
|
2677
|
+
},
|
|
2678
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2679
|
+
},
|
|
2680
|
+
"type": "color"
|
|
2681
|
+
},
|
|
2682
|
+
"border-radius": {
|
|
2683
|
+
"comment": "Default corner radius for badge components",
|
|
2684
|
+
"$extensions": {
|
|
2685
|
+
"nl.nldesignsystem.css.property": {
|
|
2686
|
+
"syntax": "<length-percentage>",
|
|
2687
|
+
"inherits": true
|
|
2688
|
+
},
|
|
2689
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2690
|
+
},
|
|
2691
|
+
"type": "borderRadius"
|
|
2692
|
+
},
|
|
2693
|
+
"border-width": {
|
|
2694
|
+
"$extensions": {
|
|
2695
|
+
"nl.nldesignsystem.css.property": {
|
|
2696
|
+
"syntax": "<length>",
|
|
2697
|
+
"inherits": true
|
|
2698
|
+
},
|
|
2699
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2700
|
+
},
|
|
2701
|
+
"type": "borderWidth"
|
|
2702
|
+
},
|
|
2703
|
+
"color": {
|
|
2704
|
+
"comment": "Default text color for badge components",
|
|
2705
|
+
"$extensions": {
|
|
2706
|
+
"nl.nldesignsystem.css.property": {
|
|
2707
|
+
"syntax": "<color>",
|
|
2708
|
+
"inherits": true
|
|
2709
|
+
},
|
|
2710
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2711
|
+
},
|
|
2712
|
+
"type": "color"
|
|
2713
|
+
},
|
|
2714
|
+
"font-size": {
|
|
2715
|
+
"$extensions": {
|
|
2716
|
+
"nl.nldesignsystem.css.property": {
|
|
2717
|
+
"syntax": "<length>",
|
|
2718
|
+
"inherits": true
|
|
2719
|
+
},
|
|
2720
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2721
|
+
},
|
|
2722
|
+
"type": "fontSizes"
|
|
2723
|
+
},
|
|
2724
|
+
"font-weight": {
|
|
2725
|
+
"$extensions": {
|
|
2726
|
+
"nl.nldesignsystem.css.property": {
|
|
2727
|
+
"syntax": "<number>",
|
|
2728
|
+
"inherits": true
|
|
2729
|
+
},
|
|
2730
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2731
|
+
},
|
|
2732
|
+
"type": "fontWeights"
|
|
2733
|
+
},
|
|
2734
|
+
"line-height": {
|
|
2735
|
+
"$extensions": {
|
|
2736
|
+
"nl.nldesignsystem.css.property": {
|
|
2737
|
+
"syntax": [
|
|
2738
|
+
"<length>",
|
|
2739
|
+
"<number>"
|
|
2740
|
+
],
|
|
2741
|
+
"inherits": true
|
|
2742
|
+
},
|
|
2743
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2744
|
+
},
|
|
2745
|
+
"type": "lineHeights"
|
|
2746
|
+
},
|
|
2747
|
+
"min-block-size": {
|
|
2748
|
+
"$extensions": {
|
|
2749
|
+
"nl.nldesignsystem.css.property": {
|
|
2750
|
+
"syntax": "<length>",
|
|
2751
|
+
"inherits": true
|
|
2752
|
+
},
|
|
2753
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2754
|
+
},
|
|
2755
|
+
"type": "sizing"
|
|
2756
|
+
},
|
|
2757
|
+
"min-inline-size": {
|
|
2758
|
+
"$extensions": {
|
|
2759
|
+
"nl.nldesignsystem.css.property": {
|
|
2760
|
+
"syntax": "<length>",
|
|
2761
|
+
"inherits": true
|
|
2762
|
+
},
|
|
2763
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2764
|
+
},
|
|
2765
|
+
"type": "sizing"
|
|
2766
|
+
},
|
|
2767
|
+
"padding-block": {
|
|
2768
|
+
"comment": "Default block padding for badge components",
|
|
2769
|
+
"$extensions": {
|
|
2770
|
+
"nl.nldesignsystem.css.property": {
|
|
2771
|
+
"syntax": "<length>",
|
|
2772
|
+
"inherits": true
|
|
2773
|
+
},
|
|
2774
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2775
|
+
},
|
|
2776
|
+
"type": "spacing"
|
|
2777
|
+
},
|
|
2778
|
+
"padding-inline": {
|
|
2779
|
+
"comment": "Default inline padding color for badge components",
|
|
2780
|
+
"$extensions": {
|
|
2781
|
+
"nl.nldesignsystem.css.property": {
|
|
2782
|
+
"syntax": "<length>",
|
|
2783
|
+
"inherits": true
|
|
2784
|
+
},
|
|
2785
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2786
|
+
},
|
|
2787
|
+
"type": "spacing"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2644
2790
|
"data-list": {
|
|
2645
2791
|
"margin-block-end": "16px",
|
|
2646
2792
|
"margin-block-start": "16px",
|
|
@@ -3892,6 +4038,7 @@
|
|
|
3892
4038
|
},
|
|
3893
4039
|
"font-weight": "700"
|
|
3894
4040
|
},
|
|
4041
|
+
"html-content": {},
|
|
3895
4042
|
"iban-data": {},
|
|
3896
4043
|
"icon": {
|
|
3897
4044
|
"color": {
|
|
@@ -4537,6 +4684,26 @@
|
|
|
4537
4684
|
"background-color": "hsl(0 0% 100%)",
|
|
4538
4685
|
"color": "hsl(0 0% 0%)",
|
|
4539
4686
|
"content": {
|
|
4687
|
+
"background-color": {
|
|
4688
|
+
"$extensions": {
|
|
4689
|
+
"nl.nldesignsystem.css.property": {
|
|
4690
|
+
"syntax": "<color>",
|
|
4691
|
+
"inherits": true
|
|
4692
|
+
},
|
|
4693
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4694
|
+
},
|
|
4695
|
+
"type": "color"
|
|
4696
|
+
},
|
|
4697
|
+
"color": {
|
|
4698
|
+
"$extensions": {
|
|
4699
|
+
"nl.nldesignsystem.css.property": {
|
|
4700
|
+
"syntax": "<color>",
|
|
4701
|
+
"inherits": true
|
|
4702
|
+
},
|
|
4703
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4704
|
+
},
|
|
4705
|
+
"type": "color"
|
|
4706
|
+
},
|
|
4540
4707
|
"max-inline-size": "1184px"
|
|
4541
4708
|
},
|
|
4542
4709
|
"link": {
|
|
@@ -4736,40 +4903,7 @@
|
|
|
4736
4903
|
"padding-inline-start": "0"
|
|
4737
4904
|
}
|
|
4738
4905
|
},
|
|
4739
|
-
"page-
|
|
4740
|
-
"padding-block-start": "2em",
|
|
4741
|
-
"padding-block-end": "2em",
|
|
4742
|
-
"padding-inline-start": {
|
|
4743
|
-
"$extensions": {
|
|
4744
|
-
"nl.nldesignsystem.css.property": {
|
|
4745
|
-
"syntax": "<length>",
|
|
4746
|
-
"inherits": true
|
|
4747
|
-
},
|
|
4748
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4749
|
-
},
|
|
4750
|
-
"type": "spacing"
|
|
4751
|
-
},
|
|
4752
|
-
"padding-inine-end": {
|
|
4753
|
-
"$extensions": {
|
|
4754
|
-
"nl.nldesignsystem.css.property": {
|
|
4755
|
-
"syntax": "<length>",
|
|
4756
|
-
"inherits": true
|
|
4757
|
-
},
|
|
4758
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4759
|
-
},
|
|
4760
|
-
"type": "spacing"
|
|
4761
|
-
}
|
|
4762
|
-
},
|
|
4763
|
-
"page-footer": {
|
|
4764
|
-
"color": "hsl(0 0% 100%)",
|
|
4765
|
-
"background-color": "hsl(0 100% 40%)",
|
|
4766
|
-
"background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
4767
|
-
"padding-inline-end": "28px",
|
|
4768
|
-
"padding-inline-start": "28px",
|
|
4769
|
-
"padding-block-end": "48px",
|
|
4770
|
-
"padding-block-start": "48px"
|
|
4771
|
-
},
|
|
4772
|
-
"page-header": {
|
|
4906
|
+
"page-body": {
|
|
4773
4907
|
"background-color": {
|
|
4774
4908
|
"$extensions": {
|
|
4775
4909
|
"nl.nldesignsystem.css.property": {
|
|
@@ -4790,11 +4924,263 @@
|
|
|
4790
4924
|
},
|
|
4791
4925
|
"type": "color"
|
|
4792
4926
|
},
|
|
4793
|
-
"
|
|
4927
|
+
"content": {
|
|
4928
|
+
"background-color": {
|
|
4929
|
+
"$extensions": {
|
|
4930
|
+
"nl.nldesignsystem.css.property": {
|
|
4931
|
+
"syntax": "<color>",
|
|
4932
|
+
"inherits": true
|
|
4933
|
+
},
|
|
4934
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4935
|
+
},
|
|
4936
|
+
"type": "color"
|
|
4937
|
+
},
|
|
4938
|
+
"color": {
|
|
4939
|
+
"$extensions": {
|
|
4940
|
+
"nl.nldesignsystem.css.property": {
|
|
4941
|
+
"syntax": "<color>",
|
|
4942
|
+
"inherits": true
|
|
4943
|
+
},
|
|
4944
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4945
|
+
},
|
|
4946
|
+
"type": "color"
|
|
4947
|
+
},
|
|
4948
|
+
"padding-block-start": {
|
|
4949
|
+
"$extensions": {
|
|
4950
|
+
"nl.nldesignsystem.css.property": {
|
|
4951
|
+
"syntax": "<length>",
|
|
4952
|
+
"inherits": true
|
|
4953
|
+
},
|
|
4954
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4955
|
+
},
|
|
4956
|
+
"type": "spacing"
|
|
4957
|
+
},
|
|
4958
|
+
"padding-block-end": {
|
|
4959
|
+
"$extensions": {
|
|
4960
|
+
"nl.nldesignsystem.css.property": {
|
|
4961
|
+
"syntax": "<length>",
|
|
4962
|
+
"inherits": true
|
|
4963
|
+
},
|
|
4964
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4965
|
+
},
|
|
4966
|
+
"type": "spacing"
|
|
4967
|
+
},
|
|
4968
|
+
"padding-inline-start": {
|
|
4969
|
+
"$extensions": {
|
|
4970
|
+
"nl.nldesignsystem.css.property": {
|
|
4971
|
+
"syntax": "<length>",
|
|
4972
|
+
"inherits": true
|
|
4973
|
+
},
|
|
4974
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4975
|
+
},
|
|
4976
|
+
"type": "spacing"
|
|
4977
|
+
},
|
|
4978
|
+
"padding-inine-end": {
|
|
4979
|
+
"$extensions": {
|
|
4980
|
+
"nl.nldesignsystem.css.property": {
|
|
4981
|
+
"syntax": "<length>",
|
|
4982
|
+
"inherits": true
|
|
4983
|
+
},
|
|
4984
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4985
|
+
},
|
|
4986
|
+
"type": "spacing"
|
|
4987
|
+
}
|
|
4988
|
+
}
|
|
4989
|
+
},
|
|
4990
|
+
"page-content": {
|
|
4991
|
+
"padding-block-start": "2em",
|
|
4992
|
+
"padding-block-end": "2em",
|
|
4993
|
+
"padding-inline-start": {
|
|
4994
|
+
"$extensions": {
|
|
4995
|
+
"nl.nldesignsystem.css.property": {
|
|
4996
|
+
"syntax": "<length>",
|
|
4997
|
+
"inherits": true
|
|
4998
|
+
},
|
|
4999
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5000
|
+
},
|
|
5001
|
+
"type": "spacing"
|
|
5002
|
+
},
|
|
5003
|
+
"padding-inine-end": {
|
|
5004
|
+
"$extensions": {
|
|
5005
|
+
"nl.nldesignsystem.css.property": {
|
|
5006
|
+
"syntax": "<length>",
|
|
5007
|
+
"inherits": true
|
|
5008
|
+
},
|
|
5009
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5010
|
+
},
|
|
5011
|
+
"type": "spacing"
|
|
5012
|
+
}
|
|
5013
|
+
},
|
|
5014
|
+
"page-footer": {
|
|
5015
|
+
"color": "hsl(0 0% 100%)",
|
|
5016
|
+
"background-color": "hsl(0 100% 40%)",
|
|
5017
|
+
"background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
5018
|
+
"padding-inline-end": "28px",
|
|
5019
|
+
"padding-inline-start": "28px",
|
|
5020
|
+
"padding-block-end": "48px",
|
|
5021
|
+
"padding-block-start": "48px",
|
|
5022
|
+
"content": {
|
|
5023
|
+
"color": {
|
|
5024
|
+
"$extensions": {
|
|
5025
|
+
"nl.nldesignsystem.css.property": {
|
|
5026
|
+
"syntax": "<color>",
|
|
5027
|
+
"inherits": true
|
|
5028
|
+
},
|
|
5029
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5030
|
+
},
|
|
5031
|
+
"type": "color"
|
|
5032
|
+
},
|
|
5033
|
+
"background-color": {
|
|
5034
|
+
"$extensions": {
|
|
5035
|
+
"nl.nldesignsystem.css.property": {
|
|
5036
|
+
"syntax": "<color>",
|
|
5037
|
+
"inherits": true
|
|
5038
|
+
},
|
|
5039
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5040
|
+
},
|
|
5041
|
+
"type": "color"
|
|
5042
|
+
},
|
|
5043
|
+
"padding-inline-end": {
|
|
5044
|
+
"$extensions": {
|
|
5045
|
+
"nl.nldesignsystem.css.property": {
|
|
5046
|
+
"syntax": "<length>",
|
|
5047
|
+
"inherits": true
|
|
5048
|
+
},
|
|
5049
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5050
|
+
},
|
|
5051
|
+
"type": "spacing"
|
|
5052
|
+
},
|
|
5053
|
+
"padding-inline-start": {
|
|
5054
|
+
"$extensions": {
|
|
5055
|
+
"nl.nldesignsystem.css.property": {
|
|
5056
|
+
"syntax": "<length>",
|
|
5057
|
+
"inherits": true
|
|
5058
|
+
},
|
|
5059
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5060
|
+
},
|
|
5061
|
+
"type": "spacing"
|
|
5062
|
+
},
|
|
5063
|
+
"padding-block-end": {
|
|
5064
|
+
"$extensions": {
|
|
5065
|
+
"nl.nldesignsystem.css.property": {
|
|
5066
|
+
"syntax": "<length>",
|
|
5067
|
+
"inherits": true
|
|
5068
|
+
},
|
|
5069
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5070
|
+
},
|
|
5071
|
+
"type": "spacing"
|
|
5072
|
+
},
|
|
5073
|
+
"padding-block-start": {
|
|
5074
|
+
"$extensions": {
|
|
5075
|
+
"nl.nldesignsystem.css.property": {
|
|
5076
|
+
"syntax": "<length>",
|
|
5077
|
+
"inherits": true
|
|
5078
|
+
},
|
|
5079
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5080
|
+
},
|
|
5081
|
+
"type": "spacing"
|
|
5082
|
+
}
|
|
5083
|
+
}
|
|
5084
|
+
},
|
|
5085
|
+
"page-header": {
|
|
5086
|
+
"background-color": {
|
|
5087
|
+
"$extensions": {
|
|
5088
|
+
"nl.nldesignsystem.css.property": {
|
|
5089
|
+
"syntax": "<color>",
|
|
5090
|
+
"inherits": true
|
|
5091
|
+
},
|
|
5092
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5093
|
+
},
|
|
5094
|
+
"type": "color"
|
|
5095
|
+
},
|
|
5096
|
+
"border-block-end-color": {
|
|
5097
|
+
"$extensions": {
|
|
5098
|
+
"nl.nldesignsystem.css.property": {
|
|
5099
|
+
"syntax": "<color>",
|
|
5100
|
+
"inherits": true
|
|
5101
|
+
},
|
|
5102
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5103
|
+
},
|
|
5104
|
+
"type": "color"
|
|
5105
|
+
},
|
|
5106
|
+
"color": {
|
|
5107
|
+
"$extensions": {
|
|
5108
|
+
"nl.nldesignsystem.css.property": {
|
|
5109
|
+
"syntax": "<color>",
|
|
5110
|
+
"inherits": true
|
|
5111
|
+
},
|
|
5112
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5113
|
+
},
|
|
5114
|
+
"type": "color"
|
|
5115
|
+
},
|
|
5116
|
+
"padding-block-start": "1.8em",
|
|
4794
5117
|
"padding-block-end": "1em",
|
|
4795
5118
|
"padding-inline-start": "2em",
|
|
4796
|
-
"padding-inline-end": "2.4em"
|
|
5119
|
+
"padding-inline-end": "2.4em",
|
|
5120
|
+
"content": {
|
|
5121
|
+
"background-color": {
|
|
5122
|
+
"$extensions": {
|
|
5123
|
+
"nl.nldesignsystem.css.property": {
|
|
5124
|
+
"syntax": "<color>",
|
|
5125
|
+
"inherits": true
|
|
5126
|
+
},
|
|
5127
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5128
|
+
},
|
|
5129
|
+
"type": "color"
|
|
5130
|
+
},
|
|
5131
|
+
"color": {
|
|
5132
|
+
"$extensions": {
|
|
5133
|
+
"nl.nldesignsystem.css.property": {
|
|
5134
|
+
"syntax": "<color>",
|
|
5135
|
+
"inherits": true
|
|
5136
|
+
},
|
|
5137
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5138
|
+
},
|
|
5139
|
+
"type": "color"
|
|
5140
|
+
},
|
|
5141
|
+
"padding-block-start": {
|
|
5142
|
+
"$extensions": {
|
|
5143
|
+
"nl.nldesignsystem.css.property": {
|
|
5144
|
+
"syntax": "<length>",
|
|
5145
|
+
"inherits": true
|
|
5146
|
+
},
|
|
5147
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5148
|
+
},
|
|
5149
|
+
"type": "spacing"
|
|
5150
|
+
},
|
|
5151
|
+
"padding-block-end": {
|
|
5152
|
+
"$extensions": {
|
|
5153
|
+
"nl.nldesignsystem.css.property": {
|
|
5154
|
+
"syntax": "<length>",
|
|
5155
|
+
"inherits": true
|
|
5156
|
+
},
|
|
5157
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5158
|
+
},
|
|
5159
|
+
"type": "spacing"
|
|
5160
|
+
},
|
|
5161
|
+
"padding-inline-start": {
|
|
5162
|
+
"$extensions": {
|
|
5163
|
+
"nl.nldesignsystem.css.property": {
|
|
5164
|
+
"syntax": "<length>",
|
|
5165
|
+
"inherits": true
|
|
5166
|
+
},
|
|
5167
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5168
|
+
},
|
|
5169
|
+
"type": "spacing"
|
|
5170
|
+
},
|
|
5171
|
+
"padding-inline-end": {
|
|
5172
|
+
"$extensions": {
|
|
5173
|
+
"nl.nldesignsystem.css.property": {
|
|
5174
|
+
"syntax": "<length>",
|
|
5175
|
+
"inherits": true
|
|
5176
|
+
},
|
|
5177
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5178
|
+
},
|
|
5179
|
+
"type": "spacing"
|
|
5180
|
+
}
|
|
5181
|
+
}
|
|
4797
5182
|
},
|
|
5183
|
+
"page-layout": {},
|
|
4798
5184
|
"page": {
|
|
4799
5185
|
"background-color": "hsl(0 0% 15%)",
|
|
4800
5186
|
"color": "hsl(0 0% 95%)",
|
|
@@ -4940,7 +5326,20 @@
|
|
|
4940
5326
|
"margin-block-start": "16px",
|
|
4941
5327
|
"margin-block-end": "0",
|
|
4942
5328
|
"lead": {
|
|
4943
|
-
"color":
|
|
5329
|
+
"color": {
|
|
5330
|
+
"$extensions": {
|
|
5331
|
+
"nl.nldesignsystem.css.property": {
|
|
5332
|
+
"syntax": "<color>",
|
|
5333
|
+
"inherits": true
|
|
5334
|
+
},
|
|
5335
|
+
"nl.nldesignsystem.fallback": [
|
|
5336
|
+
"utrecht.paragraph.color",
|
|
5337
|
+
"utrecht.document.color"
|
|
5338
|
+
],
|
|
5339
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5340
|
+
},
|
|
5341
|
+
"type": "color"
|
|
5342
|
+
},
|
|
4944
5343
|
"font-size": "1.25rem",
|
|
4945
5344
|
"font-weight": "400",
|
|
4946
5345
|
"line-height": "1.5"
|
|
@@ -5385,6 +5784,38 @@
|
|
|
5385
5784
|
"margin-block-end": 0
|
|
5386
5785
|
}
|
|
5387
5786
|
},
|
|
5787
|
+
"root": {
|
|
5788
|
+
"background-color": {
|
|
5789
|
+
"$extensions": {
|
|
5790
|
+
"nl.nldesignsystem.css.property": {
|
|
5791
|
+
"syntax": "<color>",
|
|
5792
|
+
"inherits": true
|
|
5793
|
+
},
|
|
5794
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5795
|
+
},
|
|
5796
|
+
"type": "color"
|
|
5797
|
+
},
|
|
5798
|
+
"color": {
|
|
5799
|
+
"$extensions": {
|
|
5800
|
+
"nl.nldesignsystem.css.property": {
|
|
5801
|
+
"syntax": "<color>",
|
|
5802
|
+
"inherits": true
|
|
5803
|
+
},
|
|
5804
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5805
|
+
},
|
|
5806
|
+
"type": "color"
|
|
5807
|
+
},
|
|
5808
|
+
"font-family": {
|
|
5809
|
+
"$extensions": {
|
|
5810
|
+
"nl.nldesignsystem.css.property": {
|
|
5811
|
+
"syntax": "*",
|
|
5812
|
+
"inherits": true
|
|
5813
|
+
},
|
|
5814
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5815
|
+
},
|
|
5816
|
+
"type": "fontFamilies"
|
|
5817
|
+
}
|
|
5818
|
+
},
|
|
5388
5819
|
"search-bar": {
|
|
5389
5820
|
"button": {
|
|
5390
5821
|
"background-color": "hsl(0 100% 40%)",
|
|
@@ -7866,6 +8297,117 @@
|
|
|
7866
8297
|
}
|
|
7867
8298
|
}
|
|
7868
8299
|
},
|
|
8300
|
+
"nl": {
|
|
8301
|
+
"code-block": {
|
|
8302
|
+
"background-color": "hsl(0 0% 95%)",
|
|
8303
|
+
"color": "hsl(0 0% 0%)",
|
|
8304
|
+
"font-family": "\"Monaco\"",
|
|
8305
|
+
"font-size": "1rem",
|
|
8306
|
+
"line-height": "1.5",
|
|
8307
|
+
"padding-block": "20px",
|
|
8308
|
+
"padding-inline": "20px"
|
|
8309
|
+
},
|
|
8310
|
+
"code": {
|
|
8311
|
+
"background-color": {},
|
|
8312
|
+
"color": {},
|
|
8313
|
+
"font-family": {},
|
|
8314
|
+
"font-size": {},
|
|
8315
|
+
"line-height": {}
|
|
8316
|
+
},
|
|
8317
|
+
"data-badge": {
|
|
8318
|
+
"background-color": "hsl(0 0% 30%)",
|
|
8319
|
+
"border-radius": "0",
|
|
8320
|
+
"color": "hsl(0 0% 100%)",
|
|
8321
|
+
"font-weight": {},
|
|
8322
|
+
"padding-block": "8px",
|
|
8323
|
+
"padding-inline": "12px"
|
|
8324
|
+
},
|
|
8325
|
+
"heading": {
|
|
8326
|
+
"level-1": {
|
|
8327
|
+
"color": {},
|
|
8328
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8329
|
+
"font-size": "2rem",
|
|
8330
|
+
"font-weight": "700",
|
|
8331
|
+
"line-height": "1.25"
|
|
8332
|
+
},
|
|
8333
|
+
"level-2": {
|
|
8334
|
+
"color": {},
|
|
8335
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8336
|
+
"font-size": "1.25rem",
|
|
8337
|
+
"font-weight": "700",
|
|
8338
|
+
"line-height": "1.25"
|
|
8339
|
+
},
|
|
8340
|
+
"level-3": {
|
|
8341
|
+
"color": {},
|
|
8342
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8343
|
+
"font-size": "1.25rem",
|
|
8344
|
+
"font-weight": "400",
|
|
8345
|
+
"line-height": "1.25"
|
|
8346
|
+
},
|
|
8347
|
+
"level-4": {
|
|
8348
|
+
"color": {},
|
|
8349
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8350
|
+
"font-size": "1.125rem",
|
|
8351
|
+
"font-weight": "400",
|
|
8352
|
+
"line-height": "1.5"
|
|
8353
|
+
},
|
|
8354
|
+
"level-5": {
|
|
8355
|
+
"color": {},
|
|
8356
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8357
|
+
"font-size": "0.875rem",
|
|
8358
|
+
"font-weight": "400",
|
|
8359
|
+
"line-height": "1.5"
|
|
8360
|
+
},
|
|
8361
|
+
"level-6": {
|
|
8362
|
+
"color": {},
|
|
8363
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8364
|
+
"font-size": "0.875rem",
|
|
8365
|
+
"font-weight": "400",
|
|
8366
|
+
"line-height": "1.5"
|
|
8367
|
+
}
|
|
8368
|
+
},
|
|
8369
|
+
"mark": {
|
|
8370
|
+
"background-color": "hsl(48 100% 60%)",
|
|
8371
|
+
"color": "hsl(0 0% 0%)"
|
|
8372
|
+
},
|
|
8373
|
+
"number-badge": {
|
|
8374
|
+
"background-color": "hsl(0 100% 40%)",
|
|
8375
|
+
"border-radius": "1rem",
|
|
8376
|
+
"color": "hsl(0 0% 100%)",
|
|
8377
|
+
"font-size": "1rem",
|
|
8378
|
+
"font-weight": {},
|
|
8379
|
+
"padding-block": "1ex",
|
|
8380
|
+
"padding-inline": "1ex"
|
|
8381
|
+
},
|
|
8382
|
+
"paragraph": {
|
|
8383
|
+
"color": {},
|
|
8384
|
+
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
8385
|
+
"font-size": "1rem",
|
|
8386
|
+
"font-weight": "400",
|
|
8387
|
+
"line-height": "1.5",
|
|
8388
|
+
"lead": {
|
|
8389
|
+
"color": "hsl(0 0% 95%)",
|
|
8390
|
+
"font-size": "1.25rem",
|
|
8391
|
+
"font-weight": "400",
|
|
8392
|
+
"line-height": "1.5"
|
|
8393
|
+
},
|
|
8394
|
+
"small": {
|
|
8395
|
+
"font-size": "0.875rem"
|
|
8396
|
+
}
|
|
8397
|
+
},
|
|
8398
|
+
"skip-link": {
|
|
8399
|
+
"background-color": "hsl(0 0% 15%)",
|
|
8400
|
+
"color": "hsl(0 0% 100%)",
|
|
8401
|
+
"padding-block": "8px",
|
|
8402
|
+
"padding-inline": "16px",
|
|
8403
|
+
"text-decoration": "underline",
|
|
8404
|
+
"focus-visible": {
|
|
8405
|
+
"color": "hsl(0 0% 0%)",
|
|
8406
|
+
"background-color": "hsl(48 100% 80%)",
|
|
8407
|
+
"text-decoration": "none"
|
|
8408
|
+
}
|
|
8409
|
+
}
|
|
8410
|
+
},
|
|
7869
8411
|
"of": {
|
|
7870
8412
|
"layout": {
|
|
7871
8413
|
"background": "hsl(0 0% 15%)",
|