@utrecht/design-tokens 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/_mixin-theme.scss +9 -0
  3. package/dist/_mixin.scss +9 -0
  4. package/dist/_variables.scss +9 -0
  5. package/dist/dark/_mixin-theme.scss +9 -0
  6. package/dist/dark/_mixin.scss +9 -0
  7. package/dist/dark/_variables.scss +9 -0
  8. package/dist/dark/index.cjs +9 -0
  9. package/dist/dark/index.css +9 -0
  10. package/dist/dark/index.d.ts +9 -0
  11. package/dist/dark/index.flat.json +9 -0
  12. package/dist/dark/index.json +315 -0
  13. package/dist/dark/index.mjs +9 -0
  14. package/dist/dark/index.tokens.json +86 -0
  15. package/dist/dark/list.json +315 -0
  16. package/dist/dark/list.mjs +315 -0
  17. package/dist/dark/property.css +8 -0
  18. package/dist/dark/root.css +9 -0
  19. package/dist/dark/theme-prince-xml.css +9 -0
  20. package/dist/dark/theme.css +9 -0
  21. package/dist/dark/tokens.cjs +392 -0
  22. package/dist/dark/tokens.d.ts +50 -0
  23. package/dist/dark/tokens.json +392 -0
  24. package/dist/dark/variables.cjs +9 -0
  25. package/dist/dark/variables.css +9 -0
  26. package/dist/dark/variables.d.ts +9 -0
  27. package/dist/dark/variables.json +9 -0
  28. package/dist/dark/variables.less +9 -0
  29. package/dist/dark/variables.mjs +9 -0
  30. package/dist/index.cjs +9 -0
  31. package/dist/index.css +18 -0
  32. package/dist/index.d.ts +9 -0
  33. package/dist/index.flat.json +9 -0
  34. package/dist/index.json +315 -0
  35. package/dist/index.mjs +9 -0
  36. package/dist/index.tokens.json +86 -0
  37. package/dist/list.json +315 -0
  38. package/dist/list.mjs +315 -0
  39. package/dist/property.css +8 -0
  40. package/dist/root.css +9 -0
  41. package/dist/theme-prince-xml.css +9 -0
  42. package/dist/theme.css +9 -0
  43. package/dist/tokens.cjs +392 -0
  44. package/dist/tokens.d.ts +50 -0
  45. package/dist/tokens.json +392 -0
  46. package/dist/variables.cjs +9 -0
  47. package/dist/variables.css +9 -0
  48. package/dist/variables.d.ts +9 -0
  49. package/dist/variables.json +9 -0
  50. package/dist/variables.less +9 -0
  51. package/dist/variables.mjs +9 -0
  52. package/package.json +1 -1
  53. package/src/component/utrecht/tooltip.tokens.json +15 -0
@@ -31731,6 +31731,321 @@
31731
31731
  "border-bottom-width"
31732
31732
  ]
31733
31733
  },
