@utrecht/design-tokens 2.1.1 → 2.3.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.
Files changed (61) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/_mixin-theme.scss +3 -5
  3. package/dist/_mixin.scss +3 -5
  4. package/dist/_variables.scss +3 -5
  5. package/dist/dark/_mixin-theme.scss +3 -5
  6. package/dist/dark/_mixin.scss +3 -5
  7. package/dist/dark/_variables.scss +3 -5
  8. package/dist/dark/index.cjs +3 -5
  9. package/dist/dark/index.css +3 -5
  10. package/dist/dark/index.d.ts +2 -6
  11. package/dist/dark/index.flat.json +1 -3
  12. package/dist/dark/index.json +26 -40
  13. package/dist/dark/index.mjs +3 -5
  14. package/dist/dark/index.tokens.json +441 -14
  15. package/dist/dark/list.d.ts +14 -0
  16. package/dist/dark/list.json +26 -40
  17. package/dist/dark/list.mjs +30694 -0
  18. package/dist/dark/property.css +2 -0
  19. package/dist/dark/root.css +1 -3
  20. package/dist/dark/theme-prince-xml.css +3 -5
  21. package/dist/dark/theme.css +1 -3
  22. package/dist/dark/tokens.cjs +512 -97
  23. package/dist/dark/tokens.d.ts +239 -13
  24. package/dist/dark/tokens.json +514 -99
  25. package/dist/dark/variables.cjs +3 -5
  26. package/dist/dark/variables.css +1 -3
  27. package/dist/dark/variables.d.ts +2 -6
  28. package/dist/dark/variables.json +1 -3
  29. package/dist/dark/variables.less +3 -5
  30. package/dist/dark/variables.mjs +3 -5
  31. package/dist/index.cjs +3 -5
  32. package/dist/index.css +84 -10
  33. package/dist/index.d.ts +2 -6
  34. package/dist/index.flat.json +1 -3
  35. package/dist/index.json +26 -40
  36. package/dist/index.mjs +3 -5
  37. package/dist/index.tokens.json +441 -14
  38. package/dist/list.d.ts +14 -0
  39. package/dist/list.json +26 -40
  40. package/dist/list.mjs +31811 -0
  41. package/dist/property.css +2 -0
  42. package/dist/root.css +1 -3
  43. package/dist/theme-prince-xml.css +3 -5
  44. package/dist/theme.css +1 -3
  45. package/dist/tokens.cjs +512 -97
  46. package/dist/tokens.d.ts +239 -13
  47. package/dist/tokens.json +514 -99
  48. package/dist/variables.cjs +3 -5
  49. package/dist/variables.css +1 -3
  50. package/dist/variables.d.ts +2 -6
  51. package/dist/variables.json +1 -3
  52. package/dist/variables.less +3 -5
  53. package/dist/variables.mjs +3 -5
  54. package/package.json +1 -1
  55. package/src/brand/utrecht/typography.tokens.json +0 -2
  56. package/src/component/utrecht/blockquote.tokens.json +1 -1
  57. package/src/css-property-formatter.mjs +2 -1
  58. package/src/index.scss +79 -0
  59. package/src/json-list-formatter.js +2 -1
  60. package/style-dictionary-build.mjs +3 -1
  61. package/style-dictionary-config.mjs +27 -0
package/dist/tokens.json CHANGED
@@ -2260,6 +2260,7 @@
2260
2260
  }
2261
2261
  }
2262
2262
  },
2263
+ "alternate-lang-nav": {},
2263
2264
  "article": {
2264
2265
  "max-inline-size": {
2265
2266
  "$extensions": {
@@ -3512,7 +3513,7 @@
3512
3513
  }
3513
3514
  },
3514
3515
  "type": "fontSize",
3515
- "value": "0.75rem",
3516
+ "value": "0.875rem",
3516
3517
  "filePath": "src/component/utrecht/blockquote.tokens.json",
3517
3518
  "isSource": true,
3518
3519
  "original": {
@@ -3527,7 +3528,7 @@
3527
3528
  }
3528
3529
  },
3529
3530
  "type": "fontSize",
3530
- "value": "{utrecht.typography.scale.xs.font-size}"
3531
+ "value": "{utrecht.typography.scale.sm.font-size}"
3531
3532
  },
3532
3533
  "name": "utrechtBlockquoteCaptionFontSize",
3533
3534
  "attributes": {},
