@utrecht/design-tokens 3.1.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 (54) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/_mixin-theme.scss +10 -0
  3. package/dist/_mixin.scss +10 -0
  4. package/dist/_variables.scss +10 -0
  5. package/dist/dark/_mixin-theme.scss +10 -0
  6. package/dist/dark/_mixin.scss +10 -0
  7. package/dist/dark/_variables.scss +10 -0
  8. package/dist/dark/index.cjs +10 -0
  9. package/dist/dark/index.css +10 -0
  10. package/dist/dark/index.d.ts +10 -0
  11. package/dist/dark/index.flat.json +10 -0
  12. package/dist/dark/index.json +354 -0
  13. package/dist/dark/index.mjs +10 -0
  14. package/dist/dark/index.tokens.json +89 -0
  15. package/dist/dark/list.json +354 -0
  16. package/dist/dark/list.mjs +354 -0
  17. package/dist/dark/property.css +9 -0
  18. package/dist/dark/root.css +10 -0
  19. package/dist/dark/theme-prince-xml.css +10 -0
  20. package/dist/dark/theme.css +10 -0
  21. package/dist/dark/tokens.cjs +433 -0
  22. package/dist/dark/tokens.d.ts +53 -0
  23. package/dist/dark/tokens.json +433 -0
  24. package/dist/dark/variables.cjs +10 -0
  25. package/dist/dark/variables.css +10 -0
  26. package/dist/dark/variables.d.ts +10 -0
  27. package/dist/dark/variables.json +10 -0
  28. package/dist/dark/variables.less +10 -0
  29. package/dist/dark/variables.mjs +10 -0
  30. package/dist/index.cjs +10 -0
  31. package/dist/index.css +20 -0
  32. package/dist/index.d.ts +10 -0
  33. package/dist/index.flat.json +10 -0
  34. package/dist/index.json +354 -0
  35. package/dist/index.mjs +10 -0
  36. package/dist/index.tokens.json +89 -0
  37. package/dist/list.json +354 -0
  38. package/dist/list.mjs +354 -0
  39. package/dist/property.css +9 -0
  40. package/dist/root.css +10 -0
  41. package/dist/theme-prince-xml.css +10 -0
  42. package/dist/theme.css +10 -0
  43. package/dist/tokens.cjs +433 -0
  44. package/dist/tokens.d.ts +53 -0
  45. package/dist/tokens.json +433 -0
  46. package/dist/variables.cjs +10 -0
  47. package/dist/variables.css +10 -0
  48. package/dist/variables.d.ts +10 -0
  49. package/dist/variables.json +10 -0
  50. package/dist/variables.less +10 -0
  51. package/dist/variables.mjs +10 -0
  52. package/package.json +1 -1
  53. package/src/component/utrecht/breadcrumb-nav.tokens.json +5 -0
  54. package/src/component/utrecht/tooltip.tokens.json +15 -0
package/dist/index.css CHANGED
@@ -130,6 +130,8 @@
130
130
  --utrecht-toptask-link-min-inline-size: 15rem;
131
131
  --utrecht-toptask-link-min-block-size: 8.25rem;
132
132
  --utrecht-toptask-link-line-height: 1.2;
133
+ --utrecht-tooltip-border-width: 1px;
134
+ --utrecht-tooltip-border-radius: 0;
133
135
  --utrecht-textbox-border-bottom-width: 3px;
134
136
  --utrecht-textarea-border-bottom-width: 3px;
135
137
  --utrecht-textarea-border-block-end-width: 3px;
@@ -405,6 +407,7 @@
405
407
  --utrecht-breadcrumb-nav-link-text-decoration: none;
406
408
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
407
409
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
410
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
408
411
  --utrecht-breadcrumb-nav-min-block-size: 34px;
409
412
  --utrecht-body-line-height: 1.4;
410
413
  --utrecht-blockquote-margin-block-end: 1.6em;
@@ -530,6 +533,13 @@
530
533
  --utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
531
534
  --utrecht-toptask-link-padding-block-end: var(--utrecht-space-block-xl);