31734
+ {
31735
+ "$extensions": {
31736
+ "nl.nldesignsystem.css.property": {
31737
+ "syntax": "<color>",
31738
+ "inherits": true
31739
+ },
31740
+ "nl.nldesignsystem.figma.supports-token": false
31741
+ },
31742
+ "type": "color",
31743
+ "value": "hsl(0 0% 100%)",
31744
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31745
+ "isSource": true,
31746
+ "original": {
31747
+ "$extensions": {
31748
+ "nl.nldesignsystem.css.property": {
31749
+ "syntax": "<color>",
31750
+ "inherits": true
31751
+ },
31752
+ "nl.nldesignsystem.figma.supports-token": false
31753
+ },
31754
+ "type": "color",
31755
+ "value": "{utrecht.color.white}"
31756
+ },
31757
+ "name": "utrechtTooltipBackgroundColor",
31758
+ "attributes": {},
31759
+ "path": [
31760
+ "utrecht",
31761
+ "tooltip",
31762
+ "background-color"
31763
+ ]
31764
+ },
31765
+ {
31766
+ "$extensions": {
31767
+ "nl.nldesignsystem.css.property": {
31768
+ "syntax": "<color>",
31769
+ "inherits": true
31770
+ },
31771
+ "nl.nldesignsystem.figma.supports-token": false
31772
+ },
31773
+ "type": "color",
31774
+ "value": "hsl(0 0% 40%)",
31775
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31776
+ "isSource": true,
31777
+ "original": {
31778
+ "$extensions": {
31779
+ "nl.nldesignsystem.css.property": {
31780
+ "syntax": "<color>",
31781
+ "inherits": true
31782
+ },
31783
+ "nl.nldesignsystem.figma.supports-token": false
31784
+ },
31785
+ "type": "color",
31786
+ "value": "{utrecht.color.grey.40}"
31787
+ },
31788
+ "name": "utrechtTooltipBorderColor",
31789
+ "attributes": {},
31790
+ "path": [
31791
+ "utrecht",
31792
+ "tooltip",
31793
+ "border-color"
31794
+ ]
31795
+ },
31796
+ {
31797
+ "$extensions": {
31798
+ "nl.nldesignsystem.css.property": {
31799
+ "syntax": "<length-percentage>",
31800
+ "inherits": true
31801
+ },
31802
+ "nl.nldesignsystem.figma.supports-token": false,
31803
+ "studio.tokens": {
31804
+ "originalType": "borderRadius"
31805
+ }
31806
+ },
31807
+ "type": "dimension",
31808
+ "value": "0",
31809
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31810
+ "isSource": true,
31811
+ "original": {
31812
+ "$extensions": {
31813
+ "nl.nldesignsystem.css.property": {
31814
+ "syntax": "<length-percentage>",
31815
+ "inherits": true
31816
+ },
31817
+ "nl.nldesignsystem.figma.supports-token": false,
31818
+ "studio.tokens": {
31819
+ "originalType": "borderRadius"
31820
+ }
31821
+ },
31822
+ "type": "dimension",
31823
+ "value": "0"
31824
+ },
31825
+ "name": "utrechtTooltipBorderRadius",
31826
+ "attributes": {},
31827
+ "path": [
31828
+ "utrecht",
31829
+ "tooltip",
31830
+ "border-radius"
31831
+ ]
31832
+ },
31833
+ {
31834
+ "$extensions": {
31835
+ "nl.nldesignsystem.css.property": {
31836
+ "syntax": "<length>",
31837
+ "inherits": true
31838
+ },
31839
+ "nl.nldesignsystem.figma.supports-token": false,
31840
+ "studio.tokens": {
31841
+ "originalType": "borderWidth"
31842
+ }
31843
+ },
31844
+ "type": "dimension",
31845
+ "value": "1px",
31846
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31847
+ "isSource": true,
31848
+ "original": {
31849
+ "$extensions": {
31850
+ "nl.nldesignsystem.css.property": {
31851
+ "syntax": "<length>",
31852
+ "inherits": true
31853
+ },
31854
+ "nl.nldesignsystem.figma.supports-token": false,
31855
+ "studio.tokens": {
31856
+ "originalType": "borderWidth"
31857
+ }
31858
+ },
31859
+ "type": "dimension",
31860
+ "value": "1px"
31861
+ },
31862
+ "name": "utrechtTooltipBorderWidth",
31863
+ "attributes": {},
31864
+ "path": [
31865
+ "utrecht",
31866
+ "tooltip",
31867
+ "border-width"
31868
+ ]
31869
+ },
31870
+ {
31871
+ "$extensions": {
31872
+ "nl.nldesignsystem.css.property": {
31873
+ "syntax": "<color>",
31874
+ "inherits": true
31875
+ },
31876
+ "nl.nldesignsystem.figma.supports-token": false
31877
+ },
31878
+ "type": "color",
31879
+ "value": "hsl(0 0% 40%)",
31880
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31881
+ "isSource": true,
31882
+ "original": {
31883
+ "$extensions": {
31884
+ "nl.nldesignsystem.css.property": {
31885
+ "syntax": "<color>",
31886
+ "inherits": true
31887
+ },
31888
+ "nl.nldesignsystem.figma.supports-token": false
31889
+ },
31890
+ "type": "color",
31891
+ "value": "{utrecht.color.grey.40}"
31892
+ },
31893
+ "name": "utrechtTooltipColor",
31894
+ "attributes": {},
31895
+ "path": [
31896
+ "utrecht",
31897
+ "tooltip",
31898
+ "color"
31899
+ ]
31900
+ },
31901
+ {
31902
+ "$extensions": {
31903
+ "nl.nldesignsystem.css.property": {
31904
+ "syntax": "*",
31905
+ "inherits": true
31906
+ },
31907
+ "nl.nldesignsystem.figma.supports-token": false,
31908
+ "studio.tokens": {
31909
+ "originalType": "fontFamilies"
31910
+ }
31911
+ },
31912
+ "type": "fontFamily",
31913
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
31914
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31915
+ "isSource": true,
31916
+ "original": {
31917
+ "$extensions": {
31918
+ "nl.nldesignsystem.css.property": {
31919
+ "syntax": "*",
31920
+ "inherits": true
31921
+ },
31922
+ "nl.nldesignsystem.figma.supports-token": false,
31923
+ "studio.tokens": {
31924
+ "originalType": "fontFamilies"
31925
+ }
31926
+ },
31927
+ "type": "fontFamily",
31928
+ "value": "{utrecht.typography.sans-serif.font-family}"
31929
+ },
31930
+ "name": "utrechtTooltipFontFamily",
31931
+ "attributes": {},
31932
+ "path": [
31933
+ "utrecht",
31934
+ "tooltip",
31935
+ "font-family"
31936
+ ]
31937
+ },
31938
+ {
31939
+ "$extensions": {
31940
+ "nl.nldesignsystem.css.property": {
31941
+ "syntax": "<length>",
31942
+ "inherits": true
31943
+ },
31944
+ "nl.nldesignsystem.figma.supports-token": false,
31945
+ "studio.tokens": {
31946
+ "originalType": "fontSizes"
31947
+ }
31948
+ },
31949
+ "type": "fontSize",
31950
+ "value": "1rem",
31951
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31952
+ "isSource": true,
31953
+ "original": {
31954
+ "$extensions": {
31955
+ "nl.nldesignsystem.css.property": {
31956
+ "syntax": "<length>",
31957
+ "inherits": true
31958
+ },
31959
+ "nl.nldesignsystem.figma.supports-token": false,
31960
+ "studio.tokens": {
31961
+ "originalType": "fontSizes"
31962
+ }
31963
+ },
31964
+ "type": "fontSize",
31965
+ "value": "{utrecht.typography.scale.md.font-size}"
31966
+ },
31967
+ "name": "utrechtTooltipFontSize",
31968
+ "attributes": {},
31969
+ "path": [
31970
+ "utrecht",
31971
+ "tooltip",
31972
+ "font-size"
31973
+ ]
31974
+ },
31975
+ {
31976
+ "$extensions": {
31977
+ "nl.nldesignsystem.css.property": {
31978
+ "syntax": "<length>",
31979
+ "inherits": true
31980
+ },
31981
+ "nl.nldesignsystem.figma.supports-token": false,
31982
+ "studio.tokens": {
31983
+ "originalType": "spacing"
31984
+ }
31985
+ },
31986
+ "type": "dimension",
31987
+ "value": "8px",
31988
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31989
+ "isSource": true,
31990
+ "original": {
31991
+ "$extensions": {
31992
+ "nl.nldesignsystem.css.property": {
31993
+ "syntax": "<length>",
31994
+ "inherits": true
31995
+ },
31996
+ "nl.nldesignsystem.figma.supports-token": false,
31997
+ "studio.tokens": {
31998
+ "originalType": "spacing"
31999
+ }
32000
+ },
32001
+ "type": "dimension",
32002
+ "value": "{utrecht.space.block.xs}"
32003
+ },
32004
+ "name": "utrechtTooltipPaddingBlock",
32005
+ "attributes": {},
32006
+ "path": [
32007
+ "utrecht",
32008
+ "tooltip",
32009
+ "padding-block"
32010
+ ]
32011
+ },
32012
+ {
32013
+ "$extensions": {
32014
+ "nl.nldesignsystem.css.property": {
32015
+ "syntax": "<length>",
32016
+ "inherits": true
32017
+ },
32018
+ "nl.nldesignsystem.figma.supports-token": false,
32019
+ "studio.tokens": {
32020
+ "originalType": "spacing"
32021
+ }
32022
+ },
32023
+ "type": "dimension",
32024
+ "value": "16px",
32025
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
32026
+ "isSource": true,
32027
+ "original": {
32028
+ "$extensions": {
32029
+ "nl.nldesignsystem.css.property": {
32030
+ "syntax": "<length>",
32031
+ "inherits": true
32032
+ },
32033
+ "nl.nldesignsystem.figma.supports-token": false,
32034
+ "studio.tokens": {
32035
+ "originalType": "spacing"
32036
+ }
32037
+ },
32038
+ "type": "dimension",
32039
+ "value": "{utrecht.space.inline.md}"
32040
+ },
32041
+ "name": "utrechtTooltipPaddingInline",
32042
+ "attributes": {},
32043
+ "path": [
32044
+ "utrecht",
32045
+ "tooltip",
32046
+ "padding-inline"
32047
+ ]
32048
+ },
31734
32049
  {
31735
32050
  "value": "hsl(211 60% 40%)",
31736
32051
  "filePath": "src/component/utrecht/topnav.tokens.json",
@@ -31731,6 +31731,321 @@ export default [
31731
31731
  "border-bottom-width"
31732
31732
  ]
31733
31733
  },
