@abyss-project/commons-front-core 1.0.31 → 1.0.33
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/components/Spotlight/ProjectsList/ProjectsList.component.d.ts +1 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +260 -0
- package/dist/{index-DVyOt10T.js → index-Dx7UwNTX.js} +8468 -8599
- package/dist/index.js +1 -1
- package/dist/translations/en.d.ts +130 -0
- package/dist/translations/fr.d.ts +130 -0
- package/dist/{web-DBy94HGg.js → web-Dw6HQ5_0.js} +1 -1
- package/package.json +1 -3
|
@@ -16,6 +16,7 @@ type Props = {
|
|
|
16
16
|
getRedirectLink: (slug: string) => string;
|
|
17
17
|
getThumbnailPublicAccessUrl: (thumbnailPublicAccessId: string) => string;
|
|
18
18
|
user: IUser | null;
|
|
19
|
+
childrenSize?: number;
|
|
19
20
|
classes: Record<string, string>;
|
|
20
21
|
};
|
|
21
22
|
declare const _default: React.JSXElementConstructor<Omit<Props & {
|
|
@@ -108,6 +108,136 @@ export declare const translations: {
|
|
|
108
108
|
'no-selected': string;
|
|
109
109
|
'no-selected-application': string;
|
|
110
110
|
};
|
|
111
|
+
spotlight: {
|
|
112
|
+
category: {
|
|
113
|
+
label: string;
|
|
114
|
+
placeholder: string;
|
|
115
|
+
sections: {
|
|
116
|
+
TECHNOLOGY: string;
|
|
117
|
+
SCIENCE: string;
|
|
118
|
+
ARTS_DESIGN: string;
|
|
119
|
+
MUSIC_AUDIO: string;
|
|
120
|
+
FILM_VIDEO: string;
|
|
121
|
+
ENTREPRENEURSHIP_BUSINESS: string;
|
|
122
|
+
EDUCATION_TRAINING: string;
|
|
123
|
+
SOCIAL_COMMUNITY_PROJECTS: string;
|
|
124
|
+
GAMES_ENTERTAINMENT: string;
|
|
125
|
+
TRAVEL_ADVENTURE: string;
|
|
126
|
+
LIFESTYLE_WELLNESS: string;
|
|
127
|
+
DIY_CRAFTS: string;
|
|
128
|
+
};
|
|
129
|
+
categories: {
|
|
130
|
+
SOFTWARE_DEVELOPMENT: string;
|
|
131
|
+
WEB_DEVELOPMENT: string;
|
|
132
|
+
ARTIFICIAL_INTELLIGENCE: string;
|
|
133
|
+
ROBOTICS: string;
|
|
134
|
+
VIRTUAL_REALITY: string;
|
|
135
|
+
INTERNET_OF_THINGS: string;
|
|
136
|
+
BIOTECHNOLOGY: string;
|
|
137
|
+
ENVIRONMENT: string;
|
|
138
|
+
PHYSICS: string;
|
|
139
|
+
CHEMISTRY: string;
|
|
140
|
+
ASTRONOMY: string;
|
|
141
|
+
VISUAL_ARTS: string;
|
|
142
|
+
GRAPHIC_DESIGN: string;
|
|
143
|
+
PHOTOGRAPHY: string;
|
|
144
|
+
FASHION: string;
|
|
145
|
+
ANIMATION: string;
|
|
146
|
+
MUSIC_COMPOSITION: string;
|
|
147
|
+
AUDIO_PRODUCTION: string;
|
|
148
|
+
PODCASTS: string;
|
|
149
|
+
RECORDING_MIXING: string;
|
|
150
|
+
MUSICAL_INSTRUMENTS: string;
|
|
151
|
+
DIRECTING: string;
|
|
152
|
+
VIDEO_EDITING: string;
|
|
153
|
+
CINEMATOGRAPHY: string;
|
|
154
|
+
ANIMATION_3D: string;
|
|
155
|
+
VISUAL_EFFECTS: string;
|
|
156
|
+
STARTUPS: string;
|
|
157
|
+
E_COMMERCE: string;
|
|
158
|
+
DIGITAL_MARKETING: string;
|
|
159
|
+
PERSONAL_FINANCE: string;
|
|
160
|
+
BUSINESS_STRATEGY: string;
|
|
161
|
+
ONLINE_COURSES: string;
|
|
162
|
+
TUTORIALS: string;
|
|
163
|
+
EDUCATIONAL_PROGRAMS: string;
|
|
164
|
+
PROFESSIONAL_DEVELOPMENT: string;
|
|
165
|
+
CONTINUING_EDUCATION: string;
|
|
166
|
+
HUMANITARIAN_AID: string;
|
|
167
|
+
ENVIRONMENTAL_PROJECTS: string;
|
|
168
|
+
COMMUNITY_INITIATIVES: string;
|
|
169
|
+
EQUALITY_INCLUSION: string;
|
|
170
|
+
PUBLIC_HEALTH: string;
|
|
171
|
+
GAME_DEVELOPMENT: string;
|
|
172
|
+
BOARD_GAMES: string;
|
|
173
|
+
GAMIFICATION: string;
|
|
174
|
+
GAME_EVENTS: string;
|
|
175
|
+
ENTERTAINMENT_APPS: string;
|
|
176
|
+
TRAVEL_BLOG: string;
|
|
177
|
+
TRAVEL_VLOGS: string;
|
|
178
|
+
TRAVEL_GUIDES: string;
|
|
179
|
+
TRAVEL_PHOTOGRAPHY_PROJECTS: string;
|
|
180
|
+
EXPEDITIONS: string;
|
|
181
|
+
FITNESS_HEALTH: string;
|
|
182
|
+
NUTRITION: string;
|
|
183
|
+
PERSONAL_DEVELOPMENT: string;
|
|
184
|
+
MEDITATION_MINDFULNESS: string;
|
|
185
|
+
GARDENING_PROJECTS: string;
|
|
186
|
+
DIY: string;
|
|
187
|
+
CRAFT_PROJECTS: string;
|
|
188
|
+
WOODWORKING: string;
|
|
189
|
+
SEWING: string;
|
|
190
|
+
HANDICRAFTS: string;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
language: {
|
|
194
|
+
label: string;
|
|
195
|
+
helper: string;
|
|
196
|
+
'label-other': string;
|
|
197
|
+
'helper-other': string;
|
|
198
|
+
placeholder: string;
|
|
199
|
+
languages: {
|
|
200
|
+
FRENCH: string;
|
|
201
|
+
ENGLISH: string;
|
|
202
|
+
GERMAN: string;
|
|
203
|
+
SPANISH: string;
|
|
204
|
+
ITALIAN: string;
|
|
205
|
+
PORTUGUESE: string;
|
|
206
|
+
RUSSIAN: string;
|
|
207
|
+
JAPANESE: string;
|
|
208
|
+
CHINESE: string;
|
|
209
|
+
ARABIC: string;
|
|
210
|
+
HINDI: string;
|
|
211
|
+
BENGALI: string;
|
|
212
|
+
PUNJABI: string;
|
|
213
|
+
URDU: string;
|
|
214
|
+
KOREAN: string;
|
|
215
|
+
VIETNAMESE: string;
|
|
216
|
+
TURKISH: string;
|
|
217
|
+
DUTCH: string;
|
|
218
|
+
GREEK: string;
|
|
219
|
+
SWEDISH: string;
|
|
220
|
+
NORWEGIAN: string;
|
|
221
|
+
DANISH: string;
|
|
222
|
+
FINNISH: string;
|
|
223
|
+
POLISH: string;
|
|
224
|
+
UKRAINIAN: string;
|
|
225
|
+
HUNGARIAN: string;
|
|
226
|
+
CZECH: string;
|
|
227
|
+
SLOVAK: string;
|
|
228
|
+
CROATIAN: string;
|
|
229
|
+
SERBIAN: string;
|
|
230
|
+
BULGARIAN: string;
|
|
231
|
+
ROMANIAN: string;
|
|
232
|
+
HEBREW: string;
|
|
233
|
+
THAI: string;
|
|
234
|
+
MALAYSIAN: string;
|
|
235
|
+
INDONESIAN: string;
|
|
236
|
+
FILIPINO: string;
|
|
237
|
+
SWAHILI: string;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
};
|
|
111
241
|
};
|
|
112
242
|
inputs: {
|
|
113
243
|
'period-picker': {
|
|
@@ -283,6 +413,136 @@ export declare const translations: {
|
|
|
283
413
|
'no-selected': string;
|
|
284
414
|
'no-selected-application': string;
|
|
285
415
|
};
|
|
416
|
+
spotlight: {
|
|
417
|
+
category: {
|
|
418
|
+
label: string;
|
|
419
|
+
placeholder: string;
|
|
420
|
+
sections: {
|
|
421
|
+
TECHNOLOGY: string;
|
|
422
|
+
SCIENCE: string;
|
|
423
|
+
ARTS_DESIGN: string;
|
|
424
|
+
MUSIC_AUDIO: string;
|
|
425
|
+
FILM_VIDEO: string;
|
|
426
|
+
ENTREPRENEURSHIP_BUSINESS: string;
|
|
427
|
+
EDUCATION_TRAINING: string;
|
|
428
|
+
SOCIAL_COMMUNITY_PROJECTS: string;
|
|
429
|
+
GAMES_ENTERTAINMENT: string;
|
|
430
|
+
TRAVEL_ADVENTURE: string;
|
|
431
|
+
LIFESTYLE_WELLNESS: string;
|
|
432
|
+
DIY_CRAFTS: string;
|
|
433
|
+
};
|
|
434
|
+
categories: {
|
|
435
|
+
SOFTWARE_DEVELOPMENT: string;
|
|
436
|
+
WEB_DEVELOPMENT: string;
|
|
437
|
+
ARTIFICIAL_INTELLIGENCE: string;
|
|
438
|
+
ROBOTICS: string;
|
|
439
|
+
VIRTUAL_REALITY: string;
|
|
440
|
+
INTERNET_OF_THINGS: string;
|
|
441
|
+
BIOTECHNOLOGY: string;
|
|
442
|
+
ENVIRONMENT: string;
|
|
443
|
+
PHYSICS: string;
|
|
444
|
+
CHEMISTRY: string;
|
|
445
|
+
ASTRONOMY: string;
|
|
446
|
+
VISUAL_ARTS: string;
|
|
447
|
+
GRAPHIC_DESIGN: string;
|
|
448
|
+
PHOTOGRAPHY: string;
|
|
449
|
+
FASHION: string;
|
|
450
|
+
ANIMATION: string;
|
|
451
|
+
MUSIC_COMPOSITION: string;
|
|
452
|
+
AUDIO_PRODUCTION: string;
|
|
453
|
+
PODCASTS: string;
|
|
454
|
+
RECORDING_MIXING: string;
|
|
455
|
+
MUSICAL_INSTRUMENTS: string;
|
|
456
|
+
DIRECTING: string;
|
|
457
|
+
VIDEO_EDITING: string;
|
|
458
|
+
CINEMATOGRAPHY: string;
|
|
459
|
+
ANIMATION_3D: string;
|
|
460
|
+
VISUAL_EFFECTS: string;
|
|
461
|
+
STARTUPS: string;
|
|
462
|
+
E_COMMERCE: string;
|
|
463
|
+
DIGITAL_MARKETING: string;
|
|
464
|
+
PERSONAL_FINANCE: string;
|
|
465
|
+
BUSINESS_STRATEGY: string;
|
|
466
|
+
ONLINE_COURSES: string;
|
|
467
|
+
TUTORIALS: string;
|
|
468
|
+
EDUCATIONAL_PROGRAMS: string;
|
|
469
|
+
PROFESSIONAL_DEVELOPMENT: string;
|
|
470
|
+
CONTINUING_EDUCATION: string;
|
|
471
|
+
HUMANITARIAN_AID: string;
|
|
472
|
+
ENVIRONMENTAL_PROJECTS: string;
|
|
473
|
+
COMMUNITY_INITIATIVES: string;
|
|
474
|
+
EQUALITY_INCLUSION: string;
|
|
475
|
+
PUBLIC_HEALTH: string;
|
|
476
|
+
GAME_DEVELOPMENT: string;
|
|
477
|
+
BOARD_GAMES: string;
|
|
478
|
+
GAMIFICATION: string;
|
|
479
|
+
GAME_EVENTS: string;
|
|
480
|
+
ENTERTAINMENT_APPS: string;
|
|
481
|
+
TRAVEL_BLOG: string;
|
|
482
|
+
TRAVEL_VLOGS: string;
|
|
483
|
+
TRAVEL_GUIDES: string;
|
|
484
|
+
TRAVEL_PHOTOGRAPHY_PROJECTS: string;
|
|
485
|
+
EXPEDITIONS: string;
|
|
486
|
+
FITNESS_HEALTH: string;
|
|
487
|
+
NUTRITION: string;
|
|
488
|
+
PERSONAL_DEVELOPMENT: string;
|
|
489
|
+
MEDITATION_MINDFULNESS: string;
|
|
490
|
+
GARDENING_PROJECTS: string;
|
|
491
|
+
DIY: string;
|
|
492
|
+
CRAFT_PROJECTS: string;
|
|
493
|
+
WOODWORKING: string;
|
|
494
|
+
SEWING: string;
|
|
495
|
+
HANDICRAFTS: string;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
language: {
|
|
499
|
+
label: string;
|
|
500
|
+
helper: string;
|
|
501
|
+
'label-other': string;
|
|
502
|
+
'helper-other': string;
|
|
503
|
+
placeholder: string;
|
|
504
|
+
languages: {
|
|
505
|
+
FRENCH: string;
|
|
506
|
+
ENGLISH: string;
|
|
507
|
+
GERMAN: string;
|
|
508
|
+
SPANISH: string;
|
|
509
|
+
ITALIAN: string;
|
|
510
|
+
PORTUGUESE: string;
|
|
511
|
+
RUSSIAN: string;
|
|
512
|
+
JAPANESE: string;
|
|
513
|
+
CHINESE: string;
|
|
514
|
+
ARABIC: string;
|
|
515
|
+
HINDI: string;
|
|
516
|
+
BENGALI: string;
|
|
517
|
+
PUNJABI: string;
|
|
518
|
+
URDU: string;
|
|
519
|
+
KOREAN: string;
|
|
520
|
+
VIETNAMESE: string;
|
|
521
|
+
TURKISH: string;
|
|
522
|
+
DUTCH: string;
|
|
523
|
+
GREEK: string;
|
|
524
|
+
SWEDISH: string;
|
|
525
|
+
NORWEGIAN: string;
|
|
526
|
+
DANISH: string;
|
|
527
|
+
FINNISH: string;
|
|
528
|
+
POLISH: string;
|
|
529
|
+
UKRAINIAN: string;
|
|
530
|
+
HUNGARIAN: string;
|
|
531
|
+
CZECH: string;
|
|
532
|
+
SLOVAK: string;
|
|
533
|
+
CROATIAN: string;
|
|
534
|
+
SERBIAN: string;
|
|
535
|
+
BULGARIAN: string;
|
|
536
|
+
ROMANIAN: string;
|
|
537
|
+
HEBREW: string;
|
|
538
|
+
THAI: string;
|
|
539
|
+
MALAYSIAN: string;
|
|
540
|
+
INDONESIAN: string;
|
|
541
|
+
FILIPINO: string;
|
|
542
|
+
SWAHILI: string;
|
|
543
|
+
};
|
|
544
|
+
};
|
|
545
|
+
};
|
|
286
546
|
};
|
|
287
547
|
inputs: {
|
|
288
548
|
'period-picker': {
|