@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/list.mjs CHANGED
@@ -5647,7 +5647,9 @@ export default [
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 @@ export default [
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 @@ export default [
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 @@ export default [
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 @@ export default [
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 @@ export default [
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 @@ export default [
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 @@ export default [
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 @@ export default [
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 @@ export default [
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 @@ export default [
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/property.css CHANGED
@@ -718,6 +718,9 @@
718
718
  @property --utrecht-rich-text-stranger-margin-block-end { syntax: '<length>'; inherits: true; }
719
719
  @property --utrecht-root-background-color { syntax: '<color>'; inherits: true; }
720
720
  @property --utrecht-root-color { syntax: '<color>'; inherits: true; }
721
+ @property --utrecht-root-font-size { syntax: '<length>'; inherits: true; }
722
+ @property --utrecht-root-font-size-adjust { syntax: '<number>'; inherits: true; }
723
+ @property --utrecht-root-line-height { syntax: '<length> | <number>'; inherits: true; }
721
724
  @property --utrecht-search-bar-button-background-color { syntax: '<color>'; inherits: true; }
722
725
  @property --utrecht-search-bar-button-border-color { syntax: '<length>'; inherits: true; }
723
726
  @property --utrecht-search-bar-button-color { syntax: '<color>'; inherits: true; }
package/dist/root.css CHANGED
@@ -117,6 +117,8 @@
117
117
  --utrecht-search-bar-dropdown-border-width: 1px;
118
118
  --utrecht-search-bar-button-hover-scale: 1;
119
119
  --utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
120
+ --utrecht-root-line-height: 1.4;
121
+ --utrecht-root-font-size-adjust: 0.54;
120
122
  --utrecht-rich-text-confidant-margin-block-end: 0;
121
123
  --utrecht-radio-button-size: 24px;
122
124
  --utrecht-radio-button-margin-inline-end: 12px;
@@ -537,8 +539,10 @@
537
539
  --utrecht-search-bar-button-color: var(--utrecht-color-white);
538
540
  --utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
539
541
  --utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
540
- --utrecht-root-color: var(--utrecht-color-grey-10);
541
- --utrecht-root-background-color: var(--utrecht-color-grey-95);
542
+ --utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
543
+ --utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
544
+ --utrecht-root-color: var(--utrecht-color-black);
545
+ --utrecht-root-background-color: var(--utrecht-color-white);
542
546
  --utrecht-rich-text-stranger-margin-block-end: var(--utrecht-space-block-2xl);
543
547
  --utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
544
548
  --utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
@@ -135,6 +135,8 @@
135
135
  --utrecht-search-bar-input-background-position-x: .5em;
136
136
  --utrecht-search-bar-button-hover-scale: 1;
137
137
  --utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
138
+ --utrecht-root-line-height: 1.4;
139
+ --utrecht-root-font-size-adjust: 0.54;
138
140
  --utrecht-rich-text-confidant-margin-block-end: 0;
139
141
  --utrecht-radio-button-border-radius: 0;
140
142
  --utrecht-radio-button-invalid-border-width: 2px;
@@ -608,8 +610,10 @@
608
610
  --utrecht-search-bar-button-color: var(--utrecht-color-white);
609
611
  --utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
610
612
  --utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
611
- --utrecht-root-color: var(--utrecht-color-grey-10);
612
- --utrecht-root-background-color: var(--utrecht-color-grey-95);
613
+ --utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
614
+ --utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
615
+ --utrecht-root-color: var(--utrecht-color-black);
616
+ --utrecht-root-background-color: var(--utrecht-color-white);
613
617
  --utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
614
618
  --utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
615
619
  --utrecht-rich-text-acquaintance-margin-block-end: var(--utrecht-space-block-xl);
package/dist/theme.css CHANGED
@@ -117,6 +117,8 @@
117
117
  --utrecht-search-bar-dropdown-border-width: 1px;
118
118
  --utrecht-search-bar-button-hover-scale: 1;
119
119
  --utrecht-search-bar-button-hover-background-color: hsl(359 65% 58%);
120
+ --utrecht-root-line-height: 1.4;
121
+ --utrecht-root-font-size-adjust: 0.54;
120
122
  --utrecht-rich-text-confidant-margin-block-end: 0;
121
123
  --utrecht-radio-button-size: 24px;
122
124
  --utrecht-radio-button-margin-inline-end: 12px;
@@ -537,8 +539,10 @@
537
539
  --utrecht-search-bar-button-color: var(--utrecht-color-white);
538
540
  --utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
539
541
  --utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
540
- --utrecht-root-color: var(--utrecht-color-grey-10);
541
- --utrecht-root-background-color: var(--utrecht-color-grey-95);
542
+ --utrecht-root-font-size: var(--utrecht-typography-scale-md-font-size);
543
+ --utrecht-root-font-family: var(--utrecht-typography-sans-serif-font-family);
544
+ --utrecht-root-color: var(--utrecht-color-black);
545
+ --utrecht-root-background-color: var(--utrecht-color-white);
542
546
  --utrecht-rich-text-stranger-margin-block-end: var(--utrecht-space-block-2xl);
543
547
  --utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-md);
544
548
  --utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-xs);
package/dist/tokens.cjs CHANGED
@@ -3788,7 +3788,9 @@ module.exports = {
3788
3788
  "syntax": "*",
3789
3789
  "inherits": true
3790
3790
  },
3791
+ "nl.nldesignsystem.deprecated": true,
3791
3792
  "nl.nldesignsystem.figma.supports-token": true,
3793
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
3792
3794
  "studio.tokens": {
3793
3795
  "originalType": "fontFamilies"
3794
3796
  }
@@ -3803,7 +3805,9 @@ module.exports = {
3803
3805
  "syntax": "*",
3804
3806
  "inherits": true
3805
3807
  },
3808
+ "nl.nldesignsystem.deprecated": true,
3806
3809
  "nl.nldesignsystem.figma.supports-token": true,
3810
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
3807
3811
  "studio.tokens": {
3808
3812
  "originalType": "fontFamilies"
3809
3813
  }
@@ -3825,7 +3829,9 @@ module.exports = {
3825
3829
  "syntax": "<length>",
3826
3830
  "inherits": true
3827
3831
  },
3832
+ "nl.nldesignsystem.deprecated": true,
3828
3833
  "nl.nldesignsystem.figma.supports-token": true,
3834
+ "nl.nldesignsystem.redirect": "utrecht.root.font-size",
3829
3835
  "studio.tokens": {
3830
3836
  "originalType": "fontSizes"
3831
3837
  }
@@ -3840,7 +3846,9 @@ module.exports = {
3840
3846
  "syntax": "<length>",
3841
3847
  "inherits": true
3842
3848
  },
3849
+ "nl.nldesignsystem.deprecated": true,
3843
3850
  "nl.nldesignsystem.figma.supports-token": true,
3851
+ "nl.nldesignsystem.redirect": "utrecht.root.font-size",
3844
3852
  "studio.tokens": {
3845
3853
  "originalType": "fontSizes"
3846
3854
  }
@@ -3862,7 +3870,9 @@ module.exports = {
3862
3870
  "syntax": "<number>",
3863
3871
  "inherits": true
3864
3872
  },
3865
- "nl.nldesignsystem.figma.supports-token": true
3873
+ "nl.nldesignsystem.deprecated": true,
3874
+ "nl.nldesignsystem.figma.supports-token": true,
3875
+ "nl.nldesignsystem.redirect": "utrecht.root.font-weight"
3866
3876
  },
3867
3877
  "type": "fontWeights"
3868
3878
  },
@@ -3875,7 +3885,9 @@ module.exports = {
3875
3885
  ],
3876
3886
  "inherits": true
3877
3887
  },
3888
+ "nl.nldesignsystem.deprecated": true,
3878
3889
  "nl.nldesignsystem.figma.supports-token": true,
3890
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
3879
3891
  "studio.tokens": {
3880
3892
  "originalType": "lineHeights"
3881
3893
  }
@@ -3893,7 +3905,9 @@ module.exports = {
3893
3905
  ],
3894
3906
  "inherits": true
3895
3907
  },
3908
+ "nl.nldesignsystem.deprecated": true,
3896
3909
  "nl.nldesignsystem.figma.supports-token": true,
3910
+ "nl.nldesignsystem.redirect": "utrecht.root.font-family",
3897
3911
  "studio.tokens": {
3898
3912
  "originalType": "lineHeights"
3899
3913
  }
@@ -34912,7 +34926,7 @@ module.exports = {
34912
34926
  "nl.nldesignsystem.figma.supports-token": false
34913
34927
  },
34914
34928
  "type": "color",
34915
- "value": "hsl(0 0% 95%)",
34929
+ "value": "hsl(0 0% 100%)",
34916
34930
  "filePath": "src/component/utrecht/root.tokens.json",
34917
34931
  "isSource": true,
34918
34932
  "original": {
@@ -34924,7 +34938,7 @@ module.exports = {
34924
34938
  "nl.nldesignsystem.figma.supports-token": false
34925
34939
  },
34926
34940
  "type": "color",
34927
- "value": "{utrecht.color.grey.95}"
34941
+ "value": "{utrecht.color.white}"
34928
34942
  },
34929
34943
  "name": "background-color",
34930
34944
  "attributes": {},
@@ -34943,7 +34957,7 @@ module.exports = {
34943
34957
  "nl.nldesignsystem.figma.supports-token": false
34944
34958
  },
34945
34959
  "type": "color",
34946
- "value": "hsl(0 0% 10%)",
34960
+ "value": "hsl(0 0% 0%)",
34947
34961
  "filePath": "src/component/utrecht/root.tokens.json",
34948
34962
  "isSource": true,
34949
34963
  "original": {
@@ -34955,7 +34969,7 @@ module.exports = {
34955
34969
  "nl.nldesignsystem.figma.supports-token": false
34956
34970
  },
34957
34971
  "type": "color",
34958
- "value": "{utrecht.color.grey.10}"
34972
+ "value": "{utrecht.color.black}"
34959
34973
  },
34960
34974
  "name": "color",
34961
34975
  "attributes": {},
@@ -34971,9 +34985,157 @@ module.exports = {
34971
34985
  "syntax": "*",
34972
34986
  "inherits": true
34973
34987
  },
34988
+ "nl.nldesignsystem.figma.supports-token": false,
34989
+ "studio.tokens": {
34990
+ "originalType": "fontFamilies"
34991
+ }
34992
+ },
34993
+ "type": "fontFamily",
34994
+ "value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
34995
+ "filePath": "src/component/utrecht/root.tokens.json",
34996
+ "isSource": true,
34997
+ "original": {
34998
+ "$extensions": {
34999
+ "nl.nldesignsystem.css.property": {
35000
+ "syntax": "*",
35001
+ "inherits": true
35002
+ },
35003
+ "nl.nldesignsystem.figma.supports-token": false,
35004
+ "studio.tokens": {
35005
+ "originalType": "fontFamilies"
35006
+ }
35007
+ },
35008
+ "type": "fontFamily",
35009
+ "value": "{utrecht.typography.sans-serif.font-family}"
35010
+ },
35011
+ "name": "font-family",
35012
+ "attributes": {},
35013
+ "path": [
35014
+ "utrecht",
35015
+ "root",
35016
+ "font-family"
35017
+ ]
35018
+ },
35019
+ "font-size-adjust": {
35020
+ "$extensions": {
35021
+ "nl.nldesignsystem.css.property": {
35022
+ "syntax": "<number>",
35023
+ "inherits": true
35024
+ },
34974
35025
  "nl.nldesignsystem.figma.supports-token": false
34975
35026
  },
34976
- "type": "fontFamilies"
35027
+ "type": "other",
35028
+ "value": "0.54",
35029
+ "filePath": "src/component/utrecht/root.tokens.json",
35030
+ "isSource": true,
35031
+ "original": {
35032
+ "$extensions": {
35033
+ "nl.nldesignsystem.css.property": {
35034
+ "syntax": "<number>",
35035
+ "inherits": true
35036
+ },
35037
+ "nl.nldesignsystem.figma.supports-token": false
35038
+ },
35039
+ "type": "other",
35040
+ "value": "0.54"
35041
+ },
35042
+ "name": "font-size-adjust",
35043
+ "attributes": {},
35044
+ "path": [
35045
+ "utrecht",
35046
+ "root",
35047
+ "font-size-adjust"
35048
+ ]
35049
+ },
35050
+ "font-size": {
35051
+ "$extensions": {
35052
+ "nl.nldesignsystem.css.property": {
35053
+ "syntax": "<length>",
35054
+ "inherits": true
35055
+ },
35056
+ "nl.nldesignsystem.figma.supports-token": false,
35057
+ "studio.tokens": {
35058
+ "originalType": "fontSizes"
35059
+ }
35060
+ },
35061
+ "type": "fontSize",
35062
+ "value": "1rem",
35063
+ "filePath": "src/component/utrecht/root.tokens.json",
35064
+ "isSource": true,
35065
+ "original": {
35066
+ "$extensions": {
35067
+ "nl.nldesignsystem.css.property": {
35068
+ "syntax": "<length>",
35069
+ "inherits": true
35070
+ },
35071
+ "nl.nldesignsystem.figma.supports-token": false,
35072
+ "studio.tokens": {
35073
+ "originalType": "fontSizes"
35074
+ }
35075
+ },
35076
+ "type": "fontSize",
35077
+ "value": "{utrecht.typography.scale.md.font-size}"
35078
+ },
35079
+ "name": "font-size",
35080
+ "attributes": {},
35081
+ "path": [
35082
+ "utrecht",
35083
+ "root",
35084
+ "font-size"
35085
+ ]
35086
+ },
35087
+ "font-weight": {
35088
+ "$extensions": {
35089
+ "nl.nldesignsystem.css.property": {
35090
+ "syntax": "<number>",
35091
+ "inherits": true
35092
+ },
35093
+ "nl.nldesignsystem.figma.supports-token": false
35094
+ },
35095
+ "type": "fontWeights"
35096
+ },
35097
+ "line-height": {
35098
+ "$extensions": {
35099
+ "nl.nldesignsystem.css.property": {
35100
+ "syntax": [
35101
+ "<length>",
35102
+ "<number>"
35103
+ ],
35104
+ "inherits": true
35105
+ },
35106
+ "nl.nldesignsystem.figma.supports-token": false,
35107
+ "studio.tokens": {
35108
+ "originalType": "lineHeights"
35109
+ }
35110
+ },
35111
+ "type": "lineHeight",
35112
+ "value": "1.4",
35113
+ "filePath": "src/component/utrecht/root.tokens.json",
35114
+ "isSource": true,
35115
+ "original": {
35116
+ "$extensions": {
35117
+ "nl.nldesignsystem.css.property": {
35118
+ "syntax": [
35119
+ "<length>",
35120
+ "<number>"
35121
+ ],
35122
+ "inherits": true
35123
+ },
35124
+ "nl.nldesignsystem.figma.supports-token": false,
35125
+ "studio.tokens": {
35126
+ "originalType": "lineHeights"
35127
+ }
35128
+ },
35129
+ "type": "lineHeight",
35130
+ "value": "1.4"
35131
+ },
35132
+ "name": "line-height",
35133
+ "attributes": {},
35134
+ "path": [
35135
+ "utrecht",
35136
+ "root",
35137
+ "line-height"
35138
+ ]
34977
35139
  }
34978
35140
  },
34979
35141
  "search-bar": {
package/dist/tokens.d.ts CHANGED
@@ -4077,11 +4077,15 @@ declare const tokens: {
4077
4077
  "root": {
4078
4078
  "background-color": DesignToken,
4079
4079
  "color": DesignToken,
4080
- "font-family": {
4080
+ "font-family": DesignToken,
4081
+ "font-size-adjust": DesignToken,
4082
+ "font-size": DesignToken,
4083
+ "font-weight": {
4081
4084
  "$extensions": {
4082
4085
  "nl.nldesignsystem.css.property": {}
4083
4086
  }
4084
- }
4087
+ },
4088
+ "line-height": DesignToken
4085
4089
  },
4086
4090
  "search-bar": {
4087
4091
  "button": {