@utrecht/design-tokens 2.4.0 → 2.5.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 (62) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/_mixin-theme.scss +41 -13
  3. package/dist/_mixin.scss +41 -13
  4. package/dist/_variables.scss +41 -13
  5. package/dist/dark/_mixin-theme.scss +41 -13
  6. package/dist/dark/_mixin.scss +41 -13
  7. package/dist/dark/_variables.scss +41 -13
  8. package/dist/dark/index.cjs +42 -14
  9. package/dist/dark/index.css +41 -13
  10. package/dist/dark/index.d.ts +35 -7
  11. package/dist/dark/index.flat.json +40 -12
  12. package/dist/dark/index.json +909 -181
  13. package/dist/dark/index.mjs +41 -13
  14. package/dist/dark/index.tokens.json +123 -212
  15. package/dist/dark/list.json +909 -181
  16. package/dist/dark/list.mjs +909 -181
  17. package/dist/dark/property.css +19 -6
  18. package/dist/dark/root.css +40 -12
  19. package/dist/dark/theme-prince-xml.css +41 -13
  20. package/dist/dark/theme.css +40 -12
  21. package/dist/dark/tokens.cjs +842 -231
  22. package/dist/dark/tokens.d.ts +78 -106
  23. package/dist/dark/tokens.json +842 -231
  24. package/dist/dark/variables.cjs +42 -14
  25. package/dist/dark/variables.css +40 -12
  26. package/dist/dark/variables.d.ts +35 -7
  27. package/dist/dark/variables.json +40 -12
  28. package/dist/dark/variables.less +41 -13
  29. package/dist/dark/variables.mjs +41 -13
  30. package/dist/index.cjs +42 -14
  31. package/dist/index.css +82 -26
  32. package/dist/index.d.ts +35 -7
  33. package/dist/index.flat.json +40 -12
  34. package/dist/index.json +903 -175
  35. package/dist/index.mjs +41 -13
  36. package/dist/index.tokens.json +123 -212
  37. package/dist/list.json +903 -175
  38. package/dist/list.mjs +903 -175
  39. package/dist/property.css +19 -6
  40. package/dist/root.css +40 -12
  41. package/dist/theme-prince-xml.css +41 -13
  42. package/dist/theme.css +40 -12
  43. package/dist/tokens.cjs +842 -231
  44. package/dist/tokens.d.ts +78 -106
  45. package/dist/tokens.json +842 -231
  46. package/dist/variables.cjs +42 -14
  47. package/dist/variables.css +40 -12
  48. package/dist/variables.d.ts +35 -7
  49. package/dist/variables.json +40 -12
  50. package/dist/variables.less +41 -13
  51. package/dist/variables.mjs +41 -13
  52. package/package.json +1 -1
  53. package/src/component/signalen/signalen.tokens.json +17 -0
  54. package/src/component/utrecht/body.tokens.json +11 -0
  55. package/src/component/utrecht/link-list.tokens.json +3 -0
  56. package/src/component/utrecht/nav-bar.tokens.json +0 -2
  57. package/src/component/utrecht/page-body.tokens.json +19 -0
  58. package/src/component/utrecht/page-footer.tokens.json +6 -4
  59. package/src/component/utrecht/page-header.tokens.json +14 -4
  60. package/src/component/utrecht/page.tokens.json +2 -2
  61. package/src/component/utrecht/root.tokens.json +8 -0
  62. package/project.json +0 -25
@@ -3369,9 +3369,36 @@
3369
3369
  "syntax": "*",
3370
3370
  "inherits": true
3371
3371
  },
3372
- "nl.nldesignsystem.figma.supports-token": true
3372
+ "nl.nldesignsystem.figma.supports-token": true,
3373
+ "studio.tokens": {
3374
+ "originalType": "fontFamilies"
3375
+ }
3373
3376
  },
3374
- "type": "fontFamilies"
3377
+ "type": "fontFamily",
3378
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
3379
+ "filePath": "src/component/utrecht/body.tokens.json",
3380
+ "isSource": true,
3381
+ "original": {
3382
+ "$extensions": {
3383
+ "nl.nldesignsystem.css.property": {
3384
+ "syntax": "*",
3385
+ "inherits": true
3386
+ },
3387
+ "nl.nldesignsystem.figma.supports-token": true,
3388
+ "studio.tokens": {
3389
+ "originalType": "fontFamilies"
3390
+ }
3391
+ },
3392
+ "type": "fontFamily",
3393
+ "value": "{utrecht.typography.sans-serif.font-family}"
3394
+ },
3395
+ "name": "utrechtBodyFontFamily",
3396
+ "attributes": {},
3397
+ "path": [
3398
+ "utrecht",
3399
+ "body",
3400
+ "font-family"
3401
+ ]
3375
3402
  },
3376
3403
  "font-size": {
3377
3404
  "$extensions": {
@@ -3379,9 +3406,36 @@
3379
3406
  "syntax": "<length>",
3380
3407
  "inherits": true
3381
3408
  },
3382
- "nl.nldesignsystem.figma.supports-token": true
3409
+ "nl.nldesignsystem.figma.supports-token": true,
3410
+ "studio.tokens": {
3411
+ "originalType": "fontSizes"
3412
+ }
3383
3413
  },
3384
- "type": "fontSizes"
3414
+ "type": "fontSize",
3415
+ "value": "1rem",
3416
+ "filePath": "src/component/utrecht/body.tokens.json",
3417
+ "isSource": true,
3418
+ "original": {
3419
+ "$extensions": {
3420
+ "nl.nldesignsystem.css.property": {
3421
+ "syntax": "<length>",
3422
+ "inherits": true
3423
+ },
3424
+ "nl.nldesignsystem.figma.supports-token": true,
3425
+ "studio.tokens": {
3426
+ "originalType": "fontSizes"
3427
+ }
3428
+ },
3429
+ "type": "fontSize",
3430
+ "value": "{utrecht.typography.scale.md.font-size}"
3431
+ },
3432
+ "name": "utrechtBodyFontSize",
3433
+ "attributes": {},
3434
+ "path": [
3435
+ "utrecht",
3436
+ "body",
3437
+ "font-size"
3438
+ ]
3385
3439
  },
3386
3440
  "font-weight": {
3387
3441
  "$extensions": {
@@ -3402,9 +3456,69 @@
3402
3456
  ],
3403
3457
  "inherits": true
3404
3458
  },
3405
- "nl.nldesignsystem.figma.supports-token": true
3459
+ "nl.nldesignsystem.figma.supports-token": true,
3460
+ "studio.tokens": {
3461
+ "originalType": "lineHeights"
3462
+ }
3406
3463
  },
