@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
@@ -2086,6 +2086,7 @@
2086
2086
  }
2087
2087
  }
2088
2088
  },
2089
+ "alternate-lang-nav": {},
2089
2090
  "article": {
2090
2091
  "max-inline-size": {
2091
2092
  "$extensions": {
@@ -3306,7 +3307,7 @@
3306
3307
  }
3307
3308
  },
3308
3309
  "type": "fontSize",
3309
- "value": "0.75rem",
3310
+ "value": "0.875rem",
3310
3311
  "filePath": "src/component/utrecht/blockquote.tokens.json",
3311
3312
  "isSource": true,
3312
3313
  "original": {
@@ -3321,7 +3322,7 @@
3321
3322
  }
3322
3323
  },
3323
3324
  "type": "fontSize",
3324
- "value": "{utrecht.typography.scale.xs.font-size}"
3325
+ "value": "{utrecht.typography.scale.sm.font-size}"
3325
3326
  },
3326
3327
  "name": "utrechtBlockquoteCaptionFontSize",
3327
3328
  "attributes": {},
@@ -3386,6 +3387,51 @@
3386
3387
  ]
3387
3388
  }
3388
3389
  },
3390
+ "body": {
3391
+ "font-family": {
3392
+ "$extensions": {
3393
+ "nl.nldesignsystem.css.property": {
3394
+ "syntax": "*",
3395
+ "inherits": true
3396
+ },
3397
+ "nl.nldesignsystem.figma.supports-token": true
3398
+ },
3399
+ "type": "fontFamilies"
3400
+ },
3401
+ "font-size": {
3402
+ "$extensions": {
3403
+ "nl.nldesignsystem.css.property": {
3404
+ "syntax": "<length>",
3405
+ "inherits": true
3406
+ },
3407
+ "nl.nldesignsystem.figma.supports-token": true
3408
+ },
3409
+ "type": "fontSizes"
3410
+ },
3411
+ "font-weight": {
3412
+ "$extensions": {
3413
+ "nl.nldesignsystem.css.property": {
3414
+ "syntax": "<number>",
3415
+ "inherits": true
3416
+ },
3417
+ "nl.nldesignsystem.figma.supports-token": true
3418
+ },
3419
+ "type": "fontWeights"
3420
+ },
3421
+ "line-height": {
3422
+ "$extensions": {
3423
+ "nl.nldesignsystem.css.property": {
3424
+ "syntax": [
3425
+ "<length>",
3426
+ "<number>"
3427
+ ],
3428
+ "inherits": true
3429
+ },
3430
+ "nl.nldesignsystem.figma.supports-token": true
3431
+ },
3432
+ "type": "lineHeights"
3433
+ }
3434
+ },
3389
3435
  "breadcrumb-nav": {
3390
3436
  "min-block-size": {
3391
3437
  "$extensions": {
@@ -10974,6 +11020,20 @@
10974
11020
  }
10975
11021
  }
10976
11022
  },
11023
+ "combobox": {
11024
+ "popover": {
11025
+ "z-index": {
11026
+ "$extensions": {
11027
+ "nl.nldesignsystem.css.property": {
11028
+ "syntax": "<number>",
11029
+ "inherits": true
11030
+ },
11031
+ "nl.nldesignsystem.figma.supports-token": false
11032
+ },
11033
+ "type": "other"
11034
+ }
11035
+ }
11036
+ },
10977
11037
  "action": {
10978
11038
  "activate": {
10979
11039
  "cursor": {
@@ -19897,6 +19957,7 @@
19897
19957
  ]
19898
19958
  }
19899
19959
  },
19960
+ "html-content": {},
19900
19961
  "iban-data": {},
19901
19962
  "icon": {
19902
19963
  "color": {
@@ -21703,7 +21764,25 @@
21703
21764
  ]
21704
21765
  }
21705
21766
  },
