aidol 2.3.0 → 2.4.0

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.
@@ -0,0 +1,7 @@
1
+ interface BottomNavigationProps {
2
+ aidolId: string;
3
+ lang: string;
4
+ }
5
+ export declare function BottomNavigation({ aidolId, lang }: BottomNavigationProps): import("react").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=BottomNavigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomNavigation.d.ts","sourceRoot":"","sources":["../../src/components/BottomNavigation.tsx"],"names":[],"mappings":"AA4DA,UAAU,qBAAqB;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,gBAAgB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,qBAAqB,+BA6BxE"}
@@ -5,6 +5,7 @@ export * from './creation';
5
5
  export * from './group';
6
6
  export * from './highlight';
7
7
  export * from './landing';
8
+ export { BottomNavigation } from './BottomNavigation';
8
9
  export { Header } from './Header';
9
10
  export { Loading } from './Loading';
10
11
  export { Modal } from './Modal';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AAGxB,cAAc,WAAW,CAAC;AAG1B,cAAc,aAAa,CAAC;AAG5B,cAAc,YAAY,CAAC;AAG3B,cAAc,SAAS,CAAC;AAGxB,cAAc,aAAa,CAAC;AAG5B,cAAc,WAAW,CAAC;AAG1B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AAGxB,cAAc,WAAW,CAAC;AAG1B,cAAc,aAAa,CAAC;AAG5B,cAAc,YAAY,CAAC;AAG3B,cAAc,SAAS,CAAC;AAGxB,cAAc,aAAa,CAAC;AAG5B,cAAc,WAAW,CAAC;AAG1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -35,6 +35,11 @@ export declare const aidolTranslations: {
35
35
  load: string;
36
36
  };
37
37
  };
38
+ navigation: {
39
+ home: string;
40
+ explore: string;
41
+ myGroup: string;
42
+ };
38
43
  position: {
39
44
  header: string;
40
45
  title: string;
@@ -280,12 +285,6 @@ export declare const aidolTranslations: {
280
285
  cta: string;
281
286
  };
282
287
  };