3407
- "type": "lineHeights"
3464
+ "type": "lineHeight",
3465
+ "value": "1.4",
3466
+ "filePath": "src/component/utrecht/body.tokens.json",
3467
+ "isSource": true,
3468
+ "original": {
3469
+ "$extensions": {
3470
+ "nl.nldesignsystem.css.property": {
3471
+ "syntax": [
3472
+ "<length>",
3473
+ "<number>"
3474
+ ],
3475
+ "inherits": true
3476
+ },
3477
+ "nl.nldesignsystem.figma.supports-token": true,
3478
+ "studio.tokens": {
3479
+ "originalType": "lineHeights"
3480
+ }
3481
+ },
3482
+ "type": "lineHeight",
3483
+ "value": "1.4"
3484
+ },
3485
+ "name": "utrechtBodyLineHeight",
3486
+ "attributes": {},
3487
+ "path": [
3488
+ "utrecht",
3489
+ "body",
3490
+ "line-height"
3491
+ ]
3492
+ },
3493
+ "background-color": {
3494
+ "value": "hsl(0 0% 100%)",
3495
+ "filePath": "src/component/utrecht/body.tokens.json",
3496
+ "isSource": true,
3497
+ "original": {
3498
+ "value": "{utrecht.color.white}"
3499
+ },
3500
+ "name": "utrechtBodyBackgroundColor",
3501
+ "attributes": {},
3502
+ "path": [
3503
+ "utrecht",
3504
+ "body",
3505
+ "background-color"
3506
+ ]
3507
+ },
3508
+ "color": {
3509
+ "value": "hsl(0 0% 0%)",
3510
+ "filePath": "src/component/utrecht/body.tokens.json",
3511
+ "isSource": true,
3512
+ "original": {
3513
+ "value": "{utrecht.color.black}"
3514
+ },
3515
+ "name": "utrechtBodyColor",
3516
+ "attributes": {},
3517
+ "path": [
3518
+ "utrecht",
3519
+ "body",
3520
+ "color"
3521
+ ]
3408
3522
  }
3409
3523
  },
3410
3524
  "breadcrumb-nav": {
@@ -17877,7 +17991,7 @@
17877
17991
  "syntax": "<length>",
17878
17992
  "inherits": true
17879
17993
  },
17880
- "nl.nldesignsystem.figma.supports-token": true,
17994
+ "nl.nldesignsystem.figma.supports-token": false,
17881
17995
  "studio.tokens": {
17882
17996
  "originalType": "spacing"
17883
17997
  }
@@ -17892,7 +18006,7 @@
17892
18006
  "syntax": "<length>",
17893
18007
  "inherits": true
17894
18008
  },
17895
- "nl.nldesignsystem.figma.supports-token": true,
18009
+ "nl.nldesignsystem.figma.supports-token": false,
17896
18010
  "studio.tokens": {
17897
18011
  "originalType": "spacing"
17898
18012
  }
@@ -17914,7 +18028,7 @@
17914
18028
  "syntax": "<length>",
17915
18029
  "inherits": true
17916
18030
  },
17917
- "nl.nldesignsystem.figma.supports-token": true,
18031
+ "nl.nldesignsystem.figma.supports-token": false,
17918
18032
  "studio.tokens": {
17919
18033
  "originalType": "spacing"
17920
18034
  }
@@ -17929,7 +18043,7 @@
17929
18043
  "syntax": "<length>",
17930
18044
  "inherits": true
17931
18045
  },
17932
- "nl.nldesignsystem.figma.supports-token": true,
18046
+ "nl.nldesignsystem.figma.supports-token": false,
17933
18047
  "studio.tokens": {
17934
18048
  "originalType": "spacing"
17935
18049
  }
@@ -17951,7 +18065,7 @@
17951
18065
  "syntax": "<length>",
17952
18066
  "inherits": true
17953
18067
  },
17954
- "nl.nldesignsystem.figma.supports-token": true,
18068
+ "nl.nldesignsystem.figma.supports-token": false,
17955
18069
  "studio.tokens": {
17956
18070
  "originalType": "spacing"
17957
18071
  }
@@ -17966,7 +18080,7 @@
17966
18080
  "syntax": "<length>",
17967
18081
  "inherits": true
17968
18082
  },
17969
- "nl.nldesignsystem.figma.supports-token": true,
18083
+ "nl.nldesignsystem.figma.supports-token": false,
17970
18084
  "studio.tokens": {
17971
18085
  "originalType": "spacing"
17972
18086
  }
@@ -17988,7 +18102,7 @@
17988
18102
  "syntax": "<length>",
17989
18103
  "inherits": true
17990
18104
  },
17991
- "nl.nldesignsystem.figma.supports-token": true,
18105
+ "nl.nldesignsystem.figma.supports-token": false,
17992
18106
  "studio.tokens": {
17993
18107
  "originalType": "spacing"
17994
18108
  }
@@ -18003,7 +18117,7 @@
18003
18117
  "syntax": "<length>",
18004
18118
  "inherits": true
18005
18119
  },
18006
- "nl.nldesignsystem.figma.supports-token": true,
18120
+ "nl.nldesignsystem.figma.supports-token": false,
18007
18121
  "studio.tokens": {
18008
18122
  "originalType": "spacing"
18009
18123
  }
@@ -20559,9 +20673,37 @@
20559
20673
  "syntax": "<length>",
20560
20674
  "inherits": true
20561
20675
  },
20562
- "nl.nldesignsystem.figma.supports-token": true
20676
+ "nl.nldesignsystem.figma.supports-token": true,
20677
+ "studio.tokens": {
20678
+ "originalType": "spacing"
20679
+ }
20563
20680
  },
20564
- "type": "spacing"
20681
+ "type": "dimension",
20682
+ "value": "0.15em",
20683
+ "filePath": "src/component/utrecht/link-list.tokens.json",
20684
+ "isSource": true,
20685
+ "original": {
20686
+ "$extensions": {
20687
+ "nl.nldesignsystem.css.property": {
20688
+ "syntax": "<length>",
20689
+ "inherits": true
20690
+ },
20691
+ "nl.nldesignsystem.figma.supports-token": true,
20692
+ "studio.tokens": {
20693
+ "originalType": "spacing"
20694
+ }
20695
+ },
20696
+ "type": "dimension",
20697
+ "value": "0.15em"
20698
+ },
20699
+ "name": "utrechtLinkListIconInsetBlockStart",
20700
+ "attributes": {},
20701
+ "path": [
20702
+ "utrecht",
20703
+ "link-list",
20704
+ "icon",
20705
+ "inset-block-start"
20706
+ ]
20565
20707
  }
20566
20708
  }
20567
20709
  },
@@ -23367,28 +23509,7 @@
23367
23509
  },
23368
23510
  "nl.nldesignsystem.figma.supports-token": false
23369
23511
  },
