@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/tokens.json CHANGED
@@ -4016,6 +4016,47 @@
4016
4016
  "type": "textCase"
4017
4017
  },
4018
4018
  "item": {
4019
+ "first": {
4020
+ "padding-inline-start": {
4021
+ "$extensions": {
4022
+ "nl.nldesignsystem.css.property": {
4023
+ "syntax": "<length>",
4024
+ "inherits": true
4025
+ },
4026
+ "nl.nldesignsystem.figma.supports-token": false,
4027
+ "studio.tokens": {
4028
+ "originalType": "spacing"
4029
+ }
4030
+ },
4031
+ "type": "dimension",
4032
+ "value": "0",
4033
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4034
+ "isSource": true,
4035
+ "original": {
4036
+ "$extensions": {
4037
+ "nl.nldesignsystem.css.property": {
4038
+ "syntax": "<length>",
4039
+ "inherits": true
4040
+ },
4041
+ "nl.nldesignsystem.figma.supports-token": false,
4042
+ "studio.tokens": {
4043
+ "originalType": "spacing"
4044
+ }
4045
+ },
4046
+ "type": "dimension",
4047
+ "value": "0"
4048
+ },
4049
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
4050
+ "attributes": {},
4051
+ "path": [
4052
+ "utrecht",
4053
+ "breadcrumb-nav",
4054
+ "item",
4055
+ "first",
4056
+ "padding-inline-start"
4057
+ ]
4058
+ }
4059
+ },
4019
4060
  "padding-block-start": {
4020
4061
  "$extensions": {
4021
4062
  "nl.nldesignsystem.css.property": {
@@ -36289,6 +36330,398 @@
36289
36330
  }
36290
36331
  }
36291
36332
  },
36333
+ "tooltip": {
36334
+ "background-color": {
36335
+ "$extensions": {
36336
+ "nl.nldesignsystem.css.property": {
36337
+ "syntax": "<color>",
36338
+ "inherits": true
36339
+ },
36340
+ "nl.nldesignsystem.figma.supports-token": false
36341
+ },
36342
+ "type": "color",
36343
+ "value": "hsl(0 0% 100%)",
36344
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36345
+ "isSource": true,
36346
+ "original": {
36347
+ "$extensions": {
36348
+ "nl.nldesignsystem.css.property": {
36349
+ "syntax": "<color>",
36350
+ "inherits": true
36351
+ },
36352
+ "nl.nldesignsystem.figma.supports-token": false
36353
+ },
36354
+ "type": "color",
36355
+ "value": "{utrecht.color.white}"
36356
+ },
36357
+ "name": "utrechtTooltipBackgroundColor",
36358
+ "attributes": {},
36359
+ "path": [
36360
+ "utrecht",
36361
+ "tooltip",
36362
+ "background-color"
36363
+ ]
36364
+ },
36365
+ "border-color": {
36366
+ "$extensions": {
36367
+ "nl.nldesignsystem.css.property": {
36368
+ "syntax": "<color>",
36369
+ "inherits": true
36370
+ },
36371
+ "nl.nldesignsystem.figma.supports-token": false
36372
+ },
36373
+ "type": "color",
36374
+ "value": "hsl(0 0% 40%)",
36375
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36376
+ "isSource": true,
36377
+ "original": {
36378
+ "$extensions": {
36379
+ "nl.nldesignsystem.css.property": {
36380
+ "syntax": "<color>",
36381
+ "inherits": true
36382
+ },
36383
+ "nl.nldesignsystem.figma.supports-token": false
36384
+ },
36385
+ "type": "color",
36386
+ "value": "{utrecht.color.grey.40}"
36387
+ },
36388
+ "name": "utrechtTooltipBorderColor",
36389
+ "attributes": {},
36390
+ "path": [
36391
+ "utrecht",
36392
+ "tooltip",
36393
+ "border-color"
36394
+ ]
36395
+ },
36396
+ "border-radius": {
36397
+ "$extensions": {
36398
+ "nl.nldesignsystem.css.property": {
36399
+ "syntax": "<length-percentage>",
36400
+ "inherits": true
36401
+ },
36402
+ "nl.nldesignsystem.figma.supports-token": false,
36403
+ "studio.tokens": {
36404
+ "originalType": "borderRadius"
36405
+ }
36406
+ },
36407
+ "type": "dimension",
36408
+ "value": "0",
36409
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36410
+ "isSource": true,
36411
+ "original": {
36412
+ "$extensions": {
36413
+ "nl.nldesignsystem.css.property": {
36414
+ "syntax": "<length-percentage>",
36415
+ "inherits": true
36416
+ },
36417
+ "nl.nldesignsystem.figma.supports-token": false,
36418
+ "studio.tokens": {
36419
+ "originalType": "borderRadius"
36420
+ }
36421
+ },
36422
+ "type": "dimension",
36423
+ "value": "0"
36424
+ },
36425
+ "name": "utrechtTooltipBorderRadius",
36426
+ "attributes": {},
36427
+ "path": [
36428
+ "utrecht",
36429
+ "tooltip",
36430
+ "border-radius"
36431
+ ]
36432
+ },
36433
+ "border-width": {
36434
+ "$extensions": {
36435
+ "nl.nldesignsystem.css.property": {
36436
+ "syntax": "<length>",
36437
+ "inherits": true
36438
+ },
36439
+ "nl.nldesignsystem.figma.supports-token": false,
36440
+ "studio.tokens": {
36441
+ "originalType": "borderWidth"
36442
+ }
36443
+ },
36444
+ "type": "dimension",
36445
+ "value": "1px",
36446
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36447
+ "isSource": true,
36448
+ "original": {
36449
+ "$extensions": {
36450
+ "nl.nldesignsystem.css.property": {
36451
+ "syntax": "<length>",
36452
+ "inherits": true
36453
+ },
36454
+ "nl.nldesignsystem.figma.supports-token": false,
36455
+ "studio.tokens": {
36456
+ "originalType": "borderWidth"
36457
+ }
36458
+ },
36459
+ "type": "dimension",
36460
+ "value": "1px"
36461
+ },
36462
+ "name": "utrechtTooltipBorderWidth",
36463
+ "attributes": {},
36464
+ "path": [
36465
+ "utrecht",
36466
+ "tooltip",
36467
+ "border-width"
36468
+ ]
36469
+ },
36470
+ "color": {
36471
+ "$extensions": {
36472
+ "nl.nldesignsystem.css.property": {
36473
+ "syntax": "<color>",
36474
+ "inherits": true
36475
+ },
36476
+ "nl.nldesignsystem.figma.supports-token": false
36477
+ },
36478
+ "type": "color",
36479
+ "value": "hsl(0 0% 40%)",
36480
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36481
+ "isSource": true,
36482
+ "original": {
36483
+ "$extensions": {
36484
+ "nl.nldesignsystem.css.property": {
36485
+ "syntax": "<color>",
36486
+ "inherits": true
36487
+ },
36488
+ "nl.nldesignsystem.figma.supports-token": false
36489
+ },
36490
+ "type": "color",
36491
+ "value": "{utrecht.color.grey.40}"
36492
+ },
36493
+ "name": "utrechtTooltipColor",
36494
+ "attributes": {},
36495
+ "path": [
36496
+ "utrecht",
36497
+ "tooltip",
36498
+ "color"
36499
+ ]
36500
+ },
36501
+ "font-family": {
36502
+ "$extensions": {
36503
+ "nl.nldesignsystem.css.property": {
36504
+ "syntax": "*",
36505
+ "inherits": true
36506
+ },
36507
+ "nl.nldesignsystem.figma.supports-token": false,
36508
+ "studio.tokens": {
36509
+ "originalType": "fontFamilies"
36510
+ }
36511
+ },
36512
+ "type": "fontFamily",
36513
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
36514
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36515
+ "isSource": true,
36516
+ "original": {
36517
+ "$extensions": {
36518
+ "nl.nldesignsystem.css.property": {
36519
+ "syntax": "*",
36520
+ "inherits": true
36521
+ },
36522
+ "nl.nldesignsystem.figma.supports-token": false,
36523
+ "studio.tokens": {
36524
+ "originalType": "fontFamilies"
36525
+ }
36526
+ },
36527
+ "type": "fontFamily",
36528
+ "value": "{utrecht.typography.sans-serif.font-family}"
36529
+ },
36530
+ "name": "utrechtTooltipFontFamily",
36531
+ "attributes": {},
36532
+ "path": [
36533
+ "utrecht",
36534
+ "tooltip",
36535
+ "font-family"
36536
+ ]
36537
+ },
36538
+ "font-size": {
36539
+ "$extensions": {
36540
+ "nl.nldesignsystem.css.property": {
36541
+ "syntax": "<length>",
36542
+ "inherits": true
36543
+ },
36544
+ "nl.nldesignsystem.figma.supports-token": false,
36545
+ "studio.tokens": {
36546
+ "originalType": "fontSizes"
36547
+ }
36548
+ },
36549
+ "type": "fontSize",
36550
+ "value": "1rem",
36551
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36552
+ "isSource": true,
36553
+ "original": {
36554
+ "$extensions": {
36555
+ "nl.nldesignsystem.css.property": {
36556
+ "syntax": "<length>",
36557
+ "inherits": true
36558
+ },
36559
+ "nl.nldesignsystem.figma.supports-token": false,
36560
+ "studio.tokens": {
36561
+ "originalType": "fontSizes"
36562
+ }
36563
+ },
36564
+ "type": "fontSize",
36565
+ "value": "{utrecht.typography.scale.md.font-size}"
36566
+ },
36567
+ "name": "utrechtTooltipFontSize",
36568
+ "attributes": {},
36569
+ "path": [
36570
+ "utrecht",
36571
+ "tooltip",
36572
+ "font-size"
36573
+ ]
36574
+ },
36575
+ "font-weight": {
36576
+ "$extensions": {
36577
+ "nl.nldesignsystem.css.property": {
36578
+ "syntax": "<number>",
36579
+ "inherits": false
36580
+ },
36581
+ "nl.nldesignsystem.figma.supports-token": false
36582
+ },
36583
+ "type": "fontWeights"
36584
+ },
36585
+ "line-height": {
36586
+ "$extensions": {
36587
+ "nl.nldesignsystem.css.property": {
36588
+ "syntax": [
36589
+ "<length>",
36590
+ "<number>"
36591
+ ],
36592
+ "inherits": true
36593
+ },
36594
+ "nl.nldesignsystem.figma.supports-token": false
36595
+ },
36596
+ "type": "lineHeights"
36597
+ },
36598
+ "max-inline-size": {
36599
+ "$extensions": {
36600
+ "nl.nldesignsystem.css.property": {
36601
+ "syntax": "<length>",
36602
+ "inherits": true
36603
+ },
36604
+ "nl.nldesignsystem.figma.supports-token": false
36605
+ },
36606
+ "type": "sizing"
36607
+ },
36608
+ "padding-block": {
36609
+ "$extensions": {
36610
+ "nl.nldesignsystem.css.property": {
36611
+ "syntax": "<length>",
36612
+ "inherits": true
36613
+ },
36614
+ "nl.nldesignsystem.figma.supports-token": false,
36615
+ "studio.tokens": {
36616
+ "originalType": "spacing"
36617
+ }
36618
+ },
36619
+ "type": "dimension",
36620
+ "value": "8px",
36621
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36622
+ "isSource": true,
36623
+ "original": {
36624
+ "$extensions": {
36625
+ "nl.nldesignsystem.css.property": {
36626
+ "syntax": "<length>",
36627
+ "inherits": true
36628
+ },
36629
+ "nl.nldesignsystem.figma.supports-token": false,
36630
+ "studio.tokens": {
36631
+ "originalType": "spacing"
36632
+ }
36633
+ },
36634
+ "type": "dimension",
36635
+ "value": "{utrecht.space.block.xs}"
36636
+ },
36637
+ "name": "utrechtTooltipPaddingBlock",
36638
+ "attributes": {},
36639
+ "path": [
36640
+ "utrecht",
36641
+ "tooltip",
36642
+ "padding-block"
36643
+ ]
36644
+ },
36645
+ "padding-inline": {
36646
+ "$extensions": {
36647
+ "nl.nldesignsystem.css.property": {
36648
+ "syntax": "<length>",
36649
+ "inherits": true
36650
+ },
36651
+ "nl.nldesignsystem.figma.supports-token": false,
36652
+ "studio.tokens": {
36653
+ "originalType": "spacing"
36654
+ }
36655
+ },
36656
+ "type": "dimension",
36657
+ "value": "16px",
36658
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36659
+ "isSource": true,
36660
+ "original": {
36661
+ "$extensions": {
36662
+ "nl.nldesignsystem.css.property": {
36663
+ "syntax": "<length>",
36664
+ "inherits": true
36665
+ },
36666
+ "nl.nldesignsystem.figma.supports-token": false,
36667
+ "studio.tokens": {
36668
+ "originalType": "spacing"
36669
+ }
36670
+ },
36671
+ "type": "dimension",
36672
+ "value": "{utrecht.space.inline.md}"
36673
+ },
36674
+ "name": "utrechtTooltipPaddingInline",
36675
+ "attributes": {},
36676
+ "path": [
36677
+ "utrecht",
36678
+ "tooltip",
36679
+ "padding-inline"
36680
+ ]
36681
+ },
36682
+ "transition-duration": {
36683
+ "$extensions": {
36684
+ "nl.nldesignsystem.css.property": {
36685
+ "syntax": "<time>",
36686
+ "inherits": true
36687
+ },
36688
+ "nl.nldesignsystem.figma.supports-token": false
36689
+ },
36690
+ "type": "other"
36691
+ },
36692
+ "transition-timing-function": {
36693
+ "$extensions": {
36694
+ "nl.nldesignsystem.css.property": {
36695
+ "syntax": "<time>",
36696
+ "inherits": true
36697
+ },
36698
+ "nl.nldesignsystem.figma.supports-token": false
36699
+ },
36700
+ "type": "other"
36701
+ },
36702
+ "z-index": {
36703
+ "$extensions": {
36704
+ "nl.nldesignsystem.css.property": {
36705
+ "syntax": "<number>",
36706
+ "inherits": true
36707
+ },
36708
+ "nl.nldesignsystem.figma.supports-token": false
36709
+ },
36710
+ "type": "other"
36711
+ },
36712
+ "arrow": {
36713
+ "size": {
36714
+ "$extensions": {
36715
+ "nl.nldesignsystem.css.property": {
36716
+ "syntax": "<length-percentage>",
36717
+ "inherits": true
36718
+ },
36719
+ "nl.nldesignsystem.figma.supports-token": false
36720
+ },
36721
+ "type": "sizing"
36722
+ }
36723
+ }
36724
+ },
36292
36725
  "toptask-link": {
36293
36726
  "background-color": {
36294
36727
  "$extensions": {
@@ -95,6 +95,7 @@ module.exports = {
95
95
  "utrechtBodyColor": "hsl(0 0% 0%)",
96
96
  "utrechtBreadcrumbNavMinBlockSize": "34px",
97
97
  "utrechtBreadcrumbNavFontSize": "1rem",
98
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
98
99
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
99
100
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
100
101
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
@@ -894,6 +895,15 @@ module.exports = {
894
895
  "utrechtTextareaBorderBottomWidth": "3px",
895
896
  "utrechtTextareaLineHeight": "1.5",
896
897
  "utrechtTextboxBorderBottomWidth": "3px",
898
+ "utrechtTooltipBackgroundColor": "hsl(0 0% 100%)",
899
+ "utrechtTooltipBorderColor": "hsl(0 0% 40%)",
900
+ "utrechtTooltipBorderRadius": "0",
901
+ "utrechtTooltipBorderWidth": "1px",
902
+ "utrechtTooltipColor": "hsl(0 0% 40%)",
903
+ "utrechtTooltipFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
904
+ "utrechtTooltipFontSize": "1rem",
905
+ "utrechtTooltipPaddingBlock": "8px",
906
+ "utrechtTooltipPaddingInline": "16px",
897
907
  "utrechtToptaskLinkBackgroundColor": "hsl(211 60% 35%)",
898
908
  "utrechtToptaskLinkColor": "hsl(0 0% 100%)",
899
909
  "utrechtToptaskLinkFontSize": "1rem",
@@ -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;
@@ -353,6 +355,7 @@
353
355
  --utrecht-breadcrumb-nav-link-text-decoration: none;
354
356
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
355
357
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
358
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
356
359
  --utrecht-breadcrumb-nav-divider-inline-size: 1px;
357
360
  --utrecht-border-width-sm: 1px;
358
361
  --utrecht-border-width-md: 2px;
@@ -423,6 +426,13 @@
423
426
  --utrecht-topnav-link-focus-background-color: var(--utrecht-color-yellow-80);
424
427
  --utrecht-topnav-link-color: var(--utrecht-color-white);
425
428
  --utrecht-topnav-link-background-color: var(--utrecht-color-blue-40);
429
+ --utrecht-tooltip-padding-inline: var(--utrecht-space-inline-md);
430
+ --utrecht-tooltip-padding-block: var(--utrecht-space-block-xs);
431
+ --utrecht-tooltip-font-size: var(--utrecht-typography-scale-md-font-size);
432
+ --utrecht-tooltip-font-family: var(--utrecht-typography-sans-serif-font-family);
433
+ --utrecht-tooltip-color: var(--utrecht-color-grey-40);
434
+ --utrecht-tooltip-border-color: var(--utrecht-color-grey-40);
435
+ --utrecht-tooltip-background-color: var(--utrecht-color-white);
426
436
  --utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
427
437
  --utrecht-table-row-border-block-end-width: var(--utrecht-border-width-sm);
428
438
  --utrecht-table-row-border-block-end-color: var(--utrecht-color-grey-90);
@@ -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%)",
@@ -101,6 +101,8 @@
101
101
  @utrecht-toptask-link-min-inline-size: 15rem;
102
102
  @utrecht-toptask-link-min-block-size: 8.25rem;
103
103
  @utrecht-toptask-link-line-height: 1.2;
104
+ @utrecht-tooltip-border-width: 1px;
105
+ @utrecht-tooltip-border-radius: 0;
104
106
  @utrecht-textbox-border-bottom-width: 3px;
105
107
  @utrecht-textarea-border-bottom-width: 3px;
106
108
  @utrecht-textarea-border-block-end-width: 3px;
@@ -376,6 +378,7 @@
376
378
  @utrecht-breadcrumb-nav-link-text-decoration: none;
377
379
  @utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
378
380
  @utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
381
+ @utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
379
382
  @utrecht-breadcrumb-nav-min-block-size: 34px;
380
383
  @utrecht-body-line-height: 1.4;
381
384
  @utrecht-blockquote-margin-block-end: 1.6em;
@@ -501,6 +504,13 @@
501
504
  @utrecht-toptask-link-padding-block-start: @utrecht-space-block-xl;
502
505
  @utrecht-toptask-link-padding-block-end: @utrecht-space-block-xl;
503
506
  @utrecht-toptask-link-font-size: @utrecht-typography-scale-md-font-size;
507
+ @utrecht-tooltip-padding-inline: @utrecht-space-inline-md;
508
+ @utrecht-tooltip-padding-block: @utrecht-space-block-xs;
509
+ @utrecht-tooltip-font-size: @utrecht-typography-scale-md-font-size;
510
+ @utrecht-tooltip-font-family: @utrecht-typography-sans-serif-font-family;
511
+ @utrecht-tooltip-color: @utrecht-color-grey-40;
512
+ @utrecht-tooltip-border-color: @utrecht-color-grey-40;
513
+ @utrecht-tooltip-background-color: @utrecht-color-white;
504
514
  @utrecht-textarea-line-height: @utrecht-typography-line-height-md;
505
515
  @utrecht-table-row-alternate-even-color: @utrecht-color-black;
506
516
  @utrecht-table-row-alternate-even-background-color: @utrecht-color-grey-95;
@@ -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";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.1.0",
2
+ "version": "3.3.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design Tokens for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "SEE LICENSE IN ./LICENSE.md",
@@ -13,6 +13,11 @@
13
13
  }
14
14
  },
15
15
  "item": {
16
+ "first": {
17
+ "padding-inline-start": {
18
+ "value": "0"
19
+ }
20
+ },
16
21
  "padding-block-start": {
17
22
  "value": "{utrecht.space.block.xs}"
18
23
  },
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "tooltip": {
4
+ "background-color": { "value": "{utrecht.color.white}" },
5
+ "border-color": { "value": "{utrecht.color.grey.40}" },
6
+ "border-radius": { "value": "0" },
7
+ "border-width": { "value": "1px" },
8
+ "color": { "value": "{utrecht.color.grey.40}" },
9
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
10
+ "font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
11
+ "padding-inline": { "value": "{utrecht.space.inline.md}" },
12
+ "padding-block": { "value": "{utrecht.space.block.xs}" }
13
+ }
14
+ }
15
+ }