21706
- "selected": {
21767
+ "disabled": {
21768
+ "background-color": {
21769
+ "$extensions": {
21770
+ "nl.nldesignsystem.css.property": {
21771
+ "syntax": "<color>",
21772
+ "inherits": true
21773
+ }
21774
+ }
21775
+ },
21776
+ "color": {
21777
+ "$extensions": {
21778
+ "nl.nldesignsystem.css.property": {
21779
+ "syntax": "<color>",
21780
+ "inherits": true
21781
+ }
21782
+ }
21783
+ }
21784
+ },
21785
+ "hover": {
21707
21786
  "background-color": {
21708
21787
  "$extensions": {
21709
21788
  "nl.nldesignsystem.css.property": {
@@ -21711,7 +21790,7 @@
21711
21790
  "inherits": true
21712
21791
  }
21713
21792
  },
21714
- "value": "hsl(0 0% 95%)",
21793
+ "value": "hsl(211 60% 90%)",
21715
21794
  "filePath": "src/component/utrecht/listbox.tokens.json",
21716
21795
  "isSource": true,
21717
21796
  "original": {
@@ -21721,15 +21800,15 @@
21721
21800
  "inherits": true
21722
21801
  }
21723
21802
  },
21724
- "value": "{utrecht.color.grey.95}"
21803
+ "value": "{utrecht.color.blue.90}"
21725
21804
  },
21726
- "name": "utrechtListboxOptionSelectedBackgroundColor",
21805
+ "name": "utrechtListboxOptionHoverBackgroundColor",
21727
21806
  "attributes": {},
21728
21807
  "path": [
21729
21808
  "utrecht",
21730
21809
  "listbox",
21731
21810
  "option",
21732
- "selected",
21811
+ "hover",
21733
21812
  "background-color"
21734
21813
  ]
21735
21814
  },
@@ -21752,61 +21831,121 @@
21752
21831
  },
21753
21832
  "value": "{utrecht.color.black}"
21754
21833
  },
21755
- "name": "utrechtListboxOptionSelectedColor",
21834
+ "name": "utrechtListboxOptionHoverColor",
21756
21835
  "attributes": {},
21757
21836
  "path": [
21758
21837
  "utrecht",
21759
21838
  "listbox",
21760
21839
  "option",
21761
- "selected",
21840
+ "hover",
21762
21841
  "color"
21763
21842
  ]
21764
21843
  }
21765
21844
  },