23370
- "type": "color",
23371
- "value": "hsl(0 0% 100%)",
23372
- "filePath": "src/component/utrecht/nav-bar.tokens.json",
23373
- "isSource": true,
23374
- "original": {
23375
- "$extensions": {
23376
- "nl.nldesignsystem.css.property": {
23377
- "syntax": "<color>",
23378
- "inherits": true
23379
- },
23380
- "nl.nldesignsystem.figma.supports-token": false
23381
- },
23382
- "type": "color",
23383
- "value": "{utrecht.color.white}"
23384
- },
23385
- "name": "utrechtNavBarBackgroundColor",
23386
- "attributes": {},
23387
- "path": [
23388
- "utrecht",
23389
- "nav-bar",
23390
- "background-color"
23391
- ]
23512
+ "type": "color"
23392
23513
  },
23393
23514
  "color": {
23394
23515
  "$extensions": {
@@ -23398,28 +23519,7 @@
23398
23519
  },
23399
23520
  "nl.nldesignsystem.figma.supports-token": false
23400
23521
  },
23401
- "type": "color",
23402
- "value": "hsl(0 0% 0%)",
23403
- "filePath": "src/component/utrecht/nav-bar.tokens.json",
23404
- "isSource": true,
23405
- "original": {
23406
- "$extensions": {
23407
- "nl.nldesignsystem.css.property": {
23408
- "syntax": "<color>",
23409
- "inherits": true
23410
- },
23411
- "nl.nldesignsystem.figma.supports-token": false
23412
- },
23413
- "type": "color",
23414
- "value": "{utrecht.color.black}"
23415
- },
23416
- "name": "utrechtNavBarColor",
23417
- "attributes": {},
23418
- "path": [
23419
- "utrecht",
23420
- "nav-bar",
23421
- "color"
23422
- ]
23522
+ "type": "color"
23423
23523
  },
23424
23524
  "content": {
23425
23525
  "background-color": {
@@ -24735,7 +24835,29 @@
24735
24835
  },
24736
24836
  "nl.nldesignsystem.figma.supports-token": false
24737
24837
  },
24738
- "type": "color"
24838
+ "type": "color",
24839
+ "value": "hsl(0 0% 100%)",
24840
+ "filePath": "src/component/utrecht/page-body.tokens.json",
24841
+ "isSource": true,
24842
+ "original": {
24843
+ "$extensions": {
24844
+ "nl.nldesignsystem.css.property": {
24845
+ "syntax": "<color>",
24846
+ "inherits": true
24847
+ },
24848
+ "nl.nldesignsystem.figma.supports-token": false
24849
+ },
24850
+ "type": "color",
24851
+ "value": "{utrecht.color.white}"
24852
+ },
24853
+ "name": "utrechtPageBodyContentBackgroundColor",
24854
+ "attributes": {},
24855
+ "path": [
24856
+ "utrecht",
24857
+ "page-body",
24858
+ "content",
24859
+ "background-color"
24860
+ ]
24739
24861
  },
24740
24862
  "color": {
24741
24863
  "$extensions": {
@@ -24745,7 +24867,29 @@
24745
24867
  },
24746
24868
  "nl.nldesignsystem.figma.supports-token": false
24747
24869
  },
24748
- "type": "color"
24870
+ "type": "color",
24871
+ "value": "hsl(0 0% 0%)",
24872
+ "filePath": "src/component/utrecht/page-body.tokens.json",
24873
+ "isSource": true,
24874
+ "original": {
24875
+ "$extensions": {
24876
+ "nl.nldesignsystem.css.property": {
24877
+ "syntax": "<color>",
24878
+ "inherits": true
24879
+ },
24880
+ "nl.nldesignsystem.figma.supports-token": false
24881
+ },
24882
+ "type": "color",
24883
+ "value": "{utrecht.color.black}"
24884
+ },
24885
+ "name": "utrechtPageBodyContentColor",
24886
+ "attributes": {},
24887
+ "path": [
24888
+ "utrecht",
24889
+ "page-body",
24890
+ "content",
24891
+ "color"
24892
+ ]
24749
24893
  },
24750
24894
  "padding-block-start": {
24751
24895
  "$extensions": {
@@ -24753,9 +24897,37 @@
24753
24897
  "syntax": "<length>",
24754
24898
  "inherits": true
24755
24899
  },
24756
- "nl.nldesignsystem.figma.supports-token": false
24900
+ "nl.nldesignsystem.figma.supports-token": false,
24901
+ "studio.tokens": {
24902
+ "originalType": "spacing"
24903
+ }
24757
24904
  },
24758
- "type": "spacing"
24905
+ "type": "dimension",
24906
+ "value": "0",
24907
+ "filePath": "src/component/utrecht/page-body.tokens.json",
24908
+ "isSource": true,
24909
+ "original": {
24910
+ "$extensions": {
24911
+ "nl.nldesignsystem.css.property": {
24912
+ "syntax": "<length>",
24913
+ "inherits": true
24914
+ },
24915
+ "nl.nldesignsystem.figma.supports-token": false,
24916
+ "studio.tokens": {
24917
+ "originalType": "spacing"
24918
+ }
24919
+ },
24920
+ "type": "dimension",
24921
+ "value": "0"
24922
+ },
24923
+ "name": "utrechtPageBodyContentPaddingBlockStart",
24924
+ "attributes": {},
24925
+ "path": [
24926
+ "utrecht",
24927
+ "page-body",
24928
+ "content",
24929
+ "padding-block-start"
24930
+ ]
24759
24931
  },
24760
24932
  "padding-block-end": {
24761
24933
  "$extensions": {
@@ -24763,9 +24935,37 @@
24763
24935
  "syntax": "<length>",
24764
24936
  "inherits": true
24765
24937
  },
24766
- "nl.nldesignsystem.figma.supports-token": false
24938
+ "nl.nldesignsystem.figma.supports-token": false,
24939
+ "studio.tokens": {
24940
+ "originalType": "spacing"
24941
+ }
24767
24942
  },
24768
- "type": "spacing"
24943
+ "type": "dimension",
24944
+ "value": "1em",
24945
+ "filePath": "src/component/utrecht/page-body.tokens.json",
24946
+ "isSource": true,
24947
+ "original": {
24948
+ "$extensions": {
24949
+ "nl.nldesignsystem.css.property": {
24950
+ "syntax": "<length>",
24951
+ "inherits": true
24952
+ },
24953
+ "nl.nldesignsystem.figma.supports-token": false,
24954
+ "studio.tokens": {
24955
+ "originalType": "spacing"
24956
+ }
24957
+ },
24958
+ "type": "dimension",
24959
+ "value": "1em"
24960
+ },
24961
+ "name": "utrechtPageBodyContentPaddingBlockEnd",
24962
+ "attributes": {},
24963
+ "path": [
24964
+ "utrecht",
24965
+ "page-body",
24966
+ "content",
24967
+ "padding-block-end"
24968
+ ]
24769
24969
  },