532
535
  --utrecht-toptask-link-font-size: var(--utrecht-typography-scale-md-font-size);
536
+ --utrecht-tooltip-padding-inline: var(--utrecht-space-inline-md);
537
+ --utrecht-tooltip-padding-block: var(--utrecht-space-block-xs);
538
+ --utrecht-tooltip-font-size: var(--utrecht-typography-scale-md-font-size);
539
+ --utrecht-tooltip-font-family: var(--utrecht-typography-sans-serif-font-family);
540
+ --utrecht-tooltip-color: var(--utrecht-color-grey-40);
541
+ --utrecht-tooltip-border-color: var(--utrecht-color-grey-40);
542
+ --utrecht-tooltip-background-color: var(--utrecht-color-white);
533
543
  --utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
534
544
  --utrecht-table-row-alternate-even-color: var(--utrecht-color-black);
535
545
  --utrecht-table-row-alternate-even-background-color: var(--utrecht-color-grey-95);
@@ -1251,6 +1261,8 @@
1251
1261
  --utrecht-toptask-link-min-inline-size: 15rem;
1252
1262
  --utrecht-toptask-link-min-block-size: 8.25rem;
1253
1263
  --utrecht-toptask-link-line-height: 1.2;
1264
+ --utrecht-tooltip-border-width: 1px;
1265
+ --utrecht-tooltip-border-radius: 0;
1254
1266
  --utrecht-textbox-border-bottom-width: 3px;
1255
1267
  --utrecht-textarea-border-bottom-width: 3px;
1256
1268
  --utrecht-textarea-border-block-end-width: 3px;
@@ -1527,6 +1539,7 @@
1527
1539
  --utrecht-breadcrumb-nav-link-text-decoration: none;
1528
1540
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
1529
1541
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
1542
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
1530
1543
  --utrecht-breadcrumb-nav-min-block-size: 34px;
1531
1544
  --utrecht-body-line-height: 1.4;
1532
1545
  --utrecht-blockquote-margin-block-end: 1.6em;
@@ -1653,6 +1666,13 @@
1653
1666
  --utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
1654
1667
  --utrecht-toptask-link-padding-block-end: var(--utrecht-space-block-xl);
1655
1668
  --utrecht-toptask-link-font-size: var(--utrecht-typography-scale-md-font-size);
1669
+ --utrecht-tooltip-padding-inline: var(--utrecht-space-inline-md);
1670
+ --utrecht-tooltip-padding-block: var(--utrecht-space-block-xs);
1671
+ --utrecht-tooltip-font-size: var(--utrecht-typography-scale-md-font-size);
1672
+ --utrecht-tooltip-font-family: var(--utrecht-typography-sans-serif-font-family);
1673
+ --utrecht-tooltip-color: var(--utrecht-color-grey-40);
1674
+ --utrecht-tooltip-border-color: var(--utrecht-color-grey-40);
1675
+ --utrecht-tooltip-background-color: var(--utrecht-color-white);
1656
1676
  --utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
1657
1677
  --utrecht-table-row-alternate-even-color: var(--utrecht-color-black);
1658
1678
  --utrecht-table-row-alternate-even-background-color: var(--utrecht-color-grey-95);
package/dist/index.d.ts CHANGED
@@ -104,6 +104,7 @@ export const utrechtBodyBackgroundColor : string;
104
104
  export const utrechtBodyColor : string;
105
105
  export const utrechtBreadcrumbNavMinBlockSize : string;
106
106
  export const utrechtBreadcrumbNavFontSize : string;
107
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart : string;
107
108
  export const utrechtBreadcrumbNavItemPaddingBlockStart : string;
108
109
  export const utrechtBreadcrumbNavItemPaddingBlockEnd : string;
109
110
  export const utrechtBreadcrumbNavItemPaddingInlineEnd : string;
@@ -960,6 +961,15 @@ export const utrechtTextareaBorderBlockEndWidth : string;
960
961
  export const utrechtTextareaBorderBottomWidth : string;
961
962
  export const utrechtTextareaLineHeight : string;
962
963
  export const utrechtTextboxBorderBottomWidth : string;
