@utrecht/design-tokens 2.1.0 → 2.2.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/.stylelintrc.json +5 -1
- package/CHANGELOG.md +14 -0
- package/config.json +8 -0
- package/dist/_mixin-theme.scss +34 -37
- package/dist/_mixin.scss +1009 -0
- package/dist/_variables.scss +34 -37
- package/dist/background-image-icon.css +0 -1
- package/dist/dark/_mixin-theme.scss +34 -37
- package/dist/dark/_mixin.scss +1020 -0
- package/dist/dark/_variables.scss +1017 -0
- package/dist/dark/index.cjs +1020 -0
- package/dist/dark/index.css +34 -37
- package/dist/dark/index.d.ts +1139 -0
- package/dist/dark/index.flat.json +1016 -0
- package/dist/dark/index.json +30694 -0
- package/dist/dark/index.mjs +1018 -0
- package/dist/dark/index.tokens.json +7885 -0
- package/dist/dark/list.json +30694 -0
- package/dist/dark/property.css +705 -0
- package/dist/dark/root.css +538 -541
- package/dist/dark/theme-prince-xml.css +1020 -0
- package/dist/dark/theme.css +1020 -0
- package/dist/dark/tokens.cjs +37567 -0
- package/dist/dark/tokens.d.ts +4842 -0
- package/dist/dark/tokens.json +37563 -0
- package/dist/dark/variables.cjs +1020 -0
- package/dist/dark/variables.css +1020 -0
- package/dist/dark/variables.d.ts +1139 -0
- package/dist/dark/variables.json +1016 -0
- package/dist/dark/variables.less +1017 -0
- package/dist/dark/variables.mjs +1018 -0
- package/dist/index.cjs +29 -32
- package/dist/index.css +149 -82
- package/dist/index.d.ts +18 -25
- package/dist/index.flat.json +591 -593
- package/dist/index.json +4577 -7587
- package/dist/index.mjs +31 -34
- package/dist/index.tokens.json +385 -71
- package/dist/list.json +31811 -0
- package/dist/property.css +770 -0
- package/dist/root.css +529 -532
- package/dist/theme-prince-xml.css +34 -37
- package/dist/theme.css +529 -532
- package/dist/tokens.cjs +6297 -8992
- package/dist/tokens.d.ts +208 -60
- package/dist/tokens.json +38705 -0
- package/dist/variables.cjs +1009 -0
- package/dist/variables.css +1009 -0
- package/dist/variables.d.ts +1128 -0
- package/dist/variables.json +1005 -0
- package/dist/variables.less +34 -37
- package/dist/variables.mjs +1007 -0
- package/package.json +6 -5
- package/src/background-image-icon.scss +0 -1
- package/src/brand/utrecht/typography.tokens.json +7 -9
- package/src/component/of/progress-indicator.tokens.json +1 -1
- package/src/component/utrecht/backdrop.tokens.json +1 -1
- package/src/component/utrecht/blockquote.tokens.json +3 -3
- package/src/component/utrecht/button.tokens.json +1 -3
- package/src/component/utrecht/code-block.tokens.json +2 -2
- package/src/component/utrecht/figure.tokens.json +2 -2
- package/src/component/utrecht/form-fieldset.tokens.json +2 -2
- package/src/component/utrecht/form-toggle.tokens.json +1 -1
- package/src/component/utrecht/link.tokens.json +3 -1
- package/src/component/utrecht/pagination.tokens.json +1 -1
- package/src/component/utrecht/skip-link.tokens.json +4 -2
- package/src/component/utrecht/table.tokens.json +1 -1
- package/src/component/utrecht/toptask-link.tokens.json +1 -1
- package/src/css-property-formatter.mjs +46 -0
- package/src/dark/component/tokens.json +1 -1
- package/src/index.scss +81 -5
- package/style-dictionary-build-dark.mjs +64 -0
- package/style-dictionary-build.mjs +41 -0
- package/style-dictionary-config.mjs +261 -0
- package/dist/figma-tokens.json +0 -40396
- package/src/css-property-formatter.js +0 -35
- package/src/style-dictionary-config-dark.js +0 -56
- package/src/style-dictionary-config.js +0 -63
- package/style-dictionary.config.json +0 -143
package/dist/index.tokens.json
CHANGED
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
"type": "other"
|
|
424
424
|
},
|
|
425
425
|
"fade-in": {
|
|
426
|
-
"animation-duration": "
|
|
426
|
+
"animation-duration": "400ms"
|
|
427
427
|
},
|
|
428
428
|
"reduced-transparency": {
|
|
429
429
|
"opacity": "0.98"
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"nl.nldesignsystem.figma.supports-token": false,
|
|
472
472
|
"nl.nldesignsystem.redirect": "utrecht.badge-counter.min-inline-size"
|
|
473
473
|
},
|
|
474
|
-
"type": "
|
|
474
|
+
"type": "sizing"
|
|
475
475
|
},
|
|
476
476
|
"min-block-size": {
|
|
477
477
|
"$extensions": {
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
],
|
|
485
485
|
"nl.nldesignsystem.figma.supports-token": true
|
|
486
486
|
},
|
|
487
|
-
"type": "
|
|
487
|
+
"type": "sizing"
|
|
488
488
|
},
|
|
489
489
|
"min-inline-size": {
|
|
490
490
|
"$extensions": {
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
},
|
|
495
495
|
"nl.nldesignsystem.figma.supports-token": true
|
|
496
496
|
},
|
|
497
|
-
"type": "
|
|
497
|
+
"type": "sizing"
|
|
498
498
|
},
|
|
499
499
|
"padding-block": "1ex",
|
|
500
500
|
"padding-inline": "1ex"
|
|
@@ -640,6 +640,46 @@
|
|
|
640
640
|
},
|
|
641
641
|
"type": "color"
|
|
642
642
|
},
|
|
643
|
+
"border-inline-start-width": {
|
|
644
|
+
"$extensions": {
|
|
645
|
+
"nl.nldesignsystem.css.property": {
|
|
646
|
+
"syntax": "<length>",
|
|
647
|
+
"inherits": true
|
|
648
|
+
},
|
|
649
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
650
|
+
},
|
|
651
|
+
"type": "borderWidth"
|
|
652
|
+
},
|
|
653
|
+
"border-color": {
|
|
654
|
+
"$extensions": {
|
|
655
|
+
"nl.nldesignsystem.css.property": {
|
|
656
|
+
"syntax": "<color>",
|
|
657
|
+
"inherits": true
|
|
658
|
+
},
|
|
659
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
660
|
+
},
|
|
661
|
+
"type": "color"
|
|
662
|
+
},
|
|
663
|
+
"border-radius": {
|
|
664
|
+
"$extensions": {
|
|
665
|
+
"nl.nldesignsystem.css.property": {
|
|
666
|
+
"syntax": "<length>",
|
|
667
|
+
"inherits": true
|
|
668
|
+
},
|
|
669
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
670
|
+
},
|
|
671
|
+
"type": "borderRadius"
|
|
672
|
+
},
|
|
673
|
+
"border-width": {
|
|
674
|
+
"$extensions": {
|
|
675
|
+
"nl.nldesignsystem.css.property": {
|
|
676
|
+
"syntax": "<length>",
|
|
677
|
+
"inherits": true
|
|
678
|
+
},
|
|
679
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
680
|
+
},
|
|
681
|
+
"type": "borderWidth"
|
|
682
|
+
},
|
|
643
683
|
"color": {
|
|
644
684
|
"$extensions": {
|
|
645
685
|
"nl.nldesignsystem.css.property": {
|
|
@@ -726,7 +766,7 @@
|
|
|
726
766
|
},
|
|
727
767
|
"type": "spacing"
|
|
728
768
|
},
|
|
729
|
-
"padding-
|
|
769
|
+
"padding-block-start": {
|
|
730
770
|
"$extensions": {
|
|
731
771
|
"nl.nldesignsystem.css.property": {
|
|
732
772
|
"syntax": "<length>",
|
|
@@ -736,7 +776,7 @@
|
|
|
736
776
|
},
|
|
737
777
|
"type": "spacing"
|
|
738
778
|
},
|
|
739
|
-
"padding-
|
|
779
|
+
"padding-block-end": {
|
|
740
780
|
"$extensions": {
|
|
741
781
|
"nl.nldesignsystem.css.property": {
|
|
742
782
|
"syntax": "<length>",
|
|
@@ -746,6 +786,16 @@
|
|
|
746
786
|
},
|
|
747
787
|
"type": "spacing"
|
|
748
788
|
},
|
|
789
|
+
"row-gap": {
|
|
790
|
+
"$extensions": {
|
|
791
|
+
"nl.nldesignsystem.css.property": {
|
|
792
|
+
"syntax": "<length>",
|
|
793
|
+
"inherits": true
|
|
794
|
+
},
|
|
795
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
796
|
+
},
|
|
797
|
+
"type": "spacing"
|
|
798
|
+
},
|
|
749
799
|
"attribution": {
|
|
750
800
|
"color": {
|
|
751
801
|
"$extensions": {
|
|
@@ -753,18 +803,64 @@
|
|
|
753
803
|
"syntax": "<color>",
|
|
754
804
|
"inherits": true
|
|
755
805
|
},
|
|
756
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
806
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
807
|
+
"nl.nldesignsystem.deprecated": true,
|
|
808
|
+
"nl.nldesignsystem.redirect": "utrecht.blockquote.caption.color"
|
|
757
809
|
},
|
|
758
810
|
"type": "color"
|
|
759
811
|
},
|
|
760
|
-
"font-size":
|
|
812
|
+
"font-size": {
|
|
813
|
+
"$extensions": {
|
|
814
|
+
"nl.nldesignsystem.css.property": {
|
|
815
|
+
"syntax": "<length>",
|
|
816
|
+
"inherits": true
|
|
817
|
+
},
|
|
818
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
819
|
+
"nl.nldesignsystem.deprecated": true,
|
|
820
|
+
"nl.nldesignsystem.redirect": "utrecht.blockquote.caption.font-size"
|
|
821
|
+
},
|
|
822
|
+
"type": "fontSizes"
|
|
823
|
+
}
|
|
761
824
|
},
|
|
762
825
|
"content": {
|
|
763
826
|
"color": "hsl(0 100% 40%)",
|
|
764
827
|
"font-size": "1.125rem"
|
|
765
828
|
},
|
|
766
|
-
"
|
|
767
|
-
|
|
829
|
+
"caption": {
|
|
830
|
+
"color": {
|
|
831
|
+
"$extensions": {
|
|
832
|
+
"nl.nldesignsystem.css.property": {
|
|
833
|
+
"syntax": "<color>",
|
|
834
|
+
"inherits": true
|
|
835
|
+
},
|
|
836
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
837
|
+
},
|
|
838
|
+
"type": "color"
|
|
839
|
+
},
|
|
840
|
+
"font-size": "0.875rem"
|
|
841
|
+
},
|
|
842
|
+
"quote": {
|
|
843
|
+
"color": {
|
|
844
|
+
"$extensions": {
|
|
845
|
+
"nl.nldesignsystem.css.property": {
|
|
846
|
+
"syntax": "<color>",
|
|
847
|
+
"inherits": true
|
|
848
|
+
},
|
|
849
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
850
|
+
},
|
|
851
|
+
"type": "color"
|
|
852
|
+
},
|
|
853
|
+
"font-size": {
|
|
854
|
+
"$extensions": {
|
|
855
|
+
"nl.nldesignsystem.css.property": {
|
|
856
|
+
"syntax": "<length>",
|
|
857
|
+
"inherits": true
|
|
858
|
+
},
|
|
859
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
860
|
+
},
|
|
861
|
+
"type": "fontSizes"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
768
864
|
"margin-block-start": "1.6em",
|
|
769
865
|
"margin-block-end": "1.6em"
|
|
770
866
|
},
|
|
@@ -963,6 +1059,7 @@
|
|
|
963
1059
|
"border-radius": "0",
|
|
964
1060
|
"border-width": "1px",
|
|
965
1061
|
"color": "hsl(0 0% 40%)",
|
|
1062
|
+
"column-gap": "0.5ch",
|
|
966
1063
|
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
967
1064
|
"font-size": "1rem",
|
|
968
1065
|
"font-weight": {
|
|
@@ -1057,7 +1154,6 @@
|
|
|
1057
1154
|
"color": "hsl(0 0% 100%)"
|
|
1058
1155
|
},
|
|
1059
1156
|
"icon": {
|
|
1060
|
-
"gap": "0.5ch",
|
|
1061
1157
|
"size": {
|
|
1062
1158
|
"$extensions": {
|
|
1063
1159
|
"nl.nldesignsystem.css.property": {
|
|
@@ -1672,7 +1768,7 @@
|
|
|
1672
1768
|
"width": "44px",
|
|
1673
1769
|
"padding-block-start": "4px",
|
|
1674
1770
|
"padding-block-end": "10px",
|
|
1675
|
-
"line-height": "
|
|
1771
|
+
"line-height": "1.5rem"
|
|
1676
1772
|
},
|
|
1677
1773
|
"days-item-day": {
|
|
1678
1774
|
"size": "44px",
|
|
@@ -2160,8 +2256,8 @@
|
|
|
2160
2256
|
},
|
|
2161
2257
|
"type": "fontFamilies"
|
|
2162
2258
|
},
|
|
2163
|
-
"font-size": "
|
|
2164
|
-
"line-height": "
|
|
2259
|
+
"font-size": "1rem",
|
|
2260
|
+
"line-height": "1.5",
|
|
2165
2261
|
"margin-block-start": "20px",
|
|
2166
2262
|
"margin-block-end": "20px",
|
|
2167
2263
|
"margin-inline-start": {
|
|
@@ -2334,26 +2430,48 @@
|
|
|
2334
2430
|
"column-rule-color": "hsl(0 0% 80%)",
|
|
2335
2431
|
"column-rule-width": "2px",
|
|
2336
2432
|
"column-width": "350px",
|
|
2337
|
-
"gap": "16px"
|
|
2433
|
+
"gap": "16px",
|
|
2434
|
+
"print": {
|
|
2435
|
+
"column-count": {
|
|
2436
|
+
"$extensions": {
|
|
2437
|
+
"nl.nldesignsystem.css.property": {
|
|
2438
|
+
"syntax": "<number>",
|
|
2439
|
+
"inherits": true
|
|
2440
|
+
},
|
|
2441
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2442
|
+
},
|
|
2443
|
+
"type": "other"
|
|
2444
|
+
},
|
|
2445
|
+
"column-width": {
|
|
2446
|
+
"$extensions": {
|
|
2447
|
+
"nl.nldesignsystem.css.property": {
|
|
2448
|
+
"syntax": "<length>",
|
|
2449
|
+
"inherits": true
|
|
2450
|
+
},
|
|
2451
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2452
|
+
},
|
|
2453
|
+
"type": "sizing"
|
|
2454
|
+
}
|
|
2455
|
+
}
|
|
2338
2456
|
},
|
|
2339
2457
|
"action": {
|
|
2458
|
+
"activate": {
|
|
2459
|
+
"cursor": "pointer"
|
|
2460
|
+
},
|
|
2340
2461
|
"busy": {
|
|
2341
2462
|
"cursor": "wait"
|
|
2342
2463
|
},
|
|
2343
2464
|
"disabled": {
|
|
2344
2465
|
"cursor": "not-allowed"
|
|
2345
2466
|
},
|
|
2467
|
+
"inert": {
|
|
2468
|
+
"cursor": "default"
|
|
2469
|
+
},
|
|
2346
2470
|
"navigate": {
|
|
2347
2471
|
"cursor": "pointer"
|
|
2348
2472
|
},
|
|
2349
2473
|
"submit": {
|
|
2350
2474
|
"cursor": "pointer"
|
|
2351
|
-
},
|
|
2352
|
-
"activate": {
|
|
2353
|
-
"cursor": "pointer"
|
|
2354
|
-
},
|
|
2355
|
-
"inert": {
|
|
2356
|
-
"cursor": "default"
|
|
2357
2475
|
}
|
|
2358
2476
|
},
|
|
2359
2477
|
"feedback": {
|
|
@@ -2839,8 +2957,8 @@
|
|
|
2839
2957
|
},
|
|
2840
2958
|
"caption": {
|
|
2841
2959
|
"color": "#727272",
|
|
2842
|
-
"font-size": "
|
|
2843
|
-
"line-height": "
|
|
2960
|
+
"font-size": "0.875rem",
|
|
2961
|
+
"line-height": "1.5"
|
|
2844
2962
|
}
|
|
2845
2963
|
},
|
|
2846
2964
|
"flex-wrap-fallback": {},
|
|
@@ -3181,7 +3299,7 @@
|
|
|
3181
3299
|
},
|
|
3182
3300
|
"nl.nldesignsystem.figma.supports-token": true
|
|
3183
3301
|
},
|
|
3184
|
-
"type": "
|
|
3302
|
+
"type": "fontWeights"
|
|
3185
3303
|
},
|
|
3186
3304
|
"line-height": {
|
|
3187
3305
|
"$extensions": {
|
|
@@ -3334,7 +3452,7 @@
|
|
|
3334
3452
|
},
|
|
3335
3453
|
"font-size": "1rem",
|
|
3336
3454
|
"font-weight": "700",
|
|
3337
|
-
"line-height": "1.
|
|
3455
|
+
"line-height": "1.5",
|
|
3338
3456
|
"margin-block-end": "12px",
|
|
3339
3457
|
"margin-block-start": "24px",
|
|
3340
3458
|
"disabled": {
|
|
@@ -3417,7 +3535,7 @@
|
|
|
3417
3535
|
}
|
|
3418
3536
|
},
|
|
3419
3537
|
"form-toggle": {
|
|
3420
|
-
"accent-color": "hsla(0
|
|
3538
|
+
"accent-color": "hsla(0 0% 48% / 100%)",
|
|
3421
3539
|
"background-color": "hsl(0 0% 100%)",
|
|
3422
3540
|
"border-color": "transparent",
|
|
3423
3541
|
"border-style": "solid",
|
|
@@ -3923,6 +4041,52 @@
|
|
|
3923
4041
|
},
|
|
3924
4042
|
"focus": {
|
|
3925
4043
|
"color": "hsl(211 60% 40%)",
|
|
4044
|
+
"background-color": {
|
|
4045
|
+
"$extensions": {
|
|
4046
|
+
"nl.nldesignsystem.css.property": {
|
|
4047
|
+
"syntax": "<color>",
|
|
4048
|
+
"inherits": true
|
|
4049
|
+
},
|
|
4050
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
4051
|
+
},
|
|
4052
|
+
"type": "color"
|
|
4053
|
+
},
|
|
4054
|
+
"text-decoration": {
|
|
4055
|
+
"$extensions": {
|
|
4056
|
+
"nl.nldesignsystem.css.property": {
|
|
4057
|
+
"syntax": [
|
|
4058
|
+
"inherit",
|
|
4059
|
+
"none",
|
|
4060
|
+
"underline"
|
|
4061
|
+
],
|
|
4062
|
+
"inherits": true
|
|
4063
|
+
},
|
|
4064
|
+
"nl.nldesignsystem.fallback": [
|
|
4065
|
+
"utrecht.link.text-decoration"
|
|
4066
|
+
],
|
|
4067
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
4068
|
+
"nl.nldesignsystem.deprecated": true,
|
|
4069
|
+
"nl.nldesignsystem.redirect": "utrecht.link.focus-visible.text-decoration"
|
|
4070
|
+
},
|
|
4071
|
+
"type": "textDecoration"
|
|
4072
|
+
},
|
|
4073
|
+
"text-decoration-thickness": {
|
|
4074
|
+
"$extensions": {
|
|
4075
|
+
"nl.nldesignsystem.css.property": {
|
|
4076
|
+
"syntax": "<length>",
|
|
4077
|
+
"inherits": true
|
|
4078
|
+
},
|
|
4079
|
+
"nl.nldesignsystem.fallback": [
|
|
4080
|
+
"utrecht.link.text-decoration-thickness"
|
|
4081
|
+
],
|
|
4082
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
4083
|
+
"nl.nldesignsystem.deprecated": true,
|
|
4084
|
+
"nl.nldesignsystem.redirect": "utrecht.link.focus-visible.text-decoration-thickness"
|
|
4085
|
+
},
|
|
4086
|
+
"type": "other"
|
|
4087
|
+
}
|
|
4088
|
+
},
|
|
4089
|
+
"focus-visible": {
|
|
3926
4090
|
"text-decoration": "none",
|
|
3927
4091
|
"text-decoration-thickness": {
|
|
3928
4092
|
"$extensions": {
|
|
@@ -4152,9 +4316,67 @@
|
|
|
4152
4316
|
"color": "hsl(0 0% 0%)",
|
|
4153
4317
|
"font-weight": "700"
|
|
4154
4318
|
},
|
|
4319
|
+
"disabled": {
|
|
4320
|
+
"background-color": {
|
|
4321
|
+
"$extensions": {
|
|
4322
|
+
"nl.nldesignsystem.css.property": {
|
|
4323
|
+
"syntax": "<color>",
|
|
4324
|
+
"inherits": true
|
|
4325
|
+
}
|
|
4326
|
+
}
|
|
4327
|
+
},
|
|
4328
|
+
"color": {
|
|
4329
|
+
"$extensions": {
|
|
4330
|
+
"nl.nldesignsystem.css.property": {
|
|
4331
|
+
"syntax": "<color>",
|
|
4332
|
+
"inherits": true
|
|
4333
|
+
}
|
|
4334
|
+
}
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
"hover": {
|
|
4338
|
+
"background-color": "hsl(211 60% 90%)",
|
|
4339
|
+
"color": "hsl(0 0% 0%)"
|
|
4340
|
+
},
|
|
4155
4341
|
"selected": {
|
|
4156
4342
|
"background-color": "hsl(0 0% 95%)",
|
|
4157
|
-
"color": "hsl(0 0% 0%)"
|
|
4343
|
+
"color": "hsl(0 0% 0%)",
|
|
4344
|
+
"disabled": {
|
|
4345
|
+
"background-color": {
|
|
4346
|
+
"$extensions": {
|
|
4347
|
+
"nl.nldesignsystem.css.property": {
|
|
4348
|
+
"syntax": "<color>",
|
|
4349
|
+
"inherits": true
|
|
4350
|
+
}
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4353
|
+
"color": {
|
|
4354
|
+
"$extensions": {
|
|
4355
|
+
"nl.nldesignsystem.css.property": {
|
|
4356
|
+
"syntax": "<color>",
|
|
4357
|
+
"inherits": true
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
4360
|
+
}
|
|
4361
|
+
},
|
|
4362
|
+
"hover": {
|
|
4363
|
+
"background-color": {
|
|
4364
|
+
"$extensions": {
|
|
4365
|
+
"nl.nldesignsystem.css.property": {
|
|
4366
|
+
"syntax": "<color>",
|
|
4367
|
+
"inherits": true
|
|
4368
|
+
}
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
4371
|
+
"color": {
|
|
4372
|
+
"$extensions": {
|
|
4373
|
+
"nl.nldesignsystem.css.property": {
|
|
4374
|
+
"syntax": "<color>",
|
|
4375
|
+
"inherits": true
|
|
4376
|
+
}
|
|
4377
|
+
}
|
|
4378
|
+
}
|
|
4379
|
+
}
|
|
4158
4380
|
},
|
|
4159
4381
|
"icon": {
|
|
4160
4382
|
"size": {
|
|
@@ -4165,10 +4387,6 @@
|
|
|
4165
4387
|
}
|
|
4166
4388
|
}
|
|
4167
4389
|
}
|
|
4168
|
-
},
|
|
4169
|
-
"hover": {
|
|
4170
|
-
"color": "hsl(0 0% 0%)",
|
|
4171
|
-
"background-color": "hsl(211 60% 90%)"
|
|
4172
4390
|
}
|
|
4173
4391
|
},
|
|
4174
4392
|
"z-index": {},
|
|
@@ -4279,14 +4497,6 @@
|
|
|
4279
4497
|
},
|
|
4280
4498
|
"min-block-size": "32px",
|
|
4281
4499
|
"min-inline-size": "32px",
|
|
4282
|
-
"margin-block-start": "8px",
|
|
4283
|
-
"margin-block-end": "8px",
|
|
4284
|
-
"margin-inline-start": "0",
|
|
4285
|
-
"margin-inline-end": "0",
|
|
4286
|
-
"padding-block-start": "4px",
|
|
4287
|
-
"padding-block-end": "4px",
|
|
4288
|
-
"padding-inline-start": "4px",
|
|
4289
|
-
"padding-inline-end": "4px",
|
|
4290
4500
|
"disabled": {
|
|
4291
4501
|
"background-color": "hsl(0 0% 90%)",
|
|
4292
4502
|
"border-color": "hsl(0 0% 80%)",
|
|
@@ -4305,28 +4515,14 @@
|
|
|
4305
4515
|
"margin-inline-start": "8px",
|
|
4306
4516
|
"margin-inline-end": "8px"
|
|
4307
4517
|
},
|
|
4308
|
-
"
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
},
|
|
4317
|
-
"type": "color"
|
|
4318
|
-
},
|
|
4319
|
-
"color": {
|
|
4320
|
-
"$extensions": {
|
|
4321
|
-
"nl.nldesignsystem.css.property": {
|
|
4322
|
-
"syntax": "<color>",
|
|
4323
|
-
"inherits": true
|
|
4324
|
-
},
|
|
4325
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
4326
|
-
},
|
|
4327
|
-
"type": "color"
|
|
4328
|
-
}
|
|
4329
|
-
}
|
|
4518
|
+
"margin-block-end": "8px",
|
|
4519
|
+
"margin-block-start": "8px",
|
|
4520
|
+
"margin-inline-end": "0",
|
|
4521
|
+
"margin-inline-start": "0",
|
|
4522
|
+
"padding-block-end": "4px",
|
|
4523
|
+
"padding-block-start": "4px",
|
|
4524
|
+
"padding-inline-end": "4px",
|
|
4525
|
+
"padding-inline-start": "4px"
|
|
4330
4526
|
},
|
|
4331
4527
|
"mark": {
|
|
4332
4528
|
"background-color": "hsl(48 100% 60%)",
|
|
@@ -4393,7 +4589,33 @@
|
|
|
4393
4589
|
},
|
|
4394
4590
|
"number-badge": {
|
|
4395
4591
|
"background-color": "hsl(0 100% 40%)",
|
|
4592
|
+
"border-color": {
|
|
4593
|
+
"$extensions": {
|
|
4594
|
+
"nl.nldesignsystem.css.property": {
|
|
4595
|
+
"syntax": "<color>",
|
|
4596
|
+
"inherits": true
|
|
4597
|
+
},
|
|
4598
|
+
"nl.nldesignsystem.fallback": [
|
|
4599
|
+
"utrecht.badge.border-color"
|
|
4600
|
+
],
|
|
4601
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
4602
|
+
},
|
|
4603
|
+
"type": "color"
|
|
4604
|
+
},
|
|
4396
4605
|
"border-radius": "1rem",
|
|
4606
|
+
"border-width": {
|
|
4607
|
+
"$extensions": {
|
|
4608
|
+
"nl.nldesignsystem.css.property": {
|
|
4609
|
+
"syntax": "<length>",
|
|
4610
|
+
"inherits": true
|
|
4611
|
+
},
|
|
4612
|
+
"nl.nldesignsystem.fallback": [
|
|
4613
|
+
"utrecht.badge.border-width"
|
|
4614
|
+
],
|
|
4615
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
4616
|
+
},
|
|
4617
|
+
"type": "borderWidth"
|
|
4618
|
+
},
|
|
4397
4619
|
"color": "hsl(0 0% 100%)",
|
|
4398
4620
|
"font-family": {
|
|
4399
4621
|
"$extensions": {
|
|
@@ -4581,7 +4803,7 @@
|
|
|
4581
4803
|
"padding-inline-start": "2em"
|
|
4582
4804
|
},
|
|
4583
4805
|
"pagination": {
|
|
4584
|
-
"font-size": "
|
|
4806
|
+
"font-size": "0.875rem",
|
|
4585
4807
|
"font-family": {
|
|
4586
4808
|
"$extensions": {
|
|
4587
4809
|
"nl.nldesignsystem.css.property": {
|
|
@@ -5454,6 +5676,19 @@
|
|
|
5454
5676
|
},
|
|
5455
5677
|
"type": "fontWeights"
|
|
5456
5678
|
},
|
|
5679
|
+
"line-height": {
|
|
5680
|
+
"$extensions": {
|
|
5681
|
+
"nl.nldesignsystem.css.property": {
|
|
5682
|
+
"syntax": "<length>",
|
|
5683
|
+
"inherits": true
|
|
5684
|
+
},
|
|
5685
|
+
"nl.nldesignsystem.fallback": [
|
|
5686
|
+
"utrecht.form-control.line-height"
|
|
5687
|
+
],
|
|
5688
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5689
|
+
},
|
|
5690
|
+
"type": "lineHeights"
|
|
5691
|
+
},
|
|
5457
5692
|
"min-block-size": {
|
|
5458
5693
|
"$extensions": {
|
|
5459
5694
|
"nl.nldesignsystem.css.property": {
|
|
@@ -5579,6 +5814,53 @@
|
|
|
5579
5814
|
"type": "color"
|
|
5580
5815
|
}
|
|
5581
5816
|
},
|
|
5817
|
+
"hover": {
|
|
5818
|
+
"background-color": {
|
|
5819
|
+
"$extensions": {
|
|
5820
|
+
"nl.nldesignsystem.css.property": {
|
|
5821
|
+
"syntax": "<color>",
|
|
5822
|
+
"inherits": true
|
|
5823
|
+
},
|
|
5824
|
+
"nl.nldesignsystem.fallback": [
|
|
5825
|
+
"utrecht.form-control.hover.background-color",
|
|
5826
|
+
"utrecht.select.background-color",
|
|
5827
|
+
"utrecht.form-control.background-color"
|
|
5828
|
+
],
|
|
5829
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5830
|
+
},
|
|
5831
|
+
"type": "color"
|
|
5832
|
+
},
|
|
5833
|
+
"border-color": {
|
|
5834
|
+
"$extensions": {
|
|
5835
|
+
"nl.nldesignsystem.css.property": {
|
|
5836
|
+
"syntax": "<color>",
|
|
5837
|
+
"inherits": true
|
|
5838
|
+
},
|
|
5839
|
+
"nl.nldesignsystem.fallback": [
|
|
5840
|
+
"utrecht.form-control.hover.border-color",
|
|
5841
|
+
"utrecht.select.border-color",
|
|
5842
|
+
"utrecht.form-control.border-color"
|
|
5843
|
+
],
|
|
5844
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5845
|
+
},
|
|
5846
|
+
"type": "color"
|
|
5847
|
+
},
|
|
5848
|
+
"color": {
|
|
5849
|
+
"$extensions": {
|
|
5850
|
+
"nl.nldesignsystem.css.property": {
|
|
5851
|
+
"syntax": "<color>",
|
|
5852
|
+
"inherits": true
|
|
5853
|
+
},
|
|
5854
|
+
"nl.nldesignsystem.fallback": [
|
|
5855
|
+
"utrecht.form-control.hover.color",
|
|
5856
|
+
"utrecht.select.color",
|
|
5857
|
+
"utrecht.form-control.color"
|
|
5858
|
+
],
|
|
5859
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5860
|
+
},
|
|
5861
|
+
"type": "color"
|
|
5862
|
+
}
|
|
5863
|
+
},
|
|
5582
5864
|
"focus": {
|
|
5583
5865
|
"background-color": {
|
|
5584
5866
|
"$extensions": {
|
|
@@ -5741,6 +6023,44 @@
|
|
|
5741
6023
|
"focus": {
|
|
5742
6024
|
"background-color": "hsl(48 100% 80%)",
|
|
5743
6025
|
"color": "hsl(0 0% 0%)",
|
|
6026
|
+
"text-decoration": {
|
|
6027
|
+
"$extensions": {
|
|
6028
|
+
"nl.nldesignsystem.css.property": {
|
|
6029
|
+
"syntax": [
|
|
6030
|
+
"inherit",
|
|
6031
|
+
"none",
|
|
6032
|
+
"underline"
|
|
6033
|
+
],
|
|
6034
|
+
"inherits": true
|
|
6035
|
+
},
|
|
6036
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
6037
|
+
"nl.nldesignsystem.deprecated": true,
|
|
6038
|
+
"nl.nldesignsystem.redirect": "utrecht.skip-link.focus-visible.text-decoration"
|
|
6039
|
+
},
|
|
6040
|
+
"type": "textDecoration"
|
|
6041
|
+
}
|
|
6042
|
+
},
|
|
6043
|
+
"focus-visible": {
|
|
6044
|
+
"background-color": {
|
|
6045
|
+
"$extensions": {
|
|
6046
|
+
"nl.nldesignsystem.css.property": {
|
|
6047
|
+
"syntax": "<color>",
|
|
6048
|
+
"inherits": true
|
|
6049
|
+
},
|
|
6050
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6051
|
+
},
|
|
6052
|
+
"type": "color"
|
|
6053
|
+
},
|
|
6054
|
+
"color": {
|
|
6055
|
+
"$extensions": {
|
|
6056
|
+
"nl.nldesignsystem.css.property": {
|
|
6057
|
+
"syntax": "<color>",
|
|
6058
|
+
"inherits": true
|
|
6059
|
+
},
|
|
6060
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6061
|
+
},
|
|
6062
|
+
"type": "color"
|
|
6063
|
+
},
|
|
5744
6064
|
"text-decoration": "none"
|
|
5745
6065
|
}
|
|
5746
6066
|
},
|
|
@@ -6050,7 +6370,7 @@
|
|
|
6050
6370
|
},
|
|
6051
6371
|
"type": "fontFamilies"
|
|
6052
6372
|
},
|
|
6053
|
-
"font-size": "1.
|
|
6373
|
+
"font-size": "1.125rem",
|
|
6054
6374
|
"color": {
|
|
6055
6375
|
"$extensions": {
|
|
6056
6376
|
"nl.nldesignsystem.css.property": {
|
|
@@ -6199,7 +6519,7 @@
|
|
|
6199
6519
|
}
|
|
6200
6520
|
},
|
|
6201
6521
|
"cell": {
|
|
6202
|
-
"line-height": "
|
|
6522
|
+
"line-height": "1.5rem",
|
|
6203
6523
|
"padding-block-end": "0.5em",
|
|
6204
6524
|
"padding-block-start": "0.5em",
|
|
6205
6525
|
"padding-inline-end": "0.4em",
|
|
@@ -7319,12 +7639,6 @@
|
|
|
7319
7639
|
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif"
|
|
7320
7640
|
},
|
|
7321
7641
|
"scale": {
|
|
7322
|
-
"2xs": {
|
|
7323
|
-
"font-size": "0.5rem"
|
|
7324
|
-
},
|
|
7325
|
-
"xs": {
|
|
7326
|
-
"font-size": "0.75rem"
|
|
7327
|
-
},
|
|
7328
7642
|
"sm": {
|
|
7329
7643
|
"font-size": "0.875rem"
|
|
7330
7644
|
},
|
|
@@ -7578,7 +7892,7 @@
|
|
|
7578
7892
|
"progress-indicator": {
|
|
7579
7893
|
"background-color": "hsl(0 0% 100%)",
|
|
7580
7894
|
"mobile": {
|
|
7581
|
-
"box-shadow": "0px 0px 2px 0px rgba(0
|
|
7895
|
+
"box-shadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
|
|
7582
7896
|
}
|
|
7583
7897
|
}
|
|
7584
7898
|
}
|