31734
+ {
31735
+ "$extensions": {
31736
+ "nl.nldesignsystem.css.property": {
31737
+ "syntax": "<color>",
31738
+ "inherits": true
31739
+ },
31740
+ "nl.nldesignsystem.figma.supports-token": false
31741
+ },
31742
+ "type": "color",
31743
+ "value": "hsl(0 0% 100%)",
31744
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31745
+ "isSource": true,
31746
+ "original": {
31747
+ "$extensions": {
31748
+ "nl.nldesignsystem.css.property": {
31749
+ "syntax": "<color>",
31750
+ "inherits": true
31751
+ },
31752
+ "nl.nldesignsystem.figma.supports-token": false
31753
+ },
31754
+ "type": "color",
31755
+ "value": "{utrecht.color.white}"
31756
+ },
31757
+ "name": "utrechtTooltipBackgroundColor",
31758
+ "attributes": {},
31759
+ "path": [
31760
+ "utrecht",
31761
+ "tooltip",
31762
+ "background-color"
31763
+ ]
31764
+ },
31765
+ {
31766
+ "$extensions": {
31767
+ "nl.nldesignsystem.css.property": {
31768
+ "syntax": "<color>",
31769
+ "inherits": true
31770
+ },
31771
+ "nl.nldesignsystem.figma.supports-token": false
31772
+ },
31773
+ "type": "color",
31774
+ "value": "hsl(0 0% 40%)",
31775
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31776
+ "isSource": true,
31777
+ "original": {
31778
+ "$extensions": {
31779
+ "nl.nldesignsystem.css.property": {
31780
+ "syntax": "<color>",
31781
+ "inherits": true
31782
+ },
31783
+ "nl.nldesignsystem.figma.supports-token": false
31784
+ },
31785
+ "type": "color",
31786
+ "value": "{utrecht.color.grey.40}"
31787
+ },
31788
+ "name": "utrechtTooltipBorderColor",
31789
+ "attributes": {},
31790
+ "path": [
31791
+ "utrecht",
31792
+ "tooltip",
31793
+ "border-color"
31794
+ ]
31795
+ },
31796
+ {
31797
+ "$extensions": {
31798
+ "nl.nldesignsystem.css.property": {
31799
+ "syntax": "<length-percentage>",
31800
+ "inherits": true
31801
+ },
31802
+ "nl.nldesignsystem.figma.supports-token": false,
31803
+ "studio.tokens": {
31804
+ "originalType": "borderRadius"
31805
+ }
31806
+ },
31807
+ "type": "dimension",
31808
+ "value": "0",
31809
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31810
+ "isSource": true,
31811
+ "original": {
31812
+ "$extensions": {
31813
+ "nl.nldesignsystem.css.property": {
31814
+ "syntax": "<length-percentage>",
31815
+ "inherits": true
31816
+ },
31817
+ "nl.nldesignsystem.figma.supports-token": false,
31818
+ "studio.tokens": {
31819
+ "originalType": "borderRadius"
31820
+ }
31821
+ },
31822
+ "type": "dimension",
31823
+ "value": "0"
31824
+ },
31825
+ "name": "utrechtTooltipBorderRadius",
31826
+ "attributes": {},
31827
+ "path": [
31828
+ "utrecht",
31829
+ "tooltip",
31830
+ "border-radius"
31831
+ ]
31832
+ },
31833
+ {
31834
+ "$extensions": {
31835
+ "nl.nldesignsystem.css.property": {
31836
+ "syntax": "<length>",
31837
+ "inherits": true
31838
+ },
31839
+ "nl.nldesignsystem.figma.supports-token": false,
31840
+ "studio.tokens": {
31841
+ "originalType": "borderWidth"
31842
+ }
31843
+ },
31844
+ "type": "dimension",
31845
+ "value": "1px",
31846
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31847
+ "isSource": true,
31848
+ "original": {
31849
+ "$extensions": {
31850
+ "nl.nldesignsystem.css.property": {
31851
+ "syntax": "<length>",
31852
+ "inherits": true
31853
+ },
31854
+ "nl.nldesignsystem.figma.supports-token": false,
31855
+ "studio.tokens": {
31856
+ "originalType": "borderWidth"
31857
+ }
31858
+ },
31859
+ "type": "dimension",
31860
+ "value": "1px"
31861
+ },
31862
+ "name": "utrechtTooltipBorderWidth",
31863
+ "attributes": {},
31864
+ "path": [
31865
+ "utrecht",
31866
+ "tooltip",
31867
+ "border-width"
31868
+ ]
31869
+ },
31870
+ {
31871
+ "$extensions": {
31872
+ "nl.nldesignsystem.css.property": {
31873
+ "syntax": "<color>",
31874
+ "inherits": true
31875
+ },
31876
+ "nl.nldesignsystem.figma.supports-token": false
31877
+ },
31878
+ "type": "color",
31879
+ "value": "hsl(0 0% 40%)",
31880
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31881
+ "isSource": true,
31882
+ "original": {
31883
+ "$extensions": {
31884
+ "nl.nldesignsystem.css.property": {
31885
+ "syntax": "<color>",
31886
+ "inherits": true
31887
+ },
31888
+ "nl.nldesignsystem.figma.supports-token": false
31889
+ },
31890
+ "type": "color",
31891
+ "value": "{utrecht.color.grey.40}"
31892
+ },
31893
+ "name": "utrechtTooltipColor",
31894
+ "attributes": {},
31895
+ "path": [
31896
+ "utrecht",
31897
+ "tooltip",
31898
+ "color"
31899
+ ]
31900
+ },
31901
+ {
31902
+ "$extensions": {
31903
+ "nl.nldesignsystem.css.property": {
31904
+ "syntax": "*",
31905
+ "inherits": true
31906
+ },
31907
+ "nl.nldesignsystem.figma.supports-token": false,
31908
+ "studio.tokens": {
31909
+ "originalType": "fontFamilies"
31910
+ }
31911
+ },
31912
+ "type": "fontFamily",
31913
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
31914
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31915
+ "isSource": true,
31916
+ "original": {
31917
+ "$extensions": {
31918
+ "nl.nldesignsystem.css.property": {
31919
+ "syntax": "*",
31920
+ "inherits": true
31921
+ },
31922
+ "nl.nldesignsystem.figma.supports-token": false,
31923
+ "studio.tokens": {
31924
+ "originalType": "fontFamilies"
31925
+ }
31926
+ },
31927
+ "type": "fontFamily",
31928
+ "value": "{utrecht.typography.sans-serif.font-family}"
31929
+ },
31930
+ "name": "utrechtTooltipFontFamily",
31931
+ "attributes": {},
31932
+ "path": [
31933
+ "utrecht",
31934
+ "tooltip",
31935
+ "font-family"
31936
+ ]
31937
+ },
31938
+ {
31939
+ "$extensions": {
31940
+ "nl.nldesignsystem.css.property": {
31941
+ "syntax": "<length>",
31942
+ "inherits": true
31943
+ },
31944
+ "nl.nldesignsystem.figma.supports-token": false,
31945
+ "studio.tokens": {
31946
+ "originalType": "fontSizes"
31947
+ }
31948
+ },
31949
+ "type": "fontSize",
31950
+ "value": "1rem",
31951
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31952
+ "isSource": true,
31953
+ "original": {
31954
+ "$extensions": {
31955
+ "nl.nldesignsystem.css.property": {
31956
+ "syntax": "<length>",
31957
+ "inherits": true
31958
+ },
31959
+ "nl.nldesignsystem.figma.supports-token": false,
31960
+ "studio.tokens": {
31961
+ "originalType": "fontSizes"
31962
+ }
31963
+ },
31964
+ "type": "fontSize",
31965
+ "value": "{utrecht.typography.scale.md.font-size}"
31966
+ },
31967
+ "name": "utrechtTooltipFontSize",
31968
+ "attributes": {},
31969
+ "path": [
31970
+ "utrecht",
31971
+ "tooltip",
31972
+ "font-size"
31973
+ ]
31974
+ },
31975
+ {
31976
+ "$extensions": {
31977
+ "nl.nldesignsystem.css.property": {
31978
+ "syntax": "<length>",
31979
+ "inherits": true
31980
+ },
31981
+ "nl.nldesignsystem.figma.supports-token": false,
31982
+ "studio.tokens": {
31983
+ "originalType": "spacing"
31984
+ }
31985
+ },
31986
+ "type": "dimension",
31987
+ "value": "8px",
31988
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
31989
+ "isSource": true,
31990
+ "original": {
31991
+ "$extensions": {
31992
+ "nl.nldesignsystem.css.property": {
31993
+ "syntax": "<length>",
31994
+ "inherits": true
31995
+ },
31996
+ "nl.nldesignsystem.figma.supports-token": false,
31997
+ "studio.tokens": {
31998
+ "originalType": "spacing"
31999
+ }
32000
+ },
32001
+ "type": "dimension",
32002
+ "value": "{utrecht.space.block.xs}"
32003
+ },
32004
+ "name": "utrechtTooltipPaddingBlock",
32005
+ "attributes": {},
32006
+ "path": [
32007
+ "utrecht",
32008
+ "tooltip",
32009
+ "padding-block"
32010
+ ]
32011
+ },
32012
+ {
32013
+ "$extensions": {
32014
+ "nl.nldesignsystem.css.property": {
32015
+ "syntax": "<length>",
32016
+ "inherits": true
32017
+ },
32018
+ "nl.nldesignsystem.figma.supports-token": false,
32019
+ "studio.tokens": {
32020
+ "originalType": "spacing"
32021
+ }
32022
+ },
32023
+ "type": "dimension",
32024
+ "value": "16px",
32025
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
32026
+ "isSource": true,
32027
+ "original": {
32028
+ "$extensions": {
32029
+ "nl.nldesignsystem.css.property": {
32030
+ "syntax": "<length>",
32031
+ "inherits": true
32032
+ },
32033
+ "nl.nldesignsystem.figma.supports-token": false,
32034
+ "studio.tokens": {
32035
+ "originalType": "spacing"
32036
+ }
32037
+ },
32038
+ "type": "dimension",
32039
+ "value": "{utrecht.space.inline.md}"
32040
+ },
32041
+ "name": "utrechtTooltipPaddingInline",
32042
+ "attributes": {},
32043
+ "path": [
32044
+ "utrecht",
32045
+ "tooltip",
32046
+ "padding-inline"
32047
+ ]
32048
+ },
31734
32049
  {
31735
32050
  "value": "hsl(211 60% 40%)",
31736
32051
  "filePath": "src/component/utrecht/topnav.tokens.json",
@@ -712,6 +712,14 @@
712
712
  @property --utrecht-textarea-border-bottom-width { syntax: '<length>'; inherits: true; }
713
713
  @property --utrecht-textarea-line-height { syntax: '<length>'; inherits: true; }
714
714
  @property --utrecht-textbox-border-bottom-width { syntax: '<length>'; inherits: true; }
715
+ @property --utrecht-tooltip-background-color { syntax: '<color>'; inherits: true; }
716
+ @property --utrecht-tooltip-border-color { syntax: '<color>'; inherits: true; }
717
+ @property --utrecht-tooltip-border-radius { syntax: '<length-percentage>'; inherits: true; }
718
+ @property --utrecht-tooltip-border-width { syntax: '<length>'; inherits: true; }
719
+ @property --utrecht-tooltip-color { syntax: '<color>'; inherits: true; }
720
+ @property --utrecht-tooltip-font-size { syntax: '<length>'; inherits: true; }
721
+ @property --utrecht-tooltip-padding-block { syntax: '<length>'; inherits: true; }
722
+ @property --utrecht-tooltip-padding-inline { syntax: '<length>'; inherits: true; }
715
723
  @property --utrecht-toptask-link-background-color { syntax: '<color>'; inherits: true; }
716
724
  @property --utrecht-toptask-link-color { syntax: '<color>'; inherits: true; }
717
725
  @property --utrecht-toptask-link-font-size { syntax: '<length>'; inherits: true; }
@@ -30,6 +30,8 @@
30
30
  --utrecht-toptask-link-hover-transform-scale: 1.02;
31
31
  --utrecht-topnav-link-focus-text-decoration: none;
32
32
  --utrecht-topnav-link-focus-border-type: dotted;
33
+ --utrecht-tooltip-border-width: 1px;
34
+ --utrecht-tooltip-border-radius: 0;
33
35
  --utrecht-textbox-border-bottom-width: 3px;
34
36
  --utrecht-textarea-border-bottom-width: 3px;
35
37
  --utrecht-textarea-border-block-end-width: 3px;
@@ -426,6 +428,13 @@
426
428
  --utrecht-topnav-link-focus-background-color: var(--utrecht-color-yellow-80);
427
429
  --utrecht-topnav-link-color: var(--utrecht-color-white);
428
430
  --utrecht-topnav-link-background-color: var(--utrecht-color-blue-40);
431
+ --utrecht-tooltip-padding-inline: var(--utrecht-space-inline-md);
432
+ --utrecht-tooltip-padding-block: var(--utrecht-space-block-xs);
433
+ --utrecht-tooltip-font-size: var(--utrecht-typography-scale-md-font-size);
434
+ --utrecht-tooltip-font-family: var(--utrecht-typography-sans-serif-font-family);
435
+ --utrecht-tooltip-color: var(--utrecht-color-grey-40);
436
+ --utrecht-tooltip-border-color: var(--utrecht-color-grey-40);
437
+ --utrecht-tooltip-background-color: var(--utrecht-color-white);
429
438
  --utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
430
439
  --utrecht-table-row-border-block-end-width: var(--utrecht-border-width-sm);
431
440
  --utrecht-table-row-border-block-end-color: var(--utrecht-color-grey-90);