@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
@@ -103,6 +103,8 @@
103
103
  --utrecht-toptask-link-min-inline-size: 15rem;
104
104
  --utrecht-toptask-link-min-block-size: 8.25rem;
105
105
  --utrecht-toptask-link-line-height: 1.2;
106
+ --utrecht-tooltip-border-width: 1px;
107
+ --utrecht-tooltip-border-radius: 0;
106
108
  --utrecht-textbox-border-bottom-width: 3px;
107
109
  --utrecht-textarea-border-bottom-width: 3px;
108
110
  --utrecht-textarea-border-block-end-width: 3px;
@@ -504,6 +506,13 @@
504
506
  --utrecht-toptask-link-padding-block-start: var(--utrecht-space-block-xl);
505
507
  --utrecht-toptask-link-padding-block-end: var(--utrecht-space-block-xl);
506
508
  --utrecht-toptask-link-font-size: var(--utrecht-typography-scale-md-font-size);
509
+ --utrecht-tooltip-padding-inline: var(--utrecht-space-inline-md);
510
+ --utrecht-tooltip-padding-block: var(--utrecht-space-block-xs);
511
+ --utrecht-tooltip-font-size: var(--utrecht-typography-scale-md-font-size);
512
+ --utrecht-tooltip-font-family: var(--utrecht-typography-sans-serif-font-family);
513
+ --utrecht-tooltip-color: var(--utrecht-color-grey-40);
514
+ --utrecht-tooltip-border-color: var(--utrecht-color-grey-40);
515
+ --utrecht-tooltip-background-color: var(--utrecht-color-white);
507
516
  --utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
508
517
  --utrecht-table-row-alternate-even-color: var(--utrecht-color-black);
509
518
  --utrecht-table-row-alternate-even-background-color: var(--utrecht-color-grey-95);
package/dist/theme.css CHANGED
@@ -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;
@@ -424,6 +426,13 @@
424
426
  --utrecht-topnav-link-focus-background-color: var(--utrecht-color-yellow-80);
425
427
  --utrecht-topnav-link-color: var(--utrecht-color-white);
426
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);
427
436
  --utrecht-textarea-line-height: var(--utrecht-typography-line-height-md);
428
437
  --utrecht-table-row-border-block-end-width: var(--utrecht-border-width-sm);
429
438
  --utrecht-table-row-border-block-end-color: var(--utrecht-color-grey-90);
package/dist/tokens.cjs CHANGED
@@ -36334,6 +36334,398 @@ module.exports = {
36334
36334
  }
36335
36335
  }
36336
36336
  },
