@utrecht/design-tokens 5.0.3 → 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 +6 -0
  2. package/dist/_mixin-theme.scss +5 -2
  3. package/dist/_mixin.scss +5 -2
  4. package/dist/_variables.scss +5 -2
  5. package/dist/dark/_mixin-theme.scss +5 -2
  6. package/dist/dark/_mixin.scss +5 -2
  7. package/dist/dark/_variables.scss +5 -2
  8. package/dist/dark/index.cjs +5 -2
  9. package/dist/dark/index.css +5 -2
  10. package/dist/dark/index.d.ts +3 -0
  11. package/dist/dark/index.flat.json +5 -2
  12. package/dist/dark/index.json +133 -4
  13. package/dist/dark/index.mjs +5 -2
  14. package/dist/dark/index.tokens.json +12 -7
  15. package/dist/dark/list.json +133 -4
  16. package/dist/dark/list.mjs +133 -4
  17. package/dist/dark/property.css +2 -0
  18. package/dist/dark/root.css +5 -2
  19. package/dist/dark/theme-prince-xml.css +5 -2
  20. package/dist/dark/theme.css +5 -2
  21. package/dist/dark/tokens.cjs +138 -7
  22. package/dist/dark/tokens.d.ts +5 -2
  23. package/dist/dark/tokens.json +138 -7
  24. package/dist/dark/variables.cjs +5 -2
  25. package/dist/dark/variables.css +5 -2
  26. package/dist/dark/variables.d.ts +3 -0
  27. package/dist/dark/variables.json +5 -2
  28. package/dist/dark/variables.less +5 -2
  29. package/dist/dark/variables.mjs +5 -2
  30. package/dist/index.cjs +5 -2
  31. package/dist/index.css +10 -4
  32. package/dist/index.d.ts +3 -0
  33. package/dist/index.flat.json +5 -2
  34. package/dist/index.json +133 -4
  35. package/dist/index.mjs +5 -2
  36. package/dist/index.tokens.json +12 -7
  37. package/dist/list.json +133 -4
  38. package/dist/list.mjs +133 -4
  39. package/dist/property.css +2 -0
  40. package/dist/root.css +5 -2
  41. package/dist/theme-prince-xml.css +5 -2
  42. package/dist/theme.css +5 -2
  43. package/dist/tokens.cjs +138 -7
  44. package/dist/tokens.d.ts +5 -2
  45. package/dist/tokens.json +138 -7
  46. package/dist/variables.cjs +5 -2
  47. package/dist/variables.css +5 -2
  48. package/dist/variables.d.ts +3 -0
  49. package/dist/variables.json +5 -2
  50. package/dist/variables.less +5 -2
  51. package/dist/variables.mjs +5 -2
  52. package/package.json +1 -1
  53. package/src/component/utrecht/root.tokens.json +6 -3
@@ -995,9 +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",
1000
1002
  "utrechtRootFontSizeAdjust": "0.54",
1003
+ "utrechtRootLineHeight": "1.4",
1001
1004
  "utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
1002
1005
  "utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
1003
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,80 @@
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
+ },
31031
31117
  {
31032
31118
  "$extensions": {
31033
31119
  "nl.nldesignsystem.css.property": {
@@ -31059,6 +31145,49 @@
31059
31145
  "font-size-adjust"
31060
31146
  ]
31061
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
+ },
31062
31191
  {
31063
31192
  "$extensions": {
31064
31193
  "nl.nldesignsystem.css.property": {
package/dist/index.mjs CHANGED
@@ -893,9 +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";
898
899
  export const utrechtRootFontSizeAdjust = "0.54";
900
+ export const utrechtRootFontSize = "1rem";
901
+ export const utrechtRootLineHeight = "1.4";
899
902
  export const utrechtSearchBarButtonBackgroundColor = "hsl(0 100% 40%)";
900
903
  export const utrechtSearchBarButtonBorderColor = "hsl(0 100% 40%)";
901
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,19 +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"
6514
+ "type": "fontWeights"
6510
6515
  },
6511
- "font-size-adjust": "0.54"
6516
+ "line-height": "1.4"
6512
6517
  },
6513
6518
  "search-bar": {
6514
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,80 @@
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
+ },
31031
31117
  {
31032
31118
  "$extensions": {
31033
31119
  "nl.nldesignsystem.css.property": {
@@ -31059,6 +31145,49 @@
31059
31145
  "font-size-adjust"
31060
31146
  ]
31061
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
+ },
31062
31191
  {
31063
31192
  "$extensions": {
31064
31193
  "nl.nldesignsystem.css.property": {