aidol 2.2.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"}
@@ -0,0 +1,12 @@
1
+ import { Companion } from '../../schemas/companion';
2
+ import { CompanionRelationship } from '../../schemas/companion-relationship';
3
+ interface ChemistryContentProps {
4
+ companions: Companion[];
5
+ relationships: CompanionRelationship[];
6
+ selectedMember: Companion;
7
+ onSelectMember: (id: string) => void;
8
+ onBack: () => void;
9
+ }
10
+ export declare function ChemistryContent({ companions, relationships, selectedMember, onSelectMember, onBack, }: ChemistryContentProps): import("react").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=ChemistryContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChemistryContent.d.ts","sourceRoot":"","sources":["../../../src/components/group/ChemistryContent.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAK9E,UAAU,qBAAqB;IAC7B,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,aAAa,EAAE,qBAAqB,EAAE,CAAC;IACvC,cAAc,EAAE,SAAS,CAAC;IAC1B,cAAc,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,UAAU,EACV,aAAa,EACb,cAAc,EACd,cAAc,EACd,MAAM,GACP,EAAE,qBAAqB,+BA2HvB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChemistryRelationCard.d.ts","sourceRoot":"","sources":["../../../src/components/group/ChemistryRelationCard.tsx"],"names":[],"mappings":"AAKA,UAAU,0BAA0B;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,qBAAqB,CAAC,EACpC,QAAQ,EACR,MAAM,EACN,SAAS,EACT,OAAO,EACP,gBAAgB,EAChB,WAAW,EACX,OAAO,EACP,OAAO,GACR,EAAE,0BAA0B,+BAiD5B"}
1
+ {"version":3,"file":"ChemistryRelationCard.d.ts","sourceRoot":"","sources":["../../../src/components/group/ChemistryRelationCard.tsx"],"names":[],"mappings":"AAMA,UAAU,0BAA0B;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,qBAAqB,CAAC,EACpC,QAAQ,EACR,MAAM,EACN,SAAS,EACT,OAAO,EACP,gBAAgB,EAChB,WAAW,EACX,OAAO,EACP,OAAO,GACR,EAAE,0BAA0B,+BAmD5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"MemberProfileCard.d.ts","sourceRoot":"","sources":["../../../src/components/group/MemberProfileCard.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,UAAU,sBAAsB;IAC9B,SAAS,EAAE,SAAS,CAAC;CACtB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,EAAE,EAAE,sBAAsB,+BAyDtE"}
1
+ {"version":3,"file":"MemberProfileCard.d.ts","sourceRoot":"","sources":["../../../src/components/group/MemberProfileCard.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,UAAU,sBAAsB;IAC9B,SAAS,EAAE,SAAS,CAAC;CACtB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,EAAE,EAAE,sBAAsB,+BAuDtE"}
@@ -1,4 +1,5 @@
1
1
  export { ChatTooltipButton } from './ChatTooltipButton';
2
+ export { ChemistryContent } from './ChemistryContent';
2
3
  export { ChemistryRelationCard } from './ChemistryRelationCard';
3
4
  export { GroupCard } from './GroupCard';
4
5
  export { GroupDropdown } from './GroupDropdown';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -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;
@@ -337,6 +342,9 @@ export declare const aidolTranslations: {
337
342
  sectionTitle: string;
338
343
  sectionSubtitle: string;
339
344
  addRelationship: string;
345
+ error: {
346
+ load: string;
347
+ };
340
348
  add: {
341
349
  header: string;
342
350
  memberNotFound: string;
@@ -377,6 +385,11 @@ export declare const aidolTranslations: {
377
385
  load: string;
378
386
  };
379
387
  };
388
+ navigation: {
389
+ home: string;
390
+ explore: string;
391
+ myGroup: string;
392
+ };
380
393
  position: {
381
394
  header: string;
382
395
  title: string;
@@ -622,12 +635,6 @@ export declare const aidolTranslations: {
622
635
  cta: string;
623
636
  };
624
637
  };
625
- highlight: {
626
- interviewer: string;
627
- error: {
628
- load: string;
629
- };
630
- };
631
638
  landing: {
632
639
  hero: {
633
640
  title: {
@@ -644,6 +651,12 @@ export declare const aidolTranslations: {
644
651
  create: string;
645
652
  };
646
653
  };
654
+ highlight: {
655
+ interviewer: string;
656
+ error: {
657
+ load: string;
658
+ };
659
+ };
647
660
  group: {
648
661
  title: string;
649
662
  chemistryButton: string;
@@ -679,6 +692,9 @@ export declare const aidolTranslations: {
679
692
  sectionTitle: string;
680
693
  sectionSubtitle: string;
681
694
  addRelationship: string;
695
+ error: {
696
+ load: string;
697
+ };
682
698
  add: {
683
699
  header: string;
684
700
  memberNotFound: string;
@@ -719,6 +735,11 @@ export declare const aidolTranslations: {
719
735
  load: string;
720
736
  };
721
737
  };
738
+ navigation: {
739
+ home: string;
740
+ explore: string;
741
+ myGroup: string;
742
+ };
722
743
  position: {
723
744
  header: string;
724
745
  title: string;
@@ -964,12 +985,6 @@ export declare const aidolTranslations: {
964
985
  cta: string;
965
986
  };
966
987
  };
967
- highlight: {
968
- interviewer: string;
969
- error: {
970
- load: string;
971
- };
972
- };
973
988
  landing: {
974
989
  hero: {
975
990
  title: {
@@ -986,6 +1001,12 @@ export declare const aidolTranslations: {
986
1001
  create: string;
987
1002
  };
988
1003
  };
1004
+ highlight: {
1005
+ interviewer: string;
1006
+ error: {
1007
+ load: string;
1008
+ };
1009
+ };
989
1010
  group: {
990
1011
  title: string;
991
1012
  chemistryButton: string;
@@ -1021,6 +1042,9 @@ export declare const aidolTranslations: {
1021
1042
  sectionTitle: string;
1022
1043
  sectionSubtitle: string;
1023
1044
  addRelationship: string;
1045
+ error: {
1046
+ load: string;
1047
+ };
1024
1048
  add: {
1025
1049
  header: string;
1026
1050
  memberNotFound: string;
@@ -1061,6 +1085,11 @@ export declare const aidolTranslations: {
1061
1085
  load: string;
1062
1086
  };
1063
1087
  };
1088
+ navigation: {
1089
+ home: string;
1090
+ explore: string;
1091
+ myGroup: string;
1092
+ };
1064
1093
  position: {
1065
1094
  header: string;
1066
1095
  title: string;
@@ -1306,12 +1335,6 @@ export declare const aidolTranslations: {
1306
1335
  cta: string;
1307
1336
  };
1308
1337
  };
1309
- highlight: {
1310
- interviewer: string;
1311
- error: {
1312
- load: string;
1313
- };
1314
- };
1315
1338
  landing: {
1316
1339
  hero: {
1317
1340
  title: {
@@ -1328,6 +1351,12 @@ export declare const aidolTranslations: {
1328
1351
  create: string;
1329
1352
  };
1330
1353
  };
1354
+ highlight: {
1355
+ interviewer: string;
1356
+ error: {
1357
+ load: string;
1358
+ };
1359
+ };
1331
1360
  group: {
1332
1361
  title: string;
1333
1362
  chemistryButton: string;
@@ -1363,6 +1392,9 @@ export declare const aidolTranslations: {
1363
1392
  sectionTitle: string;
1364
1393
  sectionSubtitle: string;
1365
1394
  addRelationship: string;
1395
+ error: {
1396
+ load: string;
1397
+ };
1366
1398
  add: {
1367
1399
  header: string;
1368
1400
  memberNotFound: string;
@@ -1403,6 +1435,11 @@ export declare const aidolTranslations: {
1403
1435
  load: string;
1404
1436
  };
1405
1437
  };
1438
+ navigation: {
1439
+ home: string;
1440
+ explore: string;
1441
+ myGroup: string;
1442
+ };
1406
1443
  position: {
1407
1444
  header: string;
1408
1445
  title: string;
@@ -1648,12 +1685,6 @@ export declare const aidolTranslations: {
1648
1685
  cta: string;
1649
1686
  };
1650
1687
  };
1651
- highlight: {
1652
- interviewer: string;
1653
- error: {
1654
- load: string;
1655
- };
1656
- };
1657
1688
  landing: {
1658
1689
  hero: {
1659
1690
  title: {
@@ -1670,6 +1701,12 @@ export declare const aidolTranslations: {
1670
1701
  create: string;
1671
1702
  };
1672
1703
  };
1704
+ highlight: {
1705
+ interviewer: string;
1706
+ error: {
1707
+ load: string;
1708
+ };
1709
+ };
1673
1710
  group: {
1674
1711
  title: string;
1675
1712
  chemistryButton: string;
@@ -1705,6 +1742,9 @@ export declare const aidolTranslations: {
1705
1742
  sectionTitle: string;
1706
1743
  sectionSubtitle: string;
1707
1744
  addRelationship: string;
1745
+ error: {
1746
+ load: string;
1747
+ };
1708
1748
  add: {
1709
1749
  header: string;
1710
1750
  memberNotFound: string;
@@ -1745,6 +1785,11 @@ export declare const aidolTranslations: {
1745
1785
  load: string;
1746
1786
  };
1747
1787
  };
1788
+ navigation: {
1789
+ home: string;
1790
+ explore: string;
1791
+ myGroup: string;
1792
+ };
1748
1793
  position: {
1749
1794
  header: string;
1750
1795
  title: string;
@@ -1990,12 +2035,6 @@ export declare const aidolTranslations: {
1990
2035
  cta: string;
1991
2036
  };
1992
2037
  };
1993
- highlight: {
1994
- interviewer: string;
1995
- error: {
1996
- load: string;
1997
- };
1998
- };
1999
2038
  landing: {
2000
2039
  hero: {
2001
2040
  title: {
@@ -2012,6 +2051,12 @@ export declare const aidolTranslations: {
2012
2051
  create: string;
2013
2052
  };
2014
2053
  };
2054
+ highlight: {
2055
+ interviewer: string;
2056
+ error: {
2057
+ load: string;
2058
+ };
2059
+ };
2015
2060
  group: {
2016
2061
  title: string;
2017
2062
  chemistryButton: string;
@@ -2047,6 +2092,9 @@ export declare const aidolTranslations: {
2047
2092
  sectionTitle: string;
2048
2093
  sectionSubtitle: string;
2049
2094
  addRelationship: string;
2095
+ error: {
2096
+ load: string;
2097
+ };
2050
2098
  add: {
2051
2099
  header: string;
2052
2100
  memberNotFound: string;
@@ -2087,6 +2135,11 @@ export declare const aidolTranslations: {
2087
2135
  load: string;
2088
2136
  };
2089
2137
  };
2138
+ navigation: {
2139
+ home: string;
2140
+ explore: string;
2141
+ myGroup: string;
2142
+ };
2090
2143
  position: {
2091
2144
  header: string;
2092
2145
  title: string;
@@ -2332,12 +2385,6 @@ export declare const aidolTranslations: {
2332
2385
  cta: string;
2333
2386
  };
2334
2387
  };
2335
- highlight: {
2336
- interviewer: string;
2337
- error: {
2338
- load: string;
2339
- };
2340
- };
2341
2388
  landing: {
2342
2389
  hero: {
2343
2390
  title: {
@@ -2354,6 +2401,12 @@ export declare const aidolTranslations: {
2354
2401
  create: string;
2355
2402
  };
2356
2403
  };
2404
+ highlight: {
2405
+ interviewer: string;
2406
+ error: {
2407
+ load: string;
2408
+ };
2409
+ };
2357
2410
  group: {
2358
2411
  title: string;
2359
2412
  chemistryButton: string;
@@ -2389,6 +2442,9 @@ export declare const aidolTranslations: {
2389
2442
  sectionTitle: string;
2390
2443
  sectionSubtitle: string;
2391
2444
  addRelationship: string;
2445
+ error: {
2446
+ load: string;
2447
+ };
2392
2448
  add: {
2393
2449
  header: string;
2394
2450
  memberNotFound: string;
@@ -2429,6 +2485,11 @@ export declare const aidolTranslations: {
2429
2485
  load: string;
2430
2486
  };
2431
2487
  };
2488
+ navigation: {
2489
+ home: string;
2490
+ explore: string;
2491
+ myGroup: string;
2492
+ };
2432
2493
  position: {
2433
2494
  header: string;
2434
2495
  title: string;
@@ -2674,12 +2735,6 @@ export declare const aidolTranslations: {
2674
2735
  cta: string;
2675
2736
  };
2676
2737
  };
2677
- highlight: {
2678
- interviewer: string;
2679
- error: {
2680
- load: string;
2681
- };
2682
- };
2683
2738
  landing: {
2684
2739
  hero: {
2685
2740
  title: {
@@ -2696,6 +2751,12 @@ export declare const aidolTranslations: {
2696
2751
  create: string;
2697
2752
  };
2698
2753
  };
2754
+ highlight: {
2755
+ interviewer: string;
2756
+ error: {
2757
+ load: string;
2758
+ };
2759
+ };
2699
2760
  group: {
2700
2761
  title: string;
2701
2762
  chemistryButton: string;
@@ -2731,6 +2792,9 @@ export declare const aidolTranslations: {
2731
2792
  sectionTitle: string;
2732
2793
  sectionSubtitle: string;
2733
2794
  addRelationship: string;
2795
+ error: {
2796
+ load: string;
2797
+ };
2734
2798
  add: {
2735
2799
  header: string;
2736
2800
  memberNotFound: string;
@@ -2771,6 +2835,11 @@ export declare const aidolTranslations: {
2771
2835
  load: string;
2772
2836
  };
2773
2837
  };
2838
+ navigation: {
2839
+ home: string;
2840
+ explore: string;
2841
+ myGroup: string;
2842
+ };
2774
2843
  position: {
2775
2844
  header: string;
2776
2845
  title: string;
@@ -3016,12 +3085,6 @@ export declare const aidolTranslations: {
3016
3085
  cta: string;
3017
3086
  };
3018
3087
  };
3019
- highlight: {
3020
- interviewer: string;
3021
- error: {
3022
- load: string;
3023
- };
3024
- };
3025
3088
  landing: {
3026
3089
  hero: {
3027
3090
  title: {
@@ -3038,6 +3101,12 @@ export declare const aidolTranslations: {
3038
3101
  create: string;
3039
3102
  };
3040
3103
  };
3104
+ highlight: {
3105
+ interviewer: string;
3106
+ error: {
3107
+ load: string;
3108
+ };
3109
+ };
3041
3110
  group: {
3042
3111
  title: string;
3043
3112
  chemistryButton: string;
@@ -3073,6 +3142,9 @@ export declare const aidolTranslations: {
3073
3142
  sectionTitle: string;
3074
3143
  sectionSubtitle: string;
3075
3144
  addRelationship: string;
3145
+ error: {
3146
+ load: string;
3147
+ };
3076
3148
  add: {
3077
3149
  header: string;
3078
3150
  memberNotFound: 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"}