@abyss-project/commons-front-core 1.0.53 → 1.0.54

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.
@@ -1 +1 @@
1
- export * from './UserAvatarList.component';
1
+ export { default as UserAvatarList } from './UserAvatarList.component';
@@ -1,5 +1,6 @@
1
1
  export * from './AllCloudMetrics';
2
2
  export * from './Avatars';
3
+ export * from './UserAvatarList';
3
4
  export * from './Chips';
4
5
  export * from './FiltersBox';
5
6
  export * from './FreepikSearch';
@@ -231,6 +231,7 @@ export declare const translations: {
231
231
  create: string;
232
232
  loading: string;
233
233
  new: string;
234
+ 'download-file-completed': string;
234
235
  };
235
236
  'file-importation': {
236
237
  'cloud-usage-metrics': {
@@ -444,6 +445,10 @@ export declare const translations: {
444
445
  };
445
446
  };
446
447
  inputs: {
448
+ date: {
449
+ start: string;
450
+ end: string;
451
+ };
447
452
  'period-picker': {
448
453
  labels: {
449
454
  'start-date': {
@@ -744,6 +749,7 @@ export declare const translations: {
744
749
  create: string;
745
750
  loading: string;
746
751
  new: string;
752
+ 'download-file-completed': string;
747
753
  };
748
754
  'file-importation': {
749
755
  'cloud-usage-metrics': {
@@ -957,6 +963,10 @@ export declare const translations: {
957
963
  };
958
964
  };
959
965
  inputs: {
966
+ date: {
967
+ start: string;
968
+ end: string;
969
+ };
960
970
  'period-picker': {
961
971
  labels: {
962
972
  'start-date': {