@utrecht/design-tokens 5.0.2 → 5.1.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 (53) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/_mixin-theme.scss +6 -2
  3. package/dist/_mixin.scss +6 -2
  4. package/dist/_variables.scss +6 -2
  5. package/dist/dark/_mixin-theme.scss +6 -2
  6. package/dist/dark/_mixin.scss +6 -2
  7. package/dist/dark/_variables.scss +6 -2
  8. package/dist/dark/index.cjs +6 -2
  9. package/dist/dark/index.css +6 -2
  10. package/dist/dark/index.d.ts +4 -0
  11. package/dist/dark/index.flat.json +6 -2
  12. package/dist/dark/index.json +164 -4
  13. package/dist/dark/index.mjs +6 -2
  14. package/dist/dark/index.tokens.json +13 -7
  15. package/dist/dark/list.json +164 -4
  16. package/dist/dark/list.mjs +164 -4
  17. package/dist/dark/property.css +3 -0
  18. package/dist/dark/root.css +6 -2
  19. package/dist/dark/theme-prince-xml.css +6 -2
  20. package/dist/dark/theme.css +6 -2
  21. package/dist/dark/tokens.cjs +168 -6
  22. package/dist/dark/tokens.d.ts +6 -2
  23. package/dist/dark/tokens.json +168 -6
  24. package/dist/dark/variables.cjs +6 -2
  25. package/dist/dark/variables.css +6 -2
  26. package/dist/dark/variables.d.ts +4 -0
  27. package/dist/dark/variables.json +6 -2
  28. package/dist/dark/variables.less +6 -2
  29. package/dist/dark/variables.mjs +6 -2
  30. package/dist/index.cjs +6 -2
  31. package/dist/index.css +12 -4
  32. package/dist/index.d.ts +4 -0
  33. package/dist/index.flat.json +6 -2
  34. package/dist/index.json +164 -4
  35. package/dist/index.mjs +6 -2
  36. package/dist/index.tokens.json +13 -7
  37. package/dist/list.json +164 -4
  38. package/dist/list.mjs +164 -4
  39. package/dist/property.css +3 -0
  40. package/dist/root.css +6 -2
  41. package/dist/theme-prince-xml.css +6 -2
  42. package/dist/theme.css +6 -2
  43. package/dist/tokens.cjs +168 -6
  44. package/dist/tokens.d.ts +6 -2
  45. package/dist/tokens.json +168 -6
  46. package/dist/variables.cjs +6 -2
  47. package/dist/variables.css +6 -2
  48. package/dist/variables.d.ts +4 -0
  49. package/dist/variables.json +6 -2
  50. package/dist/variables.less +6 -2
  51. package/dist/variables.mjs +6 -2
  52. package/package.json +1 -1
  53. package/src/component/utrecht/root.tokens.json +6 -2
package/dist/index.css CHANGED
@@ -162,6 +162,8 @@
162
162
  --utrecht-search-bar-input-background-position-x: .5em;
163
163
  --utrecht-search-bar-button-hover-scale: 1;
164
164
  --utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
165
+ --utrecht-root-line-height: 1.4;
166
+ --utrecht-root-font-size-adjust: 0.54;
165
167
  --utrecht-rich-text-confidant-margin-block-end: 0;
166
168
  --utrecht-radio-button-border-radius: 0;
167
169
  --utrecht-radio-button-invalid-border-width: 2px;
@@ -635,8 +637,10 @@
635
637
  --utrecht-search-bar-button-color: var(--utrecht-color-white);
636
638
  --utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
637
639
  --utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
638
- --utrecht-root-color: var(--utrecht-color-grey-10);
639
- --utrecht-root-background-color: var(--utrecht-color-grey-95);
640
+ --utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
641
+ --utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
642
+ --utrecht-root-color: var(--utrecht-color-black);
643
+ --utrecht-root-background-color: var(--utrecht-color-white);
640
644
  --utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
641
645
  --utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
642
646
  --utrecht-rich-text-acquaintance-margin-block-end: var(--utrecht-space-block-xl);
@@ -1420,6 +1424,8 @@
1420
1424
  --utrecht-search-bar-input-background-position-x: .5em;
