@rijkshuisstijl-community/design-tokens 1.0.0-alpha.167 → 1.0.0-alpha.169

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 +67 -72
  2. package/dist/index.css +67 -72
  3. package/dist/index.d.ts +11 -16
  4. package/dist/index.js +67 -72
  5. package/dist/index.json +66 -71
  6. package/dist/index.tokens.json +57 -64
  7. package/dist/root.css +67 -72
  8. package/dist/tokens.d.ts +2 -9
  9. package/dist/tokens.js +145 -266
  10. package/dist/uitvoerend-mintgroen-focus/_variables.scss +112 -119
  11. package/dist/uitvoerend-mintgroen-focus/index.css +112 -119
  12. package/dist/uitvoerend-mintgroen-focus/index.d.ts +51 -58
  13. package/dist/uitvoerend-mintgroen-focus/index.js +112 -119
  14. package/dist/uitvoerend-mintgroen-focus/index.json +111 -118
  15. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +121 -138
  16. package/dist/uitvoerend-mintgroen-focus/root.css +112 -119
  17. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +61 -78
  18. package/dist/uitvoerend-mintgroen-focus/tokens.js +3136 -3313
  19. package/dist/uitvoerend-violet/_variables.scss +72 -77
  20. package/dist/uitvoerend-violet/index.css +72 -77
  21. package/dist/uitvoerend-violet/index.d.ts +11 -16
  22. package/dist/uitvoerend-violet/index.js +72 -77
  23. package/dist/uitvoerend-violet/index.json +71 -76
  24. package/dist/uitvoerend-violet/index.tokens.json +62 -69
  25. package/dist/uitvoerend-violet/root.css +72 -77
  26. package/dist/uitvoerend-violet/tokens.d.ts +2 -9
  27. package/dist/uitvoerend-violet/tokens.js +155 -276
  28. package/dist/uitvoerend-violet-oud/_variables.scss +72 -77
  29. package/dist/uitvoerend-violet-oud/index.css +72 -77
  30. package/dist/uitvoerend-violet-oud/index.d.ts +11 -16
  31. package/dist/uitvoerend-violet-oud/index.js +72 -77
  32. package/dist/uitvoerend-violet-oud/index.json +71 -76
  33. package/dist/uitvoerend-violet-oud/index.tokens.json +62 -69
  34. package/dist/uitvoerend-violet-oud/root.css +72 -77
  35. package/dist/uitvoerend-violet-oud/tokens.d.ts +2 -9
  36. package/dist/uitvoerend-violet-oud/tokens.js +155 -276
  37. package/dist/wetgevend/_variables.scss +66 -71
  38. package/dist/wetgevend/index.css +66 -71
  39. package/dist/wetgevend/index.d.ts +11 -16
  40. package/dist/wetgevend/index.js +66 -71
  41. package/dist/wetgevend/index.json +65 -70
  42. package/dist/wetgevend/index.tokens.json +56 -63
  43. package/dist/wetgevend/root.css +66 -71
  44. package/dist/wetgevend/tokens.d.ts +2 -9
  45. package/dist/wetgevend/tokens.js +143 -264
  46. package/figma/figma.tokens.json +145 -165
  47. package/package.json +2 -2
  48. package/src/generated/base.tokens.json +57 -81
  49. package/src/generated/themes.json +442 -554
  50. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +231 -271
  51. package/src/generated/uitvoerend-violet/tokens.json +62 -86
  52. package/src/generated/uitvoerend-violet-oud/tokens.json +62 -86
  53. package/src/generated/wetgevend/tokens.json +56 -80
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 20 Feb 2025 15:23:01 GMT
3
+ * Generated on Fri, 21 Feb 2025 08:09:24 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -218,17 +218,13 @@ module.exports = {
218
218
  },