964
+ export const utrechtTooltipBackgroundColor : string;
965
+ export const utrechtTooltipBorderColor : string;
966
+ export const utrechtTooltipBorderRadius : string;
967
+ export const utrechtTooltipBorderWidth : string;
968
+ export const utrechtTooltipColor : string;
969
+ export const utrechtTooltipFontFamily : string;
970
+ export const utrechtTooltipFontSize : string;
971
+ export const utrechtTooltipPaddingBlock : string;
972
+ export const utrechtTooltipPaddingInline : string;
963
973
  export const utrechtToptaskLinkBackgroundColor : string;
964
974
  export const utrechtToptaskLinkColor : string;
965
975
  export const utrechtToptaskLinkFontSize : string;
@@ -223,6 +223,7 @@
223
223
  "utrechtBreadcrumbNavArrowsLinkFocusColor": "hsl(0 0% 0%)",
224
224
  "utrechtBreadcrumbNavDividerInlineSize": "1px",
225
225
  "utrechtBreadcrumbNavFontSize": "1rem",
226
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
226
227
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
227
228
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
228
229
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
@@ -1059,6 +1060,15 @@
1059
1060
  "utrechtTextareaBorderBottomWidth": "3px",
1060
1061
  "utrechtTextareaLineHeight": "1.5",
1061
1062
  "utrechtTextboxBorderBottomWidth": "3px",
1063
+ "utrechtTooltipBackgroundColor": "hsl(0 0% 100%)",
1064
+ "utrechtTooltipBorderColor": "hsl(0 0% 40%)",
1065
+ "utrechtTooltipBorderRadius": "0",
1066
+ "utrechtTooltipBorderWidth": "1px",
1067
+ "utrechtTooltipColor": "hsl(0 0% 40%)",
1068
+ "utrechtTooltipFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
1069
+ "utrechtTooltipFontSize": "1rem",
1070
+ "utrechtTooltipPaddingBlock": "8px",
1071
+ "utrechtTooltipPaddingInline": "16px",
1062
1072
  "utrechtTopnavLinkBackgroundColor": "hsl(211 60% 40%)",
1063
1073
  "utrechtTopnavLinkColor": "hsl(0 0% 100%)",
1064
1074
  "utrechtTopnavLinkFocusBackgroundColor": "hsl(48 100% 80%)",
package/dist/index.json CHANGED
@@ -6048,6 +6048,45 @@
6048
6048
  "font-size"
6049
6049
  ]
6050
6050
  },
