@abyss-project/commons-front-core 1.0.70 → 1.0.72

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.
@@ -9,6 +9,7 @@ type Props = {
9
9
  size?: number;
10
10
  label?: string;
11
11
  sx?: SxProps;
12
+ sxItem?: SxProps;
12
13
  getProfilePictureUrl: (userId: string) => string;
13
14
  maxAvatarCount?: number;
14
15
  };
@@ -6,6 +6,7 @@ type Props = {
6
6
  services: AbyssService[];
7
7
  actionButtonText: (notification: IUserNotification & NotificationDTO, user?: IGetPublicUserData['user'][0] | null) => string | null;
8
8
  handleNotificationActionButton?: (notification: IUserNotification & NotificationDTO, user?: IGetPublicUserData['user'][0] | null) => void;
9
+ formatDate: (date: Date) => string;
9
10
  classes: Record<string, string>;
10
11
  };
11
12
  declare const _default: React.JSXElementConstructor<Omit<Props & {
@@ -7,6 +7,7 @@ type Props = {
7
7
  handleNotificationActionButton?: (notification: IUserNotification & NotificationDTO, user?: IGetPublicUserData['user'][0] | null) => void;
8
8
  handleRefreshNotifications: () => void;
9
9
  users: IGetPublicUserData['user'][0][];
10
+ formatDate: (date: Date) => string;
10
11
  classes: Record<string, string>;
11
12
  };
12
13
  declare const _default: React.JSXElementConstructor<Omit<Props & {
@@ -94,6 +94,14 @@ export declare const translations: {
94
94
  title: string;
95
95
  content: string;
96
96
  };
97
+ "board-card-late": {
98
+ title: string;
99
+ content: string;
100
+ };
101
+ "board-card-almost-late": {
102
+ title: string;
103
+ content: string;
104
+ };
97
105
  };
98
106
  ABYSS_CLOUD: {
99
107
  "create-cloud-share": {
@@ -639,6 +647,14 @@ export declare const translations: {
639
647
  title: string;
640
648
  content: string;
641
649
  };
650
+ "board-card-late": {
651
+ title: string;
652
+ content: string;
653
+ };
654
+ "board-card-almost-late": {
655
+ title: string;
656
+ content: string;
657
+ };
642
658
  };
643
659
  ABYSS_CLOUD: {
644
660
  "create-cloud-share": {