1421
1425
  --utrecht-search-bar-button-hover-scale: 1;
1422
1426
  --utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
1427
+ --utrecht-root-line-height: 1.4;
1428
+ --utrecht-root-font-size-adjust: 0.54;
1423
1429
  --utrecht-rich-text-confidant-margin-block-end: 0;
1424
1430
  --utrecht-radio-button-border-radius: 0;
1425
1431
  --utrecht-radio-button-invalid-border-width: 2px;
@@ -1897,8 +1903,10 @@
1897
1903
  --utrecht-search-bar-button-color: var(--utrecht-color-white);
1898
1904
  --utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
1899
1905
  --utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
1900
- --utrecht-root-color: var(--utrecht-color-grey-10);
1901
- --utrecht-root-background-color: var(--utrecht-color-grey-95);
1906
+ --utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
1907
+ --utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
1908
+ --utrecht-root-color: var(--utrecht-color-black);
1909
+ --utrecht-root-background-color: var(--utrecht-color-white);
1902
1910
  --utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
1903
1911
  --utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
1904
1912
  --utrecht-rich-text-acquaintance-margin-block-end: var(--utrecht-space-block-xl);
package/dist/index.d.ts CHANGED
@@ -962,6 +962,10 @@ export const utrechtRichTextBestFriendMarginBlockEnd : string;
962
962
  export const utrechtRichTextConfidantMarginBlockEnd : string;
963
963
  export const utrechtRootBackgroundColor : string;
964
964
  export const utrechtRootColor : string;
965
+ export const utrechtRootFontFamily : string;
966
+ export const utrechtRootFontSizeAdjust : string;
967
+ export const utrechtRootFontSize : string;
968
+ export const utrechtRootLineHeight : string;
965
969
  export const utrechtSearchBarButtonBackgroundColor : string;
966
970
  export const utrechtSearchBarButtonBorderColor : string;
967
971
  export const utrechtSearchBarButtonColor : string;
@@ -995,8 +995,12 @@
995
995
  "utrechtRichTextConfidantMarginBlockEnd": 0,
996
996
  "utrechtRichTextFriendMarginBlockEnd": "16px",
997
997
  "utrechtRichTextStrangerMarginBlockEnd": "32px",
998
- "utrechtRootBackgroundColor": "hsl(0 0% 95%)",
999
- "utrechtRootColor": "hsl(0 0% 10%)",
998
+ "utrechtRootBackgroundColor": "hsl(0 0% 100%)",
999
+ "utrechtRootColor": "hsl(0 0% 0%)",
1000
+ "utrechtRootFontFamily": "\"Noto Sans Variable\", \"Arial\", sans-serif",
1001
+ "utrechtRootFontSize": "1rem",
1002
+ "utrechtRootFontSizeAdjust": "0.54",
1003
+ "utrechtRootLineHeight": "1.4",
1000
1004
  "utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
1001
1005
  "utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
1002
1006
  "utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
package/dist/index.json CHANGED
@@ -5647,7 +5647,9 @@
5647
5647
  "syntax": "*",
5648
5648
  "inherits": true
5649
5649
  },
5650
+ "nl.nldesignsystem.deprecated": true,
5650
5651
  "nl.nldesignsystem.figma.supports-token": true,
5652
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
5651
5653
  "studio.tokens": {
5652
5654
  "originalType": "fontFamilies"
5653
5655
  }
@@ -5662,7 +5664,9 @@
5662
5664
  "syntax": "*",
5663
5665
  "inherits": true
5664
5666
  },
5667
+ "nl.nldesignsystem.deprecated": true,
5665
5668
  "nl.nldesignsystem.figma.supports-token": true,
5669
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
5666
5670
  "studio.tokens": {
5667
5671
  "originalType": "fontFamilies"
5668
5672
  }
@@ -5684,7 +5688,9 @@
5684
5688
  "syntax": "<length>",
5685
5689
  "inherits": true
5686
5690
  },
5691
+ "nl.nldesignsystem.deprecated": true,
5687
5692
  "nl.nldesignsystem.figma.supports-token": true,
5693
+ "nl.nldesignsystem.redirect": "utrecht.root.font-size",
5688
5694
  "studio.tokens": {
5689
5695
  "originalType": "fontSizes"
5690
5696
  }