24770
24970
  "padding-inline-start": {
24771
24971
  "$extensions": {
@@ -24773,9 +24973,37 @@
24773
24973
  "syntax": "<length>",
24774
24974
  "inherits": true
24775
24975
  },
24776
- "nl.nldesignsystem.figma.supports-token": false
24976
+ "nl.nldesignsystem.figma.supports-token": false,
24977
+ "studio.tokens": {
24978
+ "originalType": "spacing"
24979
+ }
24777
24980
  },
24778
- "type": "spacing"
24981
+ "type": "dimension",
24982
+ "value": "2em",
24983
+ "filePath": "src/component/utrecht/page-body.tokens.json",
24984
+ "isSource": true,
24985
+ "original": {
24986
+ "$extensions": {
24987
+ "nl.nldesignsystem.css.property": {
24988
+ "syntax": "<length>",
24989
+ "inherits": true
24990
+ },
24991
+ "nl.nldesignsystem.figma.supports-token": false,
24992
+ "studio.tokens": {
24993
+ "originalType": "spacing"
24994
+ }
24995
+ },
24996
+ "type": "dimension",
24997
+ "value": "2em"
24998
+ },
24999
+ "name": "utrechtPageBodyContentPaddingInlineStart",
25000
+ "attributes": {},
25001
+ "path": [
25002
+ "utrecht",
25003
+ "page-body",
25004
+ "content",
25005
+ "padding-inline-start"
25006
+ ]
24779
25007
  },
24780
25008
  "padding-inine-end": {
24781
25009
  "$extensions": {
@@ -24786,7 +25014,99 @@
24786
25014
  "nl.nldesignsystem.figma.supports-token": false
24787
25015
  },
24788
25016
  "type": "spacing"
25017
+ },
25018
+ "max-inline-size": {
25019
+ "value": "1184px",
25020
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25021
+ "isSource": true,
25022
+ "original": {
25023
+ "value": "1184px"
25024
+ },
25025
+ "name": "utrechtPageBodyContentMaxInlineSize",
25026
+ "attributes": {},
25027
+ "path": [
25028
+ "utrecht",
25029
+ "page-body",
25030
+ "content",
25031
+ "max-inline-size"
25032
+ ]
25033
+ },
25034
+ "padding-inline-end": {
25035
+ "value": "2.4em",
25036
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25037
+ "isSource": true,
25038
+ "original": {
25039
+ "value": "2.4em"
25040
+ },
25041
+ "name": "utrechtPageBodyContentPaddingInlineEnd",
25042
+ "attributes": {},
25043
+ "path": [
25044
+ "utrecht",
25045
+ "page-body",
25046
+ "content",
25047
+ "padding-inline-end"
25048
+ ]
24789
25049
  }
25050
+ },
25051
+ "padding-inline-end": {
25052
+ "value": "0",
25053
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25054
+ "isSource": true,
25055
+ "original": {
25056
+ "value": "0"
25057
+ },
25058
+ "name": "utrechtPageBodyPaddingInlineEnd",
25059
+ "attributes": {},
25060
+ "path": [
25061
+ "utrecht",
25062
+ "page-body",
25063
+ "padding-inline-end"
25064
+ ]
25065
+ },
25066
+ "padding-inline-start": {
25067
+ "value": "0",
25068
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25069
+ "isSource": true,
25070
+ "original": {
25071
+ "value": "0"
25072
+ },
25073
+ "name": "utrechtPageBodyPaddingInlineStart",
25074
+ "attributes": {},
25075
+ "path": [
25076
+ "utrecht",
25077
+ "page-body",
25078
+ "padding-inline-start"
25079
+ ]
25080
+ },
25081
+ "padding-block-end": {
25082
+ "value": "0",
25083
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25084
+ "isSource": true,
25085
+ "original": {
25086
+ "value": "0"
25087
+ },
25088
+ "name": "utrechtPageBodyPaddingBlockEnd",
25089
+ "attributes": {},
25090
+ "path": [
25091
+ "utrecht",
25092
+ "page-body",
25093
+ "padding-block-end"
25094
+ ]
25095
+ },
25096
+ "padding-block-start": {
25097
+ "value": "0",
25098
+ "filePath": "src/component/utrecht/page-body.tokens.json",
25099
+ "isSource": true,
25100
+ "original": {
25101
+ "value": "0"
25102
+ },
25103
+ "name": "utrechtPageBodyPaddingBlockStart",
25104
+ "attributes": {},
25105
+ "path": [
25106
+ "utrecht",
25107
+ "page-body",
25108
+ "padding-block-start"
25109
+ ]
24790
25110
  }
24791
25111
  },
24792
25112
  "page-content": {
@@ -24985,36 +25305,9 @@
24985
25305
  "syntax": "<length>",
24986
25306
  "inherits": true
24987
25307
  },
24988
- "nl.nldesignsystem.figma.supports-token": false,
24989
- "studio.tokens": {
24990
- "originalType": "spacing"
24991
- }
24992
- },
24993
- "type": "dimension",
24994
- "value": "28px",
24995
- "filePath": "src/component/utrecht/page-footer.tokens.json",
24996
- "isSource": true,
24997
- "original": {
24998
- "$extensions": {
24999
- "nl.nldesignsystem.css.property": {
25000
- "syntax": "<length>",
25001
- "inherits": true
25002
- },
25003
- "nl.nldesignsystem.figma.supports-token": false,
25004
- "studio.tokens": {
25005
- "originalType": "spacing"
25006
- }
25007
- },
25008
- "type": "dimension",
25009
- "value": "{utrecht.space.inline.2xl}"
25308
+ "nl.nldesignsystem.figma.supports-token": false
25010
25309
  },
25011
- "name": "utrechtPageFooterPaddingInlineEnd",
25012
- "attributes": {},
25013
- "path": [
25014
- "utrecht",
25015
- "page-footer",
25016
- "padding-inline-end"
25017
- ]
25310
+ "type": "spacing"
25018
25311
  },
25019
25312
  "padding-inline-start": {
25020
25313
  "$extensions": {
@@ -25022,36 +25315,9 @@
25022
25315
  "syntax": "<length>",
25023
25316
  "inherits": true
25024
25317
  },
25025
- "nl.nldesignsystem.figma.supports-token": false,
25026
- "studio.tokens": {
25027
- "originalType": "spacing"
25028
- }
25029
- },
25030
- "type": "dimension",
25031
- "value": "28px",
25032
- "filePath": "src/component/utrecht/page-footer.tokens.json",
25033
- "isSource": true,
25034
- "original": {
25035
- "$extensions": {
25036
- "nl.nldesignsystem.css.property": {
25037
- "syntax": "<length>",
25038
- "inherits": true
25039
- },
25040
- "nl.nldesignsystem.figma.supports-token": false,
25041
- "studio.tokens": {
25042
- "originalType": "spacing"
25043
- }
25044
- },
25045
- "type": "dimension",
25046
- "value": "{utrecht.space.inline.2xl}"
25318
+ "nl.nldesignsystem.figma.supports-token": false
25047
25319
  },
