@rijkshuisstijl-community/design-tokens 1.0.0-alpha.154 → 1.0.0-alpha.156

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 (53) hide show
  1. package/dist/_variables.scss +20 -17
  2. package/dist/index.css +20 -17
  3. package/dist/index.d.ts +19 -16
  4. package/dist/index.js +20 -17
  5. package/dist/index.json +19 -16
  6. package/dist/index.tokens.json +26 -23
  7. package/dist/root.css +20 -17
  8. package/dist/tokens.d.ts +26 -23
  9. package/dist/tokens.js +583 -510
  10. package/dist/uitvoerend-mintgroen-focus/_variables.scss +20 -17
  11. package/dist/uitvoerend-mintgroen-focus/index.css +20 -17
  12. package/dist/uitvoerend-mintgroen-focus/index.d.ts +19 -16
  13. package/dist/uitvoerend-mintgroen-focus/index.js +20 -17
  14. package/dist/uitvoerend-mintgroen-focus/index.json +19 -16
  15. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +26 -23
  16. package/dist/uitvoerend-mintgroen-focus/root.css +20 -17
  17. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +26 -23
  18. package/dist/uitvoerend-mintgroen-focus/tokens.js +583 -510
  19. package/dist/uitvoerend-violet/_variables.scss +20 -17
  20. package/dist/uitvoerend-violet/index.css +20 -17
  21. package/dist/uitvoerend-violet/index.d.ts +19 -16
  22. package/dist/uitvoerend-violet/index.js +20 -17
  23. package/dist/uitvoerend-violet/index.json +19 -16
  24. package/dist/uitvoerend-violet/index.tokens.json +26 -23
  25. package/dist/uitvoerend-violet/root.css +20 -17
  26. package/dist/uitvoerend-violet/tokens.d.ts +26 -23
  27. package/dist/uitvoerend-violet/tokens.js +583 -510
  28. package/dist/uitvoerend-violet-oud/_variables.scss +20 -17
  29. package/dist/uitvoerend-violet-oud/index.css +20 -17
  30. package/dist/uitvoerend-violet-oud/index.d.ts +19 -16
  31. package/dist/uitvoerend-violet-oud/index.js +20 -17
  32. package/dist/uitvoerend-violet-oud/index.json +19 -16
  33. package/dist/uitvoerend-violet-oud/index.tokens.json +26 -23
  34. package/dist/uitvoerend-violet-oud/root.css +20 -17
  35. package/dist/uitvoerend-violet-oud/tokens.d.ts +26 -23
  36. package/dist/uitvoerend-violet-oud/tokens.js +583 -510
  37. package/dist/wetgevend/_variables.scss +20 -17
  38. package/dist/wetgevend/index.css +20 -17
  39. package/dist/wetgevend/index.d.ts +19 -16
  40. package/dist/wetgevend/index.js +20 -17
  41. package/dist/wetgevend/index.json +19 -16
  42. package/dist/wetgevend/index.tokens.json +26 -23
  43. package/dist/wetgevend/root.css +20 -17
  44. package/dist/wetgevend/tokens.d.ts +26 -23
  45. package/dist/wetgevend/tokens.js +583 -510
  46. package/figma/figma.tokens.json +14 -2
  47. package/package.json +2 -2
  48. package/src/generated/base.tokens.json +79 -67
  49. package/src/generated/themes.json +356 -308
  50. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +79 -67
  51. package/src/generated/uitvoerend-violet/tokens.json +79 -67
  52. package/src/generated/uitvoerend-violet-oud/tokens.json +79 -67
  53. package/src/generated/wetgevend/tokens.json +79 -67
@@ -280,6 +280,10 @@
280
280
  }
281
281
  },
282
282
  "content": {
283
+ "font-size": {
284
+ "value": "1.125rem",
285
+ "type": "fontSizes"
286
+ },
283
287
  "column-gap": {
284
288
  "value": "0.5rem",
285
289
  "type": "space"
@@ -530,6 +534,10 @@
530
534
  "type": "spacing"
531
535
  },
532
536
  "content": {
537
+ "font-size": {
538
+ "value": "1.125rem",
539
+ "type": "fontSizes"
540
+ },
533
541
  "column-gap": {
534
542
  "value": "0.5rem",
535
543
  "type": "spacing"
@@ -860,11 +868,15 @@
860
868
  "inline-start": {
861
869
  "value": "2.5rem",
862
870
  "type": "spacing"
871
+ },
872
+ "inline-end": {
873
+ "value": "2.5rem",
874
+ "type": "spacing"
863
875
  }
864
876
  },
865
877
  "flex": {
866
878
  "direction": {
867
- "value": "row",
879
+ "value": "column",
868
880
  "type": "flexDirection"
869
881
  }
870
882
  }
@@ -3427,72 +3439,6 @@
3427
3439
  "type": "borderWidth"
3428
3440
  }
3429
3441
  },