36337
+ "tooltip": {
36338
+ "background-color": {
36339
+ "$extensions": {
36340
+ "nl.nldesignsystem.css.property": {
36341
+ "syntax": "<color>",
36342
+ "inherits": true
36343
+ },
36344
+ "nl.nldesignsystem.figma.supports-token": false
36345
+ },
36346
+ "type": "color",
36347
+ "value": "hsl(0 0% 100%)",
36348
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36349
+ "isSource": true,
36350
+ "original": {
36351
+ "$extensions": {
36352
+ "nl.nldesignsystem.css.property": {
36353
+ "syntax": "<color>",
36354
+ "inherits": true
36355
+ },
36356
+ "nl.nldesignsystem.figma.supports-token": false
36357
+ },
36358
+ "type": "color",
36359
+ "value": "{utrecht.color.white}"
36360
+ },
36361
+ "name": "background-color",
36362
+ "attributes": {},
36363
+ "path": [
36364
+ "utrecht",
36365
+ "tooltip",
36366
+ "background-color"
36367
+ ]
36368
+ },
36369
+ "border-color": {
36370
+ "$extensions": {
36371
+ "nl.nldesignsystem.css.property": {
36372
+ "syntax": "<color>",
36373
+ "inherits": true
36374
+ },
36375
+ "nl.nldesignsystem.figma.supports-token": false
36376
+ },
36377
+ "type": "color",
36378
+ "value": "hsl(0 0% 40%)",
36379
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36380
+ "isSource": true,
36381
+ "original": {
36382
+ "$extensions": {
36383
+ "nl.nldesignsystem.css.property": {
36384
+ "syntax": "<color>",
36385
+ "inherits": true
36386
+ },
36387
+ "nl.nldesignsystem.figma.supports-token": false
36388
+ },
36389
+ "type": "color",
36390
+ "value": "{utrecht.color.grey.40}"
36391
+ },
36392
+ "name": "border-color",
36393
+ "attributes": {},
36394
+ "path": [
36395
+ "utrecht",
36396
+ "tooltip",
36397
+ "border-color"
36398
+ ]
36399
+ },
36400
+ "border-radius": {
36401
+ "$extensions": {
36402
+ "nl.nldesignsystem.css.property": {
36403
+ "syntax": "<length-percentage>",
36404
+ "inherits": true
36405
+ },
36406
+ "nl.nldesignsystem.figma.supports-token": false,
36407
+ "studio.tokens": {
36408
+ "originalType": "borderRadius"
36409
+ }
36410
+ },
36411
+ "type": "dimension",
36412
+ "value": "0",
36413
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36414
+ "isSource": true,
36415
+ "original": {
36416
+ "$extensions": {
36417
+ "nl.nldesignsystem.css.property": {
36418
+ "syntax": "<length-percentage>",
36419
+ "inherits": true
36420
+ },
36421
+ "nl.nldesignsystem.figma.supports-token": false,
36422
+ "studio.tokens": {
36423
+ "originalType": "borderRadius"
36424
+ }
36425
+ },
36426
+ "type": "dimension",
36427
+ "value": "0"
36428
+ },
36429
+ "name": "border-radius",
36430
+ "attributes": {},
36431
+ "path": [
36432
+ "utrecht",
36433
+ "tooltip",
36434
+ "border-radius"
36435
+ ]
36436
+ },
36437
+ "border-width": {
36438
+ "$extensions": {
36439
+ "nl.nldesignsystem.css.property": {
36440
+ "syntax": "<length>",
36441
+ "inherits": true
36442
+ },
36443
+ "nl.nldesignsystem.figma.supports-token": false,
36444
+ "studio.tokens": {
36445
+ "originalType": "borderWidth"
36446
+ }
36447
+ },
36448
+ "type": "dimension",
36449
+ "value": "1px",
36450
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36451
+ "isSource": true,
36452
+ "original": {
36453
+ "$extensions": {
36454
+ "nl.nldesignsystem.css.property": {
36455
+ "syntax": "<length>",
36456
+ "inherits": true
36457
+ },
36458
+ "nl.nldesignsystem.figma.supports-token": false,
36459
+ "studio.tokens": {
36460
+ "originalType": "borderWidth"
36461
+ }
36462
+ },
36463
+ "type": "dimension",
36464
+ "value": "1px"
36465
+ },
36466
+ "name": "border-width",
36467
+ "attributes": {},
36468
+ "path": [
36469
+ "utrecht",
36470
+ "tooltip",
36471
+ "border-width"
36472
+ ]
36473
+ },
36474
+ "color": {
36475
+ "$extensions": {
36476
+ "nl.nldesignsystem.css.property": {
36477
+ "syntax": "<color>",
36478
+ "inherits": true
36479
+ },
36480
+ "nl.nldesignsystem.figma.supports-token": false
36481
+ },
36482
+ "type": "color",
36483
+ "value": "hsl(0 0% 40%)",
36484
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36485
+ "isSource": true,
36486
+ "original": {
36487
+ "$extensions": {
36488
+ "nl.nldesignsystem.css.property": {
36489
+ "syntax": "<color>",
36490
+ "inherits": true
36491
+ },
36492
+ "nl.nldesignsystem.figma.supports-token": false
36493
+ },
36494
+ "type": "color",
36495
+ "value": "{utrecht.color.grey.40}"
36496
+ },
36497
+ "name": "color",
36498
+ "attributes": {},
36499
+ "path": [
36500
+ "utrecht",
36501
+ "tooltip",
36502
+ "color"
36503
+ ]
36504
+ },
36505
+ "font-family": {
36506
+ "$extensions": {
36507
+ "nl.nldesignsystem.css.property": {
36508
+ "syntax": "*",
36509
+ "inherits": true
36510
+ },
36511
+ "nl.nldesignsystem.figma.supports-token": false,
36512
+ "studio.tokens": {
36513
+ "originalType": "fontFamilies"
36514
+ }
36515
+ },
36516
+ "type": "fontFamily",
36517
+ "value": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
36518
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36519
+ "isSource": true,
36520
+ "original": {
36521
+ "$extensions": {
36522
+ "nl.nldesignsystem.css.property": {
36523
+ "syntax": "*",
36524
+ "inherits": true
36525
+ },
36526
+ "nl.nldesignsystem.figma.supports-token": false,
36527
+ "studio.tokens": {
36528
+ "originalType": "fontFamilies"
36529
+ }
36530
+ },
36531
+ "type": "fontFamily",
36532
+ "value": "{utrecht.typography.sans-serif.font-family}"
36533
+ },
36534
+ "name": "font-family",
36535
+ "attributes": {},
36536
+ "path": [
36537
+ "utrecht",
36538
+ "tooltip",
36539
+ "font-family"
36540
+ ]
36541
+ },
36542
+ "font-size": {
36543
+ "$extensions": {
36544
+ "nl.nldesignsystem.css.property": {
36545
+ "syntax": "<length>",
36546
+ "inherits": true
36547
+ },
36548
+ "nl.nldesignsystem.figma.supports-token": false,
36549
+ "studio.tokens": {
36550
+ "originalType": "fontSizes"
36551
+ }
36552
+ },
36553
+ "type": "fontSize",
36554
+ "value": "1rem",
36555
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36556
+ "isSource": true,
36557
+ "original": {
36558
+ "$extensions": {
36559
+ "nl.nldesignsystem.css.property": {
36560
+ "syntax": "<length>",
36561
+ "inherits": true
36562
+ },
36563
+ "nl.nldesignsystem.figma.supports-token": false,
36564
+ "studio.tokens": {
36565
+ "originalType": "fontSizes"
36566
+ }
36567
+ },
36568
+ "type": "fontSize",
36569
+ "value": "{utrecht.typography.scale.md.font-size}"
36570
+ },
36571
+ "name": "font-size",
36572
+ "attributes": {},
36573
+ "path": [
36574
+ "utrecht",
36575
+ "tooltip",
36576
+ "font-size"
36577
+ ]
36578
+ },
36579
+ "font-weight": {
36580
+ "$extensions": {
36581
+ "nl.nldesignsystem.css.property": {
36582
+ "syntax": "<number>",
36583
+ "inherits": false
36584
+ },
36585
+ "nl.nldesignsystem.figma.supports-token": false
36586
+ },
36587
+ "type": "fontWeights"
36588
+ },
36589
+ "line-height": {
36590
+ "$extensions": {
36591
+ "nl.nldesignsystem.css.property": {
36592
+ "syntax": [
36593
+ "<length>",
36594
+ "<number>"
36595
+ ],
36596
+ "inherits": true
36597
+ },
36598
+ "nl.nldesignsystem.figma.supports-token": false
36599
+ },
36600
+ "type": "lineHeights"
36601
+ },
36602
+ "max-inline-size": {
36603
+ "$extensions": {
36604
+ "nl.nldesignsystem.css.property": {
36605
+ "syntax": "<length>",
36606
+ "inherits": true
36607
+ },
36608
+ "nl.nldesignsystem.figma.supports-token": false
36609
+ },
36610
+ "type": "sizing"
36611
+ },
36612
+ "padding-block": {
36613
+ "$extensions": {
36614
+ "nl.nldesignsystem.css.property": {
36615
+ "syntax": "<length>",
36616
+ "inherits": true
36617
+ },
36618
+ "nl.nldesignsystem.figma.supports-token": false,
36619
+ "studio.tokens": {
36620
+ "originalType": "spacing"
36621
+ }
36622
+ },
36623
+ "type": "dimension",
36624
+ "value": "8px",
36625
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36626
+ "isSource": true,
36627
+ "original": {
36628
+ "$extensions": {
36629
+ "nl.nldesignsystem.css.property": {
36630
+ "syntax": "<length>",
36631
+ "inherits": true
36632
+ },
36633
+ "nl.nldesignsystem.figma.supports-token": false,
36634
+ "studio.tokens": {
36635
+ "originalType": "spacing"
36636
+ }
36637
+ },
36638
+ "type": "dimension",
36639
+ "value": "{utrecht.space.block.xs}"
36640
+ },
36641
+ "name": "padding-block",
36642
+ "attributes": {},
36643
+ "path": [
36644
+ "utrecht",
36645
+ "tooltip",
36646
+ "padding-block"
36647
+ ]
36648
+ },
36649
+ "padding-inline": {
36650
+ "$extensions": {
36651
+ "nl.nldesignsystem.css.property": {
36652
+ "syntax": "<length>",
36653
+ "inherits": true
36654
+ },
36655
+ "nl.nldesignsystem.figma.supports-token": false,
36656
+ "studio.tokens": {
36657
+ "originalType": "spacing"
36658
+ }
36659
+ },
36660
+ "type": "dimension",
36661
+ "value": "16px",
36662
+ "filePath": "src/component/utrecht/tooltip.tokens.json",
36663
+ "isSource": true,
36664
+ "original": {
36665
+ "$extensions": {
36666
+ "nl.nldesignsystem.css.property": {
36667
+ "syntax": "<length>",
36668
+ "inherits": true
36669
+ },
36670
+ "nl.nldesignsystem.figma.supports-token": false,
36671
+ "studio.tokens": {
36672
+ "originalType": "spacing"
36673
+ }
36674
+ },
36675
+ "type": "dimension",
36676
+ "value": "{utrecht.space.inline.md}"
36677
+ },
36678
+ "name": "padding-inline",
36679
+ "attributes": {},
36680
+ "path": [
36681
+ "utrecht",
36682
+ "tooltip",
36683
+ "padding-inline"
36684
+ ]
36685
+ },
36686
+ "transition-duration": {
36687
+ "$extensions": {
36688
+ "nl.nldesignsystem.css.property": {
36689
+ "syntax": "<time>",
36690
+ "inherits": true
36691
+ },
36692
+ "nl.nldesignsystem.figma.supports-token": false
36693
+ },
36694
+ "type": "other"
36695
+ },
36696
+ "transition-timing-function": {
36697
+ "$extensions": {
36698
+ "nl.nldesignsystem.css.property": {
36699
+ "syntax": "<time>",
36700
+ "inherits": true
36701
+ },
36702
+ "nl.nldesignsystem.figma.supports-token": false
36703
+ },
36704
+ "type": "other"
36705
+ },
36706
+ "z-index": {
36707
+ "$extensions": {
36708
+ "nl.nldesignsystem.css.property": {
36709
+ "syntax": "<number>",
36710
+ "inherits": true
36711
+ },
36712
+ "nl.nldesignsystem.figma.supports-token": false
36713
+ },
36714
+ "type": "other"
36715
+ },
36716
+ "arrow": {
36717
+ "size": {
36718
+ "$extensions": {
36719
+ "nl.nldesignsystem.css.property": {
36720
+ "syntax": "<length-percentage>",
36721
+ "inherits": true
36722
+ },
36723
+ "nl.nldesignsystem.figma.supports-token": false
36724
+ },
36725
+ "type": "sizing"
36726
+ }
36727
+ }
36728
+ },
36337
36729
  "toptask-link": {
36338
36730
  "background-color": {
36339
36731
  "$extensions": {
package/dist/tokens.d.ts CHANGED
@@ -4689,6 +4689,56 @@ declare const tokens: {
4689
4689
  }
4690
4690
  }
4691
4691
  },
4692
+ "tooltip": {
4693
+ "background-color": DesignToken,
4694
+ "border-color": DesignToken,
4695
+ "border-radius": DesignToken,
4696
+ "border-width": DesignToken,
4697
+ "color": DesignToken,
4698
+ "font-family": DesignToken,
4699
+ "font-size": DesignToken,
4700
+ "font-weight": {
4701
+ "$extensions": {
4702
+ "nl.nldesignsystem.css.property": {}
4703
+ }
4704
+ },
4705
+ "line-height": {
4706
+ "$extensions": {
4707
+ "nl.nldesignsystem.css.property": {
4708
+ "syntax": {}
4709
+ }
4710
+ }
4711
+ },
4712
+ "max-inline-size": {
4713
+ "$extensions": {
4714
+ "nl.nldesignsystem.css.property": {}
4715
+ }
4716
+ },
4717
+ "padding-block": DesignToken,
4718
+ "padding-inline": DesignToken,
4719
+ "transition-duration": {
4720
+ "$extensions": {
4721
+ "nl.nldesignsystem.css.property": {}
4722
+ }
4723
+ },
4724
+ "transition-timing-function": {
4725
+ "$extensions": {
4726
+ "nl.nldesignsystem.css.property": {}
4727
+ }
4728
+ },
4729
+ "z-index": {
4730
+ "$extensions": {
4731
+ "nl.nldesignsystem.css.property": {}
4732
+ }
4733
+ },
4734
+ "arrow": {
4735
+ "size": {
4736
+ "$extensions": {
4737
+ "nl.nldesignsystem.css.property": {}
4738
+ }
4739
+ }
4740
+ }
4741
+ },
4692
4742
  "toptask-link": {
4693
4743
  "background-color": DesignToken,
4694
4744
  "color": DesignToken,