@ilo-org/styles 0.5.0 → 0.6.1
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/build/css/components/index.css +122 -70
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +1 -1
- package/build/css/index.css +122 -70
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +122 -70
- package/build/css/monorepo.css.map +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/index.css.map +1 -1
- package/build/minified/monorepo.css +1 -1
- package/build/minified/monorepo.css.map +1 -1
- package/css/components/accordion.css +1 -1
- package/css/components/card.css +1 -1
- package/css/components/cardgroup.css +1 -1
- package/css/components/datacard.css +1 -0
- package/css/components/detailcard.css +1 -0
- package/css/components/experiment.css +1 -0
- package/css/components/factlistcard.css +1 -0
- package/css/components/featurecard.css +1 -0
- package/css/components/formcontrol.css +1 -0
- package/css/components/logogrid.css +1 -0
- package/css/components/multilinkcard.css +1 -0
- package/css/components/promocard.css +1 -0
- package/css/components/statcard.css +1 -0
- package/css/components/textcard.css +1 -0
- package/css/components/textinput.css +1 -0
- package/css/components/toggle.css +1 -0
- package/css/global.css.map +1 -1
- package/css/index.css +1 -1
- package/css/index.css.map +1 -1
- package/css/monorepo.css +1 -1
- package/css/monorepo.css.map +1 -1
- package/package.json +1 -1
- package/scss/components/_accordion.scss +8 -0
- package/scss/components/_card.scss +0 -1
- package/scss/components/_cardgroup.scss +2 -2
- package/scss/components/_logogrid.scss +52 -0
- package/scss/components/index.scss +1 -0
package/build/css/index.css
CHANGED
|
@@ -151,7 +151,7 @@ select {
|
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Do not edit directly
|
|
154
|
-
* Generated on
|
|
154
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
155
155
|
*/
|
|
156
156
|
/**
|
|
157
157
|
* TOKENS:
|
|
@@ -169,7 +169,7 @@ body {
|
|
|
169
169
|
|
|
170
170
|
/**
|
|
171
171
|
* Do not edit directly
|
|
172
|
-
* Generated on
|
|
172
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
173
173
|
*/
|
|
174
174
|
/**
|
|
175
175
|
* TOKENS:
|
|
@@ -245,6 +245,7 @@ body {
|
|
|
245
245
|
--height: auto;
|
|
246
246
|
color: rgb(109, 109, 109);
|
|
247
247
|
font-family: Noto Sans;
|
|
248
|
+
position: relative;
|
|
248
249
|
height: 0px;
|
|
249
250
|
overflow: hidden;
|
|
250
251
|
transition: height 225ms ease-out, padding 225ms ease-out;
|
|
@@ -260,6 +261,11 @@ body {
|
|
|
260
261
|
height: var(--height);
|
|
261
262
|
transition: height 225ms ease-out, padding 225ms ease-out;
|
|
262
263
|
}
|
|
264
|
+
.ilo--accordion--panel__scroll {
|
|
265
|
+
max-height: 500px;
|
|
266
|
+
overflow-y: auto;
|
|
267
|
+
padding-right: 1.7148981779rem;
|
|
268
|
+
}
|
|
263
269
|
.ilo--accordion--panel.collapsing, .ilo--accordion--panel.expanding {
|
|
264
270
|
height: 0;
|
|
265
271
|
position: relative;
|
|
@@ -282,7 +288,7 @@ body {
|
|
|
282
288
|
|
|
283
289
|
/**
|
|
284
290
|
* Do not edit directly
|
|
285
|
-
* Generated on
|
|
291
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
286
292
|
*/
|
|
287
293
|
/**
|
|
288
294
|
* TOKENS:
|
|
@@ -307,7 +313,7 @@ body {
|
|
|
307
313
|
}
|
|
308
314
|
/**
|
|
309
315
|
* Do not edit directly
|
|
310
|
-
* Generated on
|
|
316
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
311
317
|
*/
|
|
312
318
|
/**
|
|
313
319
|
* TOKENS:
|
|
@@ -561,7 +567,7 @@ body {
|
|
|
561
567
|
|
|
562
568
|
/**
|
|
563
569
|
* Do not edit directly
|
|
564
|
-
* Generated on
|
|
570
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
565
571
|
*/
|
|
566
572
|
/**
|
|
567
573
|
* TOKENS:
|
|
@@ -571,7 +577,7 @@ body {
|
|
|
571
577
|
*/
|
|
572
578
|
/**
|
|
573
579
|
* Do not edit directly
|
|
574
|
-
* Generated on
|
|
580
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
575
581
|
*/
|
|
576
582
|
/**
|
|
577
583
|
* TOKENS:
|
|
@@ -596,7 +602,7 @@ body {
|
|
|
596
602
|
}
|
|
597
603
|
/**
|
|
598
604
|
* Do not edit directly
|
|
599
|
-
* Generated on
|
|
605
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
600
606
|
*/
|
|
601
607
|
/**
|
|
602
608
|
* TOKENS:
|
|
@@ -886,7 +892,7 @@ body {
|
|
|
886
892
|
|
|
887
893
|
/**
|
|
888
894
|
* Do not edit directly
|
|
889
|
-
* Generated on
|
|
895
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
890
896
|
*/
|
|
891
897
|
/**
|
|
892
898
|
* TOKENS:
|
|
@@ -1016,7 +1022,7 @@ body {
|
|
|
1016
1022
|
|
|
1017
1023
|
/**
|
|
1018
1024
|
* Do not edit directly
|
|
1019
|
-
* Generated on
|
|
1025
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
1020
1026
|
*/
|
|
1021
1027
|
/**
|
|
1022
1028
|
* TOKENS:
|
|
@@ -1026,7 +1032,6 @@ body {
|
|
|
1026
1032
|
*/
|
|
1027
1033
|
.ilo--card {
|
|
1028
1034
|
margin: 0;
|
|
1029
|
-
max-width: 49.3033226152rem;
|
|
1030
1035
|
}
|
|
1031
1036
|
.right-to-left .ilo--card {
|
|
1032
1037
|
text-align: right;
|
|
@@ -2425,7 +2430,7 @@ body {
|
|
|
2425
2430
|
|
|
2426
2431
|
/**
|
|
2427
2432
|
* Do not edit directly
|
|
2428
|
-
* Generated on
|
|
2433
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2429
2434
|
*/
|
|
2430
2435
|
/**
|
|
2431
2436
|
* TOKENS:
|
|
@@ -2448,12 +2453,12 @@ body {
|
|
|
2448
2453
|
}
|
|
2449
2454
|
@media screen and (min-width: 1024px) {
|
|
2450
2455
|
.ilo--cardgroup--two .ilo--card {
|
|
2451
|
-
width: calc(50% -
|
|
2456
|
+
width: calc(50% - 16px);
|
|
2452
2457
|
}
|
|
2453
2458
|
}
|
|
2454
2459
|
@media screen and (min-width: 1024px) {
|
|
2455
2460
|
.ilo--cardgroup--three .ilo--card {
|
|
2456
|
-
width: calc(33.333% -
|
|
2461
|
+
width: calc(33.333% - 21px);
|
|
2457
2462
|
}
|
|
2458
2463
|
}
|
|
2459
2464
|
@media screen and (min-width: 1024px) {
|
|
@@ -2470,7 +2475,7 @@ body {
|
|
|
2470
2475
|
|
|
2471
2476
|
/**
|
|
2472
2477
|
* Do not edit directly
|
|
2473
|
-
* Generated on
|
|
2478
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2474
2479
|
*/
|
|
2475
2480
|
/**
|
|
2476
2481
|
* TOKENS:
|
|
@@ -2575,7 +2580,7 @@ body {
|
|
|
2575
2580
|
|
|
2576
2581
|
/**
|
|
2577
2582
|
* Do not edit directly
|
|
2578
|
-
* Generated on
|
|
2583
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2579
2584
|
*/
|
|
2580
2585
|
/**
|
|
2581
2586
|
* TOKENS:
|
|
@@ -2656,7 +2661,7 @@ body {
|
|
|
2656
2661
|
|
|
2657
2662
|
/**
|
|
2658
2663
|
* Do not edit directly
|
|
2659
|
-
* Generated on
|
|
2664
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2660
2665
|
*/
|
|
2661
2666
|
/**
|
|
2662
2667
|
* TOKENS:
|
|
@@ -2666,7 +2671,7 @@ body {
|
|
|
2666
2671
|
*/
|
|
2667
2672
|
/**
|
|
2668
2673
|
* Do not edit directly
|
|
2669
|
-
* Generated on
|
|
2674
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2670
2675
|
*/
|
|
2671
2676
|
/**
|
|
2672
2677
|
* TOKENS:
|
|
@@ -2676,7 +2681,7 @@ body {
|
|
|
2676
2681
|
*/
|
|
2677
2682
|
/**
|
|
2678
2683
|
* Do not edit directly
|
|
2679
|
-
* Generated on
|
|
2684
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2680
2685
|
*/
|
|
2681
2686
|
/**
|
|
2682
2687
|
* TOKENS:
|
|
@@ -2686,7 +2691,7 @@ body {
|
|
|
2686
2691
|
*/
|
|
2687
2692
|
/**
|
|
2688
2693
|
* Do not edit directly
|
|
2689
|
-
* Generated on
|
|
2694
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2690
2695
|
*/
|
|
2691
2696
|
/**
|
|
2692
2697
|
* TOKENS:
|
|
@@ -2812,7 +2817,7 @@ body {
|
|
|
2812
2817
|
|
|
2813
2818
|
/**
|
|
2814
2819
|
* Do not edit directly
|
|
2815
|
-
* Generated on
|
|
2820
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2816
2821
|
*/
|
|
2817
2822
|
/**
|
|
2818
2823
|
* TOKENS:
|
|
@@ -2840,7 +2845,7 @@ body {
|
|
|
2840
2845
|
|
|
2841
2846
|
/**
|
|
2842
2847
|
* Do not edit directly
|
|
2843
|
-
* Generated on
|
|
2848
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2844
2849
|
*/
|
|
2845
2850
|
/**
|
|
2846
2851
|
* TOKENS:
|
|
@@ -2928,7 +2933,7 @@ body {
|
|
|
2928
2933
|
|
|
2929
2934
|
/**
|
|
2930
2935
|
* Do not edit directly
|
|
2931
|
-
* Generated on
|
|
2936
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2932
2937
|
*/
|
|
2933
2938
|
/**
|
|
2934
2939
|
* TOKENS:
|
|
@@ -2938,7 +2943,7 @@ body {
|
|
|
2938
2943
|
*/
|
|
2939
2944
|
/**
|
|
2940
2945
|
* Do not edit directly
|
|
2941
|
-
* Generated on
|
|
2946
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2942
2947
|
*/
|
|
2943
2948
|
/**
|
|
2944
2949
|
* TOKENS:
|
|
@@ -2948,7 +2953,7 @@ body {
|
|
|
2948
2953
|
*/
|
|
2949
2954
|
/**
|
|
2950
2955
|
* Do not edit directly
|
|
2951
|
-
* Generated on
|
|
2956
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
2952
2957
|
*/
|
|
2953
2958
|
/**
|
|
2954
2959
|
* TOKENS:
|
|
@@ -3001,7 +3006,7 @@ body {
|
|
|
3001
3006
|
|
|
3002
3007
|
/**
|
|
3003
3008
|
* Do not edit directly
|
|
3004
|
-
* Generated on
|
|
3009
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3005
3010
|
*/
|
|
3006
3011
|
/**
|
|
3007
3012
|
* TOKENS:
|
|
@@ -3076,7 +3081,7 @@ body {
|
|
|
3076
3081
|
|
|
3077
3082
|
/**
|
|
3078
3083
|
* Do not edit directly
|
|
3079
|
-
* Generated on
|
|
3084
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3080
3085
|
*/
|
|
3081
3086
|
/**
|
|
3082
3087
|
* TOKENS:
|
|
@@ -3182,7 +3187,7 @@ body {
|
|
|
3182
3187
|
|
|
3183
3188
|
/**
|
|
3184
3189
|
* Do not edit directly
|
|
3185
|
-
* Generated on
|
|
3190
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3186
3191
|
*/
|
|
3187
3192
|
/**
|
|
3188
3193
|
* TOKENS:
|
|
@@ -3205,7 +3210,7 @@ body {
|
|
|
3205
3210
|
|
|
3206
3211
|
/**
|
|
3207
3212
|
* Do not edit directly
|
|
3208
|
-
* Generated on
|
|
3213
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3209
3214
|
*/
|
|
3210
3215
|
/**
|
|
3211
3216
|
* TOKENS:
|
|
@@ -3219,7 +3224,7 @@ body {
|
|
|
3219
3224
|
|
|
3220
3225
|
/**
|
|
3221
3226
|
* Do not edit directly
|
|
3222
|
-
* Generated on
|
|
3227
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3223
3228
|
*/
|
|
3224
3229
|
/**
|
|
3225
3230
|
* TOKENS:
|
|
@@ -3229,7 +3234,7 @@ body {
|
|
|
3229
3234
|
*/
|
|
3230
3235
|
/**
|
|
3231
3236
|
* Do not edit directly
|
|
3232
|
-
* Generated on
|
|
3237
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3233
3238
|
*/
|
|
3234
3239
|
/**
|
|
3235
3240
|
* TOKENS:
|
|
@@ -3254,7 +3259,7 @@ body {
|
|
|
3254
3259
|
}
|
|
3255
3260
|
/**
|
|
3256
3261
|
* Do not edit directly
|
|
3257
|
-
* Generated on
|
|
3262
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3258
3263
|
*/
|
|
3259
3264
|
/**
|
|
3260
3265
|
* TOKENS:
|
|
@@ -3578,7 +3583,7 @@ body {
|
|
|
3578
3583
|
|
|
3579
3584
|
/**
|
|
3580
3585
|
* Do not edit directly
|
|
3581
|
-
* Generated on
|
|
3586
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3582
3587
|
*/
|
|
3583
3588
|
/**
|
|
3584
3589
|
* TOKENS:
|
|
@@ -3701,7 +3706,7 @@ body {
|
|
|
3701
3706
|
|
|
3702
3707
|
/**
|
|
3703
3708
|
* Do not edit directly
|
|
3704
|
-
* Generated on
|
|
3709
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3705
3710
|
*/
|
|
3706
3711
|
/**
|
|
3707
3712
|
* TOKENS:
|
|
@@ -3907,7 +3912,7 @@ body {
|
|
|
3907
3912
|
|
|
3908
3913
|
/**
|
|
3909
3914
|
* Do not edit directly
|
|
3910
|
-
* Generated on
|
|
3915
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
3911
3916
|
*/
|
|
3912
3917
|
/**
|
|
3913
3918
|
* TOKENS:
|
|
@@ -4033,7 +4038,7 @@ body {
|
|
|
4033
4038
|
|
|
4034
4039
|
/**
|
|
4035
4040
|
* Do not edit directly
|
|
4036
|
-
* Generated on
|
|
4041
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4037
4042
|
*/
|
|
4038
4043
|
/**
|
|
4039
4044
|
* TOKENS:
|
|
@@ -4089,7 +4094,7 @@ body {
|
|
|
4089
4094
|
|
|
4090
4095
|
/**
|
|
4091
4096
|
* Do not edit directly
|
|
4092
|
-
* Generated on
|
|
4097
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4093
4098
|
*/
|
|
4094
4099
|
/**
|
|
4095
4100
|
* TOKENS:
|
|
@@ -4231,7 +4236,7 @@ body {
|
|
|
4231
4236
|
|
|
4232
4237
|
/**
|
|
4233
4238
|
* Do not edit directly
|
|
4234
|
-
* Generated on
|
|
4239
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4235
4240
|
*/
|
|
4236
4241
|
/**
|
|
4237
4242
|
* TOKENS:
|
|
@@ -4241,7 +4246,7 @@ body {
|
|
|
4241
4246
|
*/
|
|
4242
4247
|
/**
|
|
4243
4248
|
* Do not edit directly
|
|
4244
|
-
* Generated on
|
|
4249
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4245
4250
|
*/
|
|
4246
4251
|
/**
|
|
4247
4252
|
* TOKENS:
|
|
@@ -4266,7 +4271,7 @@ body {
|
|
|
4266
4271
|
}
|
|
4267
4272
|
/**
|
|
4268
4273
|
* Do not edit directly
|
|
4269
|
-
* Generated on
|
|
4274
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4270
4275
|
*/
|
|
4271
4276
|
/**
|
|
4272
4277
|
* TOKENS:
|
|
@@ -4424,7 +4429,7 @@ body {
|
|
|
4424
4429
|
|
|
4425
4430
|
/**
|
|
4426
4431
|
* Do not edit directly
|
|
4427
|
-
* Generated on
|
|
4432
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4428
4433
|
*/
|
|
4429
4434
|
/**
|
|
4430
4435
|
* TOKENS:
|
|
@@ -4519,7 +4524,7 @@ body {
|
|
|
4519
4524
|
|
|
4520
4525
|
/**
|
|
4521
4526
|
* Do not edit directly
|
|
4522
|
-
* Generated on
|
|
4527
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4523
4528
|
*/
|
|
4524
4529
|
/**
|
|
4525
4530
|
* TOKENS:
|
|
@@ -4529,7 +4534,7 @@ body {
|
|
|
4529
4534
|
*/
|
|
4530
4535
|
/**
|
|
4531
4536
|
* Do not edit directly
|
|
4532
|
-
* Generated on
|
|
4537
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4533
4538
|
*/
|
|
4534
4539
|
/**
|
|
4535
4540
|
* TOKENS:
|
|
@@ -4539,7 +4544,7 @@ body {
|
|
|
4539
4544
|
*/
|
|
4540
4545
|
/**
|
|
4541
4546
|
* Do not edit directly
|
|
4542
|
-
* Generated on
|
|
4547
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4543
4548
|
*/
|
|
4544
4549
|
/**
|
|
4545
4550
|
* TOKENS:
|
|
@@ -4710,7 +4715,54 @@ body {
|
|
|
4710
4715
|
|
|
4711
4716
|
/**
|
|
4712
4717
|
* Do not edit directly
|
|
4713
|
-
* Generated on
|
|
4718
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4719
|
+
*/
|
|
4720
|
+
/**
|
|
4721
|
+
* TOKENS:
|
|
4722
|
+
*/
|
|
4723
|
+
/**
|
|
4724
|
+
* MAPS:
|
|
4725
|
+
*/
|
|
4726
|
+
.ilo--logo-grid--logos {
|
|
4727
|
+
display: flex;
|
|
4728
|
+
flex-flow: row wrap;
|
|
4729
|
+
grid-gap: 0.857449089rem;
|
|
4730
|
+
}
|
|
4731
|
+
.ilo--logo-grid--link {
|
|
4732
|
+
text-decoration: none;
|
|
4733
|
+
transition: background-color 0.2s ease-in-out;
|
|
4734
|
+
}
|
|
4735
|
+
.ilo--logo-grid__theme__light .ilo--logo-grid--link:hover, .ilo--logo-grid__theme__dark .ilo--logo-grid--link:hover {
|
|
4736
|
+
background-color: rgb(235, 245, 253);
|
|
4737
|
+
}
|
|
4738
|
+
.ilo--logo-grid--item {
|
|
4739
|
+
display: flex;
|
|
4740
|
+
align-items: center;
|
|
4741
|
+
justify-content: center;
|
|
4742
|
+
height: 7.18113612rem;
|
|
4743
|
+
flex: 100%;
|
|
4744
|
+
}
|
|
4745
|
+
@media screen and (min-width: 414px) {
|
|
4746
|
+
.ilo--logo-grid--item {
|
|
4747
|
+
flex: 0 0 12.7545551983rem;
|
|
4748
|
+
}
|
|
4749
|
+
}
|
|
4750
|
+
.ilo--logo-grid__theme__light .ilo--logo-grid--item {
|
|
4751
|
+
background-color: rgb(237, 240, 242);
|
|
4752
|
+
}
|
|
4753
|
+
.ilo--logo-grid__theme__dark .ilo--logo-grid--item {
|
|
4754
|
+
background-color: rgb(255, 255, 255);
|
|
4755
|
+
}
|
|
4756
|
+
.ilo--logo-grid--item img {
|
|
4757
|
+
width: auto;
|
|
4758
|
+
height: auto;
|
|
4759
|
+
max-width: 8.038585209rem;
|
|
4760
|
+
max-height: 2.679528403rem;
|
|
4761
|
+
}
|
|
4762
|
+
|
|
4763
|
+
/**
|
|
4764
|
+
* Do not edit directly
|
|
4765
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4714
4766
|
*/
|
|
4715
4767
|
/**
|
|
4716
4768
|
* TOKENS:
|
|
@@ -4720,7 +4772,7 @@ body {
|
|
|
4720
4772
|
*/
|
|
4721
4773
|
/**
|
|
4722
4774
|
* Do not edit directly
|
|
4723
|
-
* Generated on
|
|
4775
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4724
4776
|
*/
|
|
4725
4777
|
/**
|
|
4726
4778
|
* TOKENS:
|
|
@@ -4730,7 +4782,7 @@ body {
|
|
|
4730
4782
|
*/
|
|
4731
4783
|
/**
|
|
4732
4784
|
* Do not edit directly
|
|
4733
|
-
* Generated on
|
|
4785
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4734
4786
|
*/
|
|
4735
4787
|
/**
|
|
4736
4788
|
* TOKENS:
|
|
@@ -4827,7 +4879,7 @@ body {
|
|
|
4827
4879
|
|
|
4828
4880
|
/**
|
|
4829
4881
|
* Do not edit directly
|
|
4830
|
-
* Generated on
|
|
4882
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
4831
4883
|
*/
|
|
4832
4884
|
/**
|
|
4833
4885
|
* TOKENS:
|
|
@@ -5717,7 +5769,7 @@ body {
|
|
|
5717
5769
|
|
|
5718
5770
|
/**
|
|
5719
5771
|
* Do not edit directly
|
|
5720
|
-
* Generated on
|
|
5772
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
5721
5773
|
*/
|
|
5722
5774
|
/**
|
|
5723
5775
|
* TOKENS:
|
|
@@ -5727,7 +5779,7 @@ body {
|
|
|
5727
5779
|
*/
|
|
5728
5780
|
/**
|
|
5729
5781
|
* Do not edit directly
|
|
5730
|
-
* Generated on
|
|
5782
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
5731
5783
|
*/
|
|
5732
5784
|
/**
|
|
5733
5785
|
* TOKENS:
|
|
@@ -5737,7 +5789,7 @@ body {
|
|
|
5737
5789
|
*/
|
|
5738
5790
|
/**
|
|
5739
5791
|
* Do not edit directly
|
|
5740
|
-
* Generated on
|
|
5792
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
5741
5793
|
*/
|
|
5742
5794
|
/**
|
|
5743
5795
|
* TOKENS:
|
|
@@ -5929,7 +5981,7 @@ body {
|
|
|
5929
5981
|
|
|
5930
5982
|
/**
|
|
5931
5983
|
* Do not edit directly
|
|
5932
|
-
* Generated on
|
|
5984
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
5933
5985
|
*/
|
|
5934
5986
|
/**
|
|
5935
5987
|
* TOKENS:
|
|
@@ -6069,7 +6121,7 @@ body {
|
|
|
6069
6121
|
|
|
6070
6122
|
/**
|
|
6071
6123
|
* Do not edit directly
|
|
6072
|
-
* Generated on
|
|
6124
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6073
6125
|
*/
|
|
6074
6126
|
/**
|
|
6075
6127
|
* TOKENS:
|
|
@@ -6079,7 +6131,7 @@ body {
|
|
|
6079
6131
|
*/
|
|
6080
6132
|
/**
|
|
6081
6133
|
* Do not edit directly
|
|
6082
|
-
* Generated on
|
|
6134
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6083
6135
|
*/
|
|
6084
6136
|
/**
|
|
6085
6137
|
* TOKENS:
|
|
@@ -6104,7 +6156,7 @@ body {
|
|
|
6104
6156
|
}
|
|
6105
6157
|
/**
|
|
6106
6158
|
* Do not edit directly
|
|
6107
|
-
* Generated on
|
|
6159
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6108
6160
|
*/
|
|
6109
6161
|
/**
|
|
6110
6162
|
* TOKENS:
|
|
@@ -6271,7 +6323,7 @@ body {
|
|
|
6271
6323
|
|
|
6272
6324
|
/**
|
|
6273
6325
|
* Do not edit directly
|
|
6274
|
-
* Generated on
|
|
6326
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6275
6327
|
*/
|
|
6276
6328
|
/**
|
|
6277
6329
|
* TOKENS:
|
|
@@ -6378,7 +6430,7 @@ body {
|
|
|
6378
6430
|
|
|
6379
6431
|
/**
|
|
6380
6432
|
* Do not edit directly
|
|
6381
|
-
* Generated on
|
|
6433
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6382
6434
|
*/
|
|
6383
6435
|
/**
|
|
6384
6436
|
* TOKENS:
|
|
@@ -6388,7 +6440,7 @@ body {
|
|
|
6388
6440
|
*/
|
|
6389
6441
|
/**
|
|
6390
6442
|
* Do not edit directly
|
|
6391
|
-
* Generated on
|
|
6443
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6392
6444
|
*/
|
|
6393
6445
|
/**
|
|
6394
6446
|
* TOKENS:
|
|
@@ -6413,7 +6465,7 @@ body {
|
|
|
6413
6465
|
}
|
|
6414
6466
|
/**
|
|
6415
6467
|
* Do not edit directly
|
|
6416
|
-
* Generated on
|
|
6468
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6417
6469
|
*/
|
|
6418
6470
|
/**
|
|
6419
6471
|
* TOKENS:
|
|
@@ -6474,7 +6526,7 @@ body {
|
|
|
6474
6526
|
|
|
6475
6527
|
/**
|
|
6476
6528
|
* Do not edit directly
|
|
6477
|
-
* Generated on
|
|
6529
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6478
6530
|
*/
|
|
6479
6531
|
/**
|
|
6480
6532
|
* TOKENS:
|
|
@@ -6889,7 +6941,7 @@ body {
|
|
|
6889
6941
|
|
|
6890
6942
|
/**
|
|
6891
6943
|
* Do not edit directly
|
|
6892
|
-
* Generated on
|
|
6944
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6893
6945
|
*/
|
|
6894
6946
|
/**
|
|
6895
6947
|
* TOKENS:
|
|
@@ -6943,7 +6995,7 @@ body {
|
|
|
6943
6995
|
|
|
6944
6996
|
/**
|
|
6945
6997
|
* Do not edit directly
|
|
6946
|
-
* Generated on
|
|
6998
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
6947
6999
|
*/
|
|
6948
7000
|
/**
|
|
6949
7001
|
* TOKENS:
|
|
@@ -7101,7 +7153,7 @@ body {
|
|
|
7101
7153
|
|
|
7102
7154
|
/**
|
|
7103
7155
|
* Do not edit directly
|
|
7104
|
-
* Generated on
|
|
7156
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
7105
7157
|
*/
|
|
7106
7158
|
/**
|
|
7107
7159
|
* TOKENS:
|
|
@@ -7452,7 +7504,7 @@ body {
|
|
|
7452
7504
|
|
|
7453
7505
|
/**
|
|
7454
7506
|
* Do not edit directly
|
|
7455
|
-
* Generated on
|
|
7507
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
7456
7508
|
*/
|
|
7457
7509
|
/**
|
|
7458
7510
|
* TOKENS:
|
|
@@ -7638,7 +7690,7 @@ body {
|
|
|
7638
7690
|
|
|
7639
7691
|
/**
|
|
7640
7692
|
* Do not edit directly
|
|
7641
|
-
* Generated on
|
|
7693
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
7642
7694
|
*/
|
|
7643
7695
|
/**
|
|
7644
7696
|
* TOKENS:
|
|
@@ -7696,7 +7748,7 @@ body {
|
|
|
7696
7748
|
|
|
7697
7749
|
/**
|
|
7698
7750
|
* Do not edit directly
|
|
7699
|
-
* Generated on
|
|
7751
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
7700
7752
|
*/
|
|
7701
7753
|
/**
|
|
7702
7754
|
* TOKENS:
|
|
@@ -7870,7 +7922,7 @@ body {
|
|
|
7870
7922
|
|
|
7871
7923
|
/**
|
|
7872
7924
|
* Do not edit directly
|
|
7873
|
-
* Generated on
|
|
7925
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
7874
7926
|
*/
|
|
7875
7927
|
/**
|
|
7876
7928
|
* TOKENS:
|
|
@@ -8045,7 +8097,7 @@ body {
|
|
|
8045
8097
|
|
|
8046
8098
|
/**
|
|
8047
8099
|
* Do not edit directly
|
|
8048
|
-
* Generated on
|
|
8100
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
8049
8101
|
*/
|
|
8050
8102
|
/**
|
|
8051
8103
|
* TOKENS:
|
|
@@ -8955,7 +9007,7 @@ body {
|
|
|
8955
9007
|
|
|
8956
9008
|
/**
|
|
8957
9009
|
* Do not edit directly
|
|
8958
|
-
* Generated on
|
|
9010
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
8959
9011
|
*/
|
|
8960
9012
|
/**
|
|
8961
9013
|
* TOKENS:
|
|
@@ -8965,7 +9017,7 @@ body {
|
|
|
8965
9017
|
*/
|
|
8966
9018
|
/**
|
|
8967
9019
|
* Do not edit directly
|
|
8968
|
-
* Generated on
|
|
9020
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
8969
9021
|
*/
|
|
8970
9022
|
/**
|
|
8971
9023
|
* TOKENS:
|
|
@@ -8990,7 +9042,7 @@ body {
|
|
|
8990
9042
|
}
|
|
8991
9043
|
/**
|
|
8992
9044
|
* Do not edit directly
|
|
8993
|
-
* Generated on
|
|
9045
|
+
* Generated on Mon, 07 Aug 2023 16:13:26 GMT
|
|
8994
9046
|
*/
|
|
8995
9047
|
/**
|
|
8996
9048
|
* TOKENS:
|