25048
- "name": "utrechtPageFooterPaddingInlineStart",
25049
- "attributes": {},
25050
- "path": [
25051
- "utrecht",
25052
- "page-footer",
25053
- "padding-inline-start"
25054
- ]
25320
+ "type": "spacing"
25055
25321
  },
25056
25322
  "padding-block-end": {
25057
25323
  "$extensions": {
@@ -25059,36 +25325,9 @@
25059
25325
  "syntax": "<length>",
25060
25326
  "inherits": true
25061
25327
  },
25062
- "nl.nldesignsystem.figma.supports-token": false,
25063
- "studio.tokens": {
25064
- "originalType": "spacing"
25065
- }
25066
- },
25067
- "type": "dimension",
25068
- "value": "48px",
25069
- "filePath": "src/component/utrecht/page-footer.tokens.json",
25070
- "isSource": true,
25071
- "original": {
25072
- "$extensions": {
25073
- "nl.nldesignsystem.css.property": {
25074
- "syntax": "<length>",
25075
- "inherits": true
25076
- },
25077
- "nl.nldesignsystem.figma.supports-token": false,
25078
- "studio.tokens": {
25079
- "originalType": "spacing"
25080
- }
25081
- },
25082
- "type": "dimension",
25083
- "value": "{utrecht.space.block.3xl}"
25328
+ "nl.nldesignsystem.figma.supports-token": false
25084
25329
  },
25085
- "name": "utrechtPageFooterPaddingBlockEnd",
25086
- "attributes": {},
25087
- "path": [
25088
- "utrecht",
25089
- "page-footer",
25090
- "padding-block-end"
25091
- ]
25330
+ "type": "spacing"
25092
25331
  },
25093
25332
  "padding-block-start": {
25094
25333
  "$extensions": {
@@ -25096,36 +25335,9 @@
25096
25335
  "syntax": "<length>",
25097
25336
  "inherits": true
25098
25337
  },
25099
- "nl.nldesignsystem.figma.supports-token": false,
25100
- "studio.tokens": {
25101
- "originalType": "spacing"
25102
- }
25103
- },
25104
- "type": "dimension",
25105
- "value": "48px",
25106
- "filePath": "src/component/utrecht/page-footer.tokens.json",
25107
- "isSource": true,
25108
- "original": {
25109
- "$extensions": {
25110
- "nl.nldesignsystem.css.property": {
25111
- "syntax": "<length>",
25112
- "inherits": true
25113
- },
25114
- "nl.nldesignsystem.figma.supports-token": false,
25115
- "studio.tokens": {
25116
- "originalType": "spacing"
25117
- }
25118
- },
25119
- "type": "dimension",
25120
- "value": "{utrecht.space.block.3xl}"
25338
+ "nl.nldesignsystem.figma.supports-token": false
25121
25339
  },
25122
- "name": "utrechtPageFooterPaddingBlockStart",
25123
- "attributes": {},
25124
- "path": [
25125
- "utrecht",
25126
- "page-footer",
25127
- "padding-block-start"
25128
- ]
25340
+ "type": "spacing"
25129
25341
  },
25130
25342
  "content": {
25131
25343
  "color": {
@@ -25174,9 +25386,37 @@
25174
25386
  "syntax": "<length>",
25175
25387
  "inherits": true
25176
25388
  },
25177
- "nl.nldesignsystem.figma.supports-token": false
25389
+ "nl.nldesignsystem.figma.supports-token": false,
25390
+ "studio.tokens": {
25391
+ "originalType": "spacing"
25392
+ }
25178
25393
  },
25179
- "type": "spacing"
25394
+ "type": "dimension",
25395
+ "value": "48px",
25396
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
25397
+ "isSource": true,
25398
+ "original": {
25399
+ "$extensions": {
25400
+ "nl.nldesignsystem.css.property": {
25401
+ "syntax": "<length>",
25402
+ "inherits": true
25403
+ },
25404
+ "nl.nldesignsystem.figma.supports-token": false,
25405
+ "studio.tokens": {
25406
+ "originalType": "spacing"
25407
+ }
25408
+ },
25409
+ "type": "dimension",
25410
+ "value": "{utrecht.space.block.3xl}"
25411
+ },
25412
+ "name": "utrechtPageFooterContentPaddingBlockEnd",
25413
+ "attributes": {},
25414
+ "path": [
25415
+ "utrecht",
25416
+ "page-footer",
25417
+ "content",
25418
+ "padding-block-end"
25419
+ ]
25180
25420
  },
25181
25421
  "padding-block-start": {
25182
25422
  "$extensions": {
@@ -25184,9 +25424,69 @@
25184
25424
  "syntax": "<length>",
25185
25425
  "inherits": true
25186
25426
  },
25187
- "nl.nldesignsystem.figma.supports-token": false
25427
+ "nl.nldesignsystem.figma.supports-token": false,
25428
+ "studio.tokens": {
25429
+ "originalType": "spacing"
25430
+ }
25188
25431
  },
25189
- "type": "spacing"
25432
+ "type": "dimension",
25433
+ "value": "48px",
25434
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
25435
+ "isSource": true,
25436
+ "original": {
25437
+ "$extensions": {
25438
+ "nl.nldesignsystem.css.property": {
25439
+ "syntax": "<length>",
25440
+ "inherits": true
25441
+ },
25442
+ "nl.nldesignsystem.figma.supports-token": false,
25443
+ "studio.tokens": {
25444
+ "originalType": "spacing"
25445
+ }
25446
+ },
25447
+ "type": "dimension",
25448
+ "value": "{utrecht.space.block.3xl}"
25449
+ },
25450
+ "name": "utrechtPageFooterContentPaddingBlockStart",
25451
+ "attributes": {},
25452
+ "path": [
25453
+ "utrecht",
25454
+ "page-footer",
25455
+ "content",
25456
+ "padding-block-start"
25457
+ ]
25458
+ },
25459
+ "max-inline-size": {
25460
+ "value": "1184px",
25461
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
25462
+ "isSource": true,
25463
+ "original": {
25464
+ "value": "1184px"
25465
+ },
25466
+ "name": "utrechtPageFooterContentMaxInlineSize",
25467
+ "attributes": {},
25468
+ "path": [
25469
+ "utrecht",
25470
+ "page-footer",
25471
+ "content",
25472
+ "max-inline-size"
25473
+ ]
25474
+ },
25475
+ "padding-inline": {
25476
+ "value": "28px",
25477
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
25478
+ "isSource": true,
25479
+ "original": {
25480
+ "value": "{utrecht.space.inline.2xl}"
25481
+ },
25482
+ "name": "utrechtPageFooterContentPaddingInline",
25483
+ "attributes": {},
25484
+ "path": [
25485
+ "utrecht",
25486
+ "page-footer",
25487
+ "content",
25488
+ "padding-inline"
25489
+ ]
25190
25490
  }