@@ -3592,6 +3593,51 @@
3592
3593
  ]
3593
3594
  }
3594
3595
  },
3596
+ "body": {
3597
+ "font-family": {
3598
+ "$extensions": {
3599
+ "nl.nldesignsystem.css.property": {
3600
+ "syntax": "*",
3601
+ "inherits": true
3602
+ },
3603
+ "nl.nldesignsystem.figma.supports-token": true
3604
+ },
3605
+ "type": "fontFamilies"
3606
+ },
3607
+ "font-size": {
3608
+ "$extensions": {
3609
+ "nl.nldesignsystem.css.property": {
3610
+ "syntax": "<length>",
3611
+ "inherits": true
3612
+ },
3613
+ "nl.nldesignsystem.figma.supports-token": true
3614
+ },
3615
+ "type": "fontSizes"
3616
+ },
3617
+ "font-weight": {
3618
+ "$extensions": {
3619
+ "nl.nldesignsystem.css.property": {
3620
+ "syntax": "<number>",
3621
+ "inherits": true
3622
+ },
3623
+ "nl.nldesignsystem.figma.supports-token": true
3624
+ },
3625
+ "type": "fontWeights"
3626
+ },
3627
+ "line-height": {
3628
+ "$extensions": {
3629
+ "nl.nldesignsystem.css.property": {
3630
+ "syntax": [
3631
+ "<length>",
3632
+ "<number>"
3633
+ ],
3634
+ "inherits": true
3635
+ },
3636
+ "nl.nldesignsystem.figma.supports-token": true
3637
+ },
3638
+ "type": "lineHeights"
3639
+ }
3640
+ },
3595
3641
  "breadcrumb-nav": {
3596
3642
  "min-block-size": {
3597
3643
  "$extensions": {
@@ -11596,6 +11642,20 @@
11596
11642
  }
11597
11643
  }
11598
11644
  },
11645
+ "combobox": {
11646
+ "popover": {
11647
+ "z-index": {
11648
+ "$extensions": {
11649
+ "nl.nldesignsystem.css.property": {
11650
+ "syntax": "<number>",
11651
+ "inherits": true
11652
+ },
11653
+ "nl.nldesignsystem.figma.supports-token": false
11654
+ },
11655
+ "type": "other"
11656
+ }
11657
+ }
11658
+ },
11599
11659
  "action": {
11600
11660
  "activate": {
11601
11661
  "cursor": {
@@ -20851,6 +20911,7 @@
20851
20911
  ]
20852
20912
  }
20853
20913
  },
20914
+ "html-content": {},
20854
20915
  "iban-data": {},
20855
20916
  "icon": {
20856
20917
  "color": {
@@ -22761,7 +22822,25 @@
22761
22822
  ]
22762
22823
  }
22763
22824
  },
22764
- "selected": {
22825
+ "disabled": {
22826
+ "background-color": {
22827
+ "$extensions": {
22828
+ "nl.nldesignsystem.css.property": {
22829
+ "syntax": "<color>",
22830
+ "inherits": true
22831
+ }
22832
+ }
22833
+ },
22834
+ "color": {
22835
+ "$extensions": {
22836
+ "nl.nldesignsystem.css.property": {
22837
+ "syntax": "<color>",
22838
+ "inherits": true
22839
+ }
22840
+ }
22841
+ }
22842
+ },
22843
+ "hover": {
22765
22844
  "background-color": {
22766
22845
  "$extensions": {
22767
22846
  "nl.nldesignsystem.css.property": {
@@ -22769,7 +22848,7 @@
22769
22848
  "inherits": true
22770
22849
  }
22771
22850
  },
22772
- "value": "hsl(0 0% 95%)",
22851
+ "value": "hsl(211 60% 90%)",
22773
22852
  "filePath": "src/component/utrecht/listbox.tokens.json",
22774
22853
  "isSource": true,
22775
22854
  "original": {
@@ -22779,15 +22858,15 @@
22779
22858
  "inherits": true
22780
22859
  }
22781
22860
  },
22782
- "value": "{utrecht.color.grey.95}"
22861
+ "value": "{utrecht.color.blue.90}"
22783
22862
  },
22784
- "name": "utrechtListboxOptionSelectedBackgroundColor",
22863
+ "name": "utrechtListboxOptionHoverBackgroundColor",
22785
22864
  "attributes": {},
22786
22865
  "path": [
22787
22866
  "utrecht",
22788
22867
  "listbox",
22789
22868
  "option",
22790
- "selected",
22869
+ "hover",
22791
22870
  "background-color"
22792
22871
  ]
22793
22872
  },