@@ -5699,7 +5705,9 @@
5699
5705
  "syntax": "<length>",
5700
5706
  "inherits": true
5701
5707
  },
5708
+ "nl.nldesignsystem.deprecated": true,
5702
5709
  "nl.nldesignsystem.figma.supports-token": true,
5710
+ "nl.nldesignsystem.redirect": "utrecht.root.font-size",
5703
5711
  "studio.tokens": {
5704
5712
  "originalType": "fontSizes"
5705
5713
  }
@@ -5724,7 +5732,9 @@
5724
5732
  ],
5725
5733
  "inherits": true
5726
5734
  },
5735
+ "nl.nldesignsystem.deprecated": true,
5727
5736
  "nl.nldesignsystem.figma.supports-token": true,
5737
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
5728
5738
  "studio.tokens": {
5729
5739
  "originalType": "lineHeights"
5730
5740
  }
@@ -5742,7 +5752,9 @@
5742
5752
  ],
5743
5753
  "inherits": true
5744
5754
  },
5755
+ "nl.nldesignsystem.deprecated": true,
5745
5756
  "nl.nldesignsystem.figma.supports-token": true,
5757
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
5746
5758
  "studio.tokens": {
5747
5759
  "originalType": "lineHeights"
5748
5760
  }
@@ -30975,7 +30987,7 @@
30975
30987
  "nl.nldesignsystem.figma.supports-token": false
30976
30988
  },
30977
30989
  "type": "color",
30978
- "value": "hsl(0 0% 95%)",
30990
+ "value": "hsl(0 0% 100%)",
30979
30991
  "filePath": "src/component/utrecht/root.tokens.json",
30980
30992
  "isSource": true,
30981
30993
  "original": {
@@ -30987,7 +30999,7 @@
30987
30999
  "nl.nldesignsystem.figma.supports-token": false
30988
31000
  },
30989
31001
  "type": "color",
30990
- "value": "{utrecht.color.grey.95}"
31002
+ "value": "{utrecht.color.white}"
30991
31003
  },
30992
31004
  "name": "utrechtRootBackgroundColor",
30993
31005
  "attributes": {},
@@ -31006,7 +31018,7 @@
31006
31018
  "nl.nldesignsystem.figma.supports-token": false
31007
31019
  },
31008
31020
  "type": "color",
31009
- "value": "hsl(0 0% 10%)",
31021
+ "value": "hsl(0 0% 0%)",
31010
31022
  "filePath": "src/component/utrecht/root.tokens.json",
31011
31023
  "isSource": true,
31012
31024
  "original": {
@@ -31018,7 +31030,7 @@
31018
31030
  "nl.nldesignsystem.figma.supports-token": false
31019
31031
  },
31020
31032
  "type": "color",
31021
- "value": "{utrecht.color.grey.10}"
31033
+ "value": "{utrecht.color.black}"
31022
31034
  },
31023
31035
  "name": "utrechtRootColor",
31024
31036
  "attributes": {},
@@ -31028,6 +31040,154 @@
31028
31040
  "color"
31029
31041
  ]
31030
31042
  },