25191
25491
  }
25192
25492
  },
@@ -25233,7 +25533,7 @@
25233
25533
  }
25234
25534
  },
25235
25535
  "type": "dimension",
25236
- "value": "1.8em",
25536
+ "value": "0",
25237
25537
  "filePath": "src/component/utrecht/page-header.tokens.json",
25238
25538
  "isSource": true,
25239
25539
  "original": {
@@ -25248,7 +25548,7 @@
25248
25548
  }
25249
25549
  },
25250
25550
  "type": "dimension",
25251
- "value": "1.8em"
25551
+ "value": "0"
25252
25552
  },
25253
25553
  "name": "utrechtPageHeaderPaddingBlockStart",
25254
25554
  "attributes": {},
@@ -25270,7 +25570,7 @@
25270
25570
  }
25271
25571
  },
25272
25572
  "type": "dimension",
25273
- "value": "1em",
25573
+ "value": "0",
25274
25574
  "filePath": "src/component/utrecht/page-header.tokens.json",
25275
25575
  "isSource": true,
25276
25576
  "original": {
@@ -25285,7 +25585,7 @@
25285
25585
  }
25286
25586
  },
25287
25587
  "type": "dimension",
25288
- "value": "1em"
25588
+ "value": "0"
25289
25589
  },
25290
25590
  "name": "utrechtPageHeaderPaddingBlockEnd",
25291
25591
  "attributes": {},
@@ -25307,7 +25607,7 @@
25307
25607
  }
25308
25608
  },
25309
25609
  "type": "dimension",
25310
- "value": "2em",
25610
+ "value": "0",
25311
25611
  "filePath": "src/component/utrecht/page-header.tokens.json",
25312
25612
  "isSource": true,
25313
25613
  "original": {
@@ -25322,7 +25622,7 @@
25322
25622
  }
25323
25623
  },
25324
25624
  "type": "dimension",
25325
- "value": "2em"
25625
+ "value": "0"
25326
25626
  },
25327
25627
  "name": "utrechtPageHeaderPaddingInlineStart",
25328
25628
  "attributes": {},
@@ -25344,7 +25644,7 @@
25344
25644
  }
25345
25645
  },
25346
25646
  "type": "dimension",
25347
- "value": "2.4em",
25647
+ "value": "0",
25348
25648
  "filePath": "src/component/utrecht/page-header.tokens.json",
25349
25649
  "isSource": true,
25350
25650
  "original": {
@@ -25359,7 +25659,7 @@
25359
25659
  }
25360
25660
  },
25361
25661
  "type": "dimension",
25362
- "value": "2.4em"
25662
+ "value": "0"
25363
25663
  },
25364
25664
  "name": "utrechtPageHeaderPaddingInlineEnd",
25365
25665
  "attributes": {},
@@ -25378,7 +25678,29 @@
25378
25678
  },
25379
25679
  "nl.nldesignsystem.figma.supports-token": false
25380
25680
  },
25381
- "type": "color"
25681
+ "type": "color",
25682
+ "value": "hsl(0 0% 100%)",
25683
+ "filePath": "src/component/utrecht/page-header.tokens.json",
25684
+ "isSource": true,
25685
+ "original": {
25686
+ "$extensions": {
25687
+ "nl.nldesignsystem.css.property": {
25688
+ "syntax": "<color>",
25689
+ "inherits": true
25690
+ },
25691
+ "nl.nldesignsystem.figma.supports-token": false
25692
+ },
25693
+ "type": "color",
25694
+ "value": "{utrecht.color.white}"
25695
+ },
25696
+ "name": "utrechtPageHeaderContentBackgroundColor",
25697
+ "attributes": {},
25698
+ "path": [
25699
+ "utrecht",
25700
+ "page-header",
25701
+ "content",
25702
+ "background-color"
25703
+ ]
25382
25704
  },
25383
25705
  "color": {
25384
25706
  "$extensions": {
@@ -25388,7 +25710,29 @@
25388
25710
  },
25389
25711
  "nl.nldesignsystem.figma.supports-token": false
25390
25712
  },
25391
- "type": "color"
25713
+ "type": "color",
25714
+ "value": "hsl(0 0% 0%)",
25715
+ "filePath": "src/component/utrecht/page-header.tokens.json",
25716
+ "isSource": true,
25717
+ "original": {
25718
+ "$extensions": {
25719
+ "nl.nldesignsystem.css.property": {
25720
+ "syntax": "<color>",
25721
+ "inherits": true
25722
+ },
25723
+ "nl.nldesignsystem.figma.supports-token": false
25724
+ },
25725
+ "type": "color",
25726
+ "value": "{utrecht.color.black}"
25727
+ },
25728
+ "name": "utrechtPageHeaderContentColor",
25729
+ "attributes": {},
25730
+ "path": [
25731
+ "utrecht",
25732
+ "page-header",
25733
+ "content",
25734
+ "color"
25735
+ ]
25392
25736
  },
25393
25737
  "padding-block-start": {
25394
25738
  "$extensions": {
@@ -25396,9 +25740,37 @@
25396
25740
  "syntax": "<length>",
25397
25741
  "inherits": true
25398
25742
  },
25399
- "nl.nldesignsystem.figma.supports-token": false
25743
+ "nl.nldesignsystem.figma.supports-token": false,
25744
+ "studio.tokens": {
25745
+ "originalType": "spacing"
25746
+ }
25400
25747
  },
25401
- "type": "spacing"
25748
+ "type": "dimension",
25749
+ "value": "1.8em",
25750
+ "filePath": "src/component/utrecht/page-header.tokens.json",
25751
+ "isSource": true,
25752
+ "original": {
25753
+ "$extensions": {
25754
+ "nl.nldesignsystem.css.property": {
25755
+ "syntax": "<length>",
25756
+ "inherits": true
25757
+ },
25758
+ "nl.nldesignsystem.figma.supports-token": false,
25759
+ "studio.tokens": {
25760
+ "originalType": "spacing"
25761
+ }
25762
+ },
25763
+ "type": "dimension",
25764
+ "value": "1.8em"
25765
+ },
25766
+ "name": "utrechtPageHeaderContentPaddingBlockStart",
25767
+ "attributes": {},
25768
+ "path": [
25769
+ "utrecht",
25770
+ "page-header",
25771
+ "content",
25772
+ "padding-block-start"
25773
+ ]
25402
25774
  },