@@ -22810,61 +22889,121 @@
22810
22889
  },
22811
22890
  "value": "{utrecht.color.black}"
22812
22891
  },
22813
- "name": "utrechtListboxOptionSelectedColor",
22892
+ "name": "utrechtListboxOptionHoverColor",
22814
22893
  "attributes": {},
22815
22894
  "path": [
22816
22895
  "utrecht",
22817
22896
  "listbox",
22818
22897
  "option",
22819
- "selected",
22898
+ "hover",
22820
22899
  "color"
22821
22900
  ]
22822
22901
  }
22823
22902
  },
22824
- "icon": {
22825
- "size": {
22903
+ "selected": {
22904
+ "background-color": {
22826
22905
  "$extensions": {
22827
22906
  "nl.nldesignsystem.css.property": {
22828
- "syntax": "<length>",
22907
+ "syntax": "<color>",
22829
22908
  "inherits": true
22830
22909
  }
22831
- }
22832
- }
22833
- },
22834
- "hover": {
22835
- "color": {
22836
- "value": "hsl(0 0% 0%)",
22910
+ },
22911
+ "value": "hsl(0 0% 95%)",
22837
22912
  "filePath": "src/component/utrecht/listbox.tokens.json",
22838
22913
  "isSource": true,
22839
22914
  "original": {
22840
- "value": "{utrecht.color.black}"
22915
+ "$extensions": {
22916
+ "nl.nldesignsystem.css.property": {
22917
+ "syntax": "<color>",
22918
+ "inherits": true
22919
+ }
22920
+ },
22921
+ "value": "{utrecht.color.grey.95}"
22841
22922
  },
22842
- "name": "utrechtListboxOptionHoverColor",
22923
+ "name": "utrechtListboxOptionSelectedBackgroundColor",
22843
22924
  "attributes": {},
22844
22925
  "path": [
22845
22926
  "utrecht",
22846
22927
  "listbox",
22847
22928
  "option",
22848
- "hover",
22849
- "color"
22929
+ "selected",
22930
+ "background-color"
22850
22931
  ]
22851
22932
  },
22852
- "background-color": {
22853
- "value": "hsl(211 60% 90%)",
22933
+ "color": {
22934
+ "$extensions": {
22935
+ "nl.nldesignsystem.css.property": {
22936
+ "syntax": "<color>",
22937
+ "inherits": true
22938
+ }
22939
+ },
22940
+ "value": "hsl(0 0% 0%)",
22854
22941
  "filePath": "src/component/utrecht/listbox.tokens.json",
22855
22942
  "isSource": true,
22856
22943
  "original": {
22857
- "value": "{utrecht.color.blue.90}"
22944
+ "$extensions": {
22945
+ "nl.nldesignsystem.css.property": {
22946
+ "syntax": "<color>",
22947
+ "inherits": true
22948
+ }
22949
+ },
22950
+ "value": "{utrecht.color.black}"
22858
22951
  },
22859
- "name": "utrechtListboxOptionHoverBackgroundColor",
22952
+ "name": "utrechtListboxOptionSelectedColor",
22860
22953
  "attributes": {},
22861
22954
  "path": [
22862
22955
  "utrecht",
22863
22956
  "listbox",
22864
22957
  "option",
22865
- "hover",
22866
- "background-color"
22958
+ "selected",
22959
+ "color"
22867
22960
  ]
22961
+ },
22962
+ "disabled": {
22963
+ "background-color": {
22964
+ "$extensions": {
22965
+ "nl.nldesignsystem.css.property": {
22966
+ "syntax": "<color>",
22967
+ "inherits": true
22968
+ }
22969
+ }
22970
+ },
22971
+ "color": {
22972
+ "$extensions": {
22973
+ "nl.nldesignsystem.css.property": {
22974
+ "syntax": "<color>",
22975
+ "inherits": true
22976
+ }
22977
+ }
22978
+ }
22979
+ },
22980
+ "hover": {
22981
+ "background-color": {
22982
+ "$extensions": {
22983
+ "nl.nldesignsystem.css.property": {
22984
+ "syntax": "<color>",
22985
+ "inherits": true
22986
+ }
22987
+ }
22988
+ },
22989
+ "color": {
22990
+ "$extensions": {
22991
+ "nl.nldesignsystem.css.property": {
22992
+ "syntax": "<color>",
22993
+ "inherits": true
22994
+ }
22995
+ }
22996
+ }
22997
+ }
22998
+ },
22999
+ "icon": {
23000
+ "size": {
23001
+ "$extensions": {
23002
+ "nl.nldesignsystem.css.property": {
23003
+ "syntax": "<length>",
23004
+ "inherits": true
23005
+ }
23006
+ }
22868
23007
  }
22869
23008
  }
22870
23009
  },
@@ -24219,6 +24358,26 @@
24219
24358
  ]