219
219
  "foreground": {
220
220
  "default": {
221
- "parent": "mode/light",
222
- "value": "#000",
221
+ "value": "#0F172A",
223
222
  "type": "color",
224
- "description": "Standaard kleur voor teksten en iconen. Gebruik deze voor body content, titels en labels.",
225
223
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
226
224
  "isSource": true,
227
225
  "original": {
228
- "parent": "mode/light",
229
- "value": "#000",
230
- "type": "color",
231
- "description": "Standaard kleur voor teksten en iconen. Gebruik deze voor body content, titels en labels."
226
+ "value": "#0F172A",
227
+ "type": "color"
232
228
  },
233
229
  "name": "rhcColorForegroundDefault",
234
230
  "attributes": {
@@ -244,29 +240,6 @@ module.exports = {
244
240
  "default"
245
241
  ]
246
242
  },
247
- "lint": {
248
- "value": "#154273",
249
- "type": "color",
250
- "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
251
- "isSource": true,
252
- "original": {
253
- "value": "#154273",
254
- "type": "color"
255
- },
256
- "name": "rhcColorForegroundLint",
257
- "attributes": {
258
- "category": "rhc",
259
- "type": "color",
260
- "item": "foreground",
261
- "subitem": "lint"
262
- },
263
- "path": [
264
- "rhc",
265
- "color",
266
- "foreground",
267
- "lint"
268
- ]
269
- },
270
243
  "subdued": {
271
244
  "parent": "mode/light",
272
245
  "value": "#334155",
@@ -402,13 +375,13 @@ module.exports = {
402
375
  },
403
376
  "strong": {
404
377
  "parent": "mode/light",
405
- "value": "#000",
378
+ "value": "#0F172A",
406
379
  "type": "color",
407
380
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
408
381
  "isSource": true,
409
382
  "original": {
410
383
  "parent": "mode/light",
411
- "value": "#000",
384
+ "value": "#0F172A",
412
385
  "type": "color"
413
386
  },
414
387
  "name": "rhcColorBorderStrong",
@@ -718,7 +691,7 @@ module.exports = {
718
691
  ]
719
692
  }
720
693
  },
721
- "grijs": {
694
+ "cool-grey": {
722
695
  "50": {
723
696
  "value": "#F8FAFC",
724
697
  "type": "color",
@@ -728,17 +701,17 @@ module.exports = {
728
701
  "value": "#F8FAFC",
729
702
  "type": "color"
730
703
  },
731
- "name": "rhcColorGrijs50",
704
+ "name": "rhcColorCoolGrey50",
732
705
  "attributes": {
733
706
  "category": "rhc",
734
707
  "type": "color",
735
- "item": "grijs",
708
+ "item": "cool-grey",
736
709
  "subitem": "50"
737
710
  },
738
711
  "path": [
739
712
  "rhc",
740
713
  "color",
741
- "grijs",
714
+ "cool-grey",
742
715
  "50"
743
716
  ]
744
717
  },
@@ -753,17 +726,17 @@ module.exports = {
753
726
  "value": "#F1F5F9",
754
727
  "type": "color"
755
728
  },
756
- "name": "rhcColorGrijs100",
729
+ "name": "rhcColorCoolGrey100",
757
730
  "attributes": {
758
731
  "category": "rhc",
759
732
  "type": "color",
760
- "item": "grijs",
733
+ "item": "cool-grey",
761
734
  "subitem": "100"
762
735
  },
763
736
  "path": [
764
737
  "rhc",
765
738
  "color",
766
- "grijs",
739
+ "cool-grey",
767
740
  "100"
768
741
  ]
769
742
  },
@@ -778,17 +751,17 @@ module.exports = {
778
751
  "value": "#E2E8F0",
779
752
  "type": "color"
780
753
  },
781
- "name": "rhcColorGrijs200",
754
+ "name": "rhcColorCoolGrey200",
782
755
  "attributes": {
783
756
  "category": "rhc",
784
757
  "type": "color",
785
- "item": "grijs",
758
+ "item": "cool-grey",
786
759
  "subitem": "200"
787
760
  },
788
761
  "path": [
789
762
  "rhc",
790
763
  "color",
791
- "grijs",
764
+ "cool-grey",
792
765
  "200"
793
766
  ]
794
767
  },
@@ -803,17 +776,17 @@ module.exports = {
803
776
  "value": "#CBD5E1",
804
777
  "type": "color"
805
778
  },
806
- "name": "rhcColorGrijs300",
779
+ "name": "rhcColorCoolGrey300",
807
780
  "attributes": {
808
781
  "category": "rhc",
809
782
  "type": "color",
810
- "item": "grijs",
783
+ "item": "cool-grey",
811
784
  "subitem": "300"
812
785
  },
813
786
  "path": [
814
787
  "rhc",
815
788
  "color",
816
- "grijs",
789
+ "cool-grey",
817
790
  "300"
818
791
  ]
819
792
  },
@@ -828,17 +801,17 @@ module.exports = {
828
801
  "value": "#94A3B8",
829
802
  "type": "color"
830
803
  },
831
- "name": "rhcColorGrijs400",
804
+ "name": "rhcColorCoolGrey400",
832
805
  "attributes": {
833
806
  "category": "rhc",
834
807
  "type": "color",
835
- "item": "grijs",
808
+ "item": "cool-grey",
836
809
  "subitem": "400"
837
810
  },
838
811
  "path": [
839
812
  "rhc",
840
813
  "color",
841
- "grijs",
814
+ "cool-grey",
842
815
  "400"
843
816
  ]
844
817
  },
@@ -853,17 +826,17 @@ module.exports = {
853
826
  "value": "#64748B",
854
827
  "type": "color"
855
828
  },
856
- "name": "rhcColorGrijs500",
829
+ "name": "rhcColorCoolGrey500",
857
830
  "attributes": {
858
831
  "category": "rhc",
859
832
  "type": "color",
860
- "item": "grijs",
833
+ "item": "cool-grey",
861
834
  "subitem": "500"
862
835
  },
863
836
  "path": [
864
837
  "rhc",
865
838
  "color",
866
- "grijs",
839
+ "cool-grey",
867
840
  "500"
868
841
  ]
869
842
  },
@@ -878,17 +851,17 @@ module.exports = {
878
851
  "value": "#475569",
879
852
  "type": "color"
880
853
  },
881
- "name": "rhcColorGrijs600",
854
+ "name": "rhcColorCoolGrey600",
882
855
  "attributes": {
883
856
  "category": "rhc",
884
857
  "type": "color",
885
- "item": "grijs",
858
+ "item": "cool-grey",
886
859
  "subitem": "600"
887
860
  },
888
861
  "path": [
889
862
  "rhc",
890
863
  "color",
891
- "grijs",
864
+ "cool-grey",
892
865
  "600"
893
866
  ]
894
867
  },
@@ -903,17 +876,17 @@ module.exports = {
903
876
  "value": "#334155",
904
877
  "type": "color"
905
878
  },
906
- "name": "rhcColorGrijs700",
879
+ "name": "rhcColorCoolGrey700",
907
880
  "attributes": {
908
881
  "category": "rhc",
909
882
  "type": "color",
910
- "item": "grijs",
883
+ "item": "cool-grey",
911
884
  "subitem": "700"
912
885
  },
913
886
  "path": [
914
887
  "rhc",
915
888
  "color",
916
- "grijs",
889
+ "cool-grey",
917
890
  "700"
918
891
  ]
919
892
  },
@@ -928,17 +901,17 @@ module.exports = {
928
901
  "value": "#1E293B",
929
902
  "type": "color"
930
903
  },
931
- "name": "rhcColorGrijs800",
904
+ "name": "rhcColorCoolGrey800",
932
905
  "attributes": {
933
906
  "category": "rhc",
934
907
  "type": "color",
935
- "item": "grijs",
908
+ "item": "cool-grey",
936
909
  "subitem": "800"
937
910
  },