6051
+ {
6052
+ "$extensions": {
6053
+ "nl.nldesignsystem.css.property": {
6054
+ "syntax": "<length>",
6055
+ "inherits": true
6056
+ },
6057
+ "nl.nldesignsystem.figma.supports-token": false,
6058
+ "studio.tokens": {
6059
+ "originalType": "spacing"
6060
+ }
6061
+ },
6062
+ "type": "dimension",
6063
+ "value": "0",
6064
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
6065
+ "isSource": true,
6066
+ "original": {
6067
+ "$extensions": {
6068
+ "nl.nldesignsystem.css.property": {
6069
+ "syntax": "<length>",
6070
+ "inherits": true
6071
+ },
6072
+ "nl.nldesignsystem.figma.supports-token": false,
6073
+ "studio.tokens": {
6074
+ "originalType": "spacing"
6075
+ }
6076
+ },
6077
+ "type": "dimension",
6078
+ "value": "0"
6079
+ },
6080
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
6081
+ "attributes": {},
6082
+ "path": [
6083
+ "utrecht",
6084
+ "breadcrumb-nav",
6085
+ "item",
6086
+ "first",
6087
+ "padding-inline-start"
6088
+ ]
6089
+ },
6051
6090
  {
6052
6091
  "$extensions": {
6053
6092
  "nl.nldesignsystem.css.property": {
@@ -32809,6 +32848,321 @@
32809
32848
  "border-bottom-width"
32810
32849
  ]
32811
32850
  },
32851
+ {
32852
+ "$extensions": {
32853
+ "nl.nldesignsystem.css.property": {
32854
+ "syntax": "<color>",
32855
+ "inherits": true
32856
+ },
32857
+ "nl.nldesignsystem.figma.supports-token": false
32858
+ },
32859
+ "type": "color",
32860
+ "value": "hsl(0 0% 100%)",
32861
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
32862
+ "isSource": true,
32863
+ "original": {
32864
+ "$extensions": {
32865
+ "nl.nldesignsystem.css.property": {
32866
+ "syntax": "<color>",
32867
+ "inherits": true
32868
+ },
32869
+ "nl.nldesignsystem.figma.supports-token": false
32870
+ },
32871
+ "type": "color",
32872
+ "value": "{utrecht.color.white}"
32873
+ },
32874
+ "name": "utrechtTooltipBackgroundColor",
32875
+ "attributes": {},
32876
+ "path": [
32877
+ "utrecht",
32878
+ "tooltip",
32879
+ "background-color"
32880
+ ]
32881
+ },
32882
+ {
32883
+ "$extensions": {
32884
+ "nl.nldesignsystem.css.property": {
32885
+ "syntax": "<color>",
32886
+ "inherits": true
32887
+ },
32888
+ "nl.nldesignsystem.figma.supports-token": false
32889
+ },
32890
+ "type": "color",
32891
+ "value": "hsl(0 0% 40%)",
32892
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
32893
+ "isSource": true,
32894
+ "original": {
32895
+ "$extensions": {
32896
+ "nl.nldesignsystem.css.property": {
32897
+ "syntax": "<color>",
32898
+ "inherits": true
32899
+ },
32900
+ "nl.nldesignsystem.figma.supports-token": false
32901
+ },
32902
+ "type": "color",
32903
+ "value": "{utrecht.color.grey.40}"
32904
+ },
32905
+ "name": "utrechtTooltipBorderColor",
32906
+ "attributes": {},
32907
+ "path": [
32908
+ "utrecht",
32909
+ "tooltip",
32910
+ "border-color"
32911
+ ]
32912
+ },
32913
+ {
32914
+ "$extensions": {
32915
+ "nl.nldesignsystem.css.property": {
32916
+ "syntax": "<length-percentage>",
32917
+ "inherits": true
32918
+ },
32919
+ "nl.nldesignsystem.figma.supports-token": false,
32920
+ "studio.tokens": {
32921
+ "originalType": "borderRadius"
32922
+ }
32923
+ },
32924
+ "type": "dimension",
32925
+ "value": "0",
32926
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
32927
+ "isSource": true,
32928
+ "original": {
32929
+ "$extensions": {
32930
+ "nl.nldesignsystem.css.property": {
32931
+ "syntax": "<length-percentage>",
32932
+ "inherits": true
32933
+ },
32934
+ "nl.nldesignsystem.figma.supports-token": false,
32935
+ "studio.tokens": {
32936
+ "originalType": "borderRadius"
32937
+ }
32938
+ },
32939
+ "type": "dimension",
32940
+ "value": "0"
32941
+ },
32942
+ "name": "utrechtTooltipBorderRadius",
32943
+ "attributes": {},
32944
+ "path": [
32945
+ "utrecht",
32946
+ "tooltip",
32947
+ "border-radius"
32948
+ ]
32949
+ },
32950
+ {
32951
+ "$extensions": {
32952
+ "nl.nldesignsystem.css.property": {
32953
+ "syntax": "<length>",
32954
+ "inherits": true
32955
+ },
32956
+ "nl.nldesignsystem.figma.supports-token": false,
32957
+ "studio.tokens": {
32958
+ "originalType": "borderWidth"
32959
+ }
32960
+ },
32961
+ "type": "dimension",
32962
+ "value": "1px",
32963
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
32964
+ "isSource": true,
32965
+ "original": {
32966
+ "$extensions": {
32967
+ "nl.nldesignsystem.css.property": {
32968
+ "syntax": "<length>",
32969
+ "inherits": true
32970
+ },
32971
+ "nl.nldesignsystem.figma.supports-token": false,
32972
+ "studio.tokens": {
32973
+ "originalType": "borderWidth"
32974
+ }
32975
+ },
32976
+ "type": "dimension",
32977
+ "value": "1px"
32978
+ },
32979
+ "name": "utrechtTooltipBorderWidth",
32980
+ "attributes": {},
32981
+ "path": [
32982
+ "utrecht",
32983
+ "tooltip",
32984
+ "border-width"
32985
+ ]
32986
+ },
32987
+ {
32988
+ "$extensions": {
32989
+ "nl.nldesignsystem.css.property": {
32990
+ "syntax": "<color>",
32991
+ "inherits": true
32992
+ },
32993
+ "nl.nldesignsystem.figma.supports-token": false
32994
+ },
32995
+ "type": "color",
32996
+ "value": "hsl(0 0% 40%)",
32997
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
32998
+ "isSource": true,
32999
+ "original": {
33000
+ "$extensions": {
33001
+ "nl.nldesignsystem.css.property": {
33002
+ "syntax": "<color>",
33003
+ "inherits": true
33004
+ },
33005
+ "nl.nldesignsystem.figma.supports-token": false
33006
+ },
33007
+ "type": "color",
33008
+ "value": "{utrecht.color.grey.40}"
33009
+ },
33010
+ "name": "utrechtTooltipColor",
33011
+ "attributes": {},
33012
+ "path": [
33013
+ "utrecht",
33014
+ "tooltip",
33015
+ "color"
33016
+ ]
33017
+ },
33018
+ {
33019
+ "$extensions": {
33020
+ "nl.nldesignsystem.css.property": {
33021
+ "syntax": "*",
33022
+ "inherits": true
33023
+ },
33024
+ "nl.nldesignsystem.figma.supports-token": false,
33025
+ "studio.tokens": {
33026
+ "originalType": "fontFamilies"
33027
+ }
33028
+ },
33029
+ "type": "fontFamily",
33030
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
33031
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
33032
+ "isSource": true,
33033
+ "original": {
33034
+ "$extensions": {
33035
+ "nl.nldesignsystem.css.property": {
33036
+ "syntax": "*",
33037
+ "inherits": true
33038
+ },
33039
+ "nl.nldesignsystem.figma.supports-token": false,
33040
+ "studio.tokens": {
33041
+ "originalType": "fontFamilies"
33042
+ }
33043
+ },
33044
+ "type": "fontFamily",
33045
+ "value": "{utrecht.typography.sans-serif.font-family}"
33046
+ },
33047
+ "name": "utrechtTooltipFontFamily",
33048
+ "attributes": {},
33049
+ "path": [
33050
+ "utrecht",
33051
+ "tooltip",
33052
+ "font-family"
33053
+ ]
33054
+ },
33055
+ {
33056
+ "$extensions": {
33057
+ "nl.nldesignsystem.css.property": {
33058
+ "syntax": "<length>",
33059
+ "inherits": true
33060
+ },
33061
+ "nl.nldesignsystem.figma.supports-token": false,
33062
+ "studio.tokens": {
33063
+ "originalType": "fontSizes"
33064
+ }
33065
+ },
33066
+ "type": "fontSize",
33067
+ "value": "1rem",
33068
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
33069
+ "isSource": true,
33070
+ "original": {
33071
+ "$extensions": {
33072
+ "nl.nldesignsystem.css.property": {
33073
+ "syntax": "<length>",
33074
+ "inherits": true
33075
+ },
33076
+ "nl.nldesignsystem.figma.supports-token": false,
33077
+ "studio.tokens": {
33078
+ "originalType": "fontSizes"
33079
+ }
33080
+ },
33081
+ "type": "fontSize",
33082
+ "value": "{utrecht.typography.scale.md.font-size}"
33083
+ },
33084
+ "name": "utrechtTooltipFontSize",
33085
+ "attributes": {},
33086
+ "path": [
33087
+ "utrecht",
33088
+ "tooltip",
33089
+ "font-size"
33090
+ ]
33091
+ },
33092
+ {
33093
+ "$extensions": {
33094
+ "nl.nldesignsystem.css.property": {
33095
+ "syntax": "<length>",
33096
+ "inherits": true
33097
+ },
33098
+ "nl.nldesignsystem.figma.supports-token": false,
33099
+ "studio.tokens": {
33100
+ "originalType": "spacing"
33101
+ }
33102
+ },
33103
+ "type": "dimension",
33104
+ "value": "8px",
33105
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
33106
+ "isSource": true,
33107
+ "original": {
33108
+ "$extensions": {
33109
+ "nl.nldesignsystem.css.property": {
33110
+ "syntax": "<length>",
33111
+ "inherits": true
33112
+ },
33113
+ "nl.nldesignsystem.figma.supports-token": false,
33114
+ "studio.tokens": {
33115
+ "originalType": "spacing"
33116
+ }
33117
+ },
33118
+ "type": "dimension",
33119
+ "value": "{utrecht.space.block.xs}"
33120
+ },
33121
+ "name": "utrechtTooltipPaddingBlock",
33122
+ "attributes": {},
33123
+ "path": [
33124
+ "utrecht",
33125
+ "tooltip",
33126
+ "padding-block"
33127
+ ]
33128
+ },
33129
+ {
33130
+ "$extensions": {
33131
+ "nl.nldesignsystem.css.property": {
33132
+ "syntax": "<length>",
33133
+ "inherits": true
33134
+ },
33135
+ "nl.nldesignsystem.figma.supports-token": false,
33136
+ "studio.tokens": {
33137
+ "originalType": "spacing"
33138
+ }
33139
+ },
33140
+ "type": "dimension",
33141
+ "value": "16px",
33142
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
33143
+ "isSource": true,
33144
+ "original": {
33145
+ "$extensions": {
33146
+ "nl.nldesignsystem.css.property": {
33147
+ "syntax": "<length>",
33148
+ "inherits": true
33149
+ },
33150
+ "nl.nldesignsystem.figma.supports-token": false,
33151
+ "studio.tokens": {
33152
+ "originalType": "spacing"
33153
+ }
33154
+ },
33155
+ "type": "dimension",
33156
+ "value": "{utrecht.space.inline.md}"
33157
+ },
33158
+ "name": "utrechtTooltipPaddingInline",
33159
+ "attributes": {},
33160
+ "path": [
33161
+ "utrecht",
33162
+ "tooltip",
33163
+ "padding-inline"
33164
+ ]
33165
+ },
32812
33166
  {
32813
33167
  "value": "hsl(211 60% 40%)",
32814
33168
  "filePath": "src/component/utrecht/topnav.tokens.json",
package/dist/index.mjs CHANGED
@@ -94,6 +94,7 @@ export const utrechtBodyBackgroundColor = "hsl(0 0% 100%)";
94
94
  export const utrechtBodyColor = "hsl(0 0% 0%)";
95
95
  export const utrechtBreadcrumbNavMinBlockSize = "34px";
96
96
  export const utrechtBreadcrumbNavFontSize = "1rem";
97
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart = "0";
97
98
  export const utrechtBreadcrumbNavItemPaddingBlockStart = "8px";
98
99
  export const utrechtBreadcrumbNavItemPaddingBlockEnd = "8px";
99
100
  export const utrechtBreadcrumbNavItemPaddingInlineEnd = "8px";
@@ -893,6 +894,15 @@ export const utrechtTextareaBorderBlockEndWidth = "3px";
893
894
  export const utrechtTextareaBorderBottomWidth = "3px";
894
895
  export const utrechtTextareaLineHeight = "1.5";
895
896
  export const utrechtTextboxBorderBottomWidth = "3px";
897
+ export const utrechtTooltipBackgroundColor = "hsl(0 0% 100%)";
898
+ export const utrechtTooltipBorderColor = "hsl(0 0% 40%)";
899
+ export const utrechtTooltipBorderRadius = "0";
900
+ export const utrechtTooltipBorderWidth = "1px";
901
+ export const utrechtTooltipColor = "hsl(0 0% 40%)";
902
+ export const utrechtTooltipFontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
903
+ export const utrechtTooltipFontSize = "1rem";
904
+ export const utrechtTooltipPaddingBlock = "8px";
905
+ export const utrechtTooltipPaddingInline = "16px";
896
906
  export const utrechtToptaskLinkBackgroundColor = "hsl(211 60% 35%)";
897
907
  export const utrechtToptaskLinkColor = "hsl(0 0% 100%)";
898
908
  export const utrechtToptaskLinkFontSize = "1rem";
@@ -923,6 +923,9 @@
923
923
  "type": "textCase"
924
924
  },
925
925
  "item": {
926
+ "first": {
927
+ "padding-inline-start": "0"
928
+ },
926
929
  "padding-block-start": "8px",
927
930
  "padding-block-end": "8px",
928
931
  "padding-inline-end": "8px",
@@ -7812,6 +7815,92 @@
7812
7815
  }
7813
7816
  }