21766
- "icon": {
21767
- "size": {
21845
+ "selected": {
21846
+ "background-color": {
21768
21847
  "$extensions": {
21769
21848
  "nl.nldesignsystem.css.property": {
21770
- "syntax": "<length>",
21849
+ "syntax": "<color>",
21771
21850
  "inherits": true
21772
21851
  }
21773
- }
21774
- }
21775
- },
21776
- "hover": {
21777
- "color": {
21778
- "value": "hsl(0 0% 0%)",
21852
+ },
21853
+ "value": "hsl(0 0% 95%)",
21779
21854
  "filePath": "src/component/utrecht/listbox.tokens.json",
21780
21855
  "isSource": true,
21781
21856
  "original": {
21782
- "value": "{utrecht.color.black}"
21857
+ "$extensions": {
21858
+ "nl.nldesignsystem.css.property": {
21859
+ "syntax": "<color>",
21860
+ "inherits": true
21861
+ }
21862
+ },
21863
+ "value": "{utrecht.color.grey.95}"
21783
21864
  },
21784
- "name": "utrechtListboxOptionHoverColor",
21865
+ "name": "utrechtListboxOptionSelectedBackgroundColor",
21785
21866
  "attributes": {},
21786
21867
  "path": [
21787
21868
  "utrecht",
21788
21869
  "listbox",
21789
21870
  "option",
21790
- "hover",
21791
- "color"
21871
+ "selected",
21872
+ "background-color"
21792
21873
  ]
21793
21874
  },
21794
- "background-color": {
21795
- "value": "hsl(211 60% 90%)",
21875
+ "color": {
21876
+ "$extensions": {
21877
+ "nl.nldesignsystem.css.property": {
21878
+ "syntax": "<color>",
21879
+ "inherits": true
21880
+ }
21881
+ },
21882
+ "value": "hsl(0 0% 0%)",
21796
21883
  "filePath": "src/component/utrecht/listbox.tokens.json",
21797
21884
  "isSource": true,
21798
21885
  "original": {
21799
- "value": "{utrecht.color.blue.90}"
21886
+ "$extensions": {
21887
+ "nl.nldesignsystem.css.property": {
21888
+ "syntax": "<color>",
21889
+ "inherits": true
21890
+ }
21891
+ },
21892
+ "value": "{utrecht.color.black}"
21800
21893
  },
21801
- "name": "utrechtListboxOptionHoverBackgroundColor",
21894
+ "name": "utrechtListboxOptionSelectedColor",
21802
21895
  "attributes": {},
21803
21896
  "path": [
21804
21897
  "utrecht",
21805
21898
  "listbox",
21806
21899
  "option",
21807
- "hover",
21808
- "background-color"
21900
+ "selected",
21901
+ "color"
21809
21902
  ]
21903
+ },
21904
+ "disabled": {
21905
+ "background-color": {
21906
+ "$extensions": {
21907
+ "nl.nldesignsystem.css.property": {
21908
+ "syntax": "<color>",
21909
+ "inherits": true
21910
+ }
21911
+ }
21912
+ },
21913
+ "color": {
21914
+ "$extensions": {
21915
+ "nl.nldesignsystem.css.property": {
21916
+ "syntax": "<color>",
21917
+ "inherits": true
21918
+ }
21919
+ }
21920
+ }
21921
+ },
21922
+ "hover": {
21923
+ "background-color": {
21924
+ "$extensions": {
21925
+ "nl.nldesignsystem.css.property": {
21926
+ "syntax": "<color>",
21927
+ "inherits": true
21928
+ }
21929
+ }
21930
+ },
21931
+ "color": {
21932
+ "$extensions": {
21933
+ "nl.nldesignsystem.css.property": {
21934
+ "syntax": "<color>",
21935
+ "inherits": true
21936
+ }
21937
+ }
21938
+ }
21939
+ }
21940
+ },
21941
+ "icon": {
21942
+ "size": {
21943
+ "$extensions": {
21944
+ "nl.nldesignsystem.css.property": {
21945
+ "syntax": "<length>",
21946
+ "inherits": true
21947
+ }
21948
+ }
21810
21949
  }
21811
21950
  }
21812
21951
  },
@@ -23161,6 +23300,26 @@
23161
23300
  ]
23162
23301
  },