283
- highlight: {
284
- interviewer: string;
285
- error: {
286
- load: string;
287
- };
288
- };
289
288
  landing: {
290
289
  hero: {
291
290
  title: {
@@ -302,6 +301,12 @@ export declare const aidolTranslations: {
302
301
  create: string;
303
302
  };
304
303
  };
304
+ highlight: {
305
+ interviewer: string;
306
+ error: {
307
+ load: string;
308
+ };
309
+ };
305
310
  group: {
306
311
  title: string;
307
312
  chemistryButton: string;
@@ -380,6 +385,11 @@ export declare const aidolTranslations: {
380
385
  load: string;
381
386
  };
382
387
  };
388
+ navigation: {
389
+ home: string;
390
+ explore: string;
391
+ myGroup: string;
392
+ };
383
393
  position: {
384
394
  header: string;
385
395
  title: string;
@@ -625,12 +635,6 @@ export declare const aidolTranslations: {
625
635
  cta: string;
626
636
  };
627
637
  };
628
- highlight: {
629
- interviewer: string;
630
- error: {
631
- load: string;
632
- };
633
- };
634
638
  landing: {
635
639
  hero: {
636
640
  title: {
@@ -647,6 +651,12 @@ export declare const aidolTranslations: {
647
651
  create: string;
648
652
  };
649
653
  };
654
+ highlight: {
655
+ interviewer: string;
656
+ error: {
657
+ load: string;
658
+ };
659
+ };
650
660
  group: {
651
661
  title: string;
652
662
  chemistryButton: string;
@@ -725,6 +735,11 @@ export declare const aidolTranslations: {
725
735
  load: string;
726
736
  };
727
737
  };
738
+ navigation: {
739
+ home: string;
740
+ explore: string;
741
+ myGroup: string;
742
+ };
728
743
  position: {
729
744
  header: string;
730
745
  title: string;
@@ -970,12 +985,6 @@ export declare const aidolTranslations: {
970
985
  cta: string;
971
986
  };
972
987
  };
973
- highlight: {
974
- interviewer: string;
975
- error: {
976
- load: string;
977
- };
978
- };
979
988
  landing: {
980
989
  hero: {
981
990
  title: {
@@ -992,6 +1001,12 @@ export declare const aidolTranslations: {
992
1001
  create: string;
993
1002
  };
994
1003
  };
1004
+ highlight: {
1005
+ interviewer: string;
1006
+ error: {
1007
+ load: string;
1008
+ };
1009
+ };
995
1010
  group: {
996
1011
  title: string;
997
1012
  chemistryButton: string;
@@ -1070,6 +1085,11 @@ export declare const aidolTranslations: {
1070
1085
  load: string;
1071
1086
  };
1072
1087
  };
1088
+ navigation: {
1089
+ home: string;
1090
+ explore: string;
1091
+ myGroup: string;
1092
+ };
1073
1093
  position: {
1074
1094
  header: string;
1075
1095
  title: string;
@@ -1315,12 +1335,6 @@ export declare const aidolTranslations: {
1315
1335
  cta: string;
1316
1336
  };
1317
1337
  };
1318
- highlight: {
1319
- interviewer: string;
1320
- error: {
1321
- load: string;
1322
- };
1323
- };
1324
1338
  landing: {
1325
1339
  hero: {
1326
1340
  title: {
@@ -1337,6 +1351,12 @@ export declare const aidolTranslations: {
1337
1351
  create: string;
1338
1352
  };
1339
1353
  };
1354
+ highlight: {
1355
+ interviewer: string;
1356
+ error: {
1357
+ load: string;
1358
+ };
1359
+ };
1340
1360
  group: {
1341
1361
  title: string;
1342
1362
  chemistryButton: string;
@@ -1415,6 +1435,11 @@ export declare const aidolTranslations: {
1415
1435
  load: string;
1416
1436
  };
1417
1437
  };
1438
+ navigation: {
1439
+ home: string;
1440
+ explore: string;
1441
+ myGroup: string;
1442
+ };
1418
1443
  position: {
1419
1444
  header: string;
1420
1445
  title: string;
@@ -1660,12 +1685,6 @@ export declare const aidolTranslations: {
1660
1685
  cta: string;
1661
1686
  };
1662
1687
  };
1663
- highlight: {
1664
- interviewer: string;
1665
- error: {
1666
- load: string;
1667
- };
1668
- };
1669
1688
  landing: {
1670
1689
  hero: {
1671
1690
  title: {
@@ -1682,6 +1701,12 @@ export declare const aidolTranslations: {
1682
1701
  create: string;
1683
1702
  };
1684
1703
  };
1704
+ highlight: {
1705
+ interviewer: string;
1706
+ error: {
1707
+ load: string;
1708
+ };
1709
+ };
1685
1710
  group: {
1686
1711
  title: string;
1687
1712
  chemistryButton: string;
@@ -1760,6 +1785,11 @@ export declare const aidolTranslations: {
1760
1785
  load: string;
1761
1786
  };
1762
1787
  };
1788
+ navigation: {
1789
+ home: string;
1790
+ explore: string;
1791
+ myGroup: string;
1792
+ };
1763
1793
  position: {
1764
1794
  header: string;
1765
1795
  title: string;
@@ -2005,12 +2035,6 @@ export declare const aidolTranslations: {
2005
2035
  cta: string;
2006
2036
  };
2007
2037
  };
2008
- highlight: {
2009
- interviewer: string;
2010
- error: {
2011
- load: string;
2012
- };
2013
- };
2014
2038
  landing: {
2015
2039
  hero: {
2016
2040
  title: {
@@ -2027,6 +2051,12 @@ export declare const aidolTranslations: {
2027
2051
  create: string;
2028
2052
  };
2029
2053
  };
2054
+ highlight: {
2055
+ interviewer: string;
2056
+ error: {
2057
+ load: string;
2058
+ };
2059
+ };
2030
2060
  group: {
2031
2061
  title: string;
2032
2062
  chemistryButton: string;
@@ -2105,6 +2135,11 @@ export declare const aidolTranslations: {
2105
2135
  load: string;
2106
2136
  };
2107
2137
  };
2138
+ navigation: {
2139
+ home: string;
2140
+ explore: string;
2141
+ myGroup: string;
2142
+ };
2108
2143
  position: {
2109
2144
  header: string;
2110
2145
  title: string;
@@ -2350,12 +2385,6 @@ export declare const aidolTranslations: {
2350
2385
  cta: string;
2351
2386
  };
2352
2387
  };
2353
- highlight: {
2354
- interviewer: string;
2355
- error: {
2356
- load: string;
2357
- };
2358
- };
2359
2388
  landing: {
2360
2389
  hero: {
2361
2390
  title: {
@@ -2372,6 +2401,12 @@ export declare const aidolTranslations: {
2372
2401
  create: string;
2373
2402
  };
2374
2403
  };
2404
+ highlight: {
2405
+ interviewer: string;
2406
+ error: {
2407
+ load: string;
2408
+ };
2409
+ };
2375
2410
  group: {
2376
2411
  title: string;
2377
2412
  chemistryButton: string;
@@ -2450,6 +2485,11 @@ export declare const aidolTranslations: {
2450
2485
  load: string;
2451
2486
  };
2452
2487
  };
2488
+ navigation: {
2489
+ home: string;
2490
+ explore: string;
2491
+ myGroup: string;
2492
+ };
2453
2493
  position: {
2454
2494
  header: string;
2455
2495
  title: string;
@@ -2695,12 +2735,6 @@ export declare const aidolTranslations: {
2695
2735
  cta: string;
2696
2736
  };
2697
2737
  };
2698
- highlight: {
2699
- interviewer: string;
2700
- error: {
2701
- load: string;
2702
- };
2703
- };
2704
2738
  landing: {
2705
2739
  hero: {
2706
2740
  title: {
@@ -2717,6 +2751,12 @@ export declare const aidolTranslations: {
2717
2751
  create: string;
2718
2752
  };
2719
2753
  };
2754
+ highlight: {
2755
+ interviewer: string;
2756
+ error: {
2757
+ load: string;
2758
+ };
2759
+ };
2720
2760
  group: {
2721
2761
  title: string;
2722
2762
  chemistryButton: string;
@@ -2795,6 +2835,11 @@ export declare const aidolTranslations: {
2795
2835
  load: string;
2796
2836
  };
2797
2837
  };
2838
+ navigation: {
2839
+ home: string;
2840
+ explore: string;
2841
+ myGroup: string;
2842
+ };
2798
2843
  position: {
2799
2844
  header: string;
2800
2845
  title: string;
@@ -3040,12 +3085,6 @@ export declare const aidolTranslations: {
3040
3085
  cta: string;
3041
3086
  };
3042
3087
  };
3043
- highlight: {
3044
- interviewer: string;
3045
- error: {
3046
- load: string;
3047
- };
3048
- };
3049
3088
  landing: {
3050
3089
  hero: {
3051
3090
  title: {
@@ -3062,6 +3101,12 @@ export declare const aidolTranslations: {
3062
3101
  create: string;
3063
3102
  };
3064
3103
  };
3104
+ highlight: {
3105
+ interviewer: string;
3106
+ error: {
3107
+ load: string;
3108
+ };
3109
+ };
3065
3110
  group: {
3066
3111
  title: string;
3067
3112
  chemistryButton: string;
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/i18n/translations.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAYH,sBAAsB;AACtB,eAAO,MAAM,QAAQ,UAAU,CAAC;AAEhC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU7B,CAAC"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/i18n/translations.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAYH,sBAAsB;AACtB,eAAO,MAAM,QAAQ,UAAU,CAAC;AAEhC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU7B,CAAC"}