@utrecht/design-tokens 6.0.0 → 6.1.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 +6 -0
  2. package/dist/_mixin-theme.scss +27 -2
  3. package/dist/_mixin.scss +27 -2
  4. package/dist/_variables.scss +27 -2
  5. package/dist/dark/_mixin-theme.scss +27 -2
  6. package/dist/dark/_mixin.scss +27 -2
  7. package/dist/dark/_variables.scss +27 -2
  8. package/dist/dark/index.cjs +27 -2
  9. package/dist/dark/index.css +28 -2
  10. package/dist/dark/index.d.ts +25 -0
  11. package/dist/dark/index.flat.json +28 -3
  12. package/dist/dark/index.json +733 -28
  13. package/dist/dark/index.mjs +27 -2
  14. package/dist/dark/index.tokens.json +64 -3
  15. package/dist/dark/list.json +733 -28
  16. package/dist/dark/list.mjs +733 -28
  17. package/dist/dark/property.css +23 -1
  18. package/dist/dark/root.css +27 -2
  19. package/dist/dark/theme-prince-xml.css +27 -2
  20. package/dist/dark/theme.css +27 -2
  21. package/dist/dark/tokens.cjs +645 -4
  22. package/dist/dark/tokens.d.ts +61 -0
  23. package/dist/dark/tokens.json +745 -4
  24. package/dist/dark/variables.cjs +27 -2
  25. package/dist/dark/variables.css +27 -2
  26. package/dist/dark/variables.d.ts +25 -0
  27. package/dist/dark/variables.json +28 -3
  28. package/dist/dark/variables.less +27 -2
  29. package/dist/dark/variables.mjs +27 -2
  30. package/dist/index.cjs +27 -2
  31. package/dist/index.css +55 -4
  32. package/dist/index.d.ts +25 -0
  33. package/dist/index.flat.json +28 -3
  34. package/dist/index.json +733 -28
  35. package/dist/index.mjs +27 -2
  36. package/dist/index.tokens.json +64 -3
  37. package/dist/list.json +733 -28
  38. package/dist/list.mjs +733 -28
  39. package/dist/property.css +23 -1
  40. package/dist/root.css +27 -2
  41. package/dist/theme-prince-xml.css +27 -2
  42. package/dist/theme.css +27 -2
  43. package/dist/tokens.cjs +645 -4
  44. package/dist/tokens.d.ts +61 -0
  45. package/dist/tokens.json +745 -4
  46. package/dist/variables.cjs +27 -2
  47. package/dist/variables.css +27 -2
  48. package/dist/variables.d.ts +25 -0
  49. package/dist/variables.json +28 -3
  50. package/dist/variables.less +27 -2
  51. package/dist/variables.mjs +27 -2
  52. package/package.json +1 -1
  53. package/src/component/utrecht/ordered-list.tokens.json +3 -0
  54. package/src/component/utrecht/unordered-list.tokens.json +123 -5
@@ -18182,6 +18182,37 @@ module.exports = {
18182
18182
  },
18183
18183
  },