938
911
  "path": [
939
912
  "rhc",
940
913
  "color",
941
- "grijs",
914
+ "cool-grey",
942
915
  "800"
943
916
  ]
944
917
  },
@@ -953,17 +926,17 @@ module.exports = {
953
926
  "value": "#0F172A",
954
927
  "type": "color"
955
928
  },
956
- "name": "rhcColorGrijs900",
929
+ "name": "rhcColorCoolGrey900",
957
930
  "attributes": {
958
931
  "category": "rhc",
959
932
  "type": "color",
960
- "item": "grijs",
933
+ "item": "cool-grey",
961
934
  "subitem": "900"
962
935
  },
963
936
  "path": [
964
937
  "rhc",
965
938
  "color",
966
- "grijs",
939
+ "cool-grey",
967
940
  "900"
968
941
  ]
969
942
  }
@@ -4220,12 +4193,12 @@ module.exports = {
4220
4193
  },
4221
4194
  "hover": {
4222
4195
  "color": {
4223
- "value": "#154273",
4196
+ "value": "#0F172A",
4224
4197
  "type": "color",
4225
4198
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
4226
4199
  "isSource": true,
4227
4200
  "original": {
4228
- "value": "#154273",
4201
+ "value": "#0F172A",
4229
4202
  "type": "color"
4230
4203
  },
4231
4204
  "name": "rhcToggletipHoverColor",
@@ -4509,12 +4482,12 @@ module.exports = {
4509
4482
  ]
4510
4483
  },
4511
4484
  "color": {
4512
- "value": "#154273",
4485
+ "value": "#0F172A",
4513
4486
  "type": "color",
4514
4487
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
4515
4488
  "isSource": true,
4516
4489
  "original": {
4517
- "value": "#154273",
4490
+ "value": "#0F172A",
4518
4491
  "type": "color"
4519
4492
  },
4520
4493
  "name": "rhcSidenavLinkCurrentColor",
@@ -5022,12 +4995,12 @@ module.exports = {
5022
4995
  "navigation-list": {
5023
4996
  "icon": {
5024
4997
  "background-color": {
5025
- "value": "#154273",
4998
+ "value": "#0F172A",
5026
4999
  "type": "color",
5027
5000
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
5028
5001
  "isSource": true,
5029
5002
  "original": {
5030
- "value": "#154273",
5003
+ "value": "#0F172A",
5031
5004
  "type": "color"
5032
5005
  },
5033
5006
  "name": "rhcNavigationListIconBackgroundColor",
@@ -5523,12 +5496,12 @@ module.exports = {
5523
5496
  },
5524
5497
  "heading": {
5525
5498
  "color": {
5526
- "value": "#154273",
5499
+ "value": "#0F172A",
5527
5500
  "type": "color",
5528
5501
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
5529
5502
  "isSource": true,
5530
5503
  "original": {
5531
- "value": "#154273",
5504
+ "value": "#0F172A",
5532
5505
  "type": "color"
5533
5506
  },
5534
5507
  "name": "rhcNavigationListItemHeadingColor",
@@ -5758,12 +5731,12 @@ module.exports = {
5758
5731
  },
5759
5732
  "icon": {
5760
5733
  "color": {
5761
- "value": "#154273",
5734
+ "value": "#0F172A",
5762
5735
  "type": "color",
5763
5736
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
5764
5737
  "isSource": true,
5765
5738
  "original": {
5766
- "value": "#154273",
5739
+ "value": "#0F172A",
5767
5740
  "type": "color"
5768
5741
  },
5769
5742
  "name": "rhcNavBarIconColor",
@@ -5834,12 +5807,12 @@ module.exports = {
5834
5807
  "link": {
5835
5808
  "active": {
5836
5809
  "background-color": {
5837
- "value": "#154273",
5810
+ "value": "#a90061",
5838
5811
  "type": "color",
5839
5812
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
5840
5813
  "isSource": true,
5841
5814
  "original": {
5842
- "value": "#154273",
5815
+ "value": "#a90061",
5843
5816
  "type": "color"
5844
5817
  },
5845
5818
  "name": "rhcNavBarLinkActiveBackgroundColor",
@@ -5908,12 +5881,12 @@ module.exports = {
5908
5881
  ]
5909
5882
  },
5910
5883
  "color": {
5911
- "value": "#154273",
5884
+ "value": "#a90061",
5912
5885
  "type": "color",
5913
5886
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
5914
5887
  "isSource": true,
5915
5888
  "original": {
5916
- "value": "#154273",
5889
+ "value": "#a90061",
5917
5890
  "type": "color"
5918
5891
  },
5919
5892
  "name": "rhcNavBarLinkColor",
@@ -5932,12 +5905,12 @@ module.exports = {
5932
5905
  },
5933
5906
  "focus": {
5934
5907
  "background-color": {
5935
- "value": "#dce3ea",
5908
+ "value": "#f2d9e7",
5936
5909
  "type": "color",
5937
5910
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
5938
5911
  "isSource": true,
5939
5912
  "original": {
5940
- "value": "#dce3ea",
5913
+ "value": "#f2d9e7",
5941
5914
  "type": "color"
5942
5915
  },
5943
5916
  "name": "rhcNavBarLinkFocusBackgroundColor",
@@ -5957,12 +5930,12 @@ module.exports = {
5957
5930
  ]
5958
5931
  },
5959
5932
  "color": {
5960
- "value": "#154273",
5933
+ "value": "#a90061",
5961
5934
  "type": "color",
5962
5935
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
5963
5936
  "isSource": true,
5964
5937
  "original": {
5965
- "value": "#154273",
5938
+ "value": "#a90061",
5966
5939
  "type": "color"
5967
5940
  },
5968
5941
  "name": "rhcNavBarLinkFocusColor",
@@ -6009,12 +5982,12 @@ module.exports = {
6009
5982
  ]
6010
5983
  },
6011
5984
  "color": {
6012
- "value": "#154273",
5985
+ "value": "#a90061",
6013
5986
  "type": "color",
6014
5987
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
6015
5988
  "isSource": true,
6016
5989
  "original": {
6017
- "value": "#154273",
5990
+ "value": "#a90061",
6018
5991
  "type": "color"
6019
5992
  },
6020
5993
  "name": "rhcNavBarLinkHoverColor",
@@ -6197,12 +6170,12 @@ module.exports = {
6197
6170
  ]
6198
6171
  },
6199
6172
  "color": {
6200
- "value": "#154273",
6173
+ "value": "#a90061",
6201
6174
  "type": "color",
6202
6175
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
6203
6176
  "isSource": true,
6204
6177
  "original": {
6205
- "value": "#154273",
6178
+ "value": "#a90061",
6206
6179
  "type": "color"
6207
6180
  },
6208
6181
  "name": "rhcNavBarColor",
@@ -6218,12 +6191,12 @@ module.exports = {
6218
6191
  ]
6219
6192
  },
6220
6193
  "border-color": {
6221
- "value": "#64748B",
6194
+ "value": "#BE4088",
6222
6195
  "type": "color",
6223
6196
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
6224
6197
  "isSource": true,
6225
6198
  "original": {
6226
- "value": "#64748B",
6199
+ "value": "#BE4088",
6227
6200
  "type": "color"
6228
6201
  },
6229
6202
  "name": "rhcNavBarBorderColor",
@@ -6383,12 +6356,12 @@ module.exports = {
6383
6356
  ]
6384
6357
  },
6385
6358
  "color": {
6386
- "value": "#154273",
6359
+ "value": "#0F172A",
6387
6360
  "type": "color",
6388
6361
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
6389
6362
  "isSource": true,
6390
6363
  "original": {
6391
- "value": "#154273",
6364
+ "value": "#0F172A",
6392
6365
  "type": "color"
6393
6366
  },
6394
6367
  "name": "rhcMessageListItemIconColor",
@@ -6658,12 +6631,12 @@ module.exports = {
6658
6631
  },
6659
6632
  "heading": {
6660
6633
  "color": {
6661
- "value": "#154273",
6634
+ "value": "#0F172A",
6662
6635
  "type": "color",
6663
6636
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
6664
6637
  "isSource": true,
6665
6638
  "original": {
6666
- "value": "#154273",
6639
+ "value": "#0F172A",
6667
6640
  "type": "color"
6668
6641
  },
6669
6642
  "name": "rhcMessageListItemHeadingColor",
@@ -8885,12 +8858,12 @@ module.exports = {
8885
8858
  ]
8886
8859
  },
8887
8860
  "color": {
8888
- "value": "#154273",
8861
+ "value": "#0F172A",
8889
8862
  "type": "color",
8890
8863
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
8891
8864
  "isSource": true,
8892
8865
  "original": {
8893
- "value": "#154273",
8866
+ "value": "#0F172A",
8894
8867
  "type": "color"
8895
8868
  },
8896
8869
  "name": "rhcCardAsLinkColor",
@@ -8949,12 +8922,12 @@ module.exports = {
8949
8922
  },
8950
8923
  "icon": {
8951
8924
  "color": {
8952
- "value": "#154273",
8925
+ "value": "#0F172A",
8953
8926
  "type": "color",
8954
8927
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
8955
8928
  "isSource": true,
8956
8929
  "original": {
8957
- "value": "#154273",
8930
+ "value": "#0F172A",
8958
8931
  "type": "color"
8959
8932
  },
8960
8933
  "name": "rhcCardAsLinkIconColor",
@@ -9126,12 +9099,12 @@ module.exports = {
9126
9099
  },
9127
9100
  "metadata": {
9128
9101
  "color": {
9129
- "value": "#154273",
9102
+ "value": "#0F172A",
9130
9103
  "type": "color",
9131
9104
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
9132
9105
  "isSource": true,
9133
9106
  "original": {
9134
- "value": "#154273",
9107
+ "value": "#0F172A",
9135
9108
  "type": "color"
9136
9109
  },
9137
9110
  "name": "rhcCardAsLinkMetadataColor",
@@ -10017,12 +9990,12 @@ module.exports = {
10017
9990
  ]
10018
9991
  },
10019
9992
  "color": {
10020
- "value": "#154273",
9993
+ "value": "#0F172A",
10021
9994
  "type": "color",
10022
9995
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
10023
9996
  "isSource": true,
10024
9997
  "original": {
10025
- "value": "#154273",
9998
+ "value": "#0F172A",
10026
9999
  "type": "color"
10027
10000
  },
10028
10001
  "name": "rhcAccordionButtonExpandedColor",
@@ -10161,12 +10134,12 @@ module.exports = {
10161
10134
  ]
10162
10135
  },
10163
10136
  "color": {
10164
- "value": "#154273",
10137
+ "value": "#0F172A",
10165
10138
  "type": "color",
10166
10139
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
10167
10140
  "isSource": true,
10168
10141
  "original": {
10169
- "value": "#154273",
10142
+ "value": "#0F172A",
10170
10143
  "type": "color"
10171
10144
  },
10172
10145
  "name": "rhcAccordionColor",
@@ -12039,12 +12012,12 @@ module.exports = {
12039
12012
  ]
12040
12013
  },
12041
12014
  "color": {
12042
- "value": "#154273",
12015
+ "value": "#0F172A",
12043
12016
  "type": "color",
12044
12017
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
12045
12018
  "isSource": true,
12046
12019
  "original": {
12047
- "value": "#154273",
12020
+ "value": "#0F172A",
12048
12021
  "type": "color"
12049
12022
  },
12050
12023
  "name": "utrechtUnorderedListColor",
@@ -12216,12 +12189,12 @@ module.exports = {
12216
12189
  },
12217
12190
  "marker": {
12218
12191
  "color": {
12219
- "value": "#154273",
12192
+ "value": "#0F172A",
12220
12193
  "type": "color",
12221
12194
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
12222
12195
  "isSource": true,
12223
12196
  "original": {
12224
- "value": "#154273",
12197
+ "value": "#0F172A",
12225
12198
  "type": "color"
12226
12199
  },
12227
12200
  "name": "utrechtUnorderedListMarkerColor",
@@ -12239,12 +12212,12 @@ module.exports = {
12239
12212
  ]
12240
12213
  },
12241
12214
  "border-color": {
12242
- "value": "#154273",
12215
+ "value": "#0F172A",
12243
12216
  "type": "color",
12244
12217
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
12245
12218
  "isSource": true,
12246
12219
  "original": {
12247
- "value": "#154273",
12220
+ "value": "#0F172A",
12248
12221
  "type": "color"
12249
12222
  },
12250
12223
  "name": "utrechtUnorderedListMarkerBorderColor",
@@ -12517,12 +12490,12 @@ module.exports = {
12517
12490
  ]
12518
12491
  },
12519
12492
  "color": {
12520
- "value": "#154273",
12493
+ "value": "#0F172A",
12521
12494
  "type": "color",
12522
12495
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
12523
12496
  "isSource": true,
12524
12497
  "original": {
12525
- "value": "#154273",
12498
+ "value": "#0F172A",
12526
12499
  "type": "color"
12527
12500
  },
12528
12501
  "name": "utrechtTextboxColor",
@@ -12585,12 +12558,12 @@ module.exports = {
12585
12558
  ]
12586
12559
  },
12587
12560
  "color": {
12588
- "value": "#154273",
12561
+ "value": "#0F172A",
12589
12562
  "type": "color",
12590
12563
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
12591
12564
  "isSource": true,
12592
12565
  "original": {
12593
- "value": "#154273",
12566
+ "value": "#0F172A",
12594
12567
  "type": "color"
12595
12568
  },
12596
12569
  "name": "utrechtTextboxInvalidColor",
@@ -12769,12 +12742,12 @@ module.exports = {
12769
12742
  ]
12770
12743
  },
12771
12744
  "color": {
12772
- "value": "#154273",
12745
+ "value": "#0F172A",
12773
12746
  "type": "color",
12774
12747
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
12775
12748
  "isSource": true,
12776
12749
  "original": {
12777
- "value": "#154273",
12750
+ "value": "#0F172A",
12778
12751
  "type": "color"
12779
12752
  },
12780
12753
  "name": "utrechtTextboxFocusColor",
@@ -12911,12 +12884,12 @@ module.exports = {
12911
12884
  ]
12912
12885
  },
12913
12886
  "color": {
12914
- "value": "#154273",
12887
+ "value": "#0F172A",
12915
12888
  "type": "color",
12916
12889
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
12917
12890
  "isSource": true,
12918
12891
  "original": {
12919
- "value": "#154273",
12892
+ "value": "#0F172A",
12920
12893
  "type": "color"
12921
12894
  },
12922
12895
  "name": "utrechtTextboxReadOnlyColor",
@@ -13005,12 +12978,12 @@ module.exports = {
13005
12978
  ]
13006
12979
  },
13007
12980
  "color": {
13008
- "value": "#154273",
12981
+ "value": "#0F172A",
13009
12982
  "type": "color",
13010
12983
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
13011
12984
  "isSource": true,
13012
12985
  "original": {
13013
- "value": "#154273",
12986
+ "value": "#0F172A",
13014
12987
  "type": "color"
13015
12988
  },
13016
12989
  "name": "utrechtTextboxHoverColor",
@@ -13178,12 +13151,12 @@ module.exports = {
13178
13151
  ]
13179
13152
  },
13180
13153
  "color": {
13181
- "value": "#154273",
13154
+ "value": "#0F172A",
13182
13155
  "type": "color",
13183
13156
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
13184
13157
  "isSource": true,
13185
13158
  "original": {
13186
- "value": "#154273",
13159
+ "value": "#0F172A",
13187
13160
  "type": "color"
13188
13161
  },
13189
13162
  "name": "utrechtTextareaColor",
@@ -13246,12 +13219,12 @@ module.exports = {
13246
13219
  ]
13247
13220
  },
13248
13221
  "color": {
13249
- "value": "#154273",
13222
+ "value": "#0F172A",
13250
13223
  "type": "color",
13251
13224
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
13252
13225
  "isSource": true,
13253
13226
  "original": {
13254
- "value": "#154273",
13227
+ "value": "#0F172A",
13255
13228
  "type": "color"
13256
13229
  },
13257
13230
  "name": "utrechtTextareaInvalidColor",
@@ -13365,12 +13338,12 @@ module.exports = {
13365
13338
  ]
13366
13339
  },
13367
13340
  "color": {
13368
- "value": "#154273",
13341
+ "value": "#0F172A",
13369
13342
  "type": "color",
13370
13343
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
13371
13344
  "isSource": true,
13372
13345
  "original": {
13373
- "value": "#154273",
13346
+ "value": "#0F172A",
13374
13347
  "type": "color"
13375
13348
  },
13376
13349
  "name": "utrechtTextareaFocusColor",
@@ -13530,12 +13503,12 @@ module.exports = {
13530
13503
  ]
13531
13504
  },
13532
13505
  "color": {
13533
- "value": "#154273",
13506
+ "value": "#0F172A",
13534
13507
  "type": "color",
13535
13508
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
13536
13509
  "isSource": true,
13537
13510
  "original": {
13538
- "value": "#154273",
13511
+ "value": "#0F172A",
13539
13512
  "type": "color"
13540
13513
  },
13541
13514
  "name": "utrechtTextareaReadOnlyColor",
@@ -13601,12 +13574,12 @@ module.exports = {
13601
13574
  ]
13602
13575
  },
13603
13576
  "color": {
13604
- "value": "#154273",
13577
+ "value": "#0F172A",
13605
13578
  "type": "color",
13606
13579
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
13607
13580
  "isSource": true,
13608
13581
  "original": {
13609
- "value": "#154273",
13582
+ "value": "#0F172A",
13610
13583
  "type": "color"
13611
13584
  },
13612
13585
  "name": "utrechtTextareaHoverColor",
@@ -13821,12 +13794,12 @@ module.exports = {
13821
13794
  ]
13822
13795
  },
13823
13796
  "color": {
13824
- "value": "#154273",
13797
+ "value": "#0F172A",
13825
13798
  "type": "color",
13826
13799
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
13827
13800
  "isSource": true,
13828
13801
  "original": {
13829
- "value": "#154273",
13802
+ "value": "#0F172A",
13830
13803
  "type": "color"
13831
13804
  },
13832
13805
  "name": "utrechtTableHeaderCellColor",
@@ -13961,12 +13934,12 @@ module.exports = {
13961
13934
  ]
13962
13935
  },
13963
13936
  "color": {
13964
- "value": "#154273",
13937
+ "value": "#0F172A",
13965
13938
  "type": "color",
13966
13939
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
13967
13940
  "isSource": true,
13968
13941
  "original": {
13969
- "value": "#154273",
13942
+ "value": "#0F172A",
13970
13943
  "type": "color"
13971
13944
  },
13972
13945
  "name": "utrechtTableCaptionColor",
@@ -14172,12 +14145,12 @@ module.exports = {
14172
14145
  },
14173
14146
  "data-cell": {
14174
14147
  "color": {
14175
- "value": "#154273",
14148
+ "value": "#0F172A",
14176
14149
  "type": "color",
14177
14150
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
14178
14151
  "isSource": true,
14179
14152
  "original": {
14180
- "value": "#154273",
14153
+ "value": "#0F172A",
14181
14154
  "type": "color"
14182
14155
  },
14183
14156
  "name": "utrechtTableDataCellColor",
@@ -14548,12 +14521,12 @@ module.exports = {
14548
14521
  ]
14549
14522
  },
14550
14523
  "color": {
14551
- "value": "#154273",
14524
+ "value": "#0F172A",
14552
14525
  "type": "color",
14553
14526
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
14554
14527
  "isSource": true,
14555
14528
  "original": {
14556
- "value": "#154273",
14529
+ "value": "#0F172A",
14557
14530
  "type": "color"
14558
14531
  },
14559
14532
  "name": "utrechtTableFooterCellColor",
@@ -15071,12 +15044,12 @@ module.exports = {
15071
15044
  ]
15072
15045
  },
15073
15046
  "color": {
15074
- "value": "#154273",
15047
+ "value": "#0F172A",
15075
15048
  "type": "color",
15076
15049
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
15077
15050
  "isSource": true,
15078
15051
  "original": {
15079
- "value": "#154273",
15052
+ "value": "#0F172A",
15080
15053
  "type": "color"
15081
15054
  },
15082
15055
  "name": "utrechtSelectColor",
@@ -15139,12 +15112,12 @@ module.exports = {
15139
15112
  ]
15140
15113
  },
15141
15114
  "color": {
15142
- "value": "#154273",
15115
+ "value": "#0F172A",
15143
15116
  "type": "color",
15144
15117
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
15145
15118
  "isSource": true,
15146
15119
  "original": {
15147
- "value": "#154273",
15120
+ "value": "#0F172A",
15148
15121
  "type": "color"
15149
15122
  },
15150
15123
  "name": "utrechtSelectInvalidColor",
@@ -15233,12 +15206,12 @@ module.exports = {
15233
15206
  ]
15234
15207
  },
15235
15208
  "color": {
15236
- "value": "#154273",
15209
+ "value": "#0F172A",
15237
15210
  "type": "color",
15238
15211
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
15239
15212
  "isSource": true,
15240
15213
  "original": {
15241
- "value": "#154273",
15214
+ "value": "#0F172A",
15242
15215
  "type": "color"
15243
15216
  },
15244
15217
  "name": "utrechtSelectFocusColor",
@@ -15398,12 +15371,12 @@ module.exports = {
15398
15371
  ]
15399
15372
  },
15400
15373
  "color": {
15401
- "value": "#154273",
15374
+ "value": "#0F172A",
15402
15375
  "type": "color",
15403
15376
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
15404
15377
  "isSource": true,
15405
15378
  "original": {
15406
- "value": "#154273",
15379
+ "value": "#0F172A",
15407
15380
  "type": "color"
15408
15381
  },
15409
15382
  "name": "utrechtSelectHoverColor",
@@ -16818,12 +16791,12 @@ module.exports = {
16818
16791
  }
16819
16792
  },
16820
16793
  "color": {
16821
- "value": "#154273",
16794
+ "value": "#0F172A",
16822
16795
  "type": "color",
16823
16796
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
16824
16797
  "isSource": true,
16825
16798
  "original": {
16826
- "value": "#154273",
16799
+ "value": "#0F172A",
16827
16800
  "type": "color"
16828
16801
  },
16829
16802
  "name": "utrechtOrderedListColor",
@@ -17606,12 +17579,12 @@ module.exports = {
17606
17579
  },
17607
17580
  "form-label": {
17608
17581
  "color": {
17609
- "value": "#154273",
17582
+ "value": "#0F172A",
17610
17583
  "type": "color",
17611
17584
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
17612
17585
  "isSource": true,
17613
17586
  "original": {
17614
- "value": "#154273",
17587
+ "value": "#0F172A",
17615
17588
  "type": "color"
17616
17589
  },
17617
17590
  "name": "utrechtFormLabelColor",
@@ -17671,12 +17644,12 @@ module.exports = {
17671
17644
  },
17672
17645
  "form-field-label": {
17673
17646
  "color": {
17674
- "value": "#154273",
17647
+ "value": "#0F172A",
17675
17648
  "type": "color",
17676
17649
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
17677
17650
  "isSource": true,
17678
17651
  "original": {
17679
- "value": "#154273",
17652
+ "value": "#0F172A",
17680
17653
  "type": "color"
17681
17654
  },
17682
17655
  "name": "utrechtFormFieldLabelColor",
@@ -18679,12 +18652,12 @@ module.exports = {
18679
18652
  "form-fieldset": {
18680
18653
  "legend": {
18681
18654
  "color": {
18682
- "value": "#154273",
18655
+ "value": "#0F172A",
18683
18656
  "type": "color",
18684
18657
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
18685
18658
  "isSource": true,
18686
18659
  "original": {
18687
- "value": "#154273",
18660
+ "value": "#0F172A",
18688
18661
  "type": "color"
18689
18662
  },
18690
18663
  "name": "utrechtFormFieldsetLegendColor",
@@ -18848,12 +18821,12 @@ module.exports = {
18848
18821
  ]
18849
18822
  },
18850
18823
  "color": {
18851
- "value": "#154273",
18824
+ "value": "#0F172A",
18852
18825
  "type": "color",
18853
18826
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
18854
18827
  "isSource": true,
18855
18828
  "original": {
18856
- "value": "#154273",
18829
+ "value": "#0F172A",
18857
18830
  "type": "color"
18858
18831
  },
18859
18832
  "name": "utrechtFormFieldsetSectionColor",
@@ -23432,12 +23405,12 @@ module.exports = {
23432
23405
  ]
23433
23406
  },
23434
23407
  "color": {
23435
- "value": "#154273",
23408
+ "value": "#0F172A",
23436
23409
  "type": "color",
23437
23410
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
23438
23411
  "isSource": true,
23439
23412
  "original": {
23440
- "value": "#154273",
23413
+ "value": "#0F172A",
23441
23414
  "type": "color"
23442
23415
  },
23443
23416
  "name": "utrechtBlockquoteContentColor",
@@ -24627,12 +24600,12 @@ module.exports = {
24627
24600
  ]
24628
24601
  },
24629
24602
  "color": {
24630
- "value": "#154273",
24603
+ "value": "#0F172A",
24631
24604
  "type": "color",
24632
24605
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
24633
24606
  "isSource": true,
24634
24607
  "original": {
24635
- "value": "#154273",
24608
+ "value": "#0F172A",
24636
24609
  "type": "color"
24637
24610
  },
24638
24611
  "name": "utrechtAlertColor",
@@ -24695,12 +24668,12 @@ module.exports = {
24695
24668
  ]
24696
24669
  },
24697
24670
  "color": {
24698
- "value": "#154273",
24671
+ "value": "#0F172A",
24699
24672
  "type": "color",
24700
24673
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
24701
24674
  "isSource": true,
24702
24675
  "original": {
24703
- "value": "#154273",
24676
+ "value": "#0F172A",
24704
24677
  "type": "color"
24705
24678
  },
24706
24679
  "name": "utrechtAlertInfoColor",
@@ -24766,12 +24739,12 @@ module.exports = {
24766
24739
  ]
24767
24740
  },
24768
24741
  "color": {
24769
- "value": "#154273",
24742
+ "value": "#0F172A",
24770
24743
  "type": "color",
24771
24744
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
24772
24745
  "isSource": true,
24773
24746
  "original": {
24774
- "value": "#154273",
24747
+ "value": "#0F172A",
24775
24748
  "type": "color"
24776
24749
  },
24777
24750
  "name": "utrechtAlertErrorColor",
@@ -24837,12 +24810,12 @@ module.exports = {
24837
24810
  ]
24838
24811
  },
24839
24812
  "color": {
24840
- "value": "#154273",
24813
+ "value": "#0F172A",
24841
24814
  "type": "color",
24842
24815
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
24843
24816
  "isSource": true,
24844
24817
  "original": {
24845
- "value": "#154273",
24818
+ "value": "#0F172A",
24846
24819
  "type": "color"
24847
24820
  },
24848
24821
  "name": "utrechtAlertOkColor",
@@ -24908,12 +24881,12 @@ module.exports = {
24908
24881
  ]
24909
24882
  },
24910
24883
  "color": {
24911
- "value": "#154273",
24884
+ "value": "#0F172A",
24912
24885
  "type": "color",
24913
24886
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
24914
24887
  "isSource": true,
24915
24888
  "original": {
24916
- "value": "#154273",
24889
+ "value": "#0F172A",
24917
24890
  "type": "color"
24918
24891
  },
24919
24892
  "name": "utrechtAlertWarningColor",
@@ -25401,12 +25374,12 @@ module.exports = {
25401
25374
  ]
25402
25375
  },
25403
25376
  "color": {
25404
- "value": "#154273",
25377
+ "value": "#0F172A",
25405
25378
  "type": "color",
25406
25379
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
25407
25380
  "isSource": true,
25408
25381
  "original": {
25409
- "value": "#154273",
25382
+ "value": "#0F172A",
25410
25383
  "type": "color"
25411
25384
  },
25412
25385
  "name": "utrechtAccordionButtonHoverColor",
@@ -25496,12 +25469,12 @@ module.exports = {
25496
25469
  ]
25497
25470
  },
25498
25471
  "color": {
25499
- "value": "#154273",
25472
+ "value": "#0F172A",
25500
25473
  "type": "color",
25501
25474
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
25502
25475
  "isSource": true,
25503
25476
  "original": {
25504
- "value": "#154273",
25477
+ "value": "#0F172A",
25505
25478
  "type": "color"
25506
25479
  },
25507
25480
  "name": "utrechtAccordionButtonColor",
@@ -25570,12 +25543,12 @@ module.exports = {
25570
25543
  ]
25571
25544
  },
25572
25545
  "color": {
25573
- "value": "#154273",
25546
+ "value": "#0F172A",
25574
25547
  "type": "color",
25575
25548
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
25576
25549
  "isSource": true,
25577
25550
  "original": {
25578
- "value": "#154273",
25551
+ "value": "#0F172A",
25579
25552
  "type": "color"
25580
25553
  },
25581
25554
  "name": "utrechtAccordionButtonFocusColor",
@@ -25647,12 +25620,12 @@ module.exports = {
25647
25620
  ]
25648
25621
  },
25649
25622
  "color": {
25650
- "value": "#154273",
25623
+ "value": "#0F172A",
25651
25624
  "type": "color",
25652
25625
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
25653
25626
  "isSource": true,
25654
25627
  "original": {
25655
- "value": "#154273",
25628
+ "value": "#0F172A",
25656
25629
  "type": "color"
25657
25630
  },
25658
25631
  "name": "utrechtAccordionButtonActiveColor",
@@ -25722,12 +25695,12 @@ module.exports = {
25722
25695
  ]
25723
25696
  },
25724
25697
  "color": {
25725
- "value": "#000",
25698
+ "value": "#0F172A",
25726
25699
  "type": "color",
25727
25700
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
25728
25701
  "isSource": true,
25729
25702
  "original": {
25730
- "value": "#000",
25703
+ "value": "#0F172A",
25731
25704
  "type": "color"
25732
25705
  },
25733
25706
  "name": "utrechtDocumentColor",
@@ -26395,12 +26368,12 @@ module.exports = {
26395
26368
  ]
26396
26369
  },
26397
26370
  "color": {
26398
- "value": "#154273",
26371
+ "value": "#0F172A",
26399
26372
  "type": "color",
26400
26373
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
26401
26374
  "isSource": true,
26402
26375
  "original": {
26403
- "value": "#154273",
26376
+ "value": "#0F172A",
26404
26377
  "type": "color"
26405
26378
  },
26406
26379
  "name": "nlSkipLinkFocusColor",
@@ -26712,12 +26685,12 @@ module.exports = {
26712
26685
  },
26713
26686
  "paragraph": {
26714
26687
  "color": {
26715
- "value": "#154273",
26688
+ "value": "#0F172A",
26716
26689
  "type": "color",
26717
26690
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
26718
26691
  "isSource": true,
26719
26692
  "original": {
26720
- "value": "#154273",
26693
+ "value": "#0F172A",
26721
26694
  "type": "color"
26722
26695
  },
26723
26696
  "name": "nlParagraphColor",
@@ -26860,12 +26833,12 @@ module.exports = {
26860
26833
  },
26861
26834
  "lead": {
26862
26835
  "color": {
26863
- "value": "#154273",
26836
+ "value": "#0F172A",
26864
26837
  "type": "color",
26865
26838
  "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
26866
26839
  "isSource": true,
26867
26840
  "original": {
26868
- "value": "#154273",
26841
+ "value": "#0F172A",
26869
26842
  "type": "color"
26870
26843
  },
26871
26844
  "name": "nlParagraphLeadColor",
@@ -26951,100 +26924,6 @@ module.exports = {
26951
26924
  "line-height"
26952
26925
  ]
26953
26926
  }
26954
- },
26955
- "small": {
26956
- "color": {
26957
- "value": "#154273",
26958
- "type": "color",
26959
- "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
26960
- "isSource": true,
26961
- "original": {
26962
- "value": "#154273",
26963
- "type": "color"
26964
- },
26965
- "name": "nlParagraphSmallColor",
26966
- "attributes": {
26967
- "category": "nl",
26968
- "type": "paragraph",
26969
- "item": "small",
26970
- "subitem": "color"
26971
- },
26972
- "path": [
26973
- "nl",
26974
- "paragraph",
26975
- "small",
26976
- "color"
26977
- ]
26978
- },
26979
- "font-size": {
26980
- "value": "1.125rem",
26981
- "type": "fontSizes",
26982
- "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
26983
- "isSource": true,
26984
- "original": {
26985
- "value": "1.125rem",
26986
- "type": "fontSizes"
26987
- },
26988
- "name": "nlParagraphSmallFontSize",
26989
- "attributes": {
26990
- "category": "nl",
26991
- "type": "paragraph",
26992
- "item": "small",
26993
- "subitem": "font-size"
26994
- },
26995
- "path": [
26996
- "nl",
26997
- "paragraph",
26998
- "small",
26999
- "font-size"
27000
- ]
27001
- },
27002
- "font-weight": {
27003
- "value": 400,
27004
- "type": "fontWeights",
27005
- "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
27006
- "isSource": true,
27007
- "original": {
27008
- "value": 400,
27009
- "type": "fontWeights"
27010
- },
27011
- "name": "nlParagraphSmallFontWeight",
27012
- "attributes": {
27013
- "category": "nl",
27014
- "type": "paragraph",
27015
- "item": "small",
27016
- "subitem": "font-weight"
27017
- },
27018
- "path": [
27019
- "nl",
27020
- "paragraph",
27021
- "small",
27022
- "font-weight"
27023
- ]
27024
- },
27025
- "line-height": {
27026
- "value": "150%",
27027
- "type": "lineHeights",
27028
- "filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
27029
- "isSource": true,
27030
- "original": {
27031
- "value": "150%",
27032
- "type": "lineHeights"
27033
- },
27034
- "name": "nlParagraphSmallLineHeight",
27035
- "attributes": {
27036
- "category": "nl",
27037
- "type": "paragraph",
27038
- "item": "small",
27039
- "subitem": "line-height"
27040
- },
27041
- "path": [
27042
- "nl",
27043
- "paragraph",
27044
- "small",
27045
- "line-height"
27046
- ]
27047
- }
27048
26927
  }
27049
26928
  },
27050
26929
  "heading-level-1": {