23163
23302
  "content": {
23303
+ "background-color": {
23304
+ "$extensions": {
23305
+ "nl.nldesignsystem.css.property": {
23306
+ "syntax": "<color>",
23307
+ "inherits": true
23308
+ },
23309
+ "nl.nldesignsystem.figma.supports-token": false
23310
+ },
23311
+ "type": "color"
23312
+ },
23313
+ "color": {
23314
+ "$extensions": {
23315
+ "nl.nldesignsystem.css.property": {
23316
+ "syntax": "<color>",
23317
+ "inherits": true
23318
+ },
23319
+ "nl.nldesignsystem.figma.supports-token": false
23320
+ },
23321
+ "type": "color"
23322
+ },
23164
23323
  "max-inline-size": {
23165
23324
  "$extensions": {
23166
23325
  "nl.nldesignsystem.css.property": {
@@ -24424,6 +24583,90 @@
24424
24583
  }
24425
24584
  }
24426
24585
  },
24586
+ "page-body": {
24587
+ "background-color": {
24588
+ "$extensions": {
24589
+ "nl.nldesignsystem.css.property": {
24590
+ "syntax": "<color>",
24591
+ "inherits": true
24592
+ },
24593
+ "nl.nldesignsystem.figma.supports-token": false
24594
+ },
24595
+ "type": "color"
24596
+ },
24597
+ "color": {
24598
+ "$extensions": {
24599
+ "nl.nldesignsystem.css.property": {
24600
+ "syntax": "<color>",
24601
+ "inherits": true
24602
+ },
24603
+ "nl.nldesignsystem.figma.supports-token": false
24604
+ },
24605
+ "type": "color"
24606
+ },
24607
+ "content": {
24608
+ "background-color": {
24609
+ "$extensions": {
24610
+ "nl.nldesignsystem.css.property": {
24611
+ "syntax": "<color>",
24612
+ "inherits": true
24613
+ },
24614
+ "nl.nldesignsystem.figma.supports-token": false
24615
+ },
24616
+ "type": "color"
24617
+ },
24618
+ "color": {
24619
+ "$extensions": {
24620
+ "nl.nldesignsystem.css.property": {
24621
+ "syntax": "<color>",
24622
+ "inherits": true
24623
+ },
24624
+ "nl.nldesignsystem.figma.supports-token": false
24625
+ },
24626
+ "type": "color"
24627
+ },
24628
+ "padding-block-start": {
24629
+ "$extensions": {
24630
+ "nl.nldesignsystem.css.property": {
24631
+ "syntax": "<length>",
24632
+ "inherits": true
24633
+ },
24634
+ "nl.nldesignsystem.figma.supports-token": false
24635
+ },
24636
+ "type": "spacing"
24637
+ },
24638
+ "padding-block-end": {
24639
+ "$extensions": {
24640
+ "nl.nldesignsystem.css.property": {
24641
+ "syntax": "<length>",
24642
+ "inherits": true
24643
+ },
24644
+ "nl.nldesignsystem.figma.supports-token": false
24645
+ },
24646
+ "type": "spacing"
24647
+ },
24648
+ "padding-inline-start": {
24649
+ "$extensions": {
24650
+ "nl.nldesignsystem.css.property": {
24651
+ "syntax": "<length>",
24652
+ "inherits": true
24653
+ },
24654
+ "nl.nldesignsystem.figma.supports-token": false
24655
+ },
24656
+ "type": "spacing"
24657
+ },
24658
+ "padding-inine-end": {
24659
+ "$extensions": {
24660
+ "nl.nldesignsystem.css.property": {
24661
+ "syntax": "<length>",
24662
+ "inherits": true
24663
+ },
24664
+ "nl.nldesignsystem.figma.supports-token": false
24665
+ },
24666
+ "type": "spacing"
24667
+ }
24668
+ }
24669
+ },
24427
24670
  "page-content": {
24428
24671
  "padding-block-start": {
24429
24672
  "$extensions": {
@@ -24717,50 +24960,112 @@
24717
24960
  "type": "dimension",
24718
24961
  "value": "{utrecht.space.block.3xl}"
24719
24962
  },
24720
- "name": "utrechtPageFooterPaddingBlockEnd",
24963
+ "name": "utrechtPageFooterPaddingBlockEnd",
24964
+ "attributes": {},
24965
+ "path": [
24966
+ "utrecht",
24967
+ "page-footer",
24968
+ "padding-block-end"
24969
+ ]
24970
+ },
24971
+ "padding-block-start": {
24972
+ "$extensions": {
24973
+ "nl.nldesignsystem.css.property": {
24974
+ "syntax": "<length>",
24975
+ "inherits": true
24976
+ },
24977
+ "nl.nldesignsystem.figma.supports-token": false,
24978
+ "studio.tokens": {
24979
+ "originalType": "spacing"
24980
+ }
24981
+ },
24982
+ "type": "dimension",
24983
+ "value": "48px",
24984
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
24985
+ "isSource": true,
24986
+ "original": {
24987
+ "$extensions": {
24988
+ "nl.nldesignsystem.css.property": {
24989
+ "syntax": "<length>",
24990
+ "inherits": true
24991
+ },
24992
+ "nl.nldesignsystem.figma.supports-token": false,
24993
+ "studio.tokens": {
24994
+ "originalType": "spacing"
24995
+ }
24996
+ },
24997
+ "type": "dimension",
24998
+ "value": "{utrecht.space.block.3xl}"
24999
+ },
25000
+ "name": "utrechtPageFooterPaddingBlockStart",
24721
25001
  "attributes": {},
24722
25002
  "path": [
24723
25003
  "utrecht",
24724
25004
  "page-footer",
24725
- "padding-block-end"
25005
+ "padding-block-start"
24726
25006
  ]
24727
25007
  },
24728
- "padding-block-start": {
24729
- "$extensions": {
24730
- "nl.nldesignsystem.css.property": {
24731
- "syntax": "<length>",
24732
- "inherits": true
25008
+ "content": {
25009
+ "color": {
25010
+ "$extensions": {
25011
+ "nl.nldesignsystem.css.property": {
25012
+ "syntax": "<color>",
25013
+ "inherits": true
25014
+ },
25015
+ "nl.nldesignsystem.figma.supports-token": false
24733
25016
  },
24734
- "nl.nldesignsystem.figma.supports-token": false,
24735
- "studio.tokens": {
24736
- "originalType": "spacing"
24737
- }
25017
+ "type": "color"
24738
25018
  },
24739
- "type": "dimension",
24740
- "value": "48px",
24741
- "filePath": "src/component/utrecht/page-footer.tokens.json",
24742
- "isSource": true,
24743
- "original": {
25019
+ "background-color": {
25020
+ "$extensions": {
25021
+ "nl.nldesignsystem.css.property": {
25022
+ "syntax": "<color>",
25023
+ "inherits": true
25024
+ },
25025
+ "nl.nldesignsystem.figma.supports-token": false
25026
+ },
25027
+ "type": "color"
25028
+ },
25029
+ "padding-inline-end": {
24744
25030
  "$extensions": {
24745
25031
  "nl.nldesignsystem.css.property": {
24746
25032
  "syntax": "<length>",
24747
25033
  "inherits": true
24748
25034
  },
24749
- "nl.nldesignsystem.figma.supports-token": false,
24750
- "studio.tokens": {
24751
- "originalType": "spacing"
24752
- }
25035
+ "nl.nldesignsystem.figma.supports-token": false
24753
25036
  },
24754
- "type": "dimension",
24755
- "value": "{utrecht.space.block.3xl}"
25037
+ "type": "spacing"
24756
25038
  },
24757
- "name": "utrechtPageFooterPaddingBlockStart",
24758
- "attributes": {},
24759
- "path": [
24760
- "utrecht",
24761
- "page-footer",
24762
- "padding-block-start"
24763
- ]
25039
+ "padding-inline-start": {
25040
+ "$extensions": {
25041
+ "nl.nldesignsystem.css.property": {
25042
+ "syntax": "<length>",
25043
+ "inherits": true
25044
+ },
25045
+ "nl.nldesignsystem.figma.supports-token": false
25046
+ },
25047
+ "type": "spacing"
25048
+ },
25049
+ "padding-block-end": {
25050
+ "$extensions": {
25051
+ "nl.nldesignsystem.css.property": {
25052
+ "syntax": "<length>",
25053
+ "inherits": true
25054
+ },
25055
+ "nl.nldesignsystem.figma.supports-token": false
25056
+ },
25057
+ "type": "spacing"
25058
+ },
25059
+ "padding-block-start": {
25060
+ "$extensions": {
25061
+ "nl.nldesignsystem.css.property": {
25062
+ "syntax": "<length>",
25063
+ "inherits": true
25064
+ },
25065
+ "nl.nldesignsystem.figma.supports-token": false
25066
+ },
25067
+ "type": "spacing"
25068
+ }
24764
25069
  }
24765
25070
  },
24766
25071
  "page-header": {
@@ -24774,6 +25079,16 @@
24774
25079
  },
24775
25080
  "type": "color"
24776
25081
  },
25082
+ "border-block-end-color": {
25083
+ "$extensions": {
25084
+ "nl.nldesignsystem.css.property": {
25085
+ "syntax": "<color>",
25086
+ "inherits": true
25087
+ },
25088
+ "nl.nldesignsystem.figma.supports-token": false
25089
+ },
25090
+ "type": "color"
25091
+ },
24777
25092
  "color": {
24778
25093
  "$extensions": {
24779
25094
  "nl.nldesignsystem.css.property": {
@@ -24931,8 +25246,71 @@
24931
25246
  "page-header",
24932
25247
  "padding-inline-end"
24933
25248
  ]
25249
+ },
25250
+ "content": {
25251
+ "background-color": {
25252
+ "$extensions": {
25253
+ "nl.nldesignsystem.css.property": {
25254
+ "syntax": "<color>",
25255
+ "inherits": true
25256
+ },
25257
+ "nl.nldesignsystem.figma.supports-token": false
25258
+ },
25259
+ "type": "color"
25260
+ },
25261
+ "color": {
25262
+ "$extensions": {
25263
+ "nl.nldesignsystem.css.property": {
25264
+ "syntax": "<color>",
25265
+ "inherits": true
25266
+ },
25267
+ "nl.nldesignsystem.figma.supports-token": false
25268
+ },
25269
+ "type": "color"
25270
+ },
25271
+ "padding-block-start": {
25272
+ "$extensions": {
25273
+ "nl.nldesignsystem.css.property": {
25274
+ "syntax": "<length>",
25275
+ "inherits": true
25276
+ },
25277
+ "nl.nldesignsystem.figma.supports-token": false
25278
+ },
25279
+ "type": "spacing"
25280
+ },
25281
+ "padding-block-end": {
25282
+ "$extensions": {
25283
+ "nl.nldesignsystem.css.property": {
25284
+ "syntax": "<length>",
25285
+ "inherits": true
25286
+ },
25287
+ "nl.nldesignsystem.figma.supports-token": false
25288
+ },
25289
+ "type": "spacing"
25290
+ },
25291
+ "padding-inline-start": {
25292
+ "$extensions": {
25293
+ "nl.nldesignsystem.css.property": {
25294
+ "syntax": "<length>",
25295
+ "inherits": true
25296
+ },
25297
+ "nl.nldesignsystem.figma.supports-token": false
25298
+ },
25299
+ "type": "spacing"
25300
+ },
25301
+ "padding-inline-end": {
25302
+ "$extensions": {
25303
+ "nl.nldesignsystem.css.property": {
25304
+ "syntax": "<length>",
25305
+ "inherits": true
25306
+ },
25307
+ "nl.nldesignsystem.figma.supports-token": false
25308
+ },
25309
+ "type": "spacing"
25310
+ }
24934
25311
  }
24935
25312
  },
25313
+ "page-layout": {},
24936
25314
  "page": {
24937
25315
  "background-color": {
24938
25316
  "value": "hsl(0 0% 15%)",
@@ -28491,6 +28869,38 @@
28491
28869
  }
28492
28870
  }
28493
28871
  },
28872
+ "root": {
28873
+ "background-color": {
28874
+ "$extensions": {
28875
+ "nl.nldesignsystem.css.property": {
28876
+ "syntax": "<color>",
28877
+ "inherits": true
28878
+ },
28879
+ "nl.nldesignsystem.figma.supports-token": false
28880
+ },
28881
+ "type": "color"
28882
+ },
28883
+ "color": {
28884
+ "$extensions": {
28885
+ "nl.nldesignsystem.css.property": {
28886
+ "syntax": "<color>",
28887
+ "inherits": true
28888
+ },
28889
+ "nl.nldesignsystem.figma.supports-token": false
28890
+ },
28891
+ "type": "color"
28892
+ },
28893
+ "font-family": {
28894
+ "$extensions": {
28895
+ "nl.nldesignsystem.css.property": {
28896
+ "syntax": "*",
28897
+ "inherits": true
28898
+ },
28899
+ "nl.nldesignsystem.figma.supports-token": false
28900
+ },
28901
+ "type": "fontFamilies"
28902
+ }
28903
+ },
28494
28904
  "search-bar": {
28495
28905
  "button": {
28496
28906
  "background-color": {
@@ -29886,6 +30296,53 @@
29886
30296
  "type": "color"
29887
30297
  }
29888
30298
  },
30299
+ "hover": {
30300
+ "background-color": {
30301
+ "$extensions": {
30302
+ "nl.nldesignsystem.css.property": {
30303
+ "syntax": "<color>",
30304
+ "inherits": true
30305
+ },
30306
+ "nl.nldesignsystem.fallback": [
30307
+ "utrecht.form-control.hover.background-color",
30308
+ "utrecht.select.background-color",
30309
+ "utrecht.form-control.background-color"
30310
+ ],
30311
+ "nl.nldesignsystem.figma.supports-token": true
30312
+ },
30313
+ "type": "color"
30314
+ },
30315
+ "border-color": {
30316
+ "$extensions": {
30317
+ "nl.nldesignsystem.css.property": {
30318
+ "syntax": "<color>",
30319
+ "inherits": true
30320
+ },
30321
+ "nl.nldesignsystem.fallback": [
30322
+ "utrecht.form-control.hover.border-color",
30323
+ "utrecht.select.border-color",
30324
+ "utrecht.form-control.border-color"
30325
+ ],
30326
+ "nl.nldesignsystem.figma.supports-token": true
30327
+ },
30328
+ "type": "color"
30329
+ },
30330
+ "color": {
30331
+ "$extensions": {
30332
+ "nl.nldesignsystem.css.property": {
30333
+ "syntax": "<color>",
30334
+ "inherits": true
30335
+ },
30336
+ "nl.nldesignsystem.fallback": [
30337
+ "utrecht.form-control.hover.color",
30338
+ "utrecht.select.color",
30339
+ "utrecht.form-control.color"
30340
+ ],
30341
+ "nl.nldesignsystem.figma.supports-token": true
30342
+ },
30343
+ "type": "color"
30344
+ }
30345
+ },
29889
30346
  "focus": {
29890
30347
  "background-color": {
29891
30348
  "$extensions": {
@@ -35289,48 +35746,6 @@
35289
35746
  }
35290
35747
  },
35291
35748
  "scale": {
35292
- "2xs": {
35293
- "font-size": {
35294
- "value": "0.5rem",
35295
- "comment": "8px",
35296
- "filePath": "src/brand/utrecht/typography.tokens.json",
35297
- "isSource": true,
35298
- "original": {
35299
- "value": "8px",
35300
- "comment": "8px"
35301
- },
35302
- "name": "utrechtTypographyScale2xsFontSize",
35303
- "attributes": {},
35304
- "path": [
35305
- "utrecht",
35306
- "typography",
35307
- "scale",
35308
- "2xs",
35309
- "font-size"
35310
- ]
35311
- }
35312
- },
35313
- "xs": {
35314
- "font-size": {
35315
- "value": "0.75rem",
35316
- "comment": "12px",
35317
- "filePath": "src/brand/utrecht/typography.tokens.json",
35318
- "isSource": true,
35319
- "original": {
35320
- "value": "12px",
35321
- "comment": "12px"
35322
- },
35323
- "name": "utrechtTypographyScaleXsFontSize",
35324
- "attributes": {},
35325
- "path": [
35326
- "utrecht",
35327
- "typography",
35328
- "scale",
35329
- "xs",
35330
- "font-size"
35331
- ]
35332
- }
35333
- },
35334
35749
  "sm": {
35335
35750
  "font-size": {
35336
35751
  "value": "0.875rem",