18184
18184
  "ordered-list": {
18185
+ "line-height": {
18186
+ key: "{utrecht.ordered-list.line-height}",
18187
+ $extensions: {
18188
+ "nl.nldesignsystem.css-property-syntax": ["<length>", "<number>"],
18189
+ "nl.nldesignsystem.fallback": [
18190
+ "utrecht.unordered-list.line-height",
18191
+ "utrecht.document.line-height",
18192
+ ],
18193
+ "nl.nldesignsystem.figma-implementation": true,
18194
+ },
18195
+ $type: "dimension",
18196
+ $value: "1.5",
18197
+ filePath: "src/component/utrecht/ordered-list.tokens.json",
18198
+ isSource: true,
18199
+ original: {
18200
+ $extensions: {
18201
+ "nl.nldesignsystem.css-property-syntax": ["<length>", "<number>"],
18202
+ "nl.nldesignsystem.fallback": [
18203
+ "utrecht.unordered-list.line-height",
18204
+ "utrecht.document.line-height",
18205
+ ],
18206
+ "nl.nldesignsystem.figma-implementation": true,
18207
+ },
18208
+ $type: "dimension",
18209
+ $value: "{utrecht.typography.line-height.md}",
18210
+ key: "{utrecht.ordered-list.line-height}",
18211
+ },
18212
+ name: "line-height",
18213
+ attributes: {},
18214
+ path: ["utrecht", "ordered-list", "line-height"],
18215
+ },
18185
18216
  "margin-block-start": {
18186
18217
  key: "{utrecht.ordered-list.margin-block-start}",
18187
18218
  $extensions: {
@@ -24505,6 +24536,56 @@ module.exports = {
24505
24536
  },
24506
24537
  },
24507
24538
  "unordered-list": {
24539
+ "font-size": {
24540
+ key: "{utrecht.unordered-list.font-size}",
24541
+ $extensions: {
24542
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24543
+ "nl.nldesignsystem.fallback": ["utrecht.document.font-size"],
24544
+ "nl.nldesignsystem.figma-implementation": true,
24545
+ },
24546
+ $type: "dimension",
24547
+ $value: "1rem",
24548
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24549
+ isSource: true,
24550
+ original: {
24551
+ $extensions: {
24552
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24553
+ "nl.nldesignsystem.fallback": ["utrecht.document.font-size"],
24554
+ "nl.nldesignsystem.figma-implementation": true,
24555
+ },
24556
+ $type: "dimension",
24557
+ $value: "{utrecht.typography.scale.md.font-size}",
24558
+ key: "{utrecht.unordered-list.font-size}",
24559
+ },
24560
+ name: "font-size",
24561
+ attributes: {},
24562
+ path: ["utrecht", "unordered-list", "font-size"],
24563
+ },
24564
+ "line-height": {
24565
+ key: "{utrecht.unordered-list.line-height}",
24566
+ $extensions: {
24567
+ "nl.nldesignsystem.css-property-syntax": ["<length>", "<number>"],
24568
+ "nl.nldesignsystem.fallback": ["utrecht.document.line-height"],
24569
+ "nl.nldesignsystem.figma-implementation": true,
24570
+ },
24571
+ $type: "dimension",
24572
+ $value: "1.5",
24573
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24574
+ isSource: true,
24575
+ original: {
24576
+ $extensions: {
24577
+ "nl.nldesignsystem.css-property-syntax": ["<length>", "<number>"],
24578
+ "nl.nldesignsystem.fallback": ["utrecht.document.line-height"],
24579
+ "nl.nldesignsystem.figma-implementation": true,
24580
+ },
24581
+ $type: "dimension",
24582
+ $value: "{utrecht.typography.line-height.md}",
24583
+ key: "{utrecht.unordered-list.line-height}",
24584
+ },
24585
+ name: "line-height",
24586
+ attributes: {},
24587
+ path: ["utrecht", "unordered-list", "line-height"],
24588
+ },
24508
24589
  "margin-block-start": {
24509
24590
  key: "{utrecht.unordered-list.margin-block-start}",
24510
24591
  $extensions: {
@@ -24551,6 +24632,29 @@ module.exports = {
24551
24632
  attributes: {},
24552
24633
  path: ["utrecht", "unordered-list", "margin-block-end"],
24553
24634
  },
24635
+ "padding-inline-start": {
24636
+ key: "{utrecht.unordered-list.padding-inline-start}",
24637
+ $extensions: {
24638
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24639
+ "nl.nldesignsystem.figma-implementation": true,
24640
+ },
24641
+ $type: "dimension",
24642
+ $value: "0",
24643
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24644
+ isSource: true,
24645
+ original: {
24646
+ $extensions: {
24647
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24648
+ "nl.nldesignsystem.figma-implementation": true,
24649
+ },
24650
+ $type: "dimension",
24651
+ $value: "0",
24652
+ key: "{utrecht.unordered-list.padding-inline-start}",
24653
+ },
24654
+ name: "padding-inline-start",
24655
+ attributes: {},
24656
+ path: ["utrecht", "unordered-list", "padding-inline-start"],
24657
+ },
24554
24658
  item: {
24555
24659
  "margin-block-start": {
24556
24660
  key: "{utrecht.unordered-list.item.margin-block-start}",
@@ -24559,7 +24663,7 @@ module.exports = {
24559
24663
  "nl.nldesignsystem.figma-implementation": true,
24560
24664
  },
24561
24665
  $type: "dimension",
24562
- $value: "0.25rem",
24666
+ $value: "4px",
24563
24667
  filePath: "src/component/utrecht/unordered-list.tokens.json",
24564
24668
  isSource: true,
24565
24669
  original: {
@@ -24568,7 +24672,7 @@ module.exports = {
24568
24672
  "nl.nldesignsystem.figma-implementation": true,
24569
24673
  },
24570
24674
  $type: "dimension",
24571
- $value: "0.25rem",
24675
+ $value: "{utrecht.space.block.2xs}",
24572
24676
  key: "{utrecht.unordered-list.item.margin-block-start}",
24573
24677
  },
24574
24678
  name: "margin-block-start",
@@ -24582,7 +24686,7 @@ module.exports = {
24582
24686
  "nl.nldesignsystem.figma-implementation": true,
24583
24687
  },
24584
24688
  $type: "dimension",
24585
- $value: "0.25rem",
24689
+ $value: "4px",
24586
24690
  filePath: "src/component/utrecht/unordered-list.tokens.json",
24587
24691
  isSource: true,
24588
24692
  original: {
@@ -24591,13 +24695,36 @@ module.exports = {
24591
24695
  "nl.nldesignsystem.figma-implementation": true,
24592
24696
  },
24593
24697
  $type: "dimension",
24594
- $value: "0.25rem",
24698
+ $value: "{utrecht.space.block.2xs}",
24595
24699
  key: "{utrecht.unordered-list.item.margin-block-end}",
24596
24700
  },
24597
24701
  name: "margin-block-end",
24598
24702
  attributes: {},
24599
24703
  path: ["utrecht", "unordered-list", "item", "margin-block-end"],
24600
24704
  },
24705
+ "padding-inline-start": {
24706
+ key: "{utrecht.unordered-list.item.padding-inline-start}",
24707
+ $extensions: {
24708
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24709
+ "nl.nldesignsystem.figma-implementation": true,
24710
+ },
24711
+ $type: "dimension",
24712
+ $value: "1ch",
24713
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24714
+ isSource: true,
24715
+ original: {
24716
+ $extensions: {
24717
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24718
+ "nl.nldesignsystem.figma-implementation": true,
24719
+ },
24720
+ $type: "dimension",
24721
+ $value: "{utrecht.space.text.md}",
24722
+ key: "{utrecht.unordered-list.item.padding-inline-start}",
24723
+ },
24724
+ name: "padding-inline-start",
24725
+ attributes: {},
24726
+ path: ["utrecht", "unordered-list", "item", "padding-inline-start"],
24727
+ },
24601
24728
  },
24602
24729
  marker: {
24603
24730
  color: {
@@ -24623,6 +24750,520 @@ module.exports = {
24623
24750
  attributes: {},
24624
24751
  path: ["utrecht", "unordered-list", "marker", "color"],
24625
24752
  },
24753
+ "font-size": {
24754
+ key: "{utrecht.unordered-list.marker.font-size}",
24755
+ $extensions: {
24756
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24757
+ "nl.nldesignsystem.figma-implementation": false,
24758
+ },
24759
+ $type: "dimension",
24760
+ $value: "1rem",
24761
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24762
+ isSource: true,
24763
+ original: {
24764
+ $extensions: {
24765
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24766
+ "nl.nldesignsystem.figma-implementation": false,
24767
+ },
24768
+ $type: "dimension",
24769
+ $value: "{utrecht.typography.scale.md.font-size}",
24770
+ key: "{utrecht.unordered-list.marker.font-size}",
24771
+ },
24772
+ name: "font-size",
24773
+ attributes: {},
24774
+ path: ["utrecht", "unordered-list", "marker", "font-size"],
24775
+ },
24776
+ },
24777
+ "level-1": {
24778
+ "list-style-type": {
24779
+ key: "{utrecht.unordered-list.level-1.list-style-type}",
24780
+ $extensions: {
24781
+ "nl.nldesignsystem.css-property-syntax": "<string>",
24782
+ "nl.nldesignsystem.figma-implementation": false,
24783
+ },
24784
+ $type: "string",
24785
+ $value: '"●"',
24786
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24787
+ isSource: true,
24788
+ original: {
24789
+ $extensions: {
24790
+ "nl.nldesignsystem.css-property-syntax": "<string>",
24791
+ "nl.nldesignsystem.figma-implementation": false,
24792
+ },
24793
+ $type: "string",
24794
+ $value: '"●"',
24795
+ key: "{utrecht.unordered-list.level-1.list-style-type}",
24796
+ },
24797
+ name: "list-style-type",
24798
+ attributes: {},
24799
+ path: ["utrecht", "unordered-list", "level-1", "list-style-type"],
24800
+ },
24801
+ marker: {
24802
+ "font-size": {
24803
+ key: "{utrecht.unordered-list.level-1.marker.font-size}",
24804
+ $extensions: {
24805
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24806
+ "nl.nldesignsystem.figma-implementation": false,
24807
+ },
24808
+ $type: "dimension",
24809
+ $value: "1rem",
24810
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24811
+ isSource: true,
24812
+ original: {
24813
+ $extensions: {
24814
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24815
+ "nl.nldesignsystem.figma-implementation": false,
24816
+ },
24817
+ $type: "dimension",
24818
+ $value: "{utrecht.typography.scale.md.font-size}",
24819
+ key: "{utrecht.unordered-list.level-1.marker.font-size}",
24820
+ },
24821
+ name: "font-size",
24822
+ attributes: {},
24823
+ path: [
24824
+ "utrecht",
24825
+ "unordered-list",
24826
+ "level-1",
24827
+ "marker",
24828
+ "font-size",
24829
+ ],
24830
+ },
24831
+ },
24832
+ },
24833
+ "level-2": {
24834
+ "list-style-type": {
24835
+ key: "{utrecht.unordered-list.level-2.list-style-type}",
24836
+ $extensions: {
24837
+ "nl.nldesignsystem.css-property-syntax": "<string>",
24838
+ "nl.nldesignsystem.figma-implementation": false,
24839
+ },
24840
+ $type: "string",
24841
+ $value: '"○"',
24842
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24843
+ isSource: true,
24844
+ original: {
24845
+ $extensions: {
24846
+ "nl.nldesignsystem.css-property-syntax": "<string>",
24847
+ "nl.nldesignsystem.figma-implementation": false,
24848
+ },
24849
+ $type: "string",
24850
+ $value: '"○"',
24851
+ key: "{utrecht.unordered-list.level-2.list-style-type}",
24852
+ },
24853
+ name: "list-style-type",
24854
+ attributes: {},
24855
+ path: ["utrecht", "unordered-list", "level-2", "list-style-type"],
24856
+ },
24857
+ marker: {
24858
+ "font-size": {
24859
+ key: "{utrecht.unordered-list.level-2.marker.font-size}",
24860
+ $extensions: {
24861
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24862
+ "nl.nldesignsystem.figma-implementation": false,
24863
+ },
24864
+ $type: "dimension",
24865
+ $value: "1rem",
24866
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24867
+ isSource: true,
24868
+ original: {
24869
+ $extensions: {
24870
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24871
+ "nl.nldesignsystem.figma-implementation": false,
24872
+ },
24873
+ $type: "dimension",
24874
+ $value: "{utrecht.typography.scale.md.font-size}",
24875
+ key: "{utrecht.unordered-list.level-2.marker.font-size}",
24876
+ },
24877
+ name: "font-size",
24878
+ attributes: {},
24879
+ path: [
24880
+ "utrecht",
24881
+ "unordered-list",
24882
+ "level-2",
24883
+ "marker",
24884
+ "font-size",
24885
+ ],
24886
+ },
24887
+ },
24888
+ },
24889
+ "level-3": {
24890
+ "list-style-type": {
24891
+ key: "{utrecht.unordered-list.level-3.list-style-type}",
24892
+ $extensions: {
24893
+ "nl.nldesignsystem.css-property-syntax": "<string>",
24894
+ "nl.nldesignsystem.figma-implementation": false,
24895
+ },
24896
+ $type: "string",
24897
+ $value: '"◆"',
24898
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24899
+ isSource: true,
24900
+ original: {
24901
+ $extensions: {
24902
+ "nl.nldesignsystem.css-property-syntax": "<string>",
24903
+ "nl.nldesignsystem.figma-implementation": false,
24904
+ },
24905
+ $type: "string",
24906
+ $value: '"◆"',
24907
+ key: "{utrecht.unordered-list.level-3.list-style-type}",
24908
+ },
24909
+ name: "list-style-type",
24910
+ attributes: {},
24911
+ path: ["utrecht", "unordered-list", "level-3", "list-style-type"],
24912
+ },
24913
+ marker: {
24914
+ "font-size": {
24915
+ key: "{utrecht.unordered-list.level-3.marker.font-size}",
24916
+ $extensions: {
24917
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24918
+ "nl.nldesignsystem.figma-implementation": false,
24919
+ },
24920
+ $type: "dimension",
24921
+ $value: "1rem",
24922
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24923
+ isSource: true,
24924
+ original: {
24925
+ $extensions: {
24926
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24927
+ "nl.nldesignsystem.figma-implementation": false,
24928
+ },
24929
+ $type: "dimension",
24930
+ $value: "{utrecht.typography.scale.md.font-size}",
24931
+ key: "{utrecht.unordered-list.level-3.marker.font-size}",
24932
+ },
24933
+ name: "font-size",
24934
+ attributes: {},
24935
+ path: [
24936
+ "utrecht",
24937
+ "unordered-list",
24938
+ "level-3",
24939
+ "marker",
24940
+ "font-size",
24941
+ ],
24942
+ },
24943
+ },
24944
+ },
24945
+ "level-4": {
24946
+ "list-style-type": {
24947
+ key: "{utrecht.unordered-list.level-4.list-style-type}",
24948
+ $extensions: {
24949
+ "nl.nldesignsystem.css-property-syntax": "<string>",
24950
+ "nl.nldesignsystem.figma-implementation": false,
24951
+ },
24952
+ $type: "string",
24953
+ $value: '"◇"',
24954
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24955
+ isSource: true,
24956
+ original: {
24957
+ $extensions: {
24958
+ "nl.nldesignsystem.css-property-syntax": "<string>",
24959
+ "nl.nldesignsystem.figma-implementation": false,
24960
+ },
24961
+ $type: "string",
24962
+ $value: '"◇"',
24963
+ key: "{utrecht.unordered-list.level-4.list-style-type}",
24964
+ },
24965
+ name: "list-style-type",
24966
+ attributes: {},
24967
+ path: ["utrecht", "unordered-list", "level-4", "list-style-type"],
24968
+ },
24969
+ marker: {
24970
+ "font-size": {
24971
+ key: "{utrecht.unordered-list.level-4.marker.font-size}",
24972
+ $extensions: {
24973
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24974
+ "nl.nldesignsystem.figma-implementation": false,
24975
+ },
24976
+ $type: "dimension",
24977
+ $value: "1rem",
24978
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
24979
+ isSource: true,
24980
+ original: {
24981
+ $extensions: {
24982
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24983
+ "nl.nldesignsystem.figma-implementation": false,
24984
+ },
24985
+ $type: "dimension",
24986
+ $value: "{utrecht.typography.scale.md.font-size}",
24987
+ key: "{utrecht.unordered-list.level-4.marker.font-size}",
24988
+ },
24989
+ name: "font-size",
24990
+ attributes: {},
24991
+ path: [
24992
+ "utrecht",
24993
+ "unordered-list",
24994
+ "level-4",
24995
+ "marker",
24996
+ "font-size",
24997
+ ],
24998
+ },
24999
+ },
25000
+ },
25001
+ "level-5": {
25002
+ "list-style-type": {
25003
+ key: "{utrecht.unordered-list.level-5.list-style-type}",
25004
+ $extensions: {
25005
+ "nl.nldesignsystem.css-property-syntax": "<string>",
25006
+ "nl.nldesignsystem.figma-implementation": false,
25007
+ },
25008
+ $type: "string",
25009
+ $value: '"■"',
25010
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25011
+ isSource: true,
25012
+ original: {
25013
+ $extensions: {
25014
+ "nl.nldesignsystem.css-property-syntax": "<string>",
25015
+ "nl.nldesignsystem.figma-implementation": false,
25016
+ },
25017
+ $type: "string",
25018
+ $value: '"■"',
25019
+ key: "{utrecht.unordered-list.level-5.list-style-type}",
25020
+ },
25021
+ name: "list-style-type",
25022
+ attributes: {},
25023
+ path: ["utrecht", "unordered-list", "level-5", "list-style-type"],
25024
+ },
25025
+ marker: {
25026
+ "font-size": {
25027
+ key: "{utrecht.unordered-list.level-5.marker.font-size}",
25028
+ $extensions: {
25029
+ "nl.nldesignsystem.css-property-syntax": "<length>",
25030
+ "nl.nldesignsystem.figma-implementation": false,
25031
+ },
25032
+ $type: "dimension",
25033
+ $value: "1rem",
25034
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25035
+ isSource: true,
25036
+ original: {
25037
+ $extensions: {
25038
+ "nl.nldesignsystem.css-property-syntax": "<length>",
25039
+ "nl.nldesignsystem.figma-implementation": false,
25040
+ },
25041
+ $type: "dimension",
25042
+ $value: "{utrecht.typography.scale.md.font-size}",
25043
+ key: "{utrecht.unordered-list.level-5.marker.font-size}",
25044
+ },
25045
+ name: "font-size",
25046
+ attributes: {},
25047
+ path: [
25048
+ "utrecht",
25049
+ "unordered-list",
25050
+ "level-5",
25051
+ "marker",
25052
+ "font-size",
25053
+ ],
25054
+ },
25055
+ },
25056
+ },
25057
+ "level-6": {
25058
+ "list-style-type": {
25059
+ key: "{utrecht.unordered-list.level-6.list-style-type}",
25060
+ $extensions: {
25061
+ "nl.nldesignsystem.css-property-syntax": "<string>",
25062
+ "nl.nldesignsystem.figma-implementation": false,
25063
+ },
25064
+ $type: "string",
25065
+ $value: '"□"',
25066
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25067
+ isSource: true,
25068
+ original: {
25069
+ $extensions: {
25070
+ "nl.nldesignsystem.css-property-syntax": "<string>",
25071
+ "nl.nldesignsystem.figma-implementation": false,
25072
+ },
25073
+ $type: "string",
25074
+ $value: '"□"',
25075
+ key: "{utrecht.unordered-list.level-6.list-style-type}",
25076
+ },
25077
+ name: "list-style-type",
25078
+ attributes: {},
25079
+ path: ["utrecht", "unordered-list", "level-6", "list-style-type"],
25080
+ },
25081
+ marker: {
25082
+ "font-size": {
25083
+ key: "{utrecht.unordered-list.level-6.marker.font-size}",
25084
+ $extensions: {
25085
+ "nl.nldesignsystem.css-property-syntax": "<length>",
25086
+ "nl.nldesignsystem.figma-implementation": false,
25087
+ },
25088
+ $type: "dimension",
25089
+ $value: "1rem",
25090
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25091
+ isSource: true,
25092
+ original: {
25093
+ $extensions: {
25094
+ "nl.nldesignsystem.css-property-syntax": "<length>",
25095
+ "nl.nldesignsystem.figma-implementation": false,
25096
+ },
25097
+ $type: "dimension",
25098
+ $value: "{utrecht.typography.scale.md.font-size}",
25099
+ key: "{utrecht.unordered-list.level-6.marker.font-size}",
25100
+ },
25101
+ name: "font-size",
25102
+ attributes: {},
25103
+ path: [
25104
+ "utrecht",
25105
+ "unordered-list",
25106
+ "level-6",
25107
+ "marker",
25108
+ "font-size",
25109
+ ],
25110
+ },
25111
+ },
25112
+ },
25113
+ "level-7": {
25114
+ "list-style-type": {
25115
+ key: "{utrecht.unordered-list.level-7.list-style-type}",
25116
+ $extensions: {
25117
+ "nl.nldesignsystem.css-property-syntax": "<string>",
25118
+ "nl.nldesignsystem.figma-implementation": false,
25119
+ },
25120
+ $type: "string",
25121
+ $value: '"▲"',
25122
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25123
+ isSource: true,
25124
+ original: {
25125
+ $extensions: {
25126
+ "nl.nldesignsystem.css-property-syntax": "<string>",
25127
+ "nl.nldesignsystem.figma-implementation": false,
25128
+ },
25129
+ $type: "string",
25130
+ $value: '"▲"',
25131
+ key: "{utrecht.unordered-list.level-7.list-style-type}",
25132
+ },
25133
+ name: "list-style-type",
25134
+ attributes: {},
25135
+ path: ["utrecht", "unordered-list", "level-7", "list-style-type"],
25136
+ },
25137
+ marker: {
25138
+ "font-size": {
25139
+ key: "{utrecht.unordered-list.level-7.marker.font-size}",
25140
+ $extensions: {
25141
+ "nl.nldesignsystem.css-property-syntax": "<length>",
25142
+ "nl.nldesignsystem.figma-implementation": false,
25143
+ },
25144
+ $type: "dimension",
25145
+ $value: "0.75rem",
25146
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25147
+ isSource: true,
25148
+ original: {
25149
+ $extensions: {
25150
+ "nl.nldesignsystem.css-property-syntax": "<length>",
25151
+ "nl.nldesignsystem.figma-implementation": false,
25152
+ },
25153
+ $type: "dimension",
25154
+ $value: "0.75rem",
25155
+ key: "{utrecht.unordered-list.level-7.marker.font-size}",
25156
+ },
25157
+ name: "font-size",
25158
+ attributes: {},
25159
+ path: [
25160
+ "utrecht",
25161
+ "unordered-list",
25162
+ "level-7",
25163
+ "marker",
25164
+ "font-size",
25165
+ ],
25166
+ },
25167
+ },
25168
+ },
25169
+ "level-8": {
25170
+ "list-style-type": {
25171
+ key: "{utrecht.unordered-list.level-8.list-style-type}",
25172
+ $extensions: {
25173
+ "nl.nldesignsystem.css-property-syntax": "<string>",
25174
+ "nl.nldesignsystem.figma-implementation": false,
25175
+ },
25176
+ $type: "string",
25177
+ $value: '"△"',
25178
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25179
+ isSource: true,
25180
+ original: {
25181
+ $extensions: {
25182
+ "nl.nldesignsystem.css-property-syntax": "<string>",
25183
+ "nl.nldesignsystem.figma-implementation": false,
25184
+ },
25185
+ $type: "string",
25186
+ $value: '"△"',
25187
+ key: "{utrecht.unordered-list.level-8.list-style-type}",
25188
+ },
25189
+ name: "list-style-type",
25190
+ attributes: {},
25191
+ path: ["utrecht", "unordered-list", "level-8", "list-style-type"],
25192
+ },
25193
+ marker: {
25194
+ "font-size": {
25195
+ key: "{utrecht.unordered-list.level-8.marker.font-size}",
25196
+ $extensions: {
25197
+ "nl.nldesignsystem.css-property-syntax": "<length>",
25198
+ "nl.nldesignsystem.figma-implementation": false,
25199
+ },
25200
+ $type: "dimension",
25201
+ $value: "0.75rem",
25202
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25203
+ isSource: true,
25204
+ original: {
25205
+ $extensions: {
25206
+ "nl.nldesignsystem.css-property-syntax": "<length>",
25207
+ "nl.nldesignsystem.figma-implementation": false,
25208
+ },
25209
+ $type: "dimension",
25210
+ $value: "0.75rem",
25211
+ key: "{utrecht.unordered-list.level-8.marker.font-size}",
25212
+ },
25213
+ name: "font-size",
25214
+ attributes: {},
25215
+ path: [
25216
+ "utrecht",
25217
+ "unordered-list",
25218
+ "level-8",
25219
+ "marker",
25220
+ "font-size",
25221
+ ],
25222
+ },
25223
+ },
25224
+ },
25225
+ "margin-inline-start": {
25226
+ key: "{utrecht.unordered-list.margin-inline-start}",
25227
+ $value: "1ch",
25228
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25229
+ isSource: true,
25230
+ original: {
25231
+ $value: "{utrecht.space.text.md}",
25232
+ key: "{utrecht.unordered-list.margin-inline-start}",
25233
+ },
25234
+ name: "margin-inline-start",
25235
+ attributes: {},
25236
+ path: ["utrecht", "unordered-list", "margin-inline-start"],
25237
+ },
25238
+ nested: {
25239
+ "padding-inline-start": {
25240
+ key: "{utrecht.unordered-list.nested.padding-inline-start}",
25241
+ $value: "0",
25242
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25243
+ isSource: true,
25244
+ original: {
25245
+ $value: "0",
25246
+ key: "{utrecht.unordered-list.nested.padding-inline-start}",
25247
+ },
25248
+ name: "padding-inline-start",
25249
+ attributes: {},
25250
+ path: ["utrecht", "unordered-list", "nested", "padding-inline-start"],
25251
+ },
25252
+ },
25253
+ center: {
25254
+ "padding-inline-start": {
25255
+ key: "{utrecht.unordered-list.center.padding-inline-start}",
25256
+ $value: "1ch",
25257
+ filePath: "src/component/utrecht/unordered-list.tokens.json",
25258
+ isSource: true,
25259
+ original: {
25260
+ $value: "{utrecht.space.text.md}",
25261
+ key: "{utrecht.unordered-list.center.padding-inline-start}",
25262
+ },
25263
+ name: "padding-inline-start",
25264
+ attributes: {},
25265
+ path: ["utrecht", "unordered-list", "center", "padding-inline-start"],
25266
+ },
24626
25267
  },
24627
25268
  },
24628
25269
  color: {