@utrecht/design-tokens 3.0.0 → 3.2.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.
- package/CHANGELOG.md +14 -0
- package/dist/_mixin-theme.scss +12 -0
- package/dist/_mixin.scss +12 -0
- package/dist/_variables.scss +12 -0
- package/dist/dark/_mixin-theme.scss +12 -0
- package/dist/dark/_mixin.scss +12 -0
- package/dist/dark/_variables.scss +12 -0
- package/dist/dark/index.cjs +12 -0
- package/dist/dark/index.css +12 -0
- package/dist/dark/index.d.ts +12 -0
- package/dist/dark/index.flat.json +12 -0
- package/dist/dark/index.json +396 -0
- package/dist/dark/index.mjs +12 -0
- package/dist/dark/index.tokens.json +77 -0
- package/dist/dark/list.json +396 -0
- package/dist/dark/list.mjs +396 -0
- package/dist/dark/property.css +12 -0
- package/dist/dark/root.css +12 -0
- package/dist/dark/theme-prince-xml.css +12 -0
- package/dist/dark/theme.css +12 -0
- package/dist/dark/tokens.cjs +461 -0
- package/dist/dark/tokens.d.ts +52 -0
- package/dist/dark/tokens.json +461 -0
- package/dist/dark/variables.cjs +12 -0
- package/dist/dark/variables.css +12 -0
- package/dist/dark/variables.d.ts +12 -0
- package/dist/dark/variables.json +12 -0
- package/dist/dark/variables.less +12 -0
- package/dist/dark/variables.mjs +12 -0
- package/dist/index.cjs +12 -0
- package/dist/index.css +24 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.flat.json +12 -0
- package/dist/index.json +396 -0
- package/dist/index.mjs +12 -0
- package/dist/index.tokens.json +77 -0
- package/dist/list.json +396 -0
- package/dist/list.mjs +396 -0
- package/dist/property.css +12 -0
- package/dist/root.css +12 -0
- package/dist/theme-prince-xml.css +12 -0
- package/dist/theme.css +12 -0
- package/dist/tokens.cjs +461 -0
- package/dist/tokens.d.ts +52 -0
- package/dist/tokens.json +461 -0
- package/dist/variables.cjs +12 -0
- package/dist/variables.css +12 -0
- package/dist/variables.d.ts +12 -0
- package/dist/variables.json +12 -0
- package/dist/variables.less +12 -0
- package/dist/variables.mjs +12 -0
- package/package.json +1 -1
- package/src/component/utrecht/breadcrumb-nav.tokens.json +5 -0
- package/src/component/utrecht/card.tokens.json +54 -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": {
|
|
@@ -10415,6 +10456,425 @@ module.exports = {
|
|
|
10415
10456
|
}
|
|
10416
10457
|
}
|
|
10417
10458
|
},
|
|
10459
|
+
"card": {
|
|
10460
|
+
"background-color": {
|
|
10461
|
+
"$extensions": {
|
|
10462
|
+
"nl.nldesignsystem.css.property": {
|
|
10463
|
+
"syntax": "<color>",
|
|
10464
|
+
"inherits": true
|
|
10465
|
+
},
|
|
10466
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10467
|
+
},
|
|
10468
|
+
"type": "color",
|
|
10469
|
+
"value": "hsl(211 60% 90%)",
|
|
10470
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10471
|
+
"isSource": true,
|
|
10472
|
+
"original": {
|
|
10473
|
+
"$extensions": {
|
|
10474
|
+
"nl.nldesignsystem.css.property": {
|
|
10475
|
+
"syntax": "<color>",
|
|
10476
|
+
"inherits": true
|
|
10477
|
+
},
|
|
10478
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10479
|
+
},
|
|
10480
|
+
"type": "color",
|
|
10481
|
+
"value": "{utrecht.color.blue.90}"
|
|
10482
|
+
},
|
|
10483
|
+
"name": "background-color",
|
|
10484
|
+
"attributes": {},
|
|
10485
|
+
"path": [
|
|
10486
|
+
"utrecht",
|
|
10487
|
+
"card",
|
|
10488
|
+
"background-color"
|
|
10489
|
+
]
|
|
10490
|
+
},
|
|
10491
|
+
"color": {
|
|
10492
|
+
"$extensions": {
|
|
10493
|
+
"nl.nldesignsystem.css.property": {
|
|
10494
|
+
"syntax": "<color>",
|
|
10495
|
+
"inherits": true
|
|
10496
|
+
},
|
|
10497
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10498
|
+
},
|
|
10499
|
+
"type": "color",
|
|
10500
|
+
"value": "hsl(0 0% 0%)",
|
|
10501
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10502
|
+
"isSource": true,
|
|
10503
|
+
"original": {
|
|
10504
|
+
"$extensions": {
|
|
10505
|
+
"nl.nldesignsystem.css.property": {
|
|
10506
|
+
"syntax": "<color>",
|
|
10507
|
+
"inherits": true
|
|
10508
|
+
},
|
|
10509
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10510
|
+
},
|
|
10511
|
+
"type": "color",
|
|
10512
|
+
"value": "{utrecht.color.black}"
|
|
10513
|
+
},
|
|
10514
|
+
"name": "color",
|
|
10515
|
+
"attributes": {},
|
|
10516
|
+
"path": [
|
|
10517
|
+
"utrecht",
|
|
10518
|
+
"card",
|
|
10519
|
+
"color"
|
|
10520
|
+
]
|
|
10521
|
+
},
|
|
10522
|
+
"max-inline-size": {
|
|
10523
|
+
"$extensions": {
|
|
10524
|
+
"nl.nldesignsystem.css.property": {
|
|
10525
|
+
"syntax": "<length>",
|
|
10526
|
+
"inherits": true
|
|
10527
|
+
},
|
|
10528
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10529
|
+
},
|
|
10530
|
+
"type": "dimension"
|
|
10531
|
+
},
|
|
10532
|
+
"border-radius": {
|
|
10533
|
+
"$extensions": {
|
|
10534
|
+
"nl.nldesignsystem.css.property": {
|
|
10535
|
+
"syntax": "<length>",
|
|
10536
|
+
"inherits": true
|
|
10537
|
+
},
|
|
10538
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10539
|
+
},
|
|
10540
|
+
"type": "dimension"
|
|
10541
|
+
},
|
|
10542
|
+
"box-shadow": {
|
|
10543
|
+
"$extensions": {
|
|
10544
|
+
"nl.nldesignsystem.css.property": {
|
|
10545
|
+
"syntax": "<shadow>",
|
|
10546
|
+
"inherits": true
|
|
10547
|
+
},
|
|
10548
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10549
|
+
},
|
|
10550
|
+
"type": "shadow"
|
|
10551
|
+
},
|
|
10552
|
+
"inline-size": {
|
|
10553
|
+
"$extensions": {
|
|
10554
|
+
"nl.nldesignsystem.css.property": {
|
|
10555
|
+
"syntax": "<length>",
|
|
10556
|
+
"inherits": true
|
|
10557
|
+
},
|
|
10558
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10559
|
+
},
|
|
10560
|
+
"type": "dimension"
|
|
10561
|
+
},
|
|
10562
|
+
"row-gap": {
|
|
10563
|
+
"$extensions": {
|
|
10564
|
+
"nl.nldesignsystem.css.property": {
|
|
10565
|
+
"syntax": "<length>",
|
|
10566
|
+
"inherits": true
|
|
10567
|
+
},
|
|
10568
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10569
|
+
},
|
|
10570
|
+
"type": "dimension"
|
|
10571
|
+
},
|
|
10572
|
+
"heading": {
|
|
10573
|
+
"color": {
|
|
10574
|
+
"$extensions": {
|
|
10575
|
+
"nl.nldesignsystem.css.property": {
|
|
10576
|
+
"syntax": "<color>",
|
|
10577
|
+
"inherits": true
|
|
10578
|
+
},
|
|
10579
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10580
|
+
},
|
|
10581
|
+
"type": "color",
|
|
10582
|
+
"value": "hsl(211 60% 35%)",
|
|
10583
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10584
|
+
"isSource": true,
|
|
10585
|
+
"original": {
|
|
10586
|
+
"$extensions": {
|
|
10587
|
+
"nl.nldesignsystem.css.property": {
|
|
10588
|
+
"syntax": "<color>",
|
|
10589
|
+
"inherits": true
|
|
10590
|
+
},
|
|
10591
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10592
|
+
},
|
|
10593
|
+
"type": "color",
|
|
10594
|
+
"value": "{utrecht.color.blue.35}"
|
|
10595
|
+
},
|
|
10596
|
+
"name": "color",
|
|
10597
|
+
"attributes": {},
|
|
10598
|
+
"path": [
|
|
10599
|
+
"utrecht",
|
|
10600
|
+
"card",
|
|
10601
|
+
"heading",
|
|
10602
|
+
"color"
|
|
10603
|
+
]
|
|
10604
|
+
},
|
|
10605
|
+
"padding-inline-start": {
|
|
10606
|
+
"$extensions": {
|
|
10607
|
+
"nl.nldesignsystem.css.property": {
|
|
10608
|
+
"syntax": "<length>",
|
|
10609
|
+
"inherits": true
|
|
10610
|
+
},
|
|
10611
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10612
|
+
},
|
|
10613
|
+
"type": "dimension",
|
|
10614
|
+
"value": "16px",
|
|
10615
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10616
|
+
"isSource": true,
|
|
10617
|
+
"original": {
|
|
10618
|
+
"$extensions": {
|
|
10619
|
+
"nl.nldesignsystem.css.property": {
|
|
10620
|
+
"syntax": "<length>",
|
|
10621
|
+
"inherits": true
|
|
10622
|
+
},
|
|
10623
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10624
|
+
},
|
|
10625
|
+
"type": "dimension",
|
|
10626
|
+
"value": "{utrecht.space.inline.md}"
|
|
10627
|
+
},
|
|
10628
|
+
"name": "padding-inline-start",
|
|
10629
|
+
"attributes": {},
|
|
10630
|
+
"path": [
|
|
10631
|
+
"utrecht",
|
|
10632
|
+
"card",
|
|
10633
|
+
"heading",
|
|
10634
|
+
"padding-inline-start"
|
|
10635
|
+
]
|
|
10636
|
+
},
|
|
10637
|
+
"padding-inline-end": {
|
|
10638
|
+
"$extensions": {
|
|
10639
|
+
"nl.nldesignsystem.css.property": {
|
|
10640
|
+
"syntax": "<length>",
|
|
10641
|
+
"inherits": true
|
|
10642
|
+
},
|
|
10643
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10644
|
+
},
|
|
10645
|
+
"type": "dimension",
|
|
10646
|
+
"value": "16px",
|
|
10647
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10648
|
+
"isSource": true,
|
|
10649
|
+
"original": {
|
|
10650
|
+
"$extensions": {
|
|
10651
|
+
"nl.nldesignsystem.css.property": {
|
|
10652
|
+
"syntax": "<length>",
|
|
10653
|
+
"inherits": true
|
|
10654
|
+
},
|
|
10655
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10656
|
+
},
|
|
10657
|
+
"type": "dimension",
|
|
10658
|
+
"value": "{utrecht.space.inline.md}"
|
|
10659
|
+
},
|
|
10660
|
+
"name": "padding-inline-end",
|
|
10661
|
+
"attributes": {},
|
|
10662
|
+
"path": [
|
|
10663
|
+
"utrecht",
|
|
10664
|
+
"card",
|
|
10665
|
+
"heading",
|
|
10666
|
+
"padding-inline-end"
|
|
10667
|
+
]
|
|
10668
|
+
}
|
|
10669
|
+
},
|
|
10670
|
+
"link": {
|
|
10671
|
+
"hover": {
|
|
10672
|
+
"text-decoration-thickness": {
|
|
10673
|
+
"$extensions": {
|
|
10674
|
+
"nl.nldesignsystem.css.property": {
|
|
10675
|
+
"syntax": "<length>",
|
|
10676
|
+
"inherits": true
|
|
10677
|
+
},
|
|
10678
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
10679
|
+
"studio.tokens": {
|
|
10680
|
+
"originalType": "borderWidth"
|
|
10681
|
+
}
|
|
10682
|
+
},
|
|
10683
|
+
"type": "dimension",
|
|
10684
|
+
"value": "3px",
|
|
10685
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10686
|
+
"isSource": true,
|
|
10687
|
+
"original": {
|
|
10688
|
+
"$extensions": {
|
|
10689
|
+
"nl.nldesignsystem.css.property": {
|
|
10690
|
+
"syntax": "<length>",
|
|
10691
|
+
"inherits": true
|
|
10692
|
+
},
|
|
10693
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
10694
|
+
"studio.tokens": {
|
|
10695
|
+
"originalType": "borderWidth"
|
|
10696
|
+
}
|
|
10697
|
+
},
|
|
10698
|
+
"type": "dimension",
|
|
10699
|
+
"value": "3px"
|
|
10700
|
+
},
|
|
10701
|
+
"name": "text-decoration-thickness",
|
|
10702
|
+
"attributes": {},
|
|
10703
|
+
"path": [
|
|
10704
|
+
"utrecht",
|
|
10705
|
+
"card",
|
|
10706
|
+
"link",
|
|
10707
|
+
"hover",
|
|
10708
|
+
"text-decoration-thickness"
|
|
10709
|
+
]
|
|
10710
|
+
}
|
|
10711
|
+
}
|
|
10712
|
+
},
|
|
10713
|
+
"content": {
|
|
10714
|
+
"row-gap": {
|
|
10715
|
+
"$extensions": {
|
|
10716
|
+
"nl.nldesignsystem.css.property": {
|
|
10717
|
+
"syntax": "<length>",
|
|
10718
|
+
"inherits": true
|
|
10719
|
+
},
|
|
10720
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10721
|
+
},
|
|
10722
|
+
"type": "dimension",
|
|
10723
|
+
"value": "16px",
|
|
10724
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10725
|
+
"isSource": true,
|
|
10726
|
+
"original": {
|
|
10727
|
+
"$extensions": {
|
|
10728
|
+
"nl.nldesignsystem.css.property": {
|
|
10729
|
+
"syntax": "<length>",
|
|
10730
|
+
"inherits": true
|
|
10731
|
+
},
|
|
10732
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10733
|
+
},
|
|
10734
|
+
"type": "dimension",
|
|
10735
|
+
"value": "{utrecht.space.row.md}"
|
|
10736
|
+
},
|
|
10737
|
+
"name": "row-gap",
|
|
10738
|
+
"attributes": {},
|
|
10739
|
+
"path": [
|
|
10740
|
+
"utrecht",
|
|
10741
|
+
"card",
|
|
10742
|
+
"content",
|
|
10743
|
+
"row-gap"
|
|
10744
|
+
]
|
|
10745
|
+
},
|
|
10746
|
+
"padding-block-start": {
|
|
10747
|
+
"$extensions": {
|
|
10748
|
+
"nl.nldesignsystem.css.property": {
|
|
10749
|
+
"syntax": "<length>",
|
|
10750
|
+
"inherits": true
|
|
10751
|
+
},
|
|
10752
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10753
|
+
},
|
|
10754
|
+
"type": "dimension",
|
|
10755
|
+
"value": "16px",
|
|
10756
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10757
|
+
"isSource": true,
|
|
10758
|
+
"original": {
|
|
10759
|
+
"$extensions": {
|
|
10760
|
+
"nl.nldesignsystem.css.property": {
|
|
10761
|
+
"syntax": "<length>",
|
|
10762
|
+
"inherits": true
|
|
10763
|
+
},
|
|
10764
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10765
|
+
},
|
|
10766
|
+
"type": "dimension",
|
|
10767
|
+
"value": "{utrecht.space.block.md}"
|
|
10768
|
+
},
|
|
10769
|
+
"name": "padding-block-start",
|
|
10770
|
+
"attributes": {},
|
|
10771
|
+
"path": [
|
|
10772
|
+
"utrecht",
|
|
10773
|
+
"card",
|
|
10774
|
+
"content",
|
|
10775
|
+
"padding-block-start"
|
|
10776
|
+
]
|
|
10777
|
+
},
|
|
10778
|
+
"padding-block-end": {
|
|
10779
|
+
"$extensions": {
|
|
10780
|
+
"nl.nldesignsystem.css.property": {
|
|
10781
|
+
"syntax": "<length>",
|
|
10782
|
+
"inherits": true
|
|
10783
|
+
},
|
|
10784
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10785
|
+
},
|
|
10786
|
+
"type": "dimension",
|
|
10787
|
+
"value": "16px",
|
|
10788
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10789
|
+
"isSource": true,
|
|
10790
|
+
"original": {
|
|
10791
|
+
"$extensions": {
|
|
10792
|
+
"nl.nldesignsystem.css.property": {
|
|
10793
|
+
"syntax": "<length>",
|
|
10794
|
+
"inherits": true
|
|
10795
|
+
},
|
|
10796
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10797
|
+
},
|
|
10798
|
+
"type": "dimension",
|
|
10799
|
+
"value": "{utrecht.space.block.md}"
|
|
10800
|
+
},
|
|
10801
|
+
"name": "padding-block-end",
|
|
10802
|
+
"attributes": {},
|
|
10803
|
+
"path": [
|
|
10804
|
+
"utrecht",
|
|
10805
|
+
"card",
|
|
10806
|
+
"content",
|
|
10807
|
+
"padding-block-end"
|
|
10808
|
+
]
|
|
10809
|
+
}
|
|
10810
|
+
},
|
|
10811
|
+
"body": {
|
|
10812
|
+
"padding-inline-start": {
|
|
10813
|
+
"$extensions": {
|
|
10814
|
+
"nl.nldesignsystem.css.property": {
|
|
10815
|
+
"syntax": "<length>",
|
|
10816
|
+
"inherits": true
|
|
10817
|
+
},
|
|
10818
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10819
|
+
},
|
|
10820
|
+
"type": "dimension",
|
|
10821
|
+
"value": "16px",
|
|
10822
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10823
|
+
"isSource": true,
|
|
10824
|
+
"original": {
|
|
10825
|
+
"$extensions": {
|
|
10826
|
+
"nl.nldesignsystem.css.property": {
|
|
10827
|
+
"syntax": "<length>",
|
|
10828
|
+
"inherits": true
|
|
10829
|
+
},
|
|
10830
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10831
|
+
},
|
|
10832
|
+
"type": "dimension",
|
|
10833
|
+
"value": "{utrecht.space.inline.md}"
|
|
10834
|
+
},
|
|
10835
|
+
"name": "padding-inline-start",
|
|
10836
|
+
"attributes": {},
|
|
10837
|
+
"path": [
|
|
10838
|
+
"utrecht",
|
|
10839
|
+
"card",
|
|
10840
|
+
"body",
|
|
10841
|
+
"padding-inline-start"
|
|
10842
|
+
]
|
|
10843
|
+
},
|
|
10844
|
+
"padding-inline-end": {
|
|
10845
|
+
"$extensions": {
|
|
10846
|
+
"nl.nldesignsystem.css.property": {
|
|
10847
|
+
"syntax": "<length>",
|
|
10848
|
+
"inherits": true
|
|
10849
|
+
},
|
|
10850
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10851
|
+
},
|
|
10852
|
+
"type": "dimension",
|
|
10853
|
+
"value": "16px",
|
|
10854
|
+
"filePath": "src/component/utrecht/card.tokens.json",
|
|
10855
|
+
"isSource": true,
|
|
10856
|
+
"original": {
|
|
10857
|
+
"$extensions": {
|
|
10858
|
+
"nl.nldesignsystem.css.property": {
|
|
10859
|
+
"syntax": "<length>",
|
|
10860
|
+
"inherits": true
|
|
10861
|
+
},
|
|
10862
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
10863
|
+
},
|
|
10864
|
+
"type": "dimension",
|
|
10865
|
+
"value": "{utrecht.space.inline.md}"
|
|
10866
|
+
},
|
|
10867
|
+
"name": "padding-inline-end",
|
|
10868
|
+
"attributes": {},
|
|
10869
|
+
"path": [
|
|
10870
|
+
"utrecht",
|
|
10871
|
+
"card",
|
|
10872
|
+
"body",
|
|
10873
|
+
"padding-inline-end"
|
|
10874
|
+
]
|
|
10875
|
+
}
|
|
10876
|
+
}
|
|
10877
|
+
},
|
|
10418
10878
|
"checkbox": {
|
|
10419
10879
|
"background-color": {
|
|
10420
10880
|
"$extensions": {
|
|
@@ -36712,6 +37172,7 @@ module.exports = {
|
|
|
36712
37172
|
}
|
|
36713
37173
|
}
|
|
36714
37174
|
},
|
|
37175
|
+
"youtube-video": {},
|
|
36715
37176
|
"color": {
|
|
36716
37177
|
"red": {
|
|
36717
37178
|
"20": {
|
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,
|
|
@@ -1226,6 +1229,54 @@ declare const tokens: {
|
|
|
1226
1229
|
"size": DesignToken
|
|
1227
1230
|
}
|
|
1228
1231
|
},
|
|
1232
|
+
"card": {
|
|
1233
|
+
"background-color": DesignToken,
|
|
1234
|
+
"color": DesignToken,
|
|
1235
|
+
"max-inline-size": {
|
|
1236
|
+
"$extensions": {
|
|
1237
|
+
"nl.nldesignsystem.css.property": {}
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"border-radius": {
|
|
1241
|
+
"$extensions": {
|
|
1242
|
+
"nl.nldesignsystem.css.property": {}
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"box-shadow": {
|
|
1246
|
+
"$extensions": {
|
|
1247
|
+
"nl.nldesignsystem.css.property": {}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
"inline-size": {
|
|
1251
|
+
"$extensions": {
|
|
1252
|
+
"nl.nldesignsystem.css.property": {}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"row-gap": {
|
|
1256
|
+
"$extensions": {
|
|
1257
|
+
"nl.nldesignsystem.css.property": {}
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"heading": {
|
|
1261
|
+
"color": DesignToken,
|
|
1262
|
+
"padding-inline-start": DesignToken,
|
|
1263
|
+
"padding-inline-end": DesignToken
|
|
1264
|
+
},
|
|
1265
|
+
"link": {
|
|
1266
|
+
"hover": {
|
|
1267
|
+
"text-decoration-thickness": DesignToken
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
"content": {
|
|
1271
|
+
"row-gap": DesignToken,
|
|
1272
|
+
"padding-block-start": DesignToken,
|
|
1273
|
+
"padding-block-end": DesignToken
|
|
1274
|
+
},
|
|
1275
|
+
"body": {
|
|
1276
|
+
"padding-inline-start": DesignToken,
|
|
1277
|
+
"padding-inline-end": DesignToken
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1229
1280
|
"checkbox": {
|
|
1230
1281
|
"background-color": DesignToken,
|
|
1231
1282
|
"border-color": DesignToken,
|
|
@@ -4741,6 +4792,7 @@ declare const tokens: {
|
|
|
4741
4792
|
}
|
|
4742
4793
|
}
|
|
4743
4794
|
},
|
|
4795
|
+
"youtube-video": {},
|
|
4744
4796
|
"color": {
|
|
4745
4797
|
"red": {
|
|
4746
4798
|
"20": DesignToken,
|