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

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,2 +1,12 @@
1
- import { DialogProps } from '@mui/material';
2
- export declare const AbyssModal: React.FC<DialogProps>;
1
+ import { default as React } from 'react';
2
+ import { DialogProps, SxProps } from '@mui/material';
3
+ declare const _default: React.JSXElementConstructor<Omit<{
4
+ disableCloseButton?: boolean | undefined;
5
+ sxCloseButton?: SxProps | undefined;
6
+ classes: Record<string, string>;
7
+ onClose?: (() => void) | undefined;
8
+ disableFullScreenOnMobile?: boolean | undefined;
9
+ } & DialogProps & {
10
+ children?: React.ReactNode;
11
+ }, "classes"> & import('@mui/styles/withStyles').StyledComponentProps<string> & object>;
12
+ export default _default;
@@ -1 +1 @@
1
- export { AbyssModal } from './AbyssModal.component';
1
+ export { default as AbyssModal } from './AbyssModal.component';
@@ -9,7 +9,6 @@ type Props = {
9
9
  size?: number;
10
10
  label?: string;
11
11
  sx?: SxProps;
12
- sxItem?: SxProps;
13
12
  getProfilePictureUrl: (userId: string) => string;
14
13
  maxAvatarCount?: number;
15
14
  };
@@ -6,7 +6,6 @@ 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;
10
9
  classes: Record<string, string>;
11
10
  };
12
11
  declare const _default: React.JSXElementConstructor<Omit<Props & {
@@ -7,7 +7,6 @@ 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;
11
10
  classes: Record<string, string>;
12
11
  };
13
12
  declare const _default: React.JSXElementConstructor<Omit<Props & {
@@ -94,14 +94,6 @@ 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
- };
105
97
  };
106
98
  ABYSS_CLOUD: {
107
99
  "create-cloud-share": {
@@ -647,14 +639,6 @@ export declare const translations: {
647
639
  title: string;
648
640
  content: string;
649
641
  };
650
- "board-card-late": {
651
- title: string;
652
- content: string;
653
- };
654
- "board-card-almost-late": {
655
- title: string;
656
- content: string;
657
- };
658
642
  };
659
643
  ABYSS_CLOUD: {
660
644
  "create-cloud-share": {