@rijkshuisstijl-community/design-tokens 1.0.0-alpha.153 → 1.0.0-alpha.155

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 +18 -16
  2. package/dist/index.css +18 -16
  3. package/dist/index.d.ts +18 -16
  4. package/dist/index.js +18 -16
  5. package/dist/index.json +17 -15
  6. package/dist/index.tokens.json +23 -21
  7. package/dist/root.css +18 -16
  8. package/dist/tokens.d.ts +24 -22
  9. package/dist/tokens.js +582 -532
  10. package/dist/uitvoerend-mintgroen-focus/_variables.scss +18 -16
  11. package/dist/uitvoerend-mintgroen-focus/index.css +18 -16
  12. package/dist/uitvoerend-mintgroen-focus/index.d.ts +18 -16
  13. package/dist/uitvoerend-mintgroen-focus/index.js +18 -16
  14. package/dist/uitvoerend-mintgroen-focus/index.json +17 -15
  15. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +23 -21
  16. package/dist/uitvoerend-mintgroen-focus/root.css +18 -16
  17. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +24 -22
  18. package/dist/uitvoerend-mintgroen-focus/tokens.js +582 -532
  19. package/dist/uitvoerend-violet/_variables.scss +18 -16
  20. package/dist/uitvoerend-violet/index.css +18 -16
  21. package/dist/uitvoerend-violet/index.d.ts +18 -16
  22. package/dist/uitvoerend-violet/index.js +18 -16
  23. package/dist/uitvoerend-violet/index.json +17 -15
  24. package/dist/uitvoerend-violet/index.tokens.json +23 -21
  25. package/dist/uitvoerend-violet/root.css +18 -16
  26. package/dist/uitvoerend-violet/tokens.d.ts +24 -22
  27. package/dist/uitvoerend-violet/tokens.js +582 -532
  28. package/dist/uitvoerend-violet-oud/_variables.scss +18 -16
  29. package/dist/uitvoerend-violet-oud/index.css +18 -16
  30. package/dist/uitvoerend-violet-oud/index.d.ts +18 -16
  31. package/dist/uitvoerend-violet-oud/index.js +18 -16
  32. package/dist/uitvoerend-violet-oud/index.json +17 -15
  33. package/dist/uitvoerend-violet-oud/index.tokens.json +23 -21
  34. package/dist/uitvoerend-violet-oud/root.css +18 -16
  35. package/dist/uitvoerend-violet-oud/tokens.d.ts +24 -22
  36. package/dist/uitvoerend-violet-oud/tokens.js +582 -532
  37. package/dist/wetgevend/_variables.scss +18 -16
  38. package/dist/wetgevend/index.css +18 -16
  39. package/dist/wetgevend/index.d.ts +18 -16
  40. package/dist/wetgevend/index.js +18 -16
  41. package/dist/wetgevend/index.json +17 -15
  42. package/dist/wetgevend/index.tokens.json +23 -21
  43. package/dist/wetgevend/root.css +18 -16
  44. package/dist/wetgevend/tokens.d.ts +24 -22
  45. package/dist/wetgevend/tokens.js +582 -532
  46. package/figma/figma.tokens.json +9 -1
  47. package/package.json +2 -2
  48. package/src/generated/base.tokens.json +74 -66
  49. package/src/generated/themes.json +342 -310
  50. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +74 -66
  51. package/src/generated/uitvoerend-violet/tokens.json +74 -66
  52. package/src/generated/uitvoerend-violet-oud/tokens.json +74 -66
  53. package/src/generated/wetgevend/tokens.json +74 -66
@@ -4489,6 +4489,10 @@
4489
4489
  "type": "spacing"
4490
4490
  },
4491
4491
  "content": {
4492
+ "font-size": {
4493
+ "value": "{rhc.font-size.paragraph.small}",
4494
+ "type": "fontSizes"
4495
+ },
4492
4496
  "column-gap": {
4493
4497
  "value": "{rhc.space.100}",
4494
4498
  "type": "spacing"
@@ -4683,6 +4687,10 @@
4683
4687
  }
4684
4688
  },
4685
4689
  "content": {
4690
+ "font-size": {
4691
+ "value": "{rhc.font-size.paragraph.small}",
4692
+ "type": "fontSizes"
4693
+ },
4686
4694
  "column-gap": {
4687
4695
  "value": "{rhc.space.100}",
4688
4696
  "type": "space"
@@ -5135,7 +5143,7 @@
5135
5143
  }
5136
5144
  },