31043
+ {
31044
+ "$extensions": {
31045
+ "nl.nldesignsystem.css.property": {
31046
+ "syntax": "*",
31047
+ "inherits": true
31048
+ },
31049
+ "nl.nldesignsystem.figma.supports-token": false,
31050
+ "studio.tokens": {
31051
+ "originalType": "fontFamilies"
31052
+ }
31053
+ },
31054
+ "type": "fontFamily",
31055
+ "value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
31056
+ "filePath": "src/component/utrecht/root.tokens.json",
31057
+ "isSource": true,
31058
+ "original": {
31059
+ "$extensions": {
31060
+ "nl.nldesignsystem.css.property": {
31061
+ "syntax": "*",
31062
+ "inherits": true
31063
+ },
31064
+ "nl.nldesignsystem.figma.supports-token": false,
31065
+ "studio.tokens": {
31066
+ "originalType": "fontFamilies"
31067
+ }
31068
+ },
31069
+ "type": "fontFamily",
31070
+ "value": "{utrecht.typography.sans-serif.font-family}"
31071
+ },
31072
+ "name": "utrechtRootFontFamily",
31073
+ "attributes": {},
31074
+ "path": [
31075
+ "utrecht",
31076
+ "root",
31077
+ "font-family"
31078
+ ]
31079
+ },
31080
+ {
31081
+ "$extensions": {
31082
+ "nl.nldesignsystem.css.property": {
31083
+ "syntax": "<length>",
31084
+ "inherits": true
31085
+ },
31086
+ "nl.nldesignsystem.figma.supports-token": false,
31087
+ "studio.tokens": {
31088
+ "originalType": "fontSizes"
31089
+ }
31090
+ },
31091
+ "type": "fontSize",
31092
+ "value": "1rem",
31093
+ "filePath": "src/component/utrecht/root.tokens.json",
31094
+ "isSource": true,
31095
+ "original": {
31096
+ "$extensions": {
31097
+ "nl.nldesignsystem.css.property": {
31098
+ "syntax": "<length>",
31099
+ "inherits": true
31100
+ },
31101
+ "nl.nldesignsystem.figma.supports-token": false,
31102
+ "studio.tokens": {
31103
+ "originalType": "fontSizes"
31104
+ }
31105
+ },
31106
+ "type": "fontSize",
31107
+ "value": "{utrecht.typography.scale.md.font-size}"
31108
+ },
31109
+ "name": "utrechtRootFontSize",
31110
+ "attributes": {},
31111
+ "path": [
31112
+ "utrecht",
31113
+ "root",
31114
+ "font-size"
31115
+ ]
31116
+ },
31117
+ {
31118
+ "$extensions": {
31119
+ "nl.nldesignsystem.css.property": {
31120
+ "syntax": "<number>",
31121
+ "inherits": true
31122
+ },
31123
+ "nl.nldesignsystem.figma.supports-token": false
31124
+ },
31125
+ "type": "other",
31126
+ "value": "0.54",
31127
+ "filePath": "src/component/utrecht/root.tokens.json",
31128
+ "isSource": true,
31129
+ "original": {
31130
+ "$extensions": {
31131
+ "nl.nldesignsystem.css.property": {
31132
+ "syntax": "<number>",
31133
+ "inherits": true
31134
+ },
31135
+ "nl.nldesignsystem.figma.supports-token": false
31136
+ },
31137
+ "type": "other",
31138
+ "value": "0.54"
31139
+ },
31140
+ "name": "utrechtRootFontSizeAdjust",
31141
+ "attributes": {},
31142
+ "path": [
31143
+ "utrecht",
31144
+ "root",
31145
+ "font-size-adjust"
31146
+ ]
31147
+ },
31148
+ {
31149
+ "$extensions": {
31150
+ "nl.nldesignsystem.css.property": {
31151
+ "syntax": [
31152
+ "<length>",
31153
+ "<number>"
31154
+ ],
31155
+ "inherits": true
31156
+ },
31157
+ "nl.nldesignsystem.figma.supports-token": false,
31158
+ "studio.tokens": {
31159
+ "originalType": "lineHeights"
31160
+ }
31161
+ },
31162
+ "type": "lineHeight",
31163
+ "value": "1.4",
31164
+ "filePath": "src/component/utrecht/root.tokens.json",
31165
+ "isSource": true,
31166
+ "original": {
31167
+ "$extensions": {
31168
+ "nl.nldesignsystem.css.property": {
31169
+ "syntax": [
31170
+ "<length>",
31171
+ "<number>"
31172
+ ],
31173
+ "inherits": true
31174
+ },
31175
+ "nl.nldesignsystem.figma.supports-token": false,
31176
+ "studio.tokens": {
31177
+ "originalType": "lineHeights"
31178
+ }
31179
+ },
31180
+ "type": "lineHeight",
31181
+ "value": "1.4"
31182
+ },
31183
+ "name": "utrechtRootLineHeight",
31184
+ "attributes": {},
31185
+ "path": [
31186
+ "utrecht",
31187
+ "root",
31188
+ "line-height"
31189
+ ]
31190
+ },
31031
31191
  {
31032
31192
  "$extensions": {
31033
31193
  "nl.nldesignsystem.css.property": {
package/dist/index.mjs CHANGED
@@ -893,8 +893,12 @@ export const utrechtRichTextAcquaintanceMarginBlockEnd = "24px";
893
893
  export const utrechtRichTextFriendMarginBlockEnd = "16px";
894
894
  export const utrechtRichTextBestFriendMarginBlockEnd = "8px";
895
895
  export const utrechtRichTextConfidantMarginBlockEnd = 0;
896
- export const utrechtRootBackgroundColor = "hsl(0 0% 95%)";
897
- export const utrechtRootColor = "hsl(0 0% 10%)";
896
+ export const utrechtRootBackgroundColor = "hsl(0 0% 100%)";
897
+ export const utrechtRootColor = "hsl(0 0% 0%)";
898
+ export const utrechtRootFontFamily = "\"Noto Sans Variable\", \"Arial\", sans-serif";
899
+ export const utrechtRootFontSizeAdjust = "0.54";
900
+ export const utrechtRootFontSize = "1rem";
901
+ export const utrechtRootLineHeight = "1.4";
898
902
  export const utrechtSearchBarButtonBackgroundColor = "hsl(0 100% 40%)";
899
903
  export const utrechtSearchBarButtonBorderColor = "hsl(0 100% 40%)";
900
904
  export const utrechtSearchBarButtonColor = "hsl(0 0% 100%)";
@@ -907,7 +907,9 @@
907
907
  "syntax": "<number>",
908
908
  "inherits": true
909
909
  },
910
- "nl.nldesignsystem.figma.supports-token": true
910
+ "nl.nldesignsystem.deprecated": true,
911
+ "nl.nldesignsystem.figma.supports-token": true,
912
+ "nl.nldesignsystem.redirect": "utrecht.root.font-weight"
911
913
  },
912
914
  "type": "fontWeights"
913
915
  },
