@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.cjs CHANGED
@@ -4020,6 +4020,47 @@ module.exports = {
4020
4020
  "type": "textCase"
4021
4021
  },
4022
4022
  "item": {
4023
+ "first": {
4024
+ "padding-inline-start": {
4025
+ "$extensions": {
4026
+ "nl.nldesignsystem.css.property": {
4027
+ "syntax": "<length>",
4028
+ "inherits": true
4029
+ },
4030
+ "nl.nldesignsystem.figma.supports-token": false,
4031
+ "studio.tokens": {
4032
+ "originalType": "spacing"
4033
+ }
4034
+ },
4035
+ "type": "dimension",
4036
+ "value": "0",
4037
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4038
+ "isSource": true,
4039
+ "original": {
4040
+ "$extensions": {
4041
+ "nl.nldesignsystem.css.property": {
4042
+ "syntax": "<length>",
4043
+ "inherits": true
4044
+ },
4045
+ "nl.nldesignsystem.figma.supports-token": false,
4046
+ "studio.tokens": {
4047
+ "originalType": "spacing"
4048
+ }
4049
+ },
4050
+ "type": "dimension",
4051
+ "value": "0"
4052
+ },
4053
+ "name": "padding-inline-start",
4054
+ "attributes": {},
4055
+ "path": [
4056
+ "utrecht",
4057
+ "breadcrumb-nav",
4058
+ "item",
4059
+ "first",
4060
+ "padding-inline-start"
4061
+ ]
4062
+ }
4063
+ },
4023
4064
  "padding-block-start": {
4024
4065
  "$extensions": {
4025
4066
  "nl.nldesignsystem.css.property": {
@@ -36293,6 +36334,398 @@ module.exports = {
36293
36334
  }
36294
36335
  }
36295
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
+ },
36296
36729
  "toptask-link": {
36297
36730
  "background-color": {
36298
36731
  "$extensions": {
package/dist/tokens.d.ts CHANGED
@@ -555,6 +555,9 @@ declare const tokens: {
555
555
  }
556
556
  },
557
557
  "item": {
558
+ "first": {
559
+ "padding-inline-start": DesignToken
560
+ },
558
561
  "padding-block-start": DesignToken,
559
562
  "padding-block-end": DesignToken,
560
563
  "padding-inline-end": DesignToken,
@@ -4686,6 +4689,56 @@ declare const tokens: {
4686
4689
  }
4687
4690
  }
4688
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
+ },
4689
4742
  "toptask-link": {
4690
4743
  "background-color": DesignToken,
4691
4744
  "color": DesignToken,