@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.
- package/dist/_variables.scss +18 -16
- package/dist/index.css +18 -16
- package/dist/index.d.ts +18 -16
- package/dist/index.js +18 -16
- package/dist/index.json +17 -15
- package/dist/index.tokens.json +23 -21
- package/dist/root.css +18 -16
- package/dist/tokens.d.ts +24 -22
- package/dist/tokens.js +582 -532
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +18 -16
- package/dist/uitvoerend-mintgroen-focus/index.css +18 -16
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +18 -16
- package/dist/uitvoerend-mintgroen-focus/index.js +18 -16
- package/dist/uitvoerend-mintgroen-focus/index.json +17 -15
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +23 -21
- package/dist/uitvoerend-mintgroen-focus/root.css +18 -16
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +24 -22
- package/dist/uitvoerend-mintgroen-focus/tokens.js +582 -532
- package/dist/uitvoerend-violet/_variables.scss +18 -16
- package/dist/uitvoerend-violet/index.css +18 -16
- package/dist/uitvoerend-violet/index.d.ts +18 -16
- package/dist/uitvoerend-violet/index.js +18 -16
- package/dist/uitvoerend-violet/index.json +17 -15
- package/dist/uitvoerend-violet/index.tokens.json +23 -21
- package/dist/uitvoerend-violet/root.css +18 -16
- package/dist/uitvoerend-violet/tokens.d.ts +24 -22
- package/dist/uitvoerend-violet/tokens.js +582 -532
- package/dist/uitvoerend-violet-oud/_variables.scss +18 -16
- package/dist/uitvoerend-violet-oud/index.css +18 -16
- package/dist/uitvoerend-violet-oud/index.d.ts +18 -16
- package/dist/uitvoerend-violet-oud/index.js +18 -16
- package/dist/uitvoerend-violet-oud/index.json +17 -15
- package/dist/uitvoerend-violet-oud/index.tokens.json +23 -21
- package/dist/uitvoerend-violet-oud/root.css +18 -16
- package/dist/uitvoerend-violet-oud/tokens.d.ts +24 -22
- package/dist/uitvoerend-violet-oud/tokens.js +582 -532
- package/dist/wetgevend/_variables.scss +18 -16
- package/dist/wetgevend/index.css +18 -16
- package/dist/wetgevend/index.d.ts +18 -16
- package/dist/wetgevend/index.js +18 -16
- package/dist/wetgevend/index.json +17 -15
- package/dist/wetgevend/index.tokens.json +23 -21
- package/dist/wetgevend/root.css +18 -16
- package/dist/wetgevend/tokens.d.ts +24 -22
- package/dist/wetgevend/tokens.js +582 -532
- package/figma/figma.tokens.json +9 -1
- package/package.json +2 -2
- package/src/generated/base.tokens.json +74 -66
- package/src/generated/themes.json +342 -310
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +74 -66
- package/src/generated/uitvoerend-violet/tokens.json +74 -66
- package/src/generated/uitvoerend-violet-oud/tokens.json +74 -66
- package/src/generated/wetgevend/tokens.json +74 -66
|
@@ -283,6 +283,10 @@
|
|
|
283
283
|
}
|
|
284
284
|
},
|
|
285
285
|
"content": {
|
|
286
|
+
"font-size": {
|
|
287
|
+
"value": "1.125rem",
|
|
288
|
+
"type": "fontSizes"
|
|
289
|
+
},
|
|
286
290
|
"column-gap": {
|
|
287
291
|
"value": "0.5rem",
|
|
288
292
|
"type": "space"
|
|
@@ -533,6 +537,10 @@
|
|
|
533
537
|
"type": "spacing"
|
|
534
538
|
},
|
|
535
539
|
"content": {
|
|
540
|
+
"font-size": {
|
|
541
|
+
"value": "1.125rem",
|
|
542
|
+
"type": "fontSizes"
|
|
543
|
+
},
|
|
536
544
|
"column-gap": {
|
|
537
545
|
"value": "0.5rem",
|
|
538
546
|
"type": "spacing"
|
|
@@ -3430,72 +3438,6 @@
|
|
|
3430
3438
|
"type": "borderWidth"
|
|
3431
3439
|
}
|
|
3432
3440
|
},
|
|
3433
|
-
"paragraph": {
|
|
3434
|
-
"color": {
|
|
3435
|
-
"value": "#154273",
|
|
3436
|
-
"type": "color"
|
|
3437
|
-
},
|
|
3438
|
-
"font-family": {
|
|
3439
|
-
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
3440
|
-
"type": "fontFamilies"
|
|
3441
|
-
},
|
|
3442
|
-
"font-size": {
|
|
3443
|
-
"value": "1.25rem",
|
|
3444
|
-
"type": "fontSizes"
|
|
3445
|
-
},
|
|
3446
|
-
"font-weight": {
|
|
3447
|
-
"value": 400,
|
|
3448
|
-
"type": "fontWeights"
|
|
3449
|
-
},
|
|
3450
|
-
"line-height": {
|
|
3451
|
-
"value": "150%",
|
|
3452
|
-
"type": "lineHeights"
|
|
3453
|
-
},
|
|
3454
|
-
"margin-block-end": {
|
|
3455
|
-
"value": 0,
|
|
3456
|
-
"type": "spacing"
|
|
3457
|
-
},
|
|
3458
|
-
"margin-block-start": {
|
|
3459
|
-
"value": 0,
|
|
3460
|
-
"type": "spacing"
|
|
3461
|
-
},
|
|
3462
|
-
"lead": {
|
|
3463
|
-
"color": {
|
|
3464
|
-
"value": "#154273",
|
|
3465
|
-
"type": "color"
|
|
3466
|
-
},
|
|
3467
|
-
"font-size": {
|
|
3468
|
-
"value": "1.5rem",
|
|
3469
|
-
"type": "fontSizes"
|
|
3470
|
-
},
|
|
3471
|
-
"font-weight": {
|
|
3472
|
-
"value": 400,
|
|
3473
|
-
"type": "fontWeights"
|
|
3474
|
-
},
|
|
3475
|
-
"line-height": {
|
|
3476
|
-
"value": "150%",
|
|
3477
|
-
"type": "lineHeights"
|
|
3478
|
-
}
|
|
3479
|
-
},
|
|
3480
|
-
"small": {
|
|
3481
|
-
"color": {
|
|
3482
|
-
"value": "#154273",
|
|
3483
|
-
"type": "color"
|
|
3484
|
-
},
|
|
3485
|
-
"font-size": {
|
|
3486
|
-
"value": "1.125rem",
|
|
3487
|
-
"type": "fontSizes"
|
|
3488
|
-
},
|
|
3489
|
-
"font-weight": {
|
|
3490
|
-
"value": 400,
|
|
3491
|
-
"type": "fontWeights"
|
|
3492
|
-
},
|
|
3493
|
-
"line-height": {
|
|
3494
|
-
"value": "150%",
|
|
3495
|
-
"type": "lineHeights"
|
|
3496
|
-
}
|
|
3497
|
-
}
|
|
3498
|
-
},
|
|
3499
3441
|
"ordered-list": {
|
|
3500
3442
|
"padding-inline-start": {
|
|
3501
3443
|
"value": "1.5rem",
|
|
@@ -5359,6 +5301,72 @@
|
|
|
5359
5301
|
}
|
|
5360
5302
|
},
|
|
5361
5303
|
"nl": {
|
|
5304
|
+
"paragraph": {
|
|
5305
|
+
"color": {
|
|
5306
|
+
"value": "#154273",
|
|
5307
|
+
"type": "color"
|
|
5308
|
+
},
|
|
5309
|
+
"font-family": {
|
|
5310
|
+
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
5311
|
+
"type": "fontFamilies"
|
|
5312
|
+
},
|
|
5313
|
+
"font-size": {
|
|
5314
|
+
"value": "1.25rem",
|
|
5315
|
+
"type": "fontSizes"
|
|
5316
|
+
},
|
|
5317
|
+
"font-weight": {
|
|
5318
|
+
"value": 400,
|
|
5319
|
+
"type": "fontWeights"
|
|
5320
|
+
},
|
|
5321
|
+
"line-height": {
|
|
5322
|
+
"value": "150%",
|
|
5323
|
+
"type": "lineHeights"
|
|
5324
|
+
},
|
|
5325
|
+
"margin-block-end": {
|
|
5326
|
+
"value": 0,
|
|
5327
|
+
"type": "spacing"
|
|
5328
|
+
},
|
|
5329
|
+
"margin-block-start": {
|
|
5330
|
+
"value": 0,
|
|
5331
|
+
"type": "spacing"
|
|
5332
|
+
},
|
|
5333
|
+
"lead": {
|
|
5334
|
+
"color": {
|
|
5335
|
+
"value": "#154273",
|
|
5336
|
+
"type": "color"
|
|
5337
|
+
},
|
|
5338
|
+
"font-size": {
|
|
5339
|
+
"value": "1.5rem",
|
|
5340
|
+
"type": "fontSizes"
|
|
5341
|
+
},
|
|
5342
|
+
"font-weight": {
|
|
5343
|
+
"value": 400,
|
|
5344
|
+
"type": "fontWeights"
|
|
5345
|
+
},
|
|
5346
|
+
"line-height": {
|
|
5347
|
+
"value": "150%",
|
|
5348
|
+
"type": "lineHeights"
|
|
5349
|
+
}
|
|
5350
|
+
},
|
|
5351
|
+
"small": {
|
|
5352
|
+
"color": {
|
|
5353
|
+
"value": "#154273",
|
|
5354
|
+
"type": "color"
|
|
5355
|
+
},
|
|
5356
|
+
"font-size": {
|
|
5357
|
+
"value": "1.125rem",
|
|
5358
|
+
"type": "fontSizes"
|
|
5359
|
+
},
|
|
5360
|
+
"font-weight": {
|
|
5361
|
+
"value": 400,
|
|
5362
|
+
"type": "fontWeights"
|
|
5363
|
+
},
|
|
5364
|
+
"line-height": {
|
|
5365
|
+
"value": "150%",
|
|
5366
|
+
"type": "lineHeights"
|
|
5367
|
+
}
|
|
5368
|
+
}
|
|
5369
|
+
},
|
|
5362
5370
|
"heading-level-1": {
|
|
5363
5371
|
"color": {
|
|
5364
5372
|
"value": "#154273",
|
|
@@ -6599,6 +6607,10 @@
|
|
|
6599
6607
|
}
|
|
6600
6608
|
},
|
|
6601
6609
|
"content": {
|
|
6610
|
+
"font-size": {
|
|
6611
|
+
"value": "1.125rem",
|
|
6612
|
+
"type": "fontSizes"
|
|
6613
|
+
},
|
|
6602
6614
|
"column-gap": {
|
|
6603
6615
|
"value": "0.5rem",
|
|
6604
6616
|
"type": "space"
|
|
@@ -6849,6 +6861,10 @@
|
|
|
6849
6861
|
"type": "spacing"
|
|
6850
6862
|
},
|
|
6851
6863
|
"content": {
|
|
6864
|
+
"font-size": {
|
|
6865
|
+
"value": "1.125rem",
|
|
6866
|
+
"type": "fontSizes"
|
|
6867
|
+
},
|
|
6852
6868
|
"column-gap": {
|
|
6853
6869
|
"value": "0.5rem",
|
|
6854
6870
|
"type": "spacing"
|
|
@@ -8998,72 +9014,6 @@
|
|
|
8998
9014
|
"type": "borderWidth"
|
|
8999
9015
|
}
|
|
9000
9016
|
},
|
|
9001
|
-
"paragraph": {
|
|
9002
|
-
"color": {
|
|
9003
|
-
"value": "#154273",
|
|
9004
|
-
"type": "color"
|
|
9005
|
-
},
|
|
9006
|
-
"font-family": {
|
|
9007
|
-
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
9008
|
-
"type": "fontFamilies"
|
|
9009
|
-
},
|
|
9010
|
-
"font-size": {
|
|
9011
|
-
"value": "1.25rem",
|
|
9012
|
-
"type": "fontSizes"
|
|
9013
|
-
},
|
|
9014
|
-
"font-weight": {
|
|
9015
|
-
"value": 400,
|
|
9016
|
-
"type": "fontWeights"
|
|
9017
|
-
},
|
|
9018
|
-
"line-height": {
|
|
9019
|
-
"value": "150%",
|
|
9020
|
-
"type": "lineHeights"
|
|
9021
|
-
},
|
|
9022
|
-
"margin-block-end": {
|
|
9023
|
-
"value": 0,
|
|
9024
|
-
"type": "spacing"
|
|
9025
|
-
},
|
|
9026
|
-
"margin-block-start": {
|
|
9027
|
-
"value": 0,
|
|
9028
|
-
"type": "spacing"
|
|
9029
|
-
},
|
|
9030
|
-
"lead": {
|
|
9031
|
-
"color": {
|
|
9032
|
-
"value": "#154273",
|
|
9033
|
-
"type": "color"
|
|
9034
|
-
},
|
|
9035
|
-
"font-size": {
|
|
9036
|
-
"value": "1.5rem",
|
|
9037
|
-
"type": "fontSizes"
|
|
9038
|
-
},
|
|
9039
|
-
"font-weight": {
|
|
9040
|
-
"value": 400,
|
|
9041
|
-
"type": "fontWeights"
|
|
9042
|
-
},
|
|
9043
|
-
"line-height": {
|
|
9044
|
-
"value": "150%",
|
|
9045
|
-
"type": "lineHeights"
|
|
9046
|
-
}
|
|
9047
|
-
},
|
|
9048
|
-
"small": {
|
|
9049
|
-
"color": {
|
|
9050
|
-
"value": "#154273",
|
|
9051
|
-
"type": "color"
|
|
9052
|
-
},
|
|
9053
|
-
"font-size": {
|
|
9054
|
-
"value": "1.125rem",
|
|
9055
|
-
"type": "fontSizes"
|
|
9056
|
-
},
|
|
9057
|
-
"font-weight": {
|
|
9058
|
-
"value": 400,
|
|
9059
|
-
"type": "fontWeights"
|
|
9060
|
-
},
|
|
9061
|
-
"line-height": {
|
|
9062
|
-
"value": "150%",
|
|
9063
|
-
"type": "lineHeights"
|
|
9064
|
-
}
|
|
9065
|
-
}
|
|
9066
|
-
},
|
|
9067
9017
|
"ordered-list": {
|
|
9068
9018
|
"padding-inline-start": {
|
|
9069
9019
|
"value": "1.5rem",
|
|
@@ -10927,7 +10877,7 @@
|
|
|
10927
10877
|
}
|
|
10928
10878
|
},
|
|
10929
10879
|
"nl": {
|
|
10930
|
-
"
|
|
10880
|
+
"paragraph": {
|
|
10931
10881
|
"color": {
|
|
10932
10882
|
"value": "#154273",
|
|
10933
10883
|
"type": "color"
|
|
@@ -10936,48 +10886,18 @@
|
|
|
10936
10886
|
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
10937
10887
|
"type": "fontFamilies"
|
|
10938
10888
|
},
|
|
10939
|
-
"font-weight": {
|
|
10940
|
-
"value": 700,
|
|
10941
|
-
"type": "fontWeights"
|
|
10942
|
-
},
|
|
10943
|
-
"line-height": {
|
|
10944
|
-
"value": "125%",
|
|
10945
|
-
"type": "lineHeights"
|
|
10946
|
-
},
|
|
10947
10889
|
"font-size": {
|
|
10948
|
-
"value": "
|
|
10890
|
+
"value": "1.25rem",
|
|
10949
10891
|
"type": "fontSizes"
|
|
10950
10892
|
},
|
|
10951
|
-
"margin-block-end": {
|
|
10952
|
-
"value": 0,
|
|
10953
|
-
"type": "spacing"
|
|
10954
|
-
},
|
|
10955
|
-
"margin-block-start": {
|
|
10956
|
-
"value": 0,
|
|
10957
|
-
"type": "spacing"
|
|
10958
|
-
}
|
|
10959
|
-
},
|
|
10960
|
-
"heading-level-2": {
|
|
10961
|
-
"color": {
|
|
10962
|
-
"value": "#154273",
|
|
10963
|
-
"type": "color"
|
|
10964
|
-
},
|
|
10965
|
-
"font-family": {
|
|
10966
|
-
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
10967
|
-
"type": "fontFamilies"
|
|
10968
|
-
},
|
|
10969
10893
|
"font-weight": {
|
|
10970
|
-
"value":
|
|
10894
|
+
"value": 400,
|
|
10971
10895
|
"type": "fontWeights"
|
|
10972
10896
|
},
|
|
10973
10897
|
"line-height": {
|
|
10974
|
-
"value": "
|
|
10898
|
+
"value": "150%",
|
|
10975
10899
|
"type": "lineHeights"
|
|
10976
10900
|
},
|
|
10977
|
-
"font-size": {
|
|
10978
|
-
"value": "2.5rem",
|
|
10979
|
-
"type": "fontSizes"
|
|
10980
|
-
},
|
|
10981
10901
|
"margin-block-end": {
|
|
10982
10902
|
"value": 0,
|
|
10983
10903
|
"type": "spacing"
|
|
@@ -10985,19 +10905,115 @@
|
|
|
10985
10905
|
"margin-block-start": {
|
|
10986
10906
|
"value": 0,
|
|
10987
10907
|
"type": "spacing"
|
|
10988
|
-
}
|
|
10989
|
-
},
|
|
10990
|
-
"heading-level-3": {
|
|
10991
|
-
"color": {
|
|
10992
|
-
"value": "#154273",
|
|
10993
|
-
"type": "color"
|
|
10994
|
-
},
|
|
10995
|
-
"font-family": {
|
|
10996
|
-
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
10997
|
-
"type": "fontFamilies"
|
|
10998
10908
|
},
|
|
10999
|
-
"
|
|
11000
|
-
"
|
|
10909
|
+
"lead": {
|
|
10910
|
+
"color": {
|
|
10911
|
+
"value": "#154273",
|
|
10912
|
+
"type": "color"
|
|
10913
|
+
},
|
|
10914
|
+
"font-size": {
|
|
10915
|
+
"value": "1.5rem",
|
|
10916
|
+
"type": "fontSizes"
|
|
10917
|
+
},
|
|
10918
|
+
"font-weight": {
|
|
10919
|
+
"value": 400,
|
|
10920
|
+
"type": "fontWeights"
|
|
10921
|
+
},
|
|
10922
|
+
"line-height": {
|
|
10923
|
+
"value": "150%",
|
|
10924
|
+
"type": "lineHeights"
|
|
10925
|
+
}
|
|
10926
|
+
},
|
|
10927
|
+
"small": {
|
|
10928
|
+
"color": {
|
|
10929
|
+
"value": "#154273",
|
|
10930
|
+
"type": "color"
|
|
10931
|
+
},
|
|
10932
|
+
"font-size": {
|
|
10933
|
+
"value": "1.125rem",
|
|
10934
|
+
"type": "fontSizes"
|
|
10935
|
+
},
|
|
10936
|
+
"font-weight": {
|
|
10937
|
+
"value": 400,
|
|
10938
|
+
"type": "fontWeights"
|
|
10939
|
+
},
|
|
10940
|
+
"line-height": {
|
|
10941
|
+
"value": "150%",
|
|
10942
|
+
"type": "lineHeights"
|
|
10943
|
+
}
|
|
10944
|
+
}
|
|
10945
|
+
},
|
|
10946
|
+
"heading-level-1": {
|
|
10947
|
+
"color": {
|
|
10948
|
+
"value": "#154273",
|
|
10949
|
+
"type": "color"
|
|
10950
|
+
},
|
|
10951
|
+
"font-family": {
|
|
10952
|
+
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
10953
|
+
"type": "fontFamilies"
|
|
10954
|
+
},
|
|
10955
|
+
"font-weight": {
|
|
10956
|
+
"value": 700,
|
|
10957
|
+
"type": "fontWeights"
|
|
10958
|
+
},
|
|
10959
|
+
"line-height": {
|
|
10960
|
+
"value": "125%",
|
|
10961
|
+
"type": "lineHeights"
|
|
10962
|
+
},
|
|
10963
|
+
"font-size": {
|
|
10964
|
+
"value": "3.125rem",
|
|
10965
|
+
"type": "fontSizes"
|
|
10966
|
+
},
|
|
10967
|
+
"margin-block-end": {
|
|
10968
|
+
"value": 0,
|
|
10969
|
+
"type": "spacing"
|
|
10970
|
+
},
|
|
10971
|
+
"margin-block-start": {
|
|
10972
|
+
"value": 0,
|
|
10973
|
+
"type": "spacing"
|
|
10974
|
+
}
|
|
10975
|
+
},
|
|
10976
|
+
"heading-level-2": {
|
|
10977
|
+
"color": {
|
|
10978
|
+
"value": "#154273",
|
|
10979
|
+
"type": "color"
|
|
10980
|
+
},
|
|
10981
|
+
"font-family": {
|
|
10982
|
+
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
10983
|
+
"type": "fontFamilies"
|
|
10984
|
+
},
|
|
10985
|
+
"font-weight": {
|
|
10986
|
+
"value": 700,
|
|
10987
|
+
"type": "fontWeights"
|
|
10988
|
+
},
|
|
10989
|
+
"line-height": {
|
|
10990
|
+
"value": "125%",
|
|
10991
|
+
"type": "lineHeights"
|
|
10992
|
+
},
|
|
10993
|
+
"font-size": {
|
|
10994
|
+
"value": "2.5rem",
|
|
10995
|
+
"type": "fontSizes"
|
|
10996
|
+
},
|
|
10997
|
+
"margin-block-end": {
|
|
10998
|
+
"value": 0,
|
|
10999
|
+
"type": "spacing"
|
|
11000
|
+
},
|
|
11001
|
+
"margin-block-start": {
|
|
11002
|
+
"value": 0,
|
|
11003
|
+
"type": "spacing"
|
|
11004
|
+
}
|
|
11005
|
+
},
|
|
11006
|
+
"heading-level-3": {
|
|
11007
|
+
"color": {
|
|
11008
|
+
"value": "#154273",
|
|
11009
|
+
"type": "color"
|
|
11010
|
+
},
|
|
11011
|
+
"font-family": {
|
|
11012
|
+
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
11013
|
+
"type": "fontFamilies"
|
|
11014
|
+
},
|
|
11015
|
+
"font-weight": {
|
|
11016
|
+
"value": 700,
|
|
11001
11017
|
"type": "fontWeights"
|
|
11002
11018
|
},
|
|
11003
11019
|
"line-height": {
|
|
@@ -12191,6 +12207,10 @@
|
|
|
12191
12207
|
}
|
|
12192
12208
|
},
|
|
12193
12209
|
"content": {
|
|
12210
|
+
"font-size": {
|
|
12211
|
+
"value": "1.125rem",
|
|
12212
|
+
"type": "fontSizes"
|
|
12213
|
+
},
|
|
12194
12214
|
"column-gap": {
|
|
12195
12215
|
"value": "0.5rem",
|
|
12196
12216
|
"type": "space"
|
|
@@ -12441,6 +12461,10 @@
|
|
|
12441
12461
|
"type": "spacing"
|
|
12442
12462
|
},
|
|
12443
12463
|
"content": {
|
|
12464
|
+
"font-size": {
|
|
12465
|
+
"value": "1.125rem",
|
|
12466
|
+
"type": "fontSizes"
|
|
12467
|
+
},
|
|
12444
12468
|
"column-gap": {
|
|
12445
12469
|
"value": "0.5rem",
|
|
12446
12470
|
"type": "spacing"
|
|
@@ -14566,72 +14590,6 @@
|
|
|
14566
14590
|
"type": "borderWidth"
|
|
14567
14591
|
}
|
|
14568
14592
|
},
|
|
14569
|
-
"paragraph": {
|
|
14570
|
-
"color": {
|
|
14571
|
-
"value": "#154273",
|
|
14572
|
-
"type": "color"
|
|
14573
|
-
},
|
|
14574
|
-
"font-family": {
|
|
14575
|
-
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
14576
|
-
"type": "fontFamilies"
|
|
14577
|
-
},
|
|
14578
|
-
"font-size": {
|
|
14579
|
-
"value": "1.25rem",
|
|
14580
|
-
"type": "fontSizes"
|
|
14581
|
-
},
|
|
14582
|
-
"font-weight": {
|
|
14583
|
-
"value": 400,
|
|
14584
|
-
"type": "fontWeights"
|
|
14585
|
-
},
|
|
14586
|
-
"line-height": {
|
|
14587
|
-
"value": "150%",
|
|
14588
|
-
"type": "lineHeights"
|
|
14589
|
-
},
|
|
14590
|
-
"margin-block-end": {
|
|
14591
|
-
"value": 0,
|
|
14592
|
-
"type": "spacing"
|
|
14593
|
-
},
|
|
14594
|
-
"margin-block-start": {
|
|
14595
|
-
"value": 0,
|
|
14596
|
-
"type": "spacing"
|
|
14597
|
-
},
|
|
14598
|
-
"lead": {
|
|
14599
|
-
"color": {
|
|
14600
|
-
"value": "#154273",
|
|
14601
|
-
"type": "color"
|
|
14602
|
-
},
|
|
14603
|
-
"font-size": {
|
|
14604
|
-
"value": "1.5rem",
|
|
14605
|
-
"type": "fontSizes"
|
|
14606
|
-
},
|
|
14607
|
-
"font-weight": {
|
|
14608
|
-
"value": 400,
|
|
14609
|
-
"type": "fontWeights"
|
|
14610
|
-
},
|
|
14611
|
-
"line-height": {
|
|
14612
|
-
"value": "150%",
|
|
14613
|
-
"type": "lineHeights"
|
|
14614
|
-
}
|
|
14615
|
-
},
|
|
14616
|
-
"small": {
|
|
14617
|
-
"color": {
|
|
14618
|
-
"value": "#154273",
|
|
14619
|
-
"type": "color"
|
|
14620
|
-
},
|
|
14621
|
-
"font-size": {
|
|
14622
|
-
"value": "1.125rem",
|
|
14623
|
-
"type": "fontSizes"
|
|
14624
|
-
},
|
|
14625
|
-
"font-weight": {
|
|
14626
|
-
"value": 400,
|
|
14627
|
-
"type": "fontWeights"
|
|
14628
|
-
},
|
|
14629
|
-
"line-height": {
|
|
14630
|
-
"value": "150%",
|
|
14631
|
-
"type": "lineHeights"
|
|
14632
|
-
}
|
|
14633
|
-
}
|
|
14634
|
-
},
|
|
14635
14593
|
"ordered-list": {
|
|
14636
14594
|
"padding-inline-start": {
|
|
14637
14595
|
"value": "1.5rem",
|
|
@@ -16495,6 +16453,72 @@
|
|
|
16495
16453
|
}
|
|
16496
16454
|
},
|
|
16497
16455
|
"nl": {
|
|
16456
|
+
"paragraph": {
|
|
16457
|
+
"color": {
|
|
16458
|
+
"value": "#154273",
|
|
16459
|
+
"type": "color"
|
|
16460
|
+
},
|
|
16461
|
+
"font-family": {
|
|
16462
|
+
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
16463
|
+
"type": "fontFamilies"
|
|
16464
|
+
},
|
|
16465
|
+
"font-size": {
|
|
16466
|
+
"value": "1.25rem",
|
|
16467
|
+
"type": "fontSizes"
|
|
16468
|
+
},
|
|
16469
|
+
"font-weight": {
|
|
16470
|
+
"value": 400,
|
|
16471
|
+
"type": "fontWeights"
|
|
16472
|
+
},
|
|
16473
|
+
"line-height": {
|
|
16474
|
+
"value": "150%",
|
|
16475
|
+
"type": "lineHeights"
|
|
16476
|
+
},
|
|
16477
|
+
"margin-block-end": {
|
|
16478
|
+
"value": 0,
|
|
16479
|
+
"type": "spacing"
|
|
16480
|
+
},
|
|
16481
|
+
"margin-block-start": {
|
|
16482
|
+
"value": 0,
|
|
16483
|
+
"type": "spacing"
|
|
16484
|
+
},
|
|
16485
|
+
"lead": {
|
|
16486
|
+
"color": {
|
|
16487
|
+
"value": "#154273",
|
|
16488
|
+
"type": "color"
|
|
16489
|
+
},
|
|
16490
|
+
"font-size": {
|
|
16491
|
+
"value": "1.5rem",
|
|
16492
|
+
"type": "fontSizes"
|
|
16493
|
+
},
|
|
16494
|
+
"font-weight": {
|
|
16495
|
+
"value": 400,
|
|
16496
|
+
"type": "fontWeights"
|
|
16497
|
+
},
|
|
16498
|
+
"line-height": {
|
|
16499
|
+
"value": "150%",
|
|
16500
|
+
"type": "lineHeights"
|
|
16501
|
+
}
|
|
16502
|
+
},
|
|
16503
|
+
"small": {
|
|
16504
|
+
"color": {
|
|
16505
|
+
"value": "#154273",
|
|
16506
|
+
"type": "color"
|
|
16507
|
+
},
|
|
16508
|
+
"font-size": {
|
|
16509
|
+
"value": "1.125rem",
|
|
16510
|
+
"type": "fontSizes"
|
|
16511
|
+
},
|
|
16512
|
+
"font-weight": {
|
|
16513
|
+
"value": 400,
|
|
16514
|
+
"type": "fontWeights"
|
|
16515
|
+
},
|
|
16516
|
+
"line-height": {
|
|
16517
|
+
"value": "150%",
|
|
16518
|
+
"type": "lineHeights"
|
|
16519
|
+
}
|
|
16520
|
+
}
|
|
16521
|
+
},
|
|
16498
16522
|
"heading-level-1": {
|
|
16499
16523
|
"color": {
|
|
16500
16524
|
"value": "#154273",
|
|
@@ -17735,6 +17759,10 @@
|
|
|
17735
17759
|
}
|
|
17736
17760
|
},
|
|
17737
17761
|
"content": {
|
|
17762
|
+
"font-size": {
|
|
17763
|
+
"value": "1.125rem",
|
|
17764
|
+
"type": "fontSizes"
|
|
17765
|
+
},
|
|
17738
17766
|
"column-gap": {
|
|
17739
17767
|
"value": "0.5rem",
|
|
17740
17768
|
"type": "space"
|
|
@@ -17985,6 +18013,10 @@
|
|
|
17985
18013
|
"type": "spacing"
|
|
17986
18014
|
},
|
|
17987
18015
|
"content": {
|
|
18016
|
+
"font-size": {
|
|
18017
|
+
"value": "1.125rem",
|
|
18018
|
+
"type": "fontSizes"
|
|
18019
|
+
},
|
|
17988
18020
|
"column-gap": {
|
|
17989
18021
|
"value": "0.5rem",
|
|
17990
18022
|
"type": "spacing"
|
|
@@ -21029,72 +21061,6 @@
|
|
|
21029
21061
|
"type": "borderWidth"
|
|
21030
21062
|
}
|
|
21031
21063
|
},
|
|
21032
|
-
"paragraph": {
|
|
21033
|
-
"color": {
|
|
21034
|
-
"value": "#154273",
|
|
21035
|
-
"type": "color"
|
|
21036
|
-
},
|
|
21037
|
-
"font-family": {
|
|
21038
|
-
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
21039
|
-
"type": "fontFamilies"
|
|
21040
|
-
},
|
|
21041
|
-
"font-size": {
|
|
21042
|
-
"value": "1.25rem",
|
|
21043
|
-
"type": "fontSizes"
|
|
21044
|
-
},
|
|
21045
|
-
"font-weight": {
|
|
21046
|
-
"value": 400,
|
|
21047
|
-
"type": "fontWeights"
|
|
21048
|
-
},
|
|
21049
|
-
"line-height": {
|
|
21050
|
-
"value": "150%",
|
|
21051
|
-
"type": "lineHeights"
|
|
21052
|
-
},
|
|
21053
|
-
"margin-block-end": {
|
|
21054
|
-
"value": 0,
|
|
21055
|
-
"type": "spacing"
|
|
21056
|
-
},
|
|
21057
|
-
"margin-block-start": {
|
|
21058
|
-
"value": 0,
|
|
21059
|
-
"type": "spacing"
|
|
21060
|
-
},
|
|
21061
|
-
"lead": {
|
|
21062
|
-
"color": {
|
|
21063
|
-
"value": "#154273",
|
|
21064
|
-
"type": "color"
|
|
21065
|
-
},
|
|
21066
|
-
"font-size": {
|
|
21067
|
-
"value": "1.5rem",
|
|
21068
|
-
"type": "fontSizes"
|
|
21069
|
-
},
|
|
21070
|
-
"font-weight": {
|
|
21071
|
-
"value": 400,
|
|
21072
|
-
"type": "fontWeights"
|
|
21073
|
-
},
|
|
21074
|
-
"line-height": {
|
|
21075
|
-
"value": "150%",
|
|
21076
|
-
"type": "lineHeights"
|
|
21077
|
-
}
|
|
21078
|
-
},
|
|
21079
|
-
"small": {
|
|
21080
|
-
"color": {
|
|
21081
|
-
"value": "#154273",
|
|
21082
|
-
"type": "color"
|
|
21083
|
-
},
|
|
21084
|
-
"font-size": {
|
|
21085
|
-
"value": "1.125rem",
|
|
21086
|
-
"type": "fontSizes"
|
|
21087
|
-
},
|
|
21088
|
-
"font-weight": {
|
|
21089
|
-
"value": 400,
|
|
21090
|
-
"type": "fontWeights"
|
|
21091
|
-
},
|
|
21092
|
-
"line-height": {
|
|
21093
|
-
"value": "150%",
|
|
21094
|
-
"type": "lineHeights"
|
|
21095
|
-
}
|
|
21096
|
-
}
|
|
21097
|
-
},
|
|
21098
21064
|
"ordered-list": {
|
|
21099
21065
|
"padding-inline-start": {
|
|
21100
21066
|
"value": "1.5rem",
|
|
@@ -22127,6 +22093,72 @@
|
|
|
22127
22093
|
}
|
|
22128
22094
|
},
|
|
22129
22095
|
"nl": {
|
|
22096
|
+
"paragraph": {
|
|
22097
|
+
"color": {
|
|
22098
|
+
"value": "#154273",
|
|
22099
|
+
"type": "color"
|
|
22100
|
+
},
|
|
22101
|
+
"font-family": {
|
|
22102
|
+
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
22103
|
+
"type": "fontFamilies"
|
|
22104
|
+
},
|
|
22105
|
+
"font-size": {
|
|
22106
|
+
"value": "1.25rem",
|
|
22107
|
+
"type": "fontSizes"
|
|
22108
|
+
},
|
|
22109
|
+
"font-weight": {
|
|
22110
|
+
"value": 400,
|
|
22111
|
+
"type": "fontWeights"
|
|
22112
|
+
},
|
|
22113
|
+
"line-height": {
|
|
22114
|
+
"value": "150%",
|
|
22115
|
+
"type": "lineHeights"
|
|
22116
|
+
},
|
|
22117
|
+
"margin-block-end": {
|
|
22118
|
+
"value": 0,
|
|
22119
|
+
"type": "spacing"
|
|
22120
|
+
},
|
|
22121
|
+
"margin-block-start": {
|
|
22122
|
+
"value": 0,
|
|
22123
|
+
"type": "spacing"
|
|
22124
|
+
},
|
|
22125
|
+
"lead": {
|
|
22126
|
+
"color": {
|
|
22127
|
+
"value": "#154273",
|
|
22128
|
+
"type": "color"
|
|
22129
|
+
},
|
|
22130
|
+
"font-size": {
|
|
22131
|
+
"value": "1.5rem",
|
|
22132
|
+
"type": "fontSizes"
|
|
22133
|
+
},
|
|
22134
|
+
"font-weight": {
|
|
22135
|
+
"value": 400,
|
|
22136
|
+
"type": "fontWeights"
|
|
22137
|
+
},
|
|
22138
|
+
"line-height": {
|
|
22139
|
+
"value": "150%",
|
|
22140
|
+
"type": "lineHeights"
|
|
22141
|
+
}
|
|
22142
|
+
},
|
|
22143
|
+
"small": {
|
|
22144
|
+
"color": {
|
|
22145
|
+
"value": "#154273",
|
|
22146
|
+
"type": "color"
|
|
22147
|
+
},
|
|
22148
|
+
"font-size": {
|
|
22149
|
+
"value": "1.125rem",
|
|
22150
|
+
"type": "fontSizes"
|
|
22151
|
+
},
|
|
22152
|
+
"font-weight": {
|
|
22153
|
+
"value": 400,
|
|
22154
|
+
"type": "fontWeights"
|
|
22155
|
+
},
|
|
22156
|
+
"line-height": {
|
|
22157
|
+
"value": "150%",
|
|
22158
|
+
"type": "lineHeights"
|
|
22159
|
+
}
|
|
22160
|
+
}
|
|
22161
|
+
},
|
|
22130
22162
|
"heading-level-1": {
|
|
22131
22163
|
"color": {
|
|
22132
22164
|
"value": "#154273",
|