@@ -6496,18 +6498,22 @@
6496
6498
  }
6497
6499
  },
6498
6500
  "root": {
6499
- "background-color": "hsl(0 0% 95%)",
6500
- "color": "hsl(0 0% 10%)",
6501
- "font-family": {
6501
+ "background-color": "hsl(0 0% 100%)",
6502
+ "color": "hsl(0 0% 0%)",
6503
+ "font-family": "\"Noto Sans Variable\", \"Arial\", sans-serif",
6504
+ "font-size-adjust": "0.54",
6505
+ "font-size": "1rem",
6506
+ "font-weight": {
6502
6507
  "$extensions": {
6503
6508
  "nl.nldesignsystem.css.property": {
6504
- "syntax": "*",
6509
+ "syntax": "<number>",
6505
6510
  "inherits": true
6506
6511
  },
6507
6512
  "nl.nldesignsystem.figma.supports-token": false
6508
6513
  },
6509
- "type": "fontFamilies"
6510
- }
6514
+ "type": "fontWeights"
6515
+ },
6516
+ "line-height": "1.4"
6511
6517
  },
6512
6518
  "search-bar": {
6513
6519
  "button": {
package/dist/list.json CHANGED
@@ -5647,7 +5647,9 @@
5647
5647
  "syntax": "*",
5648
5648
  "inherits": true
5649
5649
  },
5650
+ "nl.nldesignsystem.deprecated": true,
5650
5651
  "nl.nldesignsystem.figma.supports-token": true,
5652
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
5651
5653
  "studio.tokens": {
5652
5654
  "originalType": "fontFamilies"
5653
5655
  }
@@ -5662,7 +5664,9 @@
5662
5664
  "syntax": "*",
5663
5665
  "inherits": true
5664
5666
  },
5667
+ "nl.nldesignsystem.deprecated": true,
5665
5668
  "nl.nldesignsystem.figma.supports-token": true,
5669
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
5666
5670
  "studio.tokens": {
5667
5671
  "originalType": "fontFamilies"
5668
5672
  }
@@ -5684,7 +5688,9 @@
5684
5688
  "syntax": "<length>",
5685
5689
  "inherits": true
5686
5690
  },
5691
+ "nl.nldesignsystem.deprecated": true,
5687
5692
  "nl.nldesignsystem.figma.supports-token": true,
5693
+ "nl.nldesignsystem.redirect": "utrecht.root.font-size",
5688
5694
  "studio.tokens": {
5689
5695
  "originalType": "fontSizes"
5690
5696
  }