25403
25775
  "padding-block-end": {
25404
25776
  "$extensions": {
@@ -25406,9 +25778,37 @@
25406
25778
  "syntax": "<length>",
25407
25779
  "inherits": true
25408
25780
  },
25409
- "nl.nldesignsystem.figma.supports-token": false
25781
+ "nl.nldesignsystem.figma.supports-token": false,
25782
+ "studio.tokens": {
25783
+ "originalType": "spacing"
25784
+ }
25410
25785
  },
25411
- "type": "spacing"
25786
+ "type": "dimension",
25787
+ "value": "1em",
25788
+ "filePath": "src/component/utrecht/page-header.tokens.json",
25789
+ "isSource": true,
25790
+ "original": {
25791
+ "$extensions": {
25792
+ "nl.nldesignsystem.css.property": {
25793
+ "syntax": "<length>",
25794
+ "inherits": true
25795
+ },
25796
+ "nl.nldesignsystem.figma.supports-token": false,
25797
+ "studio.tokens": {
25798
+ "originalType": "spacing"
25799
+ }
25800
+ },
25801
+ "type": "dimension",
25802
+ "value": "1em"
25803
+ },
25804
+ "name": "utrechtPageHeaderContentPaddingBlockEnd",
25805
+ "attributes": {},
25806
+ "path": [
25807
+ "utrecht",
25808
+ "page-header",
25809
+ "content",
25810
+ "padding-block-end"
25811
+ ]
25412
25812
  },
25413
25813
  "padding-inline-start": {
25414
25814
  "$extensions": {
@@ -25416,9 +25816,39 @@
25416
25816
  "syntax": "<length>",
25417
25817
  "inherits": true
25418
25818
  },
25419
- "nl.nldesignsystem.figma.supports-token": false
25819
+ "nl.nldesignsystem.figma.supports-token": false,
25820
+ "studio.tokens": {
25821
+ "originalType": "spacing"
25822
+ }
25420
25823
  },
25421
- "type": "spacing"
25824
+ "type": "dimension",
25825
+ "value": "2em",
25826
+ "$comment": "Legacy design token",
25827
+ "filePath": "src/component/utrecht/page-header.tokens.json",
25828
+ "isSource": true,
25829
+ "original": {
25830
+ "$extensions": {
25831
+ "nl.nldesignsystem.css.property": {
25832
+ "syntax": "<length>",
25833
+ "inherits": true
25834
+ },
25835
+ "nl.nldesignsystem.figma.supports-token": false,
25836
+ "studio.tokens": {
25837
+ "originalType": "spacing"
25838
+ }
25839
+ },
25840
+ "type": "dimension",
25841
+ "value": "2em",
25842
+ "$comment": "Legacy design token"
25843
+ },
25844
+ "name": "utrechtPageHeaderContentPaddingInlineStart",
25845
+ "attributes": {},
25846
+ "path": [
25847
+ "utrecht",
25848
+ "page-header",
25849
+ "content",
25850
+ "padding-inline-start"
25851
+ ]
25422
25852
  },
25423
25853
  "padding-inline-end": {
25424
25854
  "$extensions": {
@@ -25426,9 +25856,71 @@
25426
25856
  "syntax": "<length>",
25427
25857
  "inherits": true
25428
25858
  },
25429
- "nl.nldesignsystem.figma.supports-token": false
25859
+ "nl.nldesignsystem.figma.supports-token": false,
25860
+ "studio.tokens": {
25861
+ "originalType": "spacing"
25862
+ }
25430
25863
  },
25431
- "type": "spacing"
25864
+ "type": "dimension",
25865
+ "value": "2.4em",
25866
+ "$comment": "Legacy design token",
25867
+ "filePath": "src/component/utrecht/page-header.tokens.json",
25868
+ "isSource": true,
25869
+ "original": {
25870
+ "$extensions": {
25871
+ "nl.nldesignsystem.css.property": {
25872
+ "syntax": "<length>",
25873
+ "inherits": true
25874
+ },
25875
+ "nl.nldesignsystem.figma.supports-token": false,
25876
+ "studio.tokens": {
25877
+ "originalType": "spacing"
25878
+ }
25879
+ },
25880
+ "type": "dimension",
25881
+ "value": "2.4em",
25882
+ "$comment": "Legacy design token"
25883
+ },
25884
+ "name": "utrechtPageHeaderContentPaddingInlineEnd",
25885
+ "attributes": {},
25886
+ "path": [
25887
+ "utrecht",
25888
+ "page-header",
25889
+ "content",
25890
+ "padding-inline-end"
25891
+ ]
25892
+ },
25893
+ "max-inline-size": {
25894
+ "value": "1184px",
25895
+ "filePath": "src/component/utrecht/page-header.tokens.json",
25896
+ "isSource": true,
25897
+ "original": {
25898
+ "value": "1184px"
25899
+ },
25900
+ "name": "utrechtPageHeaderContentMaxInlineSize",
25901
+ "attributes": {},
25902
+ "path": [
25903
+ "utrecht",
25904
+ "page-header",
25905
+ "content",
25906
+ "max-inline-size"
25907
+ ]
25908
+ },
25909
+ "padding-inline": {
25910
+ "value": "2em",
25911
+ "filePath": "src/component/utrecht/page-header.tokens.json",
25912
+ "isSource": true,
25913
+ "original": {
25914
+ "value": "2em"
25915
+ },
25916
+ "name": "utrechtPageHeaderContentPaddingInline",
25917
+ "attributes": {},
25918
+ "path": [
25919
+ "utrecht",
25920
+ "page-header",
25921
+ "content",
25922
+ "padding-inline"
25923
+ ]
25432
25924
  }
25433
25925
  }
25434
25926
  },
@@ -25591,11 +26083,11 @@
25591
26083
  ]
25592
26084
  },
25593
26085
  "padding-inline-end": {
25594
- "value": "2em",
26086
+ "value": "0",
25595
26087
  "filePath": "src/component/utrecht/page.tokens.json",
25596
26088
  "isSource": true,
25597
26089
  "original": {
25598
- "value": "2em"
26090
+ "value": "0"
25599
26091
  },
25600
26092
  "name": "utrechtPagePaddingInlineEnd",
25601
26093
  "attributes": {},
@@ -25621,11 +26113,11 @@
25621
26113
  ]
25622
26114
  },
25623
26115
  "padding-inline-start": {
25624
- "value": "2em",
26116
+ "value": "0",
25625
26117
  "filePath": "src/component/utrecht/page.tokens.json",
25626
26118
  "isSource": true,
25627
26119
  "original": {
25628
- "value": "2em"
26120
+ "value": "0"
25629
26121
  },
25630
26122
  "name": "utrechtPagePaddingInlineStart",
25631
26123
  "attributes": {},
@@ -27775,6 +28267,37 @@
27775
28267
  "border-width"
27776
28268
  ]
27777
28269
  },