5137
5145
  "components/paragraph": {
5138
- "utrecht": {
5146
+ "nl": {
5139
5147
  "paragraph": {
5140
5148
  "color": {
5141
5149
  "value": "{rhc.color.foreground.lint}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rijkshuisstijl-community/design-tokens",
3
- "version": "1.0.0-alpha.153",
3
+ "version": "1.0.0-alpha.155",
4
4
  "author": "Community for NL Design System",
5
5
  "description": "Example design tokens",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -32,5 +32,5 @@
32
32
  "style-dictionary": "3.9.2",
33
33
  "token-transformer": "0.0.33"
34
34
  },
35
- "gitHead": "ecfc95eca5f2b3b0d7571de95e45beb6c9576947"
35
+ "gitHead": "d999bcd92dc437f46a554399812ae70cde602d83"
36
36
  }
@@ -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"
@@ -3449,72 +3457,6 @@
3449
3457
  "type": "fontSizes"
3450
3458
  }
3451
3459
  },
3452
- "paragraph": {
3453
- "color": {
3454
- "value": "#154273",
3455
- "type": "color"
3456
- },
3457
- "font-family": {
3458
- "value": "Fira Sans, Arial, Verdana, sans-serif",
3459
- "type": "fontFamilies"
3460
- },
3461
- "font-size": {
3462
- "value": "1.25rem",
3463
- "type": "fontSizes"
3464
- },
3465
- "font-weight": {
3466
- "value": 400,
3467
- "type": "fontWeights"
3468
- },
3469
- "line-height": {
3470
- "value": "150%",
3471
- "type": "lineHeights"
3472
- },
3473
- "margin-block-end": {
3474
- "value": 0,
3475
- "type": "spacing"
3476
- },
3477
- "margin-block-start": {
3478
- "value": 0,
3479
- "type": "spacing"
3480
- },
3481
- "lead": {
3482
- "color": {
3483
- "value": "#154273",
3484
- "type": "color"
3485
- },
3486
- "font-size": {
3487
- "value": "1.5rem",
3488
- "type": "fontSizes"
3489
- },
3490
- "font-weight": {
3491
- "value": 400,
3492
- "type": "fontWeights"
3493
- },
3494
- "line-height": {
3495
- "value": "150%",
3496
- "type": "lineHeights"
3497
- }
3498
- },
3499
- "small": {
3500
- "color": {
3501
- "value": "#154273",
3502
- "type": "color"
3503
- },
3504
- "font-size": {
3505
- "value": "1.125rem",
3506
- "type": "fontSizes"
3507
- },
3508
- "font-weight": {
3509
- "value": 400,
3510
- "type": "fontWeights"
3511
- },
3512
- "line-height": {
3513
- "value": "150%",
3514
- "type": "lineHeights"
3515
- }
3516
- }
3517
- },
3518
3460
  "ordered-list": {
3519
3461
  "padding-inline-start": {
3520
3462
  "value": "1.5rem",
@@ -5378,6 +5320,72 @@
5378
5320
  }
5379
5321
  },
5380
5322
  "nl": {
5323
+ "paragraph": {
5324
+ "color": {
5325
+ "value": "#154273",
5326
+ "type": "color"
5327
+ },
5328
+ "font-family": {
5329
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
5330
+ "type": "fontFamilies"
5331
+ },
5332
+ "font-size": {
5333
+ "value": "1.25rem",
5334
+ "type": "fontSizes"
5335
+ },
5336
+ "font-weight": {
5337
+ "value": 400,
5338
+ "type": "fontWeights"
5339
+ },
5340
+ "line-height": {
5341
+ "value": "150%",
5342
+ "type": "lineHeights"
5343
+ },
5344
+ "margin-block-end": {
5345
+ "value": 0,
5346
+ "type": "spacing"
5347
+ },
5348
+ "margin-block-start": {
5349
+ "value": 0,
5350
+ "type": "spacing"
5351
+ },
5352
+ "lead": {
5353
+ "color": {
5354
+ "value": "#154273",
5355
+ "type": "color"
5356
+ },
5357
+ "font-size": {
5358
+ "value": "1.5rem",
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
+ "small": {
5371
+ "color": {
5372
+ "value": "#154273",
5373
+ "type": "color"
5374
+ },
5375
+ "font-size": {
5376
+ "value": "1.125rem",
5377
+ "type": "fontSizes"
5378
+ },
5379
+ "font-weight": {
5380
+ "value": 400,
5381
+ "type": "fontWeights"
5382
+ },
5383
+ "line-height": {
5384
+ "value": "150%",
5385
+ "type": "lineHeights"
5386
+ }
5387
+ }
5388
+ },
5381
5389
  "heading-level-1": {
5382
5390
  "color": {
5383
5391
  "value": "#154273",