3430
- "paragraph": {
3431
- "color": {
3432
- "value": "#154273",
3433
- "type": "color"
3434
- },
3435
- "font-family": {
3436
- "value": "Fira Sans, Arial, Verdana, sans-serif",
3437
- "type": "fontFamilies"
3438
- },
3439
- "font-size": {
3440
- "value": "1.25rem",
3441
- "type": "fontSizes"
3442
- },
3443
- "font-weight": {
3444
- "value": 400,
3445
- "type": "fontWeights"
3446
- },
3447
- "line-height": {
3448
- "value": "150%",
3449
- "type": "lineHeights"
3450
- },
3451
- "margin-block-end": {
3452
- "value": 0,
3453
- "type": "spacing"
3454
- },
3455
- "margin-block-start": {
3456
- "value": 0,
3457
- "type": "spacing"
3458
- },
3459
- "lead": {
3460
- "color": {
3461
- "value": "#154273",
3462
- "type": "color"
3463
- },
3464
- "font-size": {
3465
- "value": "1.5rem",
3466
- "type": "fontSizes"
3467
- },
3468
- "font-weight": {
3469
- "value": 400,
3470
- "type": "fontWeights"
3471
- },
3472
- "line-height": {
3473
- "value": "150%",
3474
- "type": "lineHeights"
3475
- }
3476
- },
3477
- "small": {
3478
- "color": {
3479
- "value": "#154273",
3480
- "type": "color"
3481
- },
3482
- "font-size": {
3483
- "value": "1.125rem",
3484
- "type": "fontSizes"
3485
- },
3486
- "font-weight": {
3487
- "value": 400,
3488
- "type": "fontWeights"
3489
- },
3490
- "line-height": {
3491
- "value": "150%",
3492
- "type": "lineHeights"
3493
- }
3494
- }
3495
- },
3496
3442
  "ordered-list": {
3497
3443
  "padding-inline-start": {
3498
3444
  "value": "1.5rem",
@@ -5356,6 +5302,72 @@
5356
5302
  }
5357
5303
  },
5358
5304
  "nl": {
5305
+ "paragraph": {
5306
+ "color": {
5307
+ "value": "#154273",
5308
+ "type": "color"
5309
+ },
5310
+ "font-family": {
5311
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
5312
+ "type": "fontFamilies"
5313
+ },
5314
+ "font-size": {
5315
+ "value": "1.25rem",
5316
+ "type": "fontSizes"
5317
+ },
5318
+ "font-weight": {
5319
+ "value": 400,
5320
+ "type": "fontWeights"
5321
+ },
5322
+ "line-height": {
5323
+ "value": "150%",
5324
+ "type": "lineHeights"
5325
+ },
5326
+ "margin-block-end": {
5327
+ "value": 0,
5328
+ "type": "spacing"
5329
+ },
5330
+ "margin-block-start": {
5331
+ "value": 0,
5332
+ "type": "spacing"
5333
+ },
5334
+ "lead": {
5335
+ "color": {
5336
+ "value": "#154273",
5337
+ "type": "color"
5338
+ },
5339
+ "font-size": {
5340
+ "value": "1.5rem",
5341
+ "type": "fontSizes"
5342
+ },
5343
+ "font-weight": {
5344
+ "value": 400,
5345
+ "type": "fontWeights"
5346
+ },
5347
+ "line-height": {
5348
+ "value": "150%",
5349
+ "type": "lineHeights"
5350
+ }
5351
+ },
5352
+ "small": {
5353
+ "color": {
5354
+ "value": "#154273",
5355
+ "type": "color"
5356
+ },
5357
+ "font-size": {
5358
+ "value": "1.125rem",
5359
+ "type": "fontSizes"
5360
+ },
5361
+ "font-weight": {
5362
+ "value": 400,
5363
+ "type": "fontWeights"
5364
+ },
5365
+ "line-height": {
5366
+ "value": "150%",
5367
+ "type": "lineHeights"
5368
+ }
5369
+ }
5370
+ },
5359
5371
  "heading-level-1": {
5360
5372
  "color": {
5361
5373
  "value": "#154273",