@utrecht/component-library-design-tokens 1.0.12 → 1.0.13

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 (2) hide show
  1. package/dist/tokens.json +167 -0
  2. package/package.json +5 -5
package/dist/tokens.json CHANGED
@@ -347,6 +347,173 @@
347
347
  }
348
348
  }
349
349
  },
350
+ "tooltip": {
351
+ "background-color": {
352
+ "$extensions": {
353
+ "nl.nldesignsystem.css.property": {
354
+ "syntax": "<color>",
355
+ "inherits": true
356
+ },
357
+ "nl.nldesignsystem.figma.supports-token": false
358
+ },
359
+ "type": "color"
360
+ },
361
+ "border-color": {
362
+ "$extensions": {
363
+ "nl.nldesignsystem.css.property": {
364
+ "syntax": "<color>",
365
+ "inherits": true
366
+ },
367
+ "nl.nldesignsystem.figma.supports-token": false
368
+ },
369
+ "type": "color"
370
+ },
371
+ "border-radius": {
372
+ "$extensions": {
373
+ "nl.nldesignsystem.css.property": {
374
+ "syntax": "<length-percentage>",
375
+ "inherits": true
376
+ },
377
+ "nl.nldesignsystem.figma.supports-token": false
378
+ },
379
+ "type": "borderRadius"
380
+ },
381
+ "border-width": {
382
+ "$extensions": {
383
+ "nl.nldesignsystem.css.property": {
384
+ "syntax": "<length>",
385
+ "inherits": true
386
+ },
387
+ "nl.nldesignsystem.figma.supports-token": false
388
+ },
389
+ "type": "borderWidth"
390
+ },
391
+ "color": {
392
+ "$extensions": {
393
+ "nl.nldesignsystem.css.property": {
394
+ "syntax": "<color>",
395
+ "inherits": true
396
+ },
397
+ "nl.nldesignsystem.figma.supports-token": false
398
+ },
399
+ "type": "color"
400
+ },
401
+ "font-family": {
402
+ "$extensions": {
403
+ "nl.nldesignsystem.css.property": {
404
+ "syntax": "*",
405
+ "inherits": true
406
+ },
407
+ "nl.nldesignsystem.figma.supports-token": false
408
+ },
409
+ "type": "fontFamilies"
410
+ },
411
+ "font-size": {
412
+ "$extensions": {
413
+ "nl.nldesignsystem.css.property": {
414
+ "syntax": "<length>",
415
+ "inherits": true
416
+ },
417
+ "nl.nldesignsystem.figma.supports-token": false
418
+ },
419
+ "type": "fontSizes"
420
+ },
421
+ "font-weight": {
422
+ "$extensions": {
423
+ "nl.nldesignsystem.css.property": {
424
+ "syntax": "<number>",
425
+ "inherits": false
426
+ },
427
+ "nl.nldesignsystem.figma.supports-token": false
428
+ },
429
+ "type": "fontWeights"
430
+ },
431
+ "line-height": {
432
+ "$extensions": {
433
+ "nl.nldesignsystem.css.property": {
434
+ "syntax": [
435
+ "<length>",
436
+ "<number>"
437
+ ],
438
+ "inherits": true
439
+ },
440
+ "nl.nldesignsystem.figma.supports-token": false
441
+ },
442
+ "type": "lineHeights"
443
+ },
444
+ "max-inline-size": {
445
+ "$extensions": {
446
+ "nl.nldesignsystem.css.property": {
447
+ "syntax": "<length>",
448
+ "inherits": true
449
+ },
450
+ "nl.nldesignsystem.figma.supports-token": false
451
+ },
452
+ "type": "sizing"
453
+ },
454
+ "padding-block": {
455
+ "$extensions": {
456
+ "nl.nldesignsystem.css.property": {
457
+ "syntax": "<length>",
458
+ "inherits": true
459
+ },
460
+ "nl.nldesignsystem.figma.supports-token": false
461
+ },
462
+ "type": "spacing"
463
+ },
464
+ "padding-inline": {
465
+ "$extensions": {
466
+ "nl.nldesignsystem.css.property": {
467
+ "syntax": "<length>",
468
+ "inherits": true
469
+ },
470
+ "nl.nldesignsystem.figma.supports-token": false
471
+ },
472
+ "type": "spacing"
473
+ },
474
+ "transition-duration": {
475
+ "$extensions": {
476
+ "nl.nldesignsystem.css.property": {
477
+ "syntax": "<time>",
478
+ "inherits": true
479
+ },
480
+ "nl.nldesignsystem.figma.supports-token": false
481
+ },
482
+ "type": "other"
483
+ },
484
+ "transition-timing-function": {
485
+ "$extensions": {
486
+ "nl.nldesignsystem.css.property": {
487
+ "syntax": "<time>",
488
+ "inherits": true
489
+ },
490
+ "nl.nldesignsystem.figma.supports-token": false
491
+ },
492
+ "type": "other"
493
+ },
494
+ "z-index": {
495
+ "$extensions": {
496
+ "nl.nldesignsystem.css.property": {
497
+ "syntax": "<number>",
498
+ "inherits": true
499
+ },
500
+ "nl.nldesignsystem.figma.supports-token": false
501
+ },
502
+ "type": "other"
503
+ },
504
+ "arrow": {
505
+ "size": {
506
+ "$extensions": {
507
+ "nl.nldesignsystem.css.property": {
508
+ "syntax": "<length-percentage>",
509
+ "inherits": true
510
+ },
511
+ "nl.nldesignsystem.figma.supports-token": false
512
+ },
513
+ "type": "sizing"
514
+ }
515
+ }
516
+ },
350
517
  "textbox": {
351
518
  "background-color": {
352
519
  "$extensions": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.12",
2
+ "version": "1.0.13",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design tokens metadata for the component library for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@utrecht/accordion-css": "2.0.0",
33
- "@utrecht/alert-css": "2.3.0",
33
+ "@utrecht/alert-css": "2.4.0",
34
34
  "@utrecht/alert-dialog-css": "1.4.2",
35
35
  "@utrecht/alternate-lang-nav-css": "1.3.1",
36
36
  "@utrecht/article-css": "1.5.1",
@@ -90,15 +90,15 @@
90
90
  "@utrecht/logo-image-css": "1.4.1",
91
91
  "@utrecht/map-marker-css": "1.4.1",
92
92
  "@utrecht/mark-css": "1.5.1",
93
- "@utrecht/multiline-data-css": "1.3.1",
94
93
  "@utrecht/nav-bar-css": "1.4.1",
94
+ "@utrecht/multiline-data-css": "1.3.1",
95
95
  "@utrecht/nav-list-css": "1.3.1",
96
96
  "@utrecht/number-badge-css": "2.3.1",
97
97
  "@utrecht/number-data-css": "1.4.1",
98
- "@utrecht/ordered-list-css": "1.5.2",
99
98
  "@utrecht/page-content-css": "1.4.1",
100
- "@utrecht/page-css": "1.4.1",
99
+ "@utrecht/ordered-list-css": "1.5.2",
101
100
  "@utrecht/page-footer-css": "2.1.1",
101
+ "@utrecht/page-css": "1.4.1",
102
102
  "@utrecht/page-header-css": "1.5.1",
103
103
  "@utrecht/pagination-css": "1.4.1",
104
104
  "@utrecht/paragraph-css": "2.3.1",