@@ -5699,7 +5705,9 @@
5699
5705
  "syntax": "<length>",
5700
5706
  "inherits": true
5701
5707
  },
5708
+ "nl.nldesignsystem.deprecated": true,
5702
5709
  "nl.nldesignsystem.figma.supports-token": true,
5710
+ "nl.nldesignsystem.redirect": "utrecht.root.font-size",
5703
5711
  "studio.tokens": {
5704
5712
  "originalType": "fontSizes"
5705
5713
  }
@@ -5724,7 +5732,9 @@
5724
5732
  ],
5725
5733
  "inherits": true
5726
5734
  },
5735
+ "nl.nldesignsystem.deprecated": true,
5727
5736
  "nl.nldesignsystem.figma.supports-token": true,
5737
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
5728
5738
  "studio.tokens": {
5729
5739
  "originalType": "lineHeights"
5730
5740
  }
@@ -5742,7 +5752,9 @@
5742
5752
  ],
5743
5753
  "inherits": true
5744
5754
  },
5755
+ "nl.nldesignsystem.deprecated": true,
5745
5756
  "nl.nldesignsystem.figma.supports-token": true,
5757
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
5746
5758
  "studio.tokens": {
5747
5759
  "originalType": "lineHeights"
5748
5760
  }
@@ -30975,7 +30987,7 @@
30975
30987
  "nl.nldesignsystem.figma.supports-token": false
30976
30988
  },
30977
30989
  "type": "color",
30978
- "value": "hsl(0 0% 95%)",
30990
+ "value": "hsl(0 0% 100%)",
30979
30991
  "filePath": "src/component/utrecht/root.tokens.json",
30980
30992
  "isSource": true,
30981
30993
  "original": {
@@ -30987,7 +30999,7 @@
30987
30999
  "nl.nldesignsystem.figma.supports-token": false
30988
31000
  },
30989
31001
  "type": "color",
30990
- "value": "{utrecht.color.grey.95}"
31002
+ "value": "{utrecht.color.white}"
30991
31003
  },
30992
31004
  "name": "utrechtRootBackgroundColor",
30993
31005
  "attributes": {},
@@ -31006,7 +31018,7 @@
31006
31018
  "nl.nldesignsystem.figma.supports-token": false
31007
31019
  },
31008
31020
  "type": "color",
31009
- "value": "hsl(0 0% 10%)",
31021
+ "value": "hsl(0 0% 0%)",
31010
31022
  "filePath": "src/component/utrecht/root.tokens.json",
31011
31023
  "isSource": true,
31012
31024
  "original": {
@@ -31018,7 +31030,7 @@
31018
31030
  "nl.nldesignsystem.figma.supports-token": false
31019
31031
  },
31020
31032
  "type": "color",
31021
- "value": "{utrecht.color.grey.10}"
31033
+ "value": "{utrecht.color.black}"
31022
31034
  },
31023
31035
  "name": "utrechtRootColor",
31024
31036
  "attributes": {},
@@ -31028,6 +31040,154 @@
31028
31040
  "color"
31029
31041
  ]
31030
31042
  },