7814
7817
  },
7818
+ "tooltip": {
7819
+ "background-color": "hsl(0 0% 100%)",
7820
+ "border-color": "hsl(0 0% 40%)",
7821
+ "border-radius": "0",
7822
+ "border-width": "1px",
7823
+ "color": "hsl(0 0% 40%)",
7824
+ "font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
7825
+ "font-size": "1rem",
7826
+ "font-weight": {
7827
+ "$extensions": {
7828
+ "nl.nldesignsystem.css.property": {
7829
+ "syntax": "<number>",
7830
+ "inherits": false
7831
+ },
7832
+ "nl.nldesignsystem.figma.supports-token": false
7833
+ },
7834
+ "type": "fontWeights"
7835
+ },
7836
+ "line-height": {
7837
+ "$extensions": {
7838
+ "nl.nldesignsystem.css.property": {
7839
+ "syntax": [
7840
+ "<length>",
7841
+ "<number>"
7842
+ ],
7843
+ "inherits": true
7844
+ },
7845
+ "nl.nldesignsystem.figma.supports-token": false
7846
+ },
7847
+ "type": "lineHeights"
7848
+ },
7849
+ "max-inline-size": {
7850
+ "$extensions": {
7851
+ "nl.nldesignsystem.css.property": {
7852
+ "syntax": "<length>",
7853
+ "inherits": true
7854
+ },
7855
+ "nl.nldesignsystem.figma.supports-token": false
7856
+ },
7857
+ "type": "sizing"
7858
+ },
7859
+ "padding-block": "8px",
7860
+ "padding-inline": "16px",
7861
+ "transition-duration": {
7862
+ "$extensions": {
7863
+ "nl.nldesignsystem.css.property": {
7864
+ "syntax": "<time>",
7865
+ "inherits": true
7866
+ },
7867
+ "nl.nldesignsystem.figma.supports-token": false
7868
+ },
7869
+ "type": "other"
7870
+ },
7871
+ "transition-timing-function": {
7872
+ "$extensions": {
7873
+ "nl.nldesignsystem.css.property": {
7874
+ "syntax": "<time>",
7875
+ "inherits": true
7876
+ },
7877
+ "nl.nldesignsystem.figma.supports-token": false
7878
+ },
7879
+ "type": "other"
7880
+ },
7881
+ "z-index": {
7882
+ "$extensions": {
7883
+ "nl.nldesignsystem.css.property": {
7884
+ "syntax": "<number>",
7885
+ "inherits": true
7886
+ },
7887
+ "nl.nldesignsystem.figma.supports-token": false
7888
+ },
7889
+ "type": "other"
7890
+ },
7891
+ "arrow": {
7892
+ "size": {
7893
+ "$extensions": {
7894
+ "nl.nldesignsystem.css.property": {
7895
+ "syntax": "<length-percentage>",
7896
+ "inherits": true
7897
+ },
7898
+ "nl.nldesignsystem.figma.supports-token": false
7899
+ },
7900
+ "type": "sizing"
7901
+ }
7902
+ }
7903
+ },
7815
7904
  "toptask-link": {
7816
7905
  "background-color": "hsl(211 60% 35%)",
7817
7906
  "color": "hsl(0 0% 100%)",