@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.
- package/dist/_variables.scss +67 -72
- package/dist/index.css +67 -72
- package/dist/index.d.ts +11 -16
- package/dist/index.js +67 -72
- package/dist/index.json +66 -71
- package/dist/index.tokens.json +57 -64
- package/dist/root.css +67 -72
- package/dist/tokens.d.ts +2 -9
- package/dist/tokens.js +145 -266
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +112 -119
- package/dist/uitvoerend-mintgroen-focus/index.css +112 -119
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +51 -58
- package/dist/uitvoerend-mintgroen-focus/index.js +112 -119
- package/dist/uitvoerend-mintgroen-focus/index.json +111 -118
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +121 -138
- package/dist/uitvoerend-mintgroen-focus/root.css +112 -119
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +61 -78
- package/dist/uitvoerend-mintgroen-focus/tokens.js +3136 -3313
- package/dist/uitvoerend-violet/_variables.scss +72 -77
- package/dist/uitvoerend-violet/index.css +72 -77
- package/dist/uitvoerend-violet/index.d.ts +11 -16
- package/dist/uitvoerend-violet/index.js +72 -77
- package/dist/uitvoerend-violet/index.json +71 -76
- package/dist/uitvoerend-violet/index.tokens.json +62 -69
- package/dist/uitvoerend-violet/root.css +72 -77
- package/dist/uitvoerend-violet/tokens.d.ts +2 -9
- package/dist/uitvoerend-violet/tokens.js +155 -276
- package/dist/uitvoerend-violet-oud/_variables.scss +72 -77
- package/dist/uitvoerend-violet-oud/index.css +72 -77
- package/dist/uitvoerend-violet-oud/index.d.ts +11 -16
- package/dist/uitvoerend-violet-oud/index.js +72 -77
- package/dist/uitvoerend-violet-oud/index.json +71 -76
- package/dist/uitvoerend-violet-oud/index.tokens.json +62 -69
- package/dist/uitvoerend-violet-oud/root.css +72 -77
- package/dist/uitvoerend-violet-oud/tokens.d.ts +2 -9
- package/dist/uitvoerend-violet-oud/tokens.js +155 -276
- package/dist/wetgevend/_variables.scss +66 -71
- package/dist/wetgevend/index.css +66 -71
- package/dist/wetgevend/index.d.ts +11 -16
- package/dist/wetgevend/index.js +66 -71
- package/dist/wetgevend/index.json +65 -70
- package/dist/wetgevend/index.tokens.json +56 -63
- package/dist/wetgevend/root.css +66 -71
- package/dist/wetgevend/tokens.d.ts +2 -9
- package/dist/wetgevend/tokens.js +143 -264
- package/figma/figma.tokens.json +145 -165
- package/package.json +2 -2
- package/src/generated/base.tokens.json +57 -81
- package/src/generated/themes.json +442 -554
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +231 -271
- package/src/generated/uitvoerend-violet/tokens.json +62 -86
- package/src/generated/uitvoerend-violet-oud/tokens.json +62 -86
- package/src/generated/wetgevend/tokens.json +56 -80
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/design-tokens",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.169",
|
|
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": "
|
|
35
|
+
"gitHead": "04a74008160c8a7c16d31655295db883b50d9ca4"
|
|
36
36
|
}
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
"hover": {
|
|
95
95
|
"color": {
|
|
96
|
-
"value": "#
|
|
96
|
+
"value": "#0F172A",
|
|
97
97
|
"type": "color"
|
|
98
98
|
},
|
|
99
99
|
"background-color": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"type": "fontWeights"
|
|
151
151
|
},
|
|
152
152
|
"color": {
|
|
153
|
-
"value": "#
|
|
153
|
+
"value": "#0F172A",
|
|
154
154
|
"type": "color"
|
|
155
155
|
}
|
|
156
156
|
},
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"navigation-list": {
|
|
253
253
|
"icon": {
|
|
254
254
|
"background-color": {
|
|
255
|
-
"value": "#
|
|
255
|
+
"value": "#0F172A",
|
|
256
256
|
"type": "color"
|
|
257
257
|
},
|
|
258
258
|
"border-radius": {
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
},
|
|
348
348
|
"heading": {
|
|
349
349
|
"color": {
|
|
350
|
-
"value": "#
|
|
350
|
+
"value": "#0F172A",
|
|
351
351
|
"type": "color"
|
|
352
352
|
}
|
|
353
353
|
},
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
},
|
|
397
397
|
"icon": {
|
|
398
398
|
"color": {
|
|
399
|
-
"value": "#
|
|
399
|
+
"value": "#0F172A",
|
|
400
400
|
"type": "color"
|
|
401
401
|
},
|
|
402
402
|
"active": {
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"type": "color"
|
|
486
486
|
},
|
|
487
487
|
"border-color": {
|
|
488
|
-
"value": "#
|
|
488
|
+
"value": "#4f7196",
|
|
489
489
|
"type": "color"
|
|
490
490
|
}
|
|
491
491
|
},
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"type": "size"
|
|
518
518
|
},
|
|
519
519
|
"color": {
|
|
520
|
-
"value": "#
|
|
520
|
+
"value": "#0F172A",
|
|
521
521
|
"type": "color"
|
|
522
522
|
}
|
|
523
523
|
},
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
},
|
|
568
568
|
"heading": {
|
|
569
569
|
"color": {
|
|
570
|
-
"value": "#
|
|
570
|
+
"value": "#0F172A",
|
|
571
571
|
"type": "color"
|
|
572
572
|
}
|
|
573
573
|
}
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
"type": "borderWidth"
|
|
1030
1030
|
},
|
|
1031
1031
|
"color": {
|
|
1032
|
-
"value": "#
|
|
1032
|
+
"value": "#0F172A",
|
|
1033
1033
|
"type": "color"
|
|
1034
1034
|
},
|
|
1035
1035
|
"column-gap": {
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
},
|
|
1043
1043
|
"icon": {
|
|
1044
1044
|
"color": {
|
|
1045
|
-
"value": "#
|
|
1045
|
+
"value": "#0F172A",
|
|
1046
1046
|
"type": "color"
|
|
1047
1047
|
},
|
|
1048
1048
|
"size": {
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
},
|
|
1081
1081
|
"metadata": {
|
|
1082
1082
|
"color": {
|
|
1083
|
-
"value": "#
|
|
1083
|
+
"value": "#0F172A",
|
|
1084
1084
|
"type": "color"
|
|
1085
1085
|
}
|
|
1086
1086
|
},
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
"type": "color"
|
|
1254
1254
|
},
|
|
1255
1255
|
"color": {
|
|
1256
|
-
"value": "#
|
|
1256
|
+
"value": "#0F172A",
|
|
1257
1257
|
"type": "color"
|
|
1258
1258
|
}
|
|
1259
1259
|
}
|
|
@@ -1283,7 +1283,7 @@
|
|
|
1283
1283
|
"type": "borderRadius"
|
|
1284
1284
|
},
|
|
1285
1285
|
"color": {
|
|
1286
|
-
"value": "#
|
|
1286
|
+
"value": "#0F172A",
|
|
1287
1287
|
"type": "color"
|
|
1288
1288
|
}
|
|
1289
1289
|
},
|
|
@@ -1394,13 +1394,7 @@
|
|
|
1394
1394
|
},
|
|
1395
1395
|
"foreground": {
|
|
1396
1396
|
"default": {
|
|
1397
|
-
"
|
|
1398
|
-
"value": "#000",
|
|
1399
|
-
"type": "color",
|
|
1400
|
-
"description": "Standaard kleur voor teksten en iconen. Gebruik deze voor body content, titels en labels."
|
|
1401
|
-
},
|
|
1402
|
-
"lint": {
|
|
1403
|
-
"value": "#154273",
|
|
1397
|
+
"value": "#0F172A",
|
|
1404
1398
|
"type": "color"
|
|
1405
1399
|
},
|
|
1406
1400
|
"subdued": {
|
|
@@ -1435,7 +1429,7 @@
|
|
|
1435
1429
|
},
|
|
1436
1430
|
"strong": {
|
|
1437
1431
|
"parent": "mode/light",
|
|
1438
|
-
"value": "#
|
|
1432
|
+
"value": "#0F172A",
|
|
1439
1433
|
"type": "color"
|
|
1440
1434
|
}
|
|
1441
1435
|
},
|
|
@@ -1548,7 +1542,7 @@
|
|
|
1548
1542
|
"type": "color"
|
|
1549
1543
|
}
|
|
1550
1544
|
},
|
|
1551
|
-
"
|
|
1545
|
+
"cool-grey": {
|
|
1552
1546
|
"50": {
|
|
1553
1547
|
"value": "#F8FAFC",
|
|
1554
1548
|
"type": "color"
|
|
@@ -2445,7 +2439,7 @@
|
|
|
2445
2439
|
"type": "spacing"
|
|
2446
2440
|
},
|
|
2447
2441
|
"color": {
|
|
2448
|
-
"value": "#
|
|
2442
|
+
"value": "#0F172A",
|
|
2449
2443
|
"type": "color"
|
|
2450
2444
|
},
|
|
2451
2445
|
"font-family": {
|
|
@@ -2480,11 +2474,11 @@
|
|
|
2480
2474
|
},
|
|
2481
2475
|
"marker": {
|
|
2482
2476
|
"color": {
|
|
2483
|
-
"value": "#
|
|
2477
|
+
"value": "#0F172A",
|
|
2484
2478
|
"type": "color"
|
|
2485
2479
|
},
|
|
2486
2480
|
"border-color": {
|
|
2487
|
-
"value": "#
|
|
2481
|
+
"value": "#0F172A",
|
|
2488
2482
|
"type": "color"
|
|
2489
2483
|
}
|
|
2490
2484
|
}
|
|
@@ -2539,7 +2533,7 @@
|
|
|
2539
2533
|
"type": "color"
|
|
2540
2534
|
},
|
|
2541
2535
|
"color": {
|
|
2542
|
-
"value": "#
|
|
2536
|
+
"value": "#0F172A",
|
|
2543
2537
|
"type": "color"
|
|
2544
2538
|
},
|
|
2545
2539
|
"invalid": {
|
|
@@ -2552,7 +2546,7 @@
|
|
|
2552
2546
|
"type": "color"
|
|
2553
2547
|
},
|
|
2554
2548
|
"color": {
|
|
2555
|
-
"value": "#
|
|
2549
|
+
"value": "#0F172A",
|
|
2556
2550
|
"type": "color"
|
|
2557
2551
|
},
|
|
2558
2552
|
"border-width": {
|
|
@@ -2588,7 +2582,7 @@
|
|
|
2588
2582
|
"type": "color"
|
|
2589
2583
|
},
|
|
2590
2584
|
"color": {
|
|
2591
|
-
"value": "#
|
|
2585
|
+
"value": "#0F172A",
|
|
2592
2586
|
"type": "color"
|
|
2593
2587
|
}
|
|
2594
2588
|
},
|
|
@@ -2616,7 +2610,7 @@
|
|
|
2616
2610
|
"type": "color"
|
|
2617
2611
|
},
|
|
2618
2612
|
"color": {
|
|
2619
|
-
"value": "#
|
|
2613
|
+
"value": "#0F172A",
|
|
2620
2614
|
"type": "color"
|
|
2621
2615
|
}
|
|
2622
2616
|
},
|
|
@@ -2634,7 +2628,7 @@
|
|
|
2634
2628
|
"type": "color"
|
|
2635
2629
|
},
|
|
2636
2630
|
"color": {
|
|
2637
|
-
"value": "#
|
|
2631
|
+
"value": "#0F172A",
|
|
2638
2632
|
"type": "color"
|
|
2639
2633
|
}
|
|
2640
2634
|
}
|
|
@@ -2669,7 +2663,7 @@
|
|
|
2669
2663
|
"type": "color"
|
|
2670
2664
|
},
|
|
2671
2665
|
"color": {
|
|
2672
|
-
"value": "#
|
|
2666
|
+
"value": "#0F172A",
|
|
2673
2667
|
"type": "color"
|
|
2674
2668
|
},
|
|
2675
2669
|
"invalid": {
|
|
@@ -2682,7 +2676,7 @@
|
|
|
2682
2676
|
"type": "color"
|
|
2683
2677
|
},
|
|
2684
2678
|
"color": {
|
|
2685
|
-
"value": "#
|
|
2679
|
+
"value": "#0F172A",
|
|
2686
2680
|
"type": "color"
|
|
2687
2681
|
},
|
|
2688
2682
|
"border-width": {
|
|
@@ -2706,7 +2700,7 @@
|
|
|
2706
2700
|
"type": "color"
|
|
2707
2701
|
},
|
|
2708
2702
|
"color": {
|
|
2709
|
-
"value": "#
|
|
2703
|
+
"value": "#0F172A",
|
|
2710
2704
|
"type": "color"
|
|
2711
2705
|
},
|
|
2712
2706
|
"border-width": {
|
|
@@ -2738,7 +2732,7 @@
|
|
|
2738
2732
|
"type": "color"
|
|
2739
2733
|
},
|
|
2740
2734
|
"color": {
|
|
2741
|
-
"value": "#
|
|
2735
|
+
"value": "#0F172A",
|
|
2742
2736
|
"type": "color"
|
|
2743
2737
|
}
|
|
2744
2738
|
},
|
|
@@ -2752,7 +2746,7 @@
|
|
|
2752
2746
|
"type": "color"
|
|
2753
2747
|
},
|
|
2754
2748
|
"color": {
|
|
2755
|
-
"value": "#
|
|
2749
|
+
"value": "#0F172A",
|
|
2756
2750
|
"type": "color"
|
|
2757
2751
|
},
|
|
2758
2752
|
"border-width": {
|
|
@@ -2796,7 +2790,7 @@
|
|
|
2796
2790
|
"type": "lineHeights"
|
|
2797
2791
|
},
|
|
2798
2792
|
"color": {
|
|
2799
|
-
"value": "#
|
|
2793
|
+
"value": "#0F172A",
|
|
2800
2794
|
"type": "color"
|
|
2801
2795
|
},
|
|
2802
2796
|
"font-family": {
|
|
@@ -2822,7 +2816,7 @@
|
|
|
2822
2816
|
"type": "spacing"
|
|
2823
2817
|
},
|
|
2824
2818
|
"color": {
|
|
2825
|
-
"value": "#
|
|
2819
|
+
"value": "#0F172A",
|
|
2826
2820
|
"type": "color"
|
|
2827
2821
|
},
|
|
2828
2822
|
"font-family": {
|
|
@@ -2862,7 +2856,7 @@
|
|
|
2862
2856
|
},
|
|
2863
2857
|
"data-cell": {
|
|
2864
2858
|
"color": {
|
|
2865
|
-
"value": "#
|
|
2859
|
+
"value": "#0F172A",
|
|
2866
2860
|
"type": "color"
|
|
2867
2861
|
},
|
|
2868
2862
|
"font-family": {
|
|
@@ -2934,7 +2928,7 @@
|
|
|
2934
2928
|
"type": "fontSizes"
|
|
2935
2929
|
},
|
|
2936
2930
|
"color": {
|
|
2937
|
-
"value": "#
|
|
2931
|
+
"value": "#0F172A",
|
|
2938
2932
|
"type": "color"
|
|
2939
2933
|
},
|
|
2940
2934
|
"font-family": {
|
|
@@ -3035,7 +3029,7 @@
|
|
|
3035
3029
|
"type": "color"
|
|
3036
3030
|
},
|
|
3037
3031
|
"color": {
|
|
3038
|
-
"value": "#
|
|
3032
|
+
"value": "#0F172A",
|
|
3039
3033
|
"type": "color"
|
|
3040
3034
|
},
|
|
3041
3035
|
"invalid": {
|
|
@@ -3048,7 +3042,7 @@
|
|
|
3048
3042
|
"type": "color"
|
|
3049
3043
|
},
|
|
3050
3044
|
"color": {
|
|
3051
|
-
"value": "#
|
|
3045
|
+
"value": "#0F172A",
|
|
3052
3046
|
"type": "color"
|
|
3053
3047
|
},
|
|
3054
3048
|
"border-width": {
|
|
@@ -3066,7 +3060,7 @@
|
|
|
3066
3060
|
"type": "color"
|
|
3067
3061
|
},
|
|
3068
3062
|
"color": {
|
|
3069
|
-
"value": "#
|
|
3063
|
+
"value": "#0F172A",
|
|
3070
3064
|
"type": "color"
|
|
3071
3065
|
},
|
|
3072
3066
|
"border-width": {
|
|
@@ -3098,7 +3092,7 @@
|
|
|
3098
3092
|
"type": "color"
|
|
3099
3093
|
},
|
|
3100
3094
|
"color": {
|
|
3101
|
-
"value": "#
|
|
3095
|
+
"value": "#0F172A",
|
|
3102
3096
|
"type": "color"
|
|
3103
3097
|
},
|
|
3104
3098
|
"border-width": {
|
|
@@ -3341,7 +3335,7 @@
|
|
|
3341
3335
|
},
|
|
3342
3336
|
"pre-heading": {
|
|
3343
3337
|
"color": {
|
|
3344
|
-
"value": "#
|
|
3338
|
+
"value": "#0F172A",
|
|
3345
3339
|
"type": "color"
|
|
3346
3340
|
},
|
|
3347
3341
|
"font-family": {
|
|
@@ -3393,7 +3387,7 @@
|
|
|
3393
3387
|
}
|
|
3394
3388
|
},
|
|
3395
3389
|
"color": {
|
|
3396
|
-
"value": "#
|
|
3390
|
+
"value": "#0F172A",
|
|
3397
3391
|
"type": "color"
|
|
3398
3392
|
},
|
|
3399
3393
|
"font-family": {
|
|
@@ -3558,7 +3552,7 @@
|
|
|
3558
3552
|
},
|
|
3559
3553
|
"form-label": {
|
|
3560
3554
|
"color": {
|
|
3561
|
-
"value": "#
|
|
3555
|
+
"value": "#0F172A",
|
|
3562
3556
|
"type": "color"
|
|
3563
3557
|
},
|
|
3564
3558
|
"font-size": {
|
|
@@ -3572,7 +3566,7 @@
|
|
|
3572
3566
|
},
|
|
3573
3567
|
"form-field-label": {
|
|
3574
3568
|
"color": {
|
|
3575
|
-
"value": "#
|
|
3569
|
+
"value": "#0F172A",
|
|
3576
3570
|
"type": "color"
|
|
3577
3571
|
},
|
|
3578
3572
|
"font-family": {
|
|
@@ -3777,7 +3771,7 @@
|
|
|
3777
3771
|
"form-fieldset": {
|
|
3778
3772
|
"legend": {
|
|
3779
3773
|
"color": {
|
|
3780
|
-
"value": "#
|
|
3774
|
+
"value": "#0F172A",
|
|
3781
3775
|
"type": "color"
|
|
3782
3776
|
},
|
|
3783
3777
|
"font-family": {
|
|
@@ -3810,7 +3804,7 @@
|
|
|
3810
3804
|
"type": "color"
|
|
3811
3805
|
},
|
|
3812
3806
|
"color": {
|
|
3813
|
-
"value": "#
|
|
3807
|
+
"value": "#0F172A",
|
|
3814
3808
|
"type": "color"
|
|
3815
3809
|
}
|
|
3816
3810
|
},
|
|
@@ -4693,7 +4687,7 @@
|
|
|
4693
4687
|
"type": "fontSizes"
|
|
4694
4688
|
},
|
|
4695
4689
|
"color": {
|
|
4696
|
-
"value": "#
|
|
4690
|
+
"value": "#0F172A",
|
|
4697
4691
|
"type": "color"
|
|
4698
4692
|
}
|
|
4699
4693
|
},
|
|
@@ -4924,7 +4918,7 @@
|
|
|
4924
4918
|
"type": "color"
|
|
4925
4919
|
},
|
|
4926
4920
|
"color": {
|
|
4927
|
-
"value": "#
|
|
4921
|
+
"value": "#0F172A",
|
|
4928
4922
|
"type": "color"
|
|
4929
4923
|
},
|
|
4930
4924
|
"info": {
|
|
@@ -4937,7 +4931,7 @@
|
|
|
4937
4931
|
"type": "color"
|
|
4938
4932
|
},
|
|
4939
4933
|
"color": {
|
|
4940
|
-
"value": "#
|
|
4934
|
+
"value": "#0F172A",
|
|
4941
4935
|
"type": "color"
|
|
4942
4936
|
}
|
|
4943
4937
|
},
|
|
@@ -4951,7 +4945,7 @@
|
|
|
4951
4945
|
"type": "color"
|
|
4952
4946
|
},
|
|
4953
4947
|
"color": {
|
|
4954
|
-
"value": "#
|
|
4948
|
+
"value": "#0F172A",
|
|
4955
4949
|
"type": "color"
|
|
4956
4950
|
}
|
|
4957
4951
|
},
|
|
@@ -4965,7 +4959,7 @@
|
|
|
4965
4959
|
"type": "color"
|
|
4966
4960
|
},
|
|
4967
4961
|
"color": {
|
|
4968
|
-
"value": "#
|
|
4962
|
+
"value": "#0F172A",
|
|
4969
4963
|
"type": "color"
|
|
4970
4964
|
}
|
|
4971
4965
|
},
|
|
@@ -4979,7 +4973,7 @@
|
|
|
4979
4973
|
"type": "color"
|
|
4980
4974
|
},
|
|
4981
4975
|
"color": {
|
|
4982
|
-
"value": "#
|
|
4976
|
+
"value": "#0F172A",
|
|
4983
4977
|
"type": "color"
|
|
4984
4978
|
}
|
|
4985
4979
|
},
|
|
@@ -5080,7 +5074,7 @@
|
|
|
5080
5074
|
"type": "color"
|
|
5081
5075
|
},
|
|
5082
5076
|
"color": {
|
|
5083
|
-
"value": "#
|
|
5077
|
+
"value": "#0F172A",
|
|
5084
5078
|
"type": "color"
|
|
5085
5079
|
}
|
|
5086
5080
|
},
|
|
@@ -5097,7 +5091,7 @@
|
|
|
5097
5091
|
"type": "borderWidth"
|
|
5098
5092
|
},
|
|
5099
5093
|
"color": {
|
|
5100
|
-
"value": "#
|
|
5094
|
+
"value": "#0F172A",
|
|
5101
5095
|
"type": "color"
|
|
5102
5096
|
},
|
|
5103
5097
|
"focus": {
|
|
@@ -5110,7 +5104,7 @@
|
|
|
5110
5104
|
"type": "color"
|
|
5111
5105
|
},
|
|
5112
5106
|
"color": {
|
|
5113
|
-
"value": "#
|
|
5107
|
+
"value": "#0F172A",
|
|
5114
5108
|
"type": "color"
|
|
5115
5109
|
}
|
|
5116
5110
|
},
|
|
@@ -5124,7 +5118,7 @@
|
|
|
5124
5118
|
"type": "color"
|
|
5125
5119
|
},
|
|
5126
5120
|
"color": {
|
|
5127
|
-
"value": "#
|
|
5121
|
+
"value": "#0F172A",
|
|
5128
5122
|
"type": "color"
|
|
5129
5123
|
},
|
|
5130
5124
|
"row-gap": {
|
|
@@ -5140,7 +5134,7 @@
|
|
|
5140
5134
|
"type": "color"
|
|
5141
5135
|
},
|
|
5142
5136
|
"color": {
|
|
5143
|
-
"value": "#
|
|
5137
|
+
"value": "#0F172A",
|
|
5144
5138
|
"type": "color"
|
|
5145
5139
|
},
|
|
5146
5140
|
"font-family": {
|
|
@@ -5283,7 +5277,7 @@
|
|
|
5283
5277
|
"type": "borderWidth"
|
|
5284
5278
|
},
|
|
5285
5279
|
"color": {
|
|
5286
|
-
"value": "#
|
|
5280
|
+
"value": "#0F172A",
|
|
5287
5281
|
"type": "color"
|
|
5288
5282
|
},
|
|
5289
5283
|
"text-decoration": {
|
|
@@ -5346,7 +5340,7 @@
|
|
|
5346
5340
|
},
|
|
5347
5341
|
"paragraph": {
|
|
5348
5342
|
"color": {
|
|
5349
|
-
"value": "#
|
|
5343
|
+
"value": "#0F172A",
|
|
5350
5344
|
"type": "color"
|
|
5351
5345
|
},
|
|
5352
5346
|
"font-family": {
|
|
@@ -5375,7 +5369,7 @@
|
|
|
5375
5369
|
},
|
|
5376
5370
|
"lead": {
|
|
5377
5371
|
"color": {
|
|
5378
|
-
"value": "#
|
|
5372
|
+
"value": "#0F172A",
|
|
5379
5373
|
"type": "color"
|
|
5380
5374
|
},
|
|
5381
5375
|
"font-size": {
|
|
@@ -5390,24 +5384,6 @@
|
|
|
5390
5384
|
"value": "150%",
|
|
5391
5385
|
"type": "lineHeights"
|
|
5392
5386
|
}
|
|
5393
|
-
},
|
|
5394
|
-
"small": {
|
|
5395
|
-
"color": {
|
|
5396
|
-
"value": "#154273",
|
|
5397
|
-
"type": "color"
|
|
5398
|
-
},
|
|
5399
|
-
"font-size": {
|
|
5400
|
-
"value": "1.125rem",
|
|
5401
|
-
"type": "fontSizes"
|
|
5402
|
-
},
|
|
5403
|
-
"font-weight": {
|
|
5404
|
-
"value": 400,
|
|
5405
|
-
"type": "fontWeights"
|
|
5406
|
-
},
|
|
5407
|
-
"line-height": {
|
|
5408
|
-
"value": "150%",
|
|
5409
|
-
"type": "lineHeights"
|
|
5410
|
-
}
|
|
5411
5387
|
}
|
|
5412
5388
|
},
|
|
5413
5389
|
"heading-level-1": {
|