@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
@@ -22552,6 +22552,47 @@ export default [
22552
22552
  "padding-inline-start"
22553
22553
  ]
22554
22554
  },
22555
+ {
22556
+ "key": "{utrecht.ordered-list.line-height}",
22557
+ "$extensions": {
22558
+ "nl.nldesignsystem.css-property-syntax": [
22559
+ "<length>",
22560
+ "<number>"
22561
+ ],
22562
+ "nl.nldesignsystem.fallback": [
22563
+ "utrecht.unordered-list.line-height",
22564
+ "utrecht.document.line-height"
22565
+ ],
22566
+ "nl.nldesignsystem.figma-implementation": true
22567
+ },
22568
+ "$type": "dimension",
22569
+ "$value": "1.5",
22570
+ "filePath": "src/component/utrecht/ordered-list.tokens.json",
22571
+ "isSource": true,
22572
+ "original": {
22573
+ "$extensions": {
22574
+ "nl.nldesignsystem.css-property-syntax": [
22575
+ "<length>",
22576
+ "<number>"
22577
+ ],
22578
+ "nl.nldesignsystem.fallback": [
22579
+ "utrecht.unordered-list.line-height",
22580
+ "utrecht.document.line-height"
22581
+ ],
22582
+ "nl.nldesignsystem.figma-implementation": true
22583
+ },
22584
+ "$type": "dimension",
22585
+ "$value": "{utrecht.typography.line-height.md}",
22586
+ "key": "{utrecht.ordered-list.line-height}"
22587
+ },
22588
+ "name": "utrechtOrderedListLineHeight",
22589
+ "attributes": {},
22590
+ "path": [
22591
+ "utrecht",
22592
+ "ordered-list",
22593
+ "line-height"
22594
+ ]
22595
+ },
22555
22596
  {
22556
22597
  "key": "{utrecht.ordered-list.margin-block-end}",
22557
22598
  "$extensions": {
@@ -32192,6 +32233,57 @@ export default [
32192
32233
  "font-weight"
32193
32234
  ]
32194
32235
  },
32236
+ {
32237
+ "key": "{utrecht.unordered-list.center.padding-inline-start}",
32238
+ "$value": "1ch",
32239
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32240
+ "isSource": true,
32241
+ "original": {
32242
+ "$value": "{utrecht.space.text.md}",
32243
+ "key": "{utrecht.unordered-list.center.padding-inline-start}"
32244
+ },
32245
+ "name": "utrechtUnorderedListCenterPaddingInlineStart",
32246
+ "attributes": {},
32247
+ "path": [
32248
+ "utrecht",
32249
+ "unordered-list",
32250
+ "center",
32251
+ "padding-inline-start"
32252
+ ]
32253
+ },
32254
+ {
32255
+ "key": "{utrecht.unordered-list.font-size}",
32256
+ "$extensions": {
32257
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32258
+ "nl.nldesignsystem.fallback": [
32259
+ "utrecht.document.font-size"
32260
+ ],
32261
+ "nl.nldesignsystem.figma-implementation": true
32262
+ },
32263
+ "$type": "dimension",
32264
+ "$value": "1rem",
32265
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32266
+ "isSource": true,
32267
+ "original": {
32268
+ "$extensions": {
32269
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32270
+ "nl.nldesignsystem.fallback": [
32271
+ "utrecht.document.font-size"
32272
+ ],
32273
+ "nl.nldesignsystem.figma-implementation": true
32274
+ },
32275
+ "$type": "dimension",
32276
+ "$value": "{utrecht.typography.scale.md.font-size}",
32277
+ "key": "{utrecht.unordered-list.font-size}"
32278
+ },
32279
+ "name": "utrechtUnorderedListFontSize",
32280
+ "attributes": {},
32281
+ "path": [
32282
+ "utrecht",
32283
+ "unordered-list",
32284
+ "font-size"
32285
+ ]
32286
+ },
32195
32287
  {
32196
32288
  "key": "{utrecht.unordered-list.item.margin-block-end}",
32197
32289
  "$extensions": {
@@ -32199,7 +32291,7 @@ export default [
32199
32291
  "nl.nldesignsystem.figma-implementation": true
32200
32292
  },
32201
32293
  "$type": "dimension",
32202
- "$value": "0.25rem",
32294
+ "$value": "4px",
32203
32295
  "filePath": "src/component/utrecht/unordered-list.tokens.json",
32204
32296
  "isSource": true,
32205
32297
  "original": {
@@ -32208,7 +32300,7 @@ export default [
32208
32300
  "nl.nldesignsystem.figma-implementation": true
32209
32301
  },
32210
32302
  "$type": "dimension",
32211
- "$value": "0.25rem",
32303
+ "$value": "{utrecht.space.block.2xs}",
32212
32304
  "key": "{utrecht.unordered-list.item.margin-block-end}"
32213
32305
  },
32214
32306
  "name": "utrechtUnorderedListItemMarginBlockEnd",
@@ -32227,7 +32319,7 @@ export default [
32227
32319
  "nl.nldesignsystem.figma-implementation": true
32228
32320
  },
32229
32321
  "$type": "dimension",
32230
- "$value": "0.25rem",
32322
+ "$value": "4px",
32231
32323
  "filePath": "src/component/utrecht/unordered-list.tokens.json",
32232
32324
  "isSource": true,
32233
32325
  "original": {
@@ -32236,7 +32328,7 @@ export default [
32236
32328
  "nl.nldesignsystem.figma-implementation": true
32237
32329
  },
32238
32330
  "$type": "dimension",
32239
- "$value": "0.25rem",
32331
+ "$value": "{utrecht.space.block.2xs}",
32240
32332
  "key": "{utrecht.unordered-list.item.margin-block-start}"
32241
32333
  },
32242
32334
  "name": "utrechtUnorderedListItemMarginBlockStart",
@@ -32249,13 +32341,69 @@ export default [
32249
32341
  ]
32250
32342
  },
32251
32343
  {
32252
- "key": "{utrecht.unordered-list.margin-block-end}",
32344
+ "key": "{utrecht.unordered-list.item.padding-inline-start}",
32345
+ "$extensions": {
32346
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32347
+ "nl.nldesignsystem.figma-implementation": true
32348
+ },
32349
+ "$type": "dimension",
32350
+ "$value": "1ch",
32351
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32352
+ "isSource": true,
32353
+ "original": {
32354
+ "$extensions": {
32355
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32356
+ "nl.nldesignsystem.figma-implementation": true
32357
+ },
32358
+ "$type": "dimension",
32359
+ "$value": "{utrecht.space.text.md}",
32360
+ "key": "{utrecht.unordered-list.item.padding-inline-start}"
32361
+ },
32362
+ "name": "utrechtUnorderedListItemPaddingInlineStart",
32363
+ "attributes": {},
32364
+ "path": [
32365
+ "utrecht",
32366
+ "unordered-list",
32367
+ "item",
32368
+ "padding-inline-start"
32369
+ ]
32370
+ },
32371
+ {
32372
+ "key": "{utrecht.unordered-list.level-1.list-style-type}",
32373
+ "$extensions": {
32374
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32375
+ "nl.nldesignsystem.figma-implementation": false
32376
+ },
32377
+ "$type": "string",
32378
+ "$value": "\"●\"",
32379
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32380
+ "isSource": true,
32381
+ "original": {
32382
+ "$extensions": {
32383
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32384
+ "nl.nldesignsystem.figma-implementation": false
32385
+ },
32386
+ "$type": "string",
32387
+ "$value": "\"●\"",
32388
+ "key": "{utrecht.unordered-list.level-1.list-style-type}"
32389
+ },
32390
+ "name": "utrechtUnorderedListLevel1ListStyleType",
32391
+ "attributes": {},
32392
+ "path": [
32393
+ "utrecht",
32394
+ "unordered-list",
32395
+ "level-1",
32396
+ "list-style-type"
32397
+ ]
32398
+ },
32399
+ {
32400
+ "key": "{utrecht.unordered-list.level-1.marker.font-size}",
32253
32401
  "$extensions": {
32254
32402
  "nl.nldesignsystem.css-property-syntax": "<length>",
32255
32403
  "nl.nldesignsystem.figma-implementation": false
32256
32404
  },
32257
32405
  "$type": "dimension",
32258
- "$value": "0",
32406
+ "$value": "1rem",
32259
32407
  "filePath": "src/component/utrecht/unordered-list.tokens.json",
32260
32408
  "isSource": true,
32261
32409
  "original": {
@@ -32264,25 +32412,55 @@ export default [
32264
32412
  "nl.nldesignsystem.figma-implementation": false
32265
32413
  },
32266
32414
  "$type": "dimension",
32267
- "$value": "0",
32268
- "key": "{utrecht.unordered-list.margin-block-end}"
32415
+ "$value": "{utrecht.typography.scale.md.font-size}",
32416
+ "key": "{utrecht.unordered-list.level-1.marker.font-size}"
32269
32417
  },
32270
- "name": "utrechtUnorderedListMarginBlockEnd",
32418
+ "name": "utrechtUnorderedListLevel1MarkerFontSize",
32271
32419
  "attributes": {},
32272
32420
  "path": [
32273
32421
  "utrecht",
32274
32422
  "unordered-list",
32275
- "margin-block-end"
32423
+ "level-1",
32424
+ "marker",
32425
+ "font-size"
32276
32426
  ]
32277
32427
  },
32278
32428
  {
32279
- "key": "{utrecht.unordered-list.margin-block-start}",
32429
+ "key": "{utrecht.unordered-list.level-2.list-style-type}",
32430
+ "$extensions": {
32431
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32432
+ "nl.nldesignsystem.figma-implementation": false
32433
+ },
32434
+ "$type": "string",
32435
+ "$value": "\"○\"",
32436
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32437
+ "isSource": true,
32438
+ "original": {
32439
+ "$extensions": {
32440
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32441
+ "nl.nldesignsystem.figma-implementation": false
32442
+ },
32443
+ "$type": "string",
32444
+ "$value": "\"○\"",
32445
+ "key": "{utrecht.unordered-list.level-2.list-style-type}"
32446
+ },
32447
+ "name": "utrechtUnorderedListLevel2ListStyleType",
32448
+ "attributes": {},
32449
+ "path": [
32450
+ "utrecht",
32451
+ "unordered-list",
32452
+ "level-2",
32453
+ "list-style-type"
32454
+ ]
32455
+ },
32456
+ {
32457
+ "key": "{utrecht.unordered-list.level-2.marker.font-size}",
32280
32458
  "$extensions": {
32281
32459
  "nl.nldesignsystem.css-property-syntax": "<length>",
32282
32460
  "nl.nldesignsystem.figma-implementation": false
32283
32461
  },
32284
32462
  "$type": "dimension",
32285
- "$value": "16px",
32463
+ "$value": "1rem",
32286
32464
  "filePath": "src/component/utrecht/unordered-list.tokens.json",
32287
32465
  "isSource": true,
32288
32466
  "original": {
@@ -32291,43 +32469,570 @@ export default [
32291
32469
  "nl.nldesignsystem.figma-implementation": false
32292
32470
  },
32293
32471
  "$type": "dimension",
32294
- "$value": "{utrecht.space.block.md}",
32295
- "key": "{utrecht.unordered-list.margin-block-start}"
32472
+ "$value": "{utrecht.typography.scale.md.font-size}",
32473
+ "key": "{utrecht.unordered-list.level-2.marker.font-size}"
32296
32474
  },
32297
- "name": "utrechtUnorderedListMarginBlockStart",
32475
+ "name": "utrechtUnorderedListLevel2MarkerFontSize",
32298
32476
  "attributes": {},
32299
32477
  "path": [
32300
32478
  "utrecht",
32301
32479
  "unordered-list",
32302
- "margin-block-start"
32480
+ "level-2",
32481
+ "marker",
32482
+ "font-size"
32303
32483
  ]
32304
32484
  },
32305
32485
  {
32306
- "key": "{utrecht.unordered-list.marker.color}",
32486
+ "key": "{utrecht.unordered-list.level-3.list-style-type}",
32307
32487
  "$extensions": {
32308
- "nl.nldesignsystem.css-property-syntax": "<color>",
32309
- "nl.nldesignsystem.figma-implementation": true
32488
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32489
+ "nl.nldesignsystem.figma-implementation": false
32310
32490
  },
32311
- "$type": "color",
32312
- "$value": "hsl(0 100% 40%)",
32491
+ "$type": "string",
32492
+ "$value": "\"◆\"",
32313
32493
  "filePath": "src/component/utrecht/unordered-list.tokens.json",
32314
32494
  "isSource": true,
32315
32495
  "original": {
32316
32496
  "$extensions": {
32317
- "nl.nldesignsystem.css-property-syntax": "<color>",
32318
- "nl.nldesignsystem.figma-implementation": true
32497
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32498
+ "nl.nldesignsystem.figma-implementation": false
32319
32499
  },
32320
- "$type": "color",
32321
- "$value": "{utrecht.color.red.40}",
32322
- "key": "{utrecht.unordered-list.marker.color}"
32500
+ "$type": "string",
32501
+ "$value": "\"◆\"",
32502
+ "key": "{utrecht.unordered-list.level-3.list-style-type}"
32323
32503
  },
32324
- "name": "utrechtUnorderedListMarkerColor",
32504
+ "name": "utrechtUnorderedListLevel3ListStyleType",
32505
+ "attributes": {},
32506
+ "path": [
32507
+ "utrecht",
32508
+ "unordered-list",
32509
+ "level-3",
32510
+ "list-style-type"
32511
+ ]
32512
+ },
32513
+ {
32514
+ "key": "{utrecht.unordered-list.level-3.marker.font-size}",
32515
+ "$extensions": {
32516
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32517
+ "nl.nldesignsystem.figma-implementation": false
32518
+ },
32519
+ "$type": "dimension",
32520
+ "$value": "1rem",
32521
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32522
+ "isSource": true,
32523
+ "original": {
32524
+ "$extensions": {
32525
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32526
+ "nl.nldesignsystem.figma-implementation": false
32527
+ },
32528
+ "$type": "dimension",
32529
+ "$value": "{utrecht.typography.scale.md.font-size}",
32530
+ "key": "{utrecht.unordered-list.level-3.marker.font-size}"
32531
+ },
32532
+ "name": "utrechtUnorderedListLevel3MarkerFontSize",
32325
32533
  "attributes": {},
32326
32534
  "path": [
32327
32535
  "utrecht",
32328
32536
  "unordered-list",
32537
+ "level-3",
32329
32538
  "marker",
32330
- "color"
32539
+ "font-size"
32540
+ ]
32541
+ },
32542
+ {
32543
+ "key": "{utrecht.unordered-list.level-4.list-style-type}",
32544
+ "$extensions": {
32545
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32546
+ "nl.nldesignsystem.figma-implementation": false
32547
+ },
32548
+ "$type": "string",
32549
+ "$value": "\"◇\"",
32550
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32551
+ "isSource": true,
32552
+ "original": {
32553
+ "$extensions": {
32554
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32555
+ "nl.nldesignsystem.figma-implementation": false
32556
+ },
32557
+ "$type": "string",
32558
+ "$value": "\"◇\"",
32559
+ "key": "{utrecht.unordered-list.level-4.list-style-type}"
32560
+ },
32561
+ "name": "utrechtUnorderedListLevel4ListStyleType",
32562
+ "attributes": {},
32563
+ "path": [
32564
+ "utrecht",
32565
+ "unordered-list",
32566
+ "level-4",
32567
+ "list-style-type"
32568
+ ]
32569
+ },
32570
+ {
32571
+ "key": "{utrecht.unordered-list.level-4.marker.font-size}",
32572
+ "$extensions": {
32573
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32574
+ "nl.nldesignsystem.figma-implementation": false
32575
+ },
32576
+ "$type": "dimension",
32577
+ "$value": "1rem",
32578
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32579
+ "isSource": true,
32580
+ "original": {
32581
+ "$extensions": {
32582
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32583
+ "nl.nldesignsystem.figma-implementation": false
32584
+ },
32585
+ "$type": "dimension",
32586
+ "$value": "{utrecht.typography.scale.md.font-size}",
32587
+ "key": "{utrecht.unordered-list.level-4.marker.font-size}"
32588
+ },
32589
+ "name": "utrechtUnorderedListLevel4MarkerFontSize",
32590
+ "attributes": {},
32591
+ "path": [
32592
+ "utrecht",
32593
+ "unordered-list",
32594
+ "level-4",
32595
+ "marker",
32596
+ "font-size"
32597
+ ]
32598
+ },
32599
+ {
32600
+ "key": "{utrecht.unordered-list.level-5.list-style-type}",
32601
+ "$extensions": {
32602
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32603
+ "nl.nldesignsystem.figma-implementation": false
32604
+ },
32605
+ "$type": "string",
32606
+ "$value": "\"■\"",
32607
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32608
+ "isSource": true,
32609
+ "original": {
32610
+ "$extensions": {
32611
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32612
+ "nl.nldesignsystem.figma-implementation": false
32613
+ },
32614
+ "$type": "string",
32615
+ "$value": "\"■\"",
32616
+ "key": "{utrecht.unordered-list.level-5.list-style-type}"
32617
+ },
32618
+ "name": "utrechtUnorderedListLevel5ListStyleType",
32619
+ "attributes": {},
32620
+ "path": [
32621
+ "utrecht",
32622
+ "unordered-list",
32623
+ "level-5",
32624
+ "list-style-type"
32625
+ ]
32626
+ },
32627
+ {
32628
+ "key": "{utrecht.unordered-list.level-5.marker.font-size}",
32629
+ "$extensions": {
32630
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32631
+ "nl.nldesignsystem.figma-implementation": false
32632
+ },
32633
+ "$type": "dimension",
32634
+ "$value": "1rem",
32635
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32636
+ "isSource": true,
32637
+ "original": {
32638
+ "$extensions": {
32639
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32640
+ "nl.nldesignsystem.figma-implementation": false
32641
+ },
32642
+ "$type": "dimension",
32643
+ "$value": "{utrecht.typography.scale.md.font-size}",
32644
+ "key": "{utrecht.unordered-list.level-5.marker.font-size}"
32645
+ },
32646
+ "name": "utrechtUnorderedListLevel5MarkerFontSize",
32647
+ "attributes": {},
32648
+ "path": [
32649
+ "utrecht",
32650
+ "unordered-list",
32651
+ "level-5",
32652
+ "marker",
32653
+ "font-size"
32654
+ ]
32655
+ },
32656
+ {
32657
+ "key": "{utrecht.unordered-list.level-6.list-style-type}",
32658
+ "$extensions": {
32659
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32660
+ "nl.nldesignsystem.figma-implementation": false
32661
+ },
32662
+ "$type": "string",
32663
+ "$value": "\"□\"",
32664
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32665
+ "isSource": true,
32666
+ "original": {
32667
+ "$extensions": {
32668
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32669
+ "nl.nldesignsystem.figma-implementation": false
32670
+ },
32671
+ "$type": "string",
32672
+ "$value": "\"□\"",
32673
+ "key": "{utrecht.unordered-list.level-6.list-style-type}"
32674
+ },
32675
+ "name": "utrechtUnorderedListLevel6ListStyleType",
32676
+ "attributes": {},
32677
+ "path": [
32678
+ "utrecht",
32679
+ "unordered-list",
32680
+ "level-6",
32681
+ "list-style-type"
32682
+ ]
32683
+ },
32684
+ {
32685
+ "key": "{utrecht.unordered-list.level-6.marker.font-size}",
32686
+ "$extensions": {
32687
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32688
+ "nl.nldesignsystem.figma-implementation": false
32689
+ },
32690
+ "$type": "dimension",
32691
+ "$value": "1rem",
32692
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32693
+ "isSource": true,
32694
+ "original": {
32695
+ "$extensions": {
32696
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32697
+ "nl.nldesignsystem.figma-implementation": false
32698
+ },
32699
+ "$type": "dimension",
32700
+ "$value": "{utrecht.typography.scale.md.font-size}",
32701
+ "key": "{utrecht.unordered-list.level-6.marker.font-size}"
32702
+ },
32703
+ "name": "utrechtUnorderedListLevel6MarkerFontSize",
32704
+ "attributes": {},
32705
+ "path": [
32706
+ "utrecht",
32707
+ "unordered-list",
32708
+ "level-6",
32709
+ "marker",
32710
+ "font-size"
32711
+ ]
32712
+ },
32713
+ {
32714
+ "key": "{utrecht.unordered-list.level-7.list-style-type}",
32715
+ "$extensions": {
32716
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32717
+ "nl.nldesignsystem.figma-implementation": false
32718
+ },
32719
+ "$type": "string",
32720
+ "$value": "\"▲\"",
32721
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32722
+ "isSource": true,
32723
+ "original": {
32724
+ "$extensions": {
32725
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32726
+ "nl.nldesignsystem.figma-implementation": false
32727
+ },
32728
+ "$type": "string",
32729
+ "$value": "\"▲\"",
32730
+ "key": "{utrecht.unordered-list.level-7.list-style-type}"
32731
+ },
32732
+ "name": "utrechtUnorderedListLevel7ListStyleType",
32733
+ "attributes": {},
32734
+ "path": [
32735
+ "utrecht",
32736
+ "unordered-list",
32737
+ "level-7",
32738
+ "list-style-type"
32739
+ ]
32740
+ },
32741
+ {
32742
+ "key": "{utrecht.unordered-list.level-7.marker.font-size}",
32743
+ "$extensions": {
32744
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32745
+ "nl.nldesignsystem.figma-implementation": false
32746
+ },
32747
+ "$type": "dimension",
32748
+ "$value": "0.75rem",
32749
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32750
+ "isSource": true,
32751
+ "original": {
32752
+ "$extensions": {
32753
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32754
+ "nl.nldesignsystem.figma-implementation": false
32755
+ },
32756
+ "$type": "dimension",
32757
+ "$value": "0.75rem",
32758
+ "key": "{utrecht.unordered-list.level-7.marker.font-size}"
32759
+ },
32760
+ "name": "utrechtUnorderedListLevel7MarkerFontSize",
32761
+ "attributes": {},
32762
+ "path": [
32763
+ "utrecht",
32764
+ "unordered-list",
32765
+ "level-7",
32766
+ "marker",
32767
+ "font-size"
32768
+ ]
32769
+ },
32770
+ {
32771
+ "key": "{utrecht.unordered-list.level-8.list-style-type}",
32772
+ "$extensions": {
32773
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32774
+ "nl.nldesignsystem.figma-implementation": false
32775
+ },
32776
+ "$type": "string",
32777
+ "$value": "\"△\"",
32778
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32779
+ "isSource": true,
32780
+ "original": {
32781
+ "$extensions": {
32782
+ "nl.nldesignsystem.css-property-syntax": "<string>",
32783
+ "nl.nldesignsystem.figma-implementation": false
32784
+ },
32785
+ "$type": "string",
32786
+ "$value": "\"△\"",
32787
+ "key": "{utrecht.unordered-list.level-8.list-style-type}"
32788
+ },
32789
+ "name": "utrechtUnorderedListLevel8ListStyleType",
32790
+ "attributes": {},
32791
+ "path": [
32792
+ "utrecht",
32793
+ "unordered-list",
32794
+ "level-8",
32795
+ "list-style-type"
32796
+ ]
32797
+ },
32798
+ {
32799
+ "key": "{utrecht.unordered-list.level-8.marker.font-size}",
32800
+ "$extensions": {
32801
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32802
+ "nl.nldesignsystem.figma-implementation": false
32803
+ },
32804
+ "$type": "dimension",
32805
+ "$value": "0.75rem",
32806
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32807
+ "isSource": true,
32808
+ "original": {
32809
+ "$extensions": {
32810
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32811
+ "nl.nldesignsystem.figma-implementation": false
32812
+ },
32813
+ "$type": "dimension",
32814
+ "$value": "0.75rem",
32815
+ "key": "{utrecht.unordered-list.level-8.marker.font-size}"
32816
+ },
32817
+ "name": "utrechtUnorderedListLevel8MarkerFontSize",
32818
+ "attributes": {},
32819
+ "path": [
32820
+ "utrecht",
32821
+ "unordered-list",
32822
+ "level-8",
32823
+ "marker",
32824
+ "font-size"
32825
+ ]
32826
+ },
32827
+ {
32828
+ "key": "{utrecht.unordered-list.line-height}",
32829
+ "$extensions": {
32830
+ "nl.nldesignsystem.css-property-syntax": [
32831
+ "<length>",
32832
+ "<number>"
32833
+ ],
32834
+ "nl.nldesignsystem.fallback": [
32835
+ "utrecht.document.line-height"
32836
+ ],
32837
+ "nl.nldesignsystem.figma-implementation": true
32838
+ },
32839
+ "$type": "dimension",
32840
+ "$value": "1.5",
32841
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32842
+ "isSource": true,
32843
+ "original": {
32844
+ "$extensions": {
32845
+ "nl.nldesignsystem.css-property-syntax": [
32846
+ "<length>",
32847
+ "<number>"
32848
+ ],
32849
+ "nl.nldesignsystem.fallback": [
32850
+ "utrecht.document.line-height"
32851
+ ],
32852
+ "nl.nldesignsystem.figma-implementation": true
32853
+ },
32854
+ "$type": "dimension",
32855
+ "$value": "{utrecht.typography.line-height.md}",
32856
+ "key": "{utrecht.unordered-list.line-height}"
32857
+ },
32858
+ "name": "utrechtUnorderedListLineHeight",
32859
+ "attributes": {},
32860
+ "path": [
32861
+ "utrecht",
32862
+ "unordered-list",
32863
+ "line-height"
32864
+ ]
32865
+ },
32866
+ {
32867
+ "key": "{utrecht.unordered-list.margin-block-end}",
32868
+ "$extensions": {
32869
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32870
+ "nl.nldesignsystem.figma-implementation": false
32871
+ },
32872
+ "$type": "dimension",
32873
+ "$value": "0",
32874
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32875
+ "isSource": true,
32876
+ "original": {
32877
+ "$extensions": {
32878
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32879
+ "nl.nldesignsystem.figma-implementation": false
32880
+ },
32881
+ "$type": "dimension",
32882
+ "$value": "0",
32883
+ "key": "{utrecht.unordered-list.margin-block-end}"
32884
+ },
32885
+ "name": "utrechtUnorderedListMarginBlockEnd",
32886
+ "attributes": {},
32887
+ "path": [
32888
+ "utrecht",
32889
+ "unordered-list",
32890
+ "margin-block-end"
32891
+ ]
32892
+ },
32893
+ {
32894
+ "key": "{utrecht.unordered-list.margin-block-start}",
32895
+ "$extensions": {
32896
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32897
+ "nl.nldesignsystem.figma-implementation": false
32898
+ },
32899
+ "$type": "dimension",
32900
+ "$value": "16px",
32901
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32902
+ "isSource": true,
32903
+ "original": {
32904
+ "$extensions": {
32905
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32906
+ "nl.nldesignsystem.figma-implementation": false
32907
+ },
32908
+ "$type": "dimension",
32909
+ "$value": "{utrecht.space.block.md}",
32910
+ "key": "{utrecht.unordered-list.margin-block-start}"
32911
+ },
32912
+ "name": "utrechtUnorderedListMarginBlockStart",
32913
+ "attributes": {},
32914
+ "path": [
32915
+ "utrecht",
32916
+ "unordered-list",
32917
+ "margin-block-start"
32918
+ ]
32919
+ },
32920
+ {
32921
+ "key": "{utrecht.unordered-list.margin-inline-start}",
32922
+ "$value": "1ch",
32923
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32924
+ "isSource": true,
32925
+ "original": {
32926
+ "$value": "{utrecht.space.text.md}",
32927
+ "key": "{utrecht.unordered-list.margin-inline-start}"
32928
+ },
32929
+ "name": "utrechtUnorderedListMarginInlineStart",
32930
+ "attributes": {},
32931
+ "path": [
32932
+ "utrecht",
32933
+ "unordered-list",
32934
+ "margin-inline-start"
32935
+ ]
32936
+ },
32937
+ {
32938
+ "key": "{utrecht.unordered-list.marker.color}",
32939
+ "$extensions": {
32940
+ "nl.nldesignsystem.css-property-syntax": "<color>",
32941
+ "nl.nldesignsystem.figma-implementation": true
32942
+ },
32943
+ "$type": "color",
32944
+ "$value": "hsl(0 100% 40%)",
32945
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32946
+ "isSource": true,
32947
+ "original": {
32948
+ "$extensions": {
32949
+ "nl.nldesignsystem.css-property-syntax": "<color>",
32950
+ "nl.nldesignsystem.figma-implementation": true
32951
+ },
32952
+ "$type": "color",
32953
+ "$value": "{utrecht.color.red.40}",
32954
+ "key": "{utrecht.unordered-list.marker.color}"
32955
+ },
32956
+ "name": "utrechtUnorderedListMarkerColor",
32957
+ "attributes": {},
32958
+ "path": [
32959
+ "utrecht",
32960
+ "unordered-list",
32961
+ "marker",
32962
+ "color"
32963
+ ]
32964
+ },
32965
+ {
32966
+ "key": "{utrecht.unordered-list.marker.font-size}",
32967
+ "$extensions": {
32968
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32969
+ "nl.nldesignsystem.figma-implementation": false
32970
+ },
32971
+ "$type": "dimension",
32972
+ "$value": "1rem",
32973
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32974
+ "isSource": true,
32975
+ "original": {
32976
+ "$extensions": {
32977
+ "nl.nldesignsystem.css-property-syntax": "<length>",
32978
+ "nl.nldesignsystem.figma-implementation": false
32979
+ },
32980
+ "$type": "dimension",
32981
+ "$value": "{utrecht.typography.scale.md.font-size}",
32982
+ "key": "{utrecht.unordered-list.marker.font-size}"
32983
+ },
32984
+ "name": "utrechtUnorderedListMarkerFontSize",
32985
+ "attributes": {},
32986
+ "path": [
32987
+ "utrecht",
32988
+ "unordered-list",
32989
+ "marker",
32990
+ "font-size"
32991
+ ]
32992
+ },
32993
+ {
32994
+ "key": "{utrecht.unordered-list.nested.padding-inline-start}",
32995
+ "$value": "0",
32996
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
32997
+ "isSource": true,
32998
+ "original": {
32999
+ "$value": "0",
33000
+ "key": "{utrecht.unordered-list.nested.padding-inline-start}"
33001
+ },
33002
+ "name": "utrechtUnorderedListNestedPaddingInlineStart",
33003
+ "attributes": {},
33004
+ "path": [
33005
+ "utrecht",
33006
+ "unordered-list",
33007
+ "nested",
33008
+ "padding-inline-start"
33009
+ ]
33010
+ },
33011
+ {
33012
+ "key": "{utrecht.unordered-list.padding-inline-start}",
33013
+ "$extensions": {
33014
+ "nl.nldesignsystem.css-property-syntax": "<length>",
33015
+ "nl.nldesignsystem.figma-implementation": true
33016
+ },
33017
+ "$type": "dimension",
33018
+ "$value": "0",
33019
+ "filePath": "src/component/utrecht/unordered-list.tokens.json",
33020
+ "isSource": true,
33021
+ "original": {
33022
+ "$extensions": {
33023
+ "nl.nldesignsystem.css-property-syntax": "<length>",
33024
+ "nl.nldesignsystem.figma-implementation": true
33025
+ },
33026
+ "$type": "dimension",
33027
+ "$value": "0",
33028
+ "key": "{utrecht.unordered-list.padding-inline-start}"
33029
+ },
33030
+ "name": "utrechtUnorderedListPaddingInlineStart",
33031
+ "attributes": {},
33032
+ "path": [
33033
+ "utrecht",
33034
+ "unordered-list",
33035
+ "padding-inline-start"
32331
33036
  ]
32332
33037
  }
32333
33038
  ];