31043
+ {
31044
+ "$extensions": {
31045
+ "nl.nldesignsystem.css.property": {
31046
+ "syntax": "*",
31047
+ "inherits": true
31048
+ },
31049
+ "nl.nldesignsystem.figma.supports-token": false,
31050
+ "studio.tokens": {
31051
+ "originalType": "fontFamilies"
31052
+ }
31053
+ },
31054
+ "type": "fontFamily",
31055
+ "value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
31056
+ "filePath": "src/component/utrecht/root.tokens.json",
31057
+ "isSource": true,
31058
+ "original": {
31059
+ "$extensions": {
31060
+ "nl.nldesignsystem.css.property": {
31061
+ "syntax": "*",
31062
+ "inherits": true
31063
+ },
31064
+ "nl.nldesignsystem.figma.supports-token": false,
31065
+ "studio.tokens": {
31066
+ "originalType": "fontFamilies"
31067
+ }
31068
+ },
31069
+ "type": "fontFamily",
31070
+ "value": "{utrecht.typography.sans-serif.font-family}"
31071
+ },
31072
+ "name": "utrechtRootFontFamily",
31073
+ "attributes": {},
31074
+ "path": [
31075
+ "utrecht",
31076
+ "root",
31077
+ "font-family"
31078
+ ]
31079
+ },
31080
+ {
31081
+ "$extensions": {
31082
+ "nl.nldesignsystem.css.property": {
31083
+ "syntax": "<length>",
31084
+ "inherits": true
31085
+ },
31086
+ "nl.nldesignsystem.figma.supports-token": false,
31087
+ "studio.tokens": {
31088
+ "originalType": "fontSizes"
31089
+ }
31090
+ },
31091
+ "type": "fontSize",
31092
+ "value": "1rem",
31093
+ "filePath": "src/component/utrecht/root.tokens.json",
31094
+ "isSource": true,
31095
+ "original": {
31096
+ "$extensions": {
31097
+ "nl.nldesignsystem.css.property": {
31098
+ "syntax": "<length>",
31099
+ "inherits": true
31100
+ },
31101
+ "nl.nldesignsystem.figma.supports-token": false,
31102
+ "studio.tokens": {
31103
+ "originalType": "fontSizes"
31104
+ }
31105
+ },
31106
+ "type": "fontSize",
31107
+ "value": "{utrecht.typography.scale.md.font-size}"
31108
+ },
31109
+ "name": "utrechtRootFontSize",
31110
+ "attributes": {},
31111
+ "path": [
31112
+ "utrecht",
31113
+ "root",
31114
+ "font-size"
31115
+ ]
31116
+ },
31117
+ {
31118
+ "$extensions": {
31119
+ "nl.nldesignsystem.css.property": {
31120
+ "syntax": "<number>",
31121
+ "inherits": true
31122
+ },
31123
+ "nl.nldesignsystem.figma.supports-token": false
31124
+ },
31125
+ "type": "other",
31126
+ "value": "0.54",
31127
+ "filePath": "src/component/utrecht/root.tokens.json",
31128
+ "isSource": true,
31129
+ "original": {
31130
+ "$extensions": {
31131
+ "nl.nldesignsystem.css.property": {
31132
+ "syntax": "<number>",
31133
+ "inherits": true
31134
+ },
31135
+ "nl.nldesignsystem.figma.supports-token": false
31136
+ },
31137
+ "type": "other",
31138
+ "value": "0.54"
31139
+ },
31140
+ "name": "utrechtRootFontSizeAdjust",
31141
+ "attributes": {},
31142
+ "path": [
31143
+ "utrecht",
31144
+ "root",
31145
+ "font-size-adjust"
31146
+ ]
31147
+ },
31148
+ {
31149
+ "$extensions": {
31150
+ "nl.nldesignsystem.css.property": {
31151
+ "syntax": [
31152
+ "<length>",
31153
+ "<number>"
31154
+ ],
31155
+ "inherits": true
31156
+ },
31157
+ "nl.nldesignsystem.figma.supports-token": false,
31158
+ "studio.tokens": {
31159
+ "originalType": "lineHeights"
31160
+ }
31161
+ },
31162
+ "type": "lineHeight",
31163
+ "value": "1.4",
31164
+ "filePath": "src/component/utrecht/root.tokens.json",
31165
+ "isSource": true,
31166
+ "original": {
31167
+ "$extensions": {
31168
+ "nl.nldesignsystem.css.property": {
31169
+ "syntax": [
31170
+ "<length>",
31171
+ "<number>"
31172
+ ],
31173
+ "inherits": true
31174
+ },
31175
+ "nl.nldesignsystem.figma.supports-token": false,
31176
+ "studio.tokens": {
31177
+ "originalType": "lineHeights"
31178
+ }
31179
+ },
31180
+ "type": "lineHeight",
31181
+ "value": "1.4"
31182
+ },
31183
+ "name": "utrechtRootLineHeight",
31184
+ "attributes": {},
31185
+ "path": [
31186
+ "utrecht",
31187
+ "root",
31188
+ "line-height"
31189
+ ]
31190
+ },
31031
31191
  {
31032
31192
  "$extensions": {
31033
31193
  "nl.nldesignsystem.css.property": {