aidol 1.4.1 → 2.0.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.
- package/dist/client.cjs +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.js +5 -5
- package/dist/client.js.map +1 -1
- package/dist/components/group/GroupCard.d.ts +11 -0
- package/dist/components/group/GroupCard.d.ts.map +1 -0
- package/dist/components/group/GroupInfoBanner.d.ts +2 -0
- package/dist/components/group/GroupInfoBanner.d.ts.map +1 -0
- package/dist/components/group/GroupProfile.d.ts +2 -1
- package/dist/components/group/GroupProfile.d.ts.map +1 -1
- package/dist/components/group/index.d.ts +2 -0
- package/dist/components/group/index.d.ts.map +1 -1
- package/dist/i18n/translations.d.ts +153 -0
- package/dist/i18n/translations.d.ts.map +1 -1
- package/dist/index.cjs +34 -34
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +242 -252
- package/dist/index.js.map +1 -1
- package/dist/{lead-DGummrgU.js → lead-BNO5aSh-.js} +2 -2
- package/dist/lead-BNO5aSh-.js.map +1 -0
- package/dist/{lead-DmEenhtL.mjs → lead-BuGBXHch.mjs} +25 -15
- package/dist/lead-BuGBXHch.mjs.map +1 -0
- package/dist/lib/date.d.ts.map +1 -1
- package/dist/repositories/AIdolRepository.d.ts +0 -12
- package/dist/repositories/AIdolRepository.d.ts.map +1 -1
- package/dist/repositories/HighlightRepository.d.ts +31 -0
- package/dist/repositories/HighlightRepository.d.ts.map +1 -0
- package/dist/repositories/index.d.ts +1 -0
- package/dist/repositories/index.d.ts.map +1 -1
- package/dist/schemas/highlight.d.ts +41 -0
- package/dist/schemas/highlight.d.ts.map +1 -0
- package/dist/schemas/index.d.ts +2 -0
- package/dist/schemas/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/lead-DGummrgU.js.map +0 -1
- package/dist/lead-DmEenhtL.mjs.map +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
interface GroupCardProps {
|
|
2
|
+
avatarUrl: string | null;
|
|
3
|
+
groupName: string;
|
|
4
|
+
memberCount?: number;
|
|
5
|
+
highlightImageUrl?: string;
|
|
6
|
+
highlightTitle?: string;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
}
|
|
9
|
+
export declare function GroupCard({ avatarUrl, groupName, memberCount, highlightImageUrl, highlightTitle, onClick, }: GroupCardProps): import("react").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=GroupCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupCard.d.ts","sourceRoot":"","sources":["../../../src/components/group/GroupCard.tsx"],"names":[],"mappings":"AASA,UAAU,cAAc;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,SAAS,EACT,WAAW,EACX,iBAAiB,EACjB,cAAc,EACd,OAAO,GACR,EAAE,cAAc,+BAqChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupInfoBanner.d.ts","sourceRoot":"","sources":["../../../src/components/group/GroupInfoBanner.tsx"],"names":[],"mappings":"AAGA,wBAAgB,eAAe,gCAgB9B"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
interface GroupProfileProps {
|
|
2
|
+
name: string;
|
|
2
3
|
profileImageUrl: string | null;
|
|
3
4
|
createdAt: string;
|
|
4
5
|
onChemistryClick: () => void;
|
|
5
6
|
onFollowClick?: () => void;
|
|
6
7
|
}
|
|
7
|
-
export declare function GroupProfile({ profileImageUrl, createdAt, onChemistryClick, onFollowClick, }: GroupProfileProps): import("react").JSX.Element;
|
|
8
|
+
export declare function GroupProfile({ name, profileImageUrl, createdAt, onChemistryClick, onFollowClick, }: GroupProfileProps): import("react").JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=GroupProfile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupProfile.d.ts","sourceRoot":"","sources":["../../../src/components/group/GroupProfile.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GroupProfile.d.ts","sourceRoot":"","sources":["../../../src/components/group/GroupProfile.tsx"],"names":[],"mappings":"AAMA,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,wBAAgB,YAAY,CAAC,EAC3B,IAAI,EACJ,eAAe,EACf,SAAS,EACT,gBAAgB,EAChB,aAAa,GACd,EAAE,iBAAiB,+BA+DnB"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export { ChemistryRelationCard } from './ChemistryRelationCard';
|
|
2
|
+
export { GroupCard } from './GroupCard';
|
|
3
|
+
export { GroupInfoBanner } from './GroupInfoBanner';
|
|
2
4
|
export { GroupProfile } from './GroupProfile';
|
|
3
5
|
export { HighlightCard } from './HighlightCard';
|
|
4
6
|
export { HighlightSectionHeader } from './HighlightSectionHeader';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,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,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,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,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -74,6 +74,9 @@ export declare const aidolTranslations: {
|
|
|
74
74
|
description: string;
|
|
75
75
|
viewBoard: string;
|
|
76
76
|
};
|
|
77
|
+
error: {
|
|
78
|
+
cast: string;
|
|
79
|
+
};
|
|
77
80
|
};
|
|
78
81
|
share: string;
|
|
79
82
|
urlCopied: string;
|
|
@@ -274,6 +277,20 @@ export declare const aidolTranslations: {
|
|
|
274
277
|
title: string;
|
|
275
278
|
chemistryButton: string;
|
|
276
279
|
followButton: string;
|
|
280
|
+
highlightTab: string;
|
|
281
|
+
error: {
|
|
282
|
+
load: string;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
groupList: {
|
|
286
|
+
infoBanner: {
|
|
287
|
+
title: string;
|
|
288
|
+
description: string;
|
|
289
|
+
};
|
|
290
|
+
memberCount: string;
|
|
291
|
+
error: {
|
|
292
|
+
load: string;
|
|
293
|
+
};
|
|
277
294
|
};
|
|
278
295
|
};
|
|
279
296
|
es: {
|
|
@@ -331,6 +348,9 @@ export declare const aidolTranslations: {
|
|
|
331
348
|
description: string;
|
|
332
349
|
viewBoard: string;
|
|
333
350
|
};
|
|
351
|
+
error: {
|
|
352
|
+
cast: string;
|
|
353
|
+
};
|
|
334
354
|
};
|
|
335
355
|
share: string;
|
|
336
356
|
urlCopied: string;
|
|
@@ -531,6 +551,20 @@ export declare const aidolTranslations: {
|
|
|
531
551
|
title: string;
|
|
532
552
|
chemistryButton: string;
|
|
533
553
|
followButton: string;
|
|
554
|
+
highlightTab: string;
|
|
555
|
+
error: {
|
|
556
|
+
load: string;
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
groupList: {
|
|
560
|
+
infoBanner: {
|
|
561
|
+
title: string;
|
|
562
|
+
description: string;
|
|
563
|
+
};
|
|
564
|
+
memberCount: string;
|
|
565
|
+
error: {
|
|
566
|
+
load: string;
|
|
567
|
+
};
|
|
534
568
|
};
|
|
535
569
|
};
|
|
536
570
|
id: {
|
|
@@ -588,6 +622,9 @@ export declare const aidolTranslations: {
|
|
|
588
622
|
description: string;
|
|
589
623
|
viewBoard: string;
|
|
590
624
|
};
|
|
625
|
+
error: {
|
|
626
|
+
cast: string;
|
|
627
|
+
};
|
|
591
628
|
};
|
|
592
629
|
share: string;
|
|
593
630
|
urlCopied: string;
|
|
@@ -788,6 +825,20 @@ export declare const aidolTranslations: {
|
|
|
788
825
|
title: string;
|
|
789
826
|
chemistryButton: string;
|
|
790
827
|
followButton: string;
|
|
828
|
+
highlightTab: string;
|
|
829
|
+
error: {
|
|
830
|
+
load: string;
|
|
831
|
+
};
|
|
832
|
+
};
|
|
833
|
+
groupList: {
|
|
834
|
+
infoBanner: {
|
|
835
|
+
title: string;
|
|
836
|
+
description: string;
|
|
837
|
+
};
|
|
838
|
+
memberCount: string;
|
|
839
|
+
error: {
|
|
840
|
+
load: string;
|
|
841
|
+
};
|
|
791
842
|
};
|
|
792
843
|
};
|
|
793
844
|
ja: {
|
|
@@ -845,6 +896,9 @@ export declare const aidolTranslations: {
|
|
|
845
896
|
description: string;
|
|
846
897
|
viewBoard: string;
|
|
847
898
|
};
|
|
899
|
+
error: {
|
|
900
|
+
cast: string;
|
|
901
|
+
};
|
|
848
902
|
};
|
|
849
903
|
share: string;
|
|
850
904
|
urlCopied: string;
|
|
@@ -1045,6 +1099,20 @@ export declare const aidolTranslations: {
|
|
|
1045
1099
|
title: string;
|
|
1046
1100
|
chemistryButton: string;
|
|
1047
1101
|
followButton: string;
|
|
1102
|
+
highlightTab: string;
|
|
1103
|
+
error: {
|
|
1104
|
+
load: string;
|
|
1105
|
+
};
|
|
1106
|
+
};
|
|
1107
|
+
groupList: {
|
|
1108
|
+
infoBanner: {
|
|
1109
|
+
title: string;
|
|
1110
|
+
description: string;
|
|
1111
|
+
};
|
|
1112
|
+
memberCount: string;
|
|
1113
|
+
error: {
|
|
1114
|
+
load: string;
|
|
1115
|
+
};
|
|
1048
1116
|
};
|
|
1049
1117
|
};
|
|
1050
1118
|
ko: {
|
|
@@ -1102,6 +1170,9 @@ export declare const aidolTranslations: {
|
|
|
1102
1170
|
description: string;
|
|
1103
1171
|
viewBoard: string;
|
|
1104
1172
|
};
|
|
1173
|
+
error: {
|
|
1174
|
+
cast: string;
|
|
1175
|
+
};
|
|
1105
1176
|
};
|
|
1106
1177
|
share: string;
|
|
1107
1178
|
urlCopied: string;
|
|
@@ -1302,6 +1373,20 @@ export declare const aidolTranslations: {
|
|
|
1302
1373
|
title: string;
|
|
1303
1374
|
chemistryButton: string;
|
|
1304
1375
|
followButton: string;
|
|
1376
|
+
highlightTab: string;
|
|
1377
|
+
error: {
|
|
1378
|
+
load: string;
|
|
1379
|
+
};
|
|
1380
|
+
};
|
|
1381
|
+
groupList: {
|
|
1382
|
+
infoBanner: {
|
|
1383
|
+
title: string;
|
|
1384
|
+
description: string;
|
|
1385
|
+
};
|
|
1386
|
+
memberCount: string;
|
|
1387
|
+
error: {
|
|
1388
|
+
load: string;
|
|
1389
|
+
};
|
|
1305
1390
|
};
|
|
1306
1391
|
};
|
|
1307
1392
|
th: {
|
|
@@ -1359,6 +1444,9 @@ export declare const aidolTranslations: {
|
|
|
1359
1444
|
description: string;
|
|
1360
1445
|
viewBoard: string;
|
|
1361
1446
|
};
|
|
1447
|
+
error: {
|
|
1448
|
+
cast: string;
|
|
1449
|
+
};
|
|
1362
1450
|
};
|
|
1363
1451
|
share: string;
|
|
1364
1452
|
urlCopied: string;
|
|
@@ -1559,6 +1647,20 @@ export declare const aidolTranslations: {
|
|
|
1559
1647
|
title: string;
|
|
1560
1648
|
chemistryButton: string;
|
|
1561
1649
|
followButton: string;
|
|
1650
|
+
highlightTab: string;
|
|
1651
|
+
error: {
|
|
1652
|
+
load: string;
|
|
1653
|
+
};
|
|
1654
|
+
};
|
|
1655
|
+
groupList: {
|
|
1656
|
+
infoBanner: {
|
|
1657
|
+
title: string;
|
|
1658
|
+
description: string;
|
|
1659
|
+
};
|
|
1660
|
+
memberCount: string;
|
|
1661
|
+
error: {
|
|
1662
|
+
load: string;
|
|
1663
|
+
};
|
|
1562
1664
|
};
|
|
1563
1665
|
};
|
|
1564
1666
|
tl: {
|
|
@@ -1616,6 +1718,9 @@ export declare const aidolTranslations: {
|
|
|
1616
1718
|
description: string;
|
|
1617
1719
|
viewBoard: string;
|
|
1618
1720
|
};
|
|
1721
|
+
error: {
|
|
1722
|
+
cast: string;
|
|
1723
|
+
};
|
|
1619
1724
|
};
|
|
1620
1725
|
share: string;
|
|
1621
1726
|
urlCopied: string;
|
|
@@ -1816,6 +1921,20 @@ export declare const aidolTranslations: {
|
|
|
1816
1921
|
title: string;
|
|
1817
1922
|
chemistryButton: string;
|
|
1818
1923
|
followButton: string;
|
|
1924
|
+
highlightTab: string;
|
|
1925
|
+
error: {
|
|
1926
|
+
load: string;
|
|
1927
|
+
};
|
|
1928
|
+
};
|
|
1929
|
+
groupList: {
|
|
1930
|
+
infoBanner: {
|
|
1931
|
+
title: string;
|
|
1932
|
+
description: string;
|
|
1933
|
+
};
|
|
1934
|
+
memberCount: string;
|
|
1935
|
+
error: {
|
|
1936
|
+
load: string;
|
|
1937
|
+
};
|
|
1819
1938
|
};
|
|
1820
1939
|
};
|
|
1821
1940
|
vi: {
|
|
@@ -1873,6 +1992,9 @@ export declare const aidolTranslations: {
|
|
|
1873
1992
|
description: string;
|
|
1874
1993
|
viewBoard: string;
|
|
1875
1994
|
};
|
|
1995
|
+
error: {
|
|
1996
|
+
cast: string;
|
|
1997
|
+
};
|
|
1876
1998
|
};
|
|
1877
1999
|
share: string;
|
|
1878
2000
|
urlCopied: string;
|
|
@@ -2073,6 +2195,20 @@ export declare const aidolTranslations: {
|
|
|
2073
2195
|
title: string;
|
|
2074
2196
|
chemistryButton: string;
|
|
2075
2197
|
followButton: string;
|
|
2198
|
+
highlightTab: string;
|
|
2199
|
+
error: {
|
|
2200
|
+
load: string;
|
|
2201
|
+
};
|
|
2202
|
+
};
|
|
2203
|
+
groupList: {
|
|
2204
|
+
infoBanner: {
|
|
2205
|
+
title: string;
|
|
2206
|
+
description: string;
|
|
2207
|
+
};
|
|
2208
|
+
memberCount: string;
|
|
2209
|
+
error: {
|
|
2210
|
+
load: string;
|
|
2211
|
+
};
|
|
2076
2212
|
};
|
|
2077
2213
|
};
|
|
2078
2214
|
zh: {
|
|
@@ -2130,6 +2266,9 @@ export declare const aidolTranslations: {
|
|
|
2130
2266
|
description: string;
|
|
2131
2267
|
viewBoard: string;
|
|
2132
2268
|
};
|
|
2269
|
+
error: {
|
|
2270
|
+
cast: string;
|
|
2271
|
+
};
|
|
2133
2272
|
};
|
|
2134
2273
|
share: string;
|
|
2135
2274
|
urlCopied: string;
|
|
@@ -2330,6 +2469,20 @@ export declare const aidolTranslations: {
|
|
|
2330
2469
|
title: string;
|
|
2331
2470
|
chemistryButton: string;
|
|
2332
2471
|
followButton: string;
|
|
2472
|
+
highlightTab: string;
|
|
2473
|
+
error: {
|
|
2474
|
+
load: string;
|
|
2475
|
+
};
|
|
2476
|
+
};
|
|
2477
|
+
groupList: {
|
|
2478
|
+
infoBanner: {
|
|
2479
|
+
title: string;
|
|
2480
|
+
description: string;
|
|
2481
|
+
};
|
|
2482
|
+
memberCount: string;
|
|
2483
|
+
error: {
|
|
2484
|
+
load: string;
|
|
2485
|
+
};
|
|
2333
2486
|
};
|
|
2334
2487
|
};
|
|
2335
2488
|
};
|
|
@@ -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
|
|
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"}
|