24220
24359
  },
24221
24360
  "content": {
24361
+ "background-color": {
24362
+ "$extensions": {
24363
+ "nl.nldesignsystem.css.property": {
24364
+ "syntax": "<color>",
24365
+ "inherits": true
24366
+ },
24367
+ "nl.nldesignsystem.figma.supports-token": false
24368
+ },
24369
+ "type": "color"
24370
+ },
24371
+ "color": {
24372
+ "$extensions": {
24373
+ "nl.nldesignsystem.css.property": {
24374
+ "syntax": "<color>",
24375
+ "inherits": true
24376
+ },
24377
+ "nl.nldesignsystem.figma.supports-token": false
24378
+ },
24379
+ "type": "color"
24380
+ },
24222
24381
  "max-inline-size": {
24223
24382
  "$extensions": {
24224
24383
  "nl.nldesignsystem.css.property": {
@@ -25482,6 +25641,90 @@
25482
25641
  }
25483
25642
  }
25484
25643
  },
25644
+ "page-body": {
25645
+ "background-color": {
25646
+ "$extensions": {
25647
+ "nl.nldesignsystem.css.property": {
25648
+ "syntax": "<color>",
25649
+ "inherits": true
25650
+ },
25651
+ "nl.nldesignsystem.figma.supports-token": false
25652
+ },
25653
+ "type": "color"
25654
+ },
25655
+ "color": {
25656
+ "$extensions": {
25657
+ "nl.nldesignsystem.css.property": {
25658
+ "syntax": "<color>",
25659
+ "inherits": true
25660
+ },
25661
+ "nl.nldesignsystem.figma.supports-token": false
25662
+ },
25663
+ "type": "color"
25664
+ },
25665
+ "content": {
25666
+ "background-color": {
25667
+ "$extensions": {
25668
+ "nl.nldesignsystem.css.property": {
25669
+ "syntax": "<color>",
25670
+ "inherits": true
25671
+ },
25672
+ "nl.nldesignsystem.figma.supports-token": false
25673
+ },
25674
+ "type": "color"
25675
+ },
25676
+ "color": {
25677
+ "$extensions": {
25678
+ "nl.nldesignsystem.css.property": {
25679
+ "syntax": "<color>",
25680
+ "inherits": true
25681
+ },
25682
+ "nl.nldesignsystem.figma.supports-token": false
25683
+ },
25684
+ "type": "color"
25685
+ },
25686
+ "padding-block-start": {
25687
+ "$extensions": {
25688
+ "nl.nldesignsystem.css.property": {
25689
+ "syntax": "<length>",
25690
+ "inherits": true
25691
+ },
25692
+ "nl.nldesignsystem.figma.supports-token": false
25693
+ },
25694
+ "type": "spacing"
25695
+ },
25696
+ "padding-block-end": {
25697
+ "$extensions": {
25698
+ "nl.nldesignsystem.css.property": {
25699
+ "syntax": "<length>",
25700
+ "inherits": true
25701
+ },
25702
+ "nl.nldesignsystem.figma.supports-token": false
25703
+ },
25704
+ "type": "spacing"
25705
+ },
25706
+ "padding-inline-start": {
25707
+ "$extensions": {
25708
+ "nl.nldesignsystem.css.property": {
25709
+ "syntax": "<length>",
25710
+ "inherits": true
25711
+ },
25712
+ "nl.nldesignsystem.figma.supports-token": false
25713
+ },
25714
+ "type": "spacing"
25715
+ },
25716
+ "padding-inine-end": {
25717
+ "$extensions": {
25718
+ "nl.nldesignsystem.css.property": {
25719
+ "syntax": "<length>",
25720
+ "inherits": true
25721
+ },
25722
+ "nl.nldesignsystem.figma.supports-token": false
25723
+ },
25724
+ "type": "spacing"
25725
+ }
25726
+ }
25727
+ },
25485
25728
  "page-content": {
25486
25729
  "padding-block-start": {
25487
25730
  "$extensions": {
@@ -25775,50 +26018,112 @@
25775
26018
  "type": "dimension",
25776
26019
  "value": "{utrecht.space.block.3xl}"
25777
26020
  },
25778
- "name": "utrechtPageFooterPaddingBlockEnd",
26021
+ "name": "utrechtPageFooterPaddingBlockEnd",
26022
+ "attributes": {},
26023
+ "path": [
26024
+ "utrecht",
26025
+ "page-footer",
26026
+ "padding-block-end"
26027
+ ]
26028
+ },
26029
+ "padding-block-start": {
26030
+ "$extensions": {
26031
+ "nl.nldesignsystem.css.property": {
26032
+ "syntax": "<length>",
26033
+ "inherits": true
26034
+ },
26035
+ "nl.nldesignsystem.figma.supports-token": false,
26036
+ "studio.tokens": {
26037
+ "originalType": "spacing"
26038
+ }
26039
+ },
26040
+ "type": "dimension",
26041
+ "value": "48px",
26042
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
26043
+ "isSource": true,
26044
+ "original": {
26045
+ "$extensions": {
26046
+ "nl.nldesignsystem.css.property": {
26047
+ "syntax": "<length>",
26048
+ "inherits": true
26049
+ },
26050
+ "nl.nldesignsystem.figma.supports-token": false,
26051
+ "studio.tokens": {
26052
+ "originalType": "spacing"
26053
+ }
26054
+ },
26055
+ "type": "dimension",
26056
+ "value": "{utrecht.space.block.3xl}"
26057
+ },
26058
+ "name": "utrechtPageFooterPaddingBlockStart",
25779
26059
  "attributes": {},
25780
26060
  "path": [
25781
26061
  "utrecht",
25782
26062
  "page-footer",
25783
- "padding-block-end"
26063
+ "padding-block-start"
25784
26064
  ]
25785
26065
  },
25786
- "padding-block-start": {
25787
- "$extensions": {
25788
- "nl.nldesignsystem.css.property": {
25789
- "syntax": "<length>",
25790
- "inherits": true
26066
+ "content": {
26067
+ "color": {
26068
+ "$extensions": {
26069
+ "nl.nldesignsystem.css.property": {
26070
+ "syntax": "<color>",
26071
+ "inherits": true
26072
+ },
26073
+ "nl.nldesignsystem.figma.supports-token": false
25791
26074
  },
25792
- "nl.nldesignsystem.figma.supports-token": false,
25793
- "studio.tokens": {
25794
- "originalType": "spacing"
25795
- }
26075
+ "type": "color"
25796
26076
  },
25797
- "type": "dimension",
25798
- "value": "48px",
25799
- "filePath": "src/component/utrecht/page-footer.tokens.json",
25800
- "isSource": true,
25801
- "original": {
26077
+ "background-color": {
26078
+ "$extensions": {
26079
+ "nl.nldesignsystem.css.property": {
26080
+ "syntax": "<color>",
26081
+ "inherits": true
26082
+ },
26083
+ "nl.nldesignsystem.figma.supports-token": false
26084
+ },
26085
+ "type": "color"
26086
+ },
26087
+ "padding-inline-end": {
25802
26088
  "$extensions": {
25803
26089
  "nl.nldesignsystem.css.property": {
25804
26090
  "syntax": "<length>",
25805
26091
  "inherits": true
25806
26092
  },
25807
- "nl.nldesignsystem.figma.supports-token": false,
25808
- "studio.tokens": {
25809
- "originalType": "spacing"
25810
- }
26093
+ "nl.nldesignsystem.figma.supports-token": false
25811
26094
  },
25812
- "type": "dimension",
25813
- "value": "{utrecht.space.block.3xl}"
26095
+ "type": "spacing"
25814
26096
  },
25815
- "name": "utrechtPageFooterPaddingBlockStart",
25816
- "attributes": {},
25817
- "path": [
25818
- "utrecht",
25819
- "page-footer",
25820
- "padding-block-start"
25821
- ]
26097
+ "padding-inline-start": {
26098
+ "$extensions": {
26099
+ "nl.nldesignsystem.css.property": {
26100
+ "syntax": "<length>",
26101
+ "inherits": true
26102
+ },
26103
+ "nl.nldesignsystem.figma.supports-token": false
26104
+ },
26105
+ "type": "spacing"
26106
+ },
26107
+ "padding-block-end": {
26108
+ "$extensions": {
26109
+ "nl.nldesignsystem.css.property": {
26110
+ "syntax": "<length>",
26111
+ "inherits": true
26112
+ },
26113
+ "nl.nldesignsystem.figma.supports-token": false
26114
+ },
26115
+ "type": "spacing"
26116
+ },
26117
+ "padding-block-start": {
26118
+ "$extensions": {
26119
+ "nl.nldesignsystem.css.property": {
26120
+ "syntax": "<length>",
26121
+ "inherits": true
26122
+ },
26123
+ "nl.nldesignsystem.figma.supports-token": false
26124
+ },
26125
+ "type": "spacing"
26126
+ }
25822
26127
  }
25823
26128
  },
25824
26129
  "page-header": {
@@ -25832,6 +26137,16 @@
25832
26137
  },
25833
26138
  "type": "color"
25834
26139
  },
26140
+ "border-block-end-color": {
26141
+ "$extensions": {
26142
+ "nl.nldesignsystem.css.property": {
26143
+ "syntax": "<color>",
26144
+ "inherits": true
26145
+ },
26146
+ "nl.nldesignsystem.figma.supports-token": false
26147
+ },
26148
+ "type": "color"
26149
+ },
25835
26150
  "color": {
25836
26151
  "$extensions": {
25837
26152
  "nl.nldesignsystem.css.property": {
@@ -25989,8 +26304,71 @@
25989
26304
  "page-header",
25990
26305
  "padding-inline-end"
25991
26306
  ]
26307
+ },
26308
+ "content": {
26309
+ "background-color": {
26310
+ "$extensions": {
26311
+ "nl.nldesignsystem.css.property": {
26312
+ "syntax": "<color>",
26313
+ "inherits": true
26314
+ },
26315
+ "nl.nldesignsystem.figma.supports-token": false
26316
+ },
26317
+ "type": "color"
26318
+ },
26319
+ "color": {
26320
+ "$extensions": {
26321
+ "nl.nldesignsystem.css.property": {
26322
+ "syntax": "<color>",
26323
+ "inherits": true
26324
+ },
26325
+ "nl.nldesignsystem.figma.supports-token": false
26326
+ },
26327
+ "type": "color"
26328
+ },
26329
+ "padding-block-start": {
26330
+ "$extensions": {
26331
+ "nl.nldesignsystem.css.property": {
26332
+ "syntax": "<length>",
26333
+ "inherits": true
26334
+ },
26335
+ "nl.nldesignsystem.figma.supports-token": false
26336
+ },
26337
+ "type": "spacing"
26338
+ },
26339
+ "padding-block-end": {
26340
+ "$extensions": {
26341
+ "nl.nldesignsystem.css.property": {
26342
+ "syntax": "<length>",
26343
+ "inherits": true
26344
+ },
26345
+ "nl.nldesignsystem.figma.supports-token": false
26346
+ },
26347
+ "type": "spacing"
26348
+ },
26349
+ "padding-inline-start": {
26350
+ "$extensions": {
26351
+ "nl.nldesignsystem.css.property": {
26352
+ "syntax": "<length>",
26353
+ "inherits": true
26354
+ },
26355
+ "nl.nldesignsystem.figma.supports-token": false
26356
+ },
26357
+ "type": "spacing"
26358
+ },
26359
+ "padding-inline-end": {
26360
+ "$extensions": {
26361
+ "nl.nldesignsystem.css.property": {
26362
+ "syntax": "<length>",
26363
+ "inherits": true
26364
+ },
26365
+ "nl.nldesignsystem.figma.supports-token": false
26366
+ },
26367
+ "type": "spacing"
26368
+ }
25992
26369
  }
25993
26370
  },
26371
+ "page-layout": {},
25994
26372
  "page": {
25995
26373
  "background-color": {
25996
26374
  "$extensions": {
@@ -29581,6 +29959,38 @@
29581
29959
  }
29582
29960
  }
29583
29961
  },
29962
+ "root": {
29963
+ "background-color": {
29964
+ "$extensions": {
29965
+ "nl.nldesignsystem.css.property": {
29966
+ "syntax": "<color>",
29967
+ "inherits": true
29968
+ },
29969
+ "nl.nldesignsystem.figma.supports-token": false
29970
+ },
29971
+ "type": "color"
29972
+ },
29973
+ "color": {
29974
+ "$extensions": {
29975
+ "nl.nldesignsystem.css.property": {
29976
+ "syntax": "<color>",
29977
+ "inherits": true
29978
+ },
29979
+ "nl.nldesignsystem.figma.supports-token": false
29980
+ },
29981
+ "type": "color"
29982
+ },
29983
+ "font-family": {
29984
+ "$extensions": {
29985
+ "nl.nldesignsystem.css.property": {
29986
+ "syntax": "*",
29987
+ "inherits": true
29988
+ },
29989
+ "nl.nldesignsystem.figma.supports-token": false
29990
+ },
29991
+ "type": "fontFamilies"
29992
+ }
29993
+ },
29584
29994
  "search-bar": {
29585
29995
  "button": {
29586
29996
  "background-color": {
@@ -30976,6 +31386,53 @@
30976
31386
  "type": "color"
30977
31387
  }
30978
31388
  },
31389
+ "hover": {
31390
+ "background-color": {
31391
+ "$extensions": {
31392
+ "nl.nldesignsystem.css.property": {
31393
+ "syntax": "<color>",
31394
+ "inherits": true
31395
+ },
31396
+ "nl.nldesignsystem.fallback": [
31397
+ "utrecht.form-control.hover.background-color",
31398
+ "utrecht.select.background-color",
31399
+ "utrecht.form-control.background-color"
31400
+ ],
31401
+ "nl.nldesignsystem.figma.supports-token": true
31402
+ },
31403
+ "type": "color"
31404
+ },
31405
+ "border-color": {
31406
+ "$extensions": {
31407
+ "nl.nldesignsystem.css.property": {
31408
+ "syntax": "<color>",
31409
+ "inherits": true
31410
+ },
31411
+ "nl.nldesignsystem.fallback": [
31412
+ "utrecht.form-control.hover.border-color",
31413
+ "utrecht.select.border-color",
31414
+ "utrecht.form-control.border-color"
31415
+ ],
31416
+ "nl.nldesignsystem.figma.supports-token": true
31417
+ },
31418
+ "type": "color"
31419
+ },
31420
+ "color": {
31421
+ "$extensions": {
31422
+ "nl.nldesignsystem.css.property": {
31423
+ "syntax": "<color>",
31424
+ "inherits": true
31425
+ },
31426
+ "nl.nldesignsystem.fallback": [
31427
+ "utrecht.form-control.hover.color",
31428
+ "utrecht.select.color",
31429
+ "utrecht.form-control.color"
31430
+ ],
31431
+ "nl.nldesignsystem.figma.supports-token": true
31432
+ },
31433
+ "type": "color"
31434
+ }
31435
+ },
30979
31436
  "focus": {
30980
31437
  "background-color": {
30981
31438
  "$extensions": {
@@ -36431,48 +36888,6 @@
36431
36888
  }
36432
36889
  },
36433
36890
  "scale": {
36434
- "2xs": {
36435
- "font-size": {
36436
- "value": "0.5rem",
36437
- "comment": "8px",
36438
- "filePath": "src/brand/utrecht/typography.tokens.json",
36439
- "isSource": true,
36440
- "original": {
36441
- "value": "8px",
36442
- "comment": "8px"
36443
- },
36444
- "name": "utrechtTypographyScale2xsFontSize",
36445
- "attributes": {},
36446
- "path": [
36447
- "utrecht",
36448
- "typography",
36449
- "scale",
36450
- "2xs",
36451
- "font-size"
36452
- ]
36453
- }
36454
- },
36455
- "xs": {
36456
- "font-size": {
36457
- "value": "0.75rem",
36458
- "comment": "12px",
36459
- "filePath": "src/brand/utrecht/typography.tokens.json",
36460
- "isSource": true,
36461
- "original": {
36462
- "value": "12px",
36463
- "comment": "12px"
36464
- },
36465
- "name": "utrechtTypographyScaleXsFontSize",
36466
- "attributes": {},
36467
- "path": [
36468
- "utrecht",
36469
- "typography",
36470
- "scale",
36471
- "xs",
36472
- "font-size"
36473
- ]
36474
- }
36475
- },
36476
36891
  "sm": {
36477
36892
  "font-size": {
36478
36893
  "value": "0.875rem",