28270
+ "color": {
28271
+ "$extensions": {
28272
+ "nl.nldesignsystem.css.property": {
28273
+ "syntax": "<color>",
28274
+ "inherits": true
28275
+ },
28276
+ "nl.nldesignsystem.figma.supports-token": true
28277
+ },
28278
+ "type": "color",
28279
+ "value": "hsl(0 0% 100%)",
28280
+ "filePath": "src/component/utrecht/radio-button.tokens.json",
28281
+ "isSource": true,
28282
+ "original": {
28283
+ "$extensions": {
28284
+ "nl.nldesignsystem.css.property": {
28285
+ "syntax": "<color>",
28286
+ "inherits": true
28287
+ },
28288
+ "nl.nldesignsystem.figma.supports-token": true
28289
+ },
28290
+ "type": "color",
28291
+ "value": "{utrecht.color.white}"
28292
+ },
28293
+ "name": "utrechtRadioButtonColor",
28294
+ "attributes": {},
28295
+ "path": [
28296
+ "utrecht",
28297
+ "radio-button",
28298
+ "color"
28299
+ ]
28300
+ },
27778
28301
  "size": {
27779
28302
  "$extensions": {
27780
28303
  "nl.nldesignsystem.css.property": {
@@ -28726,26 +29249,11 @@
28726
29249
  },
28727
29250
  "nl.nldesignsystem.fallback": [
28728
29251
  "utrecht.radio-button.color"
28729
- ]
29252
+ ],
29253
+ "nl.nldesignsystem.figma.supports-token": false
28730
29254
  },
28731
- "nl.nldesignsystem.figma.supports-token": false
28732
- },
28733
- "type": "color"
28734
- },
28735
- "color": {
28736
- "value": "hsl(0 0% 100%)",
28737
- "filePath": "src/component/utrecht/radio-button.tokens.json",
28738
- "isSource": true,
28739
- "original": {
28740
- "value": "{utrecht.color.white}"
28741
- },
28742
- "name": "utrechtRadioButtonColor",
28743
- "attributes": {},
28744
- "path": [
28745
- "utrecht",
28746
- "radio-button",
28747
- "color"
28748
- ]
29255
+ "type": "color"
29256
+ }
28749
29257
  },
28750
29258
  "border-radius": {
28751
29259
  "value": "0",
@@ -28974,7 +29482,28 @@
28974
29482
  },
28975
29483
  "nl.nldesignsystem.figma.supports-token": false
28976
29484
  },
28977
- "type": "color"
29485
+ "type": "color",
29486
+ "value": "hsl(0 0% 95%)",
29487
+ "filePath": "src/component/utrecht/root.tokens.json",
29488
+ "isSource": true,
29489
+ "original": {
29490
+ "$extensions": {
29491
+ "nl.nldesignsystem.css.property": {
29492
+ "syntax": "<color>",
29493
+ "inherits": true
29494
+ },
29495
+ "nl.nldesignsystem.figma.supports-token": false
29496
+ },
29497
+ "type": "color",
29498
+ "value": "{utrecht.color.grey.95}"
29499
+ },
29500
+ "name": "utrechtRootBackgroundColor",
29501
+ "attributes": {},
29502
+ "path": [
29503
+ "utrecht",
29504
+ "root",
29505
+ "background-color"
29506
+ ]
28978
29507
  },
28979
29508
  "color": {
28980
29509
  "$extensions": {
@@ -28984,7 +29513,28 @@
28984
29513
  },
28985
29514
  "nl.nldesignsystem.figma.supports-token": false
28986
29515
  },
28987
- "type": "color"
29516
+ "type": "color",
29517
+ "value": "hsl(0 0% 10%)",
29518
+ "filePath": "src/component/utrecht/root.tokens.json",
29519
+ "isSource": true,
29520
+ "original": {
29521
+ "$extensions": {
29522
+ "nl.nldesignsystem.css.property": {
29523
+ "syntax": "<color>",
29524
+ "inherits": true
29525
+ },
29526
+ "nl.nldesignsystem.figma.supports-token": false
29527
+ },
29528
+ "type": "color",
29529
+ "value": "{utrecht.color.grey.10}"
29530
+ },
29531
+ "name": "utrechtRootColor",
29532
+ "attributes": {},
29533
+ "path": [
29534
+ "utrecht",
29535
+ "root",
29536
+ "color"
29537
+ ]
28988
29538
  },
28989
29539
  "font-family": {
28990
29540
  "$extensions": {
@@ -31157,6 +31707,16 @@
31157
31707
  },
31158
31708
  "type": "color"
31159
31709
  },
31710
+ "border-radius": {
31711
+ "$extensions": {
31712
+ "nl.nldesignsystem.css.property": {
31713
+ "syntax": "<length-percentage>",
31714
+ "inherits": true
31715
+ },
31716
+ "nl.nldesignsystem.figma.supports-token": false
31717
+ },
31718
+ "type": "borderRadius"
31719
+ },
31160
31720
  "border-width": {
31161
31721
  "$extensions": {
31162
31722
  "nl.nldesignsystem.css.property": {
@@ -38984,5 +39544,56 @@
38984
39544
  }
38985
39545
  }
38986
39546
  }
39547
+ },
39548
+ "signalen": {
39549
+ "modal-dialog": {
39550
+ "background-color": {
39551
+ "value": "hsl(0 0% 100%)",
39552
+ "filePath": "src/component/signalen/signalen.tokens.json",
39553
+ "isSource": true,
39554
+ "original": {
39555
+ "value": "{utrecht.body.background-color}"
39556
+ },
39557
+ "name": "signalenModalDialogBackgroundColor",
39558
+ "attributes": {},
39559
+ "path": [
39560
+ "signalen",
39561
+ "modal-dialog",
39562
+ "background-color"
39563
+ ]
39564
+ },
39565
+ "color": {
39566
+ "value": "hsl(0 0% 0%)",
39567
+ "filePath": "src/component/signalen/signalen.tokens.json",
39568
+ "isSource": true,
39569
+ "original": {
39570
+ "value": "{utrecht.body.color}"
39571
+ },
39572
+ "name": "signalenModalDialogColor",
39573
+ "attributes": {},
39574
+ "path": [
39575
+ "signalen",
39576
+ "modal-dialog",
39577
+ "color"
39578
+ ]
39579
+ }
39580
+ },
39581
+ "progress-bar": {
39582
+ "border-radius": {
39583
+ "value": "4px",
39584
+ "filePath": "src/component/signalen/signalen.tokens.json",
39585
+ "isSource": true,
39586
+ "original": {
39587
+ "value": "4px"
39588
+ },
39589
+ "name": "signalenProgressBarBorderRadius",
39590
+ "attributes": {},
39591
+ "path": [
39592
+ "signalen",
39593
+ "progress-bar",
39594
+ "border-radius"
39595
+ ]
39596
+ }
39597
+ }
38987
39598